/*------------------------------------------------------------------
* Optimum - Creative Template for Creative People
* Version: 1.0
* Last change:  15/10/16
* http://www.energeticthemes.com/templates/vivid/index.html
* DATE: 15/10/16

1 - BASE 
  - Basic elements 
  - Titles
  - Hero title for Page main title
  - Coming Soon 
2 - Header
  - Brand logo
  - Main Nav Menu 
  -- Sideheader Menu
  -- Center header Menu
  - Top Header
  - Header and nav Mobile style
3 - Portfolio 
  - Single Portfolio
  - Work Filter
  - Portfolio col layouts
  - slider portfolio
4 - Shop
5 - Blog - posts
  - Post Author
  - Comments Box
6 - Contact Form
7 - Sidebar and widget
8 - Elements
   - Team Person Box
   - Testimonials
   - Clients list box style
   - Service Boxs
   - Video story box
   - Counter OR Fun Fact Box 
   - icon list
   - Google map
   - Parallax bg
   - Buttons
   - Price Plan
   - Countdown
   - Video background panel
   - Instagram Feed
9 - Plugins CSS 
   - owl
   - Magnific Popup CSS
   - Hover Effects 
   - SmoothState styling
10 - Important and custom css
11 - Extra CSS

------------------------------------------------------------------*/


/*=================================================
1 - BASE 
=================================================*/


/** Typography **/

html {
    font-size: 100%;
}

@media all and (max-width: 768px) {
    html {
        font-size: 93.75%;
    }
}

body {
    font-size: 1em;
    line-height: 1.85714286em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Open Sans', 'Helvetica', 'Arial', sans-serif;
    color: #666666;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Poppins', sans-serif;
    color: #252525;
    font-variant-ligatures: common-ligatures;
    margin-top: 0.236em;
    margin-bottom: 0.382em;
}

h1,
.h1 {
    font-size: 3.125em;
    line-height: 1.31818182em;
    font-weight: 700;
}

h2,
.h2 {
    font-size: 2.618em;
    line-height: 1.36363636em;
    font-weight: 600;
}

h3,
.h3 {
    font-size: 1.931em;
    line-height: 1.5em;
    font-weight: 600;
}

h4,
.h4 {
    font-size: 1.618em;
    line-height: 1.68421053em;
    font-weight: 500;
}

h5,
.h5 {
    font-size: 1.194em;
    line-height: 1.85714286em;
    font-weight: 500;
}

h6,
.h6 {
    font-size: 1em;
    line-height: 2.16666667em;
    font-weight: 500;
}

.lead {
    font-size: 1.35714286em;
    line-height: 1.68421053em;
}

.h1-large {
    font-size: 4.236em;
    line-height: 1.21818182em;
    font-weight: 800;
}

.font-bold {
    font-weight: bold;
}

p,
ul,
ol,
pre,
table,
blockquote {
    margin-bottom: 1.3em;
}

ul,
ol {
    list-style: none;
    line-height: 1.85714286em;
}

ul.bullets {
    list-style: inside;
}

ol {
    list-style-type: upper-roman;
    list-style-position: inside;
}

blockquote {
    font-size: 1.78571429em;
    line-height: 1.5em;
    padding: 0;
    margin: 0;
    border-left: 0;
}

strong {
    font-weight: 600;
}

hr {
    margin: 1.85714286em 0;
    border-color: #fafafa;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
}

a,
p a {
    color: #393939;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    -o-transition: all .15s linear;
    transition: all .15s linear;
}

ul {}

a:hover,
a:focus,
.page-link:focus,
.page-link:hover {
    color: #5d5d5d;
    text-decoration: none;
}

@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
}

blockquote,
.blockquote {
    margin: 2.5rem 0;
    font-style: italic;
    font-size: 1.7em;
    font-family: Georgia, "Times New Roman", Times, serif;
    padding-left: 0;
    line-height: 1.556;
    color: #202020;
}

.blockquote-reverse {
    padding-right: 0;
    padding-left: 0;
    text-align: right;
    border-right: 0;
    border-left: 0;
}

.blockquote-small {
    font-size: 1.4em;
}

.blockquote-footer {
    background: transparent;
    padding: 0;
}

address {
    margin: 20px 0;
}

textarea,
input[type],
.form-control {
    display: block;
    width: 100%;
    padding: 0.9rem 1.5rem;
    font-size: 0.8rem;
    line-height: 1.25;
    color: #464a4c;
    background-color: #fff;
    background-image: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ececec;
    border-radius: 0.25rem;
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

.form-control-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    font-size: 0.9rem;
    padding: 1.1rem 1.6rem;
}

.form-control::-webkit-input-placeholder {
    color: #999;
    opacity: 1;
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #999;
    opacity: 1;
}

.form-control::placeholder {
    color: #999;
    opacity: 1;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

.full_wrapper {
    padding-right: 5%;
    padding-left: 5%;
}

.box_layout_wrapper {
    padding: 0 3%;
}

.relative {
    position: relative;
}


/*Footer */

footer {
    padding: 80px 0 40px 0;
    background: #fafafa;
}

footer .widget-title {
    margin-bottom: 0.7em;
    letter-spacing: 0.03em;
}

.before_footer {
    margin: 0;
}

.footer_divider {
    margin-top: 30px;
    border-bottom: 1px solid #e9e9e9;
    clear: both;
}

.footer_container {}

.copyright {
    padding: 30px 0 0 0;
    letter-spacing: 0.5px;
    font-weight: 600;
    font-size: 0.85714286em;
}

.footer_nav {
    list-style: none;
}

.footer_nav li {
    display: inline-block;
    padding-right: 8px;
}

.footer_nav li:last-child {
    padding-right: 0;
}

.footer_nav li a {
    color: #7d7d7d;
}

.footer_nav li a:hover {
    color: #3d3d3d;
}

.footer_nav li:last-child:after {
    content: "";
}

footer:not(.dark_bg) a {
    color: #666666;
}

.dark_bg {
    background: #2c2c2c;
    color: #f1f1f1;
}

.dark_bg a,
.dark_bg .footer_nav li a {
    color: #f1f1f1;
}

.dark_bg .footer_divider {
    border-color: #3c3c3c;
}

.dark_bg .widget-title {
    color: #f1f1f1;
}

@media only screen and (max-width: 420px) {
    .copyright,
    .footer_nav,
    .footer_nav.text-right {
        text-align: center;
    }
}

.bg_grey {
    background: #fafafa;
}

.thirdhalf_height {
    min-height: 400px;
}

.separator {
    width: 50px;
    height: 3px;
    background: #f97e89;
    margin-bottom: 20px;
}

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

.align-right .separator {
    margin-left: auto;
}


/*Box Shdows*/

.box_shadow_1 {
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.box_shadow_1:hover {
    -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.box_shadow_2 {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.box_shadow_3 {
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.box_shadow_4 {
    -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.box_shadow_5 {
    -webkit-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
}

.box_shadow_6 {
    -moz-box-shadow: rgba(0, 0, 0, 0.17) 0 14px 24px 0;
    -webkit-box-shadow: rgba(0, 0, 0, 0.17) 0 14px 24px 0;
    box-shadow: rgba(0, 0, 0, 0.17) 0 14px 24px 0;
}

.divider {
    background: #dadada;
    width: 100%;
    height: 1px;
}


/* Hero title for Page main title */

.hero_title_container {
    min-height: 300px;
    background: #fafafa;
    background-image: url(../images/pages/bg1.jpg);
    background-size: cover;
}

.hero_title {}

.hero_title_small h1 {
    font-size: 2.55em;
    font-size: 2.618em;
}

.hero_title_small p {}

.hero_box {
    background: #fff;
    margin: 5rem 0;
    padding: 2.5rem 3.5rem;
    border-radius: 3px;
}

@media only screen and (max-width: 950px) {
    .hero_title_container {
        min-height: 380px;
    }
    .hero_title h1 {}
    .hero_title p {}
}

@media only screen and (max-width: 450px) {
    .hero_title_container {
        min-height: 450px;
    }
    .hero_title_container .hero_box {
        width: 100% !important;
    }
}


/*=================================================
2 - Header 
=================================================*/

.absolute_header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.fixed-top {
    -moz-transition: .25s ease-in;
    -o-transition: .25s ease-in;
    -webkit-transition: .25s ease-in;
    transition: .25s ease-in;
}

.absolute_header.fixed-top {
    position: absolute;
    background: transparent;
}

.sticky_header_runing,
.absolute_header.fixed-top.sticky_header_runing {
    background: #FFF;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1030;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
    padding-top: 15px;
    padding-bottom: 15px;
}


/**** Logo ****/

.logo {
    width: 145px;
}

.main-nav {}

.logo h1 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 800;
    margin-top: 10px;
}

.logo,
.main-nav,
.searbar {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

.bar-module {
    padding-left: 1.8em;
}


/**** Main Nav Menu ****/

.navbar {
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: 'Poppins', sans-serif;
}

.navbar-nav > li:not(:last-child) {
    margin-right: 2em;
}

.navbar-nav > li {
    position: relative;
}

.navbar-nav > li,
.navbar-nav > li > a {
    font-size: 1em;
    line-height: 2.166666666666667em;
    font-weight: 600;
    letter-spacing: .5px;
}

.navbar-nav li.current > a {
    color: #f97e89;
}

.dropdown-menu {
    font-size: 0.92em;
    min-width: 200px;
    padding: 1rem 0;
    border: none;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.08);
}

.navbar-nav .show > .dropdown-menu {
    animation-name: dropdownNavEffect;
    animation-duration: .3s;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    -webkit-animation-name: dropdownNavEffect;
    -webkit-animation-duration: .3s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;
}

@-webkit-keyframes dropdownNavEffect {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes dropdownNavEffect {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.navbar-nav > li > .dropdown-menu {
    margin: 1rem 0 0;
}

.navbar-nav > li > .dropdown-menu li {
    margin-right: 0.8rem;
}

.navbar-nav > li > .dropdown-menu li a {
    position: relative;
    text-transform: initial;
}

.navbar-nav > li > .dropdown-menu .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid transparent;
    border-bottom: 0.3em solid transparent;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid;
    right: 0.5rem;
    top: 50%;
    transform: translate(0, -50%);
    position: absolute;
}

.navbar-nav .dropdown-menu a {
    display: block;
    width: 100%;
    padding: 3px 1.5rem;
    clear: both;
    line-height: 1.95em;
    font-weight: 400;
    color: #292b2c;
    text-align: inherit;
    white-space: nowrap;
    background: 0 0;
    border: 0;
}

@media (min-width: 767px) {
    .navbar-nav .dropdown-menu .caret {
        transform: rotate(-90deg);
    }
}

@media (max-width: 450px) {
    .navbar-toggleable-md > .container {
        width: 100%;
    }
}


/*Mega Menu*/

@media screen and (min-width:992px) {
    .mega_menu_holder {
        position: static !important;
    }
    .mega_menu {
        width: 100%;
        padding: 2.5rem 0;
    }
    .mega_menu_holder.show > .dropdown-menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .mega_menu_holder .mega_menu .dropdown-menu {
        display: block;
        position: relative;
        top: 0;
        border: none;
        box-shadow: none;
    }
    .mega_menu_holder .mega_menu > li > a {
        font-size: 1.035em;
        font-weight: 600;
    }
    .mega_menu_holder .mega_menu > li:not(:first-child) {
        border-left: solid 1px #f0f0f0;
    }
    .mega_menu_holder .mega_menu.dropdown-menu .dropdown-toggle::after {
        border: none;
    }
}


/*Hamburger menu button*/

.hamburger-menu-btn {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 53px;
    height: 53px;
    font-size: 0;
    text-indent: -9999px;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    transition: background 0.3s;
    background-color: #252525;
}

.navbar-toggler-right.hamburger-menu-btn {
    position: absolute;
    right: 1rem;
}

.hamburger-menu-btn:focus {
    outline: none;
}

.hamburger-menu-btn span {
    transition: background 0s 0.3s;
}

.hamburger-menu-btn span::before,
.hamburger-menu-btn span::after {
    transition-duration: 0.3s, 0.3s;
    transition-delay: 0.3s, 0s;
}

.hamburger-menu-btn span::before {
    transition-property: top, transform;
}

.hamburger-menu-btn span::after {
    transition-property: bottom, transform;
}

.hamburger-menu-btn span {
    display: block;
    position: absolute;
    top: 24px;
    left: 13px;
    right: 13px;
    height: 5px;
    background: white;
}

.hamburger-menu-btn span::before,
.hamburger-menu-btn span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #fff;
    content: "";
}

.hamburger-menu-btn span::before {
    top: -10px;
}

.hamburger-menu-btn span::after {
    bottom: -10px;
}

.hamburger-menu-btn.hamburger-circle {
    border-radius: 50%;
}

.hamburger-menu-btn.hamburger-circle span {
    top: 25px;
    left: 16px;
    right: 16px;
    height: 3px;
}

.hamburger-menu-btn.hamburger-circle span::before,
.hamburger-menu-btn.hamburger-circle span::after {
    height: 3px;
}

.hamburger-menu-btn.hamburger-circle span::before {
    top: -7px;
}

.hamburger-menu-btn.hamburger-circle span::after {
    bottom: -7px;
}


/* active state, i.e. menu open */

.hamburger-menu-btn.for-fullscreen.is-active {
    position: fixed;
    right: 48px;
    top: 20px;
}

.hamburger-menu-btn.is-active span {
    background: none;
}

.hamburger-menu-btn.is-active span::before {
    top: 0;
    transform: rotate(45deg);
}

.hamburger-menu-btn.is-active span::after {
    bottom: 0;
    transform: rotate(-45deg);
}

.hamburger-menu-btn.is-active span::before,
.hamburger-menu-btn.is-active span::after {
    transition-delay: 0s, 0.3s;
}


/* Fullscreen menu */

.fullscreen-menu-holder {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow-y: scroll;
    z-index: 105;
    background: #222223;
    padding: 0 12%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s, visibility 0s 0.5s;
}

.fullscreen-menu-holder.is-active {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s;
}

.fullscreen-menu-holder .d-flex {
    padding: 100px 0;
}

.fullscreen-menu-holder .sidebar-menu {
    min-width: 40%;
}

.fullscreen-menu-holder .sidebar-menu > li {
    line-height: 1.024em;
    font-size: 5.125em;
    margin-bottom: .4206684rem;
    margin-top: .5793316rem;
    font-weight: 800;
}

.fullscreen-menu-holder .sidebar-menu > li li,
.fullscreen-menu-holder .sidebar-menu > li li a {
    line-height: 1.024em;
    font-size: 0.8em;
    margin-bottom: .4206684rem;
    margin-top: .5793316rem;
    font-weight: 600;
}

.fullscreen-menu-holder .sidebar-menu li > a > .fa-plus {
    margin-top: 1.1rem;
    font-size: 0.6em;
    line-height: 1.024em;
    font-weight: 300;
}

.fullscreen-menu-holder .sidebar-menu > li a {
    color: #fff;
}

.hamburger-menu-btn {
    z-index: 999;
}

.fullscreen-menu-holder.is-active .sidebar-menu > li {
    -webkit-animation: text_up_animate .4s ease-out both .5s;
    -moz-animation: text_up_animate .4s ease-out both .5s;
    animation: text_up_animate .4s ease-out both .5s;
    animation-delay: 70ms;
}

.fullscreen-menu-holder.is-active .sidebar-menu > li:nth-child(1) {
    animation-delay: 70ms;
}

.fullscreen-menu-holder.is-active .sidebar-menu > li:nth-child(2) {
    animation-delay: 140ms;
}

.fullscreen-menu-holder.is-active .sidebar-menu > li:nth-child(3) {
    animation-delay: 210ms;
}

.fullscreen-menu-holder.is-active .sidebar-menu > li:nth-child(4) {
    animation-delay: 280ms;
}

.fullscreen-menu-holder.is-active .sidebar-menu > li:nth-child(5) {
    animation-delay: 350ms;
}

.fullscreen-menu-holder.is-active .sidebar-menu > li:nth-child(6) {
    animation-delay: 420ms;
}

.fullscreen-menu-holder.is-active .sidebar-menu > li:nth-child(7) {
    animation-delay: 490ms;
}

.fullscreen-menu-holder.is-active .sidebar-menu > li:nth-child(8) {
    animation-delay: 560ms;
}

.fullscreen-menu-holder.is-active .sidebar-menu > li:nth-child(9) {
    animation-delay: 630ms;
}

.fullscreen-menu-holder.is-active .sidebar-menu > li:nth-child(10) {
    animation-delay: 700ms;
}

.fullscreen-menu-holder.is-active .sidebar-menu > li:nth-child(11) {
    animation-delay: 770ms;
}

.fullscreen-menu-holder.is-active .sidebar-menu > li:nth-child(12) {
    animation-delay: 840ms;
}

.fullscreen-menu-holder.is-active .sidebar-menu > li:nth-child(13) {
    animation-delay: 910ms;
}

.fullscreen-menu-holder.is-active .sidebar-menu > li:nth-child(14) {
    animation-delay: 980ms;
}

.fullscreen-menu-holder.is-active .sidebar-menu > li:nth-child(18) {
    animation-delay: 1050ms;
}

.fullscreen-menu-holder.is-active .sidebar-menu > li:nth-child(16) {
    animation-delay: 1120ms;
}

.fullscreen-menu-holder.is-active .sidebar-menu > li:nth-child(17) {
    animation-delay: 1190ms;
}

.fullscreen-menu-holder.is-active .sidebar-menu > li:nth-child(18) {
    animation-delay: 1260ms;
}

.fullscreen-menu-holder.is-active .sidebar-menu > li:nth-child(19) {
    animation-delay: 1330ms;
}

.fullscreen-menu-holder.is-active .sidebar-menu > li:nth-child(20) {
    animation-delay: 1400ms;
}

@-webkit-keyframes text_up_animate {
    0% {
        opacity: 0;
        -webkit-transform: translateY(60px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes text_up_animate {
    0% {
        opacity: 0;
        -moz-transform: translateY(60px)
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0)
    }
}

@keyframes text_up_animate {
    0% {
        opacity: 0;
        transform: translateY(60px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}


/*Side nav menu */

.sidebar-nav {
    position: fixed;
    top: 0;
    height: 100vh;
    width: 300px;
    padding: 1rem 2.3rem;
    z-index: 999;
    background: #fff;
}

.container-for-sidebar-menu {
    position: relative;
    min-height: 300px;
    margin: 0 0 0 300px;
}

.sidebar-nav .navbar-brand {
    margin: 2rem 0 2.5rem;
    width: 100%;
}

.sidebar-nav .navbar-brand img {}

.sidebar-nav .navbar-nav > li,
.sidebar-nav .navbar-nav > li > a {
    display: block;
    color: #fff;
    font-size: 1.1em;
}

.sidebar-nav .bar-module {
    padding-left: 0;
    position: absolute;
    bottom: 23px;
}

.sidebar-menu {
    list-style: none;
    margin: 0 0 2rem 0;
    padding: 0;
}

.sidebar-menu > li {
    font-size: 1.1em;
    font-weight: 600;
    position: relative;
    margin: 0;
    padding: 0;
}

.sidebar-menu > li > a {
    padding: 0.8rem 0;
    display: block;
    border-left: 3px solid transparent;
}

.sidebar-menu > li > a > .fa {
    width: 20px;
}

.sidebar-menu > li:hover > a,
.sidebar-menu > li.active > a {
    color: #f97e89;
}

.sidebar-menu > li .label,
.sidebar-menu > li .badge {
    margin-top: 3px;
    margin-right: 5px;
}

.sidebar-menu li.sidebar-header {
    padding: 10px 25px 10px 15px;
    font-size: 12px;
    color: #f1f1f1;
    background: #1a2226;
}

.sidebar-menu li > a > .fa-plus {
    width: auto;
    height: auto;
    padding: 0;
    margin-right: 10px;
    margin-top: 3px;
    font-size: 0.9em;
    line-height: 1.4em;
    font-weight: 300;
}

.sidebar-menu li.active > a > .fa-plus:before {
    content: "\f068";
}

.sidebar-menu li.active > .sidebar-submenu {
    display: block;
}

.sidebar-menu a {
    text-decoration: none;
}

.sidebar-menu .sidebar-submenu {
    display: none;
    list-style: none;
    padding: 0 0 0.5rem 0.5rem;
    margin: 0 1px;
}

.sidebar-menu .sidebar-submenu .sidebar-submenu {
    padding-left: 20px;
}

.sidebar-menu .sidebar-submenu > li > a {
    padding: 5px 5px 5px 15px;
    display: block;
    font-size: 14px;
}

.sidebar-menu .sidebar-submenu > li > a > .fa {
    width: 20px;
}

.sidebar-menu .sidebar-submenu > li > a > .fa-angle-left,
.sidebar-menu .sidebar-submenu > li > a > .fa-angle-down {
    width: auto;
}

.sidebar-menu .sidebar-submenu > li.active > a,
.sidebar-menu .sidebar-submenu > li > a:hover {
    color: #f97e89;
}


/*Navbar for mobile*/

@media only screen and (max-width: 992px) {
    .navbar-nav {
        background: #fff;
        padding: 2rem 2rem;
        box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.08);
        -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.08);
    }
    .navbar-nav > li,
    .white_color .navbar-nav > li > a {
        color: #393939;
    }
    .navbar-nav li:not(:last-child) a,
    .navbar-nav .dropdown-menu li:not(:last-child) a {
        position: relative;
        display: block;
        padding: 0.7rem 0;
        border-bottom: 1px solid #e4e4e4;
        color: #393939;
    }
    .dropdown-menu {
        box-shadow: none;
        -webkit-box-shadow: none;
    }
    .navbar-nav > li > .dropdown-menu,
    .dropdown-menu {
        padding: 0;
        margin: 0 0 0 1rem;
    }
    .navbar-nav .dropdown-divider {
        display: none;
    }
    .fullscreen-menu-holder .sidebar-menu > li {
        line-height: 1.024em;
        font-size: 1.1em;
        font-weight: 600;
        margin-bottom: .4206684rem;
        margin-top: .5793316rem;
    }
    .sidebar-menu .sidebar-submenu {
        padding: 0 0 0 0.5rem;
    }
    .fullscreen-menu-holder .sidebar-menu li > a > .fa-plus {
        margin-top: 0.15rem;
    }
    .fullscreen-menu-holder .sidebar-menu > li li,
    .fullscreen-menu-holder .sidebar-menu > li li a {
        font-size: 0.99em;
    }
    .sidebar-nav {
        position: fixed;
        left: 0;
        -moz-transition: all 0.5s cubic-bezier(0.37, -0.01, 0.22, 1);
        -o-transition: all 0.5s cubic-bezier(0.37, -0.01, 0.22, 1);
        -ms-transition: all 0.5s cubic-bezier(0.37, -0.01, 0.22, 1);
        -webkit-transition: all 0.5s cubic-bezier(0.37, -0.01, 0.22, 1);
        transition: all 0.5s cubic-bezier(0.37, -0.01, 0.22, 1);
        -moz-transform: translate(-100%, 0);
        -o-transform: translate(-100%, 0);
        -ms-transform: translate(-100%, 0);
        -webkit-transform: translate(-100%, 0);
        transform: translate(-100%, 0);
    }
    .sidebar-nav.is-active {
        box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.08);
        -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.08);
        -moz-transform: translate(0%, 0);
        -o-transform: translate(0%, 0);
        -ms-transform: translate(0%, 0);
        -webkit-transform: translate(0%, 0);
        transform: translate(0%, 0);
    }
    .container-for-sidebar-menu {
        margin: 0 0 0 0;
    }
    .btn-for-mobile-top-right,
    .btn-for-mobile-top-right.is-active {
        visibility: visible;
        opacity: 1;
        display: block;
        position: absolute;
        top: 30px;
        right: 30px;
    }
}


/*=================================================
3 -Portfolio 
=================================================*/

.single_work_header {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.single_work_header .single_bg-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.single_work_header .single_work_title {
    text-align: center;
    z-index: 1;
    position: absolute;
    bottom: 35%;
    width: 100%;
}

.single_work_header .single_work_title h1 {
    margin-top: 20px;
    margin-bottom: 25px;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
    font-size: 48px;
    letter-spacing: 6px;
    line-height: 1.4em;
    text-transform: uppercase;
}

.single_work_header .single_work_title h1 a {
    color: #fff;
}

.single_work_header .single_work_title h5 {
    color: #fff;
    font-size: 21px;
    font-weight: 600;
    letter-spacing: 3px;
}

.single_work_header .single_work_scroll {
    position: absolute;
    width: 100%;
    bottom: 3.5%;
    margin: 0 auto;
    text-align: center;
}

.single_work_header .scroll_line {
    color: #fff;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
}

.single_work_header .scroll_line:before {
    background-color: #fff;
    content: "";
    display: block;
    width: 3px;
    height: 50px;
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    top: -75px;
    margin: 0 auto;
}

.single_work_info {
    padding: 60px 0 40px;
}

.single_work_content {
    position: relative;
    margin: 0 auto;
    text-align: center;
    padding: 30px 0;
}

.single_work_wide_box {
    padding: 0 5%;
}

.work_grey_container {
    background: #fafafa;
    padding: 5% 6%;
}

.details_list {
    background: #fafafa;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 50px 40px;
}

.details_list strong {}

.work_nav {
    margin: 60px 5% 0;
    padding: 10px 40px 10px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 800;
    border-top: solid 1px #eeeeee;
}

.work_nav i {
    padding: 0 4px;
}

.nav-btn {
    margin: 0;
    padding: 0;
    padding: 20px 0;
}

.nav-btn .pre-btn {
    text-align: left;
}

.nav-btn .next-post {
    text-align: right;
    float: right;
    text-align: right;
}

@media only screen and (max-width: 950px) {
    .single_work_header .single_work_title h1 {
        font-size: 18px;
        letter-spacing: 5px;
        margin-top: 15px;
        margin-bottom: 10px;
    }
    .single_work_header .single_work_title h5 {
        letter-spacing: 3px;
        font-size: 12px;
    }
    .single_work_header .single_work_title p {
        font-size: 14px;
        line-height: 25px;
        padding: 0 1%;
    }
    .nav-btn .pre-btn,
    .nav-btn .next-post {
        text-align: center;
        float: none;
        display: block;
    }
    .single_work_header {
        padding-top: 0;
    }
}


/* Work Filter */

.work_filter {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 35px;
}

.work_filter li {
    display: inline-block;
    position: relative;
    margin-left: 35px;
    padding: 0 15px;
}

.work_filter li:first-child {
    padding-left: 0;
    margin-left: 0;
}

.work_filter li:after {
    display: inline-block;
    content: "";
    position: absolute;
    background: #f97e89;
    height: 2px;
    width: 20px;
    right: -10px;
    bottom: 12px;
}

.work_filter li span {
    cursor: pointer;
    font-weight: 700;
    color: #444;
}

.work_filter li.active span {
    color: #f97e89;
}

@media only screen and (max-width: 450px) {
    .work_filter {
        margin-bottom: 20px;
    }
    .work_filter li {
        display: block;
        position: relative;
        margin-left: 0;
        padding: 6px 0;
    }
    .work_filter li:after {
        background: transparent;
    }
}


/* Portfolio col layouts */

.work_item {
    position: relative;
    margin-bottom: 30px;
}

.no-gutters .work_item {
    margin-bottom: 0;
}

.work_item .work_img {
    position: relative;
    overflow: hidden;
}

.work_item .work_item_title {
    margin-top: 1.3em;
    margin-bottom: 0.2em;
}

.work_item .work_item_title h2 {
    font-size: 1.1em;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 6px;
}

.work_item .work_item_title h5 {
    font-size: 13px;
    margin-bottom: 0;
    margin-top: 6px;
}

.work_item .work_title .work_categories {
    list-style: none;
}

.work_item .work_title .work_categories li {
    display: inline-block;
    letter-spacing: 2px;
}

.work_item .work_title .work_categories li:after {
    content: ',';
}

.work_item .work_title .work_categories li:last-child:after {
    content: '';
}


/* slider portfolio */

.work-carousel {}

.bg-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.compat-object-fit {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
    background-position: center center;
}

.work-carousel .work-item {
    background: transparent;
    overflow: hidden;
    position: relative;
}

.work-carousel .work-item:before {
    content: '';
    background: rgba(245, 245, 245, 0.90);
    background-image: linear-gradient(45deg, #ff9a9e 0%, #fad0c4 99%, #fad0c4 100%);
    background-image: linear-gradient(to top, #ff9a9e 0%, #fecfef 99%, #fecfef 100%);
    background-color: #DCD9D4;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%), radial-gradient(at 50% 0%, rgba(255, 255, 255, 0.10) 0%, rgba(0, 0, 0, 0.50) 50%);
    background-blend-mode: soft-light, screen;
    position: absolute;
    top: 0;
    width: 45%;
    height: 100%;
    z-index: 0;
}

.work-item-content {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
    z-index: 999;
}

.work-item-img {
    background: #fff;
    padding: 40px;
}

.work-item-img {
    position: relative;
    overflow: hidden;
}

.work-item-img:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 5;
    -moz-transition: all 1.4s cubic-bezier(0.37, -0.01, 0.22, 1);
    -o-transition: all 1.4s cubic-bezier(0.37, -0.01, 0.22, 1);
    -ms-transition: all 1.4s cubic-bezier(0.37, -0.01, 0.22, 1);
    -webkit-transition: all 1.4s cubic-bezier(0.37, -0.01, 0.22, 1);
    transition: all 1.4s cubic-bezier(0.37, -0.01, 0.22, 1);
    -moz-transform: translate(0%, 0);
    -o-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    -webkit-transform: translate(0%, 0);
    transform: translate(0%, 0);
}

.active .work-item-img:before {
    -moz-transform: translate(-101%, 0);
    -o-transform: translate(-101%, 0);
    -ms-transform: translate(-101%, 0);
    -webkit-transform: translate(-101%, 0);
    transform: translate(-101%, 0);
}

.work-item-text {
    padding-left: 5%;
}

.work-item-info {
    margin-bottom: 0.8rem;
}

.work-title {}

.work-item-desc {
    margin-top: 1.8rem;
}

.work-date {
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: 500;
    margin-bottom: .5rem;
}

.work-activities,
.work-activities a {
    font-weight: 600;
    font-size: 1.2em;
    color: #f97e89;
}

.work-title h2 {
    font-weight: 700;
    font-size: 3.125em;
}

.work-title h2 a {}

.work-title h2 a:hover:after {
    background: transparent;
    height: 0;
    width: 0;
    transition: none;
}

.work-count {
    font-weight: 700;
    font-size: 3.750em;
    text-transform: uppercase;
    line-height: 1.2;
    z-index: 2;
    margin-bottom: 0.5rem;
}

.work_load {
    bottom: -7%;
    left: 41%;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.work_load a {}

.work-carousel .work-item .bg-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.work-carousel .work-item .bg-image:after {
    content: '';
    height: 130%;
    width: 105%;
    border: solid 23px #fff;
    top: -18%;
    position: absolute;
    z-index: -1;
}


/* work carousel large img  style */

.work-carousel-large-img .work-item-img {
    display: none;
}

.work-carousel-large-img .bg-image img {}

.work-carousel-large-img .work-item-content {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.work-carousel-large-img .work-item-content .container {
    width: 80%;
    margin: 0 auto;
}

.work-carousel-large-img .work-item-text {
    background: #fff;
    padding: 3rem 3rem;
    border-radius: 5px;
    -moz-box-shadow: rgba(0, 0, 0, 0.17) 0 14px 24px 0;
    -webkit-box-shadow: rgba(0, 0, 0, 0.17) 0 14px 24px 0;
    box-shadow: rgba(0, 0, 0, 0.17) 0 14px 24px 0;
}

.work-carousel-large-img .work-item-text .work-title h2 {
    font-weight: 700;
    font-size: 2.618em;
}


/* Multi work carousel */

.multi-work-carousel .work-item-content {
    top: 98%;
    left: 50%;
    transform: translate(-50%, -95%);
}

.multi-work-carousel .work-item-text {
    padding: 0 5%;
}

.multi-work-carousel .work-item-text .work-title h2 {
    font-weight: 800;
    font-size: 2.618em;
    color: #fff;
}

.multi-work-carousel .work-item-text .work-title h2 a {
    color: #fff;
}

.multi-work-carousel .work-item:after {
    content: '';
    position: absolute;
    z-index: 1;
    text-align: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.4;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 59%, rgba(0, 0, 0, 0.90) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 59%, rgba(0, 0, 0, 0.90) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 59%, rgba(0, 0, 0, 0.90) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#d6000000', GradientType=0);
}

.multi-work-carousel .work-item {
    overflow: hidden;
    position: relative;
    background: #444;
}

.multi-work-carousel .bg-image {}

.multi-work-carousel .bg-image img {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.multi-work-carousel .work-item:hover .bg-image img {
    -webkit-transform: scale(1.12);
    -moz-transform: scale(1.12);
    -ms-transform: scale(1.12);
    -o-transform: scale(1.12);
    transform: scale(1.12);
    opacity: 0.4;
}

.multi-work-carousel .bg-image.compat-object-fit {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.multi-work-carousel .work-item:hover .bg-image.compat-object-fit {
    -webkit-transform: scale(1.12);
    -moz-transform: scale(1.12);
    -ms-transform: scale(1.12);
    -o-transform: scale(1.12);
    transform: scale(1.12);
    opacity: 0.4;
}


/*Listed work*/

.listed_work {
    margin: 0 -4rem;
}

.listed_work .work_item {
    margin: 0 0 4rem 0;
    padding: 0 4rem;
}

.listed_work .work_item:first-child {
    margin-top: 5em;
}

.listed_work .work_item:nth-child(2) {
    margin-top: 2em;
}

.listed_work .work_item .work_img {
    padding: 4rem 0 2rem 3rem;
}

.listed_work .work_item .work_img:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 75%;
    height: 100%;
    background: rgb(69, 203, 150);
}

.listed_work .work_item .work_img .et-banner {}

.listed_work .work_item .work_img .et-banner figure {
    background: transparent;
}

.listed_work .work_item .work_item_title {
    padding-left: 3rem;
}

.listed_work .work_item .work_item_title h5 {
    position: relative;
}

.listed_work .work_item .work_item_title h5:before {
    display: inline-block;
    content: "";
    position: absolute;
    background: #f97e89;
    height: 2px;
    width: 3rem;
    left: -4rem;
    bottom: 12px;
}



.read_more {
    font-weight: 600;
    position: relative;
}

.read_more {
    position: relative;
}

.read_more:after,
.read_more:before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 12%;
    height: 3px;
    background-color: #f97e89;
    -webkit-transition: .4s width;
    transition: .4s width;
}

.read_more:hover:after {
    width: 100%;
    background-color: #f97e89;
}

@media only all and (max-width: 1900px) and (max-height: 900px) {
    .work-carousel .work-item-img {
        width: 95%;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 1367px) {
    .work-carousel .work-item-img {
        width: 87%;
        margin: 0 0 0 auto;
    }
    .work-title h2 {}
}

@media only all and (max-width: 1580px) and (max-height: 740px) {
    .work-carousel .work-item-img {
        width: 75%;
        margin: 0 0 0 auto;
    }
    .work-title h2 {
        font-size: 1.931em;
        line-height: 1.5em;
    }
}

@media only all and (max-width: 1350px) and (max-height: 660px) {
    .work-carousel .work-item-img {
        width: 70%;
        padding: 35px;
        margin-left: auto;
    }
}

@media only screen and (max-width: 1030px) {
    .work-carousel-large-img .work-item-text .work-title h2,
    .work-title h2 {
        font-size: 2.618em;
    }
    .work-carousel-large-img .work-item-content .container {
        width: 80%;
        margin: 0 auto;
    }
    .work-carousel-large-img .work-item-content .work-item-desc {
        display: none;
    }
}

@media only screen and (max-width: 950px) {
    .work-item-info {
        width: 100%;
        float: none;
    }
    .work-item-text {
        padding-left: 0;
    }
    .work-count {
        letter-spacing: 2px;
        font-weight: 700;
        font-size: 30px;
    }
    .work-date {
        font-size: 14px;
        margin-bottom: 0px;
    }
    .work-activities {
        font-size: 14px;
        margin-bottom: 2px;
    }
    .work-title {
        width: 100%;
        padding-left: 0;
    }
    .work-carousel .owl-nav {
        display: none;
    }
}

@media only screen and (max-width: 750px) {
    .work-carousel .work-item-img {
        width: 100%;
        margin-left: auto;
        background: #fff;
        padding: 25px;
        margin-top: 20px;
        margin-bottom: 15px;
    }
    .work-item-desc {
        display: none;
    }
    .work-carousel-large-img .work-item-text .work-title h2,
    .work-title h2 {
        font-size: 1.618em;
        line-height: 1.5em;
    }
    .work-item-text .read_more {
        display: none;
    }
}

@media only screen and (max-width: 420px) {
    .work-carousel .work-item:before {
        width: 50%;
    }
    .work-item-img {
        padding: 30px;
        margin: 1.6rem 0;
    }
    .work-title h2 {
        font-size: 1.78571429em;
    }
    .work-carousel-large-img .work-item-content {
        top: 90%;
        left: 50%;
        transform: translate(-50%, -90%);
    }
    .work-carousel-large-img .work-item-content .container {
        width: 100%;
        margin: 0 auto;
    }
    .work-carousel-large-img .work-item-text {
        padding: 2rem 2.18rem;
    }
}


/*Large single row protfolio*/

.large-img-text-container h2 {
    font-weight: 700;
    font-size: 2.618em;
    margin-bottom: 0.15em;
}

.large-img-text-container .work-activities {
    margin-bottom: 0.8rem;
}

@media only screen and (max-width: 1367px) {
    .large-img-text-container .px-7 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .work-carousel-large-img .work-item-text .work-title h2 {
        font-size: 1.78571429em;
    }
    .work-activities,
    .work-activities a {
        font-size: 1.1em;
    }
    .work-carousel-large-img .work-item-desc {
        margin-top: 1.4rem;
    }
}

@media only screen and (max-width: 768px) {
    .large-img-text-container .row {
        margin-bottom: 3rem;
    }
}


/*=================================================
4 - Shop
=================================================*/

.shop-item-toolbar {
    margin-bottom: 40px;
    display: table;
    width: 100%;
    table-layout: fixed;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.shop-item-toolbar .items-ordering {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}

.shop-item-toolbar .items-ordering select {}

.shop-item-toolbar .item-result-count {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}

.products {
    margin-right: -15px;
    margin-left: -15px;
    padding: 0;
    list-style: none;
    clear: both;
}

.products:after {
    content: '';
    display: block;
    clear: both;
}

.products li {
    float: left;
    width: 33.33333333%;
    padding-right: 15px;
    padding-left: 15px;
    margin: 0 0 40px 0;
    position: relative;
}

.products li img {
    -webkit-transition: opacity .2s ease-out, top .2s ease-out;
    transition: opacity .2s ease-out, top .2s ease-out;
    opacity: 1;
    height: auto;
}

.products li:hover img {
    opacity: 0.2;
    height: auto;
}

.products li h3 {
    font-size: 1.194em;
    margin-top: 1em;
    margin-bottom: 0.1em;
}

.products li .price {
    font-weight: 600;
    color: #696969;
}

.products li:hover a.product_link:after {}

.products li:hover h3,
.products li:hover .price {}

.products li .button {
    padding: 10px;
}

.products li .add_to_cart_button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    opacity: 0;
    border-radius: 0.1rem;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.products li:hover .add_to_cart_button {
    opacity: 1;
    margin-top: -20px;
}


/* Rating */

.products .rating {}

.products li:hover .rating {}

.rating {
    unicode-bidi: bidi-override;
    direction: rtl;
    font-size: 20px;
}

.rating span.star {
    font-family: ionicons;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    cursor: pointer;
}

.rating span.star:before {
    content: "\f3ae";
    padding-right: 0px;
    color: #444444;
}

.rating span.star.star-rated:before {
    content: "\f2fc";
    padding-right: 0px;
    color: #444444;
}

.rating > span:hover:before,
.rating > span:hover ~ span:before {
    content: "\f2fc";
    padding-right: 0px;
    color: #444444;
}


/**** Single Product ****/

.single-product-content {
    margin-top: 80px;
    margin-bottom: 20px;
    position: relative;
    display: block;
}

.single-product-content:after {
    content: '';
    display: block;
    clear: both;
}

.single-product-images,
.single-product-des {}

.single-product-images {
    width: 48.5%;
    float: left;
}

.single-product-images {
    margin-bottom: 30px;
}

.single-product-images .product-images-gallery {
    margin: 10px -10px 0 -10px;
    padding: 0;
    list-style: none;
}

.single-product-images .product-images-gallery li {
    padding: 10px 10px 0;
    width: 25%;
    float: left;
    display: inline-block;
}

.single-product-des {
    width: 48%;
    float: right;
}

.single-product-des .product-title {
    font-size: 1.931em;
    margin-bottom: 5px;
}

.single-product-des .single-product-cat {
    font-size: 14px;
    margin-bottom: 8px;
}

.single-product-des .single-product-price {
    font-size: 1.618em;
    margin-bottom: 10px;
    font-weight: 800;
}

.single-product-deta {
    margin-top: 25px;
}

.single-product-des .single-product-rating {
    margin-bottom: 8px;
}

.single-product-des .single-product-rating .rating {
    font-size: 13px;
}

.product-options {
    margin-top: 30px;
}

.single-product-des .product-options h5 {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.single-product-des .product-options select {
    padding: 12px;
    width: 100%;
    margin-bottom: 13px;
}

.add-to-cart-warp {
    margin: 40px 0;
}

.single-product-des .quantity {
    position: relative;
    float: left;
    margin: 0 4px 0 0;
}

.single-product-des .quantity .total-quantity {
    margin: 0;
    padding: 10px 10px;
    text-align: center;
    border: none;
    font-size: 18px;
    width: 80px;
    border: solid 1px #ececec;
    border-radius: 0;
    background: #f9f9f9;
}

.single-product-des .add-cart-btn {
    margin-left: 0.5rem;
    padding: 0.688rem 1.5rem;
    font-size: 1rem;
    border-radius: 0.1rem;
}

.single-product-des .add-cart-btn:hover {}

.single-product-des .in-stock {
    float: right;
}

.single-product-meta {
    color: #666;
    list-style: none;
    margin: 20px 0 30px 0;
    padding: 0;
}

.single-product-meta .meta-name {
    margin-right: 4px;
    font-weight: 700;
    color: #777;
}

.product-extra-info {
    margin-top: 40px;
}

.related-products {
    margin-bottom: 70px;
}

.related-products .btline-title {
    font-size: 17px;
    text-transform: uppercase;
    padding-bottom: 14px;
}

.related-products .products li {
    margin-bottom: 15px;
}

@media only screen and (max-width: 959px) {
    .products {
        margin-right: 0;
        margin-left: 0
    }
    .products li,
    .masonry_products li.large_width {
        float: left;
        width: 50%;
        padding-right: 15px;
        padding-left: 15px;
        margin: 0 0 40px 0;
        position: relative;
    }
}

@media only screen and (max-width: 750px) {
    .single-product-images,
    .single-product-des {
        width: 100%;
        float: none;
    }
}

@media only screen and (max-width: 450px) {
    .products {
        margin-right: 0;
        margin-left: 0;
    }
    .products {
        margin-right: 0;
        margin-left: 0
    }
    .products li,
    .masonry_products li.large_width {
        float: left;
        width: 100%;
        margin: 0 0 40px 0;
    }
}


/*=================================================
9 - Blog - posts
=================================================*/

.blog_posts {
    width: 100%;
    margin: 40px 0;
}

.stander_blog article {
    margin-bottom: 3.5rem;
}

.stander_blog article .card {
    border: none;
}

.stander_blog article .card-block {
    padding: 0;
}

.stander_blog article .card-title {
    font-size: 1.999em;
    margin-top: 1.9rem;
    margin-bottom: 0.5rem;
}

.stander_blog article .card-post-meta-top,
.stander_blog article .card-post-meta-top a {
    margin-bottom: 1.2rem;
    font-size: 0.95em;
    font-weight: 600;
}

.stander_blog article .card-post-meta-top span:not(:last-child),
.stander_blog article .card-post-meta-bottom span:not(:last-child) {
    margin-right: 5px;
}

.stander_blog article .card-post-meta-top span:not(:last-child):after {
    content: "|";
    padding-left: 5px;
}

.post_meta_category a:not(:last-child):after {
    content: ",";
    padding-right: 6px;
}

.stander_blog article .card-post-meta-bottom {
    font-size: 0.95em;
    font-weight: 500;
    margin-top: 1.8rem;
    border-top: 1px solid #dadada;
    padding-top: 1.4rem;
    color: #202020;
}

.stander_blog article .card-post-meta-bottom span:not(:last-child):after {
    content: "-";
    padding-left: 5px;
}

.stander_blog article .card-block .post_read_more_btn {
    font-weight: 600;
}


/*Stander blog center*/

.stander_blog_center article {
    margin: 0 0 5rem;
}

.stander_blog_center article .card-block {
    margin: 0 auto;
    width: 78.5%;
}

.stander_blog_center article .card-title {
    margin-top: 3.5rem;
    margin-bottom: 1.3rem;
    text-align: center;
}

.stander_blog_center article .card-post-meta-top {
    margin-top: 0;
    margin-bottom: 2.3rem;
    text-align: center;
    font-size: 1.25em;
    font-weight: 600;
}

.stander_blog_center article .card-post-meta-bottom {
    font-size: 0.95em;
    font-weight: 600;
    margin-top: 2.5rem;
    padding-top: 2.5rem;
    text-align: initial;
}


/*Stander blog card */

.stander_blog_card {}

.stander_blog_card article {
    margin-bottom: 2.9rem;
}

.stander_blog_card article .card-block {
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    padding: 1.25rem;
}

.stander_blog_card article .card-title {
    font-size: 1.6em;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.stander_blog_card article .card-post-meta-top {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 0.9em;
    font-weight: 600;
}

.blog-no-border {}

.stander_blog_card.blog-no-border article .card-block {
    border: none;
    border-radius: 0.25rem;
    padding: 1.25rem 0 0 0;
}

.stander_blog_card.blog-no-border article .card-title {
    margin-bottom: 1rem;
}

.stander_blog.blog-no-border article .card-post-meta-bottom {
    font-size: 0.95em;
    font-weight: 700;
    margin-top: -0.3rem;
    padding-top: 0;
    border-top: none;
    color: #202020;
}


/*  Blog Carousel */

.blog_carousel .card {
    border: none;
}

.blog_carousel article .card-title {
    font-size: 1.5em;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.blog_carousel article .card-block {
    padding: 1.25rem 1.8rem;
}

.owl-controls {
    margin-top: 0;
}


/* Single post */

.stander_blog_single_post article .card-post-meta-bottom {
    margin-top: 1.8rem;
    padding-top: 1.8rem;
}

.stander_blog_single_post article {
    margin: 0 0 2rem;
}

@media only screen and (max-width: 1024px) {
    .stander_blog_center .post_meta_comments {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .blog_posts .card-post-meta-bottom .list-inline,
    .blog_posts .card-post-meta-bottom .post_read_more_btn {
        display: none;
    }
    .blog_posts.stander_blog_center .card-post-meta-bottom .post_read_more_btn {
        display: inline-block;
    }
    .stander_blog_center article .card-post-meta-bottom {
        text-align: center;
    }
}

.blog_posts .single_post {
    margin: 0;
}

.single_post .post_img {
    position: relative;
    margin-bottom: 20px;
    background: #8d8d8d;
    overflow: hidden;
}

.post_info {
    padding-right: 10px;
    text-align: center;
}

.blog_posts .single_post .post_info {
    text-align: center;
}

.blog_posts .single_post .post_info a {
    color: #404040;
}

.blog_posts .single_post .post_info .post_category {
    display: block;
    text-transform: uppercase;
}

.post_meta {
    margin-bottom: 15px;
}

.post_meta li {
    list-style: none;
    display: inline-block;
    padding-right: 15px;
}

.post_info .post_category span,
.post_meta {
    font-weight: 600;
    font-size: 12px;
}

.post_info .post_category span:after {
    content: ","
}

.post_info .post_category span:last-child:after {
    content: ""
}

.single_blog_post {
    margin: 60px 0 50px 0;
}

.single_blog_post .post_title {
    font-weight: 700;
    font-size: 28px;
    margin-top: 50px;
    line-height: 1.5em;
    margin-bottom: 12px;
    text-align: center;
    letter-spacing: 1px;
}

.single_blog_post .post_title {
    color: #404040;
}

.single_post .post_info {
    text-align: center;
}

.single_blog_post .post_meta,
.single_blog_post .post_meta a {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 32px;
    letter-spacing: 1px;
    color: #555;
}

.blog_posts .single_post .post_title {
    font-weight: 700;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
    letter-spacing: 1px;
    text-align: center;
    text-transform: capitalize;
}

.blog_posts .single_post .post_title a {
    color: #404040;
}

.single_post .post_content {
    margin-top: 20px;
}

.blog_posts .single_post .post_content {
    margin-top: 0;
    margin-bottom: 15px;
}

.single_post_image {}

.single_post_image img {}


/**** Tags ****/

.blog-post-tags {
    margin: 2.8rem 0 0 0;
    padding: 0;
    list-style: none;
}

.blog-post-tags li {
    display: inline-block;
    margin: 0 0 .3em 1em;
    padding: 0 10px 0 0;
}

.blog-post-tags li a {
    position: relative;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 1em;
    background-color: #f1f1f1;
    border-radius: 0 3px 3px 0;
    font-size: 0.95em;
    font-weight: 600;
    text-decoration: none;
    -webkit-transition: .2s;
    transition: .2s;
}

.blog-post-tags li a::before {
    position: absolute;
    top: 0;
    left: -15px;
    content: '';
    width: 0;
    height: 0;
    border-color: transparent #f1f1f1 transparent transparent;
    border-style: solid;
    border-width: 15px 15px 15px 0;
    -webkit-transition: .2s;
    transition: .2s;
}

.blog-post-tags li a::after {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 2;
    display: block;
    content: '';
    width: 6px;
    height: 6px;
    margin-top: -3px;
    background-color: #fff;
    border-radius: 100%;
}

.blog-post-tags li span {
    display: block;
    max-width: 100px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.blog-post-tags li a:hover {
    background-color: #555;
    color: #fff;
}

.blog-post-tags li a:hover::before {
    border-right-color: #555;
}

.blog_item_quote {
    text-align: center;
}

.blog_item_quote blockquote {
    padding: 26px 25% 0;
    margin: 0 0 20px;
    font-size: 17px;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 6px;
    text-align: center;
    font-weight: 800;
    border-left: 0;
    position: relative;
    font-style: normal;
}

.blog_item_quote blockquote a {
    color: #6d6d6d;
}

.blog_item_quote blockquote:before {
    content: '';
    height: 3px;
    width: 50px;
    background: #f5f5f5;
    top: 5px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    z-index: 1;
}

.drop-caps {
    float: left;
    position: relative;
    top: 4px;
    margin-right: .3em;
    margin-bottom: .1em;
    padding-bottom: .1em;
    text-transform: uppercase;
    font-weight: 700;
    line-height: .8em;
    font-family: Arial, sans-serif;
    padding: 8px 12px;
    font-size: 4em;
    color: #FFF;
    background: #252525;
}

.drop-caps.circle {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    font-size: 3em;
    line-height: 1.2em;
    text-align: center;
}


/**** Post Author ****/

.post-author {
    padding-bottom: 35px;
    margin-top: 25px;
}

.post-author img {
    margin: 0 25px 10px 0;
    float: left;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
}

.post-author h5 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 15px;
}

.post-author p {
    color: #666;
}


/**** Comments Box ****/

.blog-post-comments {
    margin: 0 auto;
    width: 78.5%;
}

.comment-wrap {
    margin: 40px 0 50px;
}

.comment-wrap .comment-title,
.comment-form-warp .comment-title {
    font-size: 1.3em;
    font-weight: 800;
    margin-bottom: 1.5rem;
    padding-bottom: 1.8rem;
    border-bottom: 1px solid #dadada;
}

.comment-form-warp .comment-title {
    border-bottom: none;
}

.comment-wrap .comment-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.comment-wrap .comment-list li {
    padding: 2.5rem 0;
    margin-bottom: 1.5rem;
    position: relative;
    list-style: none;
    border-bottom: solid 1px #f4f4f4;
}

.comment-wrap .comment-list li .avatar {
    width: 75px;
    height: 75px;
    float: left;
    margin-right: 2.3rem;
}

.comment-wrap .comment-list li .avatar img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
}

.comment-wrap .comment-list li .comment-text {
    overflow: hidden;
}

.comment-wrap .comment-list li .comment-text .comment-head {
    margin-bottom: 1.556rem;
}

.comment-wrap .comment-list li .comment-text .name-n-time {
    float: left;
    display: block;
}

.comment-wrap .comment-list ul {
    padding: 20px 0 15px 55px;
}

.comment-wrap .comment-list ul li {
    border: none;
    padding-bottom: 0;
    margin-bottom: 3px;
}

.comment-wrap .comment-form-warp {
    margin-top: 42px;
}

.comment-wrap .comment-form-warp .btline-title {
    margin-bottom: 37px;
}

.comment-wrap .comment-author {
    font-weight: 600;
    font-size: 1.1em;
}

.comment-form-warp .button {
    font-size: 14px;
    letter-spacing: 1px;
}


/*=================================================
10 - Contact Form
=================================================*/

.contact_form {
    padding-top: 4px;
}

.contact_form input[type="text"],
.contact_form textarea,
.comment-form-warp input[type="text"],
.comment-form-warp textarea {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    border: 0;
    border: 1px solid #f1f1f1;
    padding: 12px 22px;
    font-family: inherit;
    letter-spacing: 2px;
    font-size: 12px;
}

.contact_form textarea {
    margin-bottom: 18px;
    height: 180px;
    max-width: 100%;
}

.contact_form textarea:focus,
input:focus,
select:focus,
textarea:focus {
    outline: none;
}

input[type="submit"] {
    width: inherit;
}

input,
select,
textarea {}

form .send_button {
    margin-top: 10px;
    border: none;
    background: #37474f;
    color: #fff;
    border: solid 2px #37474f;
}

.comment-form-warp form .send_button:hover,
form .send_button:hover {
    background: transparent;
    color: #37474f;
}

.contact_form .alert.alert-danger {
    margin-top: 20px;
    background: rgba(228, 25, 25, .75);
    color: #fff;
}

.contact_form .alert.alert-success {
    margin-top: 20px;
    background: rgba(50, 178, 95, .75);
    color: #fff;
}

.contact_form .has-error input[type="text"],
.contact_form .has-error textarea {
    border-color: rgba(228, 25, 25, .75);
}

.contact_form .form-group {
    margin-bottom: 0;
}


/*=================================================
10 - Sidebar and widget
=================================================*/

.sidebar {
    margin-top: 80px;
}

.widget {
    margin-bottom: 50px;
}

.widget .widget-title {
    font-size: 1.45em;
    font-weight: 600;
}

.widget .separator {
    margin-bottom: 35px;
}


/****  Entries and categories widget ****/

.widget.widget_categories ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.widget.widget_categories ul li {
    font-weight: 600;
    padding: 0.9rem 0 0.92rem 0;
    border-bottom: 1px solid #e4e4e4;
}

.widget.widget_categories ul li:first-child {
    padding-top: 0;
}

.widget.widget_categories ul li:after {
    content: "\f178";
    font-family: 'fontawesome';
    float: right;
}

.widget_nav_menu ul {
    margin: 0;
    padding: 0;
}

.widget_nav_menu ul li {
    list-style: none;
    font-size: 0.95em;
    letter-spacing: 0.02em;
    padding: 1px 0;
}


/* pagination */

.pagination_holder {}

.circle-pagination {}

.circle-pagination > li > a,
.circle-pagination > li > span,
.circle-pagination .page-item:first-child .page-link,
.circle-pagination .page-item:last-child .page-link {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 2.8rem;
    height: 2.8rem;
    text-align: center;
    line-height: 2.8em;
    padding: 0;
    margin: 0 .3em;
    font-size: 0.95em;
}

.pagination {}

.pagination > li > a,
.pagination > li > span {
    color: #404040;
    background-color: transparent;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {}

.pagination .next_page {}

.page-item.active .page-link {
    z-index: 2;
    color: #fff;
    background-color: #f97e89;
    border-color: #f97e89;
}


/*=================================================
12 - Elements 
=================================================*/


/*=================================================
 Title
=================================================*/

.reveal-title {
    font-size: 8.375em;
    line-height: 1em;
    font-weight: 700;
    letter-spacing: -6px;
    color: #ececec;
    margin-top: 0.01em;
    margin-bottom: 0.01em;
}


/*=================================================
 Accordion
=================================================*/

.accordion {}

.accordion .card {
    background: transparent;
    border: none;
}

.accordion .card-header {
    background: transparent;
    border-bottom: 2px solid #ecf1f5;
    padding: 1.25rem 0.25rem;
}

.accordion .card-block {
    padding: 23px 0 25px;
    border-bottom: 2px solid #ecf1f5;
}

.accordion .card-header .accordion-mark .open {
    opacity: 0;
}

.accordion .card-header .collapsed .accordion-mark .close {
    opacity: 0;
}

.accordion .card-header .collapsed .accordion-mark .open {
    opacity: 1;
}

.accordion .card-header h5 a:after {
    font-family: 'FontAwesome';
    content: "\f068";
    float: right;
}

.accordion .card-header h5 a.collapsed:after {
    content: "\f067";
}


/*=================================================
 Tabs
=================================================*/

.nav-tabs {
    margin-bottom: 1.85714286em;
}

.nav-tabs .nav-link {
    font-weight: 600;
}


/*=================================================
 Team person Box
=================================================*/

.team-person {
    position: relative;
}

.team-person .team-image {
    padding: 10% 0 0 10%;
}

.team-person .team-info-holder {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 0 18%;
}

.team-person .team-info-holder:after {
    content: '';
    position: absolute;
    top: 10%;
    left: 10%;
    z-index: 1;
    text-align: center;
    width: 90%;
    height: 90%;
    background: #000;
    opacity: 0.4;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 59%, rgba(0, 0, 0, 0.90) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 59%, rgba(0, 0, 0, 0.90) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 59%, rgba(0, 0, 0, 0.90) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#d6000000', GradientType=0);
}

.team-person .team-info-holder .team-info {
    position: absolute;
    bottom: 25px;
    z-index: 999;
    color: #fff;
}

.team-person .team-info-holder .team-name {
    color: #fff;
    line-height: 1.7em;
    margin-bottom: 0;
}

.team-person .team-info-holder .team-role {
    color: #fff;
    font-weight: 500;
}

.team-person .team-person-box-shadow {
    background: #e0ded9;
    width: 90%;
    height: 90%;
    position: absolute;
    z-index: -1;
}


/*Simple team person*/

.simple-team-person {}

.simple-team-person .team-image {
    padding: 0 1rem;
    margin-bottom: 1.1rem;
}

.simple-team-person .team-info-holder {}

.simple-team-person .team-info-holder .team-name {
    font-weight: 600;
    margin-bottom: 0;
}

.simple-team-person .team-info-holder .team-role {
    font-weight: 600;
    margin-bottom: 0.7rem;
}

@media only screen and (max-width: 740px) {
    .team-person-container {
        margin-left: 0;
    }
    .team-person-container li {
        width: 50%;
        margin-left: 0;
    }
    .team-person-container li:nth-child(even) {
        margin-top: 0;
        z-index: 999;
    }
    .team-person {
        margin-bottom: 20px;
    }
}


/*=================================================
 Testimonials 
=================================================*/

.testimonials {
    margin: 20px 0;
}

.testimonials .testimonial {
    font-size: 1.5em;
    line-height: 1.6em;
    font-weight: 300;
    letter-spacing: 0.5px;
    margin-top: 20px;
    margin-bottom: 30px;
    padding: 0 8%;
    text-align: center;
}

.testimonials .testimonial p {
    margin-bottom: 1rem;
}

.testimonials .testimonial .client {
    font-size: .89em;
}

.testimonials .testimonial .client .client-info,
.testimonials .testimonial .client .client-pic {
    display: inline-block;
    vertical-align: middle;
}

.testimonials .testimonial .client .client-pic img {
    width: 75px;
    height: 75px -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
}

.testimonials .testimonial .client .client-info {
    letter-spacing: 0;
    font-weight: 600;
}

.testimonials .testimonial .client .client-info a {}

.testimonials .testimonial .client .client-name {}

.testimonial-style-two {
    text-align: center;
}

.testimonial-style-two img {
    border-radius: 50%;
    max-width: 120px;
    margin: 0 auto 30px auto;
}

.testimonials  .owl-dots {
    position: absolute;
    bottom: -18%;
}


/* Simple testimonial */

.simple_testimonial_container {}

.simple_testimonial {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin-bottom: 40px;
}

.simple_testimonial_img {
    display: table-cell;
    vertical-align: top;
    float: none;
    width: 35%;
    padding-right: 20px;
}

.simple_testimonial_content {
    display: table-cell;
    vertical-align: top;
    float: none;
    width: 65%;
    padding: 70px 0 0 8%;
}

.simple_testimonial_quote {
    font-size: 18px;
    line-height: 35px;
    margin-bottom: 25px;
    letter-spacing: 1px;
    color: #555;
}

.person_name h3 {
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.person_job h5 {
    letter-spacing: 1px;
    margin-top: 5px;
    font-size: 14px;
}

.simple_testimonial_container .simple_testimonial:nth-child(even) .simple_testimonial_img {
    float: right;
}

.simple_testimonial_container .simple_testimonial:nth-child(even) .simple_testimonial_content {
    float: left;
    padding-top: 80px;
    padding: 70px 8% 0 0;
}


/*=================================================
 Clients list box style
=================================================*/

.clients-box {
    margin: 0;
    padding: 0;
    text-align: center;
}

.clients-box li {
    list-style: none;
    width: 19.5%;
    padding: 3.5%;
    display: inline-block;
}

.clients-box li img {}

@media only screen and (max-width: 950px) {
    .clients-box li {
        list-style: none;
        width: 33.3333333%;
        float: left;
        position: relative;
    }
}
@media only screen and (max-width: 720px) {
    .clients-box li {
        list-style: none;
        width: 50%;
        float: left;
        position: relative;
    }
}

/* Clients list slider */

.client-logo-list {
    margin: 0;
    padding: 0;
}

.client-logo-list li {
    list-style: none;
    padding: 20px;
}


/*=================================================
 Service Boxs
=================================================*/

.content_box {
    text-align: center;
}

.content_box .content_number {
    font-size: 18px;
}

.content_box .content_icon {
    font-size: 33px;
    margin-bottom: 2rem;
    color: #333;
}

.content_box .content_icon.circle_icon {
    text-align: center;
    border-radius: 50%;
    width: 74px;
    height: 74px;
    line-height: 74px;
    background: #fafafa;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
}

.content_box.align-left .content_icon.circle_icon {
    margin-left: 0;
}

.content_box.align-right .content_icon.circle_icon {
    margin-right: 0;
}

.content_box.content_box_align_right .content_icon.circle_icon {
    margin-left: 20px;
}

.content_box_align_left {
    text-align: left;
}

.content_box.content_box_align_left .content_icon.circle_icon {
    margin-right: 20px;
}

.content_box.shield_bg {
    position: relative;
    padding: 55px 30px 0 30px;
    border-top: 6px solid #e1e4e3;
    background-color: #f0f3f2;
    background-position: center top;
    margin-bottom: 100px;
    font-size: 13px;
}

.content_box.shield_bg:after {
    content: '';
    position: absolute;
    bottom: -78px;
    left: 0;
    width: 100%;
    height: 50%;
    /* border-left: 70px solid transparent; */
    /* border-right: 70px solid transparent; */
    border-bottom: 85px solid #f0f3f2;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.content_img {
    margin-bottom: 30px;
}

.content_box_align_left .content_icon {
    float: left;
}

.content_box_align_left .content_info {
    margin-left: 65px;
}

.content_box_align_right {
    text-align: right;
}

.content_box_align_right .content_icon {
    float: right;
}

.content_box_align_right .content_info {
    margin-left: 0;
    margin-right: 65px;
}

.content_box h3 {
    font-size: 1.35em;
    position: relative;
    margin-bottom: 15px;
}

.content_info .read_more {
    font-weight: 600;
}

@media only screen and (max-width: 950px) {
    .content_box {
        margin-bottom: 30px;
    }
    .content_shadow_text_box .content_img,
    .content_shadow_text_box .content_info {
        display: block;
        width: 100%;
        margin: 0;
    }
    .text_half_overlay .content_info {
        margin: -115px 15px 0;
    }
}


/*=================================================
 Image banners
=================================================*/


/*=================================================
 Video story box
=================================================*/

.video-container {
    background-size: cover;
    background-position: center center;
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.play-trigger {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.play-trigger:hover {}

.video-play-trigger:hover .icon-play {
    color: #393939;
}

@media only screen and (max-width: 950px) {
    .big-font-title h1 {
        font-size: 36px;
        letter-spacing: 2px;
    }
    .video-story-bio {
        width: 100%;
        font-size: 16px;
    }
}

.container-services-sc {
    padding: 80px 0 40px 0;
}


/*=================================================
 Counter OR Fun Fact Box 
=================================================*/

.counter_box {
    text-align: center;
    color: #333;
}

.counter_box_icon {
    font-size: 40px;
    line-height: 110px;
    margin: 0 auto 20px;
    width: 110px;
    height: 110px;
    border: solid 3px;
    border-radius: 100%;
    text-align: center;
}

.counter_box_number {
    font-size: 48px;
    line-height: 62px;
    font-weight: 600;
    margin-bottom: 20px;
}

.counter_box_title h3 {
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}

@media only screen and (max-width: 950px) {
    .counter_box {
        margin-bottom: 40px;
    }
}


/*=================================================
 icon list
=================================================*/

.icons_list {
    margin: 0;
    padding: 0;
}

.icons_list li {
    list-style: none;
    display: inline-block;
    font-size: 14px;
    padding: 0 7px;
}

.icons_list.circle li {
    background-color: transparent;
    border: 2px solid #dbdbdb;
    width: 2em;
    height: 2em;
    line-height: 2em;
    text-align: center;
    -webkit-transition: background-color .15s ease-out, border-color .15s ease-out;
    -moz-transition: background-color .15s ease-out, border-color .15s ease-out;
    transition: background-color .15s ease-out, border-color .15s ease-out;
    margin: 0px 6px 0px 0px;
    width: 32px;
    height: 32px;
    line-height: 29px;
    background-color: rgb(68, 68, 68);
    border-color: rgb(68, 68, 68);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.icons_list.circle li a {
    color: #fff;
}

.icons_list.circle li:hover {
    background-color: #cbb198;
    border-color: #cbb198;
}


/* Row with equal height columns */

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (max-width:768px) {
    .row-eq-height {
        display: block;
    }
}


/*=================================================
 Form
=================================================*/

.form-group label {
    font-size: 0.9em;
}

.form-fields-bg-alabaster input[type],
.form-fields-bg-alabaster textarea,
.form-fields-bg-alabaster select {
    background: #fcfcfc;
}

.dark-form-fields textarea,
.dark-form-fields input[type],
.dark-form-fields .form-control {
    background-color: #353535;
    border-color: #353535;
    color: #f1f1f1;
}


/*=================================================
 Google map
=================================================*/

.google_map {
    width: 100%;
    height: 536px;
}

#gmap_canvas {
    width: 100%;
    height: 536px;
}

.full_page_height_map.google_map {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100%;
}

.full_page_height_map #gmap_canvas {
    height: 100%;
}

@media only screen and (max-width:768px) {
    .full_page_height_map.google_map {
        position: relative;
    }
}

#gmap_canvas img {
    max-width: none;
    background: none
}


/*=================================================
 Parallax bg
=================================================*/

.parallax_bg {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.parallax_bg .parallax_bg_img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: -30px;
    left: 0;
}

.parallax_bg .parallax_bg_content {
    height: 100%;
}


/*=================================================
 Button
=================================================*/

.btn {
    cursor: pointer;
    padding: 0.85rem 1.5rem;
}

.btn-lg {
    padding: 1rem 1.5rem;
    font-size: 1.1rem;
}

.btn-pastel-red {
    color: #fff;
    background: #f97e89;
    border-color: #f97e89;
}

.btn-pastel-red:hover {
    background: #e4515d;
    border-color: #e4515d;
    color: #fff;
}

.btn-outline-pastel-red {
    color: #f97e89;
    background-image: none;
    background-color: transparent;
    border-color: #f97e89;
}

.btn-outline-pastel-red:hover {
    color: #fff;
    background-color: #f97e89;
    border-color: #f97e89;
}

.btn-dark {
    color: #fff;
    background: #000;
    border-color: #000;
}

.btn-dark:hover {
    background: #444;
    border-color: #444;
}

.btn-outline-dark {
    color: #000;
    background-image: none;
    background-color: transparent;
    border-color: #000;
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #444;
    border-color: #444;
}

.btn-dark-light {
    color: #fff;
    background: #353535;
    border-color: #353535;
}

.btn-dark-light:hover {
    background: #000;
    border-color: #000;
}

.btn-eastBay {
    color: #fff;
    background: #414a75;
    border-color: #414a75;
}

.btn-eastBay:hover {
    background: #47517f;
    border-color: #47517f;
    color: #fff;
}

.btn-outline-dark-light {
    color: #353535;
    background-image: none;
    background-color: transparent;
    border-color: #353535;
}

.btn-outline-dark-light:hover {
    color: #fff;
    background-color: #353535;
    border-color: #353535;
}

.btn-white {
    color: #444;
    background: #fff;
    border-color: #fff;
}

.btn-white:hover {
    background: #f1f1f1;
    border-color: #f1f1f1;
}

.btn-outline-white {
    color: #fff;
    background-image: none;
    background-color: transparent;
    border-color: #fff;
}

.btn-outline-white:hover {
    color: #f1f1f1;
    border-color: #f1f1f1;
}

.btn-radius-l {
    border-radius: 42px;
}

.video-play-icon {
    width: 7.42857143em;
    height: 7.42857143em;
    border-radius: 50%;
    z-index: 4;
    display: inline-block;
    border: 2px solid #ffffff;
    cursor: pointer;
    background: #ffffff;
}

.video-play-icon:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -6px;
    margin-left: -4px;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 16px;
    border-color: transparent transparent transparent #252525;
}


/* Progress bar*/

.progress {
    margin-bottom: 1rem;
}

.progress-bar {
    height: 1.5rem;
    font-size: .85rem;
    line-height: 1.4rem;
}

.progress.vertical {
    width: 60px;
    height: 100%;
    float: left;
    margin-right: 20px;
    position: relative;
}

.progress.vertical .progress-bar {
    padding: 1.5rem 0px;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 0;
    -webkit-transition: height 0.6s ease;
    -o-transition: height 0.6s ease;
    transition: height 0.6s ease;
}

.progress.vertical.from-top .progress-bar {
    position: relative;
}


/*Instagram feed*/

.instagram_feed {
    list-style: none;
    margin: 0;
    padding: 0;
}

.instagram_feed li {
    width: 33.3333333%;
    padding: 0 5px;
    display: inline-block;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

.instagram_feed li:hover {
    opacity: 0.4;
}


/* Price Panel */

.pricing_item {
    display: inline-block;
    padding: 2.5rem 0.95rem 2.8rem;
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fafafa;
    text-align: center;
}

.pricing_item_title {
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 1em;
    text-transform: uppercase;
    letter-spacing: 0.085em;
}

.pricing_item_price {
    font-weight: 700;
    display: block;
    font-size: 3.4em;
    line-height: 1em;
    word-spacing: -0.2em;
    color: #111;
}

.pricing_item_price_info {
    display: block;
    margin-top: 0.4rem;
    margin-bottom: 2rem;
}

.pricing_item_features_list {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 40px;
}

.pricing_item_features_list li {
    position: relative;
    display: table;
    margin: auto auto 0.5rem;
}

.pricing_item_features_list li .fa {
    padding-right: 0.5rem;
}


/* countdown */

.countdown {}

.countdown .countdown_value {
    display: inline-block;
    font-size: 65px;
    line-height: 70px;
    font-weight: 700;
    text-align: center;
    padding-right: 50px;
}

.countdown .countdown_lable {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
}


/* Video background panel */

#video-background {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(../images/Busy-People.jpg) no-repeat;
    background-size: cover;
    z-index: -100;
}

.bgvid {
    position: absolute;
    background: linear-gradient( rgba(245, 245, 245, 0.85), rgba(245, 245, 245, 0.85));
    background-size: cover;
    position: relative;
    width: 100%;
    height: 100%;
}

.fit iframe {
    border: none;
}


/* Scroll down info */

.intro-scroll-tip {
    margin: 0 0 0 -50px;
    position: absolute;
    bottom: 80px;
    left: 100%;
    z-index: 9999;
}

.intro-scroll-tip:before {
    display: block;
    position: absolute;
    bottom: -60px;
    left: -6px;
    width: 1px;
    height: 45px;
    background: #2f2f2f;
    content: '';
}

.intro-scroll-tip .tip {
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    letter-spacing: -0.03em;
}


/* Divider */

.divider {
    height: 1px;
    background-color: #eaeced;
}


/*=================================================
   2 - Plugins CSS 
  =================================================*/

.owl-carousel .img_as_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.owl-carousel .slide_content {
    width: 55%;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    z-index: 2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.owl-carousel .slide_content.content_at_top_30 {
    top: 40%;
}

.owl-carousel .slide_content.content_at_top {
    top: inherit;
    transform: translateY(0);
    top: 12%;
}

.owl-carousel .slide_content.content_at_center {
    top: inherit;
    transform: translateY(-50%);
    top: 50%;
}

.owl-carousel .slide_content.content_at_bottom {
    top: inherit;
    transform: translateY(0);
    bottom: 12%;
}

.owl-carousel .slide_content.align-right {
    right: 10%;
    left: inherit;
}

.owl-carousel .slide_content.align-left {
    left: 10%;
    right: inherit;
}

.owl-carousel .slide_content .big_title {
    font-size: 64px;
    line-height: 1.3125em;
    letter-spacing: 3px;
    font-weight: 500;
}

.owl-carousel .slide_content .title_uppercase {
    text-transform: uppercase;
}

.owl-carousel .slide_content .title_bold {
    font-weight: 800;
}

.owl-carousel .slide_content .big_description {
    font-size: 20px;
    line-height: 36px;
}

.owl-carousel .item {
    position: relative;
}

@media only screen and (max-width: 1370px) {
    .owl-carousel .slide_content .big_title {
        font-size: 50px;
        line-height: 1.3125em;
        letter-spacing: 2px;
    }
    .owl-carousel .slide_content .big_description {
        font-size: 19px;
        line-height: 30px;
    }
}

@media only screen and (max-width: 959px) {
    .owl-carousel .slide_content {
        width: 75%;
    }
    .owl-carousel .slide_content .big_title {
        font-size: 36px;
        letter-spacing: 2px;
    }
    .owl-carousel .slide_content .big_description {
        font-size: 16px;
        line-height: 28px;
    }
    .simple_slider .owl-nav {
        display: none;
    }
}

@media only screen and (max-width: 450px) {
    .owl-carousel .slide_content {
        width: 93%;
    }
    .owl-carousel .slide_content .big_title {
        font-size: 30px;
        letter-spacing: 2px;
        font-weight: 600;
    }
    .owl-carousel .slide_content .big_description {
        font-size: 16px;
        line-height: 30px;
    }
}


/* 
 *  Core Owl Carousel CSS File
 */

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
    display: none;
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* fix */

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item img {
    display: block;
    -webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}

.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}


/* No Js */

.no-js .owl-carousel {
    display: block;
}


/* 
 *  Owl Carousel - Lazy Load Plugin
 */

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d;
}


/* 
 *  Owl Carousel - Video Plugin
 */

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    -moz-transition: scale(1.3, 1.3);
    -ms-transition: scale(1.3, 1.3);
    -o-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
}


/* Custom CSS For OWL */

.owl-controls {
    font-size: 14px;
    font-weight: 800;
    width: 100%;
    text-transform: uppercase;
}

.owl-nav div {
    color: #fff;
    opacity: 0.9;
    cursor: pointer;
}

.owl-nav div:after {
    content: '';
    height: 2px;
    width: 40px;
    background: #fff;
    top: 50%;
    margin-right: 6px;
    margin-top: -2px;
    position: absolute;
    z-index: 1;
}

.owl-nav div.owl-prev {
    position: absolute;
    top: 50%;
    margin-top: -24px;
    left: 5%;
}

.owl-nav div.owl-prev:after {
    left: 50px;
}

.owl-nav div.owl-next {
    position: absolute;
    top: 50%;
    margin-top: -24px;
    right: 5%;
}

.owl-nav div.owl-next:after {
    right: 50px;
}

.work-carousel:hover .owl-nav div {
    opacity: 1;
}

.owl-dots {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: 10px;
    z-index: 9999;
}

.owl-dots .owl-dot {
    display: inline-block;
}

.owl-dots .owl-dot span {
    display: inline-block;
    margin: 0 5px 0 0;
    width: 9px;
    height: 9px;
    margin: 0 5px;
    border-radius: 50%;
    background-color: #d6d6d6;
    border: 2px solid #d6d6d6;
    -webkit-transition: background-color .2s ease-out, border .2s ease-out;
    -moz-transition: background-color .2s ease-out, border .2s ease-out;
    transition: background-color .2s ease-out, border .2s ease-out;
    box-sizing: border-box;
}

.owl-dots .owl-dot span:hover r {
    background-color: #000;
    border-color: #000;
}

.owl-dots .owl-dot.active span {
    background-color: #f97e89;
    border-color: #f97e89;
}

.owl-bg-img {
    background-size: cover;
}

.owl-nav.disabled {
    display: none;
}
.min_height_750 {
    min-height: 750px;
}

.bg_transparent {
    background: transparent;
}

.light_color h5,
.light_color h1,
.light_color p {
    color: #fff;
}


/* Magnific Popup CSS */

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #CCC;
}

.mfp-preloader a:hover {
    color: #FFF;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
}

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

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}


/* Main image in popup */

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}


/* The shadow behind the image */

.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
    /**
       * Remove all paddings around the image on small screen
       */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.mfp-ie7 .mfp-img {
    padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
    padding: 0;
}

.mfp-ie7 .mfp-content {
    padding-top: 44px;
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}

.image-source-link {
    color: #98C3D1;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    /* ideally, transition speed should match zoom duration */
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-content-popup-block {
    background: #1d2120;
    color: #fff;
    text-align: left;
    max-width: 630px;
    margin: 40px auto;
    position: relative;
}

.mfp-content-popup-block h1 {
    color: #fff;
    margin: 0;
    padding: 20px 40px;
    font-size: 24px;
    letter-spacing: 0;
    font-weight: 600;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 3px 3px 0 0;
}

.mfp-content-popup-block a {
    color: #fff;
}

.mfp-content-popup-block .news_feed .send_button,
.mfp-content-popup-block .news_feed {
    color: #1d2120;
    background: #f1f1f1;
}

.mfp_content {
    padding: 40px 40px 40px 40px;
    margin: 0;
}

.mfp_content .button {
    padding: 0.7em 2em;
}


/* overlay at start */

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}


/* overlay animate in */

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}


/* overlay animate out */

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}


/* content at start */

.mfp-fade.mfp-wrap .mfp-content {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}


/* content animate it */

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}


/* content animate out */

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}


/* --------------------------------  
 Hover Effects 
-------------------------------- */


/* *, *:after, *:before { -webkit-box-sizing: border-box; box-sizing: border-box; } // required */

.et-banner {
    position: relative;
    margin: 0 auto;
    max-width: 1000px;
    list-style: none;
    text-align: center;
}


/* Common style */

.et-banner figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 0;
    width: 100%;
    background: #f97e89;
    text-align: center;
    cursor: pointer;
}

.et-banner figure img {
    position: relative;
    display: block;
    max-width: 100%;
    opacity: 0.1;
}

.et-banner figure img {
    opacity: 1;
}

.et-banner figure figcaption {
    padding: 2em;
    color: #fff;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.et-banner figure figcaption::before,
.et-banner figure figcaption::after {
    pointer-events: none;
}

.et-banner figure figcaption,
.et-banner figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* Anchor will cover the whole item by default */

.et-banner figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.et-banner figure h2 {
    word-spacing: -0.05em;
    font-weight: 700;
    color: #fff;
    font-size: 1.194em;
}

.et-banner figure h2 span {
    font-weight: 300;
}

.et-banner figure h2,
.et-banner figure p {
    margin: 0;
}

.et-banner figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}

.et-banner figure h2,
.et-banner figure .view_more_icon {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

.et-banner figure .view_more_icon {
    font-size: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
}

.et-banner figure:hover h2,
.et-banner figure:hover .view_more_icon {
    opacity: 1;
}

.et-banner .figure_caption_container {
    display: table;
    height: 100%;
    width: 100%;
}

.et-banner .figure_caption {
    display: table-cell;
    vertical-align: middle;
}


/* Individual effects */

figure.effect-slide-top {
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transform: all 0.2s ease;
    -moz-transform: all 0.2s ease;
    -ms-transform: all 0.2s ease;
    -o-transform: all 0.2s ease;
    transform: all 0.2s ease;
}

figure.effect-slide-top:hover {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}


/***** Lily *****/

figure.effect-lily img {
    max-width: none;
    width: -webkit-calc(100% + 50px);
    width: calc(100% + 50px);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0);
}

figure.effect-lily figcaption {
    text-align: left;
}

figure.effect-lily figcaption > div {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2em;
    width: 100%;
    height: 50%;
}

figure.effect-lily h2,
figure.effect-lily p {
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
}

figure.effect-lily h2 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}

figure.effect-lily p {
    color: rgba(255, 255, 255, 0.8);
    opacity: 0;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
    transition: opacity 0.2s, transform 0.35s;
}

figure.effect-lily:hover img {
    opacity: 0.7;
}

figure.effect-lily:hover p {
    opacity: 1;
}

figure.effect-lily:hover img,
figure.effect-lily:hover h2,
figure.effect-lily:hover p {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

figure.effect-lily:hover p {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
}


/***** Sadie *****/

figure.effect-sadie figcaption::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top, rgba(72, 76, 97, 0) 0%, rgba(72, 76, 97, 0.8) 75%);
    background: linear-gradient(to bottom, rgba(72, 76, 97, 0) 0%, rgba(72, 76, 97, 0.8) 75%);
    content: '';
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
}

figure.effect-sadie h2 {
    -webkit-transform: translate3d(0, 40px, 0) translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0) translate3d(0, 40px, 0);
}

figure.effect-sadie figcaption::before,
figure.effect-sadie p {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-sadie p {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2em;
    width: 100%;
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
}

figure.effect-sadie:hover h2 {
    color: #fff;
    -webkit-transform: translate3d(0, 0, 0) translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0) translate3d(0, 0, 0);
}

figure.effect-sadie:hover figcaption::before,
figure.effect-sadie:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}


/***** Roxy *****/

figure.effect-roxy {
    background: -webkit-linear-gradient(45deg, #ff89e9 0%, #05abe0 100%);
    background: linear-gradient(45deg, #ff89e9 0%, #05abe0 100%);
}

figure.effect-roxy img {
    max-width: none;
    width: -webkit-calc(100% + 60px);
    width: calc(100% + 60px);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
}

figure.effect-roxy figcaption::before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 1px solid #fff;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
}

figure.effect-roxy figcaption {
    padding: 3em;
    text-align: left;
}

figure.effect-roxy h2 {}

figure.effect-roxy p {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
}

figure.effect-roxy:hover img {
    opacity: 0.7;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

figure.effect-roxy:hover figcaption::before,
figure.effect-roxy:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}


/***** Bubba *****/

figure.effect-bubba {}

figure.effect-bubba img {
    opacity: 1;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

figure.effect-bubba:hover img {
    opacity: 0.1;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
    border-top: 4px solid #fff;
    border-bottom: 4px solid #fff;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}

figure.effect-bubba figcaption::after {
    border-right: 4px solid #fff;
    border-left: 4px solid #fff;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
}

figure.effect-bubba h2 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
}

figure.effect-bubba p {
    padding: 10px 0 0;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}


/***** Romeo *****/

figure.effect-romeo img {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale3d(1.4, 1.4, 1);
    transform: scale3d(1.4, 1.4, 1);
}

figure.effect-romeo:hover img {
    opacity: 0.6;
    -webkit-transform: scale3d(1, 1, 1);
    transform: translate3d(1, 1, 1);
}

figure.effect-romeo figcaption::before,
figure.effect-romeo figcaption::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    height: 1px;
    background: #fff;
    content: '';
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

figure.effect-romeo:hover figcaption::before {
    opacity: 0.5;
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
    transform: translate3d(-50%, -50%, 0) rotate(45deg);
}

figure.effect-romeo:hover figcaption::after {
    opacity: 0.5;
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
    transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}

figure.effect-romeo h2,
figure.effect-romeo p {
    opacity: 1;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}

figure.effect-romeo h2 {
    -webkit-transform: translate3d(0, -50%, 0) translate3d(0, -150%, 0);
    transform: translate3d(0, -50%, 0) translate3d(0, -150%, 0);
}

figure.effect-romeo p {
    padding: 0.25em 2em;
    -webkit-transform: translate3d(0, -50%, 0) translate3d(0, 150%, 0);
    transform: translate3d(0, -50%, 0) translate3d(0, 150%, 0);
}

figure.effect-romeo:hover h2 {
    -webkit-transform: translate3d(0, -50%, 0) translate3d(0, -100%, 0);
    transform: translate3d(0, -50%, 0) translate3d(0, -100%, 0);
}

figure.effect-romeo:hover p {
    -webkit-transform: translate3d(0, -50%, 0) translate3d(0, 100%, 0);
    transform: translate3d(0, -50%, 0) translate3d(0, 100%, 0);
}

.et_three_col figure.effect-romeo h2 {
    -webkit-transform: translate3d(0, -50%, 0) translate3d(0, -110%, 0);
    transform: translate3d(0, -50%, 0) translate3d(0, -110%, 0);
}

.et_three_col figure.effect-romeo p {
    padding: 0.25em 2em;
    -webkit-transform: translate3d(0, -50%, 0) translate3d(0, 110%, 0);
    transform: translate3d(0, -50%, 0) translate3d(0, 110%, 0);
}

.et_four_col figure.effect-romeo h2 {
    -webkit-transform: translate3d(0, -50%, 0) translate3d(0, 0, 0);
    transform: translate3d(0, -50%, 0) translate3d(0, 0, 0);
}


/***** Layla *****/

figure.effect-layla {
    background: #18a367;
}

figure.effect-layla img {
    opacity: 0.95;
}

figure.effect-layla figcaption {
    padding: 3em;
}

figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after {
    position: absolute;
    content: '';
    opacity: 0;
}

figure.effect-layla figcaption::before {
    top: 50px;
    right: 30px;
    bottom: 50px;
    left: 30px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

figure.effect-layla figcaption::after {
    top: 30px;
    right: 50px;
    bottom: 30px;
    left: 50px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

figure.effect-layla h2 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}

figure.effect-layla p {
    padding: 0.5em 2em;
    text-transform: none;
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
}

figure.effect-layla h2 {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
}

figure.effect-layla img,
figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after,
figure.effect-layla p {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-layla:hover img {
    opacity: 0.7;
}

figure.effect-layla:hover figcaption::before,
figure.effect-layla:hover figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

figure.effect-layla:hover h2,
figure.effect-layla:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

figure.effect-layla:hover figcaption::after,
figure.effect-layla:hover h2,
figure.effect-layla:hover p,
figure.effect-layla:hover img {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}


/***** Honey *****/

figure.effect-honey {
    background: #4a3753;
}

figure.effect-honey img {
    opacity: 0.9;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

figure.effect-honey:hover img {
    opacity: 0.5;
}

figure.effect-honey figcaption::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: #fff;
    content: '';
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
}

figure.effect-honey h2 {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 1em 1.5em;
    width: 100%;
    text-align: left;
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
}

figure.effect-honey h2 i {
    font-style: normal;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
}

figure.effect-honey figcaption::before,
figure.effect-honey h2 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}

figure.effect-honey:hover figcaption::before,
figure.effect-honey:hover h2,
figure.effect-honey:hover h2 i {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

figure.effect-honey p {
    display: none;
}


/***** Oscar *****/

figure.effect-oscar {
    background: -webkit-linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%);
    background: linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%);
}

figure.effect-oscar img {
    opacity: 1;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

figure.effect-oscar figcaption {
    padding: 3em;
    background-color: rgba(58, 52, 42, 0.7);
    -webkit-transition: background-color 0.35s;
    transition: background-color 0.35s;
}

figure.effect-oscar figcaption::before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 1px solid #fff;
    content: '';
}

figure.effect-oscar h2 {
    margin: 0 0 10px 0;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

figure.effect-oscar figcaption::before,
figure.effect-oscar p {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(0);
    transform: scale(0);
}

figure.effect-oscar:hover h2 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

figure.effect-oscar:hover figcaption::before,
figure.effect-oscar:hover p {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

figure.effect-oscar:hover figcaption {
    background-color: rgba(58, 52, 42, 0);
}

figure.effect-oscar:hover img {
    opacity: 0.4;
}


/***** Marley *****/

figure.effect-marley figcaption {
    text-align: right;
}

figure.effect-marley img {
    opacity: 1;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

figure.effect-marley:hover img {
    opacity: 0.8;
}

figure.effect-marley h2,
figure.effect-marley p {
    position: absolute;
    right: 30px;
    left: 30px;
    padding: 10px 0;
}

figure.effect-marley p {
    bottom: 30px;
    line-height: 1.5;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

figure.effect-marley h2 {
    top: 30px;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
}

figure.effect-marley:hover h2 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

figure.effect-marley h2::after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 4px;
    background: #fff;
    content: '';
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
}

figure.effect-marley h2::after,
figure.effect-marley p {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-marley:hover h2::after,
figure.effect-marley:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}


/***** Milo *****/

figure.effect-milo {
    background: #2e5d5a;
}

figure.effect-milo img {
    max-width: none;
    width: -webkit-calc(100% + 60px);
    width: calc(100% + 60px);
    opacity: 1;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-30px, 0, 0) scale(1.12);
    transform: translate3d(-30px, 0, 0) scale(1.12);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

figure.effect-milo:hover img {
    opacity: 0.5;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
}

figure.effect-milo h2 {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 1em 1.2em;
}

figure.effect-milo p {
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 5%;
    padding: 1em 1.2em;
    width: 50%;
    border-right: 1px solid #fff;
    text-align: right;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0);
}

figure.effect-milo:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}


/***** Sarah *****/

figure.effect-sarah {
    background: #42b078;
}

figure.effect-sarah img {
    max-width: none;
    width: -webkit-calc(100% + 20px);
    width: calc(100% + 20px);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

figure.effect-sarah:hover img {
    opacity: 0.4;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

figure.effect-sarah figcaption {
    text-align: left;
}

figure.effect-sarah h2 {
    position: relative;
    overflow: hidden;
    padding: 0.5em 0;
}

figure.effect-sarah h2::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #fff;
    content: '';
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

figure.effect-sarah:hover h2::after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

figure.effect-sarah p {
    padding: 1em 0;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

figure.effect-sarah:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}


/***** Zoe *****/

figure.effect-zoe figcaption {
    top: auto;
    bottom: 0;
    padding: 1.2em 1em;
    height: inherit;
    background: rgba(29, 33, 32, 0.8);
    color: #3c4a50;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

figure.effect-zoe h2 {
    color: #fff;
    float: left;
}

figure.effect-zoe img {
    opacity: 1;
    transition: opacity 0.35s;
}

figure.effect-zoe:hover img {
    opacity: 0.7;
}

figure.effect-zoe p {
    display: none;
}

figure.effect-zoe h2 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0);
}

figure.effect-zoe h2 {
    display: inline-block;
}

figure.effect-zoe:hover p.description {
    opacity: 1;
}

figure.effect-zoe:hover figcaption,
figure.effect-zoe:hover h2,
figure.effect-zoe:hover p.icon-links a {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

figure.effect-zoe:hover h2 {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

figure.effect-zoe:hover p.icon-links a:nth-child(3) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

figure.effect-zoe:hover p.icon-links a:nth-child(2) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

figure.effect-zoe:hover p.icon-links a:first-child {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.et_three_col figure.effect-zoe h2 {
    font-size: 21px;
}

.et_four_col figure.effect-zoe h2 {
    font-size: 18px;
}


/***** Chico *****/

figure.effect-chico img {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1.12);
    transform: scale(1.12);
}

figure.effect-chico:hover img {
    opacity: 0.5;
    -webkit-transform: scale(1);
    transform: scale(1);
}

figure.effect-chico figcaption {
    padding: 3em;
}

figure.effect-chico figcaption::before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 1px solid #fff;
    content: '';
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

figure.effect-chico figcaption::before,
figure.effect-chico p {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-chico h2 {
    padding: 0 0 18px 0;
}

figure.effect-chico p {
    margin: 0 auto;
    max-width: 90%;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}

figure.effect-chico:hover figcaption::before,
figure.effect-chico:hover p {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.et_three_col figure.effect-chico h2 {
    padding-bottom: 10px;
}

.et_four_col figure.effect-chico h2 {
    font-size: 21px;
}


/* Individual effects */


/***** Julia *****/

figure.effect-julia {
    background: #2f3238;
}

figure.effect-julia img {
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, transform 1s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

figure.effect-julia figcaption {
    text-align: left;
}

figure.effect-julia .figure_caption {
    vertical-align: top;
}

figure.effect-julia h2 {
    position: relative;
    padding: 0.5em 0;
}

figure.effect-julia p {
    display: inline-block;
    margin: 0 0 0.25em;
    padding: 0.4em 1em;
    background: rgba(255, 255, 255, 0.9);
    color: #2f3238;
    text-transform: none;
    font-weight: 500;
    font-size: 75%;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-360px, 0, 0);
    transform: translate3d(-360px, 0, 0);
}

figure.effect-julia p:first-child {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

figure.effect-julia p:nth-of-type(2) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

figure.effect-julia p:nth-of-type(3) {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

figure.effect-julia:hover p:first-child {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

figure.effect-julia:hover p:nth-of-type(2) {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

figure.effect-julia:hover p:nth-of-type(3) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

figure.effect-julia:hover img {
    opacity: 0.4;
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}

figure.effect-julia:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}


/*-----------------*/


/***** Goliath *****/


/*-----------------*/

figure.effect-goliath {
    background: rgba(29, 33, 32, 0.8);
}

figure.effect-goliath img,
figure.effect-goliath h2 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}

figure.effect-goliath img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

figure.effect-goliath img {
    opacity: 1;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-goliath:hover img {
    opacity: 0.7;
}

figure.effect-goliath h2,
figure.effect-goliath p {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 30px;
}

figure.effect-goliath h2 {
    padding-bottom: 5px;
}

figure.effect-goliath p {
    text-transform: none;
    font-size: 90%;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
}

figure.effect-goliath:hover img {
    -webkit-transform: translate3d(0, -80px, 0);
    transform: translate3d(0, -80px, 0);
}

figure.effect-goliath:hover h2 {
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
}

figure.effect-goliath:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.et_four_col figure.effect-goliath:hover img {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.et_four_col figure.effect-goliath:hover h2 {
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}


/***** Winston *****/


/*-----------------*/

figure.effect-winston {
    background: #162633;
    text-align: left;
}

figure.effect-winston img {
    -webkit-transition: opacity 0.45s;
    transition: opacity 0.45s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

figure.effect-winston figcaption::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/triangle.svg) no-repeat center center;
    background-size: 100% 100%;
    content: '';
    -webkit-transition: opacity 0.45s, -webkit-transform 0.45s;
    transition: opacity 0.45s, transform 0.45s;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

figure.effect-winston h2 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
}

figure.effect-winston p {
    opacity: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0 1.5em 7% 0;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}

figure.effect-winston a:hover,
figure.effect-winston a:focus {
    color: #cc6055;
}

figure.effect-winston:hover img {
    opacity: 0.6;
}

figure.effect-winston:hover h2,
figure.effect-winston:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

figure.effect-winston:hover figcaption::before {
    opacity: 0.7;
    -webkit-transform: rotate3d(0, 0, 1, 20deg);
    transform: rotate3d(0, 0, 1, 20deg);
}


/*-----------------*/


/***** Selena *****/


/*-----------------*/

figure.effect-selena {}

figure.effect-selena img {
    opacity: 0.95;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

figure.effect-selena:hover img {
    opacity: 0.6;
    -webkit-transform: scale3d(0.95, 0.95, 1);
    transform: scale3d(0.95, 0.95, 1);
}

figure.effect-selena h2 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
}

figure.effect-selena p {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
}

figure.effect-selena:hover h2 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

figure.effect-selena:hover p {
    opacity: 1;
    -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 0);
    transform: perspective(1000px) rotate3d(1, 0, 0, 0);
}


/*-----------------*/


/***** Apollo *****/


/*-----------------*/

figure.effect-apollo {
    background: #3498db;
}

figure.effect-apollo img {
    opacity: 0.95;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale3d(1.05, 1.05, 1);
    transform: scale3d(1.05, 1.05, 1);
}

figure.effect-apollo figcaption::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    content: '';
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
}

figure.effect-apollo p {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 3em;
    padding: 0 1em;
    max-width: 150px;
    border-right: 4px solid #fff;
    text-align: right;
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

figure.effect-apollo h2 {
    text-align: left;
}

figure.effect-apollo:hover img {
    opacity: 0.6;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

figure.effect-apollo:hover figcaption::before {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}

figure.effect-apollo:hover p {
    opacity: 1;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}


/***** Jazz *****/

figure.effect-jazz {
    background: -webkit-linear-gradient(-45deg, #f3cf3f 0%, #f33f58 100%);
    background: linear-gradient(-45deg, #f3cf3f 0%, #f33f58 100%);
}

figure.effect-jazz img {
    opacity: 0.9;
}

figure.effect-jazz figcaption::after,
figure.effect-jazz img,
figure.effect-jazz p {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-jazz figcaption::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    content: '';
    opacity: 0;
    -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
    transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

figure.effect-jazz .figure_caption {
    vertical-align: top;
}

figure.effect-jazz h2,
figure.effect-jazz p {
    opacity: 1;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
}

figure.effect-jazz h2 {
    padding-top: 15%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}

figure.effect-jazz p {
    padding: 0.5em 2em;
    text-transform: none;
    font-size: 0.85em;
    opacity: 0;
}

figure.effect-jazz:hover img {
    opacity: 0.7;
    -webkit-transform: scale3d(1.05, 1.05, 1);
    transform: scale3d(1.05, 1.05, 1);
}

figure.effect-jazz:hover figcaption::after {
    opacity: 1;
    -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
    transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
}

figure.effect-jazz:hover h2,
figure.effect-jazz:hover p {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}


/***** Ming *****/

figure.effect-ming {
    background: #030c17;
}

figure.effect-ming img {
    opacity: 0.9;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

figure.effect-ming figcaption::before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 2px solid #fff;
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.2);
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale3d(1.4, 1.4, 1);
    transform: scale3d(1.4, 1.4, 1);
}

figure.effect-ming h2 {
    margin: 0 0 10px 0;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}

figure.effect-ming p {
    padding: 0;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}

figure.effect-ming:hover h2 {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

figure.effect-ming:hover figcaption::before,
figure.effect-ming:hover p {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

figure.effect-ming:hover figcaption {
    background-color: rgba(58, 52, 42, 0);
}

figure.effect-ming:hover img {
    opacity: 0.4;
}


/***** Lexi *****/

figure.effect-lexi {
    background: -webkit-linear-gradient(-45deg, #000 0%, #fff 100%);
    background: linear-gradient(-45deg, #000 0%, #fff 100%);
}

figure.effect-lexi img {
    margin: -10px 0 0 -10px;
    max-width: none;
    width: -webkit-calc(100% + 10px);
    width: calc(100% + 10px);
    opacity: 0.9;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(10px, 10px, 0);
    transform: translate3d(10px, 10px, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

figure.effect-lexi figcaption::before,
figure.effect-lexi p {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-lexi figcaption::before {
    position: absolute;
    right: -100px;
    bottom: -100px;
    width: 300px;
    height: 300px;
    border: 2px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 900px rgba(255, 255, 255, 0.2);
    content: '';
    opacity: 0;
    -webkit-transform: scale3d(0.5, 0.5, 1);
    transform: scale3d(0.5, 0.5, 1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

figure.effect-lexi:hover img {
    opacity: 0.6;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

figure.effect-lexi h2 {
    text-align: left;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(5px, 5px, 0);
    transform: translate3d(5px, 5px, 0);
}

figure.effect-lexi p {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0 1.5em 1.5em 0;
    width: 140px;
    text-align: right;
    opacity: 0;
    -webkit-transform: translate3d(20px, 20px, 0);
    transform: translate3d(20px, 20px, 0);
}

figure.effect-lexi:hover figcaption::before {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

figure.effect-lexi:hover h2,
figure.effect-lexi:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}


/* Media queries */

@media screen and (max-width: 50em) {
    .et-banner figure {
        display: inline-block;
        float: none;
        margin: 0 auto;
        width: 100%;
    }
}

.et_four_col .et-banner figure p {
    display: none;
}


/* ===========================================
   SmoothState styling
   =========================================== */

.page-container {
    -webkit-transition: 0.3s width ease-in-out;
    transition: 0.3s width ease-in-out;
}

.overlay-dark {
    position: relative;
}

.overlay-dark:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.m-scene .scene-main {
    -webkit-animation-duration: .25s;
    animation-duration: .25s;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.m-scene.is-exiting .scene-main {
    -webkit-animation-direction: alternate-reverse;
    animation-direction: alternate-reverse;
}

.m-scene .scene-nav {
    -webkit-animation-duration: .25s;
    animation-duration: .25s;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: width;
    animation-name: width;
}

.m-scene.is-exiting .scene-nav {
    -webkit-animation-direction: alternate-reverse;
    animation-direction: alternate-reverse;
}

@keyframes width {
    0% {
        width: 300px;
    }
    100% {
        width: 50vw;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.m-scene .scene-main--fadein {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 0.6s;
    -moz-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        -ms-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.m-scene .scene-main--fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        -ms-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.m-scene .scene-main--fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        -ms-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.m-scene .scene-main--fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        -ms-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.m-scene .scene-main--fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.m-scene .scene-main--fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        -ms-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.m-scene .scene-main--fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        -ms-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.m-scene .scene-main--fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        -ms-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.m-scene .scene-main--fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.m-scene .scene-main--fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        -ms-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}


/* Animated css*/

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes bounce {
    0%,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    40%,
    43% {
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    40%,
    43%,
    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06)
    }
    70% {
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@keyframes bounce {
    0%,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    40%,
    43% {
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    40%,
    43%,
    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06)
    }
    70% {
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes flash {
    0%,
    50%,
    to {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

@keyframes flash {
    0%,
    50%,
    to {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shake {
    0%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes shake {
    0%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
        transform: scale3d(.9, .9, .9) rotate(-3deg)
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
        transform: scale3d(.9, .9, .9) rotate(-3deg)
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
        transform: translate3d(-25%, 0, 0) rotate(-5deg)
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
        transform: translate3d(20%, 0, 0) rotate(3deg)
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
        transform: translate3d(-15%, 0, 0) rotate(-3deg)
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
        transform: translate3d(10%, 0, 0) rotate(2deg)
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
        transform: translate3d(-5%, 0, 0) rotate(-1deg)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
        transform: translate3d(-25%, 0, 0) rotate(-5deg)
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
        transform: translate3d(20%, 0, 0) rotate(3deg)
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
        transform: translate3d(-15%, 0, 0) rotate(-3deg)
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
        transform: translate3d(10%, 0, 0) rotate(2deg)
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
        transform: translate3d(-5%, 0, 0) rotate(-1deg)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes jello {
    0%,
    11.1%,
    to {
        -webkit-transform: none;
        transform: none
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }
    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

@keyframes jello {
    0%,
    11.1%,
    to {
        -webkit-transform: none;
        transform: none
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }
    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center
}

@-webkit-keyframes bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInDown {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInLeft {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInRight {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInUp {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotateY(-1turn);
        transform: perspective(400px) rotateY(-1turn)
    }
    0%,
    40% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
        transform: perspective(400px) translateZ(150px) rotateY(-190deg)
    }
    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
        transform: perspective(400px) translateZ(150px) rotateY(-170deg)
    }
    50%,
    80% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotateY(-1turn);
        transform: perspective(400px) rotateY(-1turn)
    }
    0%,
    40% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
        transform: perspective(400px) translateZ(150px) rotateY(-190deg)
    }
    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
        transform: perspective(400px) translateZ(150px) rotateY(-170deg)
    }
    50%,
    80% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
    0%,
    40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg)
    }
    60% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
    0%,
    40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg)
    }
    60% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
    0%,
    40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg)
    }
    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
    0%,
    40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg)
    }
    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotateY(-15deg);
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotateY(-15deg);
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg)
    }
    60%,
    80% {
        opacity: 1
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg)
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg)
    }
    60%,
    80% {
        opacity: 1
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg)
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    0% {
        transform-origin: center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }
    0%,
    to {
        -webkit-transform-origin: center
    }
    to {
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        transform-origin: center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }
    0%,
    to {
        -webkit-transform-origin: center
    }
    to {
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
    0%,
    to {
        -webkit-transform-origin: left bottom
    }
    to {
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
    0%,
    to {
        -webkit-transform-origin: left bottom
    }
    to {
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    0% {
        transform-origin: right bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
    0%,
    to {
        -webkit-transform-origin: right bottom
    }
    to {
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        transform-origin: right bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
    0%,
    to {
        -webkit-transform-origin: right bottom
    }
    to {
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
    0%,
    to {
        -webkit-transform-origin: left bottom
    }
    to {
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
    0%,
    to {
        -webkit-transform-origin: left bottom
    }
    to {
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    0% {
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
    0%,
    to {
        -webkit-transform-origin: right bottom
    }
    to {
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
    0%,
    to {
        -webkit-transform-origin: right bottom
    }
    to {
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    0% {
        transform-origin: center;
        opacity: 1
    }
    0%,
    to {
        -webkit-transform-origin: center
    }
    to {
        transform-origin: center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    0% {
        transform-origin: center;
        opacity: 1
    }
    0%,
    to {
        -webkit-transform-origin: center
    }
    to {
        transform-origin: center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1
    }
    0%,
    to {
        -webkit-transform-origin: left bottom
    }
    to {
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1
    }
    0%,
    to {
        -webkit-transform-origin: left bottom
    }
    to {
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        transform-origin: right bottom;
        opacity: 1
    }
    0%,
    to {
        -webkit-transform-origin: right bottom
    }
    to {
        transform-origin: right bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    0% {
        transform-origin: right bottom;
        opacity: 1
    }
    0%,
    to {
        -webkit-transform-origin: right bottom
    }
    to {
        transform-origin: right bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1
    }
    0%,
    to {
        -webkit-transform-origin: left bottom
    }
    to {
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1
    }
    0%,
    to {
        -webkit-transform-origin: left bottom
    }
    to {
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        transform-origin: right bottom;
        opacity: 1
    }
    0%,
    to {
        -webkit-transform-origin: right bottom
    }
    to {
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    0% {
        transform-origin: right bottom;
        opacity: 1
    }
    0%,
    to {
        -webkit-transform-origin: right bottom
    }
    to {
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
    0% {
        transform-origin: top left
    }
    0%,
    20%,
    60% {
        -webkit-transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%,
    60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        transform-origin: top left
    }
    40%,
    80% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        transform-origin: top left
    }
    0%,
    20%,
    60% {
        -webkit-transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%,
    60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        transform-origin: top left
    }
    40%,
    80% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
        transform: translate3d(-100%, 0, 0) rotate(-120deg)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
        transform: translate3d(-100%, 0, 0) rotate(-120deg)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
        transform: translate3d(100%, 0, 0) rotate(120deg)
    }
}

@keyframes rollOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
        transform: translate3d(100%, 0, 0) rotate(120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1
    }
    50% {
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50%,
    to {
        opacity: 0
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }
    50% {
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50%,
    to {
        opacity: 0
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

.is-loading,
.is-loading a {
    cursor: progress;
}


/* important and custom css*/

form .loading-spinner {
    display: none;
}

.submitting {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.5);
}

.submitting .form-group {
    opacity: 0.4;
}

form.submitting .loading-spinner {
    display: block;
}

.loading-spinner {
    left: 50%;
    margin-left: -20px;
    top: 50%;
    margin-top: -20px;
    position: absolute;
    z-index: 19 !important;
    animation: loading-bar-spinner 1000ms linear infinite;
}

.loading-spinner:after {
    position: relative;
    display: block;
    content: '';
    width: 40px;
    height: 40px;
    border: solid 4px transparent;
    border-top-color: #f97e89 !important;
    border-left-color: #f97e89 !important;
    border-radius: 50%;
}

@keyframes loading-bar-spinner {
    0% {
        transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.text_uppercase {
    text-transform: uppercase;
}

.align-left {
    text-align: left !important;
}

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

.align-right {
    text-align: right !important;
}

.align-justify {
    text-align: justify !important;
}

.vertical_center {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.vertical_center_block {
    display: table-cell;
    vertical-align: middle;
    float: none;
}

@media only screen and (max-width: 959px) {
    .vertical_center {
        display: block;
    }
    .vertical_center_block {
        display: block;
        vertical-align: middle;
        float: none;
    }
}


/*Utilities*/


/*Columns gutters*/

.large-gutters {
    margin-right: -25px;
    margin-left: -25px;
}

.large-gutters > .col,
.large-gutters > [class*="col-"] {
    padding-right: 25px;
    padding-left: 25px;
}


/* padding */

.py-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
}

.px-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
}

.px-7 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
}

.mx-6 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
}

.mx-7 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
}


/* height */

.height_10 {
    min-height: 10vh;
}

.height_15 {
    min-height: 15vh;
}

.height_20 {
    min-height: 20vh;
}

.height_25 {
    min-height: 25vh;
}

.height_30 {
    min-height: 30vh;
}

.height_35 {
    min-height: 35vh;
}

.height_40 {
    min-height: 40vh;
}

.height_45 {
    min-height: 45vh;
}

.height_50 {
    min-height: 50vh;
}

.height_55 {
    min-height: 55vh;
}

.height_60 {
    min-height: 60vh;
}

.height_65 {
    min-height: 65vh;
}

.height_70 {
    min-height: 70vh;
}

.height_75 {
    min-height: 75vh;
}

.height_80 {
    min-height: 80vh;
}

.height_85 {
    min-height: 85vh;
}

.height_90 {
    min-height: 90vh;
}

.height_95 {
    min-height: 95vh;
}

.height_100 {
    min-height: 100vh;
}

.map_height_40 {
    height: 40vh;
}

.map_height_100 {
    height: 100vh;
}


/* Image as background*/

.image-as-bg {
    width: 100%;
    object-fit: cover;
}


/*List inline style*/

.list-inline li {
    display: inline-block;
    padding: 0;
}

.list-inline li:first-child {
    padding-left: 0;
}

.list-inline li:not(:last-child) {
    margin-right: 1.85714286em;
}

.list-circle i {
    color: #fff;
    background-color: #333;
    width: 2em;
    height: 2em;
    text-align: center;
    line-height: 2em;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.list-boxed i {
    color: #fff;
    background-color: #333;
    width: 2em;
    height: 2em;
    text-align: center;
    line-height: 2em;
}

.list-inline.list-circle li:not(:last-child) {
    margin-right: .8rem;
}

.smiple-list {
    margin: 0;
    padding-left: 1rem;
}

.smiple-list li {
    margin-bottom: 0.7rem;
    padding-left: 0.6rem;
}

.smiple-list li .fa {
    padding-right: 0.8rem;
}

.list-style-none {
    margin: 0;
    padding: 0;
}

.list-style-none li {
    list-style: none;
    padding-left: 0;
}


/* Colors */

.text-white,
.text-link-white,
.text-link-white a,
.whole-container-text-white,
.whole-container-text-white a,
.whole-container-text-white h1,
.whole-container-text-white h2,
.whole-container-text-white h3,
.whole-container-text-white h4,
.whole-container-text-white h5,
.whole-container-text-white h6,
.whole-container-text-white .pricing_item_price,
.whole-container-text-white .fa {
    color: #fff;
}

.white-bg {
    background: #fff;
}

.white-border {
    border-color: #fff;
}

.bg-pastel-red {
    background: #f97e89;
}

.bg-blue {
    background: #2196f3;
}

.bg-westar {
    background: #e0ded9;
}

.bg-alabaster {
    background: #fafafa;
}

.bg-turquoise {
    background: #08C6E8;
}

.bg-purple {
    background: #5f69e7;
}

.bg-purple2 {
    background: #648cff;
}

.bg-wheat {
    background: #f5eaaf;
}


/* Text Highlights */

.text-highlights-pastel-red {
    padding: 0 0.2rem;
    color: #fff;
    background: #f97e89;
}


/*Responsive utilities */

@media only screen and (max-width: 720px) {
    .no-bg-sm {
        background: none !important;
    }
    .no-margin-sm {
        margin: 0 !important;
    }
    .no-padding-sm {
        padding: 0 !important;
    }
}


/* 
Extra CSS */

.wide_box_with_padding {
    padding-right: 3.5%;
    padding-left: 3.5%
}

.full-width-container {
    width: 100%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-right: 3rem;
    padding-left: 3rem;
}

.navbar > .full-width-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 2rem;
    padding-left: 2rem;
}

.border-boxed-layout {
    border: solid 24px #ededed;
}

.home_1_about_container {
    background: url(../images/h1/2.png);
    background-position: center center;
    background-size: cover;
    margin: 80px 0 0 0;
    padding: 60px 0 100px 0;
}

.home_1_about_video {
    background: url(../images/h1/5.png);
    background-size: cover;
    margin: 120px 0 60px 0;
    padding: 0 0 80px 0;
}

.home_1_about_video_bg {
    background: url(../images/h1/4.jpg);
    background-position: center center;
    background-size: cover;
    padding: 230px 0;
}

.home-2-about-img-bg-container {
    background: url(../images/h2/1.jpg);
    background-size: cover;
    background-position: center center;
}

.home-4-hero-container {
    background: url(../images/h4/1.jpg);
    background-size: cover;
    background-position: center center;
}

.home-7-about-bg {
    background: url(../images/h7/1.jpg);
    background-size: cover;
    background-position: center center;
}

.home-9-about-cont {
    background: url(../images/h9/1.jpg);
    background-size: cover;
    background-position: center center;
}

.home-11-hero-container {
    background: url(../images/h11/4.png);
    background-size: cover;
    background-position: center center;
}

.product-features-h11-container {
    background: url(../images/h11/5.png);
    background-position: center center;
    background-size: cover;
    padding: 60px 0;
}

.about_us_container_bg {
    background: url(../images/pages/bg1.jpg);
    background-size: cover;
    background-position: center center;
}

.page-about-us-2-main-bg {
    background: url(../images/pages/2.png);
    background-size: cover;
    background-position: center center;
}

.page-about-us-2-main-text-cont {
    padding: 7.5rem 5rem;
}

.page-about-us-2-story-container {
    background: url(../images/pages/3.png);
    background-position: center center;
    background-size: cover;
    margin: 40px 0 0 0;
    padding: 60px 0 100px 0;
}

.page-about-us-2-story-container-2 {
    background: url(../images/pages/4.png);
    background-position: center center;
    background-size: cover;
    margin: 40px 0 0 0;
    padding: 60px 0 100px 0;
}

.home_7_about_container {
    padding: 10px 0 0;
}

.home_3_about_container {
    padding: 60px 0 80px;
}

.home_1_content_cont {
    padding: 0 0 60px 0;
}

.home_1_testimonials_cont {
    background: #fafafa;
    padding: 100px 0 90px;
}

.home_3_testimonials_cont {
    padding: 100px 0 90px;
}

.home_1_clients_cont {
    padding: 100px 0 50px;
    background: #e0ded9;
}

.portfolio_bg {
    background: url(../images/p8.jpg);
}

.p_right_left_10 {
    padding-right: 10%;
    padding-left: 10%;
}

.padding_right_left_5 {
    padding-right: 5%;
    padding-left: 5%;
}

.mt_10 {
    margin-top: 10px;
}

.mt_15 {
    margin-top: 15px;
}

.mt_20 {
    margin-top: 20px;
}

.mt_25 {
    margin-top: 25px;
}

.mt_30 {
    margin-top: 30px;
}

.mt_35 {
    margin-top: 35px;
}

.mt_40 {
    margin-top: 40px;
}

.mt_50 {
    margin-top: 50px;
}

.mt_60 {
    margin-top: 60px;
}

.mt_70 {
    margin-top: 70px;
}

.mt_80 {
    margin-top: 80px;
}

.mt_90 {
    margin-top: 90px;
}

.mt_100 {
    margin-top: 100px;
}

.mt_120 {
    margin-top: 120px;
}

.mt_150 {
    margin-top: 150px;
}

.mt_180 {
    margin-top: 160px;
}

.mt_200 {
    margin-top: 200px;
}

.mb_5 {
    margin-bottom: 5px;
}

.mb_10 {
    margin-bottom: 10px;
}

.mb_15 {
    margin-bottom: 15px;
}

.mb_25 {
    margin-bottom: 25px;
}

.mb_20 {
    margin-bottom: 20px;
}

.mb_30 {
    margin-bottom: 30px;
}

.mb_40 {
    margin-bottom: 40px;
}

.mb_35 {
    margin-bottom: 35px;
}

.mb_50 {
    margin-bottom: 50px;
}

.mb_55 {
    margin-bottom: 55px;
}

.mb_60 {
    margin-bottom: 60px;
}

.mb_70 {
    margin-bottom: 70px;
}

.mb_80 {
    margin-bottom: 80px;
}

.mb_90 {
    margin-bottom: 90px;
}

.mb_100 {
    margin-bottom: 100px;
}

.mb_120 {
    margin-bottom: 120px;
}

.mb_200 {
    margin-bottom: 200px;
}

.pt_10 {
    padding-top: 10px;
}

.pt_15 {
    padding-top: 15px;
}

.pt_20 {
    padding-top: 20px;
}

.pt_25 {
    padding-top: 25px;
}

.pt_30 {
    padding-top: 30px;
}

.pt_35 {
    padding-top: 35px;
}

.pt_40 {
    padding-top: 40px;
}

.pt_50 {
    padding-top: 50px;
}

.pt_60 {
    padding-top: 60px;
}

.pt_70 {
    padding-top: 70px;
}

.pt_80 {
    padding-top: 80px;
}

.pt_90 {
    padding-top: 90px;
}

.pt_100 {
    padding-top: 100px;
}

.pt_120 {
    padding-top: 120px;
}

.pt_150 {
    padding-top: 150px;
}

.pt_180 {
    padding-top: 160px;
}

.pt_200 {
    padding-top: 200px;
}

.pb_5 {
    padding-bottom: 5px;
}

.pb_10 {
    padding-bottom: 10px;
}

.pb_15 {
    padding-bottom: 15px;
}

.pb_25 {
    padding-bottom: 25px;
}

.pb_20 {
    padding-bottom: 20px;
}

.pb_30 {
    padding-bottom: 30px;
}

.pb_40 {
    padding-bottom: 40px;
}

.pb_35 {
    padding-bottom: 35px;
}

.pb_50 {
    padding-bottom: 50px;
}

.pb_55 {
    padding-bottom: 55px;
}

.pb_60 {
    padding-bottom: 60px;
}

.pb_70 {
    padding-bottom: 70px;
}

.pb_80 {
    padding-bottom: 80px;
}

.pb_90 {
    padding-bottom: 90px;
}

.pb_100 {
    padding-bottom: 100px;
}

.pb_120 {
    padding-bottom: 120px;
}

.pb_200 {
    padding-bottom: 200px;
}

.mrl_5 {
    margin-right: 5px;
    margin-left: 5px;
}

.mrl_10 {
    margin-right: 10px;
    margin-left: 10px;
}

.white_bg {
    background: #fff;
}

.white_bg .news_feed input[type="text"] {
    background: #fafafa;
}

.element_accordion_bg  {
        background: #f97e89;
    padding: 80px 0 100px;
}