/*------------------------------------------------------------------
* Profound - Multi-Concept Template for Creative Agencies and Freelancers
* Version: 1.0
* Last change:  15/8/17
* http://www.energeticthemes.com/templates/profound/index.html
* DATE: 15/8/17

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-family: 'Poppins', sans-serif;*/
    font-family: "Archer SSm A", "Archer SSm B";
    font-size: 16px;
    line-height: 1.75;
    color: #555555;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#menu-menu-in-alto *, figcaption *, footer *, #cookie-law-info-again *, #cookie-law-info-bar *, #author_widget, #author_widget *{
    font-family: 'Poppins', sans-serif;  
}

#cookie-law-info-again{
    display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    color: #1b1b1b;
    font-variant-ligatures: common-ligatures;
    margin-top: 0.236em;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.4;
}

h1,
.h1 {
    font-size: 40px;
}

h2,
.h2 {
    font-size: 32px;
}

h3,
.h3 {
    font-size: 28px;
}

h4,
.h4 {
    font-size: 24px;
}

h5,
.h5 {
    font-size: 20px;
}

h6,
.h6 {
    font-size: 16px;
}

.lead {
    line-height: 1.65;
    font-weight: 400;
    font-size: 18px;
}

.lead-email-address {
    font-size: 18px;
    font-weight: 600;
}

.h1-large {
    font-size: 60px;
}

.font-regular {
    font-weight: 400;
}

.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: #f0f0f0;
}

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

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

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

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

blockquote,
.blockquote {
    margin: 2.5rem 0;
    font-style: italic;
    font-size: 1.7em;
    /* font-family: Georgia, "Times New Roman", Times, serif; */
    font-family: "Archer SSm A", "Archer SSm B"; 
    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.95rem 1.5rem;
    line-height: 1.25;
    color: #555555;
    background-color: #f4f4f4;
    background-image: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px;
    border-radius: 2px;
    -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;
}

.form-control:focus {
    color: #464a4c;
    background-color: #f8f8f8;
    border-color: #f8f8f8;
    outline: 0;
}

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

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

.box_layout_wrapper {
    padding: 0 3%;
}

.relative {
    position: relative;
}


/*Footer */

.widget-title {
    margin-bottom: 40px;
}

footer {
    background: #f5f5f5;
}

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

.footer_widgets {
    margin: 0;
    padding: 80px 0 40px;
}

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

.footer_container {
    padding: 40px 0;
    background: #1b1b1b;
    font-size: 14px;
    font-weight: 600;
}

.footer_container p {
    margin-bottom: 0;
    color: #fff;
}

.footer_container .fa {
    font-size: 16px;
}

.footer_container ul {
    margin: 0;
}

.footer_nav {
    list-style: none;
    padding: 0;
}

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

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

.footer_nav li a {
    color: #fff;
}

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

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

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

.dark_bg {
    background: #141414;
    color: #f1f1f1;
}

.dark_bg h1,
.dark_bg h2,
.dark_bg h3,
.dark_bg h4,
.dark_bg h5,
.dark_bg h6,
.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:992px) {
    .footer_container {
        padding: 40px 0 25px;
    }
    .footer_container,
    .footer_container .align-right {
        text-align: center !important;
    }
    .footer_container .col-lg-4 {
        margin-bottom: 20px;
    }
}

.bg_grey {
    background: #fafafa;
}

.thirdhalf_height {
    min-height: 400px;
}

.separator {
    width: 62px;
    height: 3px;
    background: #1b1b1b;
    margin-bottom: 20px;
}

.left-dash {
    position: relative;
}

.left-dash:before {
    content: '';
    position: absolute;
    left: 0;
    top: 55%;
    transform: translate(0, -50%);
    margin-top: 0;
    margin-bottom: 0;
    height: 5px;
    width: 100;
    background: #f4f4f4;
    display: inline-block;
    vertical-align: middle;
}

.left-dash span {
    background: #fff;
    position: relative;
    padding-left: 15px;
}

.right-dash {
    position: relative;
    margin-bottom: 40px;
}

.right-dash:before {
    content: '';
    position: absolute;
    right: 0;
    top: 55%;
    transform: translate(0, -50%);
    margin-top: 0;
    margin-bottom: 0;
    height: 5px;
    width: 100%;
    background: #f4f4f4;
    display: inline-block;
    vertical-align: middle;
}

.right-dash span {
    background: #fff;
    position: relative;
    padding-right: 15px;
}

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

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


/* Titles */

.view-more-rec {
    width: 130px;
    height: 40px;
    background-color: #0b0a0f;
    margin-bottom: 20px;
    border-radius: 2em;
    color: white;
}


/*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: 280px;
    background-color: #f4f4f4;
    background: url(../images/products/product-10.jpg);
    background-position: center right;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    width: 100%;
}

.container>.hero_title_container .hero_box {
    padding-right: 40px;
    padding-left: 40px;
}

.hero_title_small h1 {
    font-size: 32px;
    font-weight: 600;
}

.hero_title_small h1,
.hero_title_small h1 a {
    color: #0b0b0b;
}

.hero_title_small p {
    color: #0b0b0b;
}

@media (max-height: 768px) and (max-width: 1366px) {
    .hero_title_container {
        padding: 2rem 0;
    }
    .hero_title_container .hero_title h1 {
        font-size: 2em;
    }
}

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

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

.etcodes_breadcrumb {
    padding: 1.625rem 40px;
    background: #f4f4f4;
}

.breadcrumbs a:not(:first-child),
.breadcrumbs span:not(:first-child) {
    margin-left: 0.15rem;
}

.breadcrumbs a:not(:last-child),
.breadcrumbs span:not(:last-child) {
    margin-right: 0.15rem;
}

.breadcrumbs .separator {
    background: none;
}
@media only screen and (max-width: 450px) {
    .etcodes_breadcrumb {
        padding: 1.5rem 25px; 
    }
    .breadcrumbs {
        font-size: 12px;
    }
}

/*=================================================
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: 0;
    padding-bottom: 0;
}

@media (min-width: 768px) {
    .absolute_md_header {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1030;
    }
}


/**** Logo ****/

.logo {
    width: 145px;
}

.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 {
    min-height: 100px;
}

.navbar .container {
    position: relative;
}

.navbar-expand-lg .navbar-collapse.nav-border {
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: #f0f0f0;
    padding-top: 15px;
    padding-bottom: 15px;
}

.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.3em;
    font-weight: 600;
}

.counter-shop-box {
    display: block;
    position: absolute;
    top: -15px;
    left: 4px;
    height: 23px;
    width: 23px;
    padding: 0 7px;
    line-height: 1.5em;
    color: white;
    text-shadow: 0 1px rgba(0, 0, 0, 0.25);
    border-radius: 50px;
    -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.08);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.08);
    background: #0b0b0b;
}

@media only screen and (max-width:992px) {
    .counter-shop-box {
        top: 10px;
        left: 22px;
    }
}

.navbar .navbar-nav>li.current>a,
.navbar .sidebar-menu>li.current>a {
    position: relative;
}

.navbar li>ul .current>a {
    color: #1b1b1b;
}

.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);
    border-radius: 0;
}

.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;
    color: #292b2c;
    text-align: inherit;
    white-space: nowrap;
    background: 0 0;
    border: 0;
}

@media (max-width:991px) {
    .navbar-expand-lg .navbar-collapse.nav-border {
        border: none;
    }
    .navbar.header-three .navbar-brand {
        width: 190px;
        display: block;
        margin: 0 auto;
    }
    .navbar .navbar-nav>li.current>a:before {
        width: 50px;
        top: 27px;
    }
}

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

@media (max-width: 450px) {
    .navbar-expand-lg>.container {
        width: 100%;
    }
    .navbar-expand-lg>.full-width-container {
        width: 100%;
    }
    .navbar.header-three .navbar-brand {
        margin: 0;
    }
}


/* Center Header */

.navbar.header-center {
    padding-top: 40px;
    padding-bottom: 40px;
}

.navbar.header-center .row {
    width: 100%;
}

.navbar.header-center .navbar-brand {
    max-width: 100%;
    width: 142px;
}

.navbar.header-center .navbar-brand img {
    margin-left: auto;
    margin-right: auto;
}

.navbar.header-three {
    padding-top: 32px;
    padding-bottom: 50px;
}

@media (min-width: 992px) {
    .navbar.header-three.navbar-expand-lg>.container,
    .navbar.header-three.navbar-expand-lg>.full-width-container {
        display: block;
        text-align: center;
    }
    .navbar.header-three.navbar-expand-lg>.container .navbar-nav,
    .navbar.header-three.navbar-expand-lg>.full-width-container .navbar-nav {
        margin-right: auto;
        margin-left: auto;
    }
    .navbar.header-four.navbar-expand-lg>.container,
    .navbar.header-four.navbar-expand-lg>.full-width-container {
        display: block;
    }
    .navbar.header-three.navbar-expand-lg>.container .navbar-brand,
    .navbar.header-three.navbar-expand-lg>.full-width-container .navbar-brand {
        margin: 13px auto 36px;
    }
}

@media (max-width:991px) {
    .navbar.header-three {
        padding-top: 30px;
        padding-bottom: 20px;
    }
}


/*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;
    }
    .header-center .mega_menu_holder.show>.dropdown-menu {
        width: 90vw;
    }
    .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: 52px;
    height: 52px;
    border-radius: 52px;
    font-size: 0;
    text-indent: -9999px;
    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;
    top: 0;
}

.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: 25px;
    left: 13px;
    right: 13px;
    height: 4px;
    background: white;
}

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

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

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

.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: #141414;
    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: 3.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-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: #1b1b1b;
}

.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: #1b1b1b;
}


/*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);
    }
    .header-center .navbar-nav {
        margin-bottom: 40px;
    }
    .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;
    }
    .navbar-nav li a,
    .navbar-nav .dropdown-menu li a {
        padding: 0.7rem 0;
        position: relative;
        display: block;
    }
    .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;
    }
}


/* Top Bar */

.top_header {
    background: #222222;
}

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

.top_header .top_header_nav li {
    display: inline-block;
    list-style: none;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 20%;
    text-align:center;
    letter-spacing: 1.5px;
}

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

.top_header .top_header_nav li a {
    color: #000000;
    font-size: 14px;
    position: relative;
    text-transform: uppercase;  
}

.top_header .top_header_nav li a i {
    font-size: 16px;
    line-height: 1;
}

.topbar-search-box {
    width: 270px;
    margin-left: auto;
}

.topbar-search-box .form-control {
    color: #f1f1f1;
    background-color: #555555;
    font-size: 14px;
}

.topbar-search-box .form-control:focus {
    background-color: #333333;
}

.topbar-search-box .form-control,
.topbar-search-box .btn {
    border-radius: 0;
}

@media only screen and (max-width: 576px) {
    .top_header {
        text-align: center;
    }
    .top_header_nav {
        padding: 12px 0 15px 0;
    }
    .topbar-search-box {
        display: none;
    }
}


/*=================================================
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: 600;
    letter-spacing: 1px;
    padding: 50px 40px;
}

.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;
    padding: 0 15px;
}

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

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

.work_filter li.active span {
    color: #1b1b1b;
}

@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: 48px;
}

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

.large-gutters .work_item {
    margin-bottom: 50px;
}

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

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

.work_item .work_item_title h2 {
    font-size: 20px;
    margin-bottom: 12px;
}

.work_item .work_item_meta {
    font-weight: 400;
    margin-bottom: 0;
}

.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: '';
}


/*=================================================
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: right;
}

.shop-item-toolbar .item-result-count {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    font-weight: 400;
}


/* Products */

ul.products {
    padding: 0;
}

.products .product {
    margin-bottom: 60px;
    text-align: center;
}

.products .product img {
    margin-bottom: 29px;
}

.products .product h2 {
    font-size: 18px;
    margin-bottom: 11px;
}

.products .product .price {
    display: block;
    margin-bottom: 9px;
}

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

.products.default-carousel .carousel-item {
    background: transparent;
    padding-bottom: 10px;
}

.owl-carousel.products .owl-nav button.owl-prev {
    left: -40px;
}

.owl-carousel.products .owl-nav button.owl-next {
    right: -40px;
}


/* Rating */


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

.single-product-content {
    margin-top: 40px;
    margin-bottom: 20px;
}

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

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

.single-product-images {
    float: left;
}

.single-product-images .product-images-gallery {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0;
}

.single-product-images .product-images-gallery li {}

.product-images-gallery {
    margin-right: -5px;
    margin-left: -5px;
}

.product-images-gallery>.col,
.product-images-gallery>[class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}

.single-product-des {
    padding-top: 40px;
}

.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: 21px;
    margin-bottom: 10px;
    font-weight: 600;
}

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

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

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

.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 .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: 30px;
}

.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;
    }
    .owl-carousel .product {
        width: 100%;
    }
}

@media only screen and (max-width: 750px) {
    .single-product-des {
        padding-top: 20px;
        padding-left: 0;
    }
}

@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: 0 0 40px 0;
}

.blog_posts p {
    margin-bottom: 12px;
    font-size: 15px;
}

.stander_blog article {
    margin-bottom: 30px;
}

.stander_blog article .card {
    border: none;
}

.stander_blog article .card-block {
    padding: 17px 0 0 0;
    margin-bottom: 11px;
}

.blog-beside-img-text.stander_blog article .card-block {
    padding: 0 0 0 0;
}

.blog-beside-img-text.stander_blog article {
    margin-bottom: 50px;
}

@media only screen and (max-width: 1024px) {
    .blog-beside-img-text.stander_blog article {
        margin-bottom: 40px;
    }
}

@media (max-width:960px) {
    .blog-beside-img-text.stander_blog article .card-block {
        padding: 17px 0 0 0;
    }
}

.post_read_more_btn {
    color: #1b1b1b;
    font-size: 14px;
    font-weight: 600;
}

.post_read_more_btn .fa {
    color: #666666;
}

.stander_blog article .card-title {
    margin-bottom: 14px;
    font-size: 18px;
}

.stander_blog article .card-post-meta-top {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 9px;
    color: #666666;
}

.stander_blog article .card-post-meta-top a {
    color: #666666;
}

.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-left: 3px;
    padding-right: 3px;
}

.stander_blog article .card-post-meta-bottom {
    font-weight: 400;
}

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


/*Stander blog card */

.stander_blog_card article {
    margin-bottom: 50px;
}

.stander_blog_card article .card {
    background-color: #fafafa;
}

.stander_blog_card article .card-block {
    border-radius: 0.25rem;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    padding: 1.4rem 1.4rem 1.5rem;
}

.stander_blog_card article .card-post-meta-bottom {
    padding-top: 0;
}

.stander_blog_card.blog-no-border article .card-block {
    border: none;
    border-radius: 0.25rem;
    padding: 1.3rem 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 image overlay */

.blog_image_overlay .card {
    border: none;
    border-radius: 0;
    background: transparent;
    padding-bottom: 0;
    margin-bottom: 30px;
    background: #222222;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .blog_image_overlay .card {
        display: block;
    }
}

.blog_image_overlay .card img {
    opacity: 0.6;
}

.blog_image_overlay.no_border .card {
    border: none;
    border-radius: 0;
    border-bottom: solid 1px #f0f0f0;
    padding-bottom: 20px;
    margin-bottom: 0;
}

.blog_image_overlay .video-icon {
    font-size: 40px;
    margin-bottom: 12px;
    line-height: 1;
    color: #fff;
}

.blog_image_overlay .card-img-overlay {
    position: absolute;
    width: 100%;
    top: 50%;
    bottom: initial;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0 3.2rem;
    text-align: center;
}

.blog_image_overlay .card-title {
    color: #fff;
}

.card.mega-video .video-icon {
    font-size: 60px;
    margin-bottom: 16px;
}

.card .card-img-overlay .card-title {
    margin-bottom: 15px;
}

.card .card-img-overlay h5.card-title {
    font-size: 18px;
}

.media {
    margin-bottom: 10px;
}

.media-body h5 {
    font-size: 14px;
}

.media-body p {
    color: #222222;
    font-weight: 400;
    line-height: 1.4;
}

@media (max-width:750px) {
    .card .card-img-overlay .card-title {
        font-size: 18px;
    }
    .card.mega-video .video-icon {
        font-size: 40px;
        margin-bottom: 12px;
    }
}

@media (max-width:450px) {
    .card .card-img-overlay .post_meta_date {
        display: none;
    }
}


/*  Blog Carousel */

.owl-carousel.stander_blog article,
.owl-carousel.stander_blog article .card-block {
    margin-bottom: 0;
    padding: 0;
}

.owl-carousel.stander_blog article .card {
    border: none;
    padding: 38px 40px 40px;
    background-color: #fae8da;
}

.owl-carousel.stander_blog article .card-post-meta-top,
.owl-carousel.stander_blog article .card-post-meta-top a,
.owl-carousel.stander_blog article .card-block .post_read_more_btn {
    color: #1b1b1b;
}

.owl-carousel.stander_blog article .card-title {
    font-size: 24px;
}

.owl-carousel.stander_blog article .card-title a {
    color: #1b1b1b;
}

.owl-carousel.blog_carousel_2 .carousel-item-content {
    position: absolute;
    width: 100%;
    top: initial;
    bottom: 30px;
    left: 40px;
    transform: translate(0, 0);
    padding: 0;
    z-index: 999;
}

@media (max-width:768px) {
    .owl-carousel.stander_blog article .card .post_read_more_btn {
        display: none;
    }
    .owl-carousel.stander_blog article .card {
        padding: 20px;
        margin: 50px;
    }
    .owl-carousel.stander_blog article .card-title {
        font-size: 18px;
        margin-bottom: 8px;
    }
}

@media (max-width:450px) {
    .owl-carousel.stander_blog article .card .card-post-meta-top {
        display: none;
    }
    .owl-carousel.stander_blog article .card {
        padding: 20px 15px;
    }
    .owl-carousel.stander_blog article .card-title {
        font-size: 16px;
        margin-bottom: 8px;
    }
    .owl-carousel.stander_blog.multi_item_blog_carousel article .card .card-post-meta-top {
        display: block;
    }
    .owl-carousel.stander_blog.multi_item_blog_carousel article .card {
        margin: 10px 30px;
    }
}


/*  Blog Carousel text multi items */

.owl-carousel.stander_blog_text .carousel-item {
    background-color: transparent;
}

.owl-carousel.stander_blog_text article .card {
    border: none;
    padding: 0;
    background-color: transparent;
    text-align: center;
}

.owl-carousel.stander_blog.stander_blog_text article .card-title {
    font-size: 18px;
    font-weight: 500;
}

.owl-carousel.stander_blog.stander_blog_text .card-post-meta-top a,
.owl-carousel.stander_blog.stander_blog_text .card-post-meta-top,
.stander_blog article .card-post-meta-bottom {
    font-weight: 500;
    font-size: 14px;
    color: #666666;
}

.owl-carousel.stander_blog_text .owl-nav button.owl-prev,
.owl-carousel.products .owl-nav button.owl-prev {
    left: -70px;
}

.owl-carousel.stander_blog_text .owl-nav button.owl-next,
.owl-carousel.products .owl-nav button.owl-next {
    right: -70px;
}

@media only screen and (max-width: 1024px) {
    .owl-carousel.stander_blog_text .owl-nav button.owl-prev,
    .owl-carousel.products .owl-nav button.owl-prev {
        left: -10px;
    }
    .owl-carousel.stander_blog_text .owl-nav button.owl-next,
    .owl-carousel.products .owl-nav button.owl-next {
        right: -10px;
    }
}


/* simple post list */

.blog_post_list {
    padding-left: 0;
    list-style: none;
}

.blog_post_list li {
    margin-bottom: 22px;
}


/* Single post */

.stander_blog_single_post {
    margin: 0;
}

.stander_blog_single_post .card {
    border: none !important;
}

.stander_blog_single_post article {
    margin: 0 0 10px;
}

.stander_blog_single_post article .card-title {
    margin-bottom: 10px;
    margin-top: 0.3em;
    font-size: 28px;
}

.stander_blog_single_post.stander_blog article .card-post-meta-top {
    margin-bottom: 15px;
}

.stander_blog_single_post.stander_blog article .card-post-meta-bottom {
    margin-top: 50px;
}

@media only screen and (max-width: 1024px) {
    .stander_blog_center .post_meta_comments {
        display: none;
    }
    .stander_blog_single_post article .card-title {
        font-size: 24px;
    }
}

@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;
}


/**** Tags ****/

.blog-post-tags {
    margin: 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;
    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 ****/

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

.comment-wrap .comment-title,
.comment-form-warp .comment-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0.7rem;
    padding-bottom: 0.88rem;
    border-bottom: 1px solid #f4f4f4;
}

.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 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;
}

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 {}

.sidebar-bg:after {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    bottom: 0;
    right: 0;
    width: 300%;
    background: #fbfbfb;
    z-index: -1;
}

.sidebar-left-bg:after {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    width: 300%;
    background: #fbfbfb;
    z-index: -1;
}

.widget {
    margin-bottom: 40px;
}


/****  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.3rem 0;
}

.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 */

.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: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    padding: 0;
    margin: 0 .3em;
    font-size: 0.95em;
}

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

.page-item .page-link {
    position: relative;
    display: block;
    margin-left: 10px;
    background-color: #f5f5f5;
    border: none;
    font-weight: 600;
}

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


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


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

.reveal-title {
    font-size: 36px;
    line-height: 43px;
    font-weight: 500;
    color: #1b1b1b;
    margin-top: 0.01em;
    margin-bottom: 0.01em;
}


/*=================================================
 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: 40px;
    border-bottom: 0;
}

.nav-tabs .nav-link {
    font-weight: 400;
    font-size: 18px;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: transparent;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #464a4c;
    padding-bottom: 6px;
    background-color: 0;
    border-color: rgba(255, 255, 255, .15);
    border-bottom: solid 2px #0b0a0f;
}


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

.team-person {
    position: relative;
}

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

.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='#d5000000', GradientType=0);
}

.team-person .team-info-holder .team-info {
    position: absolute;
    bottom: 1rem;
    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: 600;
}

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


/*Simple team person*/

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

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

.simple-team-person .team-info-holder .team-role {
    font-weight: 400;
    margin-top: 12px;
    margin-bottom: 0.5rem;
}

@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;
}

.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 {
    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;
}

@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;
    margin-bottom: 20px;
}

.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: 20px;
    float: left;
}

.content_box_align_left .content_icon {
    float: left;
}

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

.content_info h6 {
    font-size: 14px;
    margin-bottom: 10px;
}

.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%);
}

.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: 32px;
    line-height: 32px;
    margin: 0 auto 22px;
    border-radius: 100%;
    text-align: center;
}

.counter_box_number {
    font-size: 38px;
    line-height: 52px;
    font-weight: 600;
    margin-bottom: 22px;
}

.counter_box_title h3 {
    font-size: 16px;
    font-weight: 600;
    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: #f8f8f8;
}

.dark-form-fields textarea,
.dark-form-fields input[type],
.dark-form-fields .form-control {
    background-color: #f8f8f8;
    border-color: 0;
    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: .75rem 1.66rem;
}

.btn-outline-2x {
    border-width: 2px;
}

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

.btn-default {
    color: #fff;
    background: #1b1b1b;
    border-color: #1b1b1b;
}

.btn-default:hover {
    background: #292b2c;
    border-color: #292b2c;
    color: #f1f1f1;
}

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

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

.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: #444444;
    border-color: #444444;
}

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

.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;
}

.btn-bottom-line {
    font-weight: 600;
    padding-bottom: 6px;
    border-bottom: solid 2px #0b0a0f;
    color: #1b1b1b;
}

.btn-black-round {
    color: #fff;
    border: 2px solid rgba(11, 10, 15, 1);
    border-radius: 40px;
    background: #0b0a0f;
    transition: all 0.2s ease 0s;
}

.btn-backdrop {
    position: relative;
    margin-top: 12px;
    display: inline-block;
    padding: 0 0 0 1.5rem;
    font-size: 1.2em;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.btn-backdrop:before {
    content: '';
    position: absolute;
    z-index: 0;
    top: -5px;
    left: 0;
    background: #1b1b1b;
    opacity: 0.3;
    width: 85%;
    height: 22px;
    transition: .4s width;
}

.btn-backdrop:hover:before {
    width: 100%
}


/* Progress bar*/

.progress-bar-label {
    color: #141414;
}

.progress {
    margin-bottom: 1rem;
    border-radius: 0;
}

.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;
}

.postvideo {
    overflow: hidden;
    display: block;
    margin-bottom: 20px;
    position: relative;
}

.postvideo img {
    width: 100%;
    object-position: center;
    object-fit: cover;
    border: 0;
}

.postinfo {
    position: absolute;
    color: #fff;
    bottom: 10px;
    width: 100%;
    display: table-cell;
    vertical-align: baseline;
    transition: bottom 0.3s ease-out, opacity 0.3s .18s ease-out;
    pointer-events: none;
}

.playicon {
    position: absolute;
    color: #fff;
    bottom: 300%;
    left: 50px
}

.postinfo h6 {
    color: #fff;
    position: relative;
    margin-bottom: 10px;
    padding: 0 20px;
    text-align: left;
    line-height: 18px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


/* 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_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 CSS 
 */

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

.loop-blog-carousel {}

.default-carousel .bg-image {
    position: absolute;
    height: 100%;
    width: 100%;
}

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

.default-carousel .carousel-item {
    background: #f8f8f8;
    overflow: hidden;
    position: relative;
    display: block;
}

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

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

.carousel-item-desc {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

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

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

.default-carousel .position_top {
    top: 10%;
    left: 50%;
    transform: translate(-50%, -10%);
}

.default-carousel .position_center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.default-carousel .position_bottom {
    top: initial;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%, -10%);
}

@media only screen and (max-width:1024px) {
    .carousel-item-content h1,
    .carousel-item-content .h1 {
        font-size: 32px;
    }
    .carousel-item-content .lead {
        font-size: 16px;
    }
}


/*
 *  Owl Carousel - Core
 */

.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;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */
}

.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-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 {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none;
}

.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-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}

.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 {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: none;
    touch-action: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    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 - Animate Plugin
   */

.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}


/*
   * 	Owl Carousel - Auto Height Plugin
   */

.owl-height {
    transition: height 500ms ease-in-out;
}


/*
   * 	Owl Carousel - Lazy Load Plugin
   */

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

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    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;
    transition: -webkit-transform 100ms ease;
    transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    transform: 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;
    background-size: contain;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}


/* Custom CSS For OWL */

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

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

.owl-nav button .fa {
    font-size: 60px;
    color: #f8f8f8;
}

.owl-nav button:hover .fa {
    color: #f1f1f1;
}

.owl-carousel button:focus {
    outline: none;
}

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

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

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

.default-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: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0 5px;
    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: #1d1d1d;
    border-color: #1d1d1d;
}

.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: 500px;
    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;
    list-style: none;
    text-align: center;
}


/* Common style */

.et-banner figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 0;
    width: 100%;
    background: #f5f5f5;
    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: #1b1b1b;
    -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 {
    font-size: 20px;
    margin-bottom: 12px;
}

.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);
}


/* Banner */

.et-banner figure.effect-banner {
    overflow: visible;
}

.et-banner figure.effect-banner img {}

.et-banner figure.effect-banner figcaption {
    padding: 60px 50px;
}

figure.effect-banner .figure_caption {
    display: block;
    text-align: center;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -14px;
}

.et-banner figure.effect-banner,
.et-banner figure.effect-banner .view_more_icon {
    opacity: 1;
    margin-bottom: 23px;
    text-align: left;
}

.et-banner figure.effect-banner h2,
.et-banner figure.effect-banner .view_more_icon,
.et-banner figure.effect-banner h2 a,
.et-banner figure.effect-banner .view_more_icon a {
    opacity: 1;
    font-size: 14px;
    font-weight: 100;
    letter-spacing: 2px;
    display: inline;
    padding: 11px 30%;
}

.et-banner figure.effect-banner p {
    display: none;
}


/***** 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 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);
}


/***** default *****/

figure.effect-default {
    text-align: left;
}

figure.effect-default img {
    opacity: 1;
    -webkit-transition: opacity 0.55s;
    transition: opacity 0.55s;
}

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

.et-banner figure.effect-default .figure_caption {
    display: table-cell;
    vertical-align: top;
    padding-top: 19px;
    padding-left: 20px;
}

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

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

figure.effect-default p {
    padding: 0;
    opacity: 0;
    -webkit-transition: opacity 0.55s, -webkit-transform 0.55s;
    transition: opacity 0.55s, transform 0.55s;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
}

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

figure.effect-default:hover h2,
figure.effect-default: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: 600;
    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 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%;
    }
}


/* ===========================================
   SmoothState styling
   =========================================== */

.m-scene .scene-main {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.m-scene .scene-main--fade_In {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

.m-scene .scene-main--fade_In_Down {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

.m-scene .scene-main--fade_In_left {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.m-scene .scene-main--fade_In_Right {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

.m-scene .scene-main--fade_In_Up {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.m-scene .scene-main--delayed {
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
}

.m-scene.is-exiting .scene-main {
    -webkit-animation-direction: alternate-reverse;
    animation-direction: alternate-reverse;
}

.m-scene.is-exiting .scene-main--delayed {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.m-scene.is-exiting .scene-main--noexiting {
    -webkit-animation-direction: alternate-reverse;
    animation-direction: alternate-reverse;
}

@media screen and (min-width: 768px) {
    .m-scene .scene-main--fade_Inright-wide {
        -webkit-animation-name: fadeInRight;
        animation-name: fadeInRight;
    }
}

.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: #1b1b1b !important;
    border-left-color: #1b1b1b !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*/

.xs-gutters {
    margin-right: 5px;
    margin-left: 5px;
}

.xs-gutters>.col,
.xs-gutters>[class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}

.large-gutters {
    margin-right: -25px;
    margin-left: -25px;
}

.large-gutters>.col,
.large-gutters>[class*="col-"] {
    padding-right: 25px;
    padding-left: 25px;
}


/* padding */

.p-6 {
    padding: 6rem !important;
}

.py-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
}

.px-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
}

.px-4 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
}

.px-5 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
}

.p-7 {
    padding: 8rem !important;
}

.px-7 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
}

.pr-7 {
    padding-right: 8rem !important;
}

.pr-20 {
    padding-right: 20px !important;
}

.mx-5 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
}

.mx-6 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
}

.mx-7 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
}

@media (min-width: 768px) {
    .mx-md-6 {
        margin-left: 6rem !important;
        margin-right: 6rem !important;
    }
}

@media (max-width: 768px) {
    .bg-dark-md-down {
        background-color: #171717;
    }
}

@media only screen and (max-width: 576px) {
    .p-sm-5 {
        padding: 3rem 3rem!important;
    }
}

@media only screen and (max-width: 950px) {
    .p-md-5 {
        padding: 3rem 3rem!important;
    }
    .pr-md-5 {
        padding-right: 3rem!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 a {
    color: #1b1b1b;
}

.list-inline li:first-child {
    padding-left: 0;
}

.list-inline li:not(:last-child) {
    margin-right: 15px;
}

.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,
.whole-container-text-white .counter_box {
    color: #fff;
}

.white-bg {
    background: #fff;
}

.white-border {
    border-color: #fff;
}

.text-color-light-dark {
    color: #353535;
}

.text-color-full-white {
    color: #fff;
}

.text-color-full-white h3 {
    color: #fff;
}

.bg-white {
    background: #fff;
}

.bg-burlywood {
    background: #1b1b1b;
}

.bg-blue {
    background: #2196f3;
}

.bg-rose-pink {
    background: #fae8da
}

.bg-westar {
    background: #e0ded9;
}

.bg-alabaster {
    background: #f4f4f4;
}

.bg-alabaster-2 {
    background: #eae7e4;
}

.bg-alabaster-light {
    background: rgba(244, 244, 244, 0.95);
}

.bg-turquoise {
    background: #08C6E8;
}

.bg-purple {
    background: #5f69e7;
}

.bg-pink {
    background: #fae8da;
}

.bg-purple2 {
    background: #648cff;
}

.bg-wheat {
    background: #f5eaaf;
}

.bg-grey {
    background-color: #f4f4f4;
}

.bg-grey-darker {
    background-color: #141414;
}

.bg-grey-light {
    background-color: #f0f0f0;
}

.bg-grey-light-2 {
    background-color: #f8f8f8;
}


/* Text Highlights */

.text-highlights-pastel-red {
    padding: 0 0.2rem;
    color: #fff;
    background: #1b1b1b;
}


/*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;
    }
}

@media only screen and (max-width: 992px) {
    .no-bg-up-md {
        background: none !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;
}

@media (min-width: 992px) {
    .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;
    }
}

.navbar>.full-width-container {
    padding-right: 0;
    padding-left: 0;
}

.border-boxed-layout {
    border: solid 24px #ededed;
}


/* Images background */

.bg-img-1 {
    background: url(../images/charm-25.jpg);
    background-position: top center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.bg-img-2 {
    background: url(../images/bg-1.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-img-3 {
    background: url(../images/image-credit-nendo-43.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-img-4 {
    background: url(../images/4.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-img-5 {
    background: url(../images/image-credit-nendo-5.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-img-6 {
    background: url(../images/6.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-img-7 {
    background: url(../images/11.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-img-8 {
    background: url(../images/16.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-img-9 {
    background-image: url(../images/image-credit-nendo-39.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-img-10 {
    background: url(../images/image-credit-nendo-10.jpg);
    background-position: top left;
    background-size: contain;
    background-repeat: no-repeat;
}

.bg-img-11 {
    background: url(../images/image-credit-nendo-38.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-img-12 {
    background: url(../images/image-credit-nendo-12.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-img-13 {
    background: url(../images/26.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-img-14 {
    background: url(../images/eblog-30.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-img-15 {
    background-image: url(../images/pattern1.png);
}

.bg-img-16 {
    background: url(../images/charm-12.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-img-17 {
    background: url(../images/charm-26.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-img-18 {
    background-image: url(../images/62.jpg);
}

.bg-img-19 {
    background-image: url(../images/63.jpg);
}

.bg-img-20 {
    background-image: url(../images/64.jpg);
}

.bg-img-21 {
    background-image: url(../images/image-credit-nendo-21.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-img-22 {
    background-image: url(../images/66.jpg);
}

.bg-img-23 {
    background-image: url(../images/67.jpg);
}

.bg-img-24 {
    background: url(../images/68.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-img-25 {
    background: url(../images/image-credit-nendo-25.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-img-26 {
    background: url(../images/image-credit-nendo-26.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-img-27 {
    background: url(../images/image-credit-nendo-27.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-img-28 {
    background: url(../images/70.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-img-29 {
    background: url(../images/72.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-img-30 {
    background: url(../images/pages/1.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-img-31 {
    background: url(../images/pages/2.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-img-32 {
    background: url(../images/pages/3.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-img-33 {
    background: url(../images/pages/4.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-img-34 {
    background: url(../images/image-credit-nendo-34.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-pattern-2 {
    background-image: url(../images/pattern2.png);
}


/* Border */

.b-60-alabaster {
    border: solid 60px #eae7e4;
}

.br-12 {
    border-radius: 12px;
}

.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_45 {
    margin-top: 45px;
}

.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_160 {
    margin-top: 160px;
}

.mt_180 {
    margin-top: 160px;
}

.mt_200 {
    margin-top: 200px;
}

.mt_260 {
    margin-top: 260px;
}

.mt_400 {
    margin-top: 400px;
}

.ml_30 {
    margin-left: 30px;
}

.ml_40 {
    margin-left: 40px;
}

.ml_50 {
    margin-left: 50px;
}

.ml_60 {
    margin-left: 60px;
}

.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_65 {
    margin-bottom: 65px;
}

.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_140 {
    margin-bottom: 140px;
}

.mb_200 {
    margin-bottom: 200px;
}

.mb_280 {
    margin-bottom: 280px;
}

.mb_300 {
    margin-bottom: 300px;
}

.mb_350 {
    margin-bottom: 350px;
}

.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_45 {
    padding-top: 45px;
}

.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_130 {
    padding-top: 130px;
}

.pt_150 {
    padding-top: 150px;
}

.pt_160 {
    padding-top: 160px;
}

.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_130 {
    padding-bottom: 130px;
}

.pb_180 {
    padding-bottom: 180px;
}

.pb_200 {
    padding-bottom: 200px;
}

.pb_250 {
    padding-bottom: 250px;
}

.px_30 {
    padding-right: 30px;
    padding-left: 30px;
}

.px_40 {
    padding-right: 40px;
    padding-left: 40px;
}

.px-5-percent {
    padding-right: 5%;
    padding-left: 5%;
}

.mx-5-percent {
    margin-right: 5%;
    margin-left: 5%;
}

.mrl_5 {
    margin-right: 5px;
    margin-left: 5px;
}

.mrl_10 {
    margin-right: 10px;
    margin-left: 10px;
}

.reverse_mt_150 {
    margin-top: -150px;
}

.white_bg {
    background: #fff;
}

.white_bg .news_feed input[type="text"] {
    background: #fafafa;
}

.element_accordion_bg {
    background: #fae8da;
    padding: 80px 0 100px;
}

.min_mb_120 {
    margin-bottom: -120px;
}

.pink.right-dash::before {
    background: #fae8da;
}

.dark-grey-dash.right-dash::before {
    background: #a7a7a7;
}

.brown-dash.right-dash::before {
    background: #d4bfa6;
}

.float_left {
    float: left;
}

#main-container{
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    height: 100%;
}

.sidebar-container{
    position: -webkit-sticky;
    position: sticky;
    top: 70px;
    align-self: flex-start;
}

.mobile-logo{
    margin-bottom: 10px;
}

@media (max-width: 767px){
    .last-widget {
        margin-bottom: 0 !important;
    }
}

.emoji{
    width: 15px !important;
    display: inline;
}

.ingredienti {
    padding: 25px;
    padding-bottom: 10px;
    margin-top: 15px;
    margin-bottom: 25px;
    position: relative;
    z-index: 10000;
}

.ingredienti ul {
    padding-left: 20px;
}

.print-icon{
    font-size: 30px;
    cursor: pointer;
    float: right;
    margin-right: 15px;
}

@media print
{    
    img
    {
        display: none !important;
    }
    img.emoji{
        display: inline !important;
    }
}

.receipe-icon{
    position: fixed;
    right: 10px;
    bottom: 10px;
    border: 1px solid;
    cursor: pointer;
    background: white;
    border-radius: 50%;
    width:62px;
    height: 62px;
    text-align: center;
}

.receipe-icon i{
    font-size: 30px;
    padding: 15px;
}

.fullscreen{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    position: fixed;
    top: 0;
    right:0;
    left:0;
    bottom:0;
    width: 100%;
    height: 100%;
    z-index: 999;
    overflow: scroll;
}
.fullscreen button{
    display: block !important;
}

#author_widget img{
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-bottom: 20px;
    margin-top: 20px;
}
#author_widget, #author_widget * {
    font-size: 14px;
}
.author-title{
    font-weight: bold;
}

.sb_instagram_header {
    display: none !important;
}

#sbi_images .sbi_item{
    width: 33% !important;
    float:left;
    background: none !important;
}
#sbi_images .sbi_item:first-child{
    width: 66% !important;
}
#sbi_images .sbi_item a{
    height: auto !important;
}
#sbi_images .sbi_item img{
    display: block !important;
    visibility: hidden !important;
}

.top_header_nav{
    font-size: 0;
    line-height: 30px;
    height: 50px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Archer SSm A", "Archer SSm B";
}

#desktop_header img{
    max-width: 50% !important;
    margin: 40px auto 50px auto !important;
}
.wp-caption{
	max-width: 100% !important;
}