/**
 * Theme Name: Bauer
 * Version: 1.24
 * Description: Multi-purpose WordPress Theme
 * Author: Ninzio Themes
 * Theme URI: https://ninzio.com/bauer
 * Author URI: https://themeforest.net/user/ninzio
 * License: Custom license
 * License URI: Licensing/README_License.txt
 * Tags: left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, post-formats, sticky-post, threaded-comments, translation-ready
 * Text Domain: bauer
**/


/* TABLE OF CONTENTS

 * MAIN STYLE
   * Reset Browsers
   * General
   *  Elements
   *  Forms
   *  Typography
   * Extra classes
   * Revolution Slider
   * WordPress Styles
   * Layout
   *  Sidebar Right (default)
   *  Sidebar Left
   *  No Sidebar
   *  Boxed layout
   * Header Gene
   *  Logo
   *  Menu
   *  Sub Menu
   *  Mega Menu
   *  Mobile Menu
   *  Mobile Menu Extend
   *  Mobile Menu Button
   *  Cart Icon
   *  Search Icon
   *  Header Fixed
   *  Header Full-width
   *  Header Styles
   *   Header Style 1
   *   Header Style 2
   *   Header Style 3
   *   Header Style 4
   *   Header Style 5
   *   Header Style 6
   * Featured Title
   * Blog Post
   *  Post media
   *  Post title
   *  Post meta
   *  Post excerpt
   *  Post link
   * Blog single
   *   Post tags
   *   Post author
   *   Post related
   *   Comments
   *    Comment list
   *    Comment form
   * Widgets
   *  Title Widget
   *  Widget: Text
   *  Widget: Categories, Meta, Archives, Pages
   *  Widget: Recent Entries
   *  Widget: Nav
   *  Widget: Calendar
   *  Widget: Links
   *  Widget: Twitter
   *  Widget: Search
   *  Widget: Socials
   *  Widget: Recent News Advanced 
   *  Widget: Instagram & Flickr
   *  Widget: Tags
   * Footer
   *  Grid
   *  Gutter
   *  Footer Promotion
   * Bottom Bar
   *  Bottom navigation
   * Scroll Top Button
   * Pagination
   * Nothing Found & 404 Page
   * Media Queries

 * ELEMENTS STYLE
   * Accordions & Toggles
   * Action Box
   * Links
   * Button
   * Content Box
   * CountDown
   * Counter
   * Divider
   * Product
   * Tabs
   * Fancy Text
   * Headings
   * Hero Section
   * Icon Box
   * Icons
   * Image Box
   * Image Slider or Grid
   * News
   * Partner
   * Projects
   * Progress Bar
   * Scroll Target
   * Subscribe Form
   * Member
   * Member Grid
   * Testimonails
   * Video Icon
   * List
   * Parallax Box
   * Socials
   * Contact Form 7
   * Price Tables switcher 2
   * Carousel Constrols
 * SHOP STYLE
   * Single Product
   * Cart Page
   * Checkout Page
   * Widgets

-------------------------------------------------------------- */


/*
MAIN STYLE
-------------------------------------------------------------- */


/* Reset Browsers
-------------------------------------------------------------- */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font: inherit;
    vertical-align: baseline;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

html {
    font-size: 62.5%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background: #fff;
    line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block
}

ol,
ul {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

blockquote,
q {
    quotes: none
}

a:focus {
    outline: none
}

a:hover,
a:active {
    outline: 0
}

a img {
    border: 0
}

img {
    max-width: 100%;
    height: auto;
}

select {
    max-width: 100%
}


/* General
-------------------------------------------------------------- */

body {
    font-family: "Poppins", sans-serif;
    color: #777;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.67;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
    overflow-y: hidden;
}

img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic
}

p {
    margin: 0 0 25px;
}

p:empty:before {
    content: none;
}

strong,
b,
cite {
    font-weight: 700;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    font-style: italic;
    font-size: 16px;
    line-height: 24px;
    background-color: #f7f9fa;
    border-radius: 5px;
    padding: 30px 65px 30px 65px;
    position: relative;
    margin: 40px 0;
}

blockquote cite {
    font-weight: 400;
    margin-top: 34px;
    display: block;
    font-size: 14px;
    color: #030f27;
    padding-left: 40px;
    font-style: normal;
    position: relative;
}

blockquote cite:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 20px;
    height: 2px;
    background-color: #030f27;
}

blockquote > p:last-child {
    margin-bottom: 0;
}

blockquote i {
    font-style: normal;
}

abbr,
acronym {
    border-bottom: 1px dotted #e7e7e7;
    cursor: help;
}

mark,
ins {
    text-decoration: none;
    background-color: #fff9c0;
}

sup,
sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -6px;
}

sub {
    bottom: -3px;
}

small {
    font-size: 75%;
}

big {
    font-size: 125%;
}

address {
    font-style: italic;
    margin: 0 0 20px;
}

code,
kbd,
tt,
var {
    font-family: Inconsolata, monospace;
    font-size: 14px;
}

pre {
    margin: 15px 0;
    padding: 15px;
    background: #f7f7f7;
    border: 1px solid #e7e7e7;
    overflow-x: auto;
    font-family: Inconsolata, monospace;
    -webkit-hyphens: none;
    hyphens: none;
    border-radius: 0;
    height: auto;
}


/* Elements
-------------------------------------------------------------- */

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

hr {
    background-color: #e7e7e7;
    border: 0;
    height: 1px;
    margin-bottom: 20px;
}


/* List */

ul,
ol {
    padding: 0;
    margin: 0 0 20px 20px;
}

ul {
    list-style: disc;
}

ul ul {
    list-style-type: circle;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
}

dl,
dd {
    margin: 0 0 20px;
}

dt {
    font-weight: bold;
}

del {
    opacity: 0.5;
}


/* Table */

table,
th,
td {
    border: 1px solid #e7e7e7;
}

table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 30px;
    table-layout: fixed;
    width: 100%;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

th {
    border-width: 0 1px 1px 0;
    font-weight: bold;
}

td {
    border-width: 0 1px 1px 0;
}

th,
td {
    padding: 8px 12px;
}


/* Media */

embed,
iframe,
object,
video {
    margin-bottom: 20px;
    max-width: 100%;
    vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video {
    margin-bottom: 0;
}


/* Accessibility - Text meant only for screen readers */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}


/* Forms
-------------------------------------------------------------- */


/* Fixes */

button,
input {
    line-height: normal;
}

button,
input,
select,
textarea {
    font-size: 100%;
    line-height: inherit;
    margin: 0;
    vertical-align: baseline;
}

.widget select {
    width: 100%;
}

input,
textarea {
    font-size: 1em;
    max-width: 100%;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    /* Removing the inner shadow on iOS inputs */
}

textarea {
    overflow: auto;
    /* Removes default vertical scrollbar in IE6/7/8/9 */
    vertical-align: top;
    /* Improves readability and alignment in all browsers */
}

input[type="checkbox"] {
    display: inline;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    line-height: 1;
    cursor: pointer;
    -webkit-appearance: button;
    border: 0;
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0;
    /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
    -webkit-appearance: textfield;
    /* Addresses appearance set to searchfield in S5, Chrome */
}

input[type="search"]:-webkit-search-decoration {
    /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
    -webkit-appearance: none;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

button:-moz-focus-inner,
input:-moz-focus-inner {
    border: 0;
    padding: 0;
}


/* Remove chrome yellow autofill */

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #f7f7f7 inset
}


/* Reset search styling */

input[type="search"] {
    outline: 0
}

input[type="search"]:-webkit-search-decoration,
input[type="search"]:-webkit-search-cancel-button,
input[type="search"]:-webkit-search-results-button,
input[type="search"]:-webkit-search-results-decoration {
    display: none
}


/* Input normal */

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
    font-family: "Poppins", sans-serif;
    color: #777;
    background-color: #f7f9fa;
    padding: 11px 25px;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    border-color: #e7e7e7;
    font-size: 15px;
    margin-bottom: 10px;
    text-shadow: none;
    box-shadow: none;
    box-sizing: border-box;
    transition: all ease 0.3s;
}

select {
    color: #030f27;
    padding: 12px 20px;
}

textarea {
    padding: 14px 20px;
}


/* Contact form 7 */

.wpcf7-form p {
    margin-bottom: 0;
}

.wpcf7-form select,
.wpcf7-form textarea,
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="search"] {
    margin-bottom: 0;
    width: 100%;
}


/* Input focus */

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
    border-color: #9fa0a6;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}


/* Button */

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.25px;
    color: #fff;
    background-color: #f35c27;
    padding: 16px 50px;
    border-radius: 30px;
    display: inline-block;
    -webkit-appearance: none;
    transition: all ease 0.3s;
}


/* Button hover + focus */

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
    outline: 0;
    background-color: #030f27;
}


/* Placeholder */

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #bbb;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #bbb;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #bbb;
}


/* Links */

a {
    color: #f35c27;
    outline: 0;
    text-decoration: none;
    transition: all ease 0.3s;
}

a:hover,
a:focus,
a:active {
    outline: 0;
    color: #030f27;
    text-decoration: none
}

a.hover-white:hover {
    color: #fff;
}


/* Typography
-------------------------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
    color: #030f27;
    font-weight: 500;
    line-height: 1.428;
    margin: 0 0 25px;
    letter-spacing: 0.1px;
    text-rendering: optimizeLegibility;
}

h1 {
    font-size: 2.875em;
    /* 48px */
}

h2 {
    font-size: 2.733em;
    /* 41px */
}

h3 {
    font-size: 2.25em;
    /* 34px */
}

h4 {
    font-size: 1.875em;
    /* 30px */
}

h5 {
    font-size: 1.625em;
    /* 25px */
}

h6 {
    font-size: 1.333em;
    /* 20px */
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit
}


/* Extra classes
-------------------------------------------------------------- */

.display-none,
.hidden {
    display: none !important;
}

.display-block {
    display: block !important;
}

.display-inline {
    display: inline !important;
}

.position-relative {
    position: relative;
}

.text-accent-color {
    color: #f35c27;
}

.text-color-1 {
    color: #0079c1;
}

.text-white {
    color: #fff !important;
}

.text-dark {
    color: #030f27 !important;
}

.text-light {
    color: #777 !important;
}

.text-very-light {
    color: #a0a0a0 !important;
}

.bg-accent {
    background-color: #f35c27;
}

.bg-dark {
    background-color: #030f27 !important;
}

.bg-light {
    background-color: #f0f0f0 !important;
}

.bg-very-light {
    background-color: #f7f7f7 !important;
}

.text-italic {
    font-style: italic !important;
}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}

.text-left {
    text-align: left !important;
}

.text-del {
    text-decoration: line-through !important;
}

.underline-solid,
.underline-dotted,
.underline-dashed {
    position: relative;
}

.underline-solid:after,
.underline-dotted:after,
.underline-dashed:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #f35c27;
}

.underline-dotted:after {
    border-bottom-style: dotted;
}

.underline-dashed:after {
    border-bottom-style: dashed;
}

.box-shadow {
    box-shadow: 0px 0px 20px 0px #e9e9e9 !important;
}

.letter-spacing-1px {
    letter-spacing: 1px !important;
}

.letter-spacing-2px {
    letter-spacing: 2px !important;
}

.letter-spacing-3px {
    letter-spacing: 3px !important;
}

.letter-spacing-4px {
    letter-spacing: 4px !important;
}

.letter-spacing-5px {
    letter-spacing: 5px !important;
}

.letter-spacing-6px {
    letter-spacing: 6px !important;
}

.letter-spacing-7px {
    letter-spacing: 7px !important;
}

.letter-spacing-8px {
    letter-spacing: 8px !important;
}

.letter-spacing-9px {
    letter-spacing: 9px !important;
}

.letter-spacing-10px {
    letter-spacing: 10px !important;
}

.font-size-10 {
    font-size: 10px;
}

.font-size-11 {
    font-size: 11px;
}

.font-size-12 {
    font-size: 12px;
}

.font-size-13 {
    font-size: 13px;
}

.font-size-14 {
    font-size: 14px;
}

.font-size-15 {
    font-size: 15px;
}

.font-size-16 {
    font-size: 16px;
}

.font-size-17 {
    font-size: 17px;
}

.font-size-18 {
    font-size: 18px;
}

.font-size-19 {
    font-size: 19px;
}

.font-size-20 {
    font-size: 20px;
}

.font-size-21 {
    font-size: 21px;
}

.font-size-22 {
    font-size: 22px;
}

.font-size-23 {
    font-size: 23px;
}

.font-size-24 {
    font-size: 24px;
}

.font-size-25 {
    font-size: 25px;
}

.font-size-26 {
    font-size: 26px;
}

.font-size-27 {
    font-size: 27px;
}

.font-size-28 {
    font-size: 28px;
}

.font-size-29 {
    font-size: 29px;
}

.font-size-30 {
    font-size: 30px;
}

.line-height-20 {
    line-height: 22px;
}

.line-height-1 {
    line-height: 21px;
}

.line-height-22 {
    line-height: 22px;
}

.line-height-23 {
    line-height: 23px;
}

.line-height-24 {
    line-height: 24px;
}

.line-height-25 {
    line-height: 25px;
}

.line-height-26 {
    line-height: 26px;
}

.line-height-27 {
    line-height: 27px;
}

.line-height-28 {
    line-height: 28px;
}

.line-height-29 {
    line-height: 29px;
}

.line-height-30 {
    line-height: 30px;
}

.line-height-31 {
    line-height: 31px;
}

.line-height-32 {
    line-height: 32px;
}

.line-height-33 {
    line-height: 33px;
}

.line-height-34 {
    line-height: 34px;
}

.line-height-35 {
    line-height: 35px;
}

.font-weight-100 {
    font-weight: 100;
}

.font-weight-200 {
    font-weight: 200;
}

.font-weight-300 {
    font-weight: 300;
}

.font-weight-400 {
    font-weight: 400;
}

.font-weight-500 {
    font-weight: 500;
}

.font-weight-600 {
    font-weight: 600;
}

.font-weight-700 {
    font-weight: 700;
}

.font-weight-800 {
    font-weight: 800;
}

.rounded-30 {
    border-radius: 30px;
}

.font-weight-900 {
    font-weight: 900;
}

.margin-bottom-0 {
    margin-bottom: 0px;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-25 {
    margin-bottom: 25px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-bottom-35 {
    margin-bottom: 35px;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}

.margin-bottom-45 {
    margin-bottom: 45px;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}

.margin-bottom-55 {
    margin-bottom: 55px;
}

.margin-bottom-60 {
    margin-bottom: 60px;
}

.margin-bottom-65 {
    margin-bottom: 65px;
}

.margin-bottom-70 {
    margin-bottom: 70px;
}

.margin-bottom-75 {
    margin-bottom: 75px;
}

.margin-bottom-80 {
    margin-bottom: 80px;
}

.margin-bottom-85 {
    margin-bottom: 85px;
}

.margin-bottom-90 {
    margin-bottom: 90px;
}

.margin-bottom-95 {
    margin-bottom: 95px;
}

.margin-bottom-100 {
    margin-bottom: 100px;
}

.margin-top-0 {
    margin-top: 0px;
}

.margin-top-5 {
    margin-top: 5px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-25 {
    margin-top: 25px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-35 {
    margin-top: 35px;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-top-45 {
    margin-top: 45px;
}

.margin-top-50 {
    margin-top: 50px;
}

.margin-top-55 {
    margin-top: 55px;
}

.margin-top-60 {
    margin-top: 60px;
}

.margin-top-65 {
    margin-top: 65px;
}

.margin-top-70 {
    margin-top: 70px;
}

.margin-top-75 {
    margin-top: 75px;
}

.margin-top-80 {
    margin-top: 80px;
}

.margin-top-85 {
    margin-top: 85px;
}

.margin-top-90 {
    margin-top: 90px;
}

.margin-top-95 {
    margin-top: 95px;
}

.margin-top-100 {
    margin-top: 100px;
}

.padding-bottom-0 {
    padding-bottom: 0px;
}

.padding-bottom-5 {
    padding-bottom: 5px;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.padding-bottom-15 {
    padding-bottom: 15px;
}

.padding-bottom-20 {
    padding-bottom: 20px;
}

.padding-bottom-25 {
    padding-bottom: 25px;
}

.padding-bottom-30 {
    padding-bottom: 30px;
}

.padding-bottom-35 {
    padding-bottom: 35px;
}

.padding-bottom-40 {
    padding-bottom: 40px;
}

.padding-bottom-45 {
    padding-bottom: 45px;
}

.padding-bottom-50 {
    padding-bottom: 50px;
}

.padding-bottom-55 {
    padding-bottom: 55px;
}

.padding-bottom-60 {
    padding-bottom: 60px;
}

.padding-bottom-65 {
    padding-bottom: 65px;
}

.padding-bottom-70 {
    padding-bottom: 70px;
}

.padding-bottom-75 {
    padding-bottom: 75px;
}

.padding-bottom-80 {
    padding-bottom: 80px;
}

.padding-bottom-85 {
    padding-bottom: 85px;
}

.padding-bottom-90 {
    padding-bottom: 90px;
}

.padding-bottom-95 {
    padding-bottom: 95px;
}

.padding-bottom-100 {
    padding-bottom: 100px;
}

.padding-top-0 {
    padding-top: 0px;
}

.padding-top-5 {
    padding-top: 5px;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-top-15 {
    padding-top: 15px;
}

.padding-top-20 {
    padding-top: 20px;
}

.padding-top-25 {
    padding-top: 25px;
}

.padding-top-30 {
    padding-top: 30px;
}

.padding-top-35 {
    padding-top: 35px;
}

.padding-top-40 {
    padding-top: 40px;
}

.padding-top-45 {
    padding-top: 45px;
}

.padding-top-50 {
    padding-top: 50px;
}

.padding-top-55 {
    padding-top: 55px;
}

.padding-top-60 {
    padding-top: 60px;
}

.padding-top-65 {
    padding-top: 65px;
}

.padding-top-70 {
    padding-top: 70px;
}

.padding-top-75 {
    padding-top: 75px;
}

.padding-top-80 {
    padding-top: 80px;
}

.padding-top-85 {
    padding-top: 85px;
}

.padding-top-90 {
    padding-top: 90px;
}

.padding-top-95 {
    padding-top: 95px;
}

.padding-top-100 {
    padding-top: 100px;
}

.clear:before,
.clear:after,
.clearfix:before,
.clearfix:after,
.bauer-container:before,
.bauer-container:after {
    clear: both;
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after,
.bauer-container:after {
    clear: both;
}


/* Revolution Slider
-------------------------------------------------------------- */

.tparrows.custom {
    background-color: rgba(3, 15, 39, 0.5);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    transition: all ease 0.3s;
}

.tparrows.custom:hover {
    background-color: #f35c27;
}

.custom.tparrows.tp-leftarrow:before,
.custom.tparrows.tp-rightarrow:before {
    content: "\f104";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fff;
    font-size: 20px;
    line-height: 70px;
}

.custom.tparrows.tp-rightarrow:before {
    content: "\f105";
}

.tp-bullets.custom .tp-bullet {
    width: 8px;
    height: 8px;
    border: 2px solid #fff;
    border-radius: 50%;
    background-color: transparent;
    transition: all ease 0.3s;
}

.tp-bullets.custom .tp-bullet.selected {
    background-color: #fff;
}

a.rev-btn,
.bauer-button {
    transition: background 0.3s ease 0s, color 0.3s ease 0s !important;
}


/* WordPress Styles
-------------------------------------------------------------- */

.bypostauthor > article {
    background-color: #f7f9fa;
}

.sticky-post {
    display: inline-block;
    color: #f35c27;
    font-size: 20px;
    position: absolute;
    left: 0;
    top: -10px;
}

.aligncenter {
    display: block;
    margin: 0 auto;
}

.alignright {
    float: right;
    margin: 7px 0 15px 25px;
}

.alignleft {
    float: left;
    margin: 7px 25px 15px 0;
}

blockquote.alignleft {
    margin: 5px 20px 0;
}

blockquote.alignright {
    margin: 5px 0 20px 20px;
}

blockquote.aligncenter {
    margin-bottom: 20px;
}

.floatleftcenter {
    float: none;
    margin: 0 auto;
}

.floatleft {
    float: left
}

.floatright {
    float: right
}

.wp-caption {
    text-align: center;
    max-width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.wp-caption img {
    display: block;
    margin: 0 auto;
    padding: 0;
    border: 0 none;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0;
}

.wp-caption .wp-caption-text,
.gallery-caption {
    font-size: 1em;
    padding: 10px 0 0;
    margin: 0;
    text-align: center;
    font-style: italic;
}

.wp-caption.alignnone {
    margin-bottom: 20px
}

.wp-smiley {
    margin: 0;
    max-height: 1em;
}

#img-attch-page {
    text-align: center;
    overflow: hidden;
}

#img-attch-page img {
    display: inline-block;
    margin: 0 auto;
    max-width: 100%;
    margin-bottom: 20px;
}

.post-password-form label {
    font-weight: bolder;
    color: #030f27;
}

form.login .lost_password {
    display: inline-block;
}

.wpstats {
    display: none
}

.gallery {
    margin: 0 -1.15% 30px;
}

.gallery-item {
    display: inline-block;
    max-width: 33.33%;
    padding: 0 1.15% 2.3%;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-1 .gallery-item {
    max-width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.wp-block-button {
    margin-top: 15px;
    margin-bottom: 15px;
}

.wp-block-button > a:hover {
    text-decoration: underline;
}

.wp-block-cover-text a,
.wp-block-cover-text {
    color: #eee !important;
}


/* Layout
-------------------------------------------------------------- */

.bauer-container {
    width: 1170px;
    margin: 0 auto;
    max-width: 90%;
}

#page {
    background: #fff;
}

#main-content {
    padding: 100px 0;
}

.main-shop-page #main-content {
    background-color: #f7f9fa;
}

.no-padding-content #main-content {
    padding: 0;
}

.page-single-project #main-content {
    padding: 0 !important;
    background-image: none !important;
}


/* Inner Content */

#inner-content,
#inner-sidebar {
    position: relative;
    z-index: 1;
}

#inner-content:after,
#inner-sidebar:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-style: solid;
    border-width: 0;
    z-index: -1;
}


/* Sidebar Right (default) */

#site-content {
    float: left;
    width: 65.812%
}

#sidebar {
    float: right;
    width: 31.624%;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    padding: 30px 35px;
}


/* Sidebar Left */

.sidebar-left #site-content {
    float: right;
}

.sidebar-left #sidebar {
    float: left;
}


/* No Sidebar */

.no-sidebar #site-content,
.page-empty-widget #site-content,
.blog-empty-widget #site-content,
#site-content.archive-project {
    width: 100% !important;
    max-width: none !important;
    float: none !important;
}


/* Boxed layout */

.site-layout-boxed #wrapper {
    background-color: #f4f4f4;
    padding: 30px;
}

.site-layout-boxed #page {
    width: 1240px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}

.site-layout-boxed #page .bauer-container {
    width: auto !important;
    max-width: none !important;
    padding-left: 30px;
    padding-right: 30px;
}

.site-layout-boxed.box-shadow #page {
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.04);
}

.site-layout-boxed #site-header.fixed-hide {
    width: 1240px;
    left: 50%;
    transform: translateX(-50%);
}


/* Top Bar
-------------------------------------------------------------- */

#top-bar {
    font-size: 14px;
    font-weight: 500;
    position: relative;
    z-index: 1;
}

#top-bar:after {
    background-color: transparent;
    content: "";
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all ease 0.3s;
}

#top-bar-inner {
    padding: 12px 0 10px;
}

#top-bar .top-bar-inner-wrap {
    display: table;
    width: 100%;
}

#top-bar .top-bar-content {
    display: table-cell;
    margin: 0;
    text-align: left;
    vertical-align: middle;
    width: 60%;
}

#top-bar .top-bar-socials {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
    width: 40%;
}


/* Top Bar Content */

#top-bar .top-bar-content .content {
    position: relative;
    display: inline-block;
    margin-right: 32px;
    padding-left: 26px;
}

#top-bar .top-bar-content .content:after {
    content: "";
    position: absolute;
    left: -20px;
    top: 3px;
    width: 1px;
    height: 16px;
    background-color: rgba(138, 153, 192, 0.4);
}

#top-bar .top-bar-content .content:first-child:after {
    display: none;
    margin: 0;
}

#top-bar .top-bar-content .content:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    left: 1px;
    top: 0;
}

#top-bar .top-bar-content .content.custom:before {
    content: "\f058";
}

#top-bar .top-bar-content .content.email:before {
    content: "\f2b6";
}

#top-bar .top-bar-content .content.phone:before {
    content: "\f095";
}

#top-bar .top-bar-content .content.address:before {
    content: "\f3c5";
}


/* Top Bar Socials */

#top-bar .top-bar-socials .icons {
    margin-left: 5px;
    display: inline-block;
}

#top-bar .top-bar-socials .text {
    display: inline-block;
    padding-right: 7px;
}

#top-bar .top-bar-socials .icons a {
    position: relative;
    z-index: 1;
    font-size: 14px;
    width: 32px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    display: inline-block;
}

#top-bar .top-bar-socials .icons a:hover {
    text-decoration: none;
}

#top-bar .top-bar-socials .icons a:last-child {
    margin-right: 0;
}


/* Top Bar Menu */

.top-bar-menu {
    margin: 0;
    list-style: none;
}

.top-bar-menu ul {
    display: none !important;
    /* hide dropdowns on top menu */
}

.top-bar-menu li:last-child {
    margin-right: 0
}

.top-bar-menu,
.top-bar-menu li {
    display: inline-block;
    position: relative;
}

.top-bar-menu li:before {
    content: "";
    width: 1px;
    height: 15px;
    position: absolute;
    right: -15px;
    top: 6px;
}

.top-bar-menu li a {
    display: inline-block;
    position: relative;
    padding: 0 8px;
    border-radius: 2px;
}


/* Has Border */

.top-bar-has-border #top-bar {
    border-style: solid;
}


/* Style 1 - Dark Text */

.top-bar-style-1 #top-bar:after {
    background-color: #f7f9fa;
}

.top-bar-style-1 #top-bar,
.top-bar-style-1 #top-bar a,
.top-bar-style-1 #top-bar .top-bar-socials .icons a {
    color: #8a99c0;
}

.top-bar-style-1 #top-bar .top-bar-menu li a:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.top-bar-style-1 #top-bar .top-bar-socials .icons a:hover {
    color: #f35c27;
}


/* Style 2 - Light Text */

.top-bar-style-2 #top-bar:after {
    background-color: #030f27;
}

.top-bar-style-2 #top-bar,
.top-bar-style-2 #top-bar a,
.top-bar-style-2 #top-bar .top-bar-socials .icons a {
    color: #8a99c0;
}

.top-bar-style-2 #top-bar .top-bar-menu li a:hover {
    background-color: rgba(255, 255, 255, 0.05);
}

#top-bar .top-bar-content .content:before,
.top-bar-style-2 #top-bar .top-bar-socials .icons a:hover {
    color: #f35c27;
}


/* Header General
-------------------------------------------------------------- */

#site-header {
    position: relative;
    z-index: 100;
    border-style: solid;
}

#site-header:after {
    background-color: transparent;
    content: "";
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all ease 0.3s;
}

#site-header-inner {
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
}

#site-header #main-nav .menu-fallback {
    padding-right: 16px;
    position: relative;
    text-decoration: underline;
    display: inline-block;
    height: 100px;
    line-height: 100px;
}

#site-header #main-nav .menu-fallback:hover {
    color: #aaa;
}


/* Logo */

#site-logo {
    float: left;
    max-width: 100%;
    transition: all ease 0.3s;
}

#site-logo-inner {
    margin: 30px 0;
    transition: all ease 0.3s;
}

#site-logo .site-logo-text {
    color: #414042;
    font-size: 24px;
    line-height: 30px;
    font-weight: bolder;
}

#site-logo .site-logo-text:hover {
    color: #f35c27;
}


/* Menu */

#main-nav {
    display: block;
    float: right;
}

#main-nav ul {
    margin: 0;
}

#main-nav ul li {
    position: relative;
    list-style: none;
    padding-top: 0;
    padding-bottom: 0;
}

#main-nav > ul > li {
    float: left;
    margin: 0 14px;
}

#main-nav > ul > li > a {
    display: block;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.25px;
    height: 100px;
    line-height: 100px;
}

#main-nav > ul > li.menu-item-has-children > a > span {
    position: relative;
    padding-right: 16px;
}

#main-nav > ul > li.menu-item-has-children > a > span:after {
    line-height: normal;
    font-size: 16px;
    font-weight: normal;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 5px;
}

#main-nav > ul > li > a:not([href]) {
    cursor: pointer;
}


/* Sub Menu */

#main-nav .sub-menu {
    padding: 18px 0;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 100%;
    width: 250px;
    transform: translateY(5px);
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
    box-shadow: 0 0px 30px 0 rgba(0, 0, 0, 0.1);
    transition: all ease 0.3s;
}

#main-nav .sub-menu .sub-menu {
    left: 100%;
    top: -7px;
}

#main-nav .sub-menu li a {
    padding: 8px 27px;
    color: #030f27;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    display: block;
}

#main-nav .sub-menu li a > span {
    position: relative;
    display: inline-block;
}

#main-nav .sub-menu li a:hover {
    color: #f35c27;
}

#main-nav .sub-menu li:first-child > a {
    border: 0;
}

#main-nav li:hover > .sub-menu {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    transition: all ease 0.3s;
}

#main-nav .sub-menu li.menu-item-has-children > a:after {
    line-height: normal;
    font-size: 14px;
    font-weight: normal;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#main-nav .sub-menu.left {
    left: auto;
    right: 0;
}

#main-nav .sub-menu .sub-menu.left {
    left: -100%;
}


/* Mega Menu */

#main-nav li.megamenu {
    position: inherit;
}

#main-nav li.megamenu ul.sub-menu {
    z-index: 99999;
    background-color: transparent;
}

#main-nav li.megamenu > ul.sub-menu ul.sub-menu {
    transition: none;
    transform: none;
    padding: 0;
}

#main-nav li.megamenu ul.sub-menu li.menu-item-has-children > a:after,
#main-nav li.megamenu ul.sub-menu li.menu-item-has-children > a > span:after {
    display: none;
}

#main-nav li.megamenu > ul.sub-menu {
    width: 100%;
    left: 0;
    right: auto;
    background-color: #fff;
    padding: 40px 0;
}

#main-nav li.megamenu > ul.sub-menu > li {
    display: block;
    float: left;
    width: 100%;
    border-right: 1px solid rgba(0, 0, 0, 0.08);
}

#main-nav li.megamenu > ul.sub-menu > li:last-child {
    border: 0;
}

#main-nav li.megamenu.col-3 > ul.sub-menu > li {
    width: 26.333%;
    margin-left: 7%;
}

#main-nav li.megamenu.col-3 > ul.sub-menu > li:nth-child(4n) {
    clear: both;
}

#main-nav li.megamenu.col-4 > ul.sub-menu > li {
    width: 19%;
    margin-left: 6%;
}

#main-nav li.megamenu.col-4 > ul.sub-menu > li:nth-child(5n) {
    clear: both;
}

#main-nav li.megamenu.col-5 > ul.sub-menu > li {
    width: 15%;
    margin-left: 5%;
}

#main-nav li.megamenu.col-5 > ul.sub-menu > li:nth-child(6n) {
    clear: both;
}

#main-nav li.megamenu > ul.sub-menu > li ul {
    display: block !important;
    top: auto !important;
    width: 100% !important;
    min-width: 0 !important;
    left: auto !important;
    position: relative !important;
    border: none !important;
    padding: 0 !important;
    box-shadow: none !important;
}

#main-nav li.megamenu > ul.sub-menu > .menu-item-has-children > a {
    transition: none;
    transform: none;
    position: relative;
    font-size: 15px;
    font-weight: 700;
    color: #414042;
    margin-bottom: 12px;
}

#main-nav li.megamenu.no-heading > ul.sub-menu > .menu-item-has-children > a {
    display: none
}

#main-nav li.megamenu:hover ul li ul {
    opacity: 1;
    visibility: visible;
}


/* Mobile Menu */

#main-nav-mobi {
    display: block;
    position: fixed;
    top: 0;
    left: -300px;
    height: 100%;
    z-index: 999999;
    width: 300px;
    max-width: 100%;
    padding-bottom: 50px;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #06111f;
    color: #fff;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-overflow-scrolling: touch;
}

#main-nav-mobi::-webkit-scrollbar-track {
    background-color: #333f50;
}

#main-nav-mobi::-webkit-scrollbar {
    width: 6px;
    background-color: #333f50;
}

#main-nav-mobi::-webkit-scrollbar-thumb {
    background-color: #777;
}

.mobi-overlay {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    transition: all ease 0.3s;
}

.mobi-overlay.show {
    opacity: 1;
    visibility: visible;
}

.mobi-overlay .close:after {
    content: "\4d";
    font-family: "ElegantIcons";
    font-weight: normal;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 30px;
    transition: all ease 0.3s;
}

.mobi-overlay .close:hover:after {
    opacity: 0.7;
}

html.disable-scroll {
    overflow-y: hidden;
}

#main-nav-mobi ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}

#main-nav-mobi ul li {
    margin: 0;
    position: relative;
    cursor: pointer;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

#main-nav-mobi ul li a {
    color: #fff;
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 50px;
    text-decoration: none;
    padding: 0 22px 0 35px;
}

#main-nav-mobi ul > li > a:hover {
    opacity: 0.7;
}

#main-nav-mobi .menu-item-has-children .arrow {
    cursor: pointer;
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 13px;
    line-height: 50px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 50px;
    color: #fff;
    transition: all ease 0.3s;
}

#main-nav-mobi .menu-item-has-children .arrow:hover {
    opacity: 0.7;
}

#main-nav-mobi .menu-item-has-children .arrow:before {
    content: "\f105";
}

#main-nav-mobi .menu-item-has-children .arrow.active:before {
    content: "\f107";
}

#main-nav-mobi ul ul {
    background-color: rgba(255, 255, 255, 0.05);
}


/* Mobile Menu Extend */

.nav-extend {
    display: none;
}

#main-nav-mobi .search-form {
    position: relative;
    margin: 32px 22px 35px;
}

#main-nav-mobi .search-form .search-field {
    padding-right: 48px;
    width: 100%;
    margin-bottom: 0;
    padding: 10px 25px;
    background-color: #fff;
    border: 1px solid #d4d4d5;
    border-radius: 30px;
}

#main-nav-mobi .search-form .search-submit {
    position: absolute;
    right: 14px;
    top: 8px;
    width: 30px;
    height: 30px;
    text-align: center;
    text-indent: 9999px;
    background-color: transparent;
    padding: 0;
    border: 0;
    overflow: hidden;
}

#main-nav-mobi .search-form .search-submit:before {
    color: #a9a9a9;
    content: "\55";
    font-family: "ElegantIcons";
    transform: scaleX(-1);
    font-size: 16px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    text-indent: 0;
    font-weight: normal;
    transition: all ease 0.3s;
}

#main-nav-mobi .search-form .search-submit:hover:before {
    color: #030f27;
}

#main-nav-mobi .ext > .text {
    display: none;
}

#main-nav-mobi .ext > .cart-info {
    position: relative;
    padding-left: 62px;
}

#main-nav-mobi .ext > .cart-info:before {
    content: "\e013";
    font-family: "ElegantIcons";
    font-weight: normal;
    font-size: 18px;
    position: absolute;
    left: 34px;
    top: -1px;
    color: #fff;
}

#main-nav-mobi .ext > .cart-info:hover {
    opacity: 0.7;
}

#main-nav-mobi .menu-logo-inner {
    display: inline-block;
    margin: 25px 22px 25px 35px;
}

#main-nav-mobi .menu-logo-inner a {
    padding: 0;
}


/* Mobile Menu Button */

.mobile-button {
    width: 24px;
    height: 14px;
    display: none;
    float: right;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate3d(0, -50%, 0);
    background: transparent;
    cursor: pointer;
    transition: all ease 0.3s;
}

.mobile-button.show {
    opacity: 1;
}

.mobile-button.hide {
    opacity: 0;
}

.mobile-button:before,
.mobile-button:after,
.mobile-button span {
    background-color: #030f27;
    transition: all ease 0.3s;
}

.mobile-button:before,
.mobile-button:after {
    content: '';
    position: absolute;
    top: 0;
    height: 2px;
    width: 24px;
    border-radius: 2px;
    left: 0;
    top: 50%;
    transform-origin: 50% 50%;
}

.mobile-button span {
    position: absolute;
    width: 24px;
    height: 2px;
    border-radius: 2px;
    left: 0;
    top: 50%;
    margin-top: -1px;
    overflow: hidden;
    text-indent: 200%;
}

.mobile-button:hover span,
.mobile-button:hover:before,
.mobile-button:hover:after {
    opacity: 0.7;
}

.mobile-button:before {
    transform: translate3d(0, -7px, 0);
}

.mobile-button:after {
    transform: translate3d(0, 5px, 0);
}


/* Cart Icon */

.nav-top-cart-wrapper {
    float: right;
    margin: 34px 0;
    margin-left: 15px;
    position: relative;
    transition: all ease 0.3s;
}

.nav-top-cart-wrapper .nav-cart-trigger {
    position: relative;
    display: block;
    text-align: center;
    width: 32px;
    height: 32px;
    line-height: 34px;
    font-size: 26px;
}

.nav-top-cart-wrapper .nav-cart-trigger .cart-icon {
    display: inline-block;
}

.nav-top-cart-wrapper .shopping-cart-items-count {
    font-family: "Poppins", sans-serif;
    position: absolute;
    right: -3px;
    top: -6px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    font-weight: 500;
    display: block;
    border-radius: 50%;
    text-align: center;
    background-color: #28c23e;
    color: #f1f4f9;
}

.nav-top-cart-wrapper .nav-shop-cart {
    width: 290px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(5px);
    position: absolute;
    right: 0;
    top: 65px;
    z-index: 999999;
    background-color: #fff;
    padding: 0;
    box-shadow: 0 0px 30px 0 rgba(0, 0, 0, 0.1);
    transition: all ease 0.3s;
}

.nav-top-cart-wrapper:hover .nav-shop-cart {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    transition: all ease 0.3s;
}


/* Search Icon */

.header-search-wrap {
    margin: 34px 0;
    margin-left: 15px;
    float: right;
}

.header-search-trigger {
    display: inline-block;
    text-align: center;
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 26px;
}


/* Search Fullscreen */

.search-style-fullscreen .search_form_wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: rgba(8, 21, 38, 0.95);
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out 0.3s;
}

.search-style-fullscreen .search_form {
    position: absolute;
    width: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 10px;
    transition: all ease-in-out 0.25s;
}

.search-style-fullscreen .search-field {
    width: 100%;
    font-size: 20px;
    line-height: 60px;
    margin-bottom: 0;
    padding: 8px 40px;
    color: #fff;
    border-radius: 50px;
    background-color: transparent;
}

.search-style-fullscreen .search-field,
.search-style-fullscreen .search-field:focus {
    border: 2px solid #fff;
}

.search-style-fullscreen .search-submit {
    position: absolute;
    right: 30px;
    top: 22px;
    display: block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-indent: -9999px;
    margin-left: 8px;
    padding: 0;
    background-color: transparent;
    transition: all ease 0.3s;
}

.search-style-fullscreen .search-submit:after {
    content: "\e947";
    font-family: "BasicUI";
    font-weight: normal;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    text-indent: 0;
    font-size: 24px;
    line-height: 34px;
    transition: color ease 0.3s;
}

.search-style-fullscreen .search-close {
    position: absolute;
    top: 70px;
    right: 70px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    z-index: 1;
    transition: all ease 0.3s;
}

.search-style-fullscreen .search-close:before {
    content: '\4d';
    font-family: "ElegantIcons";
    color: #fff;
    font-size: 36px;
    transition: all ease 0.3s;
}

.search-style-fullscreen .search-close:hover:before {
    color: #f63440;
}

.search-style-fullscreen.search-opened .search_form_wrap {
    opacity: 1;
    visibility: visible;
}

.search-style-fullscreen.search-opened .search_form {
    margin-top: 0;
}


/* Header Button */

#site-header .header-button {
    float: right;
    margin: 27px 0;
    margin-left: 25px;
}

#site-header .header-button a {
    display: inline-block;
    width: 180px;
    height: 46px;
    line-height: 46px;
    font-weight: 500;
    letter-spacing: 0.25px;
    text-align: center;
    border-radius: 30px;
}


/* Header Styles
-------------------------------------------------------------- */


/* Header Style 1 */

.header-style-1 #site-header:after {
    background-color: #fff;
}

.header-style-1 #main-nav > ul > li > a {
    color: #414042;
}

.header-style-1 #main-nav > ul > li.current-menu-item > a,
.header-style-1 #main-nav > ul > li.current-menu-parent > a,
.header-style-1 #main-nav > ul > li > a:hover {
    color: #030f27;
}

.header-style-1 #site-header .nav-top-cart-wrapper .nav-cart-trigger,
.header-style-1 #site-header .header-search-trigger {
    color: #414042;
}

.header-style-1 #site-header .nav-top-cart-wrapper .nav-cart-trigger:hover,
.header-style-1 #site-header .header-search-trigger:hover {
    color: #f35c27;
}

.header-style-1 #site-header .header-button a {
    background-color: #f35c27;
    color: #fff;
}

.header-style-1 #site-header .header-button a:hover {
    background-color: #030f27;
    color: #fff;
}


/* Header Style 2 */

.header-style-2 #site-header:after {
    background-color: #030f27;
}

.header-style-2 #main-nav > ul > li > a,
.header-style-2 #site-header .nav-top-cart-wrapper .nav-cart-trigger,
.header-style-2 #site-header .header-search-trigger {
    color: #d7d7d7;
}

.header-style-2 #site-header .nav-top-cart-wrapper .nav-cart-trigger:hover,
.header-style-2 #site-header .header-search-trigger:hover {
    color: #f35c27;
}

.header-style-2 #main-nav > ul > li.current-menu-item > a,
.header-style-2 #main-nav > ul > li.current-menu-parent > a,
.header-style-2 #main-nav > ul > li > a:hover {
    color: #fff;
}

.header-style-2 #site-header .header-button a {
    background-color: #f35c27;
    color: #fff;
}

.header-style-2 #site-header .header-button a:hover {
    background-color: #fff;
    color: #030f27;
}


/* Header Style 3 */

.header-style-3 #site-header-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 150;
}

.header-style-3 #site-header:after {
    background-color: transparent;
    content: "";
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all ease 0.3s;
}

.header-style-3 #main-nav > ul > li > a,
.header-style-3 #site-header .nav-top-cart-wrapper .nav-cart-trigger,
.header-style-3 #site-header .header-search-trigger {
    color: #414042;
}

.header-style-3 #main-nav > ul > li.current-menu-item > a,
.header-style-3 #main-nav > ul > li.current-menu-parent > a,
.header-style-3 #main-nav > ul > li > a:hover {
    color: #030f27;
}

.header-style-3 #site-header .nav-top-cart-wrapper .nav-cart-trigger:hover,
.header-style-3 #site-header .header-search-trigger:hover {
    color: #f35c27;
}

.header-style-3 #site-header .header-button a {
    line-height: 42px;
    border: 2px solid #f35c27;
    color: #f35c27;
}

.header-style-3 #site-header .header-button a:hover {
    background-color: #f35c27;
    color: #fff;
}


/* Header Style 4 */

.header-style-4 #site-header-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 150;
}

.header-style-4 #site-header:after {
    background-color: transparent;
    content: "";
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all ease 0.3s;
}

.header-style-4 #site-header {
    background-color: transparent;
    box-shadow: none;
}

.header-style-4 #main-nav > ul > li > a,
.header-style-4 #site-header .nav-top-cart-wrapper .nav-cart-trigger,
.header-style-4 #site-header .header-search-trigger {
    color: #d7d7d7;
}

.header-style-4 #site-header .nav-top-cart-wrapper .nav-cart-trigger:hover,
.header-style-4 #site-header .header-search-trigger:hover {
    color: #f35c27;
}

.header-style-4 #main-nav > ul > li.current-menu-item > a,
.header-style-4 #main-nav > ul > li.current-menu-parent > a,
.header-style-4 #main-nav > ul > li > a:hover {
    color: #fff;
}

.header-style-4 #site-header .header-button a {
    line-height: 42px;
    border: 2px solid #fff;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.2);
}

.header-style-4 #site-header .header-button a:hover {
    background-color: #fff;
    color: #030f27;
}


/* Header Style 5 */

.header-style-5 #site-logo-inner {
    margin: 0;
}

.header-style-5 #site-header-inner {
    padding-top: 30px;
    padding-bottom: 70px;
}

.header-style-5 .site-navigation-wrap .inner {
    position: absolute;
    left: 50%;
    top: 100%;
    background-color: #030f27;
    padding: 0 30px 0 16px;
    z-index: 99999;
    border-radius: 5px;
    transform: translate3d(-50%, -50%, 0);
}

.header-style-5 .nav-top-cart-wrapper,
.header-style-5 .header-search-wrap {
    margin-top: 24px;
    margin-bottom: 24px;
}

.header-style-5 #main-nav > ul > li > a,
.header-style-5 #site-header .nav-cart-trigger,
.header-style-5 #site-header .header-search-trigger {
    color: #d7d7d7;
}

.header-style-5 #site-header .nav-cart-trigger:hover,
.header-style-5 #site-header .header-search-trigger:hover {
    color: #f35c27;
}

.header-style-5 .nav-top-cart-wrapper .nav-shop-cart {
    top: 55px;
}

.header-style-5 #main-nav {
    float: left;
}

.header-style-5 #main-nav > ul > li > a {
    height: 80px;
    line-height: 80px;
}

.header-style-5 #main-nav > ul > li.current-menu-item > a,
.header-style-5 #main-nav > ul > li.current-menu-parent > a,
.header-style-5 #main-nav > ul > li > a:hover {
    color: #fff;
}

.header-style-5 #site-header .header-button {
    margin-top: 17px;
    margin-bottom: 17px;
}

.header-style-5 #site-header .header-button a {
    background-color: #f35c27;
    color: #fff;
}

.header-style-5 #site-header .header-button a:hover {
    background-color: #fff;
    color: #030f27;
}


/* Header 6 */

.header-style-6 #site-logo-inner {
    margin: 0;
}

.header-style-6 #main-nav > ul > li > a,
.header-style-6 #site-header .nav-cart-trigger,
.header-style-6 #site-header .header-search-trigger {
    color: #414042;
}

.header-style-6 #site-header .nav-cart-trigger:hover,
.header-style-6 #site-header .header-search-trigger:hover {
    color: #f35c27;
}

.header-style-6 #main-nav {
    float: left;
}

.header-style-6 #main-nav > ul > li > a {
    height: 80px;
    line-height: 80px;
}

.header-style-6 #main-nav > ul > li.current-menu-item > a,
.header-style-6 #main-nav > ul > li.current-menu-parent > a,
.header-style-6 #main-nav > ul > li > a:hover {
    color: #030f27;
}

.header-style-6 .nav-top-cart-wrapper,
.header-style-6 .header-search-wrap {
    margin-top: 24px;
    margin-bottom: 24px;
}

.header-style-6 .nav-top-cart-wrapper .nav-shop-cart {
    top: 55px;
}

.header-style-6 #site-header-inner {
    padding-top: 30px;
    padding-bottom: 70px;
}

.header-style-6 .site-navigation-wrap .inner {
    position: absolute;
    left: 50%;
    top: 100%;
    background-color: #fff;
    padding: 0 30px 0 16px;
    z-index: 99999;
    border-radius: 5px;
    transform: translate3d(-50%, -50%, 0);
}

.header-style-6 #site-header-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 150;
}

.header-style-6 #site-header:after {
    background-color: transparent;
    content: "";
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all ease 0.3s;
}

.header-style-6 #site-header {
    background-color: rgba(3, 15, 39, 0.5);
    box-shadow: none;
}

.header-style-6 #header-aside .aside-content .inner > span {
    color: #fefefe;
}

.header-style-6 #header-aside .aside-content .inner > span {
    border-color: rgba(138, 153, 192, 0.2);
}

.header-style-6 #site-header .header-button {
    margin-top: 17px;
    margin-bottom: 17px;
}

.header-style-6 #site-header .header-button a {
    background-color: #f35c27;
    color: #fff;
}

.header-style-6 #site-header .header-button a:hover {
    background-color: #030f27;
    color: #fff;
}


/* Header Fixed */

#site-header.fixed-hide {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9989;
    transition: background ease 0.3s;
}

#site-header.fixed-hide,
#site-header .site-navigation-wrap.fixed-hide {
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
}

.header-style-3 #site-header.fixed-hide,
.header-style-5 #site-header.fixed-hide {
    background-color: rgba(255, 255, 255, 0.97);
}

.header-style-4 #site-header.fixed-hide,
.header-style-6 #site-header.fixed-hide {
    background-color: rgba(1, 15, 39, 0.9);
}

#site-header .site-navigation-wrap.fixed-hide {
    position: fixed;
    left: 0;
    top: -200px;
    width: 100%;
    z-index: 99999;
    transition: all ease 0.3s;
}

.header-style-5 #site-header .site-navigation-wrap.fixed-hide {
    background-color: #030f27;
}

.header-style-6 #site-header .site-navigation-wrap.fixed-hide {
    background-color: #fff;
}

#site-header .site-navigation-wrap.fixed-hide .inner {
    position: static;
    transform: none;
    padding: 0;
}

#site-header .site-navigation-wrap.fixed-hide #main-nav > ul > li:first-child {
    margin-left: 0;
}

#site-header .site-navigation-wrap.fixed-show {
    top: 0;
}


/* Header Aside */

#header-aside {
    float: right;
}

#header-aside .aside-content {
    float: right;
    color: #585252;
}

#header-aside .aside-content .info-wrap {
    display: table;
    overflow: hidden;
    width: 100%;
}

#header-aside .aside-content .info-i,
#header-aside .aside-content .info-c {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
}

#header-aside .aside-content .info-i {
    width: 45px;
}

#header-aside .aside-content .info-i span {
    position: relative;
    z-index: 1;
    font-size: 30px;
    color: #f35c27;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    margin-right: 10px;
}

#header-aside .aside-content .info-i span:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border: 1px dashed transparent;
    background-color: transparent;
}

#header-aside .aside-content .inner > span {
    float: left;
    display: block;
    width: 170px;
    border-right: 1px solid #e8ebf2;
    position: relative;
    color: #777;
    font-weight: 500;
    line-height: 20px;
    margin-left: 25px;
}

#header-aside .aside-content .inner > span:last-child {
    border: 0;
}


/* Overwrite */

.header-style-2 .mobile-button:before,
.header-style-2 .mobile-button:after,
.header-style-2 .mobile-button span,
.header-style-4 .mobile-button:before,
.header-style-4 .mobile-button:after,
.header-style-4 .mobile-button span {
    background-color: #fff;
}

.header-style-5 .mobile-button:before,
.header-style-5 .mobile-button:after,
.header-style-5 .mobile-button span {
    background-color: #d7d7d7;
}

.header-style-5 .mobile-button,
.header-style-6 .mobile-button {
    right: auto;
    left: 30px;
}

.header-has-custom-bg #site-header:after,
.top-bar-has-custom-bg #top-bar:after {
    display: none;
}


/* Current item */

.cur-menu-1 #main-nav > ul > li > a {
    position: relative;
}

.cur-menu-1 #main-nav > ul > li > a:before {
    background-color: #f35c27;
    opacity: 0;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 5px;
    transition: all 0.45s cubic-bezier(0.680, -0.550, 0.265, 1.550);
}

.cur-menu-1 #main-nav > ul > li:hover > a:before {
    opacity: 1;
    width: 100%;
}

.cur-menu-1 #main-nav > ul > li.current-menu-item > a:before,
.cur-menu-1 #main-nav > ul > li.current-menu-parent > a:before {
    background-color: #f35c27;
    opacity: 1;
    width: 100%;
}

.cur-menu-2 #main-nav > ul > li > a span {
    padding-bottom: 7px;
    position: relative;
}

.cur-menu-2 #main-nav > ul > li > a span:before {
    background-color: #f35c27;
    opacity: 0;
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    transition: all 0.45s cubic-bezier(0.680, -0.550, 0.265, 1.550);
}

.cur-menu-2 #main-nav > ul > li:hover > a span:before {
    opacity: 1;
    width: 15px;
}

.cur-menu-2 #main-nav > ul > li.current-menu-item > a span:before,
.cur-menu-2 #main-nav > ul > li.current-menu-parent > a span:before {
    background-color: #f35c27;
    opacity: 1;
    width: 15px;
}


/* Featured Title
-------------------------------------------------------------- */

#featured-title {
    background-color: #f7f9fa;
    background-size: cover;
    border-style: solid;
}

#featured-title .inner-wrap {
    display: table;
    overflow: hidden;
    width: 100%;
}

#featured-title .inner-wrap {
    padding: 70px 0;
}

.header-style-3 #featured-title .inner-wrap,
.header-style-4 #featured-title .inner-wrap {
    padding: 220px 0 70px;
}

#featured-title .title-group {
    display: table-cell;
    margin: 0;
    text-align: left;
    vertical-align: middle;
    width: 50%;
}

#featured-title #breadcrumbs {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
    width: 40%;
    font-size: 15px;
    color: #777;
}

#featured-title .main-title {
    position: relative;
    font-size: 42px;
    z-index: 1;
    display: inline-block;
    margin: 0;
}

#featured-title .sub-title {
    font-size: 22px;
    font-weight: 400;
    margin: 3px 0 0;
    color: #bdbdbd;
}

#featured-title .main-title.has-shadow {
    text-shadow: rgba(0, 0, 0, 0.3) 0px 1px 1px;
}

#featured-title .main-title:after,
#featured-title #breadcrumbs .breadcrumbs-inner:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-style: solid;
    border-width: 0;
}

#featured-title #breadcrumbs .breadcrumbs-inner {
    z-index: 1;
    position: relative;
    display: inline-block;
}

#featured-title #breadcrumbs a {
    color: #777;
}

#featured-title #breadcrumbs a:hover {
    color: #f35c27;
}

#featured-title #breadcrumbs .breadcrumb-trail > a,
#featured-title #breadcrumbs .breadcrumb-trail > span {
    position: relative;
    display: inline-block;
    padding-right: 28px;
}

#featured-title #breadcrumbs .breadcrumb-trail > a:after,
#featured-title #breadcrumbs .breadcrumb-trail > span:after {
    content: "\f101";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 13px;
    position: absolute;
    right: 8px;
    top: 3px;
}

#featured-title #breadcrumbs .breadcrumb-trail > span {
    padding-right: 0;
}

#featured-title #breadcrumbs .breadcrumb-trail > span:after {
    display: none;
}


/* Featured Title Centered */

#featured-title.center .inner-wrap {
    display: block;
}

#featured-title.center .title-group {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 43px;
}

#featured-title.center .main-title {
    padding-bottom: 7px;
}

#featured-title.center .main-title:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -30px;
    width: 60px;
    height: 3px;
    background-color: #f35c27;
}

#featured-title.center #breadcrumbs {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}


/* Blog Post
-------------------------------------------------------------- */

.hentry {
    margin-top: 40px;
    position: relative;
}

.hentry .post-media iframe {
    margin-bottom: 0;
}

.hentry:first-child {
    margin-top: 0;
}

.hentry .post-content-wrap {
    padding: 26px 35px 33px;
    position: relative;
    border: 1px solid #e7e7e7;
    border-radius: 0px 0px 5px 5px;
}

.hentry .custom-post-date {
    font-size: 14px;
    position: relative;
    padding-left: 22px;
}

.hentry .custom-post-date:before {
    content: "\f073";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 0;
    top: 0;
}

.hentry .page-links {
    clear: both;
    padding: 20px 0 10px;
}

.hentry .page-links .post-page-numbers {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 34px;
    font-size: 12px;
    border-radius: 20px;
    border: 1px solid #d6d8da;
    color: #777;
    text-align: center;
    display: inline-block;
    margin-left: 3px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
}

.hentry .page-links .post-page-numbers.current {
    color: #f35c27;
    cursor: default;
}

.hentry .page-links .post-page-numbers:hover {
    color: #f35c27;
}


/* Post media */

.post-media {
    position: relative;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
}

.post-media .slick-prev,
.post-media .slick-next {
    padding: 0;
    background-color: rgba(0, 0, 0, 0.2);
    width: 40px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    cursor: pointer;
    border: none;
    outline: none;
    text-shadow: none;
    z-index: 77799;
    text-indent: -9999px;
    display: inline-block;
}

.post-media .slick-prev:before,
.post-media .slick-next:before {
    text-indent: 0;
    content: "\e91a";
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    line-height: 40px;
    text-align: center;
    display: inline-block;
}

.post-media .slick-next:before {
    content: "\e91b";
}

.post-media .slick-prev {
    left: 10px;
}

.post-media .slick-next {
    right: 10px;
}

.post-media .slick-prev:hover,
.post-media .slick-next:hover {
    background-color: #f35c27;
}

.post-media .slick-dots {
    list-style: none;
    margin: 0;
    text-align: center;
    line-height: 10px;
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
}

.post-media .slick-dots li {
    padding: 0;
    display: inline-block;
}

.post-media .slick-dots li button {
    padding: 0;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background-color: rgba(0, 0, 0, 0.2);
    font-size: 0;
    display: block;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    border-radius: 50%;
    transition: all ease 0.3s;
}

.post-media .slick-dots li.slick-active button {
    background-color: #f35c27;
}


/* Post title */

.hentry .post-title {
    font-size: 28px;
    margin: 0 0 23px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.hentry .post-title-inner {
    z-index: 1;
    position: relative;
    display: inline-block;
}

.hentry .post-title-inner:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    border: 1px solid transparent;
}

.hentry .post-title-inner:after {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    width: 0;
    height: 0;
    background-color: transparent;
}

.hentry .post-title a {
    color: #030f27;
}

.hentry .post-title a:hover {
    color: #f35c27;
}


/* Post meta */

.hentry .post-meta {
    color: #777;
    font-size: 14px;
    margin-top: 40px;
}

.hentry .post-meta a {
    color: #777;
}

.hentry .post-meta a:hover {
    color: #f35c27;
}

.hentry .post-meta .item {
    display: inline-block;
}

.hentry .post-meta .item:last-child {
    margin-right: 0;
}

.hentry .post-meta .item .inner {
    position: relative;
}

.hentry .post-meta .item .inner:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #f35c27;
    position: absolute;
    left: 0;
    top: -1px;
}

.hentry .post-meta .item.post-by-author .inner:before {
    content: "\f007";
}

.hentry .post-meta .item.post-comment .inner:before {
    content: "\f4ad";
}

.hentry .post-meta .item.post-meta-categories .inner:before {
    content: "\f02c";
}

.hentry .post-meta .item.post-date .inner:before {
    content: "\f073";
}

.hentry .post-meta .item {
    margin-right: 18px;
}

.hentry .post-meta .item:last-child {
    margin-left: 0;
}

.hentry .post-meta .item .inner {
    padding-left: 24px;
}


/* Post excerpt */

.hentry .post-excerpt {
    color: #414042;
    position: relative;
    z-index: 1;
    margin-bottom: 25px;
}

.hentry .post-excerpt p:last-child {
    margin-bottom: 0;
}


/* Post link */

.hentry .post-link a {
    font-size: 15px;
    font-weight: 500;
    border-radius: 40px;
    color: #030f27;
    display: inline-block;
    position: relative;
}

.hentry .post-link a > span {
    position: relative;
    display: inline-block;
    padding-right: 20px;
    transition: transform ease 0.3s;
}

.hentry .post-link a > span:before,
.hentry .post-link a > span:after {
    content: '\f101';
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
    font-weight: 900;
    font-style: normal;
    position: absolute;
    top: 3px;
    right: 0;
    transition: all ease 0.3s;
}

.hentry .post-link a > span:before {
    right: 12px;
    opacity: 0;
}

.hentry .post-link a:hover > span:before {
    opacity: 1;
    right: 0;
}

.hentry .post-link a:hover > span:after {
    opacity: 0;
    right: -12px;
}

.hentry .post-link a:hover {
    color: #f35c27;
}


/* Blog single
-------------------------------------------------------------- */

.is-single-post .hentry {
    background-color: transparent;
}

.is-single-post .hentry .post-media {
    margin: 0 0 26px 0;
    border-radius: 5px;
}

.is-single-post .hentry .post-title {
    font-size: 32px;
    line-height: 43px;
    margin: 0 0 24px;
}

.is-single-post .hentry .post-meta {
    margin: 0 0 30px;
}

.is-single-post .hentry .post-meta .item .inner:before {
    color: #777;
}


/* Post tags */

.hentry .post-tags {
    font-size: 16px;
    margin-top: 60px;
    position: relative;
    padding-left: 25px;
}

.hentry .post-tags:before {
    content: '\f02c';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    line-height: normal;
    position: absolute;
    left: 0;
    top: 6px;
    font-size: 14px;
    color: #f35c27;
}

.hentry .post-tags a {
    font-size: 14px;
    color: #777;
    display: inline-block;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.hentry .post-tags a:hover {
    color: #f35c27;
}


/* Post author */

.hentry .post-author {
    clear: both;
    overflow: hidden;
    padding: 28px 35px 37px;
    margin-top: 65px;
    border: 1px solid #e7e7e7;
    background-color: #f7f9fa;
    border-radius: 5px;
    position: relative;
}

.hentry .author-title {
    font-size: 18px;
    margin-bottom: 30px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.hentry .post-author .author-avatar {
    width: 100px;
    float: left;
    margin-right: 26px;
}

.hentry .post-author .author-avatar a {
    width: 100px;
    height: auto;
    display: inline-block;
    border-radius: 50%;
}

.hentry .post-author .author-avatar a img {
    width: 100%;
    height: auto;
    border-radius: 50%;
}

.hentry .post-author .name {
    font-size: 16px;
    margin: 0;
}

.hentry .post-author .position {
    color: #8a99c0;
    font-size: 14px;
    margin-bottom: 10px;
}

.hentry .post-author .author-desc {
    overflow: hidden;
    font-size: 14px;
    line-height: 25px;
    color: #414042;
}

.hentry .post-author .author-desc > p {
    margin-bottom: 0;
}

.hentry .post-author .author-socials {
    margin-top: 15px;
}

.hentry .post-author .author-socials .text,
.hentry .post-author .author-socials .socials {
    display: inline-block;
}

.hentry .post-author .author-socials .text {
    color: #0079c1;
    font-weight: 700;
}

.hentry .post-author .author-socials .socials a {
    display: inline-block;
    color: #b2b2b2;
    margin-right: 10px;
    font-size: 14px;
}

.hentry .post-author .author-socials .socials a:hover {
    color: #0079c1;
}


/* Related Post */

.related-news {
    background-color: #f7f9fa;
    padding: 94px 0 100px;
}

.related-news .related-title {
    font-size: 42px;
    margin-bottom: 50px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.related-news .related-post {
    margin: 0 -15px;
    position: relative;
    margin-bottom: 0;
}

.related-news .post-item {
    padding: 0 15px;
}

.related-news .post-item .inner {
    overflow: hidden;
    padding: 17px 15px;
    background-color: #fff;
}

.related-news .post-item .thumb-wrap {
    position: relative;
    overflow: hidden;
}

.related-news .post-item .thumb-wrap img {
    transition: transform ease 0.3s;
}

.related-news .post-item:hover .thumb-wrap img {
    transform: scale(1.07) rotate(1.5deg);
}

.related-news .post-item .text-wrap {
    padding: 15px 15px 10px;
}

.related-news .post-item .meta .date {
    font-size: 14px;
    position: relative;
    padding-left: 22px;
    display: inline-block;
}

.related-news .post-item .meta .date:before {
    content: "\f073";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 0;
    top: 0;
}

.related-news .post-item .text-wrap h3 {
    font-size: 18px;
    line-height: 28px;
    margin: 10px 0 0;
}

.related-news .post-item .text-wrap h3 a:hover {
    color: #f35c27;
}

.related-news .related-post .slick-prev,
.related-news .related-post .slick-next {
    padding: 0;
    background-color: transparent;
    width: 45px;
    height: 30px;
    position: absolute;
    top: -76px;
    cursor: pointer;
    border: none;
    outline: none;
    text-shadow: none;
    z-index: 9999;
    text-indent: -9999px;
    display: inline-block;
}

.related-news .related-post .slick-prev {
    right: 40px;
}

.related-news .related-post .slick-next {
    border-left: 1px solid #d7d7d7;
    right: -5px;
}

.related-news .related-post .slick-prev:before,
.related-news .related-post .slick-next:before {
    text-indent: 0;
    content: "\e978";
    font-family: "Font Awesome 5 Free";
    line-height: 30px;
    font-size: 20px;
    color: #c1c1c1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: inline-block;
    transition: all ease 0.3s;
}

.related-news .related-post .slick-next:before {
    content: "\e979";
}

.related-news .related-post .slick-next:hover:before,
.related-news .related-post .slick-prev:hover:before {
    color: #f35c27;
}


/* Comments */

.comments-area .comments-title,
.comments-area .comment-reply-title {
    font-size: 18px;
    border-top: 1px solid #e7e7e7;
    padding-top: 30px;
    margin-top: 50px;
    margin-bottom: 30px;
}


/* Comment list */

.comment-list {
    list-style: none;
    margin: 0;
}

.comment-list li.comment {
    padding: 0;
}

.comment-list .children {
    list-style: none;
    margin: 0;
}

.comment-list .children > li {
    padding: 0 0 0 20px;
}

.comment-list article {
    position: relative;
    padding: 32px 35px 27px;
    margin-bottom: 20px;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    transition: background ease 0.3s;
}

.comment-list article + .comment-respond {
    margin-bottom: 50px;
}

.comment-list article .gravatar {
    width: 70px;
    border-radius: 50%;
    float: left;
    margin: 2px 16px 0 0;
    overflow: hidden;
}

.comment-list article .gravatar img {
    width: 100%;
    height: auto;
}

.comment-list .comment-content {
    overflow: hidden;
}

.comment-meta {
    margin-bottom: 6px;
}

.comment-author {
    font-size: 15px;
    margin: 0;
    display: inline-block;
}

.comment-time {
    font-size: 12px;
    margin: 1px 0 9px;
    position: relative;
    padding-left: 18px;
}

.comment-time:after {
    content: "\f073";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 1px;
    top: 0;
}

.comment-reply a,
#cancel-comment-reply-link {
    font-weight: 500;
    font-size: 15px;
    display: inline-block;
    position: relative;
    color: #f35c27;
}

.comment-reply a:after,
#cancel-comment-reply-link:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    opacity: 0;
    background-color: #f35c27;
    transition: opacity ease 0.3s;
}

.comment-reply a:hover:after,
#cancel-comment-reply-link:hover:after {
    opacity: 1;
}

#cancel-comment-reply-link {
    position: absolute;
    right: 0;
    top: 34px;
    padding-bottom: 2px;
}

.comment-text {
    overflow: hidden;
    font-size: 14px;
    line-height: 25px;
    color: #414042;
    margin-bottom: 24px;
}

.comment-text > p:last-child {
    margin-bottom: 0;
}

.comment-edit-link {
    padding-left: 10px;
    color: #28c23e;
}

.unapproved {
    display: block;
    color: #28c23e;
    font-style: italic;
}


/* Comment form */

#comments .comment-respond {
    position: relative;
}

#comments .name-wrap,
#comments .email-wrap,
#comments .url-wrap {
    float: left;
    width: 32.468%;
}

#comments .name-wrap,
#comments .email-wrap {
    margin-right: 1.298%;
}

#comments .name-wrap input,
#comments .email-wrap input,
#comments .url-wrap input,
#comments .message-wrap textarea {
    width: 100%;
}

#comments .message-wrap textarea {
    height: 110px;
}

#comments .comment-respond .form-submit {
    clear: both;
    margin: 0;
    padding-top: 10px;
}

.logged-in-as {
    margin-bottom: 10px;
}

.logged-in-as a {
    color: #28c23e;
}

.logged-in-as a:hover,
.comment-edit-link:hover {
    color: #030f27;
}


/* Widgets
-------------------------------------------------------------- */

#sidebar .widget {
    position: relative;
    z-index: 1;
    padding-top: 25px;
    margin-top: 30px;
    border-top: 1px solid #e7e7e7;
}

#sidebar .widget:first-child {
    padding: 0;
    margin: 0;
    border: 0;
}

#footer-widgets .widget {
    color: #ddd;
    margin: 0 0 35px;
}

#sidebar .widget ul,
#footer-widgets .widget ul {
    margin: 0;
    list-style: none;
}

.widget_archive ul ul,
.widget_categories ul ul,
.widget_meta ul ul,
.widget_nav_menu ul ul,
.widget_pages ul ul,
.widget_recent_comments ul ul,
.widget_recent_entries ul ul,
.widget_rss ul ul {
    padding-left: 16px;
}

.widget.widget_categories ul li a:before,
.widget.widget_meta ul li a:before,
.widget.widget_pages ul li a:before,
.widget.widget_archive ul li a:before,
.widget.widget_nav_menu ul li a:before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 14px;
    line-height: normal;
    position: absolute;
    left: 0;
    top: 16px;
    color: #cacaca;
}

.widget.widget_pages ul li,
.widget.widget_nav_menu ul li,
.widget.widget_archive ul li,
.widget.widget_categories ul li,
.widget.widget_meta ul li,
.widget.widget_recent_entries ul li,
.widget.widget_recent_comments ul li,
.widget.widget_rss ul li {
    position: relative;
}

.widget.widget_pages > ul > li:first-child,
.widget.widget_nav_menu ul.menu > li:first-child,
.widget.widget_archive > ul > li:first-child,
.widget.widget_categories > ul > li:first-child,
.widget.widget_meta > ul > li:first-child,
.widget.widget_recent_entries > ul > li:first-child,
.widget.widget_recent_comments > ul > li:first-child,
.widget.widget_rss > ul > li:first-child {
    border-top: 0;
}

#footer-widgets .widget.widget_pages ul li,
#footer-widgets .widget.widget_nav_menu ul li,
#footer-widgets .widget.widget_archive ul li,
#footer-widgets .widget.widget_categories ul li,
#footer-widgets .widget.widget_meta ul li,
#footer-widgets .widget.widget_recent_entries ul li,
#footer-widgets .widget.widget_recent_comments ul li,
#footer-widgets .widget.widget_rss ul li {
    border-color: #4d4e51;
}

.widget.widget_archive ul li a,
.widget.widget_categories ul li a,
.widget.widget_meta ul li a,
.widget.widget_nav_menu ul li a,
.widget.widget_pages ul li a,
.widget.widget_recent_entries ul li a,
.widget.widget_recent_comments ul li a,
.widget.widget_rss ul li a {
    color: #777;
    font-weight: 500;
    display: inline-block;
}

.widget.widget_archive ul li a,
.widget.widget_categories ul li a,
.widget.widget_meta ul li a,
.widget.widget_nav_menu ul li a,
.widget.widget_pages ul li a,
.widget.widget_recent_entries ul li a,
.widget.widget_recent_comments ul li,
.widget.widget_rss ul li {
    padding: 10px 0;
}

#footer-widgets .widget.widget_archive ul li a,
#footer-widgets .widget.widget_categories ul li a,
#footer-widgets .widget.widget_meta ul li a,
#footer-widgets .widget.widget_nav_menu ul li a,
#footer-widgets .widget.widget_pages ul li a,
#footer-widgets .widget.widget_recent_entries ul li a,
#footer-widgets .widget.widget_recent_comments ul li a,
#footer-widgets .widget.widget_rss ul li a {
    color: #ddd;
}

.widget.widget_archive ul li a:hover,
.widget.widget_categories ul li a:hover,
.widget.widget_meta ul li a:hover,
.widget.widget_nav_menu ul li a:hover,
.widget.widget_pages ul li a:hover,
.widget.widget_recent_entries ul li a:hover,
.widget.widget_recent_comments ul li a:hover,
.widget.widget_rss ul li a:hover,
#footer-widgets .widget.widget_archive ul li a:hover,
#footer-widgets .widget.widget_categories ul li a:hover,
#footer-widgets .widget.widget_meta ul li a:hover,
#footer-widgets .widget.widget_nav_menu ul li a:hover,
#footer-widgets .widget.widget_pages ul li a:hover,
#footer-widgets .widget.widget_recent_entries ul li a:hover,
#footer-widgets .widget.widget_recent_comments ul li a:hover,
#footer-widgets .widget.widget_rss ul li a:hover {
    color: #f35c27;
}

.widget.widget_categories ul li a,
.widget.widget_meta ul li a,
.widget.widget_pages ul li a,
.widget.widget_archive ul li a,
.widget.widget_nav_menu ul li a {
    position: relative;
    padding-left: 16px;
}

.widget.widget_categories ul li > span,
.widget.widget_archive ul li > span {
    float: right;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #f35c27;
    line-height: 20px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    border-radius: 50%;
    margin-top: 13px;
}

#sidebar .widget.widget_recent_comments {
    color: #a0a0a0;
    font-size: 14px;
}

#sidebar .widget.widget_recent_entries .post-date,
#footer-widgets .widget.widget_recent_entries .post-date {
    display: block;
    font-size: 14px;
}

#sidebar .widget.widget_recent_comments .comment-author-link {
    color: #777
}

#footer-widgets .widget.widget_recent_comments .comment-author-link {
    color: #dfdfdf;
}

#sidebar .widget.widget_calendar caption,
#footer-widgets .widget.widget_calendar caption {
    color: #f35c27;
}

#footer-widgets .widget select {
    border-color: #4d4e51;
    color: #777;
}


/* Title Widget */

#sidebar .widget .widget-title {
    font-size: 18px;
    margin: 0 0 25px 0;
}

#footer-widgets .widget .widget-title {
    font-size: 18px;
    color: #fefefe;
    margin: 12px 0 24px 0;
}


/* Widget: Text */

#sidebar .widget.widget_text p:last-child,
#footer-widgets .widget.widget_text p:last-child {
    margin-bottom: 0;
}


/* Widget: Recent Entries */

.widget.widget_recent_entries ul li:first-child {
    margin-top: 0;
}


/* Widget: Nav */

.widget.widget_nav_menu > .menu-primary-menu-container > ul > li {
    margin-bottom: 5px;
}

.widget.widget_nav_menu .menu > li.current-menu-item > a,
.widget.widget_nav_menu .menu > li.current-menu-item {
    color: #f35c27;
}


/* Widget: Calendar */

#sidebar .widget.widget.widget_calendar table {
    margin: 0;
}

#sidebar .widget.widget_calendar td,
#sidebar .widget.widget_calendar th {
    padding: 0;
    text-align: center;
    font-size: 16px;
    padding: 6px;
    border-color: #d0d0d0;
}

#sidebar .widget.widget_calendar th {
    font-weight: 700;
}

#sidebar .widget.widget_calendar tbody #today,
#sidebar .widget.widget_calendar tbody #today a {
    color: #f35c27;
    display: block;
}

#sidebar .widget.widget_calendar tbody #today a:hover {
    color: #030f27;
}

#footer-widgets .widget.widget_calendar table,
#footer-widgets .widget.widget_calendar td,
#footer-widgets .widget.widget_calendar th {
    border-color: #4d4e51;
}


/* Widget: Infor */

#sidebar .widget_information,
#footer-widgets .widget_information {
    font-size: 16px;
}

#sidebar .widget_information .email > span,
#footer-widgets .widget_information .email > span {
    color: #8998c2;
    position: relative;
}

#sidebar .widget_information .email > span:after,
#footer-widgets .widget_information .email > span:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #8998c2;
    width: 100%;
    height: 1px;
}

#sidebar .widget_information ul li.accent-icon i,
#footer-widgets .widget_information ul li.accent-icon i {
    color: #f35c27;
}


/* Widget: Links */

#sidebar .widget.widget_links ul li,
#footer-widgets .widget.widget_links ul li {
    border: 0;
    margin-bottom: 10px;
}

#sidebar .widget.widget_links ul.col2 li,
#footer-widgets .widget.widget_links ul.col2 li {
    width: 50%;
    float: left;
}

#sidebar .widget.widget_links ul li a,
#footer-widgets .widget.widget_links ul li a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #414042;
    position: relative;
    transition: all ease 0.3s;
}

#footer-widgets .widget.widget_links ul li a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background-color: #fff;
    opacity: 0;
    transition: opacity ease 0.3s;
}

#footer-widgets .widget.widget_links ul li a:hover:after {
    opacity: 1;
}

#footer-widgets .widget.widget_links ul li a {
    color: #8998c2;
}

#sidebar .widget.widget_links ul.no-arrow li a,
#footer-widgets .widget.widget_links ul.no-arrow li a {
    padding-left: 0;
}

#sidebar .widget.widget_links ul li a:hover,
#footer-widgets .widget.widget_links ul li a:hover {
    color: #fff;
}


/* Widget: Twitter */

#sidebar .widget.widget_twitter .tweet-item,
#footer-widgets .widget.widget_twitter .tweet-item {
    margin-top: 20px;
}

#sidebar .widget.widget_twitter .tweet-item:first-child,
#footer-widgets .widget.widget_twitter .tweet-item:first-child {
    margin-top: 0;
}

#sidebar .widget.widget_twitter .tweet-icon,
#footer-widgets .widget.widget_twitter .tweet-icon {
    float: left;
    margin-right: 15px;
    text-align: center;
    color: #009efc;
    font-size: 18px;
    padding-top: 2px;
}

#sidebar .widget.widget_twitter .text-wrap,
#footer-widgets .widget.widget_twitter .text-wrap {
    overflow: hidden;
    font-size: 15px;
    font-weight: 500;
    color: #414042;
}

#footer-widgets .widget.widget_twitter .text-wrap {
    color: #777;
}

#sidebar .widget.widget_twitter .timestamp a,
#footer-widgets .widget.widget_twitter .timestamp a {
    color: #777;
    font-size: 13px;
}

#footer-widgets .widget.widget_twitter .timestamp a {
    color: #777;
}

#sidebar .widget.widget_twitter .timestamp a:hover,
#footer-widgets .widget.widget_twitter .timestamp a:hover {
    color: #f35c27;
}


/* Widget: Search */

.widget.widget_search .search-form,
#sidebar .mc4wp-form {
    position: relative;
}

.widget.widget_search .search-form .search-field,
#sidebar .mc4wp-form .email-wrap input {
    padding: 10px 25px;
    margin-bottom: 0;
    height: 46px;
    width: 100%;
    border-radius: 30px;
    background-color: #fff;
    border-color: #d4d4d5;
}

.widget.widget_search .search-form .search-field:focus,
#sidebar .mc4wp-form .email-wrap input:focus {
    border-color: #f35c27;
}

.widget.widget_search .search-form .search-submit,
#sidebar .mc4wp-form .submit-wrap button {
    position: absolute;
    background-color: transparent;
    right: 3px;
    top: 4px;
    width: 38px;
    height: 38px;
    text-align: center;
    text-indent: -9999px;
    padding: 0;
    border: 0;
    overflow: hidden;
}

.widget.widget_search .search-form .search-submit:before,
#sidebar .mc4wp-form .submit-wrap button:before {
    color: #fff;
    content: "\e947";
    background-color: #f35c27;
    border-radius: 50%;
    font-family: "BasicUI";
    font-weight: normal;
    font-size: 16px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    text-indent: 0;
    font-weight: normal;
    transition: all ease 0.3s;
}

#sidebar .mc4wp-form .submit-wrap button:before {
    content: "\f1d8";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    background-color: #33bb3c;
}

.widget.widget_search .search-form .search-submit:hover:before,
#sidebar .mc4wp-form .submit-wrap button:hover:before {
    opacity: 0.7;
}


/* Widget: Newsletter */

#footer-widgets .widget.widget_mc4wp_form_widget .mc4wp-form {
    padding-top: 7px;
}

#footer-widgets .widget.widget_mc4wp_form_widget .mc4wp-form .email-wrap > input {
    padding: 10px 25px;
    margin-bottom: 20px;
    height: 46px;
    width: 100%;
    border-radius: 30px;
    background-color: #3d4147;
    border-color: #3d4147;
}

#footer-widgets .widget.widget_mc4wp_form_widget .mc4wp-form .submit-wrap > button {
    background-color: transparent;
    border: 1px solid #f35c27;
    color: #f35c27;
}

#footer-widgets .widget.widget_mc4wp_form_widget .mc4wp-form .submit-wrap > button:hover {
    background-color: #f35c27;
    color: #fff;
}


/* Widget: Socials */

#sidebar .widget.widget_socials .socials,
#footer-widgets .widget.widget_socials .socials {
    margin: 0 -3px;
}

#sidebar .widget.widget_socials .socials .icon,
#footer-widgets .widget.widget_socials .socials .icon {
    padding: 0 3px;
    float: left;
}

#sidebar .widget.widget_socials .socials a,
#footer-widgets .widget.widget_socials .socials a {
    float: left;
    font-size: 14px;
    display: inline-block;
    line-height: 20px;
    text-align: center;
    margin-right: 13px;
}

#sidebar .widget.widget_socials .socials a,
#footer-widgets .widget.widget_socials .socials a {
    color: #8998c2;
}

#sidebar .widget.widget_socials .socials a:hover,
#footer-widgets .widget.widget_socials .socials a:hover {
    color: #f35c27;
}


/* Widget: Recent News Advanced  */

#sidebar .widget.widget_recent_posts ul li,
#footer-widgets .widget.widget_recent_posts ul li {
    padding: 0;
    border: 0;
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #fff;
}

#sidebar .widget.widget_recent_posts ul li:first-child,
#footer-widgets .widget.widget_recent_posts ul li:first-child {
    padding-top: 0;
    margin-top: 0;
    border: 0;
}

#sidebar .widget.widget_recent_posts .recent-news .thumb,
#footer-widgets .widget.widget_recent_posts .recent-news .thumb {
    width: 78px;
    overflow: hidden;
    float: left;
    margin: 5px 20px 0 0;
}

#sidebar .widget.widget_recent_posts .recent-news .thumb img,
#footer-widgets .widget.widget_recent_posts .recent-news .thumb img {
    width: 100%;
    height: auto;
}

#sidebar .widget.widget_recent_posts .recent-news .thumb.icon,
#footer-widgets .widget.widget_recent_posts .recent-news .thumb.icon {
    background-color: #f35c27;
    color: #fff !important;
    border-radius: 50%;
    text-align: center;
    font-size: 16px;
}

#sidebar .widget.widget_recent_posts h3,
#footer-widgets .widget.widget_recent_posts h3 {
    font-size: 15px;
    line-height: 25px;
    margin: 0;
}

#sidebar .widget.widget_recent_posts h3 a,
#footer-widgets .widget.widget_recent_posts h3 a {
    color: #414042;
}

#sidebar .widget.widget_recent_posts h3 a:hover,
#footer-widgets .widget.widget_recent_posts h3 a:hover {
    color: #f35c27;
}

#sidebar .widget.widget_recent_posts .recent-news .texts,
#footer-widgets .widget.widget_recent_posts .recent-news .texts {
    overflow: hidden;
}

#sidebar .widget.widget_recent_posts .post-date,
#footer-widgets .widget.widget_recent_posts .post-date {
    font-size: 14px;
    color: #777;
    position: relative;
    padding-left: 22px;
}

#sidebar .widget.widget_recent_posts .post-date:before,
#footer-widgets .widget.widget_recent_posts .post-date:before {
    content: "\f073";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 1px;
    top: -1px;
}

#footer-widgets .widget.widget_recent_posts h3 a {
    color: #ababab;
}

#footer-widgets .widget.widget_recent_posts .post-date {
    color: #fff;
}


/* Widget: Instagram & Flickr */

.widget.widget_instagram .instagram-wrap,
.widget.widget_flickr .flickr-wrap {
    margin: 0 -0.5px;
}

.widget.widget_instagram .instagram-wrap .instagram_badge_image,
.widget.widget_flickr .flickr-wrap .flickr_badge_image {
    padding: 0 0.5px !important;
    margin: 0 0 1px 0 !important;
    width: 33.333%;
    float: left;
    height: auto !important;
}

.widget.widget_instagram .instagram-wrap .instagram_badge_image img,
.widget.widget_flickr .flickr-wrap .flickr_badge_image img {
    width: 100%;
    height: auto;
}

.widget.widget_instagram .instagram-wrap .instagram_badge_image a,
.widget.widget_flickr .flickr-wrap .flickr_badge_image a {
    position: relative;
    display: block;
}

.widget.widget_instagram .instagram-wrap .instagram_badge_image a:after,
.widget.widget_flickr .flickr-wrap .flickr_badge_image a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    transition: all ease 0.3s;
}

.widget.widget_instagram .instagram-wrap .instagram_badge_image a:hover,
.widget.widget_flickr .flickr-wrap .flickr_badge_image a:hover {
    opacity: 0.7;
}


/* 2 columns */

.widget.widget_instagram .instagram-wrap.col2 .instagram_badge_image,
.widget.widget_flickr .flickr-wrap.col2 .flickr_badge_image {
    width: 50%;
}


/* 4 columns */

.widget.widget_instagram .instagram-wrap.col4 .instagram_badge_image,
.widget.widget_flickr .flickr-wrap.col4 .flickr_badge_image {
    width: 25%;
}


/* Gutter 0 */

.widget.widget_instagram .instagram-wrap.g0,
.widget.widget_flickr .flickr-wrap.g0 {
    margin: 0;
}

.widget.widget_instagram .instagram-wrap.g0 .instagram_badge_image,
.widget.widget_flickr .flickr-wrap.g0 .flickr_badge_image {
    padding: 0 !important;
    margin: 0 !important;
}


/* Gutter 5 */

.widget.widget_instagram .instagram-wrap.g5,
.widget.widget_flickr .flickr-wrap.g5 {
    margin: 0 -2.5px;
}

.widget.widget_instagram .instagram-wrap.g5 .instagram_badge_image,
.widget.widget_flickr .flickr-wrap.g5 .flickr_badge_image {
    padding: 0 2.5px !important;
    margin: 0 0 5px 0 !important;
}


/* Gutter 9 */

.widget.widget_instagram .instagram-wrap.g9,
.widget.widget_flickr .flickr-wrap.g9 {
    margin: 0 -4.5px;
}

.widget.widget_instagram .instagram-wrap.g9 .instagram_badge_image,
.widget.widget_flickr .flickr-wrap.g9 .flickr_badge_image {
    padding: 0 4.5px !important;
    margin: 0 0 9px 0 !important;
}


/* Gutter 12 */

.widget.widget_instagram .instagram-wrap.g12,
.widget.widget_flickr .flickr-wrap.g12 {
    margin: 0 -6px;
}

.widget.widget_instagram .instagram-wrap.g12 .instagram_badge_image,
.widget.widget_flickr .flickr-wrap.g12 .flickr_badge_image {
    padding: 0 6px !important;
    margin: 0 0 12px 0 !important;
}


/* Gutter 15 */

.widget.widget_instagram .instagram-wrap.g15,
.widget.widget_flickr .flickr-wrap.g15 {
    margin: 0 -7.5px;
}

.widget.widget_instagram .instagram-wrap.g15 .instagram_badge_image,
.widget.widget_flickr .flickr-wrap.g15 .flickr_badge_image {
    padding: 0 7.5px !important;
    margin: 0 0 15px 0 !important;
}

#footer-widgets .widget.widget_instagram .instagram-wrap,
#footer-widgets .widget.widget_flickr .flickr-wrap {
    padding-right: 2px;
}


/* Widget: Tags */

#sidebar .widget.widget_tag_cloud .tagcloud:before,
#sidebar .widget.widget_tag_cloud .tagcloud:after,
#footer-widgets .widget.widget_tag_cloud .tagcloud:before,
#footer-widgets .widget.widget_tag_cloud .tagcloud:after,
.widget_product_tag_cloud .tagcloud:before,
.widget_product_tag_cloud .tagcloud:after {
    display: table;
    clear: both;
    content: "";
}

#sidebar .widget.widget_tag_cloud .tagcloud,
#footer-widgets .widget.widget_tag_cloud .tagcloud {
    padding-top: 5px;
}

#sidebar .widget.widget_tag_cloud .tagcloud a,
#footer-widgets .widget.widget_tag_cloud .tagcloud a,
.widget_product_tag_cloud .tagcloud a {
    font-size: 13px;
    position: relative;
    float: left;
    color: #fff;
    background-color: #8a99cc;
    padding: 2px 15px;
    border-radius: 15px;
    margin: 0 5px 5px 0;
    z-index: 1;
}

#footer-widgets .widget.widget_tag_cloud .tagcloud a,
.widget_product_tag_cloud .tagcloud a {
    background-color: #112238;
    border-color: #112238;
    color: #fff;
}

#sidebar .widget.widget_tag_cloud .tagcloud a:hover,
#footer-widgets .widget.widget_tag_cloud .tagcloud a:hover,
.widget_product_tag_cloud .tagcloud a:hover {
    background-color: #f35c27;
    border-color: #f35c27;
    color: #fff;
}


/* Footer
-------------------------------------------------------------- */

#footer {
    font-size: 14px;
    background-color: #171a1e;
    padding: 80px 0 30px;
    position: relative;
    z-index: 1;
    border-style: solid;
    position: relative;
}


/* Grid */

.footer-grid {
    margin: 0 -10px
}

.footer-grid .col {
    float: left;
    padding: 0 10px;
}

.footer-grid .span_1_of_1.col {
    float: none;
}

.footer-grid .span_1_of_2 {
    width: 50%;
}

.footer-grid .span_1_of_3 {
    width: 33.33%;
}

.footer-grid .span_1_of_4 {
    width: 25%;
}

.footer-grid .w340 {
    width: 30.865%;
}

.footer-grid .w220 {
    width: 20.988%;
}

.footer-grid .w240 {
    width: 22.635%;
}

.footer-grid .w275 {
    width: 25.512%;
}


/* Gutter */

.footer-grid.gutter-5 {
    margin-left: -2.5px;
    margin-right: -2.5px;
}

.footer-grid.gutter-5 > .col {
    padding-left: 2.5px;
    padding-right: 2.5px
}

.footer-grid.gutter-10 {
    margin-left: -5px;
    margin-right: -5px;
}

.footer-grid.gutter-10 > .col {
    padding-left: 5px;
    padding-right: 5px;
}

.footer-grid.gutter-15 {
    margin-left: -7.5px;
    margin-right: -7.5px;
}

.footer-grid.gutter-15 > .col {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.footer-grid.gutter-20 {
    margin-left: -10px;
    margin-right: -10px;
}

.footer-grid.gutter-20 > .col {
    padding-left: 10px;
    padding-right: 10px;
}

.footer-grid.gutter-25 {
    margin-left: -12.5px;
    margin-right: -12.5px;
}

.footer-grid.gutter-25 > .col {
    padding-left: 12.5px;
    padding-right: 12.5px;
}

.footer-grid.gutter-30 {
    margin-left: -15px;
    margin-right: -15px;
}

.footer-grid.gutter-30 > .col {
    padding-left: 15px;
    padding-right: 15px;
}

.footer-grid.gutter-35 {
    margin-left: -17.5px;
    margin-right: -17.5px;
}

.footer-grid.gutter-35 > .col {
    padding-left: 17.5px;
    padding-right: 17.5px;
}

.footer-grid.gutter-40 {
    margin-left: -20px;
    margin-right: -20px;
}

.footer-grid.gutter-40 > .col {
    padding-left: 20px;
    padding-right: 20px;
}

.footer-grid.gutter-45 {
    margin-left: -22.5px;
    margin-right: -22.5px;
}

.footer-grid.gutter-45 > .col {
    padding-left: 22.5px;
    padding-right: 22.5px;
}

.footer-grid.gutter-50 {
    margin-left: -25px;
    margin-right: -25px;
}

.footer-grid.gutter-50 > .col {
    padding-left: 25px;
    padding-right: 25px;
}

.footer-grid.gutter-60 {
    margin-left: -30px;
    margin-right: -30px;
}

.footer-grid.gutter-60 > .col {
    padding-left: 30px;
    padding-right: 30px;
}

.footer-grid.gutter-70 {
    margin-left: -35px;
    margin-right: -35px;
}

.footer-grid.gutter-70 > .col {
    padding-left: 35px;
    padding-right: 35px;
}

.footer-grid.gutter-80 {
    margin-left: -40px;
    margin-right: -40px;
}

.footer-grid.gutter-80 > .col {
    padding-left: 40px;
    padding-right: 40px;
}


/* Footer Subscribe
-------------------------------------------------------------- */

.footer-promotion {
    text-align: center;
    background-color: #030f27;
    padding: 94px 0 100px;
    position: relative;
    padding-top: 170px;
}

.footer-has-promo #main-content {
    padding-bottom: 175px;
}

.no-padding-content.footer-has-promo #main-content {
    padding-bottom: 0;
}

.footer-has-promo.has-related-post.is-single-post #main-content {
    padding-bottom: 100px;
}

.footer-has-promo.is-single-post .related-news {
    padding-bottom: 175px;
}

.footer-has-promo.page-single-project .project-related-wrap {
    padding-bottom: 175px;
}

.footer-promotion .promo-heading {
    margin: 0 0 28px;
    font-size: 42px;
    color: #fff;
}

.footer-promotion .promo-sub-heading {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    max-width: 880px;
    margin: 0 auto 50px;
}

.footer-promotion .promo-btn {
    font-weight: 500;
    padding: 11px 44px;
    border-radius: 30px;
    background-color: #f65b15;
    color: #fff;
    display: inline-block;
}

.footer-promotion .promo-btn:hover {
    background-color: #fff;
    color: #030f27;
}

.footer-promotion .bauer-subscribe {
    position: absolute;
    left: 50%;
    top: -75px;
    width: 1170px;
    transform: translateX(-50%);
    z-index: 999;
    background: url(/wp-content/themes/bauer/assets/img/subs-bg.png);
    padding: 32px 35px 36px 100px;
    border-radius: 10px;
}

.footer-promotion .bauer-subscribe .inner {
    display: table;
    overflow: hidden;
    width: 100%;
}

.footer-promotion .bauer-subscribe .heading-wrap {
    display: table-cell;
    margin: 0;
    text-align: left;
    vertical-align: middle;
    width: 50%;
}

.footer-promotion .bauer-subscribe .heading-wrap .text {
    font-weight: 400;
    color: #fff;
    font-size: 28px;
    line-height: 41px;
    max-width: 530px
}

.footer-promotion .bauer-subscribe .form-wrap {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
    width: 20%;
    padding-top: 8px;
}

.footer-promotion .bauer-subscribe .mc4wp-alert {
    color: #fff;
    padding-top: 10px;
    max-width: 260px;
}


/* Bottom Bar
-------------------------------------------------------------- */

#bottom {
    color: #ddd;
    background-color: #1e2227;
    font-size: 14px;
}

#bottom .bottom-bar-inner-wrap {
    position: relative;
    padding: 14px 0;
    display: table;
    overflow: hidden;
    width: 100%;
}

#bottom .bottom-bar-copyright {
    display: table-cell;
    margin: 0;
    text-align: left;
    vertical-align: middle;
    width: 50%;
}

#bottom .bottom-bar-menu {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
    width: 50%;
}

#bottom .bottom-bar-content {
    display: table-cell;
    margin: 0;
    text-align: right;
    vertical-align: middle;
    width: 50%;
    font-size: 12px;
    color: #030f27;
    letter-spacing: 1px;
}

#bottom .bottom-bar-menu li:last-child a {
    padding-right: 0;
}


/* Bottom navigation */

#bottom ul.bottom-nav {
    list-style: none;
    margin: 0;
}

#bottom ul.bottom-nav > li {
    display: inline-block;
    margin-left: 20px;
    position: relative;
}

#bottom ul.bottom-nav > li:before {
    content: "";
    position: absolute;
    left: -13px;
    top: 4px;
    width: 1px;
    height: 14px;
    background-color: #8998c2;
}

#bottom ul.bottom-nav > li:first-child {
    padding: 0;
    margin: 0;
}

#bottom ul.bottom-nav > li:first-child:before {
    display: none;
}

#bottom ul.bottom-nav > li > a {
    line-height: normal;
    color: #8998c2;
    position: relative;
}

#bottom ul.bottom-nav > li.current-menu-item > a,
#bottom ul.bottom-nav > li > a:hover {
    color: #fff;
}

#bottom ul.bottom-nav ul {
    display: none !important;
    /* hide dropdowns on bottom menu */
}


/* Scroll Top Button
-------------------------------------------------------------- */

#scroll-top {
    position: fixed !important;
    right: 36px;
    bottom: 0;
    display: block;
    line-height: 50px;
    text-align: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    visibility: hidden;
    opacity: 0;
    z-index: 9999;
    cursor: pointer;
    z-index: 1;
    overflow: hidden;
}

#scroll-top:after {
    content: "\f106";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #030f27;
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    transition: all ease 0.3s;
}

#scroll-top:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: -1;
    transition: all ease 0.3s;
}

#scroll-top:hover:before {
    background-color: #f35c27;
}

#scroll-top:hover:after {
    color: #fff;
}

#scroll-top.show {
    bottom: 75px;
    opacity: 1;
    visibility: visible;
}


/* Pagination
-------------------------------------------------------------- */

.bauer-pagination,
.woocommerce-pagination,
.project-nav .bauer-pagination {
    clear: both;
    margin: 50px 0 0 0;
    text-align: center;
}

.woocommerce-pagination {
    margin-top: 0;
    border: 0;
    clear: both;
    padding-top: 50px;
}

.bauer-pagination ul,
.woocommerce-pagination .page-numbers {
    margin: 0;
}

.bauer-pagination ul li,
.woocommerce-pagination .page-numbers li {
    display: inline-block;
    padding: 0;
    margin-right: 7px;
}

.bauer-pagination ul li .page-numbers,
.woocommerce-pagination .page-numbers li .page-numbers {
    display: inline-block;
    line-height: 45px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-align: center;
    color: #414042;
    font-weight: 500;
    background-color: #f2f2f2;
    transition: all ease 0.3s;
}

.bauer-pagination ul li a.page-numbers:hover,
.woocommerce-pagination .page-numbers li .page-numbers:hover,
.bauer-pagination ul li .page-numbers.current,
.woocommerce-pagination .page-numbers li .page-numbers.current {
    background-color: #f35c27;
    color: #fff;
}

.bauer-pagination .page-numbers.next,
.bauer-pagination .page-numbers.prev,
.woocommerce-pagination .page-numbers.next,
.woocommerce-pagination .page-numbers.prev {
    text-indent: -9999px;
    position: relative;
}

.bauer-pagination .page-numbers.next:after,
.bauer-pagination .page-numbers.prev:after,
.woocommerce-pagination .page-numbers.next:after,
.woocommerce-pagination .page-numbers.prev:after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    text-indent: 0;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    line-height: 45px;
    width: 100%;
    text-align: center;
}

.bauer-pagination .page-numbers.prev:after,
.woocommerce-pagination .page-numbers.prev:after {
    content: "\f104";
}

.project-nav .bauer-pagination {
    border-top: 0;
    padding-top: 0;
    margin: 80px 0 0;
}


/* Nothing Found & 404 Page
-------------------------------------------------------------- */

.no-results-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.no-results-content .search-form {
    position: relative;
}

.no-results-content .text {
    display: none;
}

.no-results-content .search-form .search-field {
    padding: 12px 25px;
    margin-bottom: 0;
    height: 46px;
    width: 100%;
    border-radius: 30px;
    background-color: #fff;
    border-color: #d4d4d5;
}

.no-results-content .search-form .search-field:focus {
    border-color: #f35c27;
}

.no-results-content .search-form .search-submit {
    position: absolute;
    background-color: transparent;
    right: 3px;
    top: 4px;
    width: 38px;
    height: 38px;
    text-align: center;
    text-indent: -9999px;
    padding: 0;
    border: 0;
    overflow: hidden;
}

.no-results-content .search-form .search-submit:before {
    color: #fff;
    content: "\e947";
    background-color: #f35c27;
    border-radius: 50%;
    font-family: "BasicUI";
    font-size: 16px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    text-indent: 0;
    font-weight: normal;
    transition: all ease 0.3s;
}

.no-results-content .search-form .search-submit:hover {
    opacity: 0.7;
}


/* Media Queries
-------------------------------------------------------------- */

@media only screen and (max-width: 1200px) {
    .footer-promotion {
        padding-top: 230px;
    }
    .footer-promotion .bauer-subscribe {
        max-width: 760px;
        padding: 40px 50px 50px;
    }
    .footer-promotion .bauer-subscribe .inner,
    .footer-promotion .bauer-subscribe .heading-wrap,
    .footer-promotion .bauer-subscribe .form-wrap,
    .footer-promotion .bauer-subscribe .heading-wrap .text {
        display: block;
        width: 100%;
        text-align: center;
        max-width: none;
    }
    .footer-promotion .bauer-subscribe .heading-wrap {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 992px) {
    #featured-title .inner-wrap {
        padding: 108px 0;
    }
    .header-style-3 #featured-title .inner-wrap,
    .header-style-4 #featured-title .inner-wrap {
        padding: 253px 0 113px;
    }
    .header-style-5 #featured-title .inner-wrap {
        padding: 136px 0 100px;
    }
    .header-style-6 #featured-title .inner-wrap {
        padding: 300px 0 100px;
    }
}

@media only screen and (max-width: 991px) {
    .mobile-hide-top #top-bar,
    #main-nav,
    .nav-top-cart-wrapper,
    .header-search-wrap,
    #header-aside .aside-content .inner > span.info-three,
    #site-header .header-button,
    #sidebar,
    .footer-promotion .text-wrap > .promo-icon {
        display: none;
    }
    #header-aside .aside-content .inner > span.info-two {
        border: 0;
    }
    .header-style-5 .nav-top-cart-wrapper,
    .header-style-5 .header-search-wrap,
    .header-style-6 .nav-top-cart-wrapper,
    .header-style-6 .header-search-wrap {
        display: block;
    }
    #top-bar .top-bar-inner-wrap,
    #top-bar .top-bar-content,
    #top-bar .top-bar-socials {
        display: block;
        width: 100%;
        margin: 0;
        text-align: center;
    }
    #top-bar .top-bar-content {
        margin-bottom: 5px;
    }
    #site-content,
    #sidebar {
        width: 100% !important;
        max-width: none !important;
        float: none;
    }
    #inner-content {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    #main-content,
    .footer-has-promo #main-content,
    .footer-has-promo.has-related-post.is-single-post #main-content {
        padding: 60px 0;
    }
    #featured-title .main-title {
        font-size: 34px;
    }
    #featured-title .sub-title {
        font-size: 16px;
    }
    .hentry .post-tags,
    .hentry .post-author {
        margin-top: 40px;
    }
    #footer {
        padding: 60px 0 !important;
    }
    #footer-widgets .footer-grid > .col:last-child > .widget:last-child {
        margin-bottom: 0;
    }
    .footer-grid.special-grid .width570 {
        width: 100%;
    }
    .footer-grid.special-grid .width200 {
        width: 33.333%;
    }
    #footer-widgets .widget.widget_instagram .instagram-wrap,
    #footer-widgets .widget.widget_flickr .flickr-wrap {
        max-width: 400px;
    }
    .footer-promotion,
    .footer-has-promo.is-single-post .related-news {
        padding: 60px 0;
    }
    .footer-promotion .bauer-subscribe {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    #header-aside .aside-content .inner > span.info-two {
        display: none;
    }
    #header-aside .aside-content .inner > span.info-one {
        border: 0;
    }
    .search-style-fullscreen .search_form {
        width: 80%;
    }
    #featured-title .inner-wrap,
    #featured-title .title-group,
    #featured-title #breadcrumbs {
        display: block;
        width: 100%;
        text-align: left;
    }
    #featured-title .sub-title {
        display: none;
    }
    .hentry .post-author {
        text-align: center;
    }
    .hentry .post-author .author-avatar {
        float: none;
        margin: 0 auto 20px;
    }
    .comment-list article .gravatar {
        float: none;
        margin: 0 0 15px;
    }
    .comment-meta,
    .comment-text {
        margin-bottom: 15px;
    }
    #comments .name-wrap,
    #comments .email-wrap,
    #comments .url-wrap {
        width: 100%;
        float: none;
        margin: 0;
    }
    #footer-widgets .footer-grid .col {
        width: 100%;
    }
    .footer-grid.special-grid .width200 {
        width: 100%;
    }
    #bottom .bottom-bar-inner-wrap,
    #bottom .bottom-bar-copyright,
    #bottom .bottom-bar-menu {
        width: 100%;
        display: block;
        text-align: center;
        padding: 0;
    }
    #bottom .bottom-bar-menu {
        margin: 10px 0 0;
    }
    #bottom .bottom-bar-inner-wrap {
        padding: 30px 0 27px;
    }
    .hentry .post-title {
        padding-right: 0px;
    }
    .hentry .post-link {
        position: static;
        margin-bottom: 10px;
    }
}


/*
ELEMENTS STYLE
-------------------------------------------------------------- */


/* Accordions & Toggles
-------------------------------------------------------------- */

.bauer-accordions .accordion-item {
    margin-bottom: 10px;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
}

.bauer-accordions .accordion-item .accordion-heading {
    position: relative;
    font-size: 16px;
    margin-bottom: 0;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    padding: 24px 35px 24px 35px;
    transition: color ease 0.3s, background ease 0.3s;
}

.bauer-accordions .accordion-item .accordion-heading > .inner {
    display: block;
    position: relative;
}

.bauer-accordions .accordion-item .accordion-heading:hover {
    color: #f35c27;
}

.bauer-accordions .accordion-item .accordion-heading > .inner:before {
    content: "\3a";
    font-family: "ElegantIcons";
    font-size: 20px;
    line-height: 22px;
    font-weight: normal;
    color: #777;
    position: absolute;
    right: -5px;
    top: 0;
    transition: all ease 0.3s;
}

.bauer-accordions .accordion-item.active .accordion-heading > .inner:before {
    transform: rotate(180deg);
}

.bauer-accordions .accordion-item .accordion-content > p:last-child {
    margin-bottom: 0;
}

.bauer-accordions .accordion-item.has-number .accordion-heading > .inner {
    position: relative;
    padding-left: 50px;
}

.bauer-accordions .accordion-item .accordion-content {
    padding: 30px 35px 40px 35px;
    border-radius: 0 0 5px 5px;
}


/* Style 1 */

.bauer-accordions .accordion-item.style-1.active .accordion-heading,
.bauer-accordions .accordion-item.style-1.active .accordion-heading > .inner:before {
    color: #f35c27;
}

.bauer-accordions .accordion-item.style-1.active .accordion-heading {
    border-bottom: 1px solid #e7e7e7;
}

.bauer-accordions .accordion-item.style-1 .accordion-content {
    background-color: #f7f9fa;
}


/* Style 2 */

.bauer-accordions .accordion-item.style-2 .accordion-heading {
    background-color: #fff;
}

.bauer-accordions .accordion-item.style-2 .accordion-content {
    background-color: #fff;
}

.bauer-accordions .accordion-item.style-2.active .accordion-heading,
.bauer-accordions .accordion-item.style-2.active .accordion-heading > .inner:before {
    color: #fff;
}

.bauer-accordions .accordion-item.style-2.active .accordion-heading {
    border-radius: 5px 5px 0 0;
    background-color: #f35c27;
}


/* Step Box
-------------------------------------------------------------- */

.bauer-step-box {
    text-align: center;
    position: relative;
}

.bauer-step-box:before {
    content: "";
    position: absolute;
    left: 0;
    top: 23px;
    width: 100%;
    height: 3px;
    background: linear-gradient(45deg, #fff 0%, #f35c27 10%, #f35c27 90%, #fff 100%);
    background: -webkit-linear-gradient(45deg, #fff 0%, #f35c27 10%, #f35c27 90%, #fff 100%);
}

.bauer-step-box .step-wrap {
    margin: 0 -20px;
}

.bauer-step-box .number-box {
    float: left;
    padding: 0 20px;
    position: relative;
    padding-top: 80px;
}

.bauer-step-box .number-box.col-6 {
    width: 16.666%;
}

.bauer-step-box .number-box.col-5 {
    width: 20%;
}

.bauer-step-box .number-box.col-4 {
    width: 25%;
}

.bauer-step-box .number-box.col-3 {
    width: 33.333%;
}

.bauer-step-box .number-box.col-2 {
    width: 50%;
}

.bauer-step-box .number-box .number {
    width: 50px;
    height: 50px;
    line-height: 44px;
    border-radius: 50%;
    background-color: #fff;
    border: 3px solid #f35c27;
    text-align: center;
    font-size: 22px;
    color: #f35c27;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    transition: all ease 0.3s;
}

.bauer-step-box .number-box:hover .number {
    box-shadow: 0 0 0 5px rgba(243, 92, 39, 0.2);
    background-color: #f35c27;
    color: #fff;
}

.bauer-step-box .number-box .heading {
    font-size: 22px;
    line-height: 35px;
    margin: 0;
}

.bauer-step-box .number-box .desc {
    margin: 13px 0 0;
}

@media only screen and ( max-width: 991px) {
    .bauer-step-box:before {
        display: none;
    }
    .bauer-step-box .step-wrap {
        margin: 0;
    }
    .bauer-step-box .number-box {
        padding-top: 70px;
        margin: 0 0 40px;
        width: 100% !important;
    }
    .bauer-step-box .number-box:last-child {
        margin-bottom: 0;
    }
}


/* Action Box
-------------------------------------------------------------- */

.bauer-action-box .inner {
    display: table;
    overflow: hidden;
    width: 100%;
    padding: 10px;
}

.bauer-action-box .heading-wrap {
    display: table-cell;
    margin: 0;
    text-align: left;
    vertical-align: middle;
    width: 70%;
}

.bauer-action-box .heading-wrap .heading {
    margin: 0;
}

.bauer-action-box .url-wrap {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
    width: 20%;
    padding-top: 8px;
}

@media only screen and ( max-width: 1230px) {
    .bauer-action-box .heading-wrap {
        width: 60%;
    }
    .bauer-action-box .url-wrap {
        width: 40%;
    }
}

@media only screen and ( max-width: 991px) {
    .bauer-action-box .inner,
    .bauer-action-box .heading-wrap,
    .bauer-action-box .url-wrap {
        width: 100%;
        display: block;
        text-align: center;
        margin: 0;
    }
    .bauer-action-box.has-icon .heading-wrap > .text-wrap {
        padding: 0 !important;
    }
    .bauer-action-box .heading-wrap {
        padding: 0;
        margin: 0 0 25px;
    }
    .bauer-action-box .url-wrap {
        padding-top: 0 !important;
    }
}


/* Grid Box
-------------------------------------------------------------- */

.bauer-grid-box.grid2 .grid-item {
    width: 50%;
}

.bauer-grid-box.grid3 .grid-item {
    width: 33.333%;
}

.bauer-grid-box.grid4 .grid-item {
    width: 25%;
    position: relative;
}

.bauer-grid-box .grid-row:first-child {
    border-top: 1px solid #c2c2c2;
    border-left: 1px solid #c2c2c2;
}

.bauer-grid-box .grid-row:not(:first-child) {
    border-left: 1px solid #c2c2c2;
}

.bauer-grid-box .grid-item {
    float: left;
    border-right: 1px solid #c2c2c2;
    border-bottom: 1px solid #c2c2c2;
}

.bauer-grid-box.border-dark .grid-row:first-child {
    border-top: 1px solid rgba(138, 153, 192, 0.4);
    border-left: 1px solid rgba(138, 153, 192, 0.4);
}

.bauer-grid-box.border-dark .grid-row:not(:first-child) {
    border-left: 1px solid rgba(138, 153, 192, 0.4);
}

.bauer-grid-box.border-dark .grid-item {
    float: left;
    border-right: 1px solid rgba(138, 153, 192, 0.4);
    border-bottom: 1px solid rgba(138, 153, 192, 0.4);
}

.bauer-grid-box.border-verylight .grid-row:first-child {
    border-top: 1px solid #e7e7e7;
    border-left: 1px solid #e7e7e7;
}

.bauer-grid-box.border-verylight .grid-row:not(:first-child) {
    border-left: 1px solid #e7e7e7;
}

.bauer-grid-box.border-verylight .grid-item {
    float: left;
    border-right: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

.bauer-grid-box.no-border-wrap .grid-row:first-child,
.bauer-grid-box.no-border-wrap .grid-row:not(:first-child) {
    border: 0 !important;
}

.bauer-grid-box.no-border-wrap .grid-row .grid-item:last-child {
    border-right: 0 !important;
}

.bauer-grid-box.no-border-wrap .grid-row:last-child .grid-item {
    border-bottom: 0 !important;
}

.bauer-grid-box.no-borders .grid-row,
.bauer-grid-box.no-borders .grid-item {
    border: 0 !important;
}

.bauer-grid-box.no-borders.v-60 .grid-row {
    margin: 0 -30px;
}

.bauer-grid-box.no-borders.v-60 .grid-row .grid-item {
    padding: 0 30px;
}

.bauer-grid-box.no-borders.v-55 .grid-row {
    margin: 0 -22.5px;
}

.bauer-grid-box.no-borders.v-55 .grid-row .grid-item {
    padding: 0 22.5px;
}

.bauer-grid-box.no-borders.v-50 .grid-row {
    margin: 0 -25px;
}

.bauer-grid-box.no-borders.v-50 .grid-row .grid-item {
    padding: 0 25px;
}

.bauer-grid-box.no-borders.v-45 .grid-row {
    margin: 0 -22.5px;
}

.bauer-grid-box.no-borders.v-45 .grid-row .grid-item {
    padding: 0 22.5px;
}

.bauer-grid-box.no-borders.v-40 .grid-row {
    margin: 0 -20px;
}

.bauer-grid-box.no-borders.v-40 .grid-row .grid-item {
    padding: 0 20px;
}

.bauer-grid-box.no-borders.v-35 .grid-row {
    margin: 0 -17.5px;
}

.bauer-grid-box.no-borders.v-35 .grid-row .grid-item {
    padding: 0 17.5px;
}

.bauer-grid-box.no-borders.v-30 .grid-row {
    margin: 0 -15px;
}

.bauer-grid-box.no-borders.v-30 .grid-row .grid-item {
    padding: 0 15px;
}

.bauer-grid-box.no-borders.v-25 .grid-row {
    margin: 0 -12.5px;
}

.bauer-grid-box.no-borders.v-25 .grid-row .grid-item {
    padding: 0 12.5px;
}

.bauer-grid-box.no-borders.v-20 .grid-row {
    margin: 0 -10px;
}

.bauer-grid-box.no-borders.v-20 .grid-row .grid-item {
    padding: 0 10px;
}

.bauer-grid-box.no-borders.v-15 .grid-row {
    margin: 0 -7.5px;
}

.bauer-grid-box.no-borders.v-15 .grid-row .grid-item {
    padding: 0 7.5px;
}

.bauer-grid-box.no-borders.v-10 .grid-row {
    margin: 0 -5px;
}

.bauer-grid-box.no-borders.v-10 .grid-row .grid-item {
    padding: 0 5px;
}

.bauer-grid-box.no-borders.v-5 .grid-row {
    margin: 0 -2.5px;
}

.bauer-grid-box.no-borders.v-5 .grid-row .grid-item {
    padding: 0 2.5px;
}

.bauer-grid-box.no-borders.h-50 .grid-row {
    margin-bottom: 50px;
}

.bauer-grid-box.no-borders.h-45 .grid-row {
    margin-bottom: 45px;
}

.bauer-grid-box.no-borders.h-40 .grid-row {
    margin-bottom: 40px;
}

.bauer-grid-box.no-borders.h-35 .grid-row {
    margin-bottom: 35px;
}

.bauer-grid-box.no-borders.h-30 .grid-row {
    margin-bottom: 30px;
}

.bauer-grid-box.no-borders.h-25 .grid-row {
    margin-bottom: 25px;
}

.bauer-grid-box.no-borders.h-20 .grid-row {
    margin-bottom: 20px;
}

.bauer-grid-box.no-borders.h-15 .grid-row {
    margin-bottom: 15px;
}

.bauer-grid-box.no-borders.h-10 .grid-row {
    margin-bottom: 10px;
}

.bauer-grid-box.no-borders.h-5 .grid-row {
    margin-bottom: 5px;
}

.bauer-grid-box.no-borders .grid-row:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 991px) {
    .wpb_row.no-padding .bauer-grid-box {
        max-width: 90%;
        margin: 0 auto;
    }
    .bauer-grid-box .grid-item {
        width: 100% !important;
        padding: 35px 0;
    }
    .bauer-grid-box .grid-row,
    .bauer-grid-box .grid-item {
        border-width: 0 !important;
    }
    .bauer-grid-box .grid-item {
        border-top: 1px solid #c2c2c2 !important;
    }
    .bauer-grid-box.border-dark .grid-item {
        border-top: 1px solid rgba(138, 153, 192, 0.4) !important;
    }
    .bauer-grid-box.border-verylight .grid-item {
        border-top: 1px solid #e7e7e7 !important;
    }
    .bauer-grid-box .grid-row:first-child .grid-item:first-child {
        border-top: 0 !important;
    }
    .bauer-grid-box.no-borders .grid-row {
        margin-bottom: 0 !important;
        margin: 0 !important;
    }
    .bauer-grid-box.no-borders .grid-item {
        padding: 0 !important;
    }
    .bauer-grid-box.no-borders .grid-item {
        margin-bottom: 30px !important;
    }
}


/* Links
-------------------------------------------------------------- */

.bauer-links {
    color: #777;
    font-weight: 500;
    font-size: 15px;
}

.bauer-links > span {
    position: relative;
    display: inline-block;
    transition: transform ease 0.3s;
}

.bauer-links.accent,
.bauer-links:hover {
    color: #f35c27;
}

.bauer-links > span:before,
.bauer-links > span:after {
    content: '\24';
    font-family: "ElegantIcons";
    font-size: 28px;
    line-height: normal;
    position: absolute;
    top: 0;
    right: 0;
    transition: all ease 0.3s;
}


/* Style 1 */

.bauer-links.link-style-1 > span:before,
.bauer-links.link-style-1 > span:after {
    opacity: 0;
}

.bauer-links.link-style-1:hover > span:after {
    opacity: 1;
    right: -32px;
}

.bauer-links.link-style-1:hover > span {
    transform: translateX(-5px);
}


/* Style 2 */

.bauer-links.link-style-2 > span:before {
    right: 12px;
    opacity: 0;
}

.bauer-links.link-style-2:hover > span:before {
    opacity: 1;
    right: 0;
}

.bauer-links.link-style-2:hover > span:after {
    opacity: 0;
    right: -12px;
}

.bauer-links.link-style-2 > span {
    padding-right: 32px;
}


/* Style 3 */

.bauer-links.link-style-3 {
    position: relative;
    display: inline-block;
}

.bauer-links.link-style-3 > span:before,
.bauer-links.link-style-3 > span:after {
    display: none;
}

.bauer-links.link-style-3:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 3px;
    background-color: #f35c27;
    -webkit-transition: all 0.3s cubic-bezier(0.2, 0.8, 0.3, 1.2);
    transition: all 0.3s cubic-bezier(0.2, 0.8, 0.3, 1.2);
}

.bauer-links.link-style-3:hover:after {
    width: 100%;
}


/* Button
-------------------------------------------------------------- */

.button-wrap {
    display: inline-block;
}

.button-wrap.has-icon .bauer-button > span {
    position: relative;
    display: inline-block;
}

.button-wrap.has-icon .bauer-button > span > .icon {
    position: absolute;
    top: 0;
    line-height: normal;
}

.button-wrap.has-icon.icon-right .bauer-button > span {
    padding-right: 18px;
}

.button-wrap.has-icon.icon-right .bauer-button > span > .icon {
    right: 0;
}

.button-wrap.has-icon.icon-left .bauer-button > span {
    padding-left: 18px;
}

.button-wrap.has-icon.icon-left .bauer-button > span > .icon {
    left: 0;
}

.bauer-button {
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.25px;
    background-color: transparent;
    display: inline-block;
    transition: all ease 0.3s;
}

.bauer-button.xsmall {
    padding: 7px 30px;
}

.bauer-button.small {
    padding: 9px 40px;
}

.bauer-button.medium {
    padding: 11px 44px;
}

.bauer-button.big {
    padding: 13px 48px;
}

.bauer-button.outline {
    border-width: 1px;
}

.bauer-button.outline-2 {
    border-width: 2px;
}

.bauer-button.outline.xsmall {
    padding: 5px 29px;
}

.bauer-button.outline.small {
    padding: 5px 29px;
}

.bauer-button.outline.medium {
    padding: 9px 42px;
}

.bauer-button.outline.big {
    padding: 11px 39px;
}

.bauer-button.outline.solid,
.bauer-button.outline-2.solid {
    border-style: solid;
}

.bauer-button.outline.dotted,
.bauer-button.outline-2.dotted {
    border-style: dotted;
}

.bauer-button.outline.dashed,
.bauer-button.outline-2.dashed {
    border-style: dashed;
}


/* Accent */

.bauer-button.accent {
    background-color: #f35c27;
    color: #fff;
}

.bauer-button.accent:hover {
    background-color: #363636 !important;
    color: #fff
}

.bauer-button.accent .icon {
    color: #fff;
}

.bauer-button.accent:hover .icon {
    color: #fff;
}


/* Outline Accent */

.bauer-button.outline.outline-accent {
    border-color: #f35c27;
    color: #f35c27;
}

.bauer-button.outline.outline-accent:hover {
    background-color: #f35c27;
    border-color: #f35c27;
    color: #fff;
}

.bauer-button.outline.outline-accent .icon {
    color: #f35c27;
}

.bauer-button.outline.outline-accent:hover .icon {
    color: #fff;
}

.bauer-button.icon_style_1 > span {
    position: relative;
    display: inline-block;
    padding-right: 13px;
    transition: transform ease 0.3s;
}

.bauer-button.icon_style_1 > span:before,
.bauer-button.icon_style_1 > span:after {
    content: '\f105';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 15px;
    line-height: 28px;
    font-style: normal;
    position: absolute;
    top: 0;
    right: 0;
    transition: all ease 0.3s;
}

.bauer-button.icon_style_1 > span:before {
    right: 12px;
    opacity: 0;
}

.bauer-button.icon_style_1:hover > span:before {
    opacity: 1;
    right: 0;
}

.bauer-button.icon_style_1:hover > span:after {
    opacity: 0;
    right: -12px;
}

.bauer-button.icon_style_2 > span {
    position: relative;
    display: inline-block;
    padding-right: 22px;
    transition: transform ease 0.3s;
}

.bauer-button.icon_style_2 > span:before,
.bauer-button.icon_style_2 > span:after {
    content: '\24';
    font-family: "ElegantIcons";
    font-size: 20px;
    line-height: 28px;
    position: absolute;
    top: 0;
    right: 0;
    transition: all ease 0.3s;
}

.bauer-button.icon_style_2 > span:before {
    right: 12px;
    opacity: 0;
}

.bauer-button.icon_style_2:hover > span:before {
    opacity: 1;
    right: 0;
}

.bauer-button.icon_style_2:hover > span:after {
    opacity: 0;
    right: -12px;
}


/* Content Box
-------------------------------------------------------------- */

.bauer-content-box > .inner {
    border-style: solid;
    border-color: transparent;
    z-index: 1;
    position: relative;
    overflow: hidden;
    transition: all ease-out .2s;
}

.bauer-content-box > .inner:after {
    z-index: -1;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.bauer-content-box > .inner.accent,
.bauer-content-box > .inner.dark-accent,
.bauer-content-box > .inner.light-accent {
    background-color: #f35c27;
}


/* CountDown
-------------------------------------------------------------- */

.bauer-countdown .column {
    background-color: #fff;
    padding: 45px 0 50px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    display: inline-block;
    width: 23%;
    position: relative;
    margin: 0 0 0 2.5%;
    text-align: center;
}

.bauer-countdown .column:nth-child(1) {
    margin-left: 0;
}

.bauer-countdown .numb {
    color: #030f27;
    font-size: 46px;
    line-height: 58px;
    font-weight: 700;
}

.bauer-countdown .text {
    font-size: 16px;
    color: #999;
}

@media only screen and ( max-width: 991px) {
    .bauer-countdown .column {
        width: 48%;
        margin-left: 4%;
        margin-bottom: 30px;
    }
    .bauer-countdown .column:nth-child(3) {
        margin-left: 0;
    }
}


/* Counter
-------------------------------------------------------------- */

.bauer-counter .number-wrap {
    color: #030f27;
    margin: 0;
}

.bauer-counter .icon {
    color: #777;
}

.bauer-counter .icon.accent,
.bauer-counter .prefix.accent,
.bauer-counter .suffix.accent,
.bauer-counter .number.accent {
    color: #f35c27;
}

.bauer-counter .number,
.bauer-counter .heading {
    margin: 0;
}

.bauer-counter .inner {
    display: table;
    overflow: hidden;
    width: 100%;
}

.bauer-counter .left-wrap {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
    width: 50%;
}

.bauer-counter .right-wrap {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    width: 50%;
}

.bauer-counter.style-2 {
    text-align: center;
}

@media only screen and ( max-width: 991px) {
    .bauer-counter .left-wrap,
    .bauer-counter .icon {
        margin: 0 0 7px !important;
    }
    .bauer-counter .inner,
    .bauer-counter .left-wrap,
    .bauer-counter .right-wrap {
        display: block;
        width: 100% !important;
        margin: 0 !important;
        text-align: center;
    }
    .bauer-counter .number-wrap,
    .bauer-counter .heading {
        max-width: none !important;
        margin: 0;
    }
}


/* Divider
-------------------------------------------------------------- */

.bauer-divider {
    display: block;
    width: 100%;
    height: 0;
    background: none;
    margin: 0 auto;
}

.bauer-divider.divider-right {
    margin: 0;
    float: right;
}

.bauer-divider.divider-left {
    margin: 0;
    float: left;
}

.bauer-divider .divider-icon {
    display: inline-block;
    position: relative;
}

.bauer-divider .divider-icon-before {
    display: block;
    position: absolute;
    top: 50%;
    border-bottom: solid 1px #f1f1f1;
    right: 100%;
    width: 9999px;
    margin-top: -0.5px;
}

.bauer-divider .divider-icon-after {
    display: block;
    position: absolute;
    top: 50%;
    border-bottom: solid 1px #f1f1f1;
    left: 100%;
    width: 9999px;
    margin-top: -0.5px;
}

.bauer-divider.divider-solid {
    border-top: 1px solid #f1f1f1
}

.bauer-divider.divider-dashed {
    border-top: 1px dashed #f1f1f1
}

.bauer-divider.divider-dotted {
    border-top: 1px dotted #f1f1f1
}

.bauer-divider.divider-double,
.bauer-divider.has-icon .divider-double {
    height: 1px;
    padding-top: 1px;
    padding-bottom: 1px;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
}

.bauer-divider.has-icon {
    display: block;
    height: auto;
    margin: 0 auto;
    text-align: center;
    border: none;
    overflow: hidden;
}

.bauer-divider.has-icon .icon-wrap {
    display: inline-block;
    padding: 0 12px;
    font-size: 16px;
}

.bauer-divider.has-icon .icon-wrap > span {
    display: inline-block;
}

.bauer-divider.has-icon .icon-wrap > span.accent {
    color: #f35c27;
}

.bauer-divider.has-icon .divider-dotted {
    border-style: dotted;
}

.bauer-divider.has-icon .divider-dashed {
    border-style: dashed;
}

.divider-icon-before.accent,
.divider-icon-after.accent,
.bauer-divider.has-icon .divider-double.accent {
    border-color: #f35c27;
}


/* Product
-------------------------------------------------------------- */

.bauer-products .products {
    list-style: none;
    margin: 0;
}

.bauer-products .products li {
    float: none;
    padding: 5px;
    margin: 0;
}

.bauer-products .products li .product-info {
    background-color: #fff;
}

.bauer-products .products li .star-rating {
    width: 85px;
    height: 17px;
    background: url(/wp-content/themes/bauer/assets/img/star.png) repeat-x left 0;
}

.bauer-products .products li .star-rating span {
    background: url(/wp-content/themes/bauer/assets/img/star.png) repeat-x left -34px;
    height: 0;
    padding-top: 17px;
    overflow: hidden;
    float: left;
}


/* Tabs
-------------------------------------------------------------- */

.bauer-tabs .tab-title {
    margin: 0;
    border-bottom: 1px solid #ddd;
}

.bauer-tabs .tab-title .item-title {
    font-size: 18px;
    line-height: 30px;
    color: #999;
    padding: 0;
    list-style: none;
    margin: 0 5px 0 0;
    display: inline-block;
    background-color: #f3f3f3
}

.bauer-tabs .tab-title .item-title.active {
    position: relative;
    top: 1px;
}

.bauer-tabs .tab-title .item-title > span {
    cursor: pointer;
    padding: 8px 38px 8px;
    transition: none;
    border-bottom: none;
    display: inline-block;
}

.bauer-tabs .tab-content .item-content > p:last-child {
    margin: 0;
}


/* Style 1 */

.bauer-tabs.style-1 .tab-title .item-title.active {
    background-color: #fff;
    color: #030f27;
}

.bauer-tabs.style-1 .tab-title .item-title.active > span {
    padding-top: 9px;
    padding-bottom: 7px;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd !important;
    border-right: 1px solid #ddd !important;
    border-bottom: 1px solid #fff !important;
}

.bauer-tabs.style-1 .tab-content .item-content {
    padding: 29px 37px 23px 37px;
    border: 1px solid #ddd;
    border-top: 0;
}


/* Style 2 */

.bauer-tabs.style-2 .tab-title .item-title.active {
    background-color: #f35c27;
    color: #fff;
}

.bauer-tabs.style-2 .tab-title .item-title.active > span {
    border-top: 1px solid #f35c27;
}

.bauer-tabs.style-2 .tab-content .item-content {
    padding: 33px 37px 23px 37px;
    border: 1px solid #ddd;
    border-top: 0;
}


/* Style 3 */

.bauer-tabs.style-3 .tab-title {
    border-bottom: 0;
    border-right: 1px solid #ddd;
}

.bauer-tabs.style-3 .tab-title .item-title.active {
    top: 0;
    left: 1px;
    background-color: #f35c27;
    color: #fff;
}

.bauer-tabs.style-3 .tab-title .item-title {
    display: block;
    margin: 0 0 5px 0;
}

.bauer-tabs.style-3 .tab-title .item-title > span {
    display: block;
    padding: 10px 0;
    text-align: center;
}

.bauer-tabs.style-3 .tab-content .item-content {
    padding: 32px 32px 40px;
    border: 1px solid #ddd;
    border-left: 0;
    overflow: hidden;
}

.bauer-tabs.style-3 {
    display: table;
}

.bauer-tabs.style-3 .tab-title {
    display: table-cell;
}

.bauer-tabs.style-3 .tab-content-wrap {
    display: table-cell;
}


/* Style 4 */

.bauer-tabs.style-4 .tab-title {
    border-bottom: 0;
    border-right: 1px solid #ddd;
}

.bauer-tabs.style-4 .tab-title .item-title.active {
    top: 0;
    left: 1px;
    background-color: #030f27;
    color: #fff;
}

.bauer-tabs.style-4 .tab-title .item-title {
    display: block;
    margin: 0 0 5px 0;
}

.bauer-tabs.style-4 .tab-title .item-title > span {
    display: block;
    padding: 10px 0;
    text-align: center;
}

.bauer-tabs.style-4 .tab-content .item-content {
    padding: 32px 32px 40px;
    border: 1px solid #ddd;
    border-left: 0;
    overflow: hidden;
}

.bauer-tabs.style-4 {
    display: table;
}

.bauer-tabs.style-4 .tab-title {
    display: table-cell;
}

.bauer-tabs.style-4 .tab-content-wrap {
    display: table-cell;
}

.bauer-tabs.title-w150 .tab-title {
    width: 150px;
}

.bauer-tabs.title-w160 .tab-title {
    width: 160px;
}

.bauer-tabs.title-w170 .tab-title {
    width: 170px;
}

.bauer-tabs.title-w180 .tab-title {
    width: 180px;
}

.bauer-tabs.title-w190 .tab-title {
    width: 190px;
}

.bauer-tabs.title-w200 .tab-title {
    width: 200px;
}

.bauer-tabs.title-w220 .tab-title {
    width: 220px;
}

.bauer-tabs.title-w240 .tab-title {
    width: 240px;
}

.bauer-tabs.title-w260 .tab-title {
    width: 260px;
}

.bauer-tabs.title-w280 .tab-title {
    width: 280px;
}

.bauer-tabs.title-w300 .tab-title {
    width: 300px;
}

@media only screen and (max-width: 991px) {
    .bauer-tabs .tab-title {
        border: 0;
    }
    .bauer-tabs .tab-title .item-title,
    .bauer-tabs .tab-title .item-title > span {
        display: block;
        margin: 0px;
    }
    .bauer-tabs .tab-title .item-title > span {
        margin-bottom: 5px;
    }
    .bauer-tabs .tab-title .item-title.active {
        top: 0;
    }
    .bauer-tabs.style-1 .tab-title .item-title.active > span {
        border-bottom: 1px solid #ddd !important;
    }
    .bauer-tabs.style-3,
    .bauer-tabs.style-3 .tab-title,
    .bauer-tabs.style-3 .tab-content-wrap,
    .bauer-tabs.style-4,
    .bauer-tabs.style-4 .tab-title,
    .bauer-tabs.style-4 .tab-content-wrap {
        width: 100% !important;
        display: block;
    }
    .bauer-tabs.style-3 .tab-title,
    .bauer-tabs.style-4 .tab-title {
        border: 0;
    }
    .bauer-tabs.style-4 .tab-title .item-title.active > span {
        border-right: 1px solid #ddd!important;
    }
    .bauer-tabs .tab-content .item-content {
        padding: 20px 0 0;
    }
}

/* Advanced Tabs
-------------------------------------------------------------- */

.bauer-adv-tabs .tab-title .item-title {
    display: table-cell;
    width: 1%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
}

.bauer-adv-tabs .tab-title {
    box-shadow: inset 0 -2px #e8e8ec;
}

.bauer-adv-tabs .tab-title .item-title .title {
    display: block;
    text-align: center;
    margin-bottom: 22px;
    vertical-align: middle;
}

.bauer-adv-tabs .tab-title .item-title .anchor-link {
    display: inline-block;
    cursor: pointer;
    font-size: 18px;
    color: #777;
}

.bauer-adv-tabs .tab-title .item-title.active .anchor-link {
    box-shadow: inset 0 -2px #f35c27;
    color: #030f27;
    position: relative;
}

.bauer-adv-tabs .tab-title .item-title.active .anchor-link .icon {
    color: #f35c27;
}

.bauer-adv-tabs .tab-title .item-title .anchor-link .icon {
    transition: transform ease 0.3s;
    display: inline-block;
    line-height: normal;
}

.bauer-adv-tabs .tab-title .item-title .anchor-link:hover .icon {
    transform: translateY(-3px);
}


/* Style 2 */

.bauer-adv-tabs.style-2 .tab-title {
    box-shadow: inset 0 -1px #414757;
}

.bauer-adv-tabs.style-2 .tab-title .item-title .anchor-link {
    color: #cacaca;
}

.bauer-adv-tabs.style-2 .tab-title .item-title.active .anchor-link {
    color: #fff;
}

.bauer-adv-tabs.style-2 .tab-title .item-title .anchor-link .icon {
    color: #777;
}

.bauer-adv-tabs.style-2 .tab-title .item-title.active .anchor-link .icon {
    color: #f35c27;
}

@media only screen and ( max-width: 991px) {
    .bauer-adv-tabs .anchor-link .image-icon,
    .bauer-adv-tabs .tab-title .item-title .anchor-link .icon {
        display: none;
    }
}

@media only screen and ( max-width: 767px) {
    .bauer-adv-tabs .tab-title .item-title .title {
        margin-bottom: 0;
    }
    .bauer-adv-tabs .tab-title .item-title {
        display: inline;
        width: 100%;
    }
    .bauer-adv-tabs.style-1 .tab-title,
    .bauer-adv-tabs.style-2 .tab-title,
    .bauer-adv-tabs .tab-title .item-title.active .anchor-link {
        box-shadow: none;
        text-align: center;
    }
    .bauer-adv-tabs.style-1 .tab-title .item-title .anchor-link {
        border: 2px solid #e8e8ec;
        padding: 7px 10px;
        margin: 0 4px 8px 4px;
    }
    .bauer-adv-tabs.style-2 .tab-title .item-title .anchor-link {
        border: 1px solid #414757;
        padding: 7px 10px;
        margin: 0 4px 8px 4px;
    }
}


/* Menu List
-------------------------------------------------------------- */

.bauer-menu-list {
    padding: 10px 20px;
}

.bauer-menu-list .text {
    float: left;
    line-height: normal;
}

.bauer-menu-list .value {
    float: right;
    color: #777;
    line-height: normal;
    background-color: transparent;
}


/* Fancy Text
-------------------------------------------------------------- */

.bauer-fancy-text.scroll {
    overflow: hidden;
    vertical-align: baseline;
}

.bauer-fancy-text.scroll .heading {
    margin: 0;
}

.bauer-fancy-text.scroll .heading {
    transition: margin-top 0.4s ease-in-out;
}

.bauer-fancy-text.typed .typed-cursor {
    opacity: 1;
    animation: blink 0.7s infinite;
}

@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


/* Advanced Text
-------------------------------------------------------------- */

.bauer-text {
    margin-bottom: 0;
}

.bauer-text > p:last-child {
    margin-bottom: 0;
}


/* Single Heading
-------------------------------------------------------------- */

.bauer-single-heading > .inner {
    position: relative;
    display: inline-block;
}

.bauer-single-heading .heading {
    display: inline-block;
}

.bauer-single-heading.has-line .heading {
    padding-left: 50px;
}

.bauer-single-heading .heading.accent {
    color: #f35c27;
}

.bauer-single-heading .line {
    position: absolute;
    left: 0;
    top: 12px;
    width: 40px;
    height: 2px;
    background-color: #2b79c3;
}

.bauer-single-heading .line.accent {
    background-color: #f35c27;
}

.bauer-single-heading.text-center > .inner {
    margin: 0 auto;
}


/* Headings
-------------------------------------------------------------- */

.bauer-headings .sep.accent {
    background-color: #f35c27;
}

.bauer-headings.text-center .sep {
    text-align: center;
    margin: 0 auto;
}

.bauer-headings.text-right .sep {
    float: right;
}

.bauer-headings .heading,
.bauer-headings .sub-heading {
    margin-bottom: 0;
}

.bauer-headings .heading.accent {
    color: #f35c27;
}

.bauer-headings .heading > span {
    margin-left: 5px;
    display: inline-block;
    width: 50px;
    height: 3px;
    background-color: #f35c27;
}

.bauer-headings.left-sep {
    position: relative;
}

.bauer-headings.left-sep .sep {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

@media only screen and ( max-width: 767px) {
    .bauer-headings.text-center {
        padding: 0 15px;
    }
}


/* Hero Section
-------------------------------------------------------------- */

.hero-section {
    position: relative;
    text-align: center;
}

.hero-section .hero-content {
    position: relative;
    z-index: 20;
}

.hero-section .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.hero-section .hero-arrow {
    z-index: 99999;
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: 20px;
    height: 20px;
    line-height: 22px;
    text-align: center;
    transform: translate3d(-50%, 0, 0);
    animation-fill-mode: both;
    animation-timing-function: linear;
    animation-duration: 2s;
}

.hero-section .hero-arrow:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.hero-section .hero-arrow.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.hero-section .hero-arrow:before {
    content: "\f103";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
    color: #fff;
    display: inline-block;
}

.hero-section .hero-arrow.style-2:before {
    content: "\f107";
    font-size: 20px;
}


/* Icon Box
-------------------------------------------------------------- */

.bauer-icon-box .heading {
    margin-bottom: 0;
}

.bauer-icon-box .desc > p:last-child {
    margin: 0;
}


/* Icon top */

.bauer-icon-box.icon-top .heading {
    margin-top: 20px;
}

.bauer-icon-box.icon-top.align-center {
    text-align: center;
}

.bauer-icon-box.icon-top.align-center .icon,
.bauer-icon-box.icon-top.align-center .image-wrap {
    margin: 0 auto;
}

.bauer-icon-box.icon-top.align-right {
    text-align: right;
}

.bauer-icon-box.icon-top.align-right .icon,
.bauer-icon-box.icon-top.align-right .image-wrap {
    margin: 0;
}


/* Icon left */

.bauer-icon-box.icon-left {
    position: relative;
}

.bauer-icon-box.icon-left .bauer-icon,
.bauer-icon-box.icon-left .image-wrap {
    position: absolute;
    left: 0;
    top: 0;
}


/* Icon right */

.bauer-icon-box.icon-right {
    position: relative;
}

.bauer-icon-box.icon-right .bauer-icon,
.bauer-icon-box.icon-right .image-wrap {
    position: absolute;
    right: 0;
    top: 5px;
}

.bauer-icon-box.icon-right .heading,
.bauer-icon-box.icon-right .desc,
.bauer-icon-box.icon-right .url-wrap {
    text-align: right
}


/* Icon left 2 */

.bauer-icon-box.icon-left2 .heading {
    margin: 0 0 40px 0;
}

.bauer-icon-box.icon-left2.has-width .heading {
    margin-top: 10px;
}

.bauer-icon-box.icon-left2 .bauer-icon,
.bauer-icon-box.icon-left2 .image-wrap {
    float: left;
}

.bauer-icon.accent > .icon {
    color: #f35c27;
}


/* Hover */

.bauer-icon-box.hover-style-1 {
    position: relative;
    overflow: hidden;
}

.bauer-icon-box.hover-style-1 > .hover {
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-bottom: 0px solid transparent;
    opacity: 0;
    transition: all ease 0.3s;
}

.bauer-icon-box.hover-style-1:hover > .hover {
    opacity: 1;
    border-bottom: 4px solid #f35c27;
}

.bauer-icon-box.hover-style-1:hover .heading,
.bauer-icon-box.hover-style-1:hover .heading a,
.bauer-icon-box.hover-style-1:hover .desc {
    color: #fff !important;
}

.bauer-icon-box.hover-style-1:hover .heading a:hover {
    opacity: 0.7;
}

.bauer-icon-box.hover-style-2 {
    position: relative;
    overflow: hidden;
}

.bauer-icon-box.hover-style-2 > .hover {
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-bottom: 0px solid transparent;
    border-style: solid;
    border-width: 1px 1px 4px 1px;
    border-color: transparent;
    opacity: 0;
    transition: all ease 0.3s;
}

.bauer-icon-box.hover-style-2:hover > .hover {
    opacity: 1;
    border-color: #e7e7e7 #e7e7e7 #f35c27 #e7e7e7;
}

.bauer-icon-box.hover-style-2:hover .heading a:hover {
    opacity: 0.7;
}


/* Icon List
-------------------------------------------------------------- */

.bauer-icon-list .icon-list-wrap,
.bauer-icon-list .icon-list-item {
    position: relative;
}

.bauer-icon-list .icon-list-wrap > .line {
    position: absolute;
    left: 30px;
    top: 1%;
    z-index: 1;
    height: 98%;
    border-left: 1px dashed #fff;
}

.bauer-icon-list .icon-list-item .bauer-icon {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.bauer-icon-list .icon-list-item .heading {
    font-size: 18px;
    margin-bottom: 0;
}


/* Icons
-------------------------------------------------------------- */

.bauer-icon {
    display: inline-block;
}

.bauer-icon .icon {
    font-size: 20px;
    text-align: center;
    display: inline-block;
    transition: all ease 0.3s;
}

.bauer-icon.accent .icon {
    color: #f35c27;
}

.bauer-icon.accent-bg .icon {
    background-color: #f35c27;
}


/* Image Box
-------------------------------------------------------------- */

.bauer-image-box .item .thumb {
    position: relative;
}

.bauer-image-box .item .thumb img {
    width: 100%;
    height: auto;
}

.bauer-image-box .item .thumb .hover-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: transparent;
    transition: all ease 0.3s;
}

.bauer-image-box:hover .item .thumb .hover-layer {
    opacity: 1;
    background-color: rgba(3, 15, 39, 0.8);
}

.bauer-image-box .item .thumb .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    line-height: 30px;
    margin-top: 10px;
    transition: all ease 0.3s;
}

.bauer-image-box:hover .item .thumb .icon {
    margin-top: 0;
}

.bauer-image-box .item .thumb .icon:hover {
    color: #fff;
}

.bauer-image-box .item .title {
    margin-bottom: 0;
    position: relative;
}


/* Style 1 */

.bauer-image-box.style-1 .item .title {
    font-size: 18px;
}

.bauer-image-box.style-1 .item .title a:hover {
    color: #f35c27;
}


/* Style 2 */

.bauer-image-box.style-2 .item .thumb {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.bauer-image-box.style-2 .item .thumb:after {
    content: "";
    position: absolute;
    left: 30%;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    transition: all ease 0.3s;
    background-color: rgba(3, 15, 39, 0.8);
    border-bottom: 5px solid #f35c27;
}

.bauer-image-box.style-2 .item:hover .thumb:after {
    left: 0;
    opacity: 1;
}

.bauer-image-box.style-2 .item:hover .thumb:before {
    width: 100%;
}

.bauer-image-box.style-2 .item .title {
    font-size: 22px;
}

.bauer-image-box.style-2 .item .text-wrap {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 40px 50px;
    opacity: 0;
    transform: translateX(-30px);
    transition: all ease 0.3s;
}

.bauer-image-box.style-2 .item:hover .text-wrap {
    opacity: 1;
    transform: translateY(0);
}

.bauer-image-box.style-2 .item .title,
.bauer-image-box.style-2 .item .desc {
    color: #fff;
}

.bauer-image-box.style-2 .item .title a:hover {
    color: #fff;
    opacity: 0.7;
}

.bauer-image-box.style-2 .item .title:before {
    background-color: #fff;
}


/* Style 3 */

.bauer-image-box.style-3 .inner {
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    overflow: hidden;
}

.bauer-image-box.style-3 .item .title {
    font-size: 18px;
}

.bauer-image-box.style-3 .item .title a:hover {
    color: #f35c27;
}

.bauer-image-box.style-3.has-number .item {
    position: relative;
    padding-top: 56px;
}

.bauer-image-box.style-3.has-number .number {
    font-size: 20px;
    font-weight: 500;
    width: 100px;
    height: 100px;
    line-height: 100px;
    color: #fff;
    background-color: #030f27;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -50px;
    margin-top: 6px;
    box-shadow: 0px 0px 0px 6px rgba(3, 15, 39, 0.1);
    transition: all ease 0.3s;
}

.bauer-image-box.style-3.has-number:hover .number {
    background-color: #f35c27;
    box-shadow: 0px 0px 0px 6px rgba(243, 92, 39, 0.1);
}


/* Image Slider or Grid
-------------------------------------------------------------- */

.bauer-images-grid .item-wrap {
    position: relative;
}

.bauer-images-grid .cbp-nav-controls {
    position: static;
    height: 0 !important;
}

.bauer-images-grid .cbp-nav-controls .cbp-nav-next,
.bauer-images-grid .cbp-nav-controls .cbp-nav-prev {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -28px;
    z-index: 999999;
}

.bauer-images-grid .cbp-nav-controls .cbp-nav-next {
    left: auto;
    right: 0;
}

.bauer-images-grid .cbp-nav-next,
.bauer-images-grid .cbp-nav-prev {
    border-radius: 0;
    margin: 0;
    text-align: center;
    background-color: transparent;
    color: #fff;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 0;
    display: inline-block;
    position: relative;
    transition: all 0.3s ease 0s;
    opacity: 1 !important;
}

.bauer-images-grid .cbp-nav-next {
    margin-left: 5px;
}

.bauer-images-grid .cbp-nav-next:after,
.bauer-images-grid .cbp-nav-prev:after {
    position: absolute;
    left: 20px;
    top: 0;
    content: '\23';
    font-family: "ElegantIcons";
    font-size: 28px;
    color: #ddd;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    text-indent: 0;
    transition: all ease 0.3s;
    opacity: 0.7;
}

.bauer-images-grid .cbp-nav-next:after {
    content: "\24";
    left: auto;
    right: 20px;
}

.bauer-images-grid .cbp-nav-next:hover:after,
.bauer-images-grid .cbp-nav-prev:hover:after {
    background-color: #f35c27;
}


/* News
-------------------------------------------------------------- */

.bauer-news .news-item {
    overflow: hidden;
    padding: 17px 15px;
    background-color: #fff;
}

.bauer-news .news-item .thumb-wrap {
    position: relative;
    overflow: hidden;
}

.bauer-news .news-item .thumb-wrap img {
    transition: transform ease 0.3s;
}

.bauer-news .news-item:hover .thumb-wrap img {
    transform: scale(1.07) rotate(1.5deg);
}

.bauer-news .news-item .meta {
    font-size: 14px;
    position: relative;
}

.bauer-news .news-item .meta .date {
    font-size: 14px;
    position: relative;
    padding-left: 22px;
}

.bauer-news .news-item .meta .date:before {
    content: "\f073";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 0;
    top: 0;
}

.bauer-news .news-item .text-wrap {
    padding: 15px 15px 10px;
}

.bauer-news .news-item .text-wrap .title {
    font-size: 18px;
    line-height: 28px;
    margin: 10px 0 0;
}

.bauer-news .news-item .text-wrap .title a {
    color: #414042;
}

.bauer-news .news-item .url-wrap {
    margin-top: 20px;
}


/* Partner
-------------------------------------------------------------- */

.bauer-partner .partner-item .thumb {
    overflow: hidden;
}

.bauer-partner.has-border .partner-item {
    border: 1px solid #d1d1d1;
}

.bauer-partner .partner-item .thumb img {
    transition: all ease 0.3s;
}

.bauer-partner .partner-item .thumb:hover img {
    transform: scale(1.02);
}


/* Projects
-------------------------------------------------------------- */


/* Project filter */

#project-filter {
    margin-bottom: 65px;
}

#project-filter .cbp-filter-item {
    font-size: 16px;
    font-weight: 500;
    padding: 0;
    margin: 0 12px 12px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    transition: all ease 0.3s;
}

#project-filter.style-1 .inner .cbp-filter-item:first-child {
    margin-left: 0;
}

#project-filter.style-3 .inner .cbp-filter-item:last-child {
    margin-right: 0;
}

#project-filter.style-1 {
    text-align: left;
}

#project-filter.style-2 {
    text-align: center;
}

#project-filter.style-3 {
    text-align: right;
}

#project-filter .inner {
    max-width: 1170px;
    margin: 0 auto;
}

#project-filter .cbp-filter-item:hover,
#project-filter .cbp-filter-item.cbp-filter-item-active {
    color: #f35c27;
}

#project-filter .cbp-filter-item.cbp-filter-item-active > span {
    display: inline-block;
    position: relative;
}

#project-filter .cbp-filter-item > span:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 3px;
    background-color: #f35c27;
    opacity: 0;
    transition: all ease 0.3s;
}

#project-filter .cbp-filter-item.cbp-filter-item-active > span:after {
    width: 100%;
    opacity: 1;
}

#project-filter.cbp-l-filters-alignCenter .cbp-filter-counter {
    font-size: 13px;
    width: 25px;
    height: 25px;
    background-color: #ececec;
    color: #777;
    line-height: 25px;
    padding: 0;
    border-radius: 0;
}

#project-filter.cbp-l-filters-alignCenter .cbp-filter-counter:after {
    border-top-color: #ececec;
}

#project-filter.cbp-l-filters-alignCenter .cbp-filter-item:hover .cbp-filter-counter {
    bottom: 33px;
}

@media only screen and ( max-width: 991px) {
    #project-filter {
        margin-bottom: 35px;
    }
    #project-filter .cbp-filter-item {
        border: 1px solid #e9e9e9;
        border-radius: 3px;
        margin: 0 5px 10px !important;
        padding: 7px 15px;
    }
    #project-filter.style-3 {
        text-align: center;
    }
}


/* Project box */

.project-box .project-image > .inner {
    position: relative;
    overflow: hidden;
}

.project-box .project-image > .inner:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(3, 15, 39, 0.8);
    content: '';
    display: block;
    opacity: 0;
    position: absolute;
    left: 50px;
    top: 0;
    transition: all ease 0.3s;
}

.project-box .project-image:hover > .inner:after {
    left: 0;
    opacity: 1;
}

.project-box .project-image .icons {
    position: absolute;
    right: 35px;
    top: 30px;
    opacity: 0;
    z-index: 2;
    transition: all ease 0.3s;
}

.project-box:hover .project-image .icons {
    opacity: 1;
    right: 25px;
    top: 30px;
}

.project-box .project-image .icons a {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.3);
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-indent: -9999px;
}

.project-box .project-image .icons a:hover {
    background-color: #f35c27;
}

.project-box .project-image .icons a:after {
    content: "";
    position: absolute;
    left: 0;
    top: -1px;
    width: 100%;
    height: 100%;
    text-align: center;
    background: url(/wp-content/themes/bauer/assets/img/next.png) no-repeat center center;
    background-size: 16px 10px;
}

.project-box .hover-info {
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
    transform: translateX(50px);
    width: 100%;
    z-index: 2;
    padding: 35px 40px 35px 38px;
    max-width: 500px;
    transition: all ease 0.3s;
    transition-delay: 0.07s;
}

.project-box:hover .hover-info {
    opacity: 1;
    transform: translateY(0);
}

.project-box .project-title {
    color: #fff;
    text-shadow: rgba(0, 0, 0, 0.3) 0px 1px 1px;
    position: relative;
    transition: all ease 0.3s;
}

.project-box .project-title a:hover {
    color: #fff;
    opacity: 0.7;
}

.project-box .project-desc {
    color: #fff;
}


/* Style 1 */

.project-box.style-1 .project-title {
    margin: 0 0 25px;
    font-size: 32px;
    line-height: 38px;
}

.project-box.style-1 .default {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 35px 40px;
    transition: all ease 0.3s;
}

.project-box.style-1:hover .default {
    opacity: 0;
}

.project-box.style-1 .hover-info .url-wrap {
    margin-top: 145px;
    transform: translateX(50px);
    transition: transform ease 0.9s;
}

.project-box.style-1:hover .hover-info .url-wrap {
    transform: translateX(0);
}

.project-box.style-1 .default .url-wrap a {
    color: #fff;
}

.project-box.style-1 .default .url-wrap a > span:before,
.project-box.style-1 .default .url-wrap a > span:after {
    display: none;
}


/* Style 2 */

.project-box.style-2 .hover-info {
    padding: 35px 40px 33px 43px;
}

.project-box.style-2 .project-title {
    margin: 0 0 0;
    font-size: 20px;
    line-height: 28px;
}


/* Style 3 */

.project-box.style-3 .project-image > .inner:after {
    display: none;
}

.project-box.style-3 .hover-info {
    background-color: #030f27;
}

.project-box.style-3 .project-title {
    margin: 0 0 16px;
    font-size: 20px;
    line-height: 28px;
}

.project-box.style-3 .project-desc {
    margin: 0 0 27px;
}

.project-box.style-3 .hover-info .url-wrap {
    transform: translateX(50px);
    transition: transform ease 0.45s;
}

.project-box.style-3:hover .hover-info .url-wrap {
    transform: translateX(0);
}

@media only screen and ( max-width: 1800px) {
    .project-box.style-1 .hover-info .url-wrap {
        margin-top: 25px;
    }
}

@media only screen and ( max-width: 1600px) {
    .project-box .project-desc {
        display: none;
    }
}

@media only screen and ( max-width: 1350px) {
    .project-box.style-1 .project-title {
        font-size: 26px;
        line-height: 34px;
    }
}

@media only screen and ( max-width: 767px) {
    .project-box .project-image img {
        width: 100%;
        height: auto;
    }
}


/* Project Related */

.project-related-wrap {
    padding: 94px 0 100px;
    background: #f7f9fa url(/wp-content/themes/bauer/assets/img/bg-1.png) no-repeat;
    background-size: cover;
}

.project-related-wrap .inner {
    overflow: hidden;
    padding: 17px 15px;
    background-color: #fff;
}

.project-related-wrap .thumb {
    position: relative;
}

.project-related-wrap .thumb .hover-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: transparent;
    transition: all ease 0.3s;
}

.project-related-wrap .thumb .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    line-height: 30px;
    margin-top: 10px;
    transition: all ease 0.3s;
}

.project-related-wrap .thumb .icon:hover {
    color: #fff;
}

.project-related-wrap .project-item:hover .thumb .hover-layer {
    opacity: 1;
    background-color: rgba(3, 15, 39, 0.8);
}

.project-related-wrap .project-item:hover .thumb .icon {
    margin-top: 0;
}

.project-related-wrap .text-wrap {
    padding: 12px 15px 10px;
}

.project-related-wrap .title-wrap {
    float: left;
}

.project-related-wrap .title-wrap .pre-title {
    font-size: 16px;
    font-weight: 600;
    color: #777;
    text-transform: uppercase;
    margin: 0 0 20px;
}

.project-related-wrap .title-wrap .title {
    font-size: 42px;
    margin-bottom: 70px;
}

.project-related-wrap .bauer-container {
    position: relative;
}

.project-related-wrap .btn-wrap {
    position: absolute;
    right: 0;
    top: 50px;
}

.project-related-wrap .btn-wrap a {
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 500;
    padding: 11px 44px;
    letter-spacing: 0.25px;
    background-color: #fff;
    color: #f35c27;
    border-radius: 30px;
    display: inline-block;
    transition: all ease 0.3s;
}

.project-related-wrap .btn-wrap a:hover {
    background-color: #f35c27;
    color: #fff;
}

.project-related-wrap .project-item .cat a {
    font-size: 14px;
    color: #f35c27;
    margin-bottom: 10px;
}

.project-related-wrap .project-item .cat a:hover {
    color: #030f27;
}

.project-related-wrap .project-item h2 {
    font-size: 18px;
    line-height: 28px;
    color: #414042;
    margin: 13px 0 0;
}

.project-related-wrap .project-item h2 a:hover {
    color: #f35c27;
}

@media only screen and ( max-width: 991px) {
    .project-related-wrap {
        padding: 60px 0 !important;
    }
    .project-related-wrap .title-wrap .title {
        margin-bottom: 40px;
    }
    .project-related-wrap .btn-wrap {
        display: none;
    }
}


/* Progress Bar
-------------------------------------------------------------- */

.bauer-progress {
    position: relative;
}

.bauer-progress .title,
.bauer-progress .perc-wrap {
    line-height: normal;
    margin: 0;
}

.bauer-progress .title {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
    font-weight: 400;
}

.bauer-progress .perc-wrap {
    font-size: 14px;
}

.bauer-progress .progress-animate {
    position: relative;
    height: 6px;
    width: 0;
    transition: width ease 1s;
}

.bauer-progress .progress-animate:after {
    content: "";
    position: absolute;
    right: 0;
    top: -7px;
    width: 2px;
    height: 19px;
    z-index: 999;
    background-color: #f35c27;
}

.bauer-progress .progress-animate.accent {
    background-color: #f35c27;
}

.bauer-progress .progress-animate.accent.gradient {
    background: rgba(254, 126, 75, 1);
    background: -moz-linear-gradient(left, rgba(254, 126, 75, 1) 0%, rgba(254, 126, 75, 0.3) 100%);
    background: -webkit-linear-gradient(left, rgba(254, 126, 75, 1) 0%, rgba(254, 126, 75, 0.3) 100%);
    background: linear-gradient(to right, rgba(254, 126, 75, 1) 0%, rgba(254, 126, 75, 0.3) 100%);
}

.bauer-progress .perc {
    width: 0;
    text-align: right;
    opacity: 0;
    transition: all ease 1s;
}

.bauer-progress .perc.accent {
    color: #f35c27;
}

.bauer-progress .perc.show {
    opacity: 1;
}


/* Images Carousel
-------------------------------------------------------------- */

.bauer-images-carousel .item-wrap img {
    width: 100%;
    height: auto;
}

.bauer-images-carousel.has-borders {
    padding-right: 20px;
    padding-bottom: 20px;
    position: relative;
}

.bauer-images-carousel.has-borders:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 20px;
    height: 80%;
    z-index: 99999;
    background-color: #f35c27;
}

.bauer-images-carousel.has-borders:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 78%;
    height: 20px;
    z-index: 99999;
    background-color: #f35c27;
}

.bauer-images-carousel.has-arrows.arrow-center .owl-theme .owl-nav .owl-next {
    right: 50px;
}

.bauer-images-carousel.has-arrows.arrow-center .owl-theme .owl-nav .owl-prev {
    left: 50px;
}

.bauer-images-carousel.has-arrows.arrow-bottom .owl-nav {
    position: absolute;
    left: 0;
    bottom: 50px;
    width: 200px;
    height: 100px;
    background-color: #f35c27;
}

.bauer-images-carousel.has-arrows.arrow-bottom .owl-theme .owl-nav .owl-next {
    left: 40px;
    bottom: -2px;
}

.bauer-images-carousel.has-arrows.arrow-bottom .owl-theme .owl-nav .owl-prev {
    left: 35px;
    bottom: -2px;
}

.bauer-images-carousel .owl-theme .owl-nav [class*="owl-"]:after {
    color: #fff;
    border-color: rgb(255, 255, 255, 0.3);
}

.bauer-images-carousel .owl-theme .owl-nav [class*="owl-"]:hover:after {
    color: #fff;
    border-color: #fff;
}


/* Scroll Target
-------------------------------------------------------------- */

.bauer-scroll-target {
    text-align: center;
}

.bauer-scroll-target a {
    display: inline-block;
    position: relative;
    width: 20px;
    height: 33px;
    border: 2px solid #fff;
    border-radius: 10px;
}

.bauer-scroll-target a:hover {
    border-color: #f35c27;
}

.bauer-scroll-target a:after {
    content: "";
    position: absolute;
    top: 6px;
    left: 7px;
    width: 2px;
    height: 7px;
    background-color: #f35c27;
    animation: rev-ani-mouse 2s linear infinite;
}

@keyframes rev-ani-mouse {
    0% {
        opacity: 1;
        top: 0%;
    }
    30% {
        opacity: 1;
        top: 30%;
    }
    70% {
        opacity: 0;
        top: 30%;
    }
    100% {
        opacity: 0;
        top: 0%;
    }
}

.wpb_row.row-has-scroll {
    position: relative;
}

.wpb_row.row-has-scroll .scroll-btn {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -100px;
    bottom: 0;
    width: 200px;
    height: 61px;
    background: url(/wp-content/themes/bauer/assets/img/scroll-arrow.png) no-repeat center center;
    background-size: 200px 61px;
    z-index: 999;
}

.wpb_row.row-has-scroll .scroll-btn:before {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #030f27;
    font-size: 22px;
    position: absolute;
    left: 50%;
    bottom: 12px;
    margin-left: -15px;
    width: 33px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    z-index: 99999;
    transition: color ease 0.3s;
}

.wpb_row.row-has-scroll .scroll-btn:hover:before {
    color: #f35c27;
}


/* Subscribe Form
-------------------------------------------------------------- */

.bauer-subscribe .mc4wp-form {
    position: relative;
}

.bauer-subscribe .mc4wp-form .email-wrap input {
    padding: 10px 25px;
    margin-bottom: 0;
    height: 46px;
    width: 100%;
    border-radius: 30px;
    background-color: #fff;
    border-color: #d4d4d5;
}

.bauer-subscribe .mc4wp-form .email-wrap input:focus {
    border-color: #f35c27;
}

.bauer-subscribe .mc4wp-form .submit-wrap button {
    position: absolute;
    background-color: transparent;
    right: 3px;
    top: 4px;
    width: 38px;
    height: 38px;
    text-align: center;
    text-indent: -9999px;
    padding: 0;
    border: 0;
    overflow: hidden;
}

.bauer-subscribe .mc4wp-form .submit-wrap button:before {
    color: #fff;
    content: "\f1d8";
    background-color: #33bb3c;
    border-radius: 50%;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 16px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    text-indent: 0;
    transition: all ease 0.3s;
}

.bauer-subscribe .mc4wp-form .submit-wrap button:hover:before {
    opacity: 0.7;
}


/* Member
-------------------------------------------------------------- */

.bauer-team .member-item .text-wrap {
    position: absolute;
    left: 0;
    bottom: -55px;
    width: 100%;
    transition: all ease 0.3s;
}

.bauer-team .member-item:hover .text-wrap {
    bottom: 0;
}

.bauer-team .member-item:hover .socials {
    opacity: 1;
}

.bauer-team .text-wrap {
    padding: 27px 0;
    background-color: #fff;
    transition: all ease 0.3s;
}

.bauer-team .socials {
    list-style: none;
    margin: 20px 0 0;
    text-align: center;
    opacity: 0;
    transition: all ease 0.3s;
}

.bauer-team .socials li {
    display: inline-block;
}

.bauer-team .socials li a {
    font-size: 14px;
    color: #8998c2;
    display: inline-block;
    text-align: center;
}

.bauer-team .socials li a:hover {
    color: #f35c27;
}

.bauer-team .name {
    font-size: 20px;
    margin: 0 0 4px;
}

.bauer-team .position {
    font-size: 14px;
    color: #777;
    margin: 0;
}

.bauer-team.style-1 .socials li {
    margin: 0 10px;
}

.bauer-team.style-1 .member-item .text-wrap {
    border-bottom: 3px solid #f35c27;
}

.bauer-team.style-1 .member-item .inner {
    position: relative;
    overflow: hidden;
    padding-bottom: 100px;
}

.bauer-team.style-2 .socials {
    margin: 16px 0 0;
}

.bauer-team.style-2 .text-wrap {
    bottom: -37px;
    padding: 22px 0 15px;
}

.bauer-team.style-2 .member-item .inner {
    position: relative;
    overflow: hidden;
    padding-bottom: 100px;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
}

.bauer-team.style-2 .member-item .text-wrap {
    border-bottom: 5px solid #f35c27;
}

.bauer-team.style-2 .socials li {
    margin: 0 5px;
}

.bauer-team.style-2 .socials li a {
    display: inline-block;
    border: 2px solid #8998c2;
    width: 30px;
    height: 30px;
    line-height: 26px;
    text-align: center;
    border-radius: 50%;
}


/* Member Grid
-------------------------------------------------------------- */

.bauer-team-grid .member-item {
    float: left;
    width: 100%;
    border-radius: 3px;
}

.bauer-team-grid .member-item img {
    border-radius: 3px 3px 0 0;
    overflow: hidden;
}

.bauer-team-grid.col-2 .member-item {
    width: 50%;
}

.bauer-team-grid.col-3 .member-item {
    width: 33.33%;
}

.bauer-team-grid.col-4 .member-item {
    width: 25%;
}

.bauer-team-grid .text-wrap {
    padding: 43px 20px 45px;
    background-color: #fff;
    transition: all ease 0.3s;
}

.bauer-team-grid .socials {
    list-style: none;
    margin: 0;
}

.bauer-team-grid .name {
    font-size: 20px;
    margin: 0 0 14px;
}

.bauer-team-grid .position {
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
    color: #777;
    margin: 0 0 30px;
}

.bauer-team-grid .socials {
    width: 100%;
    text-align: center;
}

.bauer-team-grid .socials li {
    display: inline-block;
    padding: 0;
    margin: 0 10px;
}

.bauer-team-grid .socials li a {
    font-size: 18px;
    color: #8998c2;
    display: inline-block;
    text-align: center;
}

.bauer-team-grid .socials li a:hover {
    color: #f35c27;
}

.bauer-team-grid .member-item .inner {
    transition: all ease 0.3s;
}

.bauer-team-grid .member-item:hover .text-wrap {
    box-shadow: inset 0 -4px 0 0 #009efd;
}

@media only screen and (max-width: 991px) {
    .bauer-team-grid {
        margin: 0 !important;
    }
    .bauer-team-grid .team-row {
        padding: 0 !important;
        margin: 0 !important;
    }
    .bauer-team-grid .member-item {
        padding: 0 !important;
        margin: 0 0 30px !important;
    }
    .bauer-team-grid.col-4 .member-item {
        padding: 0 15px !important;
    }
    .bauer-team-grid.col-4 {
        margin: 0 -15px !important;
    }
    .bauer-team-grid .team-row:last-child .member-item:last-child {
        margin-bottom: 0 !important;
    }
    .bauer-team-grid.col-2 .member-item {
        width: 100%;
    }
    .bauer-team-grid.col-4 .member-item {
        width: 50%;
    }
}

@media only screen and ( max-width: 479px) {
    .bauer-team-grid.col-4 .member-item,
    .bauer-team-grid.col-5 .member-item {
        width: 100%;
    }
}


/* Testimonails
-------------------------------------------------------------- */


/* Simple */

.bauer-testimonials .image-wrap .thumb,
.bauer-testimonials .image-wrap img {
    border-radius: 50%;
}

.bauer-testimonials .image-wrap .thumb {
    margin-left: auto;
    margin-right: auto;
}

.bauer-testimonials .inner {
    text-align: center;
    position: relative;
    transition: all ease 0.3s;
}

.bauer-testimonials .position {
    display: inline-block;
}

.bauer-testimonials .text {
    padding: 0;
    margin: 0;
    background-color: transparent;
    font-style: normal;
}

.bauer-testimonials .text > p:last-child {
    margin: 0;
}

.bauer-testimonials .text:before,
.bauer-testimonials .text:after {
    display: none;
}

.bauer-testimonials .name-pos .name {
    font-size: 20px;
    margin: 0;
}

.bauer-testimonials .name-pos .position {
    color: #f35c27;
    font-size: 14px;
    margin-bottom: 5px;
}

.bauer-testimonials.has-stars .name-pos {
    position: relative;
    padding-bottom: 18px;
}

.bauer-testimonials.has-stars .name-pos:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 15px;
    background: url(/wp-content/themes/bauer/assets/img/stars.png) no-repeat center center;
    background-size: 100px 15px;
}

.bauer-testimonials.has-stars .name-pos:after {
    left: 50%;
    margin-left: -50px;
}


/* Light */

.bauer-testimonials.style-1 .inner {
    border-width: 1px 1px 4px 1px;
    border-color: #fff;
    border-style: solid;
    border-color: #e7e7e7 #e7e7e7 #ebebeb #e7e7e7;
    background-color: #fff;
}

.bauer-testimonials.style-1:hover .inner {
    border-color: #e7e7e7 #e7e7e7 #f35c27 #e7e7e7;
}


/* Dark */

.bauer-testimonials.style-2 .inner {
    border: 1px solid rgba(231, 231, 231, 0.3);
    background-color: rgba(2, 14, 40, 0.6);
}

.bauer-testimonials.style-2 .name-pos .name {
    color: #fff;
}

.bauer-testimonials.style-2 .text {
    color: #cacaca;
}

.bauer-testimonials.style-2:hover .inner {
    background-color: #fff;
    border-color: #fff;
}

.bauer-testimonials.style-2:hover .name-pos .name {
    color: #414042;
}

.bauer-testimonials.style-2:hover .text {
    color: #777;
}


/* Image Simple */

.bauer-testimonials.simple .inner {
    padding: 30px 30px 50px;
    transition: all ease 0.3s;
}


/* Image Top */

.bauer-testimonials.top .inner {
    padding: 70px 30px 50px;
    transition: all ease 0.3s;
}

.bauer-testimonials.top .thumb {
    z-index: 999;
    position: absolute;
    left: 50%;
    top: 0;
}


/* Group 3 */

.bauer-testimonials-g3 {
    position: relative;
    overflow: hidden;
}

.bauer-testimonials-g3 .content-wrap .inner {
    margin: 0 auto;
    text-align: center;
    padding: 0 150px;
}

.bauer-testimonials-g3 .content-wrap .text {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 40px;
}

.bauer-testimonials-g3 .content-wrap .name,
.bauer-testimonials-g3 .content-wrap .position {
    display: inline-block;
    color: #030f27;
}

.bauer-testimonials-g3 .content-wrap .name {
    font-weight: 700;
    position: relative;
    padding-left: 40px;
}

.bauer-testimonials-g3 .content-wrap .name:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 20px;
    height: 2px;
    background-color: #030f27;
}

.bauer-testimonials-g3 #bx-next,
.bauer-testimonials-g3 #bx-prev {
    position: absolute;
    left: 30px;
    top: 50%;
    margin-top: -75px;
    z-index: 1;
}

.bauer-testimonials-g3 #bx-next {
    left: auto;
    right: 30px;
}

.bauer-testimonials-g3 #bx-next a,
.bauer-testimonials-g3 #bx-prev a {
    text-align: center;
    display: block;
    width: 30px;
    height: 42px;
    text-indent: -9999px;
}

.bauer-testimonials-g3 #bx-next a:after,
.bauer-testimonials-g3 #bx-prev a:after {
    position: absolute;
    left: 0;
    top: 0;
    content: "\3d";
    color: #aeaeae;
    font-family: "ElegantIcons";
    font-size: 32px;
    text-indent: 0;
    transition: all ease 0.3s;
}

.bauer-testimonials-g3 #bx-prev a:after {
    content: "\3c";
}

.bauer-testimonials-g3 #bx-next a:hover:after,
.bauer-testimonials-g3 #bx-prev a:hover:after {
    color: #030f27;
}

.bauer-testimonials-g3 .avatar-wrap {
    text-align: center;
    margin-top: 46px;
}

.bauer-testimonials-g3 .avatar-wrap a {
    position: relative;
    display: inline-block;
    margin: 0 8px;
    text-align: center;
}

.bauer-testimonials-g3 .avatar-wrap img {
    width: 96px;
    height: 96px;
    border: 2px solid #ddd;
    border-radius: 50%;
    transition: all ease 0.3s;
}

.bauer-testimonials-g3 .avatar-wrap img:hover,
.bauer-testimonials-g3 .avatar-wrap a.active img {
    border-color: #f35c27;
}

@media only screen and ( max-width: 991px) {
    .bauer-testimonials-g3 .content-wrap .inner {
        padding: 0 100px;
    }
}

@media only screen and ( max-width: 767px) {
    .bauer-testimonials-g3 .content-wrap .inner {
        padding: 0;
    }
    .bauer-testimonials-g3 #bx-next,
    .bauer-testimonials-g3 #bx-prev {
        display: none;
    }
    .bauer-testimonials-g3 .avatar-wrap a {
        margin: 0 5px;
    }
    .bauer-testimonials-g3 .avatar-wrap img {
        width: 70px;
        height: 70px;
    }
}


/* Video Icon
-------------------------------------------------------------- */

.bauer-video-icon {
    position: relative;
}

.bauer-video-icon a {
    position: relative;
    display: inline-block;
    text-indent: -9999px;
}

.bauer-video-icon a:after {
    text-indent: 0;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -7px;
    margin-top: -15px;
    border-width: 14px 22px;
    border-style: solid;
    border-color: transparent;
    transition: all ease 0.3s;
}

.bauer-video-icon a {
    position: relative;
    width: 104px;
    height: 104px;
    border-radius: 52px;
    box-shadow: 2px 0px 30px rgba(3, 15, 39, 0.1);
}

.bauer-video-icon .circle {
    width: 120px;
    height: 120px;
    top: -8px;
    left: -8px;
}

.bauer-video-icon .circle {
    position: absolute;
    border-radius: 100%;
    animation: circle-fade-inf 3s infinite ease-in-out;
    transition: all 0.5s;
}

@keyframes circle-fade-inf {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}


/* Accent */

.bauer-video-icon.accent a {
    background-color: #f35c27;
}

.bauer-video-icon.accent a:after {
    border-left-color: #fff;
}

.bauer-video-icon.accent .circle {
    border: 2px solid rgba(243, 92, 39, 0.4);
}


/* White */

.bauer-video-icon.white a {
    background-color: #fff;
}

.bauer-video-icon.white a:after {
    border-left-color: #f35c27;
}

.bauer-video-icon.white .circle {
    border: 2px solid rgba(255, 255, 255, 0.4);
}

.bauer-video-icon a:hover:after {
    border-left-color: #414042;
}

.bauer-simple-image > img {
    width: 100%;
    height: auto;
}

.bauer-simple-image > .bauer-video-icon {
    position: absolute;
    left: 0;
    top: 0;
}


/* Small */

.bauer-video-icon.small a {
    position: relative;
    width: 66px;
    height: 66px;
    border-radius: 33px;
    box-shadow: 2px 0px 30px rgba(3, 15, 39, 0.1);
}

.bauer-video-icon.small .circle {
    width: 76px;
    height: 76px;
    top: -5px;
    left: -5px;
}

.bauer-video-icon.small a:after {
    margin-left: -5px;
    margin-top: -11px;
    border-width: 10px 16px;
}


/* List
-------------------------------------------------------------- */

.bauer-list > div {
    position: relative;
    padding: 0;
}

.bauer-list > div > span {
    padding-left: 30px;
    position: relative;
    display: block;
}

.bauer-list .icon {
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
}

.bauer-list .icon.accent {
    color: #f35c27;
}

.bauer-list.icon-top .icon {
    top: 0;
}

.bauer-list.icon-middle .icon {
    top: 50%;
    transform: translateY(-50%);
}


/* Parallax Box
-------------------------------------------------------------- */

.bauer-parallax-box {
    display: inline-block;
    position: relative;
    left: 0;
    top: 0;
}


/* Contact Form 7
-------------------------------------------------------------- */

.wpcf7-form .submit-wrap {
    position: relative;
    text-align: center;
    padding-top: 20px;
}

.wpcf7-form .submit-wrap .ajax-loader {
    position: absolute;
    right: 0;
    top: 0;
}

.wpcf7-form .wpcf7-not-valid-tip {
    font-size: 13px;
    padding-top: 4px;
}

.wpcf7-form .message-wrap textarea {
    height: 150px;
}

.wpcf7-form .cf7-style-1 .name-wrap,
.wpcf7-form .cf7-style-1 .email-wrap,
.wpcf7-form .cf7-style-1 .message-wrap {
    margin-bottom: 20px;
}

.wpcf7-form .cf7-style-1 .name-wrap input,
.wpcf7-form .cf7-style-1 .email-wrap input,
.wpcf7-form .cf7-style-1 .message-wrap textarea {
    background-color: #fff;
}

.wpcf7-form .cf7-style-1 .name-wrap input,
.wpcf7-form .cf7-style-1 .email-wrap input {
    padding: 9px 25px;
}

.wpcf7-form .cf7-style-1 .name-wrap,
.wpcf7-form .cf7-style-1 .email-wrap,
.wpcf7-form .cf7-style-1 .message-wrap {
    width: 100%;
}

.wpcf7-form .cf7-style-2 .name-wrap,
.wpcf7-form .cf7-style-2 .phone-wrap,
.wpcf7-form .cf7-style-2 .email-wrap,
.wpcf7-form .cf7-style-2 .subject-wrap {
    margin-bottom: 20px;
}

.wpcf7-form .cf7-style-2 .phone-wrap,
.wpcf7-form .cf7-style-2 .email-wrap {
    width: 48%;
    float: left;
}

.wpcf7-form .cf7-style-2 .phone-wrap {
    margin-right: 4%;
}

.wpcf7-form .cf7-style-2 .subject-wrap {
    clear: left;
}


/* Price Tables
-------------------------------------------------------------- */

.bauer-pricing .pricing-item {
    float: left;
    padding: 45px 30px 60px;
    text-align: center;
}

.bauer-pricing .pricing-item.box_shadow {
    box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.07);
}

.bauer-pricing .title h3 {
    font-size: 15px;
    color: #414042;
}

.bauer-pricing .title.accent h3 {
    color: #f35c27;
}

.bauer-pricing .price-wrap {
    padding: 4px 0 14px;
}

.bauer-pricing .pre-price {
    display: block;
    font-weight: 500;
}

.bauer-pricing .price-wrap .figure {
    font-size: 54px;
    line-height: 58px;
    font-weight: 500;
    color: #030f27;
    position: relative;
    padding-left: 22px;
}

.bauer-pricing .price-wrap .figure:before {
    content: "$";
    font-size: 32px;
    position: absolute;
    left: 0;
    top: 0;
    color: #030f27;
}

.bauer-pricing .price-wrap .term {
    color: #999;
    font-size: 15px;
    font-weight: 400;
    padding-left: 2px;
}

.bauer-pricing .features {
    padding: 23px 0 43px;
}

.bauer-pricing .features ul {
    list-style: none;
    margin: 0;
}

.bauer-pricing .pricing-item.featured {
    margin: 0;
    position: relative;
    z-index: 1;
}

.bauer-pricing .pricing-item.featured .price-wrap {
    padding: 20px 0 4px;
    margin-bottom: 33px;
}

.bauer-pricing .pricing-item.featured .features {
    margin-bottom: 30px;
}


/* Group 2 */

.bauer-pricing.two .pricing-item {
    width: 50%;
    padding: 33px 40px 50px;
}

.bauer-pricing.two.gutter .pricing-item {
    width: 45%;
    margin-left: 3%;
}

.bauer-pricing.two.gutter .pricing-item:first-child {
    margin-left: 0;
}


/* Group 3 */

.bauer-pricing.three .pricing-item {
    width: 33.333%;
}

.bauer-pricing.three.gutter .pricing-item {
    width: 31.624%;
    margin-left: 2.564%;
}

.bauer-pricing.three.gutter .pricing-item:first-child {
    margin-left: 0;
}


/* Group 4 */

.bauer-pricing.four .pricing-item {
    width: 24%;
}

.bauer-pricing.four.gutter .pricing-item {
    width: 22%;
    margin-left: 2%;
}

.bauer-pricing.four.gutter .pricing-item:first-child {
    margin-left: 0;
}

@media only screen and (max-width: 991px) {
    .bauer-pricing.four .pricing-item,
    .bauer-pricing.four.gutter .pricing-item,
    .bauer-pricing.four.gutter .pricing-item:first-child {
        width: 100%;
        margin: 0 0 30px 0;
    }
}

@media only screen and (max-width: 767px) {
    .bauer-pricing.two .pricing-item,
    .bauer-pricing.two.gutter .pricing-item,
    .bauer-pricing.three .pricing-item,
    .bauer-pricing.three.gutter .pricing-item {
        width: 100%;
        margin: 0 0 30px 0;
    }
}


/* Carousel Constrols
-------------------------------------------------------------- */

.owl-theme .owl-nav,
.owl-theme .owl-dots {
    display: none;
}

.has-bullets .owl-theme .owl-dots {
    display: block;
    padding-top: 50px;
}

.has-bullets.bullet45 .owl-theme .owl-dots {
    padding-top: 45px;
}

.has-bullets.bullet40 .owl-theme .owl-dots {
    padding-top: 40px;
}

.has-bullets.bullet35 .owl-theme .owl-dots {
    padding-top: 35px;
}

.has-bullets.bullet30 .owl-theme .owl-dots {
    padding-top: 30px;
}

.has-bullets.bullet25 .owl-theme .owl-dots {
    padding-top: 25px;
}

.has-bullets.bullet20 .owl-theme .owl-dots {
    padding-top: 20px;
}

.has-bullets.bullet15 .owl-theme .owl-dots {
    padding-top: 15px;
}

.has-bullets.bullet10 .owl-theme .owl-dots {
    padding-top: 10px;
}

.has-arrows .owl-theme .owl-nav {
    display: block;
}

.has-arrows.arrow-top .owl-theme .owl-nav [class*='owl-'],
.has-arrows.arrow-center .owl-theme .owl-nav [class*='owl-'] {
    position: absolute;
}

.has-arrows .owl-theme .owl-nav .owl-next {
    right: 0;
}


/* Arrows Top */

.has-arrows.arrow-top .owl-theme .owl-nav [class*='owl-'] {
    right: 40px;
}

.has-arrows.arrow-top .owl-theme .owl-nav .owl-next {
    right: 0;
}

.has-arrows.arrow-top.arrow20 .owl-theme .owl-nav [class*='owl-'] {
    top: -70px;
}

.has-arrows.arrow-top.arrow25 .owl-theme .owl-nav [class*='owl-'] {
    top: -75px;
}

.has-arrows.arrow-top.arrow30 .owl-theme .owl-nav [class*='owl-'] {
    top: -80px;
}

.has-arrows.arrow-top.arrow35 .owl-theme .owl-nav [class*='owl-'] {
    top: -85px;
}

.has-arrows.arrow-top.arrow40 .owl-theme .owl-nav [class*='owl-'] {
    top: -90px;
}

.has-arrows.arrow-top.arrow45 .owl-theme .owl-nav [class*='owl-'] {
    top: -95px;
}

.has-arrows.arrow-top.arrow50 .owl-theme .owl-nav [class*='owl-'] {
    top: -100px;
}

.has-arrows.arrow-top.arrow55 .owl-theme .owl-nav [class*='owl-'] {
    top: -105px;
}

.has-arrows.arrow-top.arrow60 .owl-theme .owl-nav [class*='owl-'] {
    top: -110px;
}

.has-arrows.arrow-top.arrow65 .owl-theme .owl-nav [class*='owl-'] {
    top: -115px;
}

.has-arrows.arrow-top.arrow70 .owl-theme .owl-nav [class*='owl-'] {
    top: -120px;
}

.has-arrows.arrow-top.arrow75 .owl-theme .owl-nav [class*='owl-'] {
    top: -125px;
}

.has-arrows.arrow-top.arrow80 .owl-theme .owl-nav [class*='owl-'] {
    top: -130px;
}

.has-arrows.arrow-top.arrow85 .owl-theme .owl-nav [class*='owl-'] {
    top: -135px;
}

.has-arrows.arrow-top.arrow90 .owl-theme .owl-nav [class*='owl-'] {
    top: -140px;
}

.has-arrows.arrow-top.arrow95 .owl-theme .owl-nav [class*='owl-'] {
    top: -145px;
}

.has-arrows.arrow-top.arrow100 .owl-theme .owl-nav [class*='owl-'] {
    top: -150px;
}


/* Arrows Center */

.has-arrows.arrow-center .owl-theme .owl-nav .owl-prev {
    top: 50%;
    transform: translate(-50%, -50%);
}

.has-arrows.arrow-center .owl-theme .owl-nav .owl-next {
    top: 50%;
    transform: translate(50%, -50%);
}

.has-arrows.arrow-center.offset-70 .owl-theme .owl-nav [class*='owl-'] {
    left: 70px;
}

.has-arrows.arrow-center.offset-70 .owl-theme .owl-nav .owl-next {
    left: auto;
    right: 70px;
}

.has-arrows.arrow-center.offset-60 .owl-theme .owl-nav [class*='owl-'] {
    left: 60px;
}

.has-arrows.arrow-center.offset-60 .owl-theme .owl-nav .owl-next {
    left: auto;
    right: 60px;
}

.has-arrows.arrow-center.offset-50 .owl-theme .owl-nav [class*='owl-'] {
    left: 50px;
}

.has-arrows.arrow-center.offset-50 .owl-theme .owl-nav .owl-next {
    left: auto;
    right: 50px;
}

.has-arrows.arrow-center.offset-40 .owl-theme .owl-nav [class*='owl-'] {
    left: 40px;
}

.has-arrows.arrow-center.offset-40 .owl-theme .owl-nav .owl-next {
    left: auto;
    right: 40px;
}

.has-arrows.arrow-center.offset-30 .owl-theme .owl-nav [class*='owl-'] {
    left: 30px;
}

.has-arrows.arrow-center.offset-30 .owl-theme .owl-nav .owl-next {
    left: auto;
    right: 30px;
}

.has-arrows.arrow-center.offset-20 .owl-theme .owl-nav [class*='owl-'] {
    left: 20px;
}

.has-arrows.arrow-center.offset-20 .owl-theme .owl-nav .owl-next {
    left: auto;
    right: 20px;
}

.has-arrows.arrow-center.offset-10 .owl-theme .owl-nav [class*='owl-'] {
    left: 10px;
}

.has-arrows.arrow-center.offset-10 .owl-theme .owl-nav .owl-next {
    left: auto;
    right: 10px;
}

.has-arrows.arrow-center.offsetcenter .owl-theme .owl-nav .owl-prev {
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
}

.has-arrows.arrow-center.offsetcenter .owl-theme .owl-nav .owl-next {
    left: auto;
    top: 50%;
    right: 0;
    transform: translate(50%, -50%);
}

.has-arrows.arrow-center.offset10 .owl-theme .owl-nav .owl-prev {
    left: -10px;
}

.has-arrows.arrow-center.offset10 .owl-theme .owl-nav .owl-next {
    left: auto;
    right: -10px;
}

.has-arrows.arrow-center.offset20 .owl-theme .owl-nav [class*='owl-'] {
    left: -20px;
}

.has-arrows.arrow-center.offset20 .owl-theme .owl-nav .owl-next {
    left: auto;
    right: -20px;
}

.has-arrows.arrow-center.offset30 .owl-theme .owl-nav [class*='owl-'] {
    left: -30px;
}

.has-arrows.arrow-center.offset30 .owl-theme .owl-nav .owl-next {
    left: auto;
    right: -30px;
}

.has-arrows.arrow-center.offset40 .owl-theme .owl-nav [class*='owl-'] {
    left: -40px;
}

.has-arrows.arrow-center.offset40 .owl-theme .owl-nav .owl-next {
    left: auto;
    right: -40px;
}

.has-arrows.arrow-center.offset50 .owl-theme .owl-nav [class*='owl-'] {
    left: -50px;
}

.has-arrows.arrow-center.offset50 .owl-theme .owl-nav .owl-next {
    left: auto;
    right: -50px;
}

.has-arrows.arrow-center.offset60 .owl-theme .owl-nav [class*='owl-'] {
    left: -60px;
}

.has-arrows.arrow-center.offset60 .owl-theme .owl-nav .owl-next {
    left: auto;
    right: -60px;
}

.has-arrows.arrow-center.offset70 .owl-theme .owl-nav [class*='owl-'] {
    left: -70px;
}

.has-arrows.arrow-center.offset70 .owl-theme .owl-nav .owl-next {
    left: auto;
    right: -70px;
}

.has-arrows.arrow-center.offset-v-120 .owl-theme .owl-nav [class*='owl-'] {
    margin-top: -120px;
}

.has-arrows.arrow-center.offset-v-110 .owl-theme .owl-nav [class*='owl-'] {
    margin-top: -110px;
}

.has-arrows.arrow-center.offset-v-100 .owl-theme .owl-nav [class*='owl-'] {
    margin-top: -100px;
}

.has-arrows.arrow-center.offset-v-90 .owl-theme .owl-nav [class*='owl-'] {
    margin-top: -90px;
}

.has-arrows.arrow-center.offset-v-80 .owl-theme .owl-nav [class*='owl-'] {
    margin-top: -80px;
}

.has-arrows.arrow-center.offset-v-70 .owl-theme .owl-nav [class*='owl-'] {
    margin-top: -70px;
}

.has-arrows.arrow-center.offset-v-60 .owl-theme .owl-nav [class*='owl-'] {
    margin-top: -60px;
}

.has-arrows.arrow-center.offset-v-50 .owl-theme .owl-nav [class*='owl-'] {
    margin-top: -50px;
}

.has-arrows.arrow-center.offset-v-40 .owl-theme .owl-nav [class*='owl-'] {
    margin-top: -40px;
}

.has-arrows.arrow-center.offset-v-30 .owl-theme .owl-nav [class*='owl-'] {
    margin-top: -30px;
}

.has-arrows.arrow-center.offset-v-20 .owl-theme .owl-nav [class*='owl-'] {
    margin-top: -20px;
}

.has-arrows.arrow-center.offset-v20 .owl-theme .owl-nav [class*='owl-'] {
    margin-top: 20px;
}

.has-arrows.arrow-center.offset-v30 .owl-theme .owl-nav [class*='owl-'] {
    margin-top: 30px;
}

.has-arrows.arrow-center.offset-v40 .owl-theme .owl-nav [class*='owl-'] {
    margin-top: 40px;
}

.has-arrows.arrow-center.offset-v50 .owl-theme .owl-nav [class*='owl-'] {
    margin-top: 50px;
}

.has-arrows.arrow-center.offset-v60 .owl-theme .owl-nav [class*='owl-'] {
    margin-top: 60px;
}

.has-arrows.arrow-center.offset-v70 .owl-theme .owl-nav [class*='owl-'] {
    margin-top: 70px;
}

.has-arrows.arrow-center.offset-v80 .owl-theme .owl-nav [class*='owl-'] {
    margin-top: 80px;
}

.has-arrows.arrow-center.offset-v90 .owl-theme .owl-nav [class*='owl-'] {
    margin-top: 90px;
}

.has-arrows.arrow-center.offset-v100 .owl-theme .owl-nav [class*='owl-'] {
    margin-top: 100px;
}

.has-arrows.arrow-center.offset-v110 .owl-theme .owl-nav [class*='owl-'] {
    margin-top: 110px;
}

.has-arrows.arrow-center.offset-v120 .owl-theme .owl-nav [class*='owl-'] {
    margin-top: 120px;
}

.has-arrows.arrow-bottom .owl-theme .owl-nav .owl-next {
    margin-left: 6px;
}

.has-arrows.arrow-bottom.arrow25 .owl-theme .owl-nav [class*='owl-'] {
    margin-top: 25px;
}


/* Arrows Style */

.owl-theme .owl-nav [class*="owl-"] {
    font-size: 0;
}

.owl-theme .owl-nav [class*="owl-"] {
    text-align: center;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: inline-block;
    position: relative;
    transition: all ease 0.3s;
}

.owl-theme .owl-nav [class*="owl-"]:after {
    position: absolute;
    left: 0;
    top: 0;
    content: '\24';
    font-family: "ElegantIcons";
    font-size: 28px;
    color: #ddd;
    width: 60px;
    height: 60px;
    line-height: 56px;
    border-radius: 50%;
    border: 2px solid #ddd;
    text-indent: 0;
    transition: all ease 0.3s;
}

.owl-theme .owl-nav .owl-prev:after {
    content: "\23";
}

.owl-theme .owl-nav [class*="owl-"]:hover:after {
    color: #f35c27;
}

.owl-theme .owl-nav [class*="owl-"].disabled {
    cursor: default;
}

@media only screen and (max-width: 991px) {
    .owl-theme .owl-nav {
        display: none !important;
    }
}


/* Bullets */

.owl-theme .owl-dots {
    text-align: center;
    line-height: 3px;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
}

.owl-theme .owl-dots .owl-dot span {
    border: 3px solid #f35c27;
    border-radius: 50%;
    display: block;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    transition: all ease 0.3s;
    opacity: 0.5;
}

.owl-theme .owl-dots .owl-dot.active span {
    border-color: #f35c27;
    opacity: 1;
}

@media only screen and (max-width: 991px) {
    .hide-on-mobile {
        display: none !important;
    }
}


/*
SHOP STYLE
-------------------------------------------------------------- */


/* General */

.woocommerce-page .content-woocommerce .woocommerce-result-count {
    position: relative;
    padding: 15px 0 0;
    margin: 0;
    float: left;
    font-size: 18px;
    color: #414042;
    font-weight: 500;
}

.woocommerce-page .content-woocommerce .woocommerce-ordering {
    float: right;
    position: relative;
}

.woocommerce-page .content-woocommerce .woocommerce-ordering select {
    font-size: 16px;
    letter-spacing: normal;
    background-color: #fff;
    color: #414042;
    font-weight: 500;
    margin: 0;
    padding: 9px 22px;
    width: 240px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 100%;
    margin: 0;
    cursor: pointer;
}

.woocommerce-page .content-woocommerce .woocommerce-ordering select:focus {
    outline: 0;
}

.woocommerce-page .content-woocommerce .woocommerce-ordering:after {
    content: '\33';
    font-family: "ElegantIcons";
    font-size: 20px;
    color: #bbb;
    position: absolute;
    top: 2px;
    right: 0;
    pointer-events: none;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
}

.woocommerce-page .content-woocommerce .star-rating {
    width: 85px;
    height: 17px;
    background: url(/wp-content/themes/bauer/assets/img/star.png) repeat-x left 0;
}

.woocommerce-page .content-woocommerce .star-rating span {
    background: url(/wp-content/themes/bauer/assets/img/star.png) repeat-x left -34px;
    height: 0;
    padding-top: 17px;
    overflow: hidden;
    float: left;
}

.woocommerce-page .content-woocommerce p.stars {
    overflow: hidden;
    zoom: 1;
}

.woocommerce-page .content-woocommerce p.stars span {
    width: 85px;
    height: 15px;
    position: relative;
    float: left;
    background: url(/wp-content/themes/bauer/assets/img/star.png) repeat-x left 0;
}

.woocommerce-page .content-woocommerce p.stars span a {
    transition: none;
    float: left;
    position: absolute;
    left: 0;
    top: 0;
    width: 17px;
    height: 0;
    padding-top: 17px;
    overflow: hidden;
}

.woocommerce-page .content-woocommerce p.stars span a:hover,
p.stars span a:focus {
    background: url(/wp-content/themes/bauer/assets/img/star.png) repeat-x left -17px;
}

.woocommerce-page .content-woocommerce p.stars a.active {
    background: url(/wp-content/themes/bauer/assets/img/star.png) repeat-x left -34px;
}

.woocommerce-page .content-woocommerce p.stars span a.star-1 {
    width: 17px;
    z-index: 10;
}

.woocommerce-page .content-woocommerce p.stars span a.star-2 {
    width: 34px;
    z-index: 9;
}

.woocommerce-page .content-woocommerce p.stars span a.star-3 {
    width: 51px;
    z-index: 8;
}

.woocommerce-page .content-woocommerce p.stars span a.star-4 {
    width: 68px;
    z-index: 7;
}

.woocommerce-page .content-woocommerce p.stars span a.star-5 {
    width: 85px;
    z-index: 6;
}

.woocommerce-page abbr {
    border: none;
    text-decoration: none
}

.woocommerce-page div.product div.images img {
    display: block;
    width: 100%;
    height: auto;
    box-shadow: none;
}

.woocommerce-page div.product div.images img:hover,
.woocommerce-page div.product div.images img.flex-active {
    border: 1px solid #e7e7e7;
}

.woocommerce-page .woocommerce-MyAccount-content .woocommerce-info .button {
    color: #f35c27;
    background-color: transparent;
}

.woocommerce-page .woo-single-post-class .summary .stock.in-stock,
.product .onsale {
    position: absolute;
    right: 30px;
    top: 35px;
    border-radius: 20px;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 2px 20px;
    background-color: #d5f7da;
    color: #28c23e;
    z-index: 999;
}

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left:hover,
.pswp--has_mouse .pswp__button--arrow--right:hover {
    background-color: transparent;
}


/* Product Item */

.woocommerce-page .content-woocommerce .products {
    margin: 0 -15px;
    clear: both;
    list-style: none;
    padding-top: 30px;
}

.woocommerce-page.shop-col-2 .products li {
    width: 50%;
}

.woocommerce-page.shop-col-3 .products li {
    width: 33.3333333%;
}

.woocommerce-page.shop-col-4 .products li {
    width: 25%;
}

.woocommerce-page.shop-col-2 .products li {
    width: 50%;
}

.woocommerce-page.shop-col-3 .products li {
    width: 33.3333333%;
}

.woocommerce-page.shop-col-4 .products li {
    width: 25%;
}

.products li {
    float: left;
    padding: 0 15px;
    margin-top: 30px;
}

.products li.first {
    clear: both;
}

.products li .inner {
    position: relative;
    padding: 20px 15px;
    background-color: #fff;
}

.products li .product-info {
    padding: 50px 15px 0;
    position: relative;
}

.products li h2 {
    margin-bottom: 2px;
    font-size: 18px;
    line-height: 28px;
    transition: color ease 0.3s;
}

.woocommerce-page.shop-col-4 .products li h2 {
    font-size: 19px;
    line-height: 27px;
}

.woocommerce-page.shop-col-4 .products li .product-info {
    padding: 77px 35px 55px;
}

.products li .product-info .button,
.products li .product-info .added_to_cart {
    font-weight: 700;
    text-transform: uppercase;
    color: #f35c27;
    font-size: 14px;
    display: inline-block;
    position: relative;
    padding-right: 14px;
    display: none;
}

.products li .product-info .button:before,
.products li .product-info .added_to_cart:before,
.products li .product-info .button:after,
.products li .product-info .added_to_cart:after {
    content: '\f105';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 14px;
    font-style: normal;
    position: absolute;
    top: 0;
    right: 0;
    transition: all ease 0.3s;
}

.products li .product-info .button:before,
.products li .product-info .added_to_cart:before {
    right: 12px;
    opacity: 0;
}

.products li .product-info .button:hover:before,
.products li .product-info .added_to_cart:hover:before {
    opacity: 1;
    right: 0;
}

.products li .product-info .button:hover:after,
.products li .product-info .added_to_cart:hover:after {
    opacity: 0;
    right: -12px;
}

.products li .product-info .button:focus,
.products li .product-info .added_to_cart:focus {
    text-decoration: underline;
}

.products li .product-thumbnail {
    overflow: hidden;
}

.products li .product-thumbnail img {
    width: 100%;
    height: auto;
}

.products li .product-thumbnail img {
    transition: transform ease 0.3s;
}

.products li:hover .product-thumbnail img {
    transform: scale(1.1) rotate(1.5deg);
}

.products li .price {
    font-size: 16px;
    color: #414042;
    position: absolute;
    left: 15px;
    top: 15px;
}

.products li .star-rating {
    display: none;
}

.products li .price del {
    color: #cacaca;
    padding-right: 6px;
}

.products li .price ins {
    background-color: transparent;
}

.products li h2:hover {
    color: #f35c27;
}


/* Single Product
--------------------------------------------------------------*/

.woo-single-post-class {
    position: relative;
}

.woo-single-post-class .images {
    width: 47.009%;
    float: left;
    position: relative;
}

.woo-single-post-class .onsale {
    top: 20px;
    right: auto;
    left: 25px;
    z-index: 999;
}

.woo-single-post-class .images .woocommerce-product-gallery__trigger {
    width: 40px;
    height: 40px;
    z-index: 9999;
    position: absolute;
    right: 17px;
    top: 14px;
    text-align: center;
}

.woo-single-post-class .images .woocommerce-product-gallery__trigger:after {
    opacity: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    color: #fff;
    background-color: rgba(65, 64, 66, 0.15);
    text-align: center;
    content: "\55";
    font-family: "ElegantIcons";
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 0;
    transition: all ease 0.3s;
}

.woo-single-post-class .images:hover .woocommerce-product-gallery__trigger:after {
    opacity: 1;
}

.woo-single-post-class .images .woocommerce-product-gallery__trigger:hover:after {
    background-color: rgba(65, 64, 66, 1);
}

.woo-single-post-class .images .woocommerce-product-gallery__trigger img {
    display: none !important;
}

.woocommerce-product-gallery .flex-control-thumbs li {
    float: left;
    cursor: pointer;
}

.woocommerce-product-gallery .flex-control-thumbs {
    margin: 20px -2px 0;
    width: auto;
    list-style: none;
}

.woocommerce-product-gallery .flex-control-thumbs li {
    padding: 0 2px 20px;
}

.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
    width: 33.3333%
}

.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
    width: 25%
}

.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
    width: 20%
}

.woocommerce-product-gallery--columns-6 .flex-control-thumbs li {
    width: 16.667%;
}

.woo-single-post-class .summary {
    width: 45.727%;
    float: right;
}

.woo-single-post-class .summary h1 {
    color: #414042;
    font-size: 42px;
    line-height: 50px;
    margin: 0 0 18px 0;
}

.woo-single-post-class .summary .woocommerce-product-rating {
    position: relative;
    margin-bottom: 35px;
}

.woo-single-post-class .summary .woocommerce-review-link {
    color: #777;
    position: absolute;
    left: 95px;
    top: 0;
    line-height: 18px;
}

.woo-single-post-class .summary .price {
    font-size: 27px;
    line-height: normal;
    margin: 0 0 46px;
    position: relative;
}

.woo-single-post-class .summary .price del {
    font-size: 26px;
    color: #999;
    padding-right: 2px;
}

.woo-single-post-class .summary .price ins {
    background-color: transparent;
}

.woo-single-post-class .woocommerce-product-details__short-description {
    font-size: 14px;
    color: #414042;
}

.woo-single-post-class .woocommerce-product-details__short-description > p {
    font-size: 14px;
    margin-bottom: 26px;
}

.woo-single-post-class .summary .cart table,
.woo-single-post-class .summary .cart tr,
.woo-single-post-class .summary .cart td {
    border: 0;
}

.woo-single-post-class .summary .cart td {
    vertical-align: middle;
}

.woo-single-post-class .summary .cart td.woocommerce-grouped-product-list-item__quantity {
    padding-left: 0;
}

.woo-single-post-class .summary .cart table .label {
    width: 85px;
    color: #030f27;
    text-transform: uppercase;
}

.woo-single-post-class .summary .cart {
    margin-top: 45px;
}

.woo-single-post-class .summary .cart .quantity {
    display: inline-block;
    float: left;
}

.woo-single-post-class .summary .cart .quantity input {
    border: 1px solid #d4d4d5;
    width: 90px;
    margin: 0 12px 0 0;
    text-align: center;
    background-color: #fff;
    padding: 10px;
    border-radius: 30px;
}

.woo-single-post-class .summary .cart table {
    position: relative;
}

.woo-single-post-class .summary .cart .reset_variations {
    position: absolute;
    right: 0;
    bottom: -20px;
}

.woo-single-post-class .woocommerce-tabs .panel .shop_attributes p {
    margin-bottom: 5px;
}

.woo-single-post-class .woocommerce-grouped-product-list-item__quantity {
    width: 100px;
}

.woo-single-post-class .woocommerce-grouped-product-list-item__label a {
    color: #030f27;
}

.woo-single-post-class .woocommerce-grouped-product-list-item__label a:hover {
    color: #f35c27;
}

.woo-single-post-class .summary .product_meta {
    clear: left;
    margin-top: 44px;
}

.woo-single-post-class .summary .product_meta > span {
    margin-left: 40px;
    display: inline-block;
    color: #030f27;
}

.woo-single-post-class .summary .product_meta > span:first-child {
    margin: 0;
}

.woo-single-post-class .summary .product_meta > span a {
    color: #999;
}

.woo-single-post-class .summary .product_meta > span a:hover {
    text-decoration: underline;
}

.woo-single-post-class .summary .product_meta > span a:first-child {
    padding-left: 10px;
}

.woo-single-post-class .woocommerce-tabs {
    clear: both;
    padding-top: 75px;
}

.woo-single-post-class .woocommerce-tabs ul {
    margin: 0;
    border-bottom: 1px solid #e7e7e7;
}

.woo-single-post-class .woocommerce-tabs ul li {
    line-height: 30px;
    padding: 0;
    list-style: none;
    margin: 0 0 0 20px;
    display: inline-block;
}

.woo-single-post-class .woocommerce-tabs ul li:first-child {
    margin: 0 0 0 35px;
}

.woo-single-post-class .woocommerce-tabs ul li.active {
    position: relative;
    top: 2px;
}

.woo-single-post-class .woocommerce-tabs ul li > a {
    border-radius: 5px 5px 0 0;
    background-color: #fff;
    font-size: 18px;
    font-weight: 500;
    color: #777;
    cursor: pointer;
    padding: 12px 38px;
    transition: none;
    border-bottom: none;
    display: inline-block;
}

.woo-single-post-class .woocommerce-tabs ul li.active > a {
    color: #030f27;
    border-top: 1px solid #e7e7e7 !important;
    border-left: 1px solid #e7e7e7 !important;
    border-right: 1px solid #e7e7e7 !important;
    padding-bottom: 11px;
    padding-top: 11px;
}

.woo-single-post-class .woocommerce-tabs .panel {
    clear: both;
    padding: 40px 0 0;
}

.woo-single-post-class .woocommerce-tabs .entry-content .commentlist {
    clear: both;
    padding: 10px 0 0;
    list-style: none;
    margin: 0;
}

.woo-single-post-class .woocommerce-tabs .entry-content .commentlist li {
    position: relative;
    padding: 32px 35px 27px;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    transition: background ease 0.3s;
    margin-top: 20px;
}

.woo-single-post-class .woocommerce-tabs .entry-content .commentlist li:first-child {
    margin: 0;
}

.woo-single-post-class .woocommerce-tabs .entry-content .commentlist li .description > p:last-child {
    margin-bottom: 0;
}

.woo-single-post-class .woocommerce-tabs .entry-content .commentlist li:before,
.woo-single-post-class .woocommerce-tabs .entry-content .commentlist li:after {
    content: "";
    display: table;
    clear: both;
}

.woo-single-post-class .woocommerce-tabs .entry-content .comment_container img {
    width: 70px;
    float: left;
    margin: 5px 25px 0 0;
    overflow: hidden;
}

.woo-single-post-class .woocommerce-tabs .entry-content .comment-text {
    overflow: hidden;
    position: relative;
}

.woo-single-post-class .woocommerce-tabs .entry-content .star-rating {
    position: absolute;
    right: 0;
    top: 0;
}

.woo-single-post-class .woocommerce-tabs .entry-content .meta {
    margin: 0 0 8px 0;
}

.woo-single-post-class .woocommerce-tabs .entry-content .meta strong {
    font-size: 14px;
    font-weight: 700;
    color: #030f27;
    margin: 0;
    display: inline-block
}

.woo-single-post-class .woocommerce-tabs .entry-content .meta .woocommerce-review__dash {
    display: none;
}

.woo-single-post-class .woocommerce-tabs .entry-content .meta .woocommerce-review__published-date {
    display: block;
    font-size: 13px;
    margin: 0 0 3px;
}

.woo-single-post-class .woocommerce-tabs .entry-content .comment-text .description {
    font-size: 15px;
    line-height: 28px;
    overflow: hidden;
}

.woo-single-post-class .woocommerce-tabs .comment-respond {
    margin: 35px 0 0;
}

.woo-single-post-class .woocommerce-tabs .comment-respond .comment-reply-title {
    font-size: 20px;
    color: #030f27;
    display: block;
    margin: 60px 0 40px;
}

.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form > p {
    margin: 0;
}

.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form > p.comment-form-author {
    width: 48.983%;
    float: left;
}

.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form > p.comment-form-email {
    width: 48.983%;
    float: right;
}

.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form > p.form-submit {
    clear: both;
    padding-top: 4px;
}

.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form-rating {
    padding-bottom: 45px;
}

.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form-rating > label,
.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form-rating > .stars {
    float: left;
    margin: 0;
}

.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form-rating > label {
    color: #777;
    font-size: 14px;
    line-height: 18px;
}

.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form-rating > .stars {
    margin-left: 15px;
}

.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form-comment {
    clear: left;
}

.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form-comment > label {
    display: none;
}

.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form-comment textarea,
.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form-author input,
.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form-email input {
    margin-bottom: 24px;
    width: 100%;
}

.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form-comment textarea {
    height: 180px;
}


/* Related Products */

.woo-single-post-class .related.products {
    padding: 0;
    margin: 0;
    margin-top: 100px;
}

.woo-single-post-class .related.products .products:before,
.woo-single-post-class .related.products .products:after {
    content: "";
    display: table;
    clear: both;
}

.woo-single-post-class .related.products > h2 {
    margin-bottom: 13px;
    font-size: 34px;
}

.woo-single-post-class .related.products .products {
    margin: 0 -12px;
    padding-top: 0;
}

.woo-single-post-class .related.products .products li {
    width: 33.333%;
    float: left;
    padding: 0 12px;
}

.woo-single-post-class .related.products .products li .inner {
    background-color: #f7f9fa;
}


/* Cart Page
--------------------------------------------------------------*/

.woocommerce-page .shop_table.cart .product-remove {
    width: 60px;
}

.woocommerce-page .shop_table.cart .product-thumbnail,
.woocommerce-page .shop_table.cart .product-price,
.woocommerce-page .shop_table.cart .product-quantity,
.woocommerce-page .shop_table.cart .product-subtotal {
    width: 116px;
}

.woocommerce-page .shop_table.cart .product-subtotal {
    color: #030f27;
}

.woocommerce-page .shop_table.cart th {
    font-size: 14px;
    color: #030f27;
}

.woocommerce-page .shop_table.cart td,
.woocommerce-page .shop_table.cart th {
    padding: 18px;
    vertical-align: middle;
}

.woocommerce-page .shop_table.cart .product-name a {
    color: #030f27;
    font-size: 16px;
}

.woocommerce-page .shop_table.cart .product-name a:hover {
    color: #f35c27;
}

.woocommerce-page .shop_table.cart .product-remove a {
    position: relative;
    text-indent: -9999px;
    display: inline-block;
    padding: 0;
    font-weight: normal;
    text-align: center;
    width: 16px;
    height: 16px;
}

.woocommerce-page .shop_table.cart .product-remove a:after {
    content: "\4d";
    color: #f35c27;
    text-indent: 0;
    font-family: "ElegantIcons";
    position: absolute;
    left: 5px;
    top: 5px;
}

.woocommerce-page .shop_table.cart .product-remove a:hover:before {
    border-color: #030f27;
}

.woocommerce-page .shop_table.cart .product-remove a:hover:after {
    color: #030f27;
}

.woocommerce-page .shop_table.cart .cart_item .product-thumbnail img {
    width: 80px;
}

.woocommerce-page .shop_table.cart .cart_item .product-quantity input[type='number'] {
    width: 60px;
    height: 45px;
    padding-right: 5px;
    margin: 0;
    background-color: transparent;
}

.woocommerce-page .shop_table.cart .coupon {
    float: left;
}

.woocommerce-page .shop_table.cart .coupon > label {
    display: none;
}

.woocommerce-page .shop_table.cart .coupon #coupon_code {
    background-color: #f7f7f7;
    width: 235px;
    border: 0;
    margin: 0 5px 2px 0;
    display: inline-block;
    padding: 7px 25px;
    border-radius: 30px;
}

.woocommerce-page .shop_table.cart .coupon #coupon_code + button[type='submit'],
.woocommerce-page .shop_table.cart .coupon + button[type='submit'] {
    padding: 12px 34px;
    background-color: #28c23e;
}

.woocommerce-page .shop_table.cart .coupon #coupon_code + button[type='submit']:hover,
.woocommerce-page .shop_table.cart .coupon + button[type='submit']:hover {
    opacity: 0.7;
}

.woocommerce-page .shop_table.cart .coupon + button[type='submit'] {
    float: right;
}

.woocommerce-page .cart_totals {
    width: 60%;
    margin-top: 60px;
    font-size: 16px;
}

.woocommerce-page .cart_totals > h2 {
    font-size: 22px;
    margin-bottom: 25px;
}

.woocommerce-page .cart_totals .shop_table {
    border: 1px solid #e7e7e7;
    margin-bottom: 40px;
}

.woocommerce-page .cart_totals .shop_table th,
.woocommerce-page .cart_totals .shop_table td {
    border-color: #e7e7e7;
}

.woocommerce-page .cart_totals .shop_table .order-total th,
.woocommerce-page .cart_totals .shop_table .order-total td {
    border-bottom: 0;
}

.woocommerce-page .cart_totals .shop_table td {
    border-right: 0;
    padding: 11px 25px;
}

.woocommerce-page .cart_totals .shop_table th {
    color: #030f27;
    padding: 14px 25px;
}

.woocommerce-page .cart_totals .shop_table .cart-subtotal td,
.woocommerce-page .cart_totals .shop_table .order-total td,
.woocommerce-page .cart_totals .shop_table .tax-rate td {
    text-align: right;
    color: #030f27;
}

.woocommerce-page .cart_totals p,
.woocommerce-page .cart_totals .woocommerce-shipping-calculator select {
    margin: 0 0 5px;
}

.woocommerce-page .cart_totals .shipping-calculator-form button[type='submit'] {
    width: 100%;
}

.woocommerce-page .wc-proceed-to-checkout .button {
    font-size: 14px;
    background-color: #f35c27;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    padding: 15px 48px;
    border-radius: 30px;
    width: 100%;
}

.woocommerce-page .wc-proceed-to-checkout .button:hover {
    background-color: #030f27;
    color: #fff;
}

.woocommerce-page .return-to-shop a {
    font-size: 16px;
    padding: 14px 30px;
    color: #fff;
    background-color: #030f27;
}


/* Checkout Page
--------------------------------------------------------------*/

.woocommerce-page .woocommerce-checkout {
    clear: both;
}

.woocommerce-page .login input {
    margin-bottom: 0;
}

.woocommerce-page form .form-row {
    margin: 0 0 20px;
}

.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
    float: left;
    width: 49%;
    overflow: visible;
}

.woocommerce-page form .form-row input.input-text,
.woocommerce-page form .form-row textarea {
    border-width: 1px;
    width: 100%;
    margin: 0;
    outline: 0;
}

.woocommerce-billing-fields .select2-container--default .select2-selection--single,
.woocommerce-shipping-fields .select2-container--default .select2-selection--single {
    display: block;
    line-height: 50px;
    height: 50px;
    background-color: #f7f9fa;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
}

.woocommerce-billing-fields .select2-selection--single .select2-selection__rendered,
.woocommerce-shipping-fields .select2-selection--single .select2-selection__rendered {
    padding: 11px 20px;
    color: #777;
}

.woocommerce-billing-fields .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 5px;
    right: 4px;
}

.woocommerce-page form.checkout_coupon > p {
    margin-bottom: 10px;
}

.woocommerce-page form.checkout_coupon > p > button,
.woocommerce-page .woocommerce-form.woocommerce-form-login button {
    padding: 13px 36px;
}

.woocommerce-page form.checkout_coupon #coupon_code,
.woocommerce-page form.lost_reset_password .form-row input.input-text {
    padding: 12px 20px;
    margin-bottom: 20px;
}

.woocommerce-page form .form-row label.inline {
    display: inline;
}

.woocommerce-page form .form-row label.inline input {
    margin: 0 5px 0 10px;
    width: auto;
}

.woocommerce-page form.lost_reset_password .woocommerce-Button.button {
    margin: 25px 0 0 10px;
}

.woocommerce-page .woocommerce-shipping-fields,
.woocommerce-page #order_review_heading {
    clear: both;
}

.woocommerce-billing-fields .create-account > label {
    margin: 0;
    display: inline-block;
}

.woocommerce-page .woocommerce-lost-password .form-row-first {
    float: none;
}

.woocommerce-page #ship-to-different-address > label {
    padding-right: 5px;
}

.woocommerce-page .woocommerce-billing-fields h3,
.woocommerce-page .woocommerce-shipping-fields h3,
.woocommerce-page #order_review_heading,
.woocommerce-page .woocommerce-additional-fields h3 {
    font-size: 22px;
    margin-bottom: 20px;
    padding-top: 35px;
}

.woocommerce-page .woocommerce-additional-fields .notes > label {
    display: none;
}

.woocommerce-page form .form-row.create-account #createaccount {
    width: auto;
    margin-right: 5px;
}

.woocommerce-page form .form-row.create-account + .create-account > p:first-child {
    margin-bottom: 10px;
}

.woocommerce-checkout-review-order table th {
    background-color: #f7f7f7;
    font-size: 16px;
    color: #030f27;
    padding: 14px 25px;
}

.woocommerce-checkout-review-order table td {
    padding: 10px 25px;
}

.woocommerce-checkout-review-order .cart-subtotal td,
.woocommerce-checkout-review-order .order-total {
    font-size: 16px;
    color: #030f27;
}

.woocommerce-checkout #payment ul.payment_methods {
    list-style: none;
    margin: 0;
}

.woocommerce-checkout #payment ul.payment_methods li label {
    display: inline-block;
    padding-left: 5px;
}

#payment .about_paypal {
    position: absolute;
    right: 0;
    top: 23px;
}

#payment .payment_methods {
    background-color: #f7f7f7;
    padding: 20px 25px 20px;
}

#payment .payment_methods > li:not(.woocommerce-notice) {
    position: relative;
}

#payment .payment_methods > li .payment_box,
#payment .place-order {
    background-color: #fff;
    padding: 10px;
}

#payment .payment_methods > li .payment_box > p:last-child {
    margin-bottom: 0;
}

#payment .payment_methods > .wc_payment_method > label,
#payment .payment_methods > .woocommerce-PaymentMethod > label {
    display: block;
    padding: 20px 0;
    cursor: pointer;
}

.woocommerce-page #payment .payment_methods .woocommerce-message,
.woocommerce-page #payment .payment_methods .woocommerce-info,
.woocommerce-page #payment .payment_methods .woocommerce-error {
    margin-bottom: 10px;
}

#payment .payment_methods li img {
    border: 0;
    padding: 0 0 0 10px;
    max-height: 25px;
}

#payment .place-order {
    padding: 25px 25px 25px 0;
}

#payment #place_order {
    background-color: #f35c27;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 320px;
    padding: 18px 48px;
    margin-top: 15px;
}

#payment #place_order:hover {
    background-color: #030f27;
}

.woocommerce-page .myaccount_user + h2,
.woocommerce-page .addresses h3,
.woocommerce-page #customer_login h2 {
    margin-bottom: 0;
    font-size: 18px;
}

.woocommerce-page .register input {
    margin-bottom: 0;
}

.woocommerce-page .woocommerce-MyAccount-content legend {
    border: 0;
    font-size: 18px;
    color: #030f27;
    padding-top: 20px;
    margin: 0;
}

.woocommerce-page .form-row:before,
.woocommerce ul.cart_list li:after,
.woocommerce-page ul.cart_list li:before,
.woocommerce-page ul.product_list_widget li:after,
.woocommerce-page ul.product_list_widget li:before,
.woocommerce-page .cart-collaterals .shipping_calculator:after,
.woocommerce-page .cart-collaterals .shipping_calculator:before,
.woocommerce-page .cart-collaterals:after,
.woocommerce-page .cart-collaterals:before,
.woocommerce-page form .form-row:after,
.woocommerce-page form .form-row:before,
.woocommerce-page ul.cart_list li:after,
.woocommerce-page ul.cart_list li:before,
.woocommerce-page ul.product_list_widget li:after,
.woocommerce-page ul.product_list_widget li:before {
    content: " ";
    display: table;
}

.woocommerce-page .cart-collaterals {
    width: 100%;
}

.woocommerce-page .cart-collaterals .related {
    width: 30.75%;
    float: left;
}

.woocommerce-page .cart-collaterals .cross-sells {
    width: 100%;
    float: left;
}

.woocommerce-page .cart-collaterals .cross-sells ul.products {
    float: none;
    list-style: none;
    margin: 0 -12px;
}

.woocommerce .cart-collaterals .cross-sells ul.products li,
.woocommerce-page .cart-collaterals .cross-sells ul.products li {
    width: 25%;
    padding: 0 12px;
    clear: none;
}

.woocommerce-page .cart-collaterals .cross-sells > h2 {
    margin-top: 40px;
    margin-bottom: 37px;
    font-size: 16px;
    color: #999;
    text-transform: uppercase;
}

.woocommerce-page .cart-collaterals .cross-sells .products li h2 {
    font-size: 15px;
}

.woocommerce-page .cart-collaterals .cross-sells .products li .price {
    font-size: 18px;
}

.woocommerce-page .up-sells > h2 {
    font-size: 16px;
    color: #999;
    text-transform: uppercase;
    padding-top: 27px;
    border-top: 1px solid #f4f4f4;
}

.woocommerce-page .up-sells.products,
.woocommerce-page .up-sells .products {
    margin: 0;
}

.woocommerce-page .up-sells .products {
    margin: 0 -15px;
}

.woocommerce-page .up-sells .products li {
    padding: 0 15px;
}

.woocommerce .cart-collaterals .shipping_calculator:after,
.woocommerce form .form-row-wide,
.woocommerce form .form-row:after,
.woocommerce ul.cart_list li:after,
.woocommerce ul.product_list_widget li:after,
.woocommerce-page .cart-collaterals .shipping_calculator:after,
.woocommerce-page form .form-row-wide,
.woocommerce-page form .form-row:after,
.woocommerce-page ul.cart_list li:after,
.woocommerce-page ul.product_list_widget li:after,
.woocommerce-page #order_comments_field {
    clear: both;
}

.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-1,
.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2 {
    width: 48%;
}

.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
    display: block;
}

.woocommerce form .form-row label.checkbox,
.woocommerce-page form .form-row label.checkbox {
    display: inline;
}

.woocommerce-page form .form-row select,
.woocommerce-page form .form-row .input-text {
    width: 100%;
}

.woocommerce-page form .form-row-last {
    float: right;
}

.woocommerce-page #payment .terms,
.woocommerce-page #payment .wc-terms-and-conditions {
    text-align: left;
    padding: 0 1em 0 0;
    float: left
}

.woocommerce-page .woocommerce-error li {
    padding: 0;
}

.woocommerce-page .woocommerce-message .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-error .button {
    background-color: transparent;
    text-transform: capitalize;
}

.woocommerce-page .woocommerce-message,
.woocommerce-page .woocommerce-info,
.woocommerce-page .woocommerce-error {
    position: relative;
    padding: 12px 25px 12px 54px;
    background-color: #e4f2ff;
    color: #5084b4;
    margin: 0 0 30px 0;
    list-style: none;
}

.woocommerce-page .woocommerce-message:before,
.woocommerce-page .woocommerce-info:before,
.woocommerce-page .woocommerce-error:before {
    font-size: 20px;
    content: "\39";
    font-family: "ElegantIcons";
    position: absolute;
    left: 24px;
    top: 9px;
}

.woocommerce-page .woocommerce-message a,
.woocommerce-page .woocommerce-info a,
.woocommerce-page .woocommerce-error a {
    text-decoration: underline;
    padding: 0 10px 0 0;
}

.woocommerce-page .woocommerce-message a:hover,
.woocommerce-page .woocommerce-info a:hover,
.woocommerce-page .woocommerce-error a:hover {
    opacity: 0.7;
}


/* Widgets
--------------------------------------------------------------*/

.product_list_widget li {
    padding: 0;
    padding-top: 25px;
    margin-top: 25px;
    border-top: 1px solid #eee;
}

.product_list_widget li:first-child {
    padding-top: 0;
    margin-top: 0;
    border: 0;
}

.product_list_widget li > a {
    display: block;
}

.product_list_widget del .amount {
    padding-right: 5px;
}

.product_list_widget li img {
    float: right;
    width: 50px;
    margin-left: 10px;
    box-shadow: none;
}

.product_list_widget .product-title,
.widget_recent_reviews .product_list_widget a {
    display: block;
    color: #777;
    transition: all ease 0.3s;
}

.product_list_widget .product-title:hover,
.widget_recent_reviews .product_list_widget a:hover {
    color: #f35c27;
}

.product_list_widget .star-rating,
.widget_rating_filter .star-rating {
    width: 85px;
    height: 17px;
    background: url(/wp-content/themes/bauer/assets/img/star.png) repeat-x left 0;
    margin: 0 0 15px 0;
}

.product_list_widget .star-rating span,
.widget_rating_filter .star-rating span {
    background: url(/wp-content/themes/bauer/assets/img/star.png) repeat-x left -34px;
    height: 0;
    padding-top: 17px;
    overflow: hidden;
    float: left;
}

.widget_rating_filter .star-rating {
    display: inline-block;
    margin: 0;
}


/* Widget product categories */

.widget_product_categories ul li a {
    color: #777;
    font-size: 14px;
}

.widget_product_categories ul li a:hover {
    color: #f35c27;
}

.widget_product_categories ul li {
    padding: 3px 0;
}


/* Widget price filter */

.widget_price_filter .price_slider {
    height: 3px;
    margin-bottom: 25px;
    margin-top: 46px;
    background-color: #ebebeb;
    position: relative;
    text-align: left;
}

.widget_price_filter .price_slider_amount {
    text-align: right;
}

.widget_price_filter .price_slider_amount .button {
    font-size: 13px;
    letter-spacing: 1px;
    float: left;
    padding: 0 20px;
    height: 36px;
    line-height: 36px;
}

.widget_price_filter .price_slider_amount .button:hover {
    opacity: 1;
    background-color: #f35c27;
    color: #fff;
}

.widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #fff;
    top: -5px;
    position: absolute;
    z-index: 2;
    width: 14px;
    height: 14px;
    border: 3px solid #f35c27;
    border-radius: 50%;
    cursor: pointer;
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
    margin-left: -14px;
}

.widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    display: block;
    border: 0;
    background-color: #c2c3c5;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
    left: -1px;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
    right: -1px;
}

.widget_price_filter .price_slider_amount .price_label {
    color: #999;
    font-size: 13px;
    height: 36px;
    line-height: 36px;
    margin-left: 85px;
    text-align: center;
}


/* Widget widget_product_search */

.widget.widget_product_search .woocommerce-product-search {
    position: relative;
}

.widget.widget_product_search .woocommerce-product-search .search-field {
    padding-right: 48px;
    margin-bottom: 0;
    padding: 8px 20px;
}

.widget.widget_product_search .woocommerce-product-search .search-submit {
    position: absolute;
    background-color: transparent;
    right: 4px;
    top: 5px;
    width: 30px;
    height: 30px;
    text-align: center;
    text-indent: 999999px;
    padding: 0;
    border: 0;
    overflow: hidden;
}

.widget.widget_product_search .woocommerce-product-search .search-submit:before {
    color: #777;
    content: "\e906";
    font-family: "Font Awesome 5 Free";
    font-size: 16px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    text-indent: 0;
    font-weight: normal;
    transition: all ease 0.3s;
}

.widget.widget_product_search .woocommerce-product-search .search-submit:hover:before {
    color: #f35c27;
}


/* Widget Mini Cart */

.nav-top-cart-wrapper .woocommerce-min-cart-wrap {
    padding: 25px 20px;
}

.nav-top-cart-wrapper .woocommerce-mini-cart__empty-message {
    margin: 0;
    padding: 8px 20px;
    font-size: 14px;
}

.widget_shopping_cart_content ul {
    list-style: none;
    margin: 0;
}

.widget_shopping_cart_content ul li {
    display: inline-block;
    position: relative;
    width: 100%;
    border-top: 1px solid #e7e7e7;
    padding: 20px;
    margin: 0;
    padding-left: 0;
}

.widget_shopping_cart_content ul li.empty {
    padding: 0;
}

.widget_shopping_cart_content ul li:first-child {
    padding-top: 0;
    margin-top: 0;
    border-top: 0;
}

.widget_shopping_cart_content ul li .product-name {
    font-size: 16px;
    line-height: 20px;
    color: #030f27;
}

.widget_shopping_cart_content ul li a:hover {
    color: #f35c27;
}

.widget_shopping_cart_content ul li a.remove {
    font-size: 16px;
    color: #f35c27;
    position: absolute;
    right: 0;
    top: 23px;
}

.nav-top-cart-wrapper .nav-shop-cart ul li:first-child a.remove {
    top: 3px;
}

.widget_shopping_cart_content ul li a.remove:hover {
    opacity: 0.7
}

.widget_shopping_cart_content ul li a img {
    float: left;
    width: 55px;
    margin-left: 0;
    margin: 2px 20px 20px 0;
}

.widget_shopping_cart_content ul li a img:hover {
    border: 1px solid #e7e7e7;
}

.widget_shopping_cart_content ul li .quantity {
    display: block;
    font-size: 16px;
    padding-left: 75px;
}

.widget_shopping_cart_content .total {
    margin-bottom: 10px;
    padding: 20px 0;
    border-top: 1px solid #e7e7e7;
    font-size: 15px;
    color: #030f27;
    text-align: center;
}

.widget_shopping_cart_content .total strong {
    color: #030f27;
    font-weight: 500;
}

.widget_shopping_cart_content .buttons:before,
.widget_shopping_cart_content .buttons:after {
    content: "";
    display: table;
    clear: both;
}

.widget_shopping_cart_content .buttons {
    margin: 0;
}

.widget_shopping_cart_content .buttons > a {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #030f27;
    background-color: #eee;
    padding: 5px 0;
    border-radius: 20px;
    width: 48.6%;
    float: left;
}

.widget_shopping_cart_content .buttons a.checkout {
    float: right;
    color: #f35c27;
    background-color: transparent;
    border: 1px solid #f35c27;
    padding: 4px 0;
}

.widget_shopping_cart_content .buttons a:hover {
    opacity: 0.7;
}

@media only screen and (max-width: 991px) {
    .woocommerce-page.shop-col-3 .products li {
        width: 100%;
    }
    .woocommerce-page.shop-col-4 .products li {
        width: 50%;
    }
    .woocommerce-page .content-woocommerce .woocommerce-result-count {
        display: none;
    }
    .woocommerce-page .content-woocommerce .woocommerce-ordering {
        float: none;
    }
    .woocommerce-page .content-woocommerce .woocommerce-result-count:after,
    .woocommerce-page .content-woocommerce .woocommerce-ordering:before {
        display: none;
    }
    .woo-single-post-class .images,
    .woo-single-post-class .summary {
        width: 100%;
        float: none;
        clear: left;
    }
    .woo-single-post-class .summary {
        padding-top: 60px;
    }
    .woo-single-post-class .summary h1 {
        font-size: 36px;
    }
    .woo-single-post-class .woocommerce-tabs ul li > a {
        padding: 12px 30px;
    }
    .woo-single-post-class .woocommerce-tabs ul li:first-child {
        margin: 0 0 0 15px;
    }
    .woo-single-post-class .woocommerce-tabs .comment-respond {
        margin-top: 30px;
    }
    .woo-single-post-class .woocommerce-tabs .panel {
        padding-top: 30px;
    }
    .woocommerce-page .shop_table.cart td,
    .woocommerce-page .shop_table.cart th {
        padding: 15px;
    }
    .woo-single-post-class .related.products {
        margin-top: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .woocommerce-page.shop-col-2 .products li,
    .woocommerce-page.shop-col-3 .products li,
    .woocommerce-page.shop-col-4 .products li {
        width: 100%;
    }
    .woocommerce-page .content-woocommerce .woocommerce-ordering {
        float: none;
        display: inline-block;
    }
    .woo-single-post-class .woocommerce-tabs ul {
        border: 0;
    }
    .woo-single-post-class .woocommerce-tabs ul li {
        display: block;
        margin: 0 0 10px !important;
        border: 1px solid #e7e7e7;
        top: 0 !important;
    }
    .woo-single-post-class .woocommerce-tabs ul li.active {
        top: 0;
    }
    .woo-single-post-class .woocommerce-tabs ul li.active > a {
        border: 0 !important;
    }
    .woo-single-post-class .woocommerce-tabs ul li > a {
        display: block;
        padding: 10px 25px;
    }
    .woo-single-post-class .related.products .products li {
        width: 100%;
    }
    .woo-single-post-class .related.products .products li:last-child {
        margin-bottom: 0;
    }
    .woo-single-post-class .related.products > h2 {
        margin-bottom: 0;
    }
    .woocommerce-page table.shop_table_responsive tr {
        display: block
    }
    .woocommerce-page table.shop_table_responsive tr td {
        display: block;
        text-align: right !important;
    }
    .woocommerce-page table.shop_table_responsive tr td.order-actions {
        text-align: left !important;
    }
    .woocommerce-page table.shop_table_responsive tr td:before {
        content: attr(data-title) ": ";
        float: left;
    }
    .woocommerce-page table.shop_table_responsive thead,
    .woocommerce-page table.shop_table_responsive tbody th,
    .woocommerce-page table.my_account_orders tr td.order-actions:before,
    .woocommerce-page #content table.cart .product-thumbnail,
    .woocommerce-page table.cart .product-thumbnail,
    .woocommerce-page table.shop_table_responsive tr td.actions:before,
    .woocommerce-page table.shop_table_responsive tr td.product-remove:before {
        display: none;
    }
    .woocommerce-page .shop_table.cart .product-remove,
    .woocommerce-page .shop_table.cart .product-thumbnail,
    .woocommerce-page .shop_table.cart .product-price,
    .woocommerce-page .shop_table.cart .product-quantity,
    .woocommerce-page .shop_table.cart .product-subtotal {
        width: auto;
    }
    .woocommerce-page table.my_account_orders tr td.order-actions {
        text-align: left;
    }
    .woocommerce-page table.shop_table_responsive tr td.actions {
        text-align: left !important;
    }
    .woocommerce-page .shop_table.cart .coupon + button[type='submit'] {
        float: none;
        margin: 15px 0 0;
        width: 100%;
    }
    .woocommerce-page .shop_table.cart .coupon #coupon_code,
    .woocommerce-page .shop_table.cart .coupon > input[type='submit'] {
        float: none;
    }
    .woocommerce-page .cart_totals {
        width: 100%;
    }
}/**
 * Theme Name: Bauer Child
 * Template: bauer
 * Version: 1.0
 * Description: Construction and Industrial WordPress Theme
 * Author: Ninzio
 **/
/*TYPOGRAPHY*/body{font-family:"Poppins";}/*CUSTOMIZER STYLING*/.top-bar-style-1 #top-bar:after{opacity:1;}.top-bar-style-2 #top-bar:after{opacity:1;}.header-style-1 #site-header:after{opacity:1;}.header-style-2 #site-header:after{opacity:1;}.header-style-3 #site-header:after{opacity:1;}.header-style-4 #site-header:after{opacity:0.0001;}.header-style-5 #site-header:after{opacity:0.0001;}.header-style-6 #site-header:after{opacity:0.0001;}#featured-title .main-title{color:#ffffff;}#featured-title #breadcrumbs{color:#ffffff;}#featured-title #breadcrumbs a{color:#ffffff;}
/* Visual Composer tweaks & fixes
-------------------------------------------------------------- */


/* Remove top padding on row has color background */

.vc_col-has-fill>.vc_column-inner,
.vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner,
.vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner,
.vc_row-has-fill+.vc_vc_row>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner,
.vc_row-has-fill+.vc_vc_row_inner>.vc_row>.vc_vc_column_inner>.vc_column_container>.vc_column-inner,
.vc_row-has-fill>.vc_column_container>.vc_column-inner,
.vc_row-has-fill>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner,
.vc_row-has-fill>.vc_vc_column_inner>.vc_column_container>.vc_column-inner {
    padding-top: 0 !important;
}


/* Remove default vc margins - IMPORTANT So users can select their own margins in the composer */

.wpb_row,
.wpb_content_element,
ul.wpb_thumbnails-fluid > li,
.last_toggle_el_margin,
.wpb_button {
    margin-bottom: 0
}


/* Don't allow max-width classes on this element */

.wpb_row {
    max-width: none
}


/* Stretch row content fix */

.stretch_row_content .vc_col-sm-12 {
    padding-left: 0;
    padding-right: 0;
}


/* Rows without margins */

.no-margins {
    margin: 0 !important
}

.no-margins .vc_column-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.row-no-spacing .wpb_column {
    padding: 0 !important
}


/* Single image fixes */

.wpb_single_image .vc_single_image-wrapper {
    overflow: hidden;
}

.wpb_single_image a {
    display: block;
    display: inline-block;
    max-width: 100%;
    /*required for firefox bug*/
}

.vc_single_image-wrapper {
    position: relative;
}

.equalize .vc_column-inner {
    height: 100%;
}

.vc_row.separator.light > .wpb_column {
    border-left: 1px solid #e0e0e0;
}

.vc_row.separator.dark > .wpb_column {
    border-left: 1px solid #525354;
}

.vc_row.separator > .wpb_column:first-child {
    border-left: 0;
}

@media only screen and (max-width: 767px) {
    .vc_row.separator.light > .wpb_column,
    .vc_row.separator.dark > .wpb_column {
        border: 0;
    }
}

@media only screen and (min-width: 768px) {
  .row-equal-height .vc_inner { display: flex; }
  .row-equal-height .row-inner { display: flex; }
  .row-equal-height .vc_inner .vc_column-inner { height: 100%; }
  .row-equal-height .row-inner .vc_column-inner { height: 100%; }

  .row-content-position-top:not(.row-equal-height) .bauer-container .vc_inner,
  .row-content-position-middle:not(.row-equal-height) .bauer-container .vc_inner,
  .row-content-position-bottom:not(.row-equal-height) .bauer-container .vc_inner { display: flex; }

  .row-content-position-top:not(.row-equal-height) .bauer-container .vc_inner { align-items: flex-start; }
  .row-content-position-top .bauer-container .vc_inner .vc_column-inner { display: flex; align-items: flex-start; }

  .row-content-position-middle:not(.row-equal-height) .bauer-container .vc_inner { align-items: center; }
  .row-content-position-middle .bauer-container .vc_inner .vc_column-inner { display: flex; align-items: center; }

  .row-content-position-bottom:not(.row-equal-height) .bauer-container .vc_inner { align-items: flex-end; }
  .row-content-position-bottom .bauer-container .vc_inner .vc_column-inner { display: flex; align-items: flex-end; }


  .row-content-position-top:not(.row-equal-height) .bauer-container .row-inner,
  .row-content-position-middle:not(.row-equal-height) .bauer-container .row-inner,
  .row-content-position-bottom:not(.row-equal-height) .bauer-container .row-inner { display: flex; }

  .row-content-position-top:not(.row-equal-height) .bauer-container .row-inner { align-items: flex-start; }
  .row-content-position-top .bauer-container .row-inner .vc_column-inner { display: flex; align-items: flex-start; }

  .row-content-position-middle:not(.row-equal-height) .bauer-container .row-inner { align-items: center; }
  .row-content-position-middle .bauer-container .row-inner .vc_column-inner { display: flex; align-items: center; }

  .row-content-position-bottom:not(.row-equal-height) .bauer-container .row-inner { align-items: flex-end; }
  .row-content-position-bottom .bauer-container .row-inner .vc_column-inner { display: flex; align-items: flex-end; }
}

/* Custom row
-------------------------------------------------------------- */

.row-inner {
    margin-right: -15px;
    margin-left: -15px;
}

.col-aside-img {
    position: relative;
}

.col-aside-img .image-container.aside-left {
    left: 0;
}

.col-aside-img .image-container.aside-right {
    right: 0;
}


/* Simple */

.col-aside-img .image-container.img-simple {
    position: absolute;
    top: 0;
    height: 100%;
    padding: 0;
    overflow: hidden;
    background-size: cover !important;
}

.col-aside-img .image-container.img-simple .background-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: 50% 50% !important;
    background-size: cover !important;
}

.col-aside-img .image-container .bauer-video-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}


/* Parallax */

.col-aside-img .image-container.img-parallax {
    position: absolute;
    top: 0;
    height: 100%;
    padding: 0;
}

.col-aside-img .image-container.img-parallax.aside-left .inner {
    position: absolute;
    top: 0;
    right: 0;
}

.col-aside-img .image-container.img-parallax.aside-right .inner {
    display: inline-block;
    position: relative;
}

.col-aside-img .image-container.img-parallax.aside-right > img {
    position: absolute;
    top: 0;
    left: 0;
}


/* Absolute */

.image-absolute {
    position: relative;
}

.image-absolute .image-container {
    position: absolute;
    left: 0;
    bottom: 0;
}

@media only screen and (max-width: 767px) {
    .image-absolute .image-container,
    .col-aside-img .image-container {
        display: none;
    }
}


/* Custom column for row
-------------------------------------------------------------- */


/* Gutter 0px */

.vc-col-spacing-0px .row-inner {
    margin-left: 0;
    margin-right: 0;
}

.vc-col-spacing-0px .vc_column_container .vc_column-inner {
    padding-left: 0;
    padding-right: 0;
}


/* Gutter 1px */

.vc-col-spacing-1 .row-inner {
    margin-left: -0.5px;
    margin-right: -0.5px;
}

.vc-col-spacing-1 .vc_column_container .vc_column-inner {
    padding-left: 0.5px;
    padding-right: 0.5px;
}


/* Gutter 5px */

.vc-col-spacing-5 .row-inner {
    margin-left: -2.5px;
    margin-right: -2.5px;
}

.vc-col-spacing-5 .vc_column_container .vc_column-inner {
    padding-left: 2.5px;
    padding-right: 2.5px;
}


/* Gutter 10px */

.vc-col-spacing-10 .row-inner {
    margin-left: -5px;
    margin-right: -5px;
}

.vc-col-spacing-10 .vc_column_container .vc_column-inner {
    padding-left: 5px;
    padding-right: 5px;
}


/* Gutter 12px */

.vc-col-spacing-12 .row-inner {
    margin-left: -6px;
    margin-right: -6px;
}

.vc-col-spacing-12 .vc_column_container .vc_column-inner {
    padding-left: 6px;
    padding-right: 6px;
}


/* Gutter 20px */

.vc-col-spacing-20 .row-inner {
    margin-left: -10px;
    margin-right: -10px;
}

.vc-col-spacing-20 .vc_column_container .vc_column-inner {
    padding-left: 10px;
    padding-right: 10px;
}


/* Gutter 30px */

.vc-col-spacing-30 .row-inner {
    margin-left: -15px;
    margin-right: -15px;
}

.vc-col-spacing-30 .vc_column_container .vc_column-inner {
    padding-left: 15px;
    padding-right: 15px;
}


/* Gutter 40px */

.vc-col-spacing-40 .row-inner {
    margin-left: -20px;
    margin-right: -20px;
}

.vc-col-spacing-40 .vc_column_container .vc_column-inner {
    padding-left: 20px;
    padding-right: 20px;
}


/* Gutter 50px */

.vc-col-spacing-50 .row-inner {
    margin-left: -25px;
    margin-right: -25px;
}

.vc-col-spacing-50 .vc_column_container .vc_column-inner {
    padding-left: 25px;
    padding-right: 25px;
}


/* Gutter 60px */

.vc-col-spacing-60 .row-inner {
    margin-left: -30px;
    margin-right: -30px;
}

.vc-col-spacing-60 .vc_column_container .vc_column-inner {
    padding-left: 30px;
    padding-right: 30px;
}


/* Gutter 65px */

.vc-col-spacing-65 .row-inner {
    margin-left: -32.5px;
    margin-right: -32.5px;
}

.vc-col-spacing-65 .vc_column_container .vc_column-inner {
    padding-left: 32.5px;
    padding-right: 32.5px;
}


/* Gutter 70px */

.vc-col-spacing-70 .row-inner {
    margin-left: -35px;
    margin-right: -35px;
}

.vc-col-spacing-70 .vc_column_container .vc_column-inner {
    padding-left: 35px;
    padding-right: 35px;
}


/* Gutter 80px */

.vc-col-spacing-80 .row-inner {
    margin-left: -40px;
    margin-right: -40px;
}

.vc-col-spacing-80 .vc_column_container .vc_column-inner {
    padding-left: 40px;
    padding-right: 40px;
}


/* Gutter 90px */

.vc-col-spacing-90 .row-inner {
    margin-left: -45px;
    margin-right: -45px;
}

.vc-col-spacing-90 .vc_column_container .vc_column-inner {
    padding-left: 45px;
    padding-right: 45px;
}


/* Gutter 100px */

.vc-col-spacing-100 .row-inner {
    margin-left: -50px;
    margin-right: -50px;
}

.vc-col-spacing-100 .vc_column_container .vc_column-inner {
    padding-left: 50px;
    padding-right: 50px;
}


/* Custom column for row inner
-------------------------------------------------------------- */


/* Gutter 0px */

.vc-col-inner-spacing-0px .vc_inner {
    margin-left: 0;
    margin-right: 0;
}

.vc-col-inner-spacing-0px .vc_column_container .vc_column-inner {
    padding-left: 0;
    padding-right: 0;
}


/* Gutter 1px */

.vc-col-inner-spacing-1 .vc_inner {
    margin-left: -0.5px;
    margin-right: -0.5px;
}

.vc-col-inner-spacing-1 .vc_column_container .vc_column-inner {
    padding-left: 0.5px;
    padding-right: 0.5px;
}


/* Gutter 5px */

.vc-col-inner-spacing-5 .vc_inner {
    margin-left: -2.5px;
    margin-right: -2.5px;
}

.vc-col-inner-spacing-5 .vc_column_container .vc_column-inner {
    padding-left: 2.5px;
    padding-right: 2.5px;
}


/* Gutter 10px */

.vc-col-inner-spacing-10 .vc_inner {
    margin-left: -5px;
    margin-right: -5px;
}

.vc-col-inner-spacing-10 .vc_column_container .vc_column-inner {
    padding-left: 5px;
    padding-right: 5px;
}


/* Gutter 20px */

.vc-col-inner-spacing-20 .vc_inner {
    margin-left: -10px;
    margin-right: -10px;
}

.vc-col-inner-spacing-20 .vc_column_container .vc_column-inner {
    padding-left: 10px;
    padding-right: 10px;
}


/* Gutter 30px */

.vc-col-inner-spacing-30 .vc_inner {
    margin-left: -15px;
    margin-right: -15px;
}

.vc-col-inner-spacing-30 .vc_column_container .vc_column-inner {
    padding-left: 15px;
    padding-right: 15px;
}


/* Gutter 40px */

.vc-col-inner-spacing-40 .vc_inner {
    margin-left: -20px;
    margin-right: -20px;
}

.vc-col-inner-spacing-40 .vc_column_container .vc_column-inner {
    padding-left: 20px;
    padding-right: 20px;
}


/* Gutter 50px */

.vc-col-inner-spacing-50 .vc_inner {
    margin-left: -25px;
    margin-right: -25px;
}

.vc-col-inner-spacing-50 .vc_column_container .vc_column-inner {
    padding-left: 25px;
    padding-right: 25px;
}


/* Gutter 60px */

.vc-col-inner-spacing-60 .vc_inner {
    margin-left: -30px;
    margin-right: -30px;
}

.vc-col-inner-spacing-60 .vc_column_container .vc_column-inner {
    padding-left: 30px;
    padding-right: 30px;
}


/* Gutter 65px */

.vc-col-inner-spacing-65 .vc_inner {
    margin-left: -32.5px;
    margin-right: -32.5px;
}

.vc-col-inner-spacing-65 .vc_column_container .vc_column-inner {
    padding-left: 32.5px;
    padding-right: 32.5px;
}


/* Gutter 70px */

.vc-col-inner-spacing-70 .vc_inner {
    margin-left: -35px;
    margin-right: -35px;
}

.vc-col-inner-spacing-70 .vc_column_container .vc_column-inner {
    padding-left: 35px;
    padding-right: 35px;
}


/* Gutter 80px */

.vc-col-inner-spacing-80 .vc_inner {
    margin-left: -40px;
    margin-right: -40px;
}

.vc-col-inner-spacing-80 .vc_column_container .vc_column-inner {
    padding-left: 40px;
    padding-right: 40px;
}


/* Gutter 90px */

.vc-col-inner-spacing-90 .vc_inner {
    margin-left: -45px;
    margin-right: -45px;
}

.vc-col-inner-spacing-90 .vc_column_container .vc_column-inner {
    padding-left: 45px;
    padding-right: 45px;
}


/* Gutter 100px */

.vc-col-inner-spacing-100 .vc_inner {
    margin-left: -50px;
    margin-right: -50px;
}

.vc-col-inner-spacing-100 .vc_column_container .vc_column-inner {
    padding-left: 50px;
    padding-right: 50px;
}/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.animated.infinite {
    animation-iteration-count: infinite;
}

.animated.hinge {
    animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
    animation-duration: .75s;
}

@keyframes bounce {
    from,
    20%,
    53%,
    80%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        transform: translate3d(0, -4px, 0);
    }
}

.bounce {
    animation-name: bounce;
    transform-origin: center bottom;
}

@keyframes flash {
    from,
    50%,
    to {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}

.flash {
    animation-name: flash;
}


/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes pulse {
    from {
        transform: scale3d(1, 1, 1);
    }
    50% {
        transform: scale3d(1.05, 1.05, 1.05);
    }
    to {
        transform: scale3d(1, 1, 1);
    }
}

.pulse {
    animation-name: pulse;
}

@keyframes rubberBand {
    from {
        transform: scale3d(1, 1, 1);
    }
    30% {
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        transform: scale3d(.95, 1.05, 1);
    }
    75% {
        transform: scale3d(1.05, .95, 1);
    }
    to {
        transform: scale3d(1, 1, 1);
    }
}

.rubberBand {
    animation-name: rubberBand;
}

@keyframes shake {
    from,
    to {
        transform: translate3d(0, 0, 0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translate3d(-10px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
        transform: translate3d(10px, 0, 0);
    }
}

.shake {
    animation-name: shake;
}

@keyframes headShake {
    0% {
        transform: translateX(0);
    }
    6.5% {
        transform: translateX(-6px) rotateY(-9deg);
    }
    18.5% {
        transform: translateX(5px) rotateY(7deg);
    }
    31.5% {
        transform: translateX(-3px) rotateY(-5deg);
    }
    43.5% {
        transform: translateX(2px) rotateY(3deg);
    }
    50% {
        transform: translateX(0);
    }
}

.headShake {
    animation-timing-function: ease-in-out;
    animation-name: headShake;
}

@keyframes swing {
    20% {
        transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        transform: rotate3d(0, 0, 1, -5deg);
    }
    to {
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

.swing {
    transform-origin: top center;
    animation-name: swing;
}

@keyframes tada {
    from {
        transform: scale3d(1, 1, 1);
    }
    10%,
    20% {
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }
    30%,
    50%,
    70%,
    90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%,
    60%,
    80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    to {
        transform: scale3d(1, 1, 1);
    }
}

.tada {
    animation-name: tada;
}


/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes wobble {
    from {
        transform: none;
    }
    15% {
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
    30% {
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
    45% {
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
    60% {
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
    75% {
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
    to {
        transform: none;
    }
}

.wobble {
    animation-name: wobble;
}

@keyframes jello {
    from,
    11.1%,
    to {
        transform: none;
    }
    22.2% {
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }
    33.3% {
        transform: skewX(6.25deg) skewY(6.25deg);
    }
    44.4% {
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }
    55.5% {
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }
    66.6% {
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }
    77.7% {
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }
    88.8% {
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
}

.jello {
    animation-name: jello;
    transform-origin: center;
}

@keyframes bounceIn {
    from,
    20%,
    40%,
    60%,
    80%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3);
    }
    20% {
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        transform: scale3d(.9, .9, .9);
    }
    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        transform: scale3d(.97, .97, .97);
    }
    to {
        opacity: 1;
        transform: scale3d(1, 1, 1);
    }
}

.bounceIn {
    animation-name: bounceIn;
}

@keyframes bounceInDown {
    from,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0);
    }
    75% {
        transform: translate3d(0, -10px, 0);
    }
    90% {
        transform: translate3d(0, 5px, 0);
    }
    to {
        transform: none;
    }
}

.bounceInDown {
    animation-name: bounceInDown;
}

@keyframes bounceInLeft {
    from,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0);
    }
    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0);
    }
    75% {
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        transform: translate3d(5px, 0, 0);
    }
    to {
        transform: none;
    }
}

.bounceInLeft {
    animation-name: bounceInLeft;
}

@keyframes bounceInRight {
    from,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    from {
        opacity: 0;
        transform: translate3d(3000px, 0, 0);
    }
    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        transform: translate3d(10px, 0, 0);
    }
    90% {
        transform: translate3d(-5px, 0, 0);
    }
    to {
        transform: none;
    }
}

.bounceInRight {
    animation-name: bounceInRight;
}

@keyframes bounceInUp {
    from,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    from {
        opacity: 0;
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0);
    }
    75% {
        transform: translate3d(0, 10px, 0);
    }
    90% {
        transform: translate3d(0, -5px, 0);
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}

.bounceInUp {
    animation-name: bounceInUp;
}

@keyframes bounceOut {
    20% {
        transform: scale3d(.9, .9, .9);
    }
    50%,
    55% {
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
        opacity: 0;
        transform: scale3d(.3, .3, .3);
    }
}

.bounceOut {
    animation-name: bounceOut;
}

@keyframes bounceOutDown {
    20% {
        transform: translate3d(0, 10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }
}

.bounceOutDown {
    animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        transform: translate3d(20px, 0, 0);
    }
    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }
}

.bounceOutLeft {
    animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        transform: translate3d(-20px, 0, 0);
    }
    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }
}

.bounceOutRight {
    animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
    20% {
        transform: translate3d(0, -10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }
}

.bounceOutUp {
    animation-name: bounceOutUp;
}

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

.fadeIn {
    animation-name: fadeIn;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInDown {
    animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        transform: translate3d(0, -1000px, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInDownBig {
    animation-name: fadeInDownBig;
}

.fadeInLeft {
    animation-name: fadeInLeft;
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-20px, 0, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInLeft {
    animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        transform: translate3d(-1000px, 0, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInLeftBig {
    animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(20px, 0, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInRight {
    animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        transform: translate3d(1000px, 0, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInRightBig {
    animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInUp {
    animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        transform: translate3d(0, 1000px, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInUpBig {
    animation-name: fadeInUpBig;
}

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

.fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeOutDown {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
}

.fadeOutDown {
    animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }
}

.fadeOutDownBig {
    animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }
}

.fadeOutLeft {
    animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }
}

.fadeOutLeftBig {
    animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }
}

.fadeOutRight {
    animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }
}

.fadeOutRightBig {
    animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
}

.fadeOutUp {
    animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }
}

.fadeOutUpBig {
    animation-name: fadeOutUpBig;
}

@keyframes flip {
    from {
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        animation-timing-function: ease-out;
    }
    40% {
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        animation-timing-function: ease-out;
    }
    50% {
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        animation-timing-function: ease-in;
    }
    80% {
        transform: perspective(400px) scale3d(.95, .95, .95);
        animation-timing-function: ease-in;
    }
    to {
        transform: perspective(400px);
        animation-timing-function: ease-in;
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    animation-name: flip;
}

@keyframes flipInX {
    from {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        animation-timing-function: ease-in;
    }
    60% {
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    to {
        transform: perspective(400px);
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInX;
}

@keyframes flipInY {
    from {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        animation-timing-function: ease-in;
    }
    60% {
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    to {
        transform: perspective(400px);
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInY;
}

@keyframes flipOutX {
    from {
        transform: perspective(400px);
    }
    30% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }
    to {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

.flipOutX {
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@keyframes flipOutY {
    from {
        transform: perspective(400px);
    }
    30% {
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }
    to {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipOutY;
}

@keyframes lightSpeedIn {
    from {
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    60% {
        transform: skewX(20deg);
        opacity: 1;
    }
    80% {
        transform: skewX(-5deg);
        opacity: 1;
    }
    to {
        transform: none;
        opacity: 1;
    }
}

.lightSpeedIn {
    animation-name: lightSpeedIn;
    animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
    from {
        opacity: 1;
    }
    to {
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

.lightSpeedOut {
    animation-name: lightSpeedOut;
    animation-timing-function: ease-in;
}

@keyframes rotateIn {
    from {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }
    to {
        transform-origin: center;
        transform: none;
        opacity: 1;
    }
}

.rotateIn {
    animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
    from {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownLeft {
    animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
    from {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownRight {
    animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
    from {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpLeft {
    animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
    from {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }
    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpRight {
    animation-name: rotateInUpRight;
}

@keyframes rotateOut {
    from {
        transform-origin: center;
        opacity: 1;
    }
    to {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

.rotateOut {
    animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
    from {
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

.rotateOutDownLeft {
    animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
    from {
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutDownRight {
    animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
    from {
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutUpLeft {
    animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
    from {
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

.rotateOutUpRight {
    animation-name: rotateOutUpRight;
}

@keyframes hinge {
    0% {
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }
    20%,
    60% {
        transform: rotate3d(0, 0, 1, 80deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }
    40%,
    80% {
        transform: rotate3d(0, 0, 1, 60deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    to {
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

.hinge {
    animation-name: hinge;
}

@keyframes jackInTheBox {
    from {
        opacity: 0;
        transform: scale(0.1) rotate(30deg);
        transform-origin: center bottom;
    }
    50% {
        transform: rotate(-10deg);
    }
    70% {
        transform: rotate(3deg);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.jackInTheBox {
    animation-name: jackInTheBox;
}


/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollIn {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

.rollIn {
    animation-name: rollIn;
}


/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

.rollOut {
    animation-name: rollOut;
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale3d(.3, .3, .3);
    }
    50% {
        opacity: 1;
    }
}

.zoomIn {
    animation-name: zoomIn;
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }
    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomInDown {
    animation-name: zoomInDown;
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }
    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomInLeft {
    animation-name: zoomInLeft;
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }
    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomInRight {
    animation-name: zoomInRight;
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }
    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomInUp {
    animation-name: zoomInUp;
}

@keyframes zoomOut {
    from {
        opacity: 1;
    }
    50% {
        opacity: 0;
        transform: scale3d(.3, .3, .3);
    }
    to {
        opacity: 0;
    }
}

.zoomOut {
    animation-name: zoomOut;
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }
    to {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomOutDown {
    animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    }
    to {
        opacity: 0;
        transform: scale(.1) translate3d(-2000px, 0, 0);
        transform-origin: left center;
    }
}

.zoomOutLeft {
    animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    }
    to {
        opacity: 0;
        transform: scale(.1) translate3d(2000px, 0, 0);
        transform-origin: right center;
    }
}

.zoomOutRight {
    animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }
    to {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomOutUp {
    animation-name: zoomOutUp;
}

@keyframes slideInDown {
    from {
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}

.slideInDown {
    animation-name: slideInDown;
}

@keyframes slideInLeft {
    from {
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}

.slideInLeft {
    animation-name: slideInLeft;
}

@keyframes slideInRight {
    from {
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight {
    animation-name: slideInRight;
}

@keyframes slideInUp {
    from {
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}

.slideInUp {
    animation-name: slideInUp;
}

@keyframes slideOutDown {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        transform: translate3d(0, 100%, 0);
    }
}

.slideOutDown {
    animation-name: slideOutDown;
}

@keyframes slideOutLeft {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        transform: translate3d(-100%, 0, 0);
    }
}

.slideOutLeft {
    animation-name: slideOutLeft;
}

@keyframes slideOutRight {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        transform: translate3d(100%, 0, 0);
    }
}

.slideOutRight {
    animation-name: slideOutRight;
}

@keyframes slideOutUp {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        transform: translate3d(0, -100%, 0);
    }
}

.slideOutUp {
    animation-name: slideOutUp;
}/*!
 * animsition v4.0.1
 * A simple and easy jQuery plugin for CSS animated page transitions.
 * http://blivesta.github.io/animsition
 * License : MIT
 * Author : blivesta (http://blivesta.com/)
 */
.animsition,
.animsition-overlay {
  position: relative;
  opacity: 0;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

/**
 * overlay option
 */
.animsition-overlay-slide {
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #ddd;
}
/* loading option */
.animsition-loading {
    width: 56px;
    height: 56px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 105;
    display: block;
    margin: auto;
    -webkit-transition: opacity .25s linear;
    transition: opacity .25s linear;
}
.animsition-loading:before {
    border: 3px solid #f5f5f5;
}
.animsition-loading:before,
.animsition-loading:after {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 110%;
    content: '';
    display: block;
}

.animsition-loading:after {
    -webkit-animation: loader-loading-spin .6s linear infinite;
    animation: loader-loading-spin .6s linear infinite;
    border: 3px solid transparent;
    border-top-color: #f35c27;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
}
.animsition-loading:before,
.animsition-loading:after {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 110%;
    content: '';
    display: block;
}
@-webkit-keyframes loader-loading-spin{
    from{
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg)
    }
    
    to{
        -webkit-transform:rotate(360deg);
        transform:rotate(360deg)
    }
}
@keyframes loader-loading-spin{
    from{
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg)
    }
    to{
        -webkit-transform:rotate(360deg);
        transform:rotate(360deg)
    }
}


@-webkit-keyframes animsition-loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes animsition-loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


.fade-in {
  -webkit-animation-name: fade-in;
          animation-name: fade-in;
}


@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}


@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}


.fade-out {
  -webkit-animation-name: fade-out;
          animation-name: fade-out;
}
@-webkit-keyframes fade-in-up {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-up {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}


.fade-in-up {
  -webkit-animation-name: fade-in-up;
          animation-name: fade-in-up;
}


@-webkit-keyframes fade-out-up {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-500px);
            transform: translateY(-500px);
    opacity: 0;
  }
}


@keyframes fade-out-up {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-500px);
            transform: translateY(-500px);
    opacity: 0;
  }
}


.fade-out-up {
  -webkit-animation-name: fade-out-up;
          animation-name: fade-out-up;
}
@-webkit-keyframes fade-in-up-sm {
  0% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-up-sm {
  0% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}


.fade-in-up-sm {
  -webkit-animation-name: fade-in-up-sm;
          animation-name: fade-in-up-sm;
}


@-webkit-keyframes fade-out-up-sm {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
    opacity: 0;
  }
}


@keyframes fade-out-up-sm {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
    opacity: 0;
  }
}


.fade-out-up-sm {
  -webkit-animation-name: fade-out-up-sm;
          animation-name: fade-out-up-sm;
}
@-webkit-keyframes fade-in-up-lg {
  0% {
    -webkit-transform: translateY(1000px);
            transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-up-lg {
  0% {
    -webkit-transform: translateY(1000px);
            transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}


.fade-in-up-lg {
  -webkit-animation-name: fade-in-up-lg;
          animation-name: fade-in-up-lg;
}


@-webkit-keyframes fade-out-up-lg {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-1000px);
            transform: translateY(-1000px);
    opacity: 0;
  }
}


@keyframes fade-out-up-lg {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-1000px);
            transform: translateY(-1000px);
    opacity: 0;
  }
}


.fade-out-up-lg {
  -webkit-animation-name: fade-out-up-lg;
          animation-name: fade-out-up-lg;
}
@-webkit-keyframes fade-in-down {
  0% {
    -webkit-transform: translateY(-500px);
            transform: translateY(-500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-down {
  0% {
    -webkit-transform: translateY(-500px);
            transform: translateY(-500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}


.fade-in-down {
  -webkit-animation-name: fade-in-down;
          animation-name: fade-in-down;
}


@-webkit-keyframes fade-out-down {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    opacity: 0;
  }
}


@keyframes fade-out-down {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    opacity: 0;
  }
}


.fade-out-down {
  -webkit-animation-name: fade-out-down;
          animation-name: fade-out-down;
}
@-webkit-keyframes fade-in-down-sm {
  0% {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-down-sm {
  0% {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}


.fade-in-down-sm {
  -webkit-animation-name: fade-in-down-sm;
          animation-name: fade-in-down-sm;
}


@-webkit-keyframes fade-out-down-sm {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0;
  }
}


@keyframes fade-out-down-sm {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0;
  }
}


.fade-out-down-sm {
  -webkit-animation-name: fade-out-down-sm;
          animation-name: fade-out-down-sm;
}
@-webkit-keyframes fade-in-down-lg {
  0% {
    -webkit-transform: translateY(-1000px);
            transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-down-lg {
  0% {
    -webkit-transform: translateY(-1000px);
            transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}


.fade-in-down-lg {
  -webkit-animation-name: fade-in-down;
          animation-name: fade-in-down;
}


@-webkit-keyframes fade-out-down-lg {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(1000px);
            transform: translateY(1000px);
    opacity: 0;
  }
}


@keyframes fade-out-down-lg {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(1000px);
            transform: translateY(1000px);
    opacity: 0;
  }
}


.fade-out-down-lg {
  -webkit-animation-name: fade-out-down-lg;
          animation-name: fade-out-down-lg;
}
@-webkit-keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-500px);
            transform: translateX(-500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-500px);
            transform: translateX(-500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}


.fade-in-left {
  -webkit-animation-name: fade-in-left;
          animation-name: fade-in-left;
}


@-webkit-keyframes fade-out-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-500px);
            transform: translateX(-500px);
    opacity: 0;
  }
}


@keyframes fade-out-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-500px);
            transform: translateX(-500px);
    opacity: 0;
  }
}


.fade-out-left {
  -webkit-animation-name: fade-out-left;
          animation-name: fade-out-left;
}
@-webkit-keyframes fade-in-left-sm {
  0% {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left-sm {
  0% {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}


.fade-in-left-sm {
  -webkit-animation-name: fade-in-left-sm;
          animation-name: fade-in-left-sm;
}


@-webkit-keyframes fade-out-left-sm {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
    opacity: 0;
  }
}


@keyframes fade-out-left-sm {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
    opacity: 0;
  }
}


.fade-out-left-sm {
  -webkit-animation-name: fade-out-left-sm;
          animation-name: fade-out-left-sm;
}
@-webkit-keyframes fade-in-left-lg {
  0% {
    -webkit-transform: translateX(-1500px);
            transform: translateX(-1500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left-lg {
  0% {
    -webkit-transform: translateX(-1500px);
            transform: translateX(-1500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}


.fade-in-left-lg {
  -webkit-animation-name: fade-in-left-lg;
          animation-name: fade-in-left-lg;
}


@-webkit-keyframes fade-out-left-lg {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-1500px);
            transform: translateX(-1500px);
    opacity: 0;
  }
}


@keyframes fade-out-left-lg {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-1500px);
            transform: translateX(-1500px);
    opacity: 0;
  }
}


.fade-out-left-lg {
  -webkit-animation-name: fade-out-left-lg;
          animation-name: fade-out-left-lg;
}
@-webkit-keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(500px);
            transform: translateX(500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(500px);
            transform: translateX(500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}


.fade-in-right {
  -webkit-animation-name: fade-in-right;
          animation-name: fade-in-right;
}


@-webkit-keyframes fade-out-right {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(500px);
            transform: translateX(500px);
    opacity: 0;
  }
}


@keyframes fade-out-right {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(500px);
            transform: translateX(500px);
    opacity: 0;
  }
}


.fade-out-right {
  -webkit-animation-name: fade-out-right;
          animation-name: fade-out-right;
}
@-webkit-keyframes fade-in-right-sm {
  0% {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-right-sm {
  0% {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}


.fade-in-right-sm {
  -webkit-animation-name: fade-in-right-sm;
          animation-name: fade-in-right-sm;
}


@-webkit-keyframes fade-out-right-sm {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
    opacity: 0;
  }
}


@keyframes fade-out-right-sm {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
    opacity: 0;
  }
}


.fade-out-right-sm {
  -webkit-animation-name: fade-out-right-sm;
          animation-name: fade-out-right-sm;
}
@-webkit-keyframes fade-in-right-lg {
  0% {
    -webkit-transform: translateX(1500px);
            transform: translateX(1500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-right-lg {
  0% {
    -webkit-transform: translateX(1500px);
            transform: translateX(1500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}


.fade-in-right-lg {
  -webkit-animation-name: fade-in-right-lg;
          animation-name: fade-in-right-lg;
}


@-webkit-keyframes fade-out-right-lg {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(1500px);
            transform: translateX(1500px);
    opacity: 0;
  }
}


@keyframes fade-out-right-lg {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(1500px);
            transform: translateX(1500px);
    opacity: 0;
  }
}


.fade-out-right-lg {
  -webkit-animation-name: fade-out-right-lg;
          animation-name: fade-out-right-lg;
}

@-webkit-keyframes rotate-in {
  0% {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 1;
  }
}

@keyframes rotate-in {
  0% {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 1;
  }
}


.rotate-in {
  -webkit-animation-name: rotate-in;
          animation-name: rotate-in;
}


@-webkit-keyframes rotate-out {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 0;
  }
}


@keyframes rotate-out {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 0;
  }
}


.rotate-out {
  -webkit-animation-name: rotate-out;
          animation-name: rotate-out;
}
@-webkit-keyframes rotate-in-sm {
  0% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 1;
  }
}
@keyframes rotate-in-sm {
  0% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 1;
  }
}


.rotate-in-sm {
  -webkit-animation-name: rotate-in-sm;
          animation-name: rotate-in-sm;
}


@-webkit-keyframes rotate-out-sm {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 0;
  }
}


@keyframes rotate-out-sm {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 0;
  }
}


.rotate-out-sm {
  -webkit-animation-name: rotate-out-sm;
          animation-name: rotate-out-sm;
}
@-webkit-keyframes rotate-in-lg {
  0% {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 1;
  }
}
@keyframes rotate-in-lg {
  0% {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 1;
  }
}


.rotate-in-lg {
  -webkit-animation-name: rotate-in-lg;
          animation-name: rotate-in-lg;
}


@-webkit-keyframes rotate-out-lg {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 0;
  }
}


@keyframes rotate-out-lg {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 0;
  }
}


.rotate-out-lg {
  -webkit-animation-name: rotate-out-lg;
          animation-name: rotate-out-lg;
}

@-webkit-keyframes flip-in-x {
  0% {
    -webkit-transform: perspective(550px) rotateX(90deg);
            transform: perspective(550px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(550px) rotateX(0deg);
            transform: perspective(550px) rotateX(0deg);
    opacity: 1;
  }
}

@keyframes flip-in-x {
  0% {
    -webkit-transform: perspective(550px) rotateX(90deg);
            transform: perspective(550px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(550px) rotateX(0deg);
            transform: perspective(550px) rotateX(0deg);
    opacity: 1;
  }
}


.flip-in-x {
  -webkit-animation-name: flip-in-x;
          animation-name: flip-in-x;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}


@-webkit-keyframes flip-out-x {
  0% {
    -webkit-transform: perspective(550px) rotateX(0deg);
            transform: perspective(550px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(550px) rotateX(90deg);
            transform: perspective(550px) rotateX(90deg);
    opacity: 0;
  }
}


@keyframes flip-out-x {
  0% {
    -webkit-transform: perspective(550px) rotateX(0deg);
            transform: perspective(550px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(550px) rotateX(90deg);
            transform: perspective(550px) rotateX(90deg);
    opacity: 0;
  }
}


.flip-out-x {
  -webkit-animation-name: flip-out-x;
          animation-name: flip-out-x;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}
@-webkit-keyframes flip-in-x-nr {
  0% {
    -webkit-transform: perspective(100px) rotateX(90deg);
            transform: perspective(100px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(100px) rotateX(0deg);
            transform: perspective(100px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flip-in-x-nr {
  0% {
    -webkit-transform: perspective(100px) rotateX(90deg);
            transform: perspective(100px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(100px) rotateX(0deg);
            transform: perspective(100px) rotateX(0deg);
    opacity: 1;
  }
}


.flip-in-x-nr {
  -webkit-animation-name: flip-in-x-nr;
          animation-name: flip-in-x-nr;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}


@-webkit-keyframes flip-out-x-nr {
  0% {
    -webkit-transform: perspective(100px) rotateX(0deg);
            transform: perspective(100px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(100px) rotateX(90deg);
            transform: perspective(100px) rotateX(90deg);
    opacity: 0;
  }
}


@keyframes flip-out-x-nr {
  0% {
    -webkit-transform: perspective(100px) rotateX(0deg);
            transform: perspective(100px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(100px) rotateX(90deg);
            transform: perspective(100px) rotateX(90deg);
    opacity: 0;
  }
}


.flip-out-x-nr {
  -webkit-animation-name: flip-out-x-nr;
          animation-name: flip-out-x-nr;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}
@-webkit-keyframes flip-in-x-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
            transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
            transform: perspective(1000px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flip-in-x-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
            transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
            transform: perspective(1000px) rotateX(0deg);
    opacity: 1;
  }
}


.flip-in-x-fr {
  -webkit-animation-name: flip-in-x-fr;
          animation-name: flip-in-x-fr;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}


@-webkit-keyframes flip-out-x-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
            transform: perspective(1000px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
            transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
}


@keyframes flip-out-x-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
            transform: perspective(1000px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
            transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
}


.flip-out-x-fr {
  -webkit-animation-name: flip-out-x-fr;
          animation-name: flip-out-x-fr;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}
@-webkit-keyframes flip-in-y {
  0% {
    -webkit-transform: perspective(550px) rotateY(90deg);
            transform: perspective(550px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(550px) rotateY(0deg);
            transform: perspective(550px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flip-in-y {
  0% {
    -webkit-transform: perspective(550px) rotateY(90deg);
            transform: perspective(550px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(550px) rotateY(0deg);
            transform: perspective(550px) rotateY(0deg);
    opacity: 1;
  }
}


.flip-in-y {
  -webkit-animation-name: flip-in-y;
          animation-name: flip-in-y;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}


@-webkit-keyframes flip-out-y {
  0% {
    -webkit-transform: perspective(550px) rotateY(0deg);
            transform: perspective(550px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(550px) rotateY(90deg);
            transform: perspective(550px) rotateY(90deg);
    opacity: 0;
  }
}


@keyframes flip-out-y {
  0% {
    -webkit-transform: perspective(550px) rotateY(0deg);
            transform: perspective(550px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(550px) rotateY(90deg);
            transform: perspective(550px) rotateY(90deg);
    opacity: 0;
  }
}


.flip-out-y {
  -webkit-animation-name: flip-out-y;
          animation-name: flip-out-y;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}
@-webkit-keyframes flip-in-y-nr {
  0% {
    -webkit-transform: perspective(100px) rotateY(90deg);
            transform: perspective(100px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(100px) rotateY(0deg);
            transform: perspective(100px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flip-in-y-nr {
  0% {
    -webkit-transform: perspective(100px) rotateY(90deg);
            transform: perspective(100px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(100px) rotateY(0deg);
            transform: perspective(100px) rotateY(0deg);
    opacity: 1;
  }
}


.flip-in-y-nr {
  -webkit-animation-name: flip-in-y-nr;
          animation-name: flip-in-y-nr;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}


@-webkit-keyframes flip-out-y-nr {
  0% {
    -webkit-transform: perspective(100px) rotateY(0deg);
            transform: perspective(100px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(100px) rotateY(90deg);
            transform: perspective(100px) rotateY(90deg);
    opacity: 0;
  }
}


@keyframes flip-out-y-nr {
  0% {
    -webkit-transform: perspective(100px) rotateY(0deg);
            transform: perspective(100px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(100px) rotateY(90deg);
            transform: perspective(100px) rotateY(90deg);
    opacity: 0;
  }
}


.flip-out-y-nr {
  -webkit-animation-name: flip-out-y-nr;
          animation-name: flip-out-y-nr;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}
@-webkit-keyframes flip-in-y-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateY(90deg);
            transform: perspective(1000px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
            transform: perspective(1000px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flip-in-y-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateY(90deg);
            transform: perspective(1000px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
            transform: perspective(1000px) rotateY(0deg);
    opacity: 1;
  }
}


.flip-in-y-fr {
  -webkit-animation-name: flip-in-y-fr;
          animation-name: flip-in-y-fr;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}


@-webkit-keyframes flip-out-y-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
            transform: perspective(1000px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateY(90deg);
            transform: perspective(1000px) rotateY(90deg);
    opacity: 0;
  }
}


@keyframes flip-out-y-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
            transform: perspective(1000px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateY(90deg);
            transform: perspective(1000px) rotateY(90deg);
    opacity: 0;
  }
}


.flip-out-y-fr {
  -webkit-animation-name: flip-out-y-fr;
          animation-name: flip-out-y-fr;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}

@-webkit-keyframes zoom-in {
  0% {
    -webkit-transform: scale(.7);
            transform: scale(.7);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes zoom-in {
  0% {
    -webkit-transform: scale(.7);
            transform: scale(.7);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


.zoom-in {
  -webkit-animation-name: zoom-in;
          animation-name: zoom-in;
}


@-webkit-keyframes zoom-out {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(.7);
            transform: scale(.7);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}


@keyframes zoom-out {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(.7);
            transform: scale(.7);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}


.zoom-out {
  -webkit-animation-name: zoom-out;
          animation-name: zoom-out;
}
@-webkit-keyframes zoom-in-sm {
  0% {
    -webkit-transform: scale(.95);
            transform: scale(.95);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes zoom-in-sm {
  0% {
    -webkit-transform: scale(.95);
            transform: scale(.95);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


.zoom-in-sm {
  -webkit-animation-name: zoom-in-sm;
          animation-name: zoom-in-sm;
}


@-webkit-keyframes zoom-out-sm {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(.95);
            transform: scale(.95);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}


@keyframes zoom-out-sm {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(.95);
            transform: scale(.95);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}


.zoom-out-sm {
  -webkit-animation-name: zoom-out-sm;
          animation-name: zoom-out-sm;
}
@-webkit-keyframes zoom-in-lg {
  0% {
    -webkit-transform: scale(.4);
            transform: scale(.4);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes zoom-in-lg {
  0% {
    -webkit-transform: scale(.4);
            transform: scale(.4);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


.zoom-in-lg {
  -webkit-animation-name: zoom-in-lg;
          animation-name: zoom-in-lg;
}


@-webkit-keyframes zoom-out-lg {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(.4);
            transform: scale(.4);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}


@keyframes zoom-out-lg {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(.4);
            transform: scale(.4);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}


.zoom-out-lg {
  -webkit-animation-name: zoom-out-lg;
          animation-name: zoom-out-lg;
}

@-webkit-keyframes overlay-slide-in-top {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}

@keyframes overlay-slide-in-top {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}


.overlay-slide-in-top {
  top: 0;
  height: 0;
  -webkit-animation-name: overlay-slide-in-top;
          animation-name: overlay-slide-in-top;
}


@-webkit-keyframes overlay-slide-out-top {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}


@keyframes overlay-slide-out-top {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}


.overlay-slide-out-top {
  top: 0;
  height: 100%;
  -webkit-animation-name: overlay-slide-out-top;
          animation-name: overlay-slide-out-top;
}
@-webkit-keyframes overlay-slide-in-bottom {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
@keyframes overlay-slide-in-bottom {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}


.overlay-slide-in-bottom {
  bottom: 0;
  height: 0;
  -webkit-animation-name: overlay-slide-in-bottom;
          animation-name: overlay-slide-in-bottom;
}


@-webkit-keyframes overlay-slide-out-bottom {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}


@keyframes overlay-slide-out-bottom {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}


.overlay-slide-out-bottom {
  bottom: 0;
  height: 100%;
  -webkit-animation-name: overlay-slide-out-bottom;
          animation-name: overlay-slide-out-bottom;
}
@-webkit-keyframes overlay-slide-in-left {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
@keyframes overlay-slide-in-left {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}


.overlay-slide-in-left {
  width: 0;
  -webkit-animation-name: overlay-slide-in-left;
          animation-name: overlay-slide-in-left;
}


@-webkit-keyframes overlay-slide-out-left {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}


@keyframes overlay-slide-out-left {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}


.overlay-slide-out-left {
  left: 0;
  width: 100%;
  -webkit-animation-name: overlay-slide-out-left;
          animation-name: overlay-slide-out-left;
}
@-webkit-keyframes overlay-slide-in-right {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
@keyframes overlay-slide-in-right {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}


.overlay-slide-in-right {
  right: 0;
  width: 0;
  -webkit-animation-name: overlay-slide-in-right;
          animation-name: overlay-slide-in-right;
}


@-webkit-keyframes overlay-slide-out-right {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}


@keyframes overlay-slide-out-right {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}


.overlay-slide-out-right {
  right: 0;
  width: 100%;
  -webkit-animation-name: overlay-slide-out-right;
          animation-name: overlay-slide-out-right;
}
/* Slider */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
          animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1); }

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em; }

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e"; }

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-acquisitions-incorporated:before {
  content: "\f6af"; }

.fa-ad:before {
  content: "\f641"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-card:before {
  content: "\f2bb"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-adn:before {
  content: "\f170"; }

.fa-adobe:before {
  content: "\f778"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-air-freshener:before {
  content: "\f5d0"; }

.fa-algolia:before {
  content: "\f36c"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-alipay:before {
  content: "\f642"; }

.fa-allergies:before {
  content: "\f461"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-amazon-pay:before {
  content: "\f42c"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-amilia:before {
  content: "\f36d"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-android:before {
  content: "\f17b"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angry:before {
  content: "\f556"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-angular:before {
  content: "\f420"; }

.fa-ankh:before {
  content: "\f644"; }

.fa-app-store:before {
  content: "\f36f"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-apper:before {
  content: "\f371"; }

.fa-apple:before {
  content: "\f179"; }

.fa-apple-alt:before {
  content: "\f5d1"; }

.fa-apple-pay:before {
  content: "\f415"; }

.fa-archive:before {
  content: "\f187"; }

.fa-archway:before {
  content: "\f557"; }

.fa-arrow-alt-circle-down:before {
  content: "\f358"; }

.fa-arrow-alt-circle-left:before {
  content: "\f359"; }

.fa-arrow-alt-circle-right:before {
  content: "\f35a"; }

.fa-arrow-alt-circle-up:before {
  content: "\f35b"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-arrows-alt-h:before {
  content: "\f337"; }

.fa-arrows-alt-v:before {
  content: "\f338"; }

.fa-artstation:before {
  content: "\f77a"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-asymmetrik:before {
  content: "\f372"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-atlas:before {
  content: "\f558"; }

.fa-atlassian:before {
  content: "\f77b"; }

.fa-atom:before {
  content: "\f5d2"; }

.fa-audible:before {
  content: "\f373"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-award:before {
  content: "\f559"; }

.fa-aws:before {
  content: "\f375"; }

.fa-baby:before {
  content: "\f77c"; }

.fa-baby-carriage:before {
  content: "\f77d"; }

.fa-backspace:before {
  content: "\f55a"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-bacon:before {
  content: "\f7e5"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-band-aid:before {
  content: "\f462"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-bars:before {
  content: "\f0c9"; }

.fa-baseball-ball:before {
  content: "\f433"; }

.fa-basketball-ball:before {
  content: "\f434"; }

.fa-bath:before {
  content: "\f2cd"; }

.fa-battery-empty:before {
  content: "\f244"; }

.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-bed:before {
  content: "\f236"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bezier-curve:before {
  content: "\f55b"; }

.fa-bible:before {
  content: "\f647"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bimobject:before {
  content: "\f378"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-biohazard:before {
  content: "\f780"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitcoin:before {
  content: "\f379"; }

.fa-bity:before {
  content: "\f37a"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-blackberry:before {
  content: "\f37b"; }

.fa-blender:before {
  content: "\f517"; }

.fa-blender-phone:before {
  content: "\f6b6"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-blog:before {
  content: "\f781"; }

.fa-blogger:before {
  content: "\f37c"; }

.fa-blogger-b:before {
  content: "\f37d"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-bold:before {
  content: "\f032"; }

.fa-bolt:before {
  content: "\f0e7"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-bone:before {
  content: "\f5d7"; }

.fa-bong:before {
  content: "\f55c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-book-dead:before {
  content: "\f6b7"; }

.fa-book-medical:before {
  content: "\f7e6"; }

.fa-book-open:before {
  content: "\f518"; }

.fa-book-reader:before {
  content: "\f5da"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-bowling-ball:before {
  content: "\f436"; }

.fa-box:before {
  content: "\f466"; }

.fa-box-open:before {
  content: "\f49e"; }

.fa-boxes:before {
  content: "\f468"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-brain:before {
  content: "\f5dc"; }

.fa-bread-slice:before {
  content: "\f7ec"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-briefcase-medical:before {
  content: "\f469"; }

.fa-broadcast-tower:before {
  content: "\f519"; }

.fa-broom:before {
  content: "\f51a"; }

.fa-brush:before {
  content: "\f55d"; }

.fa-btc:before {
  content: "\f15a"; }

.fa-bug:before {
  content: "\f188"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-burn:before {
  content: "\f46a"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

.fa-bus:before {
  content: "\f207"; }

.fa-bus-alt:before {
  content: "\f55e"; }

.fa-business-time:before {
  content: "\f64a"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-calendar:before {
  content: "\f133"; }

.fa-calendar-alt:before {
  content: "\f073"; }

.fa-calendar-check:before {
  content: "\f274"; }

.fa-calendar-day:before {
  content: "\f783"; }

.fa-calendar-minus:before {
  content: "\f272"; }

.fa-calendar-plus:before {
  content: "\f271"; }

.fa-calendar-times:before {
  content: "\f273"; }

.fa-calendar-week:before {
  content: "\f784"; }

.fa-camera:before {
  content: "\f030"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-campground:before {
  content: "\f6bb"; }

.fa-canadian-maple-leaf:before {
  content: "\f785"; }

.fa-candy-cane:before {
  content: "\f786"; }

.fa-cannabis:before {
  content: "\f55f"; }

.fa-capsules:before {
  content: "\f46b"; }

.fa-car:before {
  content: "\f1b9"; }

.fa-car-alt:before {
  content: "\f5de"; }

.fa-car-battery:before {
  content: "\f5df"; }

.fa-car-crash:before {
  content: "\f5e1"; }

.fa-car-side:before {
  content: "\f5e4"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-caret-square-down:before {
  content: "\f150"; }

.fa-caret-square-left:before {
  content: "\f191"; }

.fa-caret-square-right:before {
  content: "\f152"; }

.fa-caret-square-up:before {
  content: "\f151"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-carrot:before {
  content: "\f787"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cash-register:before {
  content: "\f788"; }

.fa-cat:before {
  content: "\f6be"; }

.fa-cc-amazon-pay:before {
  content: "\f42d"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-apple-pay:before {
  content: "\f416"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-centercode:before {
  content: "\f380"; }

.fa-centos:before {
  content: "\f789"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-chair:before {
  content: "\f6c0"; }

.fa-chalkboard:before {
  content: "\f51b"; }

.fa-chalkboard-teacher:before {
  content: "\f51c"; }

.fa-charging-station:before {
  content: "\f5e7"; }

.fa-chart-area:before {
  content: "\f1fe"; }

.fa-chart-bar:before {
  content: "\f080"; }

.fa-chart-line:before {
  content: "\f201"; }

.fa-chart-pie:before {
  content: "\f200"; }

.fa-check:before {
  content: "\f00c"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-check-double:before {
  content: "\f560"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-cheese:before {
  content: "\f7ef"; }

.fa-chess:before {
  content: "\f439"; }

.fa-chess-bishop:before {
  content: "\f43a"; }

.fa-chess-board:before {
  content: "\f43c"; }

.fa-chess-king:before {
  content: "\f43f"; }

.fa-chess-knight:before {
  content: "\f441"; }

.fa-chess-pawn:before {
  content: "\f443"; }

.fa-chess-queen:before {
  content: "\f445"; }

.fa-chess-rook:before {
  content: "\f447"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-church:before {
  content: "\f51d"; }

.fa-circle:before {
  content: "\f111"; }

.fa-circle-notch:before {
  content: "\f1ce"; }

.fa-city:before {
  content: "\f64f"; }

.fa-clinic-medical:before {
  content: "\f7f2"; }

.fa-clipboard:before {
  content: "\f328"; }

.fa-clipboard-check:before {
  content: "\f46c"; }

.fa-clipboard-list:before {
  content: "\f46d"; }

.fa-clock:before {
  content: "\f017"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-closed-captioning:before {
  content: "\f20a"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-cloud-download-alt:before {
  content: "\f381"; }

.fa-cloud-meatball:before {
  content: "\f73b"; }

.fa-cloud-moon:before {
  content: "\f6c3"; }

.fa-cloud-moon-rain:before {
  content: "\f73c"; }

.fa-cloud-rain:before {
  content: "\f73d"; }

.fa-cloud-showers-heavy:before {
  content: "\f740"; }

.fa-cloud-sun:before {
  content: "\f6c4"; }

.fa-cloud-sun-rain:before {
  content: "\f743"; }

.fa-cloud-upload-alt:before {
  content: "\f382"; }

.fa-cloudscale:before {
  content: "\f383"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-cocktail:before {
  content: "\f561"; }

.fa-code:before {
  content: "\f121"; }

.fa-code-branch:before {
  content: "\f126"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cog:before {
  content: "\f013"; }

.fa-cogs:before {
  content: "\f085"; }

.fa-coins:before {
  content: "\f51e"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-comment:before {
  content: "\f075"; }

.fa-comment-alt:before {
  content: "\f27a"; }

.fa-comment-dollar:before {
  content: "\f651"; }

.fa-comment-dots:before {
  content: "\f4ad"; }

.fa-comment-medical:before {
  content: "\f7f5"; }

.fa-comment-slash:before {
  content: "\f4b3"; }

.fa-comments:before {
  content: "\f086"; }

.fa-comments-dollar:before {
  content: "\f653"; }

.fa-compact-disc:before {
  content: "\f51f"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-compress:before {
  content: "\f066"; }

.fa-compress-arrows-alt:before {
  content: "\f78c"; }

.fa-concierge-bell:before {
  content: "\f562"; }

.fa-confluence:before {
  content: "\f78d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-cookie:before {
  content: "\f563"; }

.fa-cookie-bite:before {
  content: "\f564"; }

.fa-copy:before {
  content: "\f0c5"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-couch:before {
  content: "\f4b8"; }

.fa-cpanel:before {
  content: "\f388"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-creative-commons-by:before {
  content: "\f4e7"; }

.fa-creative-commons-nc:before {
  content: "\f4e8"; }

.fa-creative-commons-nc-eu:before {
  content: "\f4e9"; }

.fa-creative-commons-nc-jp:before {
  content: "\f4ea"; }

.fa-creative-commons-nd:before {
  content: "\f4eb"; }

.fa-creative-commons-pd:before {
  content: "\f4ec"; }

.fa-creative-commons-pd-alt:before {
  content: "\f4ed"; }

.fa-creative-commons-remix:before {
  content: "\f4ee"; }

.fa-creative-commons-sa:before {
  content: "\f4ef"; }

.fa-creative-commons-sampling:before {
  content: "\f4f0"; }

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"; }

.fa-creative-commons-share:before {
  content: "\f4f2"; }

.fa-creative-commons-zero:before {
  content: "\f4f3"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-critical-role:before {
  content: "\f6c9"; }

.fa-crop:before {
  content: "\f125"; }

.fa-crop-alt:before {
  content: "\f565"; }

.fa-cross:before {
  content: "\f654"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-crow:before {
  content: "\f520"; }

.fa-crown:before {
  content: "\f521"; }

.fa-crutch:before {
  content: "\f7f7"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-css3-alt:before {
  content: "\f38b"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-cut:before {
  content: "\f0c4"; }

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-d-and-d-beyond:before {
  content: "\f6ca"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-deaf:before {
  content: "\f2a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-democrat:before {
  content: "\f747"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-deskpro:before {
  content: "\f38f"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-dev:before {
  content: "\f6cc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-dharmachakra:before {
  content: "\f655"; }

.fa-dhl:before {
  content: "\f790"; }

.fa-diagnoses:before {
  content: "\f470"; }

.fa-diaspora:before {
  content: "\f791"; }

.fa-dice:before {
  content: "\f522"; }

.fa-dice-d20:before {
  content: "\f6cf"; }

.fa-dice-d6:before {
  content: "\f6d1"; }

.fa-dice-five:before {
  content: "\f523"; }

.fa-dice-four:before {
  content: "\f524"; }

.fa-dice-one:before {
  content: "\f525"; }

.fa-dice-six:before {
  content: "\f526"; }

.fa-dice-three:before {
  content: "\f527"; }

.fa-dice-two:before {
  content: "\f528"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-digital-tachograph:before {
  content: "\f566"; }

.fa-directions:before {
  content: "\f5eb"; }

.fa-discord:before {
  content: "\f392"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-divide:before {
  content: "\f529"; }

.fa-dizzy:before {
  content: "\f567"; }

.fa-dna:before {
  content: "\f471"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-docker:before {
  content: "\f395"; }

.fa-dog:before {
  content: "\f6d3"; }

.fa-dollar-sign:before {
  content: "\f155"; }

.fa-dolly:before {
  content: "\f472"; }

.fa-dolly-flatbed:before {
  content: "\f474"; }

.fa-donate:before {
  content: "\f4b9"; }

.fa-door-closed:before {
  content: "\f52a"; }

.fa-door-open:before {
  content: "\f52b"; }

.fa-dot-circle:before {
  content: "\f192"; }

.fa-dove:before {
  content: "\f4ba"; }

.fa-download:before {
  content: "\f019"; }

.fa-draft2digital:before {
  content: "\f396"; }

.fa-drafting-compass:before {
  content: "\f568"; }

.fa-dragon:before {
  content: "\f6d5"; }

.fa-draw-polygon:before {
  content: "\f5ee"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-dribbble-square:before {
  content: "\f397"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-drum:before {
  content: "\f569"; }

.fa-drum-steelpan:before {
  content: "\f56a"; }

.fa-drumstick-bite:before {
  content: "\f6d7"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-dumbbell:before {
  content: "\f44b"; }

.fa-dumpster:before {
  content: "\f793"; }

.fa-dumpster-fire:before {
  content: "\f794"; }

.fa-dungeon:before {
  content: "\f6d9"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-ebay:before {
  content: "\f4f4"; }

.fa-edge:before {
  content: "\f282"; }

.fa-edit:before {
  content: "\f044"; }

.fa-egg:before {
  content: "\f7fb"; }

.fa-eject:before {
  content: "\f052"; }

.fa-elementor:before {
  content: "\f430"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-ello:before {
  content: "\f5f1"; }

.fa-ember:before {
  content: "\f423"; }

.fa-empire:before {
  content: "\f1d1"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-open-text:before {
  content: "\f658"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-envira:before {
  content: "\f299"; }

.fa-equals:before {
  content: "\f52c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-erlang:before {
  content: "\f39d"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-ethernet:before {
  content: "\f796"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-euro-sign:before {
  content: "\f153"; }

.fa-exchange-alt:before {
  content: "\f362"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-expand:before {
  content: "\f065"; }

.fa-expand-arrows-alt:before {
  content: "\f31e"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-external-link-alt:before {
  content: "\f35d"; }

.fa-external-link-square-alt:before {
  content: "\f360"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-dropper:before {
  content: "\f1fb"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-facebook-f:before {
  content: "\f39e"; }

.fa-facebook-messenger:before {
  content: "\f39f"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-fantasy-flight-games:before {
  content: "\f6dc"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-feather:before {
  content: "\f52d"; }

.fa-feather-alt:before {
  content: "\f56b"; }

.fa-fedex:before {
  content: "\f797"; }

.fa-fedora:before {
  content: "\f798"; }

.fa-female:before {
  content: "\f182"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-figma:before {
  content: "\f799"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-alt:before {
  content: "\f15c"; }

.fa-file-archive:before {
  content: "\f1c6"; }

.fa-file-audio:before {
  content: "\f1c7"; }

.fa-file-code:before {
  content: "\f1c9"; }

.fa-file-contract:before {
  content: "\f56c"; }

.fa-file-csv:before {
  content: "\f6dd"; }

.fa-file-download:before {
  content: "\f56d"; }

.fa-file-excel:before {
  content: "\f1c3"; }

.fa-file-export:before {
  content: "\f56e"; }

.fa-file-image:before {
  content: "\f1c5"; }

.fa-file-import:before {
  content: "\f56f"; }

.fa-file-invoice:before {
  content: "\f570"; }

.fa-file-invoice-dollar:before {
  content: "\f571"; }

.fa-file-medical:before {
  content: "\f477"; }

.fa-file-medical-alt:before {
  content: "\f478"; }

.fa-file-pdf:before {
  content: "\f1c1"; }

.fa-file-powerpoint:before {
  content: "\f1c4"; }

.fa-file-prescription:before {
  content: "\f572"; }

.fa-file-signature:before {
  content: "\f573"; }

.fa-file-upload:before {
  content: "\f574"; }

.fa-file-video:before {
  content: "\f1c8"; }

.fa-file-word:before {
  content: "\f1c2"; }

.fa-fill:before {
  content: "\f575"; }

.fa-fill-drip:before {
  content: "\f576"; }

.fa-film:before {
  content: "\f008"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-fingerprint:before {
  content: "\f577"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-fire-alt:before {
  content: "\f7e4"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-first-aid:before {
  content: "\f479"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-first-order-alt:before {
  content: "\f50a"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-fish:before {
  content: "\f578"; }

.fa-fist-raised:before {
  content: "\f6de"; }

.fa-flag:before {
  content: "\f024"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-flag-usa:before {
  content: "\f74d"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-flipboard:before {
  content: "\f44d"; }

.fa-flushed:before {
  content: "\f579"; }

.fa-fly:before {
  content: "\f417"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-minus:before {
  content: "\f65d"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-folder-plus:before {
  content: "\f65e"; }

.fa-font:before {
  content: "\f031"; }

.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-font-awesome-flag:before {
  content: "\f425"; }

.fa-font-awesome-logo-full:before {
  content: "\f4e6"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-football-ball:before {
  content: "\f44e"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-frog:before {
  content: "\f52e"; }

.fa-frown:before {
  content: "\f119"; }

.fa-frown-open:before {
  content: "\f57a"; }

.fa-fulcrum:before {
  content: "\f50b"; }

.fa-funnel-dollar:before {
  content: "\f662"; }

.fa-futbol:before {
  content: "\f1e3"; }

.fa-galactic-republic:before {
  content: "\f50c"; }

.fa-galactic-senate:before {
  content: "\f50d"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-gas-pump:before {
  content: "\f52f"; }

.fa-gavel:before {
  content: "\f0e3"; }

.fa-gem:before {
  content: "\f3a5"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-ghost:before {
  content: "\f6e2"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-gifts:before {
  content: "\f79c"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-github:before {
  content: "\f09b"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-gitter:before {
  content: "\f426"; }

.fa-glass-cheers:before {
  content: "\f79f"; }

.fa-glass-martini:before {
  content: "\f000"; }

.fa-glass-martini-alt:before {
  content: "\f57b"; }

.fa-glass-whiskey:before {
  content: "\f7a0"; }

.fa-glasses:before {
  content: "\f530"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-globe-africa:before {
  content: "\f57c"; }

.fa-globe-americas:before {
  content: "\f57d"; }

.fa-globe-asia:before {
  content: "\f57e"; }

.fa-globe-europe:before {
  content: "\f7a2"; }

.fa-gofore:before {
  content: "\f3a7"; }

.fa-golf-ball:before {
  content: "\f450"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-google-drive:before {
  content: "\f3aa"; }

.fa-google-play:before {
  content: "\f3ab"; }

.fa-google-plus:before {
  content: "\f2b3"; }

.fa-google-plus-g:before {
  content: "\f0d5"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-gopuram:before {
  content: "\f664"; }

.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-gratipay:before {
  content: "\f184"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-greater-than:before {
  content: "\f531"; }

.fa-greater-than-equal:before {
  content: "\f532"; }

.fa-grimace:before {
  content: "\f57f"; }

.fa-grin:before {
  content: "\f580"; }

.fa-grin-alt:before {
  content: "\f581"; }

.fa-grin-beam:before {
  content: "\f582"; }

.fa-grin-beam-sweat:before {
  content: "\f583"; }

.fa-grin-hearts:before {
  content: "\f584"; }

.fa-grin-squint:before {
  content: "\f585"; }

.fa-grin-squint-tears:before {
  content: "\f586"; }

.fa-grin-stars:before {
  content: "\f587"; }

.fa-grin-tears:before {
  content: "\f588"; }

.fa-grin-tongue:before {
  content: "\f589"; }

.fa-grin-tongue-squint:before {
  content: "\f58a"; }

.fa-grin-tongue-wink:before {
  content: "\f58b"; }

.fa-grin-wink:before {
  content: "\f58c"; }

.fa-grip-horizontal:before {
  content: "\f58d"; }

.fa-grip-lines:before {
  content: "\f7a4"; }

.fa-grip-lines-vertical:before {
  content: "\f7a5"; }

.fa-grip-vertical:before {
  content: "\f58e"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-guitar:before {
  content: "\f7a6"; }

.fa-gulp:before {
  content: "\f3ae"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-hackerrank:before {
  content: "\f5f7"; }

.fa-hamburger:before {
  content: "\f805"; }

.fa-hammer:before {
  content: "\f6e3"; }

.fa-hamsa:before {
  content: "\f665"; }

.fa-hand-holding:before {
  content: "\f4bd"; }

.fa-hand-holding-heart:before {
  content: "\f4be"; }

.fa-hand-holding-usd:before {
  content: "\f4c0"; }

.fa-hand-lizard:before {
  content: "\f258"; }

.fa-hand-middle-finger:before {
  content: "\f806"; }

.fa-hand-paper:before {
  content: "\f256"; }

.fa-hand-peace:before {
  content: "\f25b"; }

.fa-hand-point-down:before {
  content: "\f0a7"; }

.fa-hand-point-left:before {
  content: "\f0a5"; }

.fa-hand-point-right:before {
  content: "\f0a4"; }

.fa-hand-point-up:before {
  content: "\f0a6"; }

.fa-hand-pointer:before {
  content: "\f25a"; }

.fa-hand-rock:before {
  content: "\f255"; }

.fa-hand-scissors:before {
  content: "\f257"; }

.fa-hand-spock:before {
  content: "\f259"; }

.fa-hands:before {
  content: "\f4c2"; }

.fa-hands-helping:before {
  content: "\f4c4"; }

.fa-handshake:before {
  content: "\f2b5"; }

.fa-hanukiah:before {
  content: "\f6e6"; }

.fa-hard-hat:before {
  content: "\f807"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-hat-wizard:before {
  content: "\f6e8"; }

.fa-haykal:before {
  content: "\f666"; }

.fa-hdd:before {
  content: "\f0a0"; }

.fa-heading:before {
  content: "\f1dc"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-headphones-alt:before {
  content: "\f58f"; }

.fa-headset:before {
  content: "\f590"; }

.fa-heart:before {
  content: "\f004"; }

.fa-heart-broken:before {
  content: "\f7a9"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-helicopter:before {
  content: "\f533"; }

.fa-highlighter:before {
  content: "\f591"; }

.fa-hiking:before {
  content: "\f6ec"; }

.fa-hippo:before {
  content: "\f6ed"; }

.fa-hips:before {
  content: "\f452"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-history:before {
  content: "\f1da"; }

.fa-hockey-puck:before {
  content: "\f453"; }

.fa-holly-berry:before {
  content: "\f7aa"; }

.fa-home:before {
  content: "\f015"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-hornbill:before {
  content: "\f592"; }

.fa-horse:before {
  content: "\f6f0"; }

.fa-horse-head:before {
  content: "\f7ab"; }

.fa-hospital:before {
  content: "\f0f8"; }

.fa-hospital-alt:before {
  content: "\f47d"; }

.fa-hospital-symbol:before {
  content: "\f47e"; }

.fa-hot-tub:before {
  content: "\f593"; }

.fa-hotdog:before {
  content: "\f80f"; }

.fa-hotel:before {
  content: "\f594"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-start:before {
  content: "\f251"; }

.fa-house-damage:before {
  content: "\f6f1"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-hryvnia:before {
  content: "\f6f2"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-hubspot:before {
  content: "\f3b2"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-ice-cream:before {
  content: "\f810"; }

.fa-icicles:before {
  content: "\f7ad"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-id-card:before {
  content: "\f2c2"; }

.fa-id-card-alt:before {
  content: "\f47f"; }

.fa-igloo:before {
  content: "\f7ae"; }

.fa-image:before {
  content: "\f03e"; }

.fa-images:before {
  content: "\f302"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-industry:before {
  content: "\f275"; }

.fa-infinity:before {
  content: "\f534"; }

.fa-info:before {
  content: "\f129"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-intercom:before {
  content: "\f7af"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-invision:before {
  content: "\f7b0"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-italic:before {
  content: "\f033"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-java:before {
  content: "\f4e4"; }

.fa-jedi:before {
  content: "\f669"; }

.fa-jedi-order:before {
  content: "\f50e"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-jira:before {
  content: "\f7b1"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-joint:before {
  content: "\f595"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-journal-whills:before {
  content: "\f66a"; }

.fa-js:before {
  content: "\f3b8"; }

.fa-js-square:before {
  content: "\f3b9"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-kaaba:before {
  content: "\f66b"; }

.fa-kaggle:before {
  content: "\f5fa"; }

.fa-key:before {
  content: "\f084"; }

.fa-keybase:before {
  content: "\f4f5"; }

.fa-keyboard:before {
  content: "\f11c"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-khanda:before {
  content: "\f66d"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-kiss:before {
  content: "\f596"; }

.fa-kiss-beam:before {
  content: "\f597"; }

.fa-kiss-wink-heart:before {
  content: "\f598"; }

.fa-kiwi-bird:before {
  content: "\f535"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-landmark:before {
  content: "\f66f"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-laptop-code:before {
  content: "\f5fc"; }

.fa-laptop-medical:before {
  content: "\f812"; }

.fa-laravel:before {
  content: "\f3bd"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-laugh:before {
  content: "\f599"; }

.fa-laugh-beam:before {
  content: "\f59a"; }

.fa-laugh-squint:before {
  content: "\f59b"; }

.fa-laugh-wink:before {
  content: "\f59c"; }

.fa-layer-group:before {
  content: "\f5fd"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-lemon:before {
  content: "\f094"; }

.fa-less:before {
  content: "\f41d"; }

.fa-less-than:before {
  content: "\f536"; }

.fa-less-than-equal:before {
  content: "\f537"; }

.fa-level-down-alt:before {
  content: "\f3be"; }

.fa-level-up-alt:before {
  content: "\f3bf"; }

.fa-life-ring:before {
  content: "\f1cd"; }

.fa-lightbulb:before {
  content: "\f0eb"; }

.fa-line:before {
  content: "\f3c0"; }

.fa-link:before {
  content: "\f0c1"; }

.fa-linkedin:before {
  content: "\f08c"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-lira-sign:before {
  content: "\f195"; }

.fa-list:before {
  content: "\f03a"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-lock:before {
  content: "\f023"; }

.fa-lock-open:before {
  content: "\f3c1"; }

.fa-long-arrow-alt-down:before {
  content: "\f309"; }

.fa-long-arrow-alt-left:before {
  content: "\f30a"; }

.fa-long-arrow-alt-right:before {
  content: "\f30b"; }

.fa-long-arrow-alt-up:before {
  content: "\f30c"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-luggage-cart:before {
  content: "\f59d"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-mail-bulk:before {
  content: "\f674"; }

.fa-mailchimp:before {
  content: "\f59e"; }

.fa-male:before {
  content: "\f183"; }

.fa-mandalorian:before {
  content: "\f50f"; }

.fa-map:before {
  content: "\f279"; }

.fa-map-marked:before {
  content: "\f59f"; }

.fa-map-marked-alt:before {
  content: "\f5a0"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-map-marker-alt:before {
  content: "\f3c5"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-markdown:before {
  content: "\f60f"; }

.fa-marker:before {
  content: "\f5a1"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mask:before {
  content: "\f6fa"; }

.fa-mastodon:before {
  content: "\f4f6"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-medal:before {
  content: "\f5a2"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-medium-m:before {
  content: "\f3c7"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-medrt:before {
  content: "\f3c8"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-megaport:before {
  content: "\f5a3"; }

.fa-meh:before {
  content: "\f11a"; }

.fa-meh-blank:before {
  content: "\f5a4"; }

.fa-meh-rolling-eyes:before {
  content: "\f5a5"; }

.fa-memory:before {
  content: "\f538"; }

.fa-mendeley:before {
  content: "\f7b3"; }

.fa-menorah:before {
  content: "\f676"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-meteor:before {
  content: "\f753"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-alt:before {
  content: "\f3c9"; }

.fa-microphone-alt-slash:before {
  content: "\f539"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-microscope:before {
  content: "\f610"; }

.fa-microsoft:before {
  content: "\f3ca"; }

.fa-minus:before {
  content: "\f068"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-mitten:before {
  content: "\f7b5"; }

.fa-mix:before {
  content: "\f3cb"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-mizuni:before {
  content: "\f3cc"; }

.fa-mobile:before {
  content: "\f10b"; }

.fa-mobile-alt:before {
  content: "\f3cd"; }

.fa-modx:before {
  content: "\f285"; }

.fa-monero:before {
  content: "\f3d0"; }

.fa-money-bill:before {
  content: "\f0d6"; }

.fa-money-bill-alt:before {
  content: "\f3d1"; }

.fa-money-bill-wave:before {
  content: "\f53a"; }

.fa-money-bill-wave-alt:before {
  content: "\f53b"; }

.fa-money-check:before {
  content: "\f53c"; }

.fa-money-check-alt:before {
  content: "\f53d"; }

.fa-monument:before {
  content: "\f5a6"; }

.fa-moon:before {
  content: "\f186"; }

.fa-mortar-pestle:before {
  content: "\f5a7"; }

.fa-mosque:before {
  content: "\f678"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-mountain:before {
  content: "\f6fc"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-mug-hot:before {
  content: "\f7b6"; }

.fa-music:before {
  content: "\f001"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-neos:before {
  content: "\f612"; }

.fa-network-wired:before {
  content: "\f6ff"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-newspaper:before {
  content: "\f1ea"; }

.fa-nimblr:before {
  content: "\f5a8"; }

.fa-nintendo-switch:before {
  content: "\f418"; }

.fa-node:before {
  content: "\f419"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-not-equal:before {
  content: "\f53e"; }

.fa-notes-medical:before {
  content: "\f481"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-oil-can:before {
  content: "\f613"; }

.fa-old-republic:before {
  content: "\f510"; }

.fa-om:before {
  content: "\f679"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-otter:before {
  content: "\f700"; }

.fa-outdent:before {
  content: "\f03b"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-pager:before {
  content: "\f815"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-paint-roller:before {
  content: "\f5aa"; }

.fa-palette:before {
  content: "\f53f"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-pallet:before {
  content: "\f482"; }

.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-parachute-box:before {
  content: "\f4cd"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-parking:before {
  content: "\f540"; }

.fa-passport:before {
  content: "\f5ab"; }

.fa-pastafarianism:before {
  content: "\f67b"; }

.fa-paste:before {
  content: "\f0ea"; }

.fa-patreon:before {
  content: "\f3d9"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-peace:before {
  content: "\f67c"; }

.fa-pen:before {
  content: "\f304"; }

.fa-pen-alt:before {
  content: "\f305"; }

.fa-pen-fancy:before {
  content: "\f5ac"; }

.fa-pen-nib:before {
  content: "\f5ad"; }

.fa-pen-square:before {
  content: "\f14b"; }

.fa-pencil-alt:before {
  content: "\f303"; }

.fa-pencil-ruler:before {
  content: "\f5ae"; }

.fa-penny-arcade:before {
  content: "\f704"; }

.fa-people-carry:before {
  content: "\f4ce"; }

.fa-pepper-hot:before {
  content: "\f816"; }

.fa-percent:before {
  content: "\f295"; }

.fa-percentage:before {
  content: "\f541"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-person-booth:before {
  content: "\f756"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-phoenix-squadron:before {
  content: "\f511"; }

.fa-phone:before {
  content: "\f095"; }

.fa-phone-slash:before {
  content: "\f3dd"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-phone-volume:before {
  content: "\f2a0"; }

.fa-php:before {
  content: "\f457"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-pied-piper-hat:before {
  content: "\f4e5"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-piggy-bank:before {
  content: "\f4d3"; }

.fa-pills:before {
  content: "\f484"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-pizza-slice:before {
  content: "\f818"; }

.fa-place-of-worship:before {
  content: "\f67f"; }

.fa-plane:before {
  content: "\f072"; }

.fa-plane-arrival:before {
  content: "\f5af"; }

.fa-plane-departure:before {
  content: "\f5b0"; }

.fa-play:before {
  content: "\f04b"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-playstation:before {
  content: "\f3df"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-plus:before {
  content: "\f067"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-poll:before {
  content: "\f681"; }

.fa-poll-h:before {
  content: "\f682"; }

.fa-poo:before {
  content: "\f2fe"; }

.fa-poo-storm:before {
  content: "\f75a"; }

.fa-poop:before {
  content: "\f619"; }

.fa-portrait:before {
  content: "\f3e0"; }

.fa-pound-sign:before {
  content: "\f154"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-pray:before {
  content: "\f683"; }

.fa-praying-hands:before {
  content: "\f684"; }

.fa-prescription:before {
  content: "\f5b1"; }

.fa-prescription-bottle:before {
  content: "\f485"; }

.fa-prescription-bottle-alt:before {
  content: "\f486"; }

.fa-print:before {
  content: "\f02f"; }

.fa-procedures:before {
  content: "\f487"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-project-diagram:before {
  content: "\f542"; }

.fa-pushed:before {
  content: "\f3e1"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-python:before {
  content: "\f3e2"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-question:before {
  content: "\f128"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-quidditch:before {
  content: "\f458"; }

.fa-quinscape:before {
  content: "\f459"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-quran:before {
  content: "\f687"; }

.fa-r-project:before {
  content: "\f4f7"; }

.fa-radiation:before {
  content: "\f7b9"; }

.fa-radiation-alt:before {
  content: "\f7ba"; }

.fa-rainbow:before {
  content: "\f75b"; }

.fa-random:before {
  content: "\f074"; }

.fa-raspberry-pi:before {
  content: "\f7bb"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-react:before {
  content: "\f41b"; }

.fa-reacteurope:before {
  content: "\f75d"; }

.fa-readme:before {
  content: "\f4d5"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-receipt:before {
  content: "\f543"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-red-river:before {
  content: "\f3e3"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-redhat:before {
  content: "\f7bc"; }

.fa-redo:before {
  content: "\f01e"; }

.fa-redo-alt:before {
  content: "\f2f9"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-reply:before {
  content: "\f3e5"; }

.fa-reply-all:before {
  content: "\f122"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-republican:before {
  content: "\f75e"; }

.fa-researchgate:before {
  content: "\f4f8"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-restroom:before {
  content: "\f7bd"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-rev:before {
  content: "\f5b2"; }

.fa-ribbon:before {
  content: "\f4d6"; }

.fa-ring:before {
  content: "\f70b"; }

.fa-road:before {
  content: "\f018"; }

.fa-robot:before {
  content: "\f544"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-route:before {
  content: "\f4d7"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-ruble-sign:before {
  content: "\f158"; }

.fa-ruler:before {
  content: "\f545"; }

.fa-ruler-combined:before {
  content: "\f546"; }

.fa-ruler-horizontal:before {
  content: "\f547"; }

.fa-ruler-vertical:before {
  content: "\f548"; }

.fa-running:before {
  content: "\f70c"; }

.fa-rupee-sign:before {
  content: "\f156"; }

.fa-sad-cry:before {
  content: "\f5b3"; }

.fa-sad-tear:before {
  content: "\f5b4"; }

.fa-safari:before {
  content: "\f267"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-satellite:before {
  content: "\f7bf"; }

.fa-satellite-dish:before {
  content: "\f7c0"; }

.fa-save:before {
  content: "\f0c7"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-school:before {
  content: "\f549"; }

.fa-screwdriver:before {
  content: "\f54a"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-scroll:before {
  content: "\f70e"; }

.fa-sd-card:before {
  content: "\f7c2"; }

.fa-search:before {
  content: "\f002"; }

.fa-search-dollar:before {
  content: "\f688"; }

.fa-search-location:before {
  content: "\f689"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-seedling:before {
  content: "\f4d8"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-server:before {
  content: "\f233"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-shapes:before {
  content: "\f61f"; }

.fa-share:before {
  content: "\f064"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-shekel-sign:before {
  content: "\f20b"; }

.fa-shield-alt:before {
  content: "\f3ed"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-shipping-fast:before {
  content: "\f48b"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-shoe-prints:before {
  content: "\f54b"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-shopware:before {
  content: "\f5b5"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-shuttle-van:before {
  content: "\f5b6"; }

.fa-sign:before {
  content: "\f4d9"; }

.fa-sign-in-alt:before {
  content: "\f2f6"; }

.fa-sign-language:before {
  content: "\f2a7"; }

.fa-sign-out-alt:before {
  content: "\f2f5"; }

.fa-signal:before {
  content: "\f012"; }

.fa-signature:before {
  content: "\f5b7"; }

.fa-sim-card:before {
  content: "\f7c4"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-sith:before {
  content: "\f512"; }

.fa-skating:before {
  content: "\f7c5"; }

.fa-sketch:before {
  content: "\f7c6"; }

.fa-skiing:before {
  content: "\f7c9"; }

.fa-skiing-nordic:before {
  content: "\f7ca"; }

.fa-skull:before {
  content: "\f54c"; }

.fa-skull-crossbones:before {
  content: "\f714"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f3ef"; }

.fa-slash:before {
  content: "\f715"; }

.fa-sleigh:before {
  content: "\f7cc"; }

.fa-sliders-h:before {
  content: "\f1de"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-smile:before {
  content: "\f118"; }

.fa-smile-beam:before {
  content: "\f5b8"; }

.fa-smile-wink:before {
  content: "\f4da"; }

.fa-smog:before {
  content: "\f75f"; }

.fa-smoking:before {
  content: "\f48d"; }

.fa-smoking-ban:before {
  content: "\f54d"; }

.fa-sms:before {
  content: "\f7cd"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-snowboarding:before {
  content: "\f7ce"; }

.fa-snowflake:before {
  content: "\f2dc"; }

.fa-snowman:before {
  content: "\f7d0"; }

.fa-snowplow:before {
  content: "\f7d2"; }

.fa-socks:before {
  content: "\f696"; }

.fa-solar-panel:before {
  content: "\f5ba"; }

.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-alpha-down:before {
  content: "\f15d"; }

.fa-sort-alpha-up:before {
  content: "\f15e"; }

.fa-sort-amount-down:before {
  content: "\f160"; }

.fa-sort-amount-up:before {
  content: "\f161"; }

.fa-sort-down:before {
  content: "\f0dd"; }

.fa-sort-numeric-down:before {
  content: "\f162"; }

.fa-sort-numeric-up:before {
  content: "\f163"; }

.fa-sort-up:before {
  content: "\f0de"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-sourcetree:before {
  content: "\f7d3"; }

.fa-spa:before {
  content: "\f5bb"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-spider:before {
  content: "\f717"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-splotch:before {
  content: "\f5bc"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-spray-can:before {
  content: "\f5bd"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-square-full:before {
  content: "\f45c"; }

.fa-square-root-alt:before {
  content: "\f698"; }

.fa-squarespace:before {
  content: "\f5be"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-stamp:before {
  content: "\f5bf"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-and-crescent:before {
  content: "\f699"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-star-half-alt:before {
  content: "\f5c0"; }

.fa-star-of-david:before {
  content: "\f69a"; }

.fa-star-of-life:before {
  content: "\f621"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-steam-symbol:before {
  content: "\f3f6"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-sticker-mule:before {
  content: "\f3f7"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stopwatch:before {
  content: "\f2f2"; }

.fa-store:before {
  content: "\f54e"; }

.fa-store-alt:before {
  content: "\f54f"; }

.fa-strava:before {
  content: "\f428"; }

.fa-stream:before {
  content: "\f550"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-stripe:before {
  content: "\f429"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-stroopwafel:before {
  content: "\f551"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-subway:before {
  content: "\f239"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-suitcase-rolling:before {
  content: "\f5c1"; }

.fa-sun:before {
  content: "\f185"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-surprise:before {
  content: "\f5c2"; }

.fa-suse:before {
  content: "\f7d6"; }

.fa-swatchbook:before {
  content: "\f5c3"; }

.fa-swimmer:before {
  content: "\f5c4"; }

.fa-swimming-pool:before {
  content: "\f5c5"; }

.fa-synagogue:before {
  content: "\f69b"; }

.fa-sync:before {
  content: "\f021"; }

.fa-sync-alt:before {
  content: "\f2f1"; }

.fa-syringe:before {
  content: "\f48e"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-table-tennis:before {
  content: "\f45d"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-tablet-alt:before {
  content: "\f3fa"; }

.fa-tablets:before {
  content: "\f490"; }

.fa-tachometer-alt:before {
  content: "\f3fd"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-tape:before {
  content: "\f4db"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-taxi:before {
  content: "\f1ba"; }

.fa-teamspeak:before {
  content: "\f4f9"; }

.fa-teeth:before {
  content: "\f62e"; }

.fa-teeth-open:before {
  content: "\f62f"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f3fe"; }

.fa-temperature-high:before {
  content: "\f769"; }

.fa-temperature-low:before {
  content: "\f76b"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-tenge:before {
  content: "\f7d7"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-the-red-yeti:before {
  content: "\f69d"; }

.fa-theater-masks:before {
  content: "\f630"; }

.fa-themeco:before {
  content: "\f5c6"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-thermometer:before {
  content: "\f491"; }

.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-think-peaks:before {
  content: "\f731"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbtack:before {
  content: "\f08d"; }

.fa-ticket-alt:before {
  content: "\f3ff"; }

.fa-times:before {
  content: "\f00d"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-tint:before {
  content: "\f043"; }

.fa-tint-slash:before {
  content: "\f5c7"; }

.fa-tired:before {
  content: "\f5c8"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-toilet:before {
  content: "\f7d8"; }

.fa-toilet-paper:before {
  content: "\f71e"; }

.fa-toolbox:before {
  content: "\f552"; }

.fa-tools:before {
  content: "\f7d9"; }

.fa-tooth:before {
  content: "\f5c9"; }

.fa-torah:before {
  content: "\f6a0"; }

.fa-torii-gate:before {
  content: "\f6a1"; }

.fa-tractor:before {
  content: "\f722"; }

.fa-trade-federation:before {
  content: "\f513"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-traffic-light:before {
  content: "\f637"; }

.fa-train:before {
  content: "\f238"; }

.fa-tram:before {
  content: "\f7da"; }

.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-trash-alt:before {
  content: "\f2ed"; }

.fa-trash-restore:before {
  content: "\f829"; }

.fa-trash-restore-alt:before {
  content: "\f82a"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-trello:before {
  content: "\f181"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-truck-loading:before {
  content: "\f4de"; }

.fa-truck-monster:before {
  content: "\f63b"; }

.fa-truck-moving:before {
  content: "\f4df"; }

.fa-truck-pickup:before {
  content: "\f63c"; }

.fa-tshirt:before {
  content: "\f553"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-tv:before {
  content: "\f26c"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-typo3:before {
  content: "\f42b"; }

.fa-uber:before {
  content: "\f402"; }

.fa-ubuntu:before {
  content: "\f7df"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-umbrella-beach:before {
  content: "\f5ca"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-undo:before {
  content: "\f0e2"; }

.fa-undo-alt:before {
  content: "\f2ea"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-university:before {
  content: "\f19c"; }

.fa-unlink:before {
  content: "\f127"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-untappd:before {
  content: "\f405"; }

.fa-upload:before {
  content: "\f093"; }

.fa-ups:before {
  content: "\f7e0"; }

.fa-usb:before {
  content: "\f287"; }

.fa-user:before {
  content: "\f007"; }

.fa-user-alt:before {
  content: "\f406"; }

.fa-user-alt-slash:before {
  content: "\f4fa"; }

.fa-user-astronaut:before {
  content: "\f4fb"; }

.fa-user-check:before {
  content: "\f4fc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-clock:before {
  content: "\f4fd"; }

.fa-user-cog:before {
  content: "\f4fe"; }

.fa-user-edit:before {
  content: "\f4ff"; }

.fa-user-friends:before {
  content: "\f500"; }

.fa-user-graduate:before {
  content: "\f501"; }

.fa-user-injured:before {
  content: "\f728"; }

.fa-user-lock:before {
  content: "\f502"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-user-minus:before {
  content: "\f503"; }

.fa-user-ninja:before {
  content: "\f504"; }

.fa-user-nurse:before {
  content: "\f82f"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-user-shield:before {
  content: "\f505"; }

.fa-user-slash:before {
  content: "\f506"; }

.fa-user-tag:before {
  content: "\f507"; }

.fa-user-tie:before {
  content: "\f508"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-users:before {
  content: "\f0c0"; }

.fa-users-cog:before {
  content: "\f509"; }

.fa-usps:before {
  content: "\f7e1"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-utensil-spoon:before {
  content: "\f2e5"; }

.fa-utensils:before {
  content: "\f2e7"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-vector-square:before {
  content: "\f5cb"; }

.fa-venus:before {
  content: "\f221"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-vial:before {
  content: "\f492"; }

.fa-vials:before {
  content: "\f493"; }

.fa-viber:before {
  content: "\f409"; }

.fa-video:before {
  content: "\f03d"; }

.fa-video-slash:before {
  content: "\f4e2"; }

.fa-vihara:before {
  content: "\f6a7"; }

.fa-vimeo:before {
  content: "\f40a"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-vk:before {
  content: "\f189"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-volleyball-ball:before {
  content: "\f45f"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-mute:before {
  content: "\f6a9"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-vote-yea:before {
  content: "\f772"; }

.fa-vr-cardboard:before {
  content: "\f729"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-walking:before {
  content: "\f554"; }

.fa-wallet:before {
  content: "\f555"; }

.fa-warehouse:before {
  content: "\f494"; }

.fa-water:before {
  content: "\f773"; }

.fa-weebly:before {
  content: "\f5cc"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-weight:before {
  content: "\f496"; }

.fa-weight-hanging:before {
  content: "\f5cd"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-wind:before {
  content: "\f72e"; }

.fa-window-close:before {
  content: "\f410"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-wine-bottle:before {
  content: "\f72f"; }

.fa-wine-glass:before {
  content: "\f4e3"; }

.fa-wine-glass-alt:before {
  content: "\f5ce"; }

.fa-wix:before {
  content: "\f5cf"; }

.fa-wizards-of-the-coast:before {
  content: "\f730"; }

.fa-wolf-pack-battalion:before {
  content: "\f514"; }

.fa-won-sign:before {
  content: "\f159"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-wpressr:before {
  content: "\f3e4"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-x-ray:before {
  content: "\f497"; }

.fa-xbox:before {
  content: "\f412"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-yarn:before {
  content: "\f7e3"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-yen-sign:before {
  content: "\f157"; }

.fa-yin-yang:before {
  content: "\f6ad"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-youtube-square:before {
  content: "\f431"; }

.fa-zhihu:before {
  content: "\f63f"; }

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }
@font-face {font-display:swap;
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("/wp-content/themes/bauer/assets/font/fontawesome/fa-brands-400.eot");
  src: url("/wp-content/themes/bauer/assets/font/fontawesome/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/bauer/assets/font/fontawesome/fa-brands-400.woff2") format("woff2"), url("/wp-content/themes/bauer/assets/font/fontawesome/fa-brands-400.woff") format("woff"), url("/wp-content/themes/bauer/assets/font/fontawesome/fa-brands-400.ttf") format("truetype"), url("/wp-content/themes/bauer/assets/font/fontawesome/fa-brands-400.svg#fontawesome") format("svg"); }

.fab {
  font-family: 'Font Awesome 5 Brands'; }
@font-face {font-display:swap;
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("/wp-content/themes/bauer/assets/font/fontawesome/fa-regular-400.eot");
  src: url("/wp-content/themes/bauer/assets/font/fontawesome/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/bauer/assets/font/fontawesome/fa-regular-400.woff2") format("woff2"), url("/wp-content/themes/bauer/assets/font/fontawesome/fa-regular-400.woff") format("woff"), url("/wp-content/themes/bauer/assets/font/fontawesome/fa-regular-400.ttf") format("truetype"), url("/wp-content/themes/bauer/assets/font/fontawesome/fa-regular-400.svg#fontawesome") format("svg"); }

.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }
@font-face {font-display:swap;
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("/wp-content/themes/bauer/assets/font/fontawesome/fa-solid-900.eot");
  src: url("/wp-content/themes/bauer/assets/font/fontawesome/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/bauer/assets/font/fontawesome/fa-solid-900.woff2") format("woff2"), url("/wp-content/themes/bauer/assets/font/fontawesome/fa-solid-900.woff") format("woff"), url("/wp-content/themes/bauer/assets/font/fontawesome/fa-solid-900.ttf") format("truetype"), url("/wp-content/themes/bauer/assets/font/fontawesome/fa-solid-900.svg#fontawesome") format("svg"); }

.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }
@font-face {font-display:swap;
	font-family: 'ElegantIcons';
	src:url('/wp-content/themes/bauer/assets/font/eleganticons/ElegantIcons.eot');
	src:url('/wp-content/themes/bauer/assets/font/eleganticons/ElegantIcons.eot?#iefix') format('embedded-opentype'),
		url('/wp-content/themes/bauer/assets/font/eleganticons/ElegantIcons.woff') format('woff'),
		url('/wp-content/themes/bauer/assets/font/eleganticons/ElegantIcons.ttf') format('truetype'),
		url('/wp-content/themes/bauer/assets/font/eleganticons/ElegantIcons.svg#ElegantIcons') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="elegant-"],
[class*=" elegant-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'ElegantIcons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.elegant-arrow_up:before {
	content: "\21";
}
.elegant-arrow_down:before {
	content: "\22";
}
.elegant-arrow_left:before {
	content: "\23";
}
.elegant-arrow_right:before {
	content: "\24";
}
.elegant-arrow_left-up:before {
	content: "\25";
}
.elegant-arrow_right-up:before {
	content: "\26";
}
.elegant-arrow_right-down:before {
	content: "\27";
}
.elegant-arrow_left-down:before {
	content: "\28";
}
.elegant-arrow-up-down:before {
	content: "\29";
}
.elegant-arrow_up-down_alt:before {
	content: "\2a";
}
.elegant-arrow_left-right_alt:before {
	content: "\2b";
}
.elegant-arrow_left-right:before {
	content: "\2c";
}
.elegant-arrow_expand_alt2:before {
	content: "\2d";
}
.elegant-arrow_expand_alt:before {
	content: "\2e";
}
.elegant-arrow_condense:before {
	content: "\2f";
}
.elegant-arrow_expand:before {
	content: "\30";
}
.elegant-arrow_move:before {
	content: "\31";
}
.elegant-arrow_carrot-up:before {
	content: "\32";
}
.elegant-arrow_carrot-down:before {
	content: "\33";
}
.elegant-arrow_carrot-left:before {
	content: "\34";
}
.elegant-arrow_carrot-right:before {
	content: "\35";
}
.elegant-arrow_carrot-2up:before {
	content: "\36";
}
.elegant-arrow_carrot-2down:before {
	content: "\37";
}
.elegant-arrow_carrot-2left:before {
	content: "\38";
}
.elegant-arrow_carrot-2right:before {
	content: "\39";
}
.elegant-arrow_carrot-up_alt2:before {
	content: "\3a";
}
.elegant-arrow_carrot-down_alt2:before {
	content: "\3b";
}
.elegant-arrow_carrot-left_alt2:before {
	content: "\3c";
}
.elegant-arrow_carrot-right_alt2:before {
	content: "\3d";
}
.elegant-arrow_carrot-2up_alt2:before {
	content: "\3e";
}
.elegant-arrow_carrot-2down_alt2:before {
	content: "\3f";
}
.elegant-arrow_carrot-2left_alt2:before {
	content: "\40";
}
.elegant-arrow_carrot-2right_alt2:before {
	content: "\41";
}
.elegant-arrow_triangle-up:before {
	content: "\42";
}
.elegant-arrow_triangle-down:before {
	content: "\43";
}
.elegant-arrow_triangle-left:before {
	content: "\44";
}
.elegant-arrow_triangle-right:before {
	content: "\45";
}
.elegant-arrow_triangle-up_alt2:before {
	content: "\46";
}
.elegant-arrow_triangle-down_alt2:before {
	content: "\47";
}
.elegant-arrow_triangle-left_alt2:before {
	content: "\48";
}
.elegant-arrow_triangle-right_alt2:before {
	content: "\49";
}
.elegant-arrow_back:before {
	content: "\4a";
}
.elegant-icon_minus-06:before {
	content: "\4b";
}
.elegant-icon_plus:before {
	content: "\4c";
}
.elegant-icon_close:before {
	content: "\4d";
}
.elegant-icon_check:before {
	content: "\4e";
}
.elegant-icon_minus_alt2:before {
	content: "\4f";
}
.elegant-icon_plus_alt2:before {
	content: "\50";
}
.elegant-icon_close_alt2:before {
	content: "\51";
}
.elegant-icon_check_alt2:before {
	content: "\52";
}
.elegant-icon_zoom-out_alt:before {
	content: "\53";
}
.elegant-icon_zoom-in_alt:before {
	content: "\54";
}
.elegant-icon_search:before {
	content: "\55";
}
.elegant-icon_box-empty:before {
	content: "\56";
}
.elegant-icon_box-selected:before {
	content: "\57";
}
.elegant-icon_minus-box:before {
	content: "\58";
}
.elegant-icon_plus-box:before {
	content: "\59";
}
.elegant-icon_box-checked:before {
	content: "\5a";
}
.elegant-icon_circle-empty:before {
	content: "\5b";
}
.elegant-icon_circle-slelected:before {
	content: "\5c";
}
.elegant-icon_stop_alt2:before {
	content: "\5d";
}
.elegant-icon_stop:before {
	content: "\5e";
}
.elegant-icon_pause_alt2:before {
	content: "\5f";
}
.elegant-icon_pause:before {
	content: "\60";
}
.elegant-icon_menu:before {
	content: "\61";
}
.elegant-icon_menu-square_alt2:before {
	content: "\62";
}
.elegant-icon_menu-circle_alt2:before {
	content: "\63";
}
.elegant-icon_ul:before {
	content: "\64";
}
.elegant-icon_ol:before {
	content: "\65";
}
.elegant-icon_adjust-horiz:before {
	content: "\66";
}
.elegant-icon_adjust-vert:before {
	content: "\67";
}
.elegant-icon_document_alt:before {
	content: "\68";
}
.elegant-icon_documents_alt:before {
	content: "\69";
}
.elegant-icon_pencil:before {
	content: "\6a";
}
.elegant-icon_pencil-edit_alt:before {
	content: "\6b";
}
.elegant-icon_pencil-edit:before {
	content: "\6c";
}
.elegant-icon_folder-alt:before {
	content: "\6d";
}
.elegant-icon_folder-open_alt:before {
	content: "\6e";
}
.elegant-icon_folder-add_alt:before {
	content: "\6f";
}
.elegant-icon_info_alt:before {
	content: "\70";
}
.elegant-icon_error-oct_alt:before {
	content: "\71";
}
.elegant-icon_error-circle_alt:before {
	content: "\72";
}
.elegant-icon_error-triangle_alt:before {
	content: "\73";
}
.elegant-icon_question_alt2:before {
	content: "\74";
}
.elegant-icon_question:before {
	content: "\75";
}
.elegant-icon_comment_alt:before {
	content: "\76";
}
.elegant-icon_chat_alt:before {
	content: "\77";
}
.elegant-icon_vol-mute_alt:before {
	content: "\78";
}
.elegant-icon_volume-low_alt:before {
	content: "\79";
}
.elegant-icon_volume-high_alt:before {
	content: "\7a";
}
.elegant-icon_quotations:before {
	content: "\7b";
}
.elegant-icon_quotations_alt2:before {
	content: "\7c";
}
.elegant-icon_clock_alt:before {
	content: "\7d";
}
.elegant-icon_lock_alt:before {
	content: "\7e";
}
.elegant-icon_lock-open_alt:before {
	content: "\e000";
}
.elegant-icon_key_alt:before {
	content: "\e001";
}
.elegant-icon_cloud_alt:before {
	content: "\e002";
}
.elegant-icon_cloud-upload_alt:before {
	content: "\e003";
}
.elegant-icon_cloud-download_alt:before {
	content: "\e004";
}
.elegant-icon_image:before {
	content: "\e005";
}
.elegant-icon_images:before {
	content: "\e006";
}
.elegant-icon_lightbulb_alt:before {
	content: "\e007";
}
.elegant-icon_gift_alt:before {
	content: "\e008";
}
.elegant-icon_house_alt:before {
	content: "\e009";
}
.elegant-icon_genius:before {
	content: "\e00a";
}
.elegant-icon_mobile:before {
	content: "\e00b";
}
.elegant-icon_tablet:before {
	content: "\e00c";
}
.elegant-icon_laptop:before {
	content: "\e00d";
}
.elegant-icon_desktop:before {
	content: "\e00e";
}
.elegant-icon_camera_alt:before {
	content: "\e00f";
}
.elegant-icon_mail_alt:before {
	content: "\e010";
}
.elegant-icon_cone_alt:before {
	content: "\e011";
}
.elegant-icon_ribbon_alt:before {
	content: "\e012";
}
.elegant-icon_bag_alt:before {
	content: "\e013";
}
.elegant-icon_creditcard:before {
	content: "\e014";
}
.elegant-icon_cart_alt:before {
	content: "\e015";
}
.elegant-icon_paperclip:before {
	content: "\e016";
}
.elegant-icon_tag_alt:before {
	content: "\e017";
}
.elegant-icon_tags_alt:before {
	content: "\e018";
}
.elegant-icon_trash_alt:before {
	content: "\e019";
}
.elegant-icon_cursor_alt:before {
	content: "\e01a";
}
.elegant-icon_mic_alt:before {
	content: "\e01b";
}
.elegant-icon_compass_alt:before {
	content: "\e01c";
}
.elegant-icon_pin_alt:before {
	content: "\e01d";
}
.elegant-icon_pushpin_alt:before {
	content: "\e01e";
}
.elegant-icon_map_alt:before {
	content: "\e01f";
}
.elegant-icon_drawer_alt:before {
	content: "\e020";
}
.elegant-icon_toolbox_alt:before {
	content: "\e021";
}
.elegant-icon_book_alt:before {
	content: "\e022";
}
.elegant-icon_calendar:before {
	content: "\e023";
}
.elegant-icon_film:before {
	content: "\e024";
}
.elegant-icon_table:before {
	content: "\e025";
}
.elegant-icon_contacts_alt:before {
	content: "\e026";
}
.elegant-icon_headphones:before {
	content: "\e027";
}
.elegant-icon_lifesaver:before {
	content: "\e028";
}
.elegant-icon_piechart:before {
	content: "\e029";
}
.elegant-icon_refresh:before {
	content: "\e02a";
}
.elegant-icon_link_alt:before {
	content: "\e02b";
}
.elegant-icon_link:before {
	content: "\e02c";
}
.elegant-icon_loading:before {
	content: "\e02d";
}
.elegant-icon_blocked:before {
	content: "\e02e";
}
.elegant-icon_archive_alt:before {
	content: "\e02f";
}
.elegant-icon_heart_alt:before {
	content: "\e030";
}
.elegant-icon_star_alt:before {
	content: "\e031";
}
.elegant-icon_star-half_alt:before {
	content: "\e032";
}
.elegant-icon_star:before {
	content: "\e033";
}
.elegant-icon_star-half:before {
	content: "\e034";
}
.elegant-icon_tools:before {
	content: "\e035";
}
.elegant-icon_tool:before {
	content: "\e036";
}
.elegant-icon_cog:before {
	content: "\e037";
}
.elegant-icon_cogs:before {
	content: "\e038";
}
.elegant-arrow_up_alt:before {
	content: "\e039";
}
.elegant-arrow_down_alt:before {
	content: "\e03a";
}
.elegant-arrow_left_alt:before {
	content: "\e03b";
}
.elegant-arrow_right_alt:before {
	content: "\e03c";
}
.elegant-arrow_left-up_alt:before {
	content: "\e03d";
}
.elegant-arrow_right-up_alt:before {
	content: "\e03e";
}
.elegant-arrow_right-down_alt:before {
	content: "\e03f";
}
.elegant-arrow_left-down_alt:before {
	content: "\e040";
}
.elegant-arrow_condense_alt:before {
	content: "\e041";
}
.elegant-arrow_expand_alt3:before {
	content: "\e042";
}
.elegant-arrow_carrot_up_alt:before {
	content: "\e043";
}
.elegant-arrow_carrot-down_alt:before {
	content: "\e044";
}
.elegant-arrow_carrot-left_alt:before {
	content: "\e045";
}
.elegant-arrow_carrot-right_alt:before {
	content: "\e046";
}
.elegant-arrow_carrot-2up_alt:before {
	content: "\e047";
}
.elegant-arrow_carrot-2dwnn_alt:before {
	content: "\e048";
}
.elegant-arrow_carrot-2left_alt:before {
	content: "\e049";
}
.elegant-arrow_carrot-2right_alt:before {
	content: "\e04a";
}
.elegant-arrow_triangle-up_alt:before {
	content: "\e04b";
}
.elegant-arrow_triangle-down_alt:before {
	content: "\e04c";
}
.elegant-arrow_triangle-left_alt:before {
	content: "\e04d";
}
.elegant-arrow_triangle-right_alt:before {
	content: "\e04e";
}
.elegant-icon_minus_alt:before {
	content: "\e04f";
}
.elegant-icon_plus_alt:before {
	content: "\e050";
}
.elegant-icon_close_alt:before {
	content: "\e051";
}
.elegant-icon_check_alt:before {
	content: "\e052";
}
.elegant-icon_zoom-out:before {
	content: "\e053";
}
.elegant-icon_zoom-in:before {
	content: "\e054";
}
.elegant-icon_stop_alt:before {
	content: "\e055";
}
.elegant-icon_menu-square_alt:before {
	content: "\e056";
}
.elegant-icon_menu-circle_alt:before {
	content: "\e057";
}
.elegant-icon_document:before {
	content: "\e058";
}
.elegant-icon_documents:before {
	content: "\e059";
}
.elegant-icon_pencil_alt:before {
	content: "\e05a";
}
.elegant-icon_folder:before {
	content: "\e05b";
}
.elegant-icon_folder-open:before {
	content: "\e05c";
}
.elegant-icon_folder-add:before {
	content: "\e05d";
}
.elegant-icon_folder_upload:before {
	content: "\e05e";
}
.elegant-icon_folder_download:before {
	content: "\e05f";
}
.elegant-icon_info:before {
	content: "\e060";
}
.elegant-icon_error-circle:before {
	content: "\e061";
}
.elegant-icon_error-oct:before {
	content: "\e062";
}
.elegant-icon_error-triangle:before {
	content: "\e063";
}
.elegant-icon_question_alt:before {
	content: "\e064";
}
.elegant-icon_comment:before {
	content: "\e065";
}
.elegant-icon_chat:before {
	content: "\e066";
}
.elegant-icon_vol-mute:before {
	content: "\e067";
}
.elegant-icon_volume-low:before {
	content: "\e068";
}
.elegant-icon_volume-high:before {
	content: "\e069";
}
.elegant-icon_quotations_alt:before {
	content: "\e06a";
}
.elegant-icon_clock:before {
	content: "\e06b";
}
.elegant-icon_lock:before {
	content: "\e06c";
}
.elegant-icon_lock-open:before {
	content: "\e06d";
}
.elegant-icon_key:before {
	content: "\e06e";
}
.elegant-icon_cloud:before {
	content: "\e06f";
}
.elegant-icon_cloud-upload:before {
	content: "\e070";
}
.elegant-icon_cloud-download:before {
	content: "\e071";
}
.elegant-icon_lightbulb:before {
	content: "\e072";
}
.elegant-icon_gift:before {
	content: "\e073";
}
.elegant-icon_house:before {
	content: "\e074";
}
.elegant-icon_camera:before {
	content: "\e075";
}
.elegant-icon_mail:before {
	content: "\e076";
}
.elegant-icon_cone:before {
	content: "\e077";
}
.elegant-icon_ribbon:before {
	content: "\e078";
}
.elegant-icon_bag:before {
	content: "\e079";
}
.elegant-icon_cart:before {
	content: "\e07a";
}
.elegant-icon_tag:before {
	content: "\e07b";
}
.elegant-icon_tags:before {
	content: "\e07c";
}
.elegant-icon_trash:before {
	content: "\e07d";
}
.elegant-icon_cursor:before {
	content: "\e07e";
}
.elegant-icon_mic:before {
	content: "\e07f";
}
.elegant-icon_compass:before {
	content: "\e080";
}
.elegant-icon_pin:before {
	content: "\e081";
}
.elegant-icon_pushpin:before {
	content: "\e082";
}
.elegant-icon_map:before {
	content: "\e083";
}
.elegant-icon_drawer:before {
	content: "\e084";
}
.elegant-icon_toolbox:before {
	content: "\e085";
}
.elegant-icon_book:before {
	content: "\e086";
}
.elegant-icon_contacts:before {
	content: "\e087";
}
.elegant-icon_archive:before {
	content: "\e088";
}
.elegant-icon_heart:before {
	content: "\e089";
}
.elegant-icon_profile:before {
	content: "\e08a";
}
.elegant-icon_group:before {
	content: "\e08b";
}
.elegant-icon_grid-2x2:before {
	content: "\e08c";
}
.elegant-icon_grid-3x3:before {
	content: "\e08d";
}
.elegant-icon_music:before {
	content: "\e08e";
}
.elegant-icon_pause_alt:before {
	content: "\e08f";
}
.elegant-icon_phone:before {
	content: "\e090";
}
.elegant-icon_upload:before {
	content: "\e091";
}
.elegant-icon_download:before {
	content: "\e092";
}
.elegant-social_facebook:before {
	content: "\e093";
}
.elegant-social_twitter:before {
	content: "\e094";
}
.elegant-social_pinterest:before {
	content: "\e095";
}
.elegant-social_googleplus:before {
	content: "\e096";
}
.elegant-social_tumblr:before {
	content: "\e097";
}
.elegant-social_tumbleupon:before {
	content: "\e098";
}
.elegant-social_wordpress:before {
	content: "\e099";
}
.elegant-social_instagram:before {
	content: "\e09a";
}
.elegant-social_dribbble:before {
	content: "\e09b";
}
.elegant-social_vimeo:before {
	content: "\e09c";
}
.elegant-social_linkedin:before {
	content: "\e09d";
}
.elegant-social_rss:before {
	content: "\e09e";
}
.elegant-social_deviantart:before {
	content: "\e09f";
}
.elegant-social_share:before {
	content: "\e0a0";
}
.elegant-social_myspace:before {
	content: "\e0a1";
}
.elegant-social_skype:before {
	content: "\e0a2";
}
.elegant-social_youtube:before {
	content: "\e0a3";
}
.elegant-social_picassa:before {
	content: "\e0a4";
}
.elegant-social_googledrive:before {
	content: "\e0a5";
}
.elegant-social_flickr:before {
	content: "\e0a6";
}
.elegant-social_blogger:before {
	content: "\e0a7";
}
.elegant-social_spotify:before {
	content: "\e0a8";
}
.elegant-social_delicious:before {
	content: "\e0a9";
}
.elegant-social_facebook_circle:before {
	content: "\e0aa";
}
.elegant-social_twitter_circle:before {
	content: "\e0ab";
}
.elegant-social_pinterest_circle:before {
	content: "\e0ac";
}
.elegant-social_googleplus_circle:before {
	content: "\e0ad";
}
.elegant-social_tumblr_circle:before {
	content: "\e0ae";
}
.elegant-social_stumbleupon_circle:before {
	content: "\e0af";
}
.elegant-social_wordpress_circle:before {
	content: "\e0b0";
}
.elegant-social_instagram_circle:before {
	content: "\e0b1";
}
.elegant-social_dribbble_circle:before {
	content: "\e0b2";
}
.elegant-social_vimeo_circle:before {
	content: "\e0b3";
}
.elegant-social_linkedin_circle:before {
	content: "\e0b4";
}
.elegant-social_rss_circle:before {
	content: "\e0b5";
}
.elegant-social_deviantart_circle:before {
	content: "\e0b6";
}
.elegant-social_share_circle:before {
	content: "\e0b7";
}
.elegant-social_myspace_circle:before {
	content: "\e0b8";
}
.elegant-social_skype_circle:before {
	content: "\e0b9";
}
.elegant-social_youtube_circle:before {
	content: "\e0ba";
}
.elegant-social_picassa_circle:before {
	content: "\e0bb";
}
.elegant-social_googledrive_alt2:before {
	content: "\e0bc";
}
.elegant-social_flickr_circle:before {
	content: "\e0bd";
}
.elegant-social_blogger_circle:before {
	content: "\e0be";
}
.elegant-social_spotify_circle:before {
	content: "\e0bf";
}
.elegant-social_delicious_circle:before {
	content: "\e0c0";
}
.elegant-social_facebook_square:before {
	content: "\e0c1";
}
.elegant-social_twitter_square:before {
	content: "\e0c2";
}
.elegant-social_pinterest_square:before {
	content: "\e0c3";
}
.elegant-social_googleplus_square:before {
	content: "\e0c4";
}
.elegant-social_tumblr_square:before {
	content: "\e0c5";
}
.elegant-social_stumbleupon_square:before {
	content: "\e0c6";
}
.elegant-social_wordpress_square:before {
	content: "\e0c7";
}
.elegant-social_instagram_square:before {
	content: "\e0c8";
}
.elegant-social_dribbble_square:before {
	content: "\e0c9";
}
.elegant-social_vimeo_square:before {
	content: "\e0ca";
}
.elegant-social_linkedin_square:before {
	content: "\e0cb";
}
.elegant-social_rss_square:before {
	content: "\e0cc";
}
.elegant-social_deviantart_square:before {
	content: "\e0cd";
}
.elegant-social_share_square:before {
	content: "\e0ce";
}
.elegant-social_myspace_square:before {
	content: "\e0cf";
}
.elegant-social_skype_square:before {
	content: "\e0d0";
}
.elegant-social_youtube_square:before {
	content: "\e0d1";
}
.elegant-social_picassa_square:before {
	content: "\e0d2";
}
.elegant-social_googledrive_square:before {
	content: "\e0d3";
}
.elegant-social_flickr_square:before {
	content: "\e0d4";
}
.elegant-social_blogger_square:before {
	content: "\e0d5";
}
.elegant-social_spotify_square:before {
	content: "\e0d6";
}
.elegant-social_delicious_square:before {
	content: "\e0d7";
}
.elegant-icon_printer:before {
	content: "\e103";
}
.elegant-icon_calulator:before {
	content: "\e0ee";
}
.elegant-icon_building:before {
	content: "\e0ef";
}
.elegant-icon_floppy:before {
	content: "\e0e8";
}
.elegant-icon_drive:before {
	content: "\e0ea";
}
.elegant-icon_search-2:before {
	content: "\e101";
}
.elegant-icon_id:before {
	content: "\e107";
}
.elegant-icon_id-2:before {
	content: "\e108";
}
.elegant-icon_puzzle:before {
	content: "\e102";
}
.elegant-icon_like:before {
	content: "\e106";
}
.elegant-icon_dislike:before {
	content: "\e0eb";
}
.elegant-icon_mug:before {
	content: "\e105";
}
.elegant-icon_currency:before {
	content: "\e0ed";
}
.elegant-icon_wallet:before {
	content: "\e100";
}
.elegant-icon_pens:before {
	content: "\e104";
}
.elegant-icon_easel:before {
	content: "\e0e9";
}
.elegant-icon_flowchart:before {
	content: "\e109";
}
.elegant-icon_datareport:before {
	content: "\e0ec";
}
.elegant-icon_briefcase:before {
	content: "\e0fe";
}
.elegant-icon_shield:before {
	content: "\e0f6";
}
.elegant-icon_percent:before {
	content: "\e0fb";
}
.elegant-icon_globe:before {
	content: "\e0e2";
}
.elegant-icon_globe-2:before {
	content: "\e0e3";
}
.elegant-icon_target:before {
	content: "\e0f5";
}
.elegant-icon_hourglass:before {
	content: "\e0e1";
}
.elegant-icon_balance:before {
	content: "\e0ff";
}
.elegant-icon_rook:before {
	content: "\e0f8";
}
.elegant-icon_printer-alt:before {
	content: "\e0fa";
}
.elegant-icon_calculator_alt:before {
	content: "\e0e7";
}
.elegant-icon_building_alt:before {
	content: "\e0fd";
}
.elegant-icon_floppy_alt:before {
	content: "\e0e4";
}
.elegant-icon_drive_alt:before {
	content: "\e0e5";
}
.elegant-icon_search_alt:before {
	content: "\e0f7";
}
.elegant-icon_id_alt:before {
	content: "\e0e0";
}
.elegant-icon_id-2_alt:before {
	content: "\e0fc";
}
.elegant-icon_puzzle_alt:before {
	content: "\e0f9";
}
.elegant-icon_like_alt:before {
	content: "\e0dd";
}
.elegant-icon_dislike_alt:before {
	content: "\e0f1";
}
.elegant-icon_mug_alt:before {
	content: "\e0dc";
}
.elegant-icon_currency_alt:before {
	content: "\e0f3";
}
.elegant-icon_wallet_alt:before {
	content: "\e0d8";
}
.elegant-icon_pens_alt:before {
	content: "\e0db";
}
.elegant-icon_easel_alt:before {
	content: "\e0f0";
}
.elegant-icon_flowchart_alt:before {
	content: "\e0df";
}
.elegant-icon_datareport_alt:before {
	content: "\e0f2";
}
.elegant-icon_briefcase_alt:before {
	content: "\e0f4";
}
.elegant-icon_shield_alt:before {
	content: "\e0d9";
}
.elegant-icon_percent_alt:before {
	content: "\e0da";
}
.elegant-icon_globe_alt:before {
	content: "\e0de";
}
.elegant-icon_clipboard:before {
	content: "\e0e6";
}
@font-face {font-display:swap;
  font-family: 'BasicUI';
  src:  url('/wp-content/themes/bauer/assets/font/basicui/BasicUI.eot?ceftyp');
  src:  url('/wp-content/themes/bauer/assets/font/basicui/BasicUI.eot?ceftyp#iefix') format('embedded-opentype'),
    url('/wp-content/themes/bauer/assets/font/basicui/BasicUI.ttf?ceftyp') format('truetype'),
    url('/wp-content/themes/bauer/assets/font/basicui/BasicUI.woff?ceftyp') format('woff'),
    url('/wp-content/themes/bauer/assets/font/basicui/BasicUI.svg?ceftyp#BasicUI') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="basicui-"], [class*=" basicui-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'BasicUI' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.basicui-add:before {
  content: "\e900";
}
.basicui-bag:before {
  content: "\e901";
}
.basicui-battery:before {
  content: "\e902";
}
.basicui-bell:before {
  content: "\e903";
}
.basicui-bluetooth:before {
  content: "\e904";
}
.basicui-bookmark:before {
  content: "\e905";
}
.basicui-briefcase:before {
  content: "\e906";
}
.basicui-calendar:before {
  content: "\e907";
}
.basicui-cancel:before {
  content: "\e908";
}
.basicui-cancel-1:before {
  content: "\e909";
}
.basicui-clip:before {
  content: "\e90a";
}
.basicui-clock:before {
  content: "\e90b";
}
.basicui-clock-1:before {
  content: "\e90c";
}
.basicui-cloud:before {
  content: "\e90d";
}
.basicui-correct:before {
  content: "\e90e";
}
.basicui-credit-card:before {
  content: "\e90f";
}
.basicui-cursor:before {
  content: "\e910";
}
.basicui-cursor-1:before {
  content: "\e911";
}
.basicui-cut:before {
  content: "\e912";
}
.basicui-cutlery:before {
  content: "\e913";
}
.basicui-down-arrow:before {
  content: "\e914";
}
.basicui-download:before {
  content: "\e915";
}
.basicui-edit:before {
  content: "\e916";
}
.basicui-envelope:before {
  content: "\e917";
}
.basicui-export:before {
  content: "\e918";
}
.basicui-favorite:before {
  content: "\e919";
}
.basicui-file:before {
  content: "\e91a";
}
.basicui-folder:before {
  content: "\e91b";
}
.basicui-forward:before {
  content: "\e91c";
}
.basicui-gallery:before {
  content: "\e91d";
}
.basicui-gamepad:before {
  content: "\e91e";
}
.basicui-garbage:before {
  content: "\e91f";
}
.basicui-headphones:before {
  content: "\e920";
}
.basicui-heart:before {
  content: "\e921";
}
.basicui-help:before {
  content: "\e922";
}
.basicui-home:before {
  content: "\e923";
}
.basicui-hourglass:before {
  content: "\e924";
}
.basicui-info:before {
  content: "\e925";
}
.basicui-layer:before {
  content: "\e926";
}
.basicui-layout:before {
  content: "\e927";
}
.basicui-left-arrow:before {
  content: "\e928";
}
.basicui-left-arrow-1:before {
  content: "\e929";
}
.basicui-lightning:before {
  content: "\e92a";
}
.basicui-link:before {
  content: "\e92b";
}
.basicui-logout:before {
  content: "\e92c";
}
.basicui-magnet:before {
  content: "\e92d";
}
.basicui-map:before {
  content: "\e92e";
}
.basicui-menu:before {
  content: "\e92f";
}
.basicui-monitor:before {
  content: "\e930";
}
.basicui-moon:before {
  content: "\e931";
}
.basicui-mouse:before {
  content: "\e932";
}
.basicui-padnote:before {
  content: "\e933";
}
.basicui-paint:before {
  content: "\e934";
}
.basicui-pause:before {
  content: "\e935";
}
.basicui-photo-camera:before {
  content: "\e936";
}
.basicui-placeholder:before {
  content: "\e937";
}
.basicui-play-button:before {
  content: "\e938";
}
.basicui-power:before {
  content: "\e939";
}
.basicui-presentation:before {
  content: "\e93a";
}
.basicui-printer:before {
  content: "\e93b";
}
.basicui-profile:before {
  content: "\e93c";
}
.basicui-prohibition:before {
  content: "\e93d";
}
.basicui-push-pin:before {
  content: "\e93e";
}
.basicui-puzzle:before {
  content: "\e93f";
}
.basicui-refresh:before {
  content: "\e940";
}
.basicui-remove:before {
  content: "\e941";
}
.basicui-rewind:before {
  content: "\e942";
}
.basicui-right-arrow:before {
  content: "\e943";
}
.basicui-right-arrow-1:before {
  content: "\e944";
}
.basicui-rocket-launch:before {
  content: "\e945";
}
.basicui-screen:before {
  content: "\e946";
}
.basicui-search:before {
  content: "\e947";
}
.basicui-settings:before {
  content: "\e948";
}
.basicui-settings-1:before {
  content: "\e949";
}
.basicui-settings-2:before {
  content: "\e94a";
}
.basicui-share:before {
  content: "\e94b";
}
.basicui-shield:before {
  content: "\e94c";
}
.basicui-shopping-cart:before {
  content: "\e94d";
}
.basicui-shutter:before {
  content: "\e94e";
}
.basicui-smartphone:before {
  content: "\e94f";
}
.basicui-speech-bubble:before {
  content: "\e950";
}
.basicui-speedometer:before {
  content: "\e951";
}
.basicui-stats:before {
  content: "\e952";
}
.basicui-store:before {
  content: "\e953";
}
.basicui-sun:before {
  content: "\e954";
}
.basicui-switch:before {
  content: "\e955";
}
.basicui-tag:before {
  content: "\e956";
}
.basicui-target:before {
  content: "\e957";
}
.basicui-timer:before {
  content: "\e958";
}
.basicui-unlock:before {
  content: "\e959";
}
.basicui-up-arrow:before {
  content: "\e95a";
}
.basicui-upload:before {
  content: "\e95b";
}
.basicui-video:before {
  content: "\e95c";
}
.basicui-video-camera:before {
  content: "\e95d";
}
.basicui-visible:before {
  content: "\e95e";
}
.basicui-voice-recorder:before {
  content: "\e95f";
}
.basicui-volume:before {
  content: "\e960";
}
.basicui-waiting:before {
  content: "\e961";
}
.basicui-wifi:before {
  content: "\e962";
}
.basicui-zoom:before {
  content: "\e963";
}
.basicui-zoom-out:before {
  content: "\e964";
}
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *  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;
    -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-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-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 {
    -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 {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

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

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

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

@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 {
  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("/wp-content/plugins/wprt-addons/assets/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -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%; }

/*!
 * Cube Portfolio - Responsive jQuery Grid Plugin
 *
 * version: 3.4.0 (15 November, 2015)
 * require: jQuery v1.7+
 *
 * Copyright 2013-2015, Mihai Buricea (http://scriptpie.com/cubeportfolio/live-preview/)
 * Licensed under CodeCanyon License (http://codecanyon.net/licenses)
 *
 */
.cbp,.cbp *,.cbp :after,.cbp:after,.cbp-l-filters-alignCenter,.cbp-l-filters-alignCenter *,.cbp-l-filters-alignCenter .cbp-filter-counter:after,.cbp-l-filters-alignLeft,.cbp-l-filters-alignLeft *,.cbp-l-filters-alignRight,.cbp-l-filters-alignRight *,.cbp-l-filters-alignRight .cbp-filter-counter:after,.cbp-l-filters-button,.cbp-l-filters-button *,.cbp-l-filters-button .cbp-filter-counter:after,.cbp-l-filters-buttonCenter,.cbp-l-filters-buttonCenter *,.cbp-l-filters-buttonCenter .cbp-filter-counter:after,.cbp-l-filters-dropdown,.cbp-l-filters-dropdown *,.cbp-l-filters-dropdownHeader:after,.cbp-l-filters-list,.cbp-l-filters-list *,.cbp-l-filters-work,.cbp-l-filters-work *,.cbp-l-filters-big,.cbp-l-filters-big *,.cbp-l-filters-text,.cbp-l-filters-text *,.cbp-l-filters-text .cbp-filter-counter:after,.cbp-l-filters-underline,.cbp-l-filters-underline *,.cbp-popup-wrap,.cbp-popup-wrap *,.cbp-popup-wrap:before,.cbp-popup-loadingBox:after,.cbp-l-loadMore-bgbutton,.cbp-l-loadMore-bgbutton *,.cbp-l-loadMore-button,.cbp-l-loadMore-button *,.cbp-l-loadMore-text,.cbp-l-loadMore-text *,.cbp-search,.cbp-search *,.cbp-search-icon:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.cbp-l-grid-agency-title,.cbp-l-grid-agency-desc,.cbp-l-grid-work-title,.cbp-l-grid-work-desc,.cbp-l-grid-blog-title,.cbp-l-grid-projects-title,.cbp-l-grid-projects-desc,.cbp-l-grid-masonry-projects-title,.cbp-l-grid-masonry-projects-desc{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cbp-l-filters-alignCenter,.cbp-l-filters-alignCenter *,.cbp-l-filters-alignLeft,.cbp-l-filters-alignLeft *,.cbp-l-filters-alignRight,.cbp-l-filters-alignRight *,.cbp-l-filters-button,.cbp-l-filters-button *,.cbp-l-filters-buttonCenter,.cbp-l-filters-buttonCenter *,.cbp-l-filters-dropdown,.cbp-l-filters-dropdown *,.cbp-l-filters-list,.cbp-l-filters-list *,.cbp-l-filters-work,.cbp-l-filters-work *,.cbp-l-filters-big,.cbp-l-filters-big *,.cbp-l-filters-text,.cbp-l-filters-text *,.cbp-l-filters-underline,.cbp-l-filters-underline *{-webkit-tap-highlight-color:transparent}.cbp:after,.cbp-lazyload:after,.cbp-popup-loadingBox:after,.cbp-popup-singlePageInline:after{content:'';position:absolute;width:34px;height:34px;left:0;right:0;top:0;bottom:0;margin:auto;-webkit-animation:cbp-rotation .8s infinite linear;animation:cbp-rotation .8s infinite linear;border-left:3px solid rgba(114,144,182,0.15);border-right:3px solid rgba(114,144,182,0.15);border-bottom:3px solid rgba(114,144,182,0.15);border-top:3px solid rgba(114,144,182,0.8);border-radius:100%}.cbp-item{display:inline-block;margin:0 10px 20px 0}.cbp{position:relative;margin:0 auto;z-index:1;height:400px}.cbp>*{visibility:hidden}.cbp .cbp-item{position:absolute;top:0;left:0;list-style-type:none;margin:0;padding:0;overflow:hidden}.cbp img{display:block;border:0;width:100%;height:auto}.cbp a,.cbp a:hover,.cbp a:active{text-decoration:none;outline:0}.cbp-ready>*{visibility:visible}.cbp-ready:after{display:none;visibility:hidden}.cbp-lazyload{position:relative;background:#fff;display:block}.cbp-lazyload img{opacity:1}.cbp-lazyload img[data-cbp-src]{opacity:0}.cbp-lazyload img:not([data-cbp-src]){-webkit-transition:opacity .7s ease-in-out;transition:opacity .7s ease-in-out}.cbp-lazyload:after{z-index:0}.cbp-wrapper-outer{overflow:hidden;position:relative;margin:0 auto}.cbp-wrapper-outer,.cbp-wrapper,.cbp-wrapper-helper{list-style-type:none;padding:0;width:100%;height:100%;z-index:1}.cbp-wrapper,.cbp-wrapper-helper{position:absolute;top:0;left:0;margin:0}.cbp-item-off{z-index:-1;pointer-events:none;visibility:hidden}.cbp-item-on2off{z-index:0}.cbp-item-off2on{z-index:1}.cbp-item-on2on{z-index:2}.cbp-item-wrapper{width:100%;height:100%;position:relative;top:0;left:0}.cbp-l-project-related-wrap img,.cbp-l-inline img{display:block;width:100%;height:auto;border:0}.cbp-addItems{-webkit-transition:height .5s ease-in-out!important;transition:height .5s ease-in-out!important;will-change:height}.cbp-addItems .cbp-item{-webkit-transition:top .5s ease-in-out,left .5s ease-in-out;transition:top .5s ease-in-out,left .5s ease-in-out}.cbp-addItems .cbp-item-loading{-webkit-animation:fadeIn .5s ease-in-out;animation:fadeIn .5s ease-in-out;-webkit-transition:none;transition:none}.cbp-panel{width:94%;max-width:1170px;margin:0 auto}.cbp-misc-video{position:relative;height:0;padding-bottom:56.25%;background:#000;text-align:center}.cbp-misc-video iframe{position:absolute;top:0;left:0;width:100%;height:100%}@-webkit-keyframes cbp-rotation{100%{-webkit-transform-webkit-transform:rotate(0deg) rotate(360deg)}}@keyframes cbp-rotation{100%{transformtransform:rotate(0deg) rotate(360deg)}}.clearfix:after{content:" ";display:block;height:0;clear:both}.cbp-l-filters-left{float:left}.cbp-l-filters-right{float:right}.cbp-caption,.cbp-caption-defaultWrap,.cbp-caption-activeWrap{display:block}.cbp-caption-activeWrap{background-color:#282727}.cbp-caption-active .cbp-caption,.cbp-caption-active .cbp-caption-defaultWrap,.cbp-caption-active .cbp-caption-activeWrap{overflow:hidden;position:relative;z-index:1}.cbp-caption-active .cbp-caption-defaultWrap{top:0}.cbp-caption-active .cbp-caption-activeWrap{width:100%;position:absolute;z-index:2;height:100%}.cbp-l-caption-title{color:#fff}.cbp-l-caption-desc{color:#aaa}.cbp-l-caption-text{color:#fff;letter-spacing:3px;padding:0 6px}.cbp-l-caption-buttonLeft,.cbp-l-caption-buttonRight{background-color:#3288C4;color:#FFF;display:inline-block;min-width:90px;text-align:center;margin:4px;padding:0 6px}.cbp-l-caption-buttonLeft:hover,.cbp-l-caption-buttonRight:hover{opacity:.9}.cbp-caption-none .cbp-caption-activeWrap{display:none}.cbp-l-caption-alignLeft .cbp-l-caption-body{padding:12px 30px}.cbp-caption-fadeIn .cbp-l-caption-alignLeft .cbp-l-caption-body,.cbp-caption-minimal .cbp-l-caption-alignLeft .cbp-l-caption-body,.cbp-caption-moveRight .cbp-l-caption-alignLeft .cbp-l-caption-body,.cbp-caption-overlayRightAlong .cbp-l-caption-alignLeft .cbp-l-caption-body,.cbp-caption-pushDown .cbp-l-caption-alignLeft .cbp-l-caption-body,.cbp-caption-pushTop .cbp-l-caption-alignLeft .cbp-l-caption-body,.cbp-caption-revealBottom .cbp-l-caption-alignLeft .cbp-l-caption-body,.cbp-caption-revealLeft .cbp-l-caption-alignLeft .cbp-l-caption-body,.cbp-caption-revealTop .cbp-l-caption-alignLeft .cbp-l-caption-body,.cbp-caption-zoom .cbp-l-caption-alignLeft .cbp-l-caption-body,.cbp-caption-opacity .cbp-l-caption-alignLeft .cbp-l-caption-body{padding-top:30px}.cbp-l-caption-alignCenter{display:table;width:100%;height:100%}.cbp-l-caption-alignCenter .cbp-l-caption-body{display:table-cell;vertical-align:middle;text-align:center;padding:10px 0}.cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft,.cbp-l-caption-alignCenter .cbp-l-caption-buttonRight{position:relative;-webkit-transition:left .4s cubic-bezier(0.19,1,0.22,1);transition:left .4s cubic-bezier(0.19,1,0.22,1)}.cbp-caption-overlayBottom .cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft,.cbp-caption-overlayBottomPush .cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft,.cbp-caption-overlayBottomAlong .cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft{left:-20px}.cbp-caption-overlayBottom .cbp-l-caption-alignCenter .cbp-l-caption-buttonRight,.cbp-caption-overlayBottomPush .cbp-l-caption-alignCenter .cbp-l-caption-buttonRight,.cbp-caption-overlayBottomAlong .cbp-l-caption-alignCenter .cbp-l-caption-buttonRight{left:20px}.cbp-caption:hover .cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft,.cbp-caption:hover .cbp-l-caption-alignCenter .cbp-l-caption-buttonRight{left:0}.cbp-caption-fadeIn .cbp-caption-activeWrap{opacity:0;top:0;background-color:rgba(0,0,0,0.85);-webkit-transition:opacity .9s cubic-bezier(0.19,1,0.22,1);transition:opacity .9s cubic-bezier(0.19,1,0.22,1)}.cbp-caption-fadeIn .cbp-caption:hover .cbp-caption-activeWrap{opacity:1}.cbp-caption-minimal .cbp-l-caption-title,.cbp-caption-minimal .cbp-l-caption-desc{position:relative;left:0;opacity:0;-webkit-transition:-webkit-transform .35s ease-out;transition:transform .35s ease-out}.cbp-caption-minimal .cbp-l-caption-title{-webkit-transform:translateY(-50%);transform:translateY(-50%)}.cbp-caption-minimal .cbp-l-caption-desc{-webkit-transform:translateY(70%);transform:translateY(70%)}.cbp-caption-minimal .cbp-caption:hover .cbp-l-caption-title,.cbp-caption-minimal .cbp-caption:hover .cbp-l-caption-desc{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}.cbp-caption-minimal .cbp-caption-activeWrap{top:0;background-color:#000;background-color:rgba(0,0,0,0.8);opacity:0}.cbp-caption-minimal .cbp-caption:hover .cbp-caption-activeWrap{opacity:1}.cbp-caption-moveRight .cbp-caption-activeWrap{left:-100%;top:0;-webkit-transition:-webkit-transform .6s cubic-bezier(0.19,1,0.22,1);transition:transform .6s cubic-bezier(0.19,1,0.22,1)}.cbp-caption-moveRight .cbp-caption:hover .cbp-caption-activeWrap{-webkit-transform:translateX(100%);transform:translateX(100%)}.cbp-caption-overlayBottom .cbp-caption-activeWrap{height:60px;background-color:#181616;background-color:rgba(24,22,22,0.7);-webkit-transition:-webkit-transform .6s cubic-bezier(0.19,1,0.22,1);transition:transform .6s cubic-bezier(0.19,1,0.22,1)}.cbp-caption-overlayBottom .cbp-caption:hover .cbp-caption-activeWrap{-webkit-transform:translateY(-100%);transform:translateY(-100%)}.cbp-caption-overlayBottomAlong .cbp-caption-defaultWrap,.cbp-caption-overlayBottomAlong .cbp-caption-activeWrap{-webkit-transition:-webkit-transform .6s cubic-bezier(0.19,1,0.22,1);transition:transform .6s cubic-bezier(0.19,1,0.22,1)}.cbp-caption-overlayBottomAlong .cbp-caption-activeWrap{height:60px}.cbp-caption-overlayBottomAlong .cbp-caption:hover .cbp-caption-defaultWrap{-webkit-transform:translateY(-30px);transform:translateY(-30px)}.cbp-caption-overlayBottomAlong .cbp-caption:hover .cbp-caption-activeWrap{-webkit-transform:translateY(-100%);transform:translateY(-100%)}.cbp-caption-overlayBottomPush .cbp-caption-defaultWrap{-webkit-transition:top .6s cubic-bezier(0.19,1,0.22,1);transition:top .6s cubic-bezier(0.19,1,0.22,1)}.cbp-caption-overlayBottomPush .cbp-caption-activeWrap{bottom:-60px;height:60px;-webkit-transition:bottom .6s cubic-bezier(0.19,1,0.22,1);transition:bottom .6s cubic-bezier(0.19,1,0.22,1)}.cbp-caption-overlayBottomPush .cbp-caption:hover .cbp-caption-defaultWrap{top:-60px}.cbp-caption-overlayBottomPush .cbp-caption:hover .cbp-caption-activeWrap{bottom:0}.cbp-caption-overlayBottomReveal .cbp-caption-defaultWrap{z-index:2;-webkit-transition:top .5s cubic-bezier(0.19,1,0.22,1);transition:top .5s cubic-bezier(0.19,1,0.22,1)}.cbp-caption-overlayBottomReveal .cbp-caption-activeWrap{bottom:0;z-index:1;height:60px}.cbp-caption-overlayBottomReveal .cbp-caption:hover .cbp-caption-defaultWrap{top:-60px}.cbp-caption-overlayRightAlong .cbp-caption-defaultWrap,.cbp-caption-overlayRightAlong .cbp-caption-activeWrap{-webkit-transition:-webkit-transform .6s cubic-bezier(0.19,1,0.22,1);transition:transform .6s cubic-bezier(0.19,1,0.22,1)}.cbp-caption-overlayRightAlong .cbp-caption-activeWrap{top:0;left:-50%;width:50%}.cbp-caption-overlayRightAlong .cbp-caption:hover .cbp-caption-defaultWrap{-webkit-transform:translateX(25%);transform:translateX(25%)}.cbp-caption-overlayRightAlong .cbp-caption:hover .cbp-caption-activeWrap{-webkit-transform:translateX(100%);transform:translateX(100%)}.cbp-caption-pushDown .cbp-caption-defaultWrap,.cbp-caption-pushDown .cbp-caption-activeWrap{-webkit-transition:-webkit-transform .6s cubic-bezier(0.19,1,0.22,1);transition:transform .6s cubic-bezier(0.19,1,0.22,1)}.cbp-caption-pushDown .cbp-caption-activeWrap{top:-102%;height:102%}.cbp-caption-pushDown .cbp-caption:hover .cbp-caption-defaultWrap{-webkit-transform:translateY(100%);transform:translateY(100%)}.cbp-caption-pushDown .cbp-caption:hover .cbp-caption-activeWrap{-webkit-transform:translateY(99%);transform:translateY(99%)}.cbp-caption-pushTop .cbp-caption-activeWrap,.cbp-caption-pushTop .cbp-caption-defaultWrap{-webkit-transition:-webkit-transform .6s cubic-bezier(0.19,1,0.22,1);transition:transform .6s cubic-bezier(0.19,1,0.22,1)}.cbp-caption-pushTop .cbp-caption-activeWrap{height:102%}.cbp-caption-pushTop .cbp-caption:hover .cbp-caption-defaultWrap{-webkit-transform:translateY(-100%);transform:translateY(-100%)}.cbp-caption-pushTop .cbp-caption:hover .cbp-caption-activeWrap{-webkit-transform:translateY(-99%);transform:translateY(-99%)}.cbp-caption-revealBottom .cbp-caption-defaultWrap{z-index:2;-webkit-transition:-webkit-transform .6s cubic-bezier(0.19,1,0.22,1);transition:transform .6s cubic-bezier(0.19,1,0.22,1)}.cbp-caption-revealBottom .cbp-caption-activeWrap{top:0;z-index:1}.cbp-caption-revealBottom .cbp-caption:hover .cbp-caption-defaultWrap{-webkit-transform:translateY(-100%);transform:translateY(-100%)}.cbp-caption-revealLeft .cbp-caption-activeWrap{left:100%;top:0;-webkit-transition:-webkit-transform .6s cubic-bezier(0.19,1,0.22,1);transition:transform .6s cubic-bezier(0.19,1,0.22,1)}.cbp-caption-revealLeft .cbp-caption:hover .cbp-caption-activeWrap{-webkit-transform:translateX(-100%);transform:translateX(-100%)}.cbp-caption-revealTop .cbp-caption-defaultWrap{z-index:2;-webkit-transition:-webkit-transform .6s cubic-bezier(0.19,1,0.22,1);transition:transform .6s cubic-bezier(0.19,1,0.22,1)}.cbp-caption-revealTop .cbp-caption-activeWrap{top:0;z-index:1}.cbp-caption-revealTop .cbp-caption:hover .cbp-caption-defaultWrap{-webkit-transform:translateY(100%);transform:translateY(100%)}.cbp-caption-zoom .cbp-caption-defaultWrap{-webkit-transition:-webkit-transform .6s cubic-bezier(0.19,1,0.22,1);transition:transform .6s cubic-bezier(0.19,1,0.22,1)}.cbp-caption-zoom .cbp-caption:hover .cbp-caption-defaultWrap{-webkit-transform:scale(1.25);transform:scale(1.25)}.cbp-caption-zoom .cbp-caption-activeWrap{opacity:0;top:0;background-color:rgba(0,0,0,0.9);-webkit-transition:opacity .8s cubic-bezier(0.19,1,0.22,1);transition:opacity .8s cubic-bezier(0.19,1,0.22,1)}.cbp-caption-zoom .cbp-caption:hover .cbp-caption-activeWrap{opacity:1}.cbp-caption-opacity .cbp-item{padding:1px}.cbp-caption-opacity .cbp-caption,.cbp-caption-opacity .cbp-caption-activeWrap,.cbp-caption-opacity .cbp-caption-defaultWrap{background-color:transparent}.cbp-caption-opacity .cbp-caption{border:1px solid transparent}.cbp-caption-opacity .cbp-caption:hover{border-color:#EDEDED}.cbp-caption-opacity .cbp-caption-defaultWrap{opacity:1;-webkit-transition:opacity .6s cubic-bezier(0.19,1,0.22,1);transition:opacity .6s cubic-bezier(0.19,1,0.22,1)}.cbp-caption-opacity .cbp-caption:hover .cbp-caption-defaultWrap{opacity:.8}.cbp-caption-opacity .cbp-caption:hover .cbp-caption-activeWrap{top:0}.cbp-caption-expand .cbp-caption-activeWrap{height:auto;background-color:transparent}.cbp-caption-expand .cbp-caption{border-bottom:1px dotted #eaeaea}.cbp-caption-expand .cbp-caption-defaultWrap{cursor:pointer;color:#474747;padding:12px 0 11px 26px}.cbp-caption-expand .cbp-caption-defaultWrap .fa{position:absolute;top:16px;left:0;width:16px;text-align:center;font-size:14px}.cbp-caption-expand .cbp-l-caption-body{color:#888;padding:0 0 20px 26px}.cbp-caption-expand-active{-webkit-transition:height .4s!important;transition:height .4s!important}.cbp-caption-expand-active .cbp-item{-webkit-transition:left .4s,top .4s!important;transition:left .4s,top .4s!important}.cbp-caption-expand-open .cbp-caption-activeWrap{-webkit-transition:height .4s;transition:height .4s}.cbp-l-filters-alignCenter{margin-bottom:30px;text-align:center;color:#DADADA}.cbp-l-filters-alignCenter .cbp-filter-item{color:#949494;cursor:pointer;padding:0 12px;transition:all .3s ease-in-out;position:relative;overflow:visible;margin:0 0 10px;display:inline-block}.cbp-l-filters-alignCenter .cbp-filter-item:hover{color:#2D2C2C}.cbp-l-filters-alignCenter .cbp-filter-item.cbp-filter-item-active{color:#2D2C2C;cursor:default}.cbp-l-filters-alignCenter .cbp-filter-counter{background:none repeat scroll 0 0 #626161;border-radius:3px;color:#FFF;margin:0 auto;padding:4px 0;text-align:center;width:34px;position:absolute;bottom:0;left:0;right:0;opacity:0;-webkit-transition:all .25s ease;transition:all .25s ease}.cbp-l-filters-alignCenter .cbp-filter-counter:after{content:"";position:absolute;bottom:-4px;left:0;right:0;margin:0 auto;width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid #626161;display:none}.cbp-l-filters-alignCenter .cbp-filter-item:hover .cbp-filter-counter:after{display:block}.cbp-l-filters-alignCenter .cbp-filter-item:hover .cbp-filter-counter{bottom:30px;opacity:1}.cbp-l-filters-alignLeft{margin-bottom:30px}.cbp-l-filters-alignLeft .cbp-filter-item{background-color:#fff;border:1px solid #cdcdcd;cursor:pointer;padding:0 13px;position:relative;overflow:visible;margin:0 8px 10px 0;display:inline-block;color:#888;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.cbp-l-filters-alignLeft .cbp-filter-item:hover{color:#111}.cbp-l-filters-alignLeft .cbp-filter-item.cbp-filter-item-active{background-color:#6C7A89;border:1px solid #6C7A89;color:#fff;cursor:default}.cbp-l-filters-alignLeft .cbp-filter-counter{display:inline}.cbp-l-filters-alignRight{margin-bottom:30px;text-align:right}.cbp-l-filters-alignRight .cbp-filter-item{background-color:transparent;color:#8B8B8B;cursor:pointer;padding:0 12px;position:relative;overflow:visible;margin:0 0 10px 5px;border:1px solid #E4E2E2;text-transform:uppercase;display:inline-block;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.cbp-l-filters-alignRight .cbp-filter-item:hover{color:#2B3444}.cbp-l-filters-alignRight .cbp-filter-item:hover .cbp-filter-counter:after{display:block}.cbp-l-filters-alignRight .cbp-filter-item:hover .cbp-filter-counter{bottom:44px;opacity:1}.cbp-l-filters-alignRight .cbp-filter-item.cbp-filter-item-active{color:#FFF;background-color:#049372;border-color:#049372;cursor:default}.cbp-l-filters-alignRight .cbp-filter-counter{background:none repeat scroll 0 0 #049372;border-radius:3px;color:#fff;margin:0 auto;padding:4px 0;text-align:center;width:34px;position:absolute;bottom:0;left:0;right:0;opacity:0;-webkit-transition:opacity .25s ease,bottom .25s ease;transition:opacity .25s ease,bottom .25s ease}.cbp-l-filters-alignRight .cbp-filter-counter:after{content:"";position:absolute;bottom:-4px;left:0;right:0;margin:0 auto;width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid #049372;display:none}.cbp-l-filters-button{margin-bottom:30px}.cbp-l-filters-button .cbp-filter-item{background-color:#FFF;border:1px solid #ECECEC;color:#888;cursor:pointer;margin:0 10px 10px 0;overflow:visible;padding:0 17px;position:relative;display:inline-block;-webkit-transition:color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out;transition:color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out}.cbp-l-filters-button .cbp-filter-item:hover{color:#545454;border-color:#DADADA}.cbp-l-filters-button .cbp-filter-item.cbp-filter-item-active{background-color:#545454;color:#fff;border-color:#5d5d5d;cursor:default}.cbp-l-filters-button .cbp-filter-counter{background-color:#545454;border-radius:3px;color:#fff;margin:0 auto;padding:4px 0;text-align:center;width:34px;position:absolute;bottom:0;left:0;right:0;opacity:0;-webkit-transition:opacity .25s ease,bottom .25s ease;transition:opacity .25s ease,bottom .25s ease}.cbp-l-filters-button .cbp-filter-counter:after{content:"";position:absolute;bottom:-4px;left:0;right:0;margin:0 auto;width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid #545454;display:none}.cbp-l-filters-button .cbp-filter-item:hover .cbp-filter-counter:after{display:block}.cbp-l-filters-button .cbp-filter-item:hover .cbp-filter-counter{bottom:44px;opacity:1}.cbp-l-filters-buttonCenter{margin-bottom:30px;text-align:center}.cbp-l-filters-buttonCenter .cbp-filter-item{background-color:#FFF;border:1px solid #ECECEC;color:#888;cursor:pointer;margin:0 10px 10px 0;overflow:visible;padding:0 17px;position:relative;display:inline-block;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.cbp-l-filters-buttonCenter .cbp-filter-item:hover{color:#5d5d5d}.cbp-l-filters-buttonCenter .cbp-filter-item.cbp-filter-item-active{color:#3B9CB3;border-color:#8CD2E5;cursor:default}.cbp-l-filters-buttonCenter .cbp-filter-counter{background-color:#68ABBC;border-radius:3px;color:#fff;margin:0 auto;padding:4px 0;text-align:center;width:34px;position:absolute;bottom:0;left:0;right:0;opacity:0;-webkit-transition:opacity .25s ease,bottom .25s ease;transition:opacity .25s ease,bottom .25s ease}.cbp-l-filters-buttonCenter .cbp-filter-counter:after{content:"";position:absolute;bottom:-4px;left:0;right:0;margin:0 auto;width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid #68ABBC;display:none}.cbp-l-filters-buttonCenter .cbp-filter-item:hover .cbp-filter-counter:after{display:block}.cbp-l-filters-buttonCenter .cbp-filter-item:hover .cbp-filter-counter{bottom:44px;opacity:1}.cbp-l-filters-dropdown{margin-bottom:40px;height:38px;position:relative;z-index:5}.cbp-l-filters-dropdownWrap{width:200px;position:absolute;right:0;background:#4d4c4d}.cbp-l-filters-dropdownHeader{margin:0 17px;color:#FFF;cursor:default;position:relative}.cbp-l-filters-dropdownHeader:after{border-color:#fff transparent;border-style:solid;border-width:5px 5px 0;content:"";height:0;position:absolute;right:0;top:50%;width:0;margin-top:-1px}.cbp-l-filters-dropdownWrap.cbp-l-filters-dropdownWrap-open .cbp-l-filters-dropdownHeader:after{border-width:0 5px 5px}.cbp-l-filters-dropdownList{display:none;list-style:none outside none;margin:0;padding:0}.cbp-l-filters-dropdownList>li{margin:0;list-style:none}.cbp-l-filters-dropdownWrap.cbp-l-filters-dropdownWrap-open .cbp-l-filters-dropdownList{display:block;margin:0}.cbp-l-filters-dropdownList .cbp-filter-item{background:transparent;color:#b3b3b3;width:100%;text-align:left;margin:0;padding:0 17px;cursor:pointer;border:none;border-top:1px solid #595959}.cbp-l-filters-dropdownList .cbp-filter-item:hover{color:#e6e6e6}.cbp-l-filters-dropdownList .cbp-filter-item-active{color:#fff;cursor:default}.cbp-l-filters-dropdownWrap .cbp-filter-counter{display:inline}.cbp-l-filters-dropdown-floated{float:right;margin-top:-2px;margin-left:20px;width:200px}.cbp-l-filters-list{margin-bottom:30px;content:"";display:table;clear:both}.cbp-l-filters-list .cbp-filter-item{background-color:transparent;color:#585252;cursor:pointer;padding:0 18px;position:relative;overflow:visible;margin:0 0 10px;float:left;border:1px solid #3288C4;border-right-width:0;-webkit-transition:left .3s ease-in-out;transition:left .3s ease-in-out}.cbp-l-filters-list .cbp-filter-item:hover{color:#000}.cbp-l-filters-list .cbp-filter-item.cbp-filter-item-active{cursor:default;color:#FFF;background-color:#3288C4}.cbp-l-filters-list-first{border-radius:6px 0 0 6px}.cbp-l-filters-list-last{border-radius:0 6px 6px 0;border-right-width:1px!important}.cbp-l-filters-list .cbp-filter-counter{display:inline}@media only screen and (max-width: 600px){.cbp-l-filters-list .cbp-filter-item{margin-right:5px;border-radius:6px;border-right-width:1px}}.cbp-l-filters-work{margin-bottom:30px;text-align:center}.cbp-l-filters-work .cbp-filter-item{background-color:#FFF;color:#888;cursor:pointer;margin:0 5px 10px 0;overflow:visible;padding:0 16px;position:relative;display:inline-block;text-transform:uppercase;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.cbp-l-filters-work .cbp-filter-item:hover{color:#fff;background:#607D8B}.cbp-l-filters-work .cbp-filter-item.cbp-filter-item-active{background:#607D8B;color:#fff;cursor:default}.cbp-l-filters-work .cbp-filter-counter{text-align:center;display:inline-block;margin-left:8px}.cbp-l-filters-work .cbp-filter-counter:before{content:'('}.cbp-l-filters-work .cbp-filter-counter:after{content:')'}.cbp-l-filters-big{margin-bottom:30px;text-align:center}.cbp-l-filters-big .cbp-filter-item{color:#444;cursor:pointer;margin:0 15px 10px 0;padding:10px 23px;position:relative;display:inline-block;border:1px solid transparent;text-transform:uppercase;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.cbp-l-filters-big .cbp-filter-item:hover{color:#888}.cbp-l-filters-big .cbp-filter-item.cbp-filter-item-active{border-color:#d5d5d5;cursor:default;color:#444}.cbp-l-filters-text{margin-bottom:30px;text-align:center;color:#DADADA;padding:0 15px}.cbp-l-filters-text .cbp-filter-item{color:#949494;cursor:pointer;padding:0 12px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;position:relative;overflow:visible;margin:0 0 10px;display:inline-block}.cbp-l-filters-text .cbp-filter-item:hover{color:#2D2C2C}.cbp-l-filters-text .cbp-filter-item.cbp-filter-item-active{color:#2D2C2C;cursor:default}.cbp-l-filters-text .cbp-filter-counter{background:none repeat scroll 0 0 #626161;border-radius:3px;color:#FFF;margin:0 auto;padding:4px 0;text-align:center;width:32px;position:absolute;bottom:0;left:0;right:0;opacity:0;-webkit-transition:all .25s ease;transition:all .25s ease}.cbp-l-filters-text .cbp-filter-counter:after{content:"";position:absolute;bottom:-4px;left:0;right:0;margin:0 auto;width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid #626161;display:none}.cbp-l-filters-text .cbp-filter-item:hover .cbp-filter-counter:after{display:block}.cbp-l-filters-text .cbp-filter-item:hover .cbp-filter-counter{bottom:30px;opacity:1}.cbp-l-filters-text-sort{display:inline-block;color:#949494;margin-right:15px}.cbp-l-filters-underline{margin-bottom:30px}.cbp-l-filters-underline .cbp-filter-item{border-bottom:3px solid transparent;cursor:pointer;padding:8px 10px;position:relative;overflow:visible;margin:0 20px 10px 0;display:inline-block;color:#787878;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.cbp-l-filters-underline .cbp-filter-item:hover{color:#111}.cbp-l-filters-underline .cbp-filter-item.cbp-filter-item-active{border-bottom-color:#666;color:#444;cursor:default}.cbp-l-filters-underline .cbp-filter-counter{display:inline}.cbp-animation-quicksand{-webkit-transition:height .6s ease-in-out;transition:height .6s ease-in-out;will-change:height}.cbp-animation-quicksand .cbp-item{-webkit-transition:-webkit-transform .6s ease-in-out;transition:transform .6s ease-in-out;-webkit-perspective:1000px;perspective:1000px}.cbp-animation-quicksand .cbp-item-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.cbp-animation-quicksand .cbp-item-on2off .cbp-item-wrapper{-webkit-animation:quicksand-off .6s ease-out both;animation:quicksand-off .6s ease-out both}.cbp-animation-quicksand .cbp-item-off2on .cbp-item-wrapper{-webkit-animation:quicksand-on .6s ease-out both;animation:quicksand-on .6s ease-out both}@-webkit-keyframes quicksand-off{100%{opacity:0;-webkit-transform:scale3d(0,0,0)}}@keyframes quicksand-off{100%{opacity:0;transform:scale3d(0,0,0)}}@-webkit-keyframes quicksand-on{0%{opacity:0;-webkit-transform:scale3d(0,0,0)}}@keyframes quicksand-on{0%{opacity:0;transform:scale3d(0,0,0)}}.cbp-animation-fadeOut,.cbp-animation-boxShadow{-webkit-transition:height .6s ease-in-out;transition:height .6s ease-in-out;will-change:height}.cbp-animation-fadeOut .cbp-item,.cbp-animation-boxShadow .cbp-item{-webkit-transition:-webkit-transform .6s ease-in-out;transition:transform .6s ease-in-out;-webkit-perspective:1000px;perspective:1000px}.cbp-animation-fadeOut .cbp-item-wrapper,.cbp-animation-boxShadow .cbp-item-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.cbp-animation-fadeOut .cbp-item-on2off .cbp-item-wrapper,.cbp-animation-boxShadow .cbp-item-on2off .cbp-item-wrapper{-webkit-animation:fadeOut-off .6s ease-in-out both;animation:fadeOut-off .6s ease-in-out both}.cbp-animation-fadeOut .cbp-item-off2on .cbp-item-wrapper,.cbp-animation-boxShadow .cbp-item-off2on .cbp-item-wrapper{-webkit-animation:fadeOut-on .6s ease-in-out both;animation:fadeOut-on .6s ease-in-out both}@-webkit-keyframes fadeOut-off{0%{opacity:1}80%,100%{opacity:0}}@keyframes fadeOut-off{0%{opacity:1}80%,100%{opacity:0}}@-webkit-keyframes fadeOut-on{0%{opacity:0}100%{opacity:1}}@keyframes fadeOut-on{0%{opacity:0}100%{opacity:1}}.cbp-animation-flipOut{-webkit-transition:height .7s ease-in-out;transition:height .7s ease-in-out;will-change:height}.cbp-animation-flipOut .cbp-item{-webkit-transition:-webkit-transform .7s ease-in-out;transition:transform .7s ease-in-out;-webkit-perspective:1000px;perspective:1000px}.cbp-animation-flipOut .cbp-item-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.cbp-animation-flipOut .cbp-item-on2off .cbp-item-wrapper{-webkit-animation:flipOut-out .7s both ease-in;animation:flipOut-out .7s both ease-in}.cbp-animation-flipOut .cbp-item-off2on .cbp-item-wrapper{-webkit-animation:flipOut-in .7s ease-out both;animation:flipOut-in .7s ease-out both}@-webkit-keyframes flipOut-out{50%,100%{-webkit-transform:translateZ(-1000px) rotateY(-90deg);opacity:.2}}@keyframes flipOut-out{50%,100%{transform:translateZ(-1000px) rotateY(-90deg);opacity:.2}}@-webkit-keyframes flipOut-in{0%,50%{-webkit-transform:translateZ(-1000px) rotateY(90deg);opacity:.2}}@keyframes flipOut-in{0%,50%{transform:translateZ(-1000px) rotateY(90deg);opacity:.2}}.cbp-animation-flipBottom{-webkit-transition:height .7s ease-in-out;transition:height .7s ease-in-out;will-change:height}.cbp-animation-flipBottom .cbp-item{-webkit-transition:-webkit-transform .7s ease-in-out;transition:transform .7s ease-in-out;-webkit-perspective:1000px;perspective:1000px}.cbp-animation-flipBottom .cbp-item-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.cbp-animation-flipBottom .cbp-item-on2off .cbp-item-wrapper{-webkit-animation:flipBottom-out .7s both ease-in;animation:flipBottom-out .7s both ease-in}.cbp-animation-flipBottom .cbp-item-off2on .cbp-item-wrapper{-webkit-animation:flipBottom-in .7s ease-out both;animation:flipBottom-in .7s ease-out both}@-webkit-keyframes flipBottom-out{50%,100%{-webkit-transform:translateZ(-1000px) rotateX(-90deg);opacity:.2}}@keyframes flipBottom-out{50%,100%{transform:translateZ(-1000px) rotateX(-90deg);opacity:.2}}@-webkit-keyframes flipBottom-in{0%,50%{-webkit-transform:translateZ(-1000px) rotateX(90deg);opacity:.2}}@keyframes flipBottom-in{0%,50%{transform:translateZ(-1000px) rotateX(90deg);opacity:.2}}.cbp-animation-scaleSides{-webkit-transition:height .6s ease-in-out;transition:height .6s ease-in-out;will-change:height}.cbp-animation-scaleSides .cbp-item{-webkit-transition:-webkit-transform .6s ease-in-out;transition:transform .6s ease-in-out;-webkit-perspective:1000px;perspective:1000px}.cbp-animation-scaleSides .cbp-item-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.cbp-animation-scaleSides .cbp-item-on2off .cbp-item-wrapper{-webkit-animation:scaleSides-out .9s ease both;animation:scaleSides-out .9s ease both}.cbp-animation-scaleSides .cbp-item-off2on .cbp-item-wrapper{-webkit-animation:scaleSides-in .9s ease both;animation:scaleSides-in .9s ease both}@-webkit-keyframes scaleSides-out{50%,100%{-webkit-transform:scale(0.6);opacity:0}}@keyframes scaleSides-out{50%,100%{transform:scale(0.6);opacity:0}}@-webkit-keyframes scaleSides-in{0%,50%{-webkit-transform:scale(0.6);opacity:0}}@keyframes scaleSides-in{0%,50%{transform:scale(0.6);opacity:0}}.cbp-animation-skew{-webkit-transition:height .6s ease-in-out;transition:height .6s ease-in-out;will-change:height}.cbp-animation-skew .cbp-item{-webkit-transition:-webkit-transform .6s ease-in-out;transition:transform .6s ease-in-out;-webkit-perspective:1000px;perspective:1000px}.cbp-animation-skew .cbp-item-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.cbp-animation-skew .cbp-item-on2off .cbp-item-wrapper{-webkit-animation:skew-off .6s ease-out both;animation:skew-off .6s ease-out both}.cbp-animation-skew .cbp-item-off2on .cbp-item-wrapper{-webkit-animation:skew-on .6s ease-out both;animation:skew-on .6s ease-out both}@-webkit-keyframes skew-off{100%{opacity:0;-webkit-transform:scale3d(0,0,0) skew(20deg,0)}}@keyframes skew-off{100%{opacity:0;transform:scale3d(0,0,0) skew(20deg,0)}}@-webkit-keyframes skew-on{0%{opacity:0;-webkit-transform:scale3d(0,0,0) skew(0,20deg)}}@keyframes skew-on{0%{opacity:0;transform:scale3d(0,0,0) skew(0,20deg)}}.cbp-animation-fadeOutTop{-webkit-transition:height .6s ease-in-out;transition:height .6s ease-in-out;will-change:height}.cbp-animation-fadeOutTop .cbp-wrapper-outer{overflow:visible}.cbp-animation-fadeOutTop .cbp-item{-webkit-perspective:1000px;perspective:1000px;overflow:visible}.cbp-animation-fadeOutTop .cbp-item-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.cbp-animation-fadeOutTop .cbp-wrapper-helper .cbp-item-wrapper{-webkit-animation:fadeOutTop-out .6s both ease-in-out;animation:fadeOutTop-out .6s both ease-in-out}.cbp-animation-fadeOutTop .cbp-wrapper .cbp-item-wrapper{-webkit-animation:fadeOutTop-in .6s both ease-in-out;animation:fadeOutTop-in .6s both ease-in-out}@-webkit-keyframes fadeOutTop-out{0%{-webkit-transform:translateY(0);opacity:1}50%,100%{-webkit-transform:translateY(-30px);opacity:0}}@keyframes fadeOutTop-out{0%{transform:translateY(0);opacity:1}50%,100%{transform:translateY(-30px);opacity:0}}@-webkit-keyframes fadeOutTop-in{0%,50%{-webkit-transform:translateY(-30px);opacity:0}100%{-webkit-transform:translateY(0);opacity:1}}@keyframes fadeOutTop-in{0%,50%{transform:translateY(-30px);opacity:0}100%{transform:translateY(0);opacity:1}}.cbp-animation-slideLeft{-webkit-transition:height .6s ease-in-out;transition:height .6s ease-in-out;will-change:height}.cbp-animation-slideLeft .cbp-item{-webkit-perspective:1000px;perspective:1000px}.cbp-animation-slideLeft .cbp-item-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.cbp-animation-slideLeft .cbp-wrapper-helper .cbp-item-wrapper{-webkit-animation:slideLeft-out .8s both ease-in-out;animation:slideLeft-out .8s both ease-in-out}.cbp-animation-slideLeft .cbp-wrapper .cbp-item-wrapper{-webkit-animation:slideLeft-in .8s both ease-in-out;animation:slideLeft-in .8s both ease-in-out}@-webkit-keyframes slideLeft-out{0%{opacity:1;transform:scale(1)}25%{opacity:.75;-webkit-transform:scale(0.8)}75%{opacity:.75;-webkit-transform:scale(0.8) translateX(-200%)}100%{opacity:.75;-webkit-transform:scale(0.8) translateX(-200%)}}@keyframes slideLeft-out{0%{opacity:1;transform:scale(1)}25%{opacity:.75;transform:scale(0.8)}75%{opacity:.75;transform:scale(0.8) translateX(-200%)}100%{opacity:.75;transform:scale(0.8) translateX(-200%)}}@-webkit-keyframes slideLeft-in{0%,25%{opacity:.75;-webkit-transform:scale(0.8) translateX(200%)}75%{opacity:.75;-webkit-transform:scale(0.8)}100%{opacity:1;-webkit-transform:scale(1) translateX(0)}}@keyframes slideLeft-in{0%,25%{opacity:.75;transform:scale(0.8) translateX(200%)}75%{opacity:.75;transform:scale(0.8)}100%{opacity:1;transform:scale(1) translateX(0)}}.cbp-animation-sequentially{-webkit-transition:height .6s ease-in-out;transition:height .6s ease-in-out;will-change:height}.cbp-animation-sequentially .cbp-wrapper-outer{overflow:visible}.cbp-animation-sequentially .cbp-item{-webkit-perspective:1000px;perspective:1000px;overflow:visible}.cbp-animation-sequentially .cbp-item-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.cbp-animation-sequentially .cbp-wrapper-helper .cbp-item-wrapper{-webkit-animation:fadeOutTop-out .6s both ease;animation:fadeOutTop-out .6s both ease}.cbp-animation-sequentially .cbp-wrapper .cbp-item-wrapper{-webkit-animation:fadeOutTop-in .6s both ease-out;animation:fadeOutTop-in .6s both ease-out}.cbp-animation-3dflip{-webkit-transition:height .6s ease-in-out;transition:height .6s ease-in-out;will-change:height}.cbp-animation-3dflip .cbp-item{-webkit-perspective:1000px;perspective:1000px}.cbp-animation-3dflip .cbp-item-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.cbp-animation-3dflip .cbp-wrapper-helper .cbp-item-wrapper{-webkit-transform-origin:0 50%;transform-origin:0 50%;-webkit-animation:flip-out .6s both ease-in-out;animation:flip-out .6s both ease-in-out}.cbp-animation-3dflip .cbp-wrapper .cbp-item-wrapper{-webkit-transform-origin:100% 50%;transform-origin:100% 50%;-webkit-animation:flip-in .6s both ease-in-out;animation:flip-in .6s both ease-in-out}@-webkit-keyframes flip-out{100%{opacity:0;-webkit-transform:rotateY(90deg)}}@keyframes flip-out{100%{opacity:0;transform:rotateY(90deg)}}@-webkit-keyframes flip-in{0%{opacity:0;-webkit-transform:rotateY(-90deg)}100%{opacity:1;-webkit-transform:rotateY(0deg)}}@keyframes flip-in{0%{opacity:0;transform:rotateY(-90deg)}100%{opacity:1;transform:rotateY(0deg)}}.cbp-animation-flipOutDelay{-webkit-transition:height .6s ease-in-out;transition:height .6s ease-in-out;will-change:height}.cbp-animation-flipOutDelay .cbp-item{-webkit-perspective:1000px;perspective:1000px}.cbp-animation-flipOutDelay .cbp-item-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.cbp-animation-flipOutDelay .cbp-wrapper-helper .cbp-item-wrapper{-webkit-animation:flipOut-out 1s both ease-in;animation:flipOut-out 1s both ease-in}.cbp-animation-flipOutDelay .cbp-wrapper .cbp-item-wrapper{-webkit-animation:flipOut-in 1s both ease-out;animation:flipOut-in 1s both ease-out}.cbp-animation-slideDelay{-webkit-transition:height .6s ease-in-out;transition:height .6s ease-in-out;will-change:height}.cbp-animation-slideDelay .cbp-item{-webkit-perspective:1000px;perspective:1000px}.cbp-animation-slideDelay .cbp-item-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.cbp-animation-slideDelay .cbp-wrapper-helper .cbp-item-wrapper{-webkit-animation:slideDelay-out .5s both ease-in-out;animation:slideDelay-out .5s both ease-in-out}.cbp-animation-slideDelay .cbp-wrapper .cbp-item-wrapper{-webkit-animation:slideDelay-in .5s both ease-in-out;animation:slideDelay-in .5s both ease-in-out}@-webkit-keyframes slideDelay-out{100%{-webkit-transform:translateX(-100%)}}@keyframes slideDelay-out{100%{transform:translateX(-100%)}}@-webkit-keyframes slideDelay-in{0%{-webkit-transform:translateX(100%)}100%{-webkit-transform:translateX(0)}}@keyframes slideDelay-in{0%{transform:translateX(100%)}100%{transform:translateX(0)}}.cbp-animation-rotateSides{-webkit-transition:height .6s ease-in-out;transition:height .6s ease-in-out;will-change:height}.cbp-animation-rotateSides .cbp-item{-webkit-perspective:1000px;perspective:1000px}.cbp-animation-rotateSides .cbp-item-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.cbp-animation-rotateSides .cbp-wrapper-helper .cbp-item-wrapper{-webkit-transform-origin:-50% 50%;-webkit-animation:rotateSides-out .5s both ease-in;transform-origin:-50% 50%;animation:rotateSides-out .5s both ease-in}.cbp-animation-rotateSides .cbp-wrapper .cbp-item-wrapper{-webkit-transform-origin:150% 50%;-webkit-animation:rotateSides-in .6s both ease-out;transform-origin:150% 50%;animation:rotateSides-in .6s both ease-out}@-webkit-keyframes rotateSides-out{100%{opacity:0;-webkit-transform:translateZ(-500px) rotateY(90deg)}}@keyframes rotateSides-out{100%{opacity:0;transform:translateZ(-500px) rotateY(90deg)}}@-webkit-keyframes rotateSides-in{0%{opacity:0;-webkit-transform:translateZ(-500px) rotateY(-90deg)}40%{opacity:0;-webkit-transform:translateZ(-500px) rotateY(-90deg)}}@keyframes rotateSides-in{0%{opacity:0;transform:translateZ(-500px) rotateY(-90deg)}40%{opacity:0;transform:translateZ(-500px) rotateY(-90deg)}}.cbp-animation-foldLeft{-webkit-transition:height .6s ease-in-out;transition:height .6s ease-in-out;will-change:height}.cbp-animation-foldLeft .cbp-item{-webkit-perspective:1000px;perspective:1000px}.cbp-animation-foldLeft .cbp-item-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.cbp-animation-foldLeft .cbp-wrapper-helper .cbp-item-wrapper{-webkit-transform-origin:100% 50%;transform-origin:100% 50%;-webkit-animation:foldLeft-out .7s both ease;animation:foldLeft-out .7s both ease}.cbp-animation-foldLeft .cbp-wrapper .cbp-item-wrapper{-webkit-animation:foldLeft-in .7s both ease;animation:foldLeft-in .7s ease both}@-webkit-keyframes foldLeft-out{100%{opacity:0;-webkit-transform:translateX(-100%) rotateY(-90deg)}}@keyframes foldLeft-out{100%{opacity:0;transform:translateX(-100%) rotateY(-90deg)}}@-webkit-keyframes foldLeft-in{0%{opacity:.3;-webkit-transform:translateX(100%)}}@keyframes foldLeft-in{0%{opacity:.3;transform:translateX(100%)}}.cbp-animation-unfold{-webkit-transition:height .6s ease-in-out;transition:height .6s ease-in-out;will-change:height}.cbp-animation-unfold .cbp-item{-webkit-perspective:1000px;perspective:1000px}.cbp-animation-unfold .cbp-item-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.cbp-animation-unfold .cbp-wrapper-helper .cbp-item-wrapper{-webkit-animation:unfold-out .8s ease both;animation:unfold-out .8s ease both}.cbp-animation-unfold .cbp-wrapper .cbp-item-wrapper{-webkit-transform-origin:0 50%;-webkit-animation:unfold-in .8s both ease;transform-origin:0 50%;animation:unfold-in .8s both ease}@-webkit-keyframes unfold-out{90%{opacity:.3}100%{opacity:0;-webkit-transform:translateX(-100%)}}@keyframes unfold-out{90%{opacity:.3}100%{opacity:0;transform:translateX(-100%)}}@-webkit-keyframes unfold-in{0%{opacity:0;-webkit-transform:translateX(100%) rotateY(90deg)}}@keyframes unfold-in{0%{opacity:0;transform:translateX(100%) rotateY(90deg)}}.cbp-animation-scaleDown{-webkit-transition:height .6s ease-in-out;transition:height .6s ease-in-out;will-change:height}.cbp-animation-scaleDown .cbp-item{-webkit-perspective:1000px;perspective:1000px}.cbp-animation-scaleDown .cbp-item-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.cbp-animation-scaleDown .cbp-wrapper-helper .cbp-item-wrapper{-webkit-animation:scaleDown-out .7s ease both;animation:scaleDown-out .7s ease both}.cbp-animation-scaleDown .cbp-wrapper .cbp-item-wrapper{-webkit-animation:scaleDown-in .6s ease both;animation:scaleDown-in .6s ease both}@-webkit-keyframes scaleDown-out{100%{opacity:0;-webkit-transform:scale(0.8)}}@keyframes scaleDown-out{100%{opacity:0;transform:scale(0.8)}}@-webkit-keyframes scaleDown-in{0%{-webkit-transform:translateX(100%)}}@keyframes scaleDown-in{0%{transform:translateX(100%)}}.cbp-animation-frontRow{-webkit-transition:height .6s ease-in-out;transition:height .6s ease-in-out;will-change:height}.cbp-animation-frontRow .cbp-item{-webkit-perspective:1000px;perspective:1000px}.cbp-animation-frontRow .cbp-item-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.cbp-animation-frontRow .cbp-wrapper-helper .cbp-item-wrapper{-webkit-animation:frontRow-out .7s both ease;animation:frontRow-out .7s both ease}.cbp-animation-frontRow .cbp-wrapper .cbp-item-wrapper{-webkit-animation:frontRow-in .6s both ease;animation:frontRow-in .6s both ease}@-webkit-keyframes frontRow-out{100%{-webkit-transform:translateX(-60%) scale(0.8);opacity:0}}@keyframes frontRow-out{100%{transform:translateX(-60%) scale(0.8);opacity:0}}@-webkit-keyframes frontRow-in{0%{-webkit-transform:translateX(100%) scale(0.8)}100%{opacity:1;-webkit-transform:translateX(0%) scale(1)}}@keyframes frontRow-in{0%{transform:translateX(100%) scale(0.8)}100%{opacity:1;transform:translateX(0%) scale(1)}}.cbp-animation-rotateRoom{-webkit-transition:height .6s ease-in-out;transition:height .6s ease-in-out;will-change:height}.cbp-animation-rotateRoom .cbp-item{-webkit-perspective:1000px;perspective:1000px}.cbp-animation-rotateRoom .cbp-item-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.cbp-animation-rotateRoom .cbp-wrapper-helper .cbp-item-wrapper{-webkit-transform-origin:100% 50%;transform-origin:100% 50%;-webkit-animation:rotateRoom-out .8s both ease;animation:rotateRoom-out .8s both ease}.cbp-animation-rotateRoom .cbp-wrapper .cbp-item-wrapper{-webkit-transform-origin:0 50%;transform-origin:0 50%;-webkit-animation:rotateRoom-in .8s both ease;animation:rotateRoom-in .8s both ease}@-webkit-keyframes rotateRoom-out{90%{opacity:.3}100%{opacity:0;-webkit-transform:translateX(-100%) rotateY(90deg)}}@keyframes rotateRoom-out{90%{opacity:.3}100%{opacity:0;transform:translateX(-100%) rotateY(90deg)}}@-webkit-keyframes rotateRoom-in{0%{opacity:.3;-webkit-transform:translateX(100%) rotateY(-90deg)}}@keyframes rotateRoom-in{0%{opacity:.3;transform:translateX(100%) rotateY(-90deg)}}.cbp-animation-bounceBottom{-webkit-transition:height .6s ease-in-out;transition:height .6s ease-in-out;will-change:height}.cbp-animation-bounceBottom .cbp-wrapper-helper{-webkit-animation:bounceBottom-out .6s both ease-in-out;animation:bounceBottom-out .6s both ease-in-out}.cbp-animation-bounceBottom .cbp-wrapper{-webkit-animation:bounceBottom-in .6s both ease-in-out;animation:bounceBottom-in .6s both ease-in-out}@-webkit-keyframes bounceBottom-out{100%{-webkit-transform:translateY(100%);opacity:0}}@keyframes bounceBottom-out{100%{transform:translateY(100%);opacity:0}}@-webkit-keyframes bounceBottom-in{0%{-webkit-transform:translateY(100%);opacity:0}100%{-webkit-transform:translateY(0);opacity:1}}@keyframes bounceBottom-in{0%{transform:translateY(100%);opacity:0}100%{transform:translateY(0);opacity:1}}.cbp-animation-bounceLeft{-webkit-transition:height .6s ease-in-out;transition:height .6s ease-in-out;will-change:height}.cbp-animation-bounceLeft .cbp-wrapper-helper{-webkit-animation:bounceLeft-out .6s both ease-in-out;animation:bounceLeft-out .6s both ease-in-out}.cbp-animation-bounceLeft .cbp-wrapper{-webkit-animation:bounceLeft-in .6s both ease-in-out;animation:bounceLeft-in .6s both ease-in-out}@-webkit-keyframes bounceLeft-out{100%{-webkit-transform:translateX(-100%);opacity:0}}@keyframes bounceLeft-out{100%{transform:translateX(-100%);opacity:0}}@-webkit-keyframes bounceLeft-in{0%{-webkit-transform:translateX(-100%);opacity:0}100%{-webkit-transform:translateX(0);opacity:1}}@keyframes bounceLeft-in{0%{transform:translateX(-100%);opacity:0}100%{transform:translateX(0);opacity:1}}.cbp-animation-bounceTop{-webkit-transition:height .6s ease-in-out;transition:height .6s ease-in-out;will-change:height}.cbp-animation-bounceTop .cbp-wrapper-helper{-webkit-animation:bounceTop-out .6s both ease-in-out;animation:bounceTop-out .6s both ease-in-out}.cbp-animation-bounceTop .cbp-wrapper{-webkit-animation:bounceTop-in .6s both ease-in-out;animation:bounceTop-in .6s both ease-in-out}@-webkit-keyframes bounceTop-out{100%{-webkit-transform:translateY(-100%);opacity:0}}@keyframes bounceTop-out{100%{transform:translateY(-100%);opacity:0}}@-webkit-keyframes bounceTop-in{0%{-webkit-transform:translateY(-100%);opacity:0}100%{-webkit-transform:translateY(0);opacity:1}}@keyframes bounceTop-in{0%{transform:translateY(-100%);opacity:0}100%{transform:translateY(0);opacity:1}}.cbp-animation-moveLeft{-webkit-transition:height .6s ease-in-out;transition:height .6s ease-in-out;will-change:height}.cbp-animation-moveLeft .cbp-wrapper-helper{-webkit-animation:moveLeft-out .6s both ease-in-out;animation:moveLeft-out .6s both ease-in-out}.cbp-animation-moveLeft .cbp-wrapper{-webkit-animation:moveLeft-in .6s both ease-in-out;animation:moveLeft-in .6s both ease-in-out}@-webkit-keyframes moveLeft-out{100%{-webkit-transform:translateX(-100%);opacity:0}}@keyframes moveLeft-out{100%{transform:translateX(-100%);opacity:0}}@-webkit-keyframes moveLeft-in{0%{-webkit-transform:translateX(100%);opacity:0}100%{-webkit-transform:translateX(0);opacity:1}}@keyframes moveLeft-in{0%{transform:translateX(100%);opacity:0}100%{transform:translateX(0);opacity:1}}.cbp-displayType-bottomToTop{-webkit-perspective:1000px;perspective:1000px}.cbp-displayType-bottomToTop .cbp-item{-webkit-animation:fadeInBottomToTop .3s both ease-in;animation:fadeInBottomToTop .3s both ease-in}@-webkit-keyframes fadeInBottomToTop{0%{opacity:0;-webkit-transform:translateY(50px)}100%{opacity:1;-webkit-transform:translateY(0)}}@keyframes fadeInBottomToTop{0%{opacity:0;transform:translateY(50px)}100%{opacity:1;transform:translateY(0)}}.cbp-displayType-fadeIn{-webkit-animation:fadeIn .5s both ease-in;animation:fadeIn .5s both ease-in}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.cbp-displayType-fadeInToTop{-webkit-perspective:1000px;perspective:1000px;-webkit-animation:fadeInToTop .5s both ease-in;animation:fadeInToTop .5s both ease-in}@-webkit-keyframes fadeInToTop{0%{opacity:0;-webkit-transform:translateY(30px)}100%{opacity:1;-webkit-transform:translateY(0)}}@keyframes fadeInToTop{0%{opacity:0;transform:translateY(30px)}100%{opacity:1;transform:translateY(0)}}.cbp-displayType-sequentially .cbp-item{-webkit-animation:fadeIn .5s both ease-in;animation:fadeIn .5s both ease-in}.cbp-lightbox img{display:block;border:0;width:100%;height:auto}.cbp-popup-ie8bg{position:absolute;width:100%;height:100%;min-height:100%;top:0;left:0;z-index:-1;background:#000}.cbp-popup-wrap{height:100%;text-align:center;position:fixed;width:100%;left:0;top:0;display:none;overflow-y:scroll;overflow-x:hidden;z-index:9990;padding:0 10px}.cbp-popup-lightbox{background:rgba(0,0,0,0.8)}.cbp-popup-singlePage{background:#fff;padding:0}.cbp-popup-wrap:before{content:"";display:inline-block;height:100%;vertical-align:middle}.cbp-popup-content{position:relative;display:inline-block;vertical-align:middle;text-align:left;max-width:100%}.cbp-popup-singlePage .cbp-popup-content{position:relative;z-index:1;margin-top:145px;max-width:1024px;vertical-align:top;width:94%}.cbp-popup-singlePage .cbp-popup-content-basic{position:relative;z-index:1;margin-top:104px;vertical-align:top;width:100%;display:inline-block;text-align:left}.cbp-popup-lightbox-figure{position:relative}.cbp-popup-lightbox-bottom{left:0;position:absolute;top:100%;width:100%;margin-top:3px}.cbp-popup-lightbox-title{padding-right:70px;color:#eee}.cbp-popup-lightbox-counter{position:absolute;top:0;right:0;color:#eee}.cbp-popup-lightbox-img{width:auto;max-width:100%;height:auto;display:block;margin:40px 0;box-shadow:0 0 8px rgba(0,0,0,0.6)}.cbp-popup-lightbox-img[data-action]{cursor:pointer}.cbp-popup-lightbox-isIframe .cbp-popup-content{width:75%}@media only screen and (max-width: 768px){.cbp-popup-lightbox-isIframe .cbp-popup-content{width:95%}}.cbp-popup-lightbox-isIframe .cbp-lightbox-bottom{left:0;position:absolute;top:100%;width:100%;margin-top:3px}.cbp-popup-lightbox-iframe{position:relative;height:0;padding-bottom:56.25%;background:#000}.cbp-popup-lightbox-iframe iframe{position:absolute;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,0.6)}.cbp-popup-lightbox-iframe audio{margin-top:27%}.cbp-popup-singlePage .cbp-popup-navigation-wrap{position:absolute;top:0;left:0;width:100%;z-index:9990;height:104px;background-color:#34425C}.cbp-popup-singlePage .cbp-popup-navigation{position:relative;width:100%;height:100%}.cbp-popup-singlePage-sticky .cbp-popup-navigation-wrap{position:fixed;top:0!important}.cbp-popup-singlePage-counter{color:#bbc0df;position:absolute;margin:auto;right:40px;top:0;bottom:0;height:30px}@media only screen and (max-width: 768px){.cbp-popup-singlePage-counter{right:3%}}.cbp-popup-next,.cbp-popup-prev,.cbp-popup-close{padding:0;border:medium none;position:absolute;cursor:pointer;outline:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.cbp-popup-lightbox .cbp-popup-prev,.cbp-popup-lightbox .cbp-popup-next,.cbp-popup-lightbox .cbp-popup-close{visibility:hidden}.cbp-popup-ready.cbp-popup-lightbox .cbp-popup-next,.cbp-popup-ready.cbp-popup-lightbox .cbp-popup-prev,.cbp-popup-ready.cbp-popup-lightbox .cbp-popup-close{visibility:visible}.cbp-popup-lightbox .cbp-popup-prev{background:url(/wp-content/plugins/wprt-addons/assets/cbp-sprite.png) no-repeat scroll 0 0 transparent;width:44px;height:44px;top:0;bottom:0;left:20px;margin:auto}.cbp-popup-lightbox .cbp-popup-prev:hover{background-position:0 -46px}.cbp-popup-singlePage .cbp-popup-prev{background:url(/wp-content/plugins/wprt-addons/assets/cbp-sprite.png) no-repeat scroll 0 -92px transparent;width:44px;height:44px;margin:auto;top:0;right:108px;bottom:0;left:0}.cbp-popup-singlePage .cbp-popup-prev:hover{background-position:0 -138px}.cbp-popup-lightbox .cbp-popup-next{background:url(/wp-content/plugins/wprt-addons/assets/cbp-sprite.png) no-repeat scroll -46px 0 transparent;width:44px;height:44px;top:0;bottom:0;right:20px;margin:auto}.cbp-popup-lightbox .cbp-popup-next:hover{background-position:-46px -46px}.cbp-popup-singlePage .cbp-popup-next{background:url(/wp-content/plugins/wprt-addons/assets/cbp-sprite.png) no-repeat scroll -46px -92px transparent;width:44px;height:44px;margin:auto;top:0;right:0;bottom:0;left:108px}.cbp-popup-singlePage .cbp-popup-next:hover{background-position:-46px -138px}.cbp-popup-lightbox .cbp-popup-close{background:url(/wp-content/plugins/wprt-addons/assets/cbp-sprite.png) no-repeat scroll -92px 0 transparent;height:40px;width:40px;right:20px;top:20px}.cbp-popup-lightbox .cbp-popup-close:hover{background-position:-92px -46px}.cbp-popup-singlePage .cbp-popup-close{background:url(/wp-content/plugins/wprt-addons/assets/cbp-sprite.png) no-repeat scroll -92px -92px transparent;height:44px;width:44px;margin:auto;top:0;right:0;bottom:0;left:0}.cbp-popup-singlePage .cbp-popup-ie8bg{background-color:#fff}.cbp-popup-singlePage .cbp-popup-close:hover{background-position:-92px -138px}@media only screen and (max-width: 360px),(max-height: 600px){.cbp-popup-next,.cbp-popup-prev,.cbp-popup-close{-ms-transform:scale(0.8);-webkit-transform:scale(0.8);transform:scale(0.8)}.cbp-popup-lightbox .cbp-popup-close{right:10px;top:10px}.cbp-popup-lightbox .cbp-popup-next{right:10px}.cbp-popup-lightbox .cbp-popup-prev{left:10px}.cbp-popup-singlePage .cbp-popup-navigation-wrap{height:84px}.cbp-popup-singlePage .cbp-popup-content{margin-top:120px}}.cbp-popup-loadingBox{width:100%;height:100%;position:absolute;top:0;left:0}.cbp-popup-lightbox .cbp-popup-loadingBox:after{border-left:3px solid rgba(255,255,255,0.3);border-right:3px solid rgba(255,255,255,0.3);border-bottom:3px solid rgba(255,255,255,0.3);border-top:3px solid rgba(255,255,255,0.85)}.cbp-popup-ready .cbp-popup-loadingBox{visibility:hidden;display:none}.cbp-popup-loading .cbp-popup-loadingBox{visibility:visible;display:block}.cbp-popup-singlePage{left:100%;-webkit-transition:left .6s ease-in-out;transition:left .6s ease-in-out}.cbp-popup-singlePage.cbp-popup-loading .cbp-popup-content{opacity:0}.cbp-popup-singlePage-open{left:0}.cbp-popup-singlePage.cbp-popup-singlePage-fade{left:0;opacity:0;-webkit-transition:opacity .25s ease-in-out;transition:opacity .25s ease-in-out}.cbp-popup-singlePage-open.cbp-popup-singlePage-fade{opacity:1}.cbp-popup-singlePage.cbp-popup-singlePage-right{left:-100%;-webkit-transition:left .6s ease-in-out;transition:left .6s ease-in-out}.cbp-popup-singlePage-open.cbp-popup-singlePage-right{left:0}.cbp-l-project-title{color:#454444;letter-spacing:2px;margin-bottom:15px;text-align:center;text-transform:uppercase}.cbp-l-project-subtitle{color:#787878;margin:0 auto 50px;max-width:500px;text-align:center}.cbp-popup-singlePage .cbp-popup-content .cbp-l-project-img{display:block;margin:0 auto;max-width:100%}.cbp-l-project-container{overflow:hidden;margin:40px auto 0;clear:both}.cbp-l-project-desc{float:left;width:64%}.cbp-l-project-social-wrapper,.cbp-l-inline-social-wrapper{display:inline-block;width:100px;height:20px;overflow:hidden}.cbp-l-inline-social-wrapper{margin-top:5px}.cbp-l-project-details{float:right;width:36%;padding-left:40px;margin-bottom:15px}@media only screen and (max-width: 768px){.cbp-l-project-title{font-size:30px;line-height:34px}.cbp-l-project-desc{width:100%}.cbp-l-project-details{width:100%;margin-top:20px;padding-left:0}}.cbp-l-project-desc-title{border-bottom:1px solid #cdcdcd;margin-bottom:22px;color:#444}.cbp-l-project-desc-title span,.cbp-l-project-details-title span{border-bottom:1px solid #747474;display:inline-block;margin:0 0 -1px;padding:0 5px 0 0}.cbp-l-project-desc-text{color:#555;margin-bottom:20px}.cbp-l-project-details-title{border-bottom:1px solid #cdcdcd;margin-bottom:19px;color:#444}.cbp-l-project-details-list{margin:0;padding:0;list-style:none}.cbp-l-project-details-list>li,.cbp-l-project-details-list>div{border-bottom:1px dotted #DFDFDF;padding:inherit;color:#666}.cbp-l-project-details-list strong{display:inline-block;color:#696969;font-weight:600;min-width:100px}.cbp-l-project-details-visit{color:#FFF;float:right;clear:both;text-decoration:none;margin-top:10px;background-color:#53668A;padding:8px 19px}.cbp-l-project-details-visit:hover{opacity:.9;color:#fff}.cbp-l-project-related-wrap{font-size:0;margin:0;padding:0}.cbp-l-project-related-item{margin-left:5%;max-width:30%;float:left}.cbp-l-project-related-item:first-child{margin-left:0}.cbp-l-project-related-title{color:#474747;margin-top:20px}.cbp-l-project-related-link{text-decoration:none}.cbp-l-project-related-link:hover{opacity:.9}.cbp-l-member-img{float:left;width:40%;margin-top:20px}.cbp-l-member-img img{border:1px solid #e2e2e2;width:auto;max-width:100%;height:auto;display:inline-block;border:0}.cbp-l-member-info{margin-top:20px;padding-left:25px;float:left;width:60%}@media only screen and (max-width: 768px){.cbp-l-member-img{width:100%;text-align:center}.cbp-l-member-info{width:100%;padding-left:0}}.cbp-l-member-name{color:#474747}.cbp-l-member-position{color:#888;margin-top:6px}.cbp-l-member-desc{margin-top:25px;color:#474747}.cbp-popup-singlePageInline-open{-webkit-transition:height .5s ease 0!important;transition:height .5s ease 0!important}.cbp-popup-singlePageInline-open .cbp-item{-webkit-transition:-webkit-transform .5s ease 0!important;transition:transform .5s ease 0!important}.cbp-popup-singlePageInline-close .cbp-popup-singlePageInline:after{display:none;visibility:hidden}.cbp-popup-singlePageInline-close .cbp-popup-singlePageInline .cbp-popup-content,.cbp-popup-singlePageInline-close .cbp-popup-singlePageInline .cbp-popup-navigation{-webkit-transition-delay:0;transition-delay:0}.cbp-popup-singlePageInline{width:100%;position:absolute;top:0;left:0;z-index:0;overflow:hidden}.cbp-popup-singlePageInline .cbp-popup-content{opacity:0;width:100%;z-index:1;min-height:300px}.cbp-popup-singlePageInline .cbp-popup-content,.cbp-popup-singlePageInline .cbp-popup-navigation{-webkit-transition:opacity .4s ease-in .2s;transition:opacity .4s ease-in .2s}.cbp-popup-singlePageInline .cbp-popup-navigation{opacity:0;position:absolute;top:0;right:0;z-index:2;width:40px;height:40px}.cbp-popup-singlePageInline .cbp-popup-close{background:url(/wp-content/plugins/wprt-addons/assets/cbp-sprite.png) no-repeat scroll -92px 0 transparent;height:40px;width:40px;right:20px;top:30px}.cbp-popup-singlePageInline .cbp-popup-close:hover{opacity:.7}.cbp-popup-singlePageInline-ready{z-index:4}.cbp-popup-singlePageInline-ready .cbp-popup-content,.cbp-popup-singlePageInline-ready .cbp-popup-navigation{opacity:1}.cbp-popup-singlePageInline-ready:after{display:none;visibility:hidden}.cbp-singlePageInline-active{opacity:.6!important}.cbp-l-inline{margin:20px 0;overflow:hidden;background:#FAFAFA;padding:30px}.cbp-l-inline-left{float:left;width:44%}.cbp-l-project-img{max-width:100%}.cbp-l-inline-right{float:right;width:56%;padding-left:inherit}@media only screen and (max-width: 768px){.cbp-l-inline-left{width:100%;text-align:center;margin-top:40px}.cbp-l-inline-right{width:100%;padding-left:0;margin-top:20px}}.cbp-l-inline-title{color:#474747}.cbp-l-inline-subtitle{color:#888;margin-top:7px}.cbp-l-inline-desc{color:#474747;margin-top:25px}.cbp-l-inline-view-wrap{text-align:right}.cbp-l-inline-view{color:#9C9C9C;margin-top:40px;display:inline-block;padding:0 20px;border:1px solid #ccc;text-decoration:none}.cbp-l-inline-view:hover{color:#757575}.cbp-l-inline-details{margin-top:15px}.cbp-l-loadMore-defaultText,.cbp-l-loadMore-button-defaultText{display:block}.cbp-l-loadMore-loadingText,.cbp-l-loadMore-noMoreLoading,.cbp-l-loadMore-button-loadingText,.cbp-l-loadMore-button-noMoreLoading{display:none}.cbp-l-loadMore-loading .cbp-l-loadMore-loadingText,.cbp-l-loadMore-loading .cbp-l-loadMore-button-loadingText{display:block}.cbp-l-loadMore-loading .cbp-l-loadMore-defaultText,.cbp-l-loadMore-loading .cbp-l-loadMore-noMoreLoading,.cbp-l-loadMore-loading .cbp-l-loadMore-button-defaultText,.cbp-l-loadMore-loading .cbp-l-loadMore-button-noMoreLoading{display:none}.cbp-l-loadMore-stop .cbp-l-loadMore-noMoreLoading,.cbp-l-loadMore-stop .cbp-l-loadMore-button-noMoreLoading{display:block}.cbp-l-loadMore-stop .cbp-l-loadMore-defaultText,.cbp-l-loadMore-stop .cbp-l-loadMore-loadingText,.cbp-l-loadMore-stop .cbp-l-loadMore-button-defaultText,.cbp-l-loadMore-stop .cbp-l-loadMore-button-loadingText{display:none}.cbp-l-loadMore-bgbutton{text-align:center}.cbp-l-loadMore-bgbutton .cbp-l-loadMore-link{border:1px solid #DEDEDE;color:#7E7B7B;display:inline-block;min-width:80px;text-decoration:none;padding:0 50px;margin-top:50px;outline:0;box-shadow:none;letter-spacing:1px;-webkit-transition:color .25s;transition:color .25s}.cbp-l-loadMore-bgbutton .cbp-l-loadMore-link:hover,.cbp-l-loadMore-bgbutton .cbp-l-loadMore-link.cbp-l-loadMore-loading{color:#B0B0B0}.cbp-l-loadMore-bgbutton .cbp-l-loadMore-link.cbp-l-loadMore-stop{cursor:default;color:#B0B0B0}.cbp-l-loadMore-button{text-align:center}.cbp-l-loadMore-button .cbp-l-loadMore-link,.cbp-l-loadMore-button .cbp-l-loadMore-button-link{border:1px solid #DEDEDE;color:#7E7B7B;display:inline-block;min-width:80px;text-decoration:none;padding:0 30px;outline:0;margin-top:40px;box-shadow:none;-webkit-transition:color .25s;transition:color .25s}.cbp-l-loadMore-button .cbp-l-loadMore-link:hover,.cbp-l-loadMore-button .cbp-l-loadMore-button-link:hover,.cbp-l-loadMore-button .cbp-l-loadMore-link.cbp-l-loadMore-loading{color:#B0B0B0}.cbp-l-loadMore-button .cbp-l-loadMore-link.cbp-l-loadMore-stop,.cbp-l-loadMore-button .cbp-l-loadMore-button-link.cbp-l-loadMore-stop,.cbp-l-loadMore-button .cbp-l-loadMore-button-link.cbp-l-loadMore-button-stop{cursor:default;color:#B0B0B0}.cbp-l-loadMore-text{text-align:center}.cbp-l-loadMore-text .cbp-l-loadMore-link,.cbp-l-loadMore-text .cbp-l-loadMore-text-link{color:#7E7B7B;text-decoration:none;cursor:pointer;margin-top:50px;display:block}.cbp-l-loadMore-text .cbp-l-loadMore-stop,.cbp-l-loadMore-text .cbp-l-loadMore-text-stop{color:#B0B0B0;cursor:default}.cbp-mode-slider{-webkit-transition:height .35s cubic-bezier(0.22,0.6,0.345,1);transition:height .35s cubic-bezier(0.22,0.6,0.345,1)}.cbp-mode-slider .cbp-wrapper,.cbp-mode-slider .cbp-item{-webkit-transition:-webkit-transform .35s cubic-bezier(0.22,0.6,0.345,1);transition:transform .35s cubic-bezier(0.22,0.6,0.345,1)}.cbp-mode-slider .cbp-wrapper{cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.cbp-mode-slider-dragStart *{cursor:move!important;cursor:-ms-grabbing!important;cursor:-webkit-grabbing!important;cursor:-moz-grabbing!important;cursor:grabbing!important}.cbp-mode-slider-dragStart .cbp-wrapper{-webkit-transition:none;transition:none}.cbp-nav-next,.cbp-nav-prev{position:relative;background:#7c8b90;cursor:pointer;display:inline-block;margin-left:1px;height:22px;width:21px}.cbp-nav-next{border-radius:0 2px 2px 0}.cbp-nav-prev{border-radius:2px 0 0 2px}.cbp-nav-next:hover,.cbp-nav-prev:hover{opacity:.8}.cbp-nav-next:after,.cbp-nav-prev:after{content:'';position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;background:url(/wp-content/plugins/wprt-addons/assets/cbp-sprite.png) no-repeat;height:10px;width:7px}.cbp-nav-next:after{background-position:-134px 0}.cbp-nav-prev:after{background-position:-134px -12px}.cbp-nav-stop{opacity:.5!important;cursor:default!important}.cbp-nav{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.cbp-nav-controls{position:absolute;top:-51px;right:0;z-index:100}.cbp-nav-pagination{position:absolute;bottom:-30px;right:0;z-index:100;left:0;text-align:center}.cbp-nav-pagination-item{position:relative;width:10px;height:10px;border-radius:50%;margin:0 4px;display:inline-block;cursor:pointer;background:#c2c2c2;-webkit-transition:background .5s;transition:background .5s}.cbp-nav-pagination-active{background:#797979}.cbp-pagination-item{max-width:100px;display:inline-block;cursor:pointer;margin-top:10px;margin-right:5px;position:relative}.cbp-pagination-item img{display:block;width:100%;height:auto;border:0}.cbp-pagination-item:after{content:'';position:absolute;top:0;width:100%;height:100%;background:rgba(0,0,0,0.5);-webkit-transition:background .5s ease-in-out;transition:background .5s ease-in-out}.cbp-pagination-active:after{background:transparent}.cbp-slider-wrap,.cbp-slider-item{margin:0;padding:0;list-style-type:none}.cbp-slider .cbp-nav-controls{position:static}.cbp-slider .cbp-nav-next,.cbp-slider .cbp-nav-prev{background:transparent;position:absolute;margin:auto;top:0;bottom:0;z-index:100;width:44px;height:44px}.cbp-slider .cbp-nav-next{right:25px;left:auto}.cbp-slider .cbp-nav-prev{left:25px;right:auto}.cbp-slider .cbp-nav-next:after,.cbp-slider .cbp-nav-prev:after{background:url(/wp-content/plugins/wprt-addons/assets/cbp-sprite.png) no-repeat;width:44px;height:44px}.cbp-slider .cbp-nav-next:after{background-position:-46px -92px}.cbp-slider .cbp-nav-next:hover:after{background-position:-46px -46px}.cbp-slider .cbp-nav-prev:after{background-position:0 -92px}.cbp-slider .cbp-nav-prev:hover:after{background-position:0 -46px}.cbp-slider .cbp-nav-pagination{text-align:right;bottom:20px;right:25px;left:auto}.cbp-slider-edge .cbp-nav-controls{position:static}.cbp-slider-edge .cbp-nav-next,.cbp-slider-edge .cbp-nav-prev{background:transparent;position:absolute;margin:auto;top:0;bottom:0;z-index:100;width:44px;height:44px}.cbp-slider-edge .cbp-nav-next{right:-14px;left:auto}.cbp-slider-edge .cbp-nav-prev{left:-14px;right:auto}.cbp-slider-edge .cbp-nav-next:after,.cbp-slider-edge .cbp-nav-prev:after{background:url(/wp-content/plugins/wprt-addons/assets/cbp-sprite.png) no-repeat;width:9px;height:16px}.cbp-slider-edge .cbp-nav-next:after{background-position:-134px -24px}.cbp-slider-edge .cbp-nav-prev:after{background-position:-134px -42px}.cbp-slider-edge .cbp-nav-pagination{bottom:-50px}.cbp-slider-edge .cbp-nav-pagination-item{border:2px solid #0f0f0f;opacity:.4;background:transparent}.cbp-slider-edge .cbp-nav-pagination-active{background:#000}.cbp-slider-inline{position:relative}.cbp-slider-inline .cbp-slider-item{position:absolute;width:100%;top:0;transition:left .5s ease}.cbp-slider-inline .cbp-slider-item--active{position:relative;z-index:2}.cbp-slider-wrapper{position:relative;overflow:hidden}.cbp-slider-controls{position:absolute;top:0;right:0;z-index:100;opacity:0;-webkit-transition:opacity .7s ease-in-out;transition:opacity .7s ease-in-out}.cbp-slider-inline-ready .cbp-slider-controls{opacity:1}.cbp-slider-next,.cbp-slider-prev{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;float:left;cursor:pointer;position:relative;width:36px;height:36px;background:#3288C4}.cbp-slider-next{margin-left:1px}.cbp-slider-next:after,.cbp-slider-prev:after{content:'';position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;background:url(/wp-content/plugins/wprt-addons/assets/cbp-sprite.png) no-repeat;width:9px;height:16px}.cbp-slider-next:after{background-position:-134px -60px}.cbp-slider-prev:after{background-position:-134px -78px}.cbp-l-grid-agency .cbp-caption:after{position:absolute;content:'';width:0;height:0;border-bottom:10px solid #fff;border-right:10px solid transparent;border-left:10px solid transparent;bottom:0;left:50%;margin-left:-5px;z-index:1}.cbp-l-grid-agency.cbp-caption-zoom .cbp-caption:hover .cbp-caption-defaultWrap{-webkit-transform:scale(1.15);transform:scale(1.15)}.cbp-l-grid-agency-title{margin-top:18px;color:#666;text-align:center}.cbp-item:hover .cbp-l-grid-agency-title{color:#222}.cbp-l-grid-agency-desc{color:#aaa;text-align:center}.cbp-l-grid-work.cbp-caption-zoom .cbp-caption-activeWrap{background-color:rgba(0,0,0,0.7)}.cbp-l-grid-work .cbp-item{padding:3px}.cbp-l-grid-work .cbp-item-wrapper{background-color:#fff;box-shadow:0 1px 1px rgba(0,0,0,0.2);padding:7px 7px 27px;border-top:1px solid #F4F4F4}.cbp-l-grid-work-title{margin-top:17px;color:#607D8B;text-align:center;text-transform:uppercase;display:block}.cbp-l-grid-work-title:hover{color:#365D67}.cbp-l-grid-work-desc{color:#888;text-align:center;text-transform:uppercase}.cbp-l-grid-blog-title{color:#444;display:block;margin-top:17px}.cbp-l-grid-blog-title:hover{color:#787878}.cbp-l-grid-blog-date{color:#787878;display:inline-block}.cbp-l-grid-blog-comments{color:#3C6FBB;display:inline-block}.cbp-l-grid-blog-comments:hover{opacity:.8}.cbp-l-grid-blog-desc{color:#9B9B9B;margin-top:9px}.cbp-l-grid-blog-split{margin:0 4px;color:#787878;display:inline-block}.cbp-l-grid-clients{height:180px}.cbp-l-clients-title-block{color:#666464;text-align:center;margin-bottom:40px}.cbp-l-grid-faq .cbp-item{width:100%}.cbp-l-grid-projects-title{color:#474747;margin-top:15px}.cbp-l-grid-projects-desc{color:#888;margin-top:5px}.cbp-l-grid-masonry-projects .cbp-caption-activeWrap{background-color:#59a3b6;background-color:rgba(89,163,182,0.95)}.cbp-l-grid-masonry-projects .cbp-l-caption-buttonLeft,.cbp-l-grid-masonry-projects .cbp-l-caption-buttonRight{background-color:#545454}.cbp-l-grid-masonry-projects-title{color:#59a3b6;text-align:center;display:block;margin-top:12px}.cbp-l-grid-masonry-projects-title:hover{color:#457C8B}.cbp-l-grid-masonry-projects-desc{color:#b2b2b2;text-align:center}.cbp-l-grid-team-name{color:#456297;display:block;text-align:center;margin-top:18px}.cbp-l-grid-team-name:hover{color:#34425C}.cbp-l-grid-team-position{color:#999;text-align:center}.cbp-l-grid-mosaic-flat .cbp-caption-activeWrap{background-color:#64C28E;background-color:rgba(101,199,150,0.9)}.cbp-l-grid-mosaic-flat .cbp-l-caption-title{color:#FFF;text-transform:uppercase;letter-spacing:2px;display:inline-block}.cbp-l-grid-mosaic-flat .cbp-l-caption-title:after{content:'';display:block;width:40%;height:1px;background-color:#fff;margin:8px auto 0}.cbp-l-grid-mosaic-projects .cbp-caption-activeWrap{background-color:#59a3b6;background-color:rgba(89,163,182,0.97)}.cbp-l-grid-mosaic .cbp-caption-activeWrap{background-color:#FFEA71;background-color:rgba(255,234,113,0.95)}.cbp-l-grid-mosaic .cbp-l-caption-title{color:#5A5A5A;text-transform:uppercase;margin-bottom:5px}.cbp-l-grid-mosaic .cbp-l-caption-desc{color:#585858}.cbp-l-slider-title-block{border-bottom:1px solid #cdcdcd;margin-bottom:22px}.cbp-l-slider-title-block div{padding:0 2px 6px 0;display:inline-block;border-bottom:1px solid #a9a5a5;color:#5e5e5e;margin-bottom:-1px}.cbp-l-grid-slider-team-name{float:left;color:#494949;margin-top:16px}.cbp-l-grid-slider-team-position{clear:both;color:#A6A6A6}.cbp-l-grid-slider-team-desc{color:#969696;margin-top:15px}.cbp-l-grid-slider-team-social{float:right;margin-top:16px}.cbp-l-grid-slider-team-social a{color:#737373;line-height:30px;margin-left:6px}.cbp-l-grid-slider-team-social a:hover{opacity:.8}.cbp-l-slider-testimonials-wrap{background:#f8f9f9;padding:80px 0 110px;border-width:1px 0;border-style:solid;border-color:#dce1e2}.cbp-l-grid-slider-testimonials-body{color:#424242;max-width:800px;margin:0 auto;text-align:center;padding:0 20px}.cbp-l-grid-slider-testimonials-footer{color:#777;text-align:center;margin-bottom:10px;margin-top:30px}.cbp-l-grid-tabs{height:100px}.cbp-l-grid-tabs .cbp-item{max-width:700px;width:100%;margin:0 auto;right:0;text-align:center;color:#5a5a5a}.cbp-l-testimonials-title-block{position:relative;text-align:center;color:#E7E7E7;margin-bottom:60px}.cbp-l-testimonials-title-block:after{content:'';position:absolute;margin:0 auto;width:23px;height:2px;bottom:-6px;background-color:#C2C2C2;left:0;right:0}.cbp-l-testimonials-wrap{background:#2D2D2D;padding:60px 0 110px}.cbp-l-grid-testimonials-body{color:#e7e7e7;max-width:800px;margin:0 auto;text-align:center;padding:0 20px}.cbp-l-grid-testimonials-footer{color:#C2C2C2;text-align:center;margin-bottom:40px;margin-top:35px}.cbp-search{position:relative;width:220px;margin-bottom:40px}.cbp-search .cbp-search-nothing{display:none}.cbp-search-icon{position:absolute;width:32px;height:100%;top:0;right:0;text-align:center;cursor:pointer;pointer-events:none}.cbp-search-icon:after{content:'\f002';font-family:'FontAwesome';font-size:14px;color:#797979;line-height:36px;pointer-events:none}.cbp-search-input{height:36px;padding:0 32px 0 12px;margin:0;border-radius:1px;border:1px solid #c6c3c4;width:100%}.cbp-search-input[value]+.cbp-search-icon{pointer-events:auto}.cbp-search-input[value]+.cbp-search-icon:after{content:'\f00d'}.cbp-search-nothing{position:absolute;top:0;padding:0 0 30px;text-align:center;width:100%}.cbp-popup-lightbox .cbp-popup-close,.cbp-popup-lightbox .cbp-popup-next,.cbp-popup-lightbox .cbp-popup-prev{width:38px;height:38px;line-height:38px;background:#333;opacity:.85;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.cbp-popup-lightbox .cbp-popup-close:after,.cbp-popup-lightbox .cbp-popup-next:after,.cbp-popup-lightbox .cbp-popup-prev:after{display:inline-block;width:38px;height:38px;font-size:18px;font-family:FontAwesome;color:#fff;text-align:center}.cbp-popup-lightbox .cbp-popup-close:hover,.cbp-popup-lightbox .cbp-popup-next:hover,.cbp-popup-lightbox .cbp-popup-prev:hover{opacity:1}.cbp-popup-lightbox .cbp-popup-close:after{font-size:16px;content:"\f00d"}.cbp-popup-lightbox .cbp-popup-prev:after{content:"\f104"}.cbp-popup-lightbox .cbp-popup-next:after{content:"\f105"}/* 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 !important;
  -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 {
  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: rgba(52,52,60,.8);
  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: 35px;
  height: 35px;
  line-height: 1.4;
  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: 26px;
  border-radius: 3px;
  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 {
  position: absolute;
  top: 50px;
  right: 10px;
  color: #fff;
  text-align: center;
}

.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: -15px;
  padding: 2px;
  width: 35px;
  height: 35px;
  border-radius: 3px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .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;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    font-family: FontAwesome;
    font-size: 18px;
    line-height: 1.7;
    color: #fff;
    margin-left: 12px; }

.mfp-arrow-left {
  left: 60px; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    content: "\f104"; }

.mfp-arrow-right {
  right: 60px; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    content: "\f105"; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

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

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

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

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

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

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

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

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

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; }
 }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

.vegas-wrapper,
.vegas-overlay,
.vegas-timer,
.vegas-slide,
.vegas-slide-inner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    border: none;
    padding: 0;
    margin: 0;
}

.vegas-overlay {
    opacity: .5;
}

.vegas-overlay.style-1 {
    background: transparent url("/wp-content/plugins/wprt-addons/assets/overlays/01.png") center center repeat;
}

.vegas-overlay.style-2 {
    background: transparent url("/wp-content/plugins/wprt-addons/assets/overlays/02.png") center center repeat;
}

.vegas-overlay.style-3 {
    background: transparent url("/wp-content/plugins/wprt-addons/assets/overlays/03.png") center center repeat;
}

.vegas-overlay.style-4 {
    background: transparent url("/wp-content/plugins/wprt-addons/assets/overlays/04.png") center center repeat;
}

.vegas-overlay.style-5 {
    background: transparent url("/wp-content/plugins/wprt-addons/assets/overlays/05.png") center center repeat;
}

.vegas-overlay.style-6 {
    background: transparent url("/wp-content/plugins/wprt-addons/assets/overlays/06.png") center center repeat;
}

.vegas-overlay.style-7 {
    background: transparent url("/wp-content/plugins/wprt-addons/assets/overlays/07.png") center center repeat;
}

.vegas-overlay.style-8 {
    background: transparent url("/wp-content/plugins/wprt-addons/assets/overlays/08.png") center center repeat;
}

.vegas-overlay.style-9 {
    background: transparent url("/wp-content/plugins/wprt-addons/assets/overlays/09.png") center center repeat;
}

.vegas-timer {
    top: auto;
    bottom: 0;
    height: 2px;
}

.vegas-timer-progress {
    width: 0%;
    height: 100%;
    background: white;
    -webkit-transition: width ease-out;
    transition: width ease-out;
}

.vegas-timer-running .vegas-timer-progress {
    width: 100%;
}

.vegas-slide,
.vegas-slide-inner {
    margin: 0;
    padding: 0;
    background: transparent center center no-repeat;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
}

body .vegas-container {
    overflow: hidden !important;
    position: relative;
}

.vegas-video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
}

body.vegas-container {
    overflow: auto;
    position: static;
    z-index: -2;
}

body.vegas-container > .vegas-timer,
body.vegas-container > .vegas-overlay,
body.vegas-container > .vegas-slide {
    position: fixed;
    z-index: -1;
}

/* Target Safari IOS7+ in order to add 76px */
_::full-page-media, _:future,
:root body.vegas-container > .vegas-slide,
:root body.vegas-container > .vegas-overlay {
    bottom: -76px;
}

/*******************************************/
/* blur transition */
/*******************************************/
.vegas-transition-blur,
.vegas-transition-blur2 {
    opacity: 0;
    -webkit-filter: blur(32px);
            filter: blur(32px);
}

.vegas-transition-blur-in,
.vegas-transition-blur2-in {
    opacity: 1;
    -webkit-filter: blur(0px);
            filter: blur(0px);
}

.vegas-transition-blur2-out {
    opacity: 0;
}

/*******************************************/
/* burn transition */
/*******************************************/
.vegas-transition-burn,
.vegas-transition-burn2 {
    opacity: 0;
    -webkit-filter: contrast(1000%) saturate(1000%);
            filter: contrast(1000%) saturate(1000%);
}

.vegas-transition-burn-in,
.vegas-transition-burn2-in {
    opacity: 1;
    -webkit-filter: contrast(100%) saturate(100%);
            filter: contrast(100%) saturate(100%);
}

.vegas-transition-burn2-out {
    opacity: 0;
    -webkit-filter: contrast(1000%) saturate(1000%);
            filter: contrast(1000%) saturate(1000%);
}

/*******************************************/
/* fade transition */
/*******************************************/
.vegas-transition-fade,
.vegas-transition-fade2 {
    opacity: 0;
}

.vegas-transition-fade-in,
.vegas-transition-fade2-in {
    opacity: 1;
}

.vegas-transition-fade2-out {
    opacity: 0;
}

/*******************************************/
/* flash transition */
/*******************************************/
.vegas-transition-flash,
.vegas-transition-flash2 {
    opacity: 0;
    -webkit-filter: brightness(25);
            filter: brightness(25);
}

.vegas-transition-flash-in,
.vegas-transition-flash2-in {
    opacity: 1;
    -webkit-filter: brightness(1);
            filter: brightness(1);
}

.vegas-transition-flash2-out {
    opacity: 0;
    -webkit-filter: brightness(25);
            filter: brightness(25);
}

/*******************************************/
/* negative transition */
/*******************************************/
.vegas-transition-negative,
.vegas-transition-negative2 {
    opacity: 0;
    -webkit-filter: invert(100%);
            filter: invert(100%);
}

.vegas-transition-negative-in,
.vegas-transition-negative2-in {
    opacity: 1;
    -webkit-filter: invert(0);
            filter: invert(0);
}

.vegas-transition-negative2-out {
    opacity: 0;
    -webkit-filter: invert(100%);
            filter: invert(100%);
}

/*******************************************/
/* slideDown transition */
/*******************************************/
.vegas-transition-slideDown,
.vegas-transition-slideDown2 {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
}

.vegas-transition-slideDown-in,
.vegas-transition-slideDown2-in {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
}

.vegas-transition-slideDown2-out {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
}

/*******************************************/
/* slideLeft transition */
/*******************************************/
.vegas-transition-slideLeft,
.vegas-transition-slideLeft2 {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
}

.vegas-transition-slideLeft-in,
.vegas-transition-slideLeft2-in {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
}

.vegas-transition-slideLeft2-out {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
}

/*******************************************/
/* slideRight transition */
/*******************************************/
.vegas-transition-slideRight,
.vegas-transition-slideRight2 {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
}

.vegas-transition-slideRight-in,
.vegas-transition-slideRight2-in {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
}

.vegas-transition-slideRight2-out {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
}

/*******************************************/
/* slideUp transition */
/*******************************************/
.vegas-transition-slideUp,
.vegas-transition-slideUp2 {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
}

.vegas-transition-slideUp-in,
.vegas-transition-slideUp2-in {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
}

.vegas-transition-slideUp2-out {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
}

/*******************************************/
/* swirlLeft transition */
/*******************************************/
.vegas-transition-swirlLeft,
.vegas-transition-swirlLeft2 {
    -webkit-transform: scale(2) rotate(35deg);
            transform: scale(2) rotate(35deg);
    opacity: 0;
}

.vegas-transition-swirlLeft-in,
.vegas-transition-swirlLeft2-in {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    opacity: 1;
}

.vegas-transition-swirlLeft2-out {
    -webkit-transform: scale(2) rotate(-35deg);
            transform: scale(2) rotate(-35deg);
    opacity: 0;
}

/*******************************************/
/* swirlRight transition */
/*******************************************/
.vegas-transition-swirlRight,
.vegas-transition-swirlRight2 {
    -webkit-transform: scale(2) rotate(-35deg);
            transform: scale(2) rotate(-35deg);
    opacity: 0;
}

.vegas-transition-swirlRight-in,
.vegas-transition-swirlRight2-in {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    opacity: 1;
}

.vegas-transition-swirlRight2-out {
    -webkit-transform: scale(2) rotate(35deg);
            transform: scale(2) rotate(35deg);
    opacity: 0;
}

/*******************************************/
/* zoomIn transition */
/*******************************************/
.vegas-transition-zoomIn,
.vegas-transition-zoomIn2 {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
}

.vegas-transition-zoomIn-in,
.vegas-transition-zoomIn2-in {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
}

.vegas-transition-zoomIn2-out {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
}

/*******************************************/
/* zoomOut transition */
/*******************************************/
.vegas-transition-zoomOut,
.vegas-transition-zoomOut2 {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
}

.vegas-transition-zoomOut-in,
.vegas-transition-zoomOut2-in {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
}

.vegas-transition-zoomOut2-out {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
}

/*******************************************/
/* kenburns animation */
/*******************************************/
.vegas-animation-kenburns {
    -webkit-animation: kenburns ease-out;
            animation: kenburns ease-out;
}

@-webkit-keyframes kenburns {
    0% {
        -webkit-transform: scale(1.5);
                transform: scale(1.5);
    }
    100% {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}

@keyframes kenburns {
    0% {
        -webkit-transform: scale(1.5);
                transform: scale(1.5);
    }
    100% {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}

/*******************************************/
/* kenburnsDownLeft animation */
/*******************************************/
.vegas-animation-kenburnsDownLeft {
    -webkit-animation: kenburnsDownLeft ease-out;
            animation: kenburnsDownLeft ease-out;
}

@-webkit-keyframes kenburnsDownLeft {
    0% {
        -webkit-transform: scale(1.5) translate(10%, -10%);
                transform: scale(1.5) translate(10%, -10%);
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
                transform: scale(1) translate(0, 0);
    }
}

@keyframes kenburnsDownLeft {
    0% {
        -webkit-transform: scale(1.5) translate(10%, -10%);
                transform: scale(1.5) translate(10%, -10%);
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
                transform: scale(1) translate(0, 0);
    }
}

/*******************************************/
/* kenburnsDownRight animation */
/*******************************************/
.vegas-animation-kenburnsDownRight {
    -webkit-animation: kenburnsDownRight ease-out;
            animation: kenburnsDownRight ease-out;
}

@-webkit-keyframes kenburnsDownRight {
    0% {
        -webkit-transform: scale(1.5) translate(-10%, -10%);
                transform: scale(1.5) translate(-10%, -10%);
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
                transform: scale(1) translate(0, 0);
    }
}

@keyframes kenburnsDownRight {
    0% {
        -webkit-transform: scale(1.5) translate(-10%, -10%);
                transform: scale(1.5) translate(-10%, -10%);
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
                transform: scale(1) translate(0, 0);
    }
}

/*******************************************/
/* kenburnsDown animation */
/*******************************************/
.vegas-animation-kenburnsDown {
    -webkit-animation: kenburnsDown ease-out;
            animation: kenburnsDown ease-out;
}

@-webkit-keyframes kenburnsDown {
    0% {
        -webkit-transform: scale(1.5) translate(0, -10%);
                transform: scale(1.5) translate(0, -10%);
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
                transform: scale(1) translate(0, 0);
    }
}

@keyframes kenburnsDown {
    0% {
        -webkit-transform: scale(1.5) translate(0, -10%);
                transform: scale(1.5) translate(0, -10%);
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
                transform: scale(1) translate(0, 0);
    }
}

/*******************************************/
/* kenburnsLeft animation */
/*******************************************/
.vegas-animation-kenburnsLeft {
    -webkit-animation: kenburnsLeft ease-out;
            animation: kenburnsLeft ease-out;
}

@-webkit-keyframes kenburnsLeft {
    0% {
        -webkit-transform: scale(1.5) translate(10%, 0);
                transform: scale(1.5) translate(10%, 0);
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
                transform: scale(1) translate(0, 0);
    }
}

@keyframes kenburnsLeft {
    0% {
        -webkit-transform: scale(1.5) translate(10%, 0);
                transform: scale(1.5) translate(10%, 0);
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
                transform: scale(1) translate(0, 0);
    }
}

/*******************************************/
/* kenburnsRight animation */
/*******************************************/
.vegas-animation-kenburnsRight {
    -webkit-animation: kenburnsRight ease-out;
            animation: kenburnsRight ease-out;
}

@-webkit-keyframes kenburnsRight {
    0% {
        -webkit-transform: scale(1.5) translate(-10%, 0);
                transform: scale(1.5) translate(-10%, 0);
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
                transform: scale(1) translate(0, 0);
    }
}

@keyframes kenburnsRight {
    0% {
        -webkit-transform: scale(1.5) translate(-10%, 0);
                transform: scale(1.5) translate(-10%, 0);
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
                transform: scale(1) translate(0, 0);
    }
}

/*******************************************/
/* kenburnsUpLeft animation */
/*******************************************/
.vegas-animation-kenburnsUpLeft {
    -webkit-animation: kenburnsUpLeft ease-out;
            animation: kenburnsUpLeft ease-out;
}

@-webkit-keyframes kenburnsUpLeft {
    0% {
        -webkit-transform: scale(1.5) translate(10%, 10%);
                transform: scale(1.5) translate(10%, 10%);
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
                transform: scale(1) translate(0, 0);
    }
}

@keyframes kenburnsUpLeft {
    0% {
        -webkit-transform: scale(1.5) translate(10%, 10%);
                transform: scale(1.5) translate(10%, 10%);
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
                transform: scale(1) translate(0, 0);
    }
}

/*******************************************/
/* kenburnsUpRight animation */
/*******************************************/
.vegas-animation-kenburnsUpRight {
    -webkit-animation: kenburnsUpRight ease-out;
            animation: kenburnsUpRight ease-out;
}

@-webkit-keyframes kenburnsUpRight {
    0% {
        -webkit-transform: scale(1.5) translate(-10%, 10%);
                transform: scale(1.5) translate(-10%, 10%);
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
                transform: scale(1) translate(0, 0);
    }
}

@keyframes kenburnsUpRight {
    0% {
        -webkit-transform: scale(1.5) translate(-10%, 10%);
                transform: scale(1.5) translate(-10%, 10%);
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
                transform: scale(1) translate(0, 0);
    }
}

/*******************************************/
/* kenburnsUp animation */
/*******************************************/
.vegas-animation-kenburnsUp {
    -webkit-animation: kenburnsUp ease-out;
            animation: kenburnsUp ease-out;
}

@-webkit-keyframes kenburnsUp {
    0% {
        -webkit-transform: scale(1.5) translate(0, 10%);
                transform: scale(1.5) translate(0, 10%);
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
                transform: scale(1) translate(0, 0);
    }
}

@keyframes kenburnsUp {
    0% {
        -webkit-transform: scale(1.5) translate(0, 10%);
                transform: scale(1.5) translate(0, 10%);
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
                transform: scale(1) translate(0, 0);
    }
}
.mb_YTPBar,
.mb_YTPBar span.mb_YTPUrl a {
    color: #fff
}

@font-face {font-display:swap;
    font-family: ytpregular;
    src: url(/wp-content/plugins/wprt-addons/assets/font/ytp-regular.eot)
}

@font-face {font-display:swap;
    font-family: ytpregular;
    src: url(data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAAA5sABEAAAAAFCAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAABgAAAABwAAAAcZ9iuNUdERUYAAAGcAAAAHQAAACAAdAAET1MvMgAAAbwAAABJAAAAYHUMUrFjbWFwAAACCAAAAKkAAAGKn5XycWN2dCAAAAK0AAAANgAAADYNLQohZnBnbQAAAuwAAAGxAAACZVO0L6dnYXNwAAAEoAAAAAgAAAAIAAAAEGdseWYAAASoAAAGVQAAB4jz86dSaGVhZAAACwAAAAAzAAAANgbKONpoaGVhAAALNAAAACAAAAAkESQLXGhtdHgAAAtUAAAAVAAAARxOmwVwbG9jYQAAC6gAAAAjAAAAkFoEXRRtYXhwAAALzAAAACAAAAAgAWoB625hbWUAAAvsAAAA+wAAAeok3Eb+cG9zdAAADOgAAADAAAABN99tv1lwcmVwAAANqAAAALkAAAFY3I6ikndlYmYAAA5kAAAABgAAAAbHMlGnAAAAAQAAAADMPaLPAAAAAM3Nk7QAAAAAzc13sXjaY2BkYGDgA2IJBhBgYmAEQjcgZgHzGAAHTAB5AAAAeNpjYGbZwDiBgZWBhdWY5SwDA8MsCM10liGNKQ3IB0rBASMDEgj1DvdjcGDgfcDAlvYPqJJVldEZpoZVkuUZkFJgYAQAUUULewAAAHjaY2BgYGaAYBkGRgYQaAHyGMF8FoYMIC3GIAAUYQOyeBkUGKIYqhgWKHAp6CvEP2D4/x+sAyTuyJAIFGeAizP+//r/8f/D//f+n/HA8oHo/WcKblDzsQBGoOkwSUYmIMGErgDiRLyAhZWNnYOTi5uHl49fQFBIWERUTFxCUkpaRhYiLyevoKikrKKqpq6hqaWto6unb2BoZGxiambOQF1gQZYuAIQnH4IAAAAAAAAAAAABegEnAHEAswC9AOAA5QD+ARcBIwBdAHIBtgBcAGAAZgByAI8AogErAbIAUwBEBREAAHjaXVG7TltBEN0NDwOBxNggOdoUs5mQxnuhBQnE1Y1iZDuF5QhpN3KRi3EBH0CBRA3arxmgoaRImwYhF0h8Qj4hEjNriKI0Ozuzc86ZM0vKkap36WvPU+ckkMLdBs02/U5ItbMA96Tr642MtIMHWmxm9Mp1+/4LBpvRlDtqAOU9bykPGU07gVq0p/7R/AqG+/wf8zsYtDTT9NQ6CekhBOabcUuD7xnNussP+oLV4WIwMKSYpuIuP6ZS/rc052rLsLWR0byDMxH5yTRAU2ttBJr+1CHV83EUS5DLprE2mJiy/iQTwYXJdFVTtcz42sFdsrPoYIMqzYEH2MNWeQweDg8mFNK3JMosDRH2YqvECBGTHAo55dzJ/qRA+UgSxrxJSjvjhrUGxpHXwKA2T7P/PJtNbW8dwvhZHMF3vxlLOvjIhtoYEWI7YimACURCRlX5hhrPvSwG5FL7z0CUgOXxj3+dCLTu2EQ8l7V1DjFWCHp+29zyy4q7VrnOi0J3b6pqqNIpzftezr7HA54eC8NBY8Gbz/v+SoH6PCyuNGgOBEN6N3r/orXqiKu8Fz6yJ9O/sVoAAAAAAQAB//8AD3jaTZVrbBxXFcfvufNe72Nmdx77tmfHO2N76117784OTr154YAbR7RQuUQhttoSuXZKFQVKKYqgiFJAgkpIkVClIn8opSomjXY3VHHTFldEIYpay1hR+ID4Bha27FoIEQGpd8Idu4lY7c6eOfee//2f3+zeizAaQwif4iYRgwRUbgGqjLYFNvVxtcVzfxltM5iGqMUEaS5ItwU+vTPahiBPFFMpmoo5hnv8XnjFn+Um7/xmjF1GCLHoPf+fgsUVEYcSKIcGkYbaWYxKLZ3bgGa50qpACQ0NeyYoYILaDTqpurUK2FZBUYlJY8ukEc0egLpbo+kY8O/BQcx2dvwP2Fh6/Q+Gl19fyroubHmer7rpjHllPZ/NKB+tp2/4/TzxSx0zo/74uUY29vJZOEHIfng4lzz7cjyXzn/jJwqCwCOLdj2iPSP3F/hUAHF3v+Cviee5DIqhJDLRACLoPGpHECq1M7Sd5iDZ/W6zQW8mu9Ecql7SI6xYaiOpnxCydwPNWqWJ/tSSjY1mqtqU5ZYNpWal2pJiGy0XSi1bVuKX1Fyh1GuMoJYeUeJvy/GEVbTpfTOjHJRVzUim0tlcwekbKD1QrgR5M97OV8nIyMjQsKPUEKWGNEVFFBwqEs/yHMEVFMM1PIc4FhiWQVxHcxjD0zzXEkgbmHe5G1eA9T955453xd+B9tbpi6vj10+fvj6+evH0Fju7vPDU5szVY8euzmw+tXABv7kEov/v33WOv+v/C8LG9M2xD19/EquzCyuHVuY6R25Obz35+odw4NDKwuzWHAK86q9x21wKYYQkjFeZ3M5f/TUmw6Qo12P+38Wf0zEZpVABlVANfQu1owHXXMD1AdIyQhvNgeou2b1LAuhAkVwyExRps/ppAE230qrTX1MrEVXil5W4qlm9thMAMpR2MtVHAbXMnBJvZ8oVGjdZ5XK6u6cwNExqdNJ9dnm4D+8eIeYeM7hH0b3H9bcQuczdeH75ef+TxTveO/5tuDK2Mrs5d+HmzQtzm7MrbP6ZqxMrrz2+vf34aysTV5+5iN9YhMi51W93Tiz5/wFp+ujy/MntGXx+dfrjqflrO788Ob989MaMP716+Nr8FOpCjbvnw032BUrm82gKfQc10SJaAwwZGINHEUrksaEndI3XCppBavWaU7Nrda/u7QfPsnmBF1ReK4NjCxbkgVRJdW/MdmiyjHkhCgKvGkrNq+uGngPLUDXVioJTcGxONWguENOIYmkq1lQqaDu2q1AqKi6qRh6CN0uqhlkn1WIwt1Z3FTqH6lt2kWLkqZpQ2F1H4D3X1CzFUkCp1R8EVaeKGr3mgXpyd3OKZTcgioMi3qImqA2FaFSYrkHd7BYESnSMdqAx1HNgg/6pG0Bo95RAGehqoNAuaRHR90wGdXyJtkAJ1DxSDVQCfS8ocui+EohqagNjFroniyLAOYbBgvSQxuXxiUSCGQXReJBnjafhbf6xBs8P9ZclLLJdTJfdL3bLRsgd50Nf52P7JIWjInYqFuZhUGErucF0Qj/zNJtPGArDz7EYFi0chvSpw8C/mJRgRVLfgrEf7RvowhyjJ3JPfPlX/h8N/6fZryX7bh/pJsPj4QLX9Ra89NL3QQkljmOqnognU6HcxKkoI/JsaJ8cDcfCqZAMC2cfFeSoHu+WFEmWzIQqx8PVmCThSFqPKqLIsgxJx0QYZt1iocjgfrPbjIoiltkXxzxTlE5FVTL1zb7YmTOSzXGiEBU0ZgHzXexjd9HklDtTc2P7iR4/Wmqk/jGhfZXjZW1bYFVp3y01G+ocrh/K9VST3+05OUsaEnAYGKZRfWIpDQaXT2Ej2/vCl1S5nNe7jHq5eCAlM7rOpFx8PP1Zf/NzCUdkpXjUhHmdfdi/Xv31D6WccPAIDjNMmPnBzC+ErAipZzPf++LkQyGRhTDEpCNkbmLpz8892zmE3+8swq1YODIqf2Z7lO8RdJHn7RS8kpY6r0qhAg7xXIHnhViu+zBDbhcx16UOfGVgaGkoXe6LhwS+h7NgSa+vR7ESZvPyq6VUqN+SC0ZSTPm3oETGoxGIh/p60w3naIyJ/Gywf9CMnnAemR3524hT5DErxOwBhR55COMw3e+u0T0tOEsR0JMx+NBHftD/AJ+D/f7v/TW+9t+P+Bo9e/7vNYz+By6FsKkAAAB42mNgZGBgYGRwbI8IWhzPb/OVQZ6DAQTOni3fCKP/+/x7yrOBNRTI5WBgAokCAG3mDbAAeNpjYGRgYFX9t5eBgeftf5//WTwbGIAiKMAdAJycBph42mN6w+DCwcDAAMIsZ8D0HhBNLIap52D478fBwHQRyvbBpZ7nLYMtKeZjt5OJhxT1TKsYGFhDETTjcSAG0gyPoRgozigIpL0hNEiOBcgFAEBoNC142mNgYNCBwjoccALDBEY9RhsgPIMMmZcRhHtIhkcA9pQspAAAAQAAAEcBVAALAAAAAAACAAEAAgAWAAABAACTAAAAAHjalZCxTgJBFEXPApJoYYgF9VZUSIAFTdDCnmiIgsTKsASQuGiCu0YaCr4OfomKOzsTCHRmMzPn3blz38sCFyzJ4uXOgbKWZY+8KssZLqk7zkp9cJyjSOT4jD9WjvPSt46vKHoFx2txyfGGqnfPO18kyohSGjBjJPqRFmqPmWolWkZ9o0uHZ/EkfTNgTo0KVX017ujRps+TyDqvT7xW9U/UV1Vz9ZryrQn8o8QOL1JsdVA/5IwZpv7f/YsKTW50O1PqpzKNZyw1UnKov2c9dbkD7c1/zdhXFSrNdIz3HbuaJFH1KM9CZyDN3N3SoiFupfP66mbOYAd8k0EGAHjabc05TwJhHITxZ0BBBc/P4IkI7y4sh0dBsosHKiqHeLUiiTE0FH56Xdl/6TS/ZIoZUszzM+ad/3IOSilNmm122GWPfQ4ocEiRI0qUcXj4VKgSUKNOgybHnHDKGSER7Xjjgkuu6HDNDbd0ueOeB3r0GTDkkRFPPPPCK29a0KIyympJy1pRTnmtak3r2tCmtjLjz+/ph5edfU2cc2Fiy/3px4Xpmb5ZMatmYNbMutkwm2Yr0W8nBnOj+OcXVDk0PnjaRc67DoJAEAVQFuT9fqsJCSZ2+w12QkNjrCCx9w+sbSy19DsGK/9Ob3RZujk3k7nzZp8bsbvSkXXoR8Yew9gavN9QNHSUHTFch4oMfuoV0uqGNL4nv25emq3yHzzADwVcwOsFHMCtBWzAWQlYgJ0ImIA1rRmAeRbQAWM6vQD04A9GgXglRBo4Kh+19gJGYDgzBqOnZALGO8kUTLaSGZhWkjmYrSULMA8kS7CYi5ZgKTlQxr/W1F5aAAAAAAFRp8cxAAA=)format('woff'), url(/wp-content/plugins/wprt-addons/assets/font/ytp-regular.ttf)format('truetype');
    font-weight: 400;
    font-style: normal
}

.mb_YTPlayer:focus {
    outline: 0
}

.YTPWrapper {
    display: block;
    transform: translateZ(0)translate3d(0, 0, 0);
    transform-style: preserve-3d;
    perspective: 1000;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box
}

.mb_YTPlayer .loading {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 12px;
    color: #fff;
    background: rgba(0, 0, 0, .51);
    text-align: center;
    padding: 2px 4px;
    border-radius: 5px;
    font-family: "Droid Sans", sans-serif;
    -webkit-animation: fade .1s infinite alternate;
    animation: fade .1s infinite alternate
}

@-webkit-keyframes fade {
    0% {
        opacity: .5
    }
    100% {
        opacity: 1
    }
}

@keyframes fade {
    0% {
        opacity: .5
    }
    100% {
        opacity: 1
    }
}

.YTPFullscreen {
    display: block!important;
    position: fixed!important;
    width: 100%!important;
    height: 100%!important;
    top: 0!important;
    left: 0!important;
    margin: 0!important;
    border: none!important;
    opacity: 1!important;
    background-color: #000
}

.mbYTP_wrapper iframe {
    max-width: 4000px!important
}

.inline_YTPlayer {
    margin-bottom: 20px;
    vertical-align: top;
    position: relative;
    left: 0;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .7);
    background: rgba(0, 0, 0, .5)
}

.inline_YTPlayer img {
    border: none!important;
    margin: 0!important;
    padding: 0!important;
    transform: none!important
}

.mb_YTPBar,
.mb_YTPBar .buttonBar {
    box-sizing: border-box;
    left: 0;
    padding: 5px;
    width: 100%
}

.mb_YTPBar .ytpicon {
    font-size: 20px;
    font-family: ytpregular
}

.mb_YTPBar .mb_YTPUrl.ytpicon {
    font-size: 30px
}

.mb_YTPBar {
    transition: opacity .5s;
    display: block;
    height: 10px;
    background: #333;
    position: fixed;
    bottom: 0;
    text-align: left;
    z-index: 1000;
    font: 14px/16px sans-serif;
    opacity: .1
}

.mb_YTPBar.visible,
.mb_YTPBar:hover {
    opacity: 1
}

.mb_YTPBar .buttonBar {
    transition: all .5s;
    background: 0 0;
    font: 12px/14px Calibri;
    position: absolute;
    top: -30px;
    height: 40px
}

.mb_YTPBar:hover .buttonBar {
    background: rgba(0, 0, 0, .4)
}

.mb_YTPBar span {
    display: inline-block;
    font: 16px/20px Calibri, sans-serif;
    position: relative;
    width: 30px;
    height: 25px;
    vertical-align: middle
}

.mb_YTPBar span.mb_YTPTime {
    width: 130px
}

.mb_YTPBar span.mb_OnlyYT,
.mb_YTPBar span.mb_YTPUrl {
    position: absolute;
    width: auto;
    display: block;
    top: 6px;
    right: 10px;
    cursor: pointer
}

.mb_YTPBar span.mb_YTPUrl img {
    width: 60px
}

.mb_YTPBar span.mb_OnlyYT {
    left: 300px;
    right: auto
}

.mb_YTPBar span.mb_OnlyYT img {
    width: 25px
}

.mb_YTPBar .mb_YTPMuteUnmute,
.mb_YTPBar .mb_YTPPlaypause,
.mb_YTPlayer .mb_YTPBar .mb_YTPPlaypause img {
    cursor: pointer
}

.mb_YTPBar .mb_YTPProgress {
    height: 10px;
    width: 100%;
    background: #222;
    bottom: 0;
    left: 0
}

.mb_YTPBar .mb_YTPLoaded {
    height: 10px;
    width: 0;
    background: #444;
    left: 0
}

.mb_YTPBar .mb_YTPseekbar {
    height: 10px;
    width: 0;
    background: #bb110e;
    bottom: 0;
    left: 0;
    box-shadow: rgba(82, 82, 82, .47)1px 1px 3px
}

.mb_YTPBar .YTPOverlay {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: "flat";
    box-sizing: border-box
}

.YTPOverlay.style-1 { background: url(/wp-content/plugins/wprt-addons/assets/overlays/01.png) }
.YTPOverlay.style-2 { background: url(/wp-content/plugins/wprt-addons/assets/overlays/02.png) }
.YTPOverlay.style-3 { background: url(/wp-content/plugins/wprt-addons/assets/overlays/03.png) }
.YTPOverlay.style-4 { background: url(/wp-content/plugins/wprt-addons/assets/overlays/04.png) }
.YTPOverlay.style-5 { background: url(/wp-content/plugins/wprt-addons/assets/overlays/05.png) }
.YTPOverlay.style-6 { background: url(/wp-content/plugins/wprt-addons/assets/overlays/06.png) }
.YTPOverlay.style-7 { background: url(/wp-content/plugins/wprt-addons/assets/overlays/07.png) }
.YTPOverlay.style-8 { background: url(/wp-content/plugins/wprt-addons/assets/overlays/08.png) }
.YTPOverlay.style-9 { background: url(/wp-content/plugins/wprt-addons/assets/overlays/09.png) }

.mb_YTPBar .simpleSlider {
    position: relative;
    width: 100px;
    height: 10px;
    border: 1px solid #fff;
    overflow: hidden;
    box-sizing: border-box;
    margin-right: 10px;
    cursor: pointer!important;
    border-radius: 3px
}

.mb_YTPBar.compact .simpleSlider {
    width: 40px
}

.mb_YTPBar .simpleSlider.muted {
    opacity: .3
}

.mb_YTPBar .level {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #fff;
    box-sizing: border-box
}

.mb_YTPBar .level.horizontal {
    height: 100%;
    width: 0
}

.mb_YTPBar .level.vertical {
    height: auto;
    width: 100%
}/*
 * Widget's css 
*/
/* Code adapted from: http://www.jankoatwarpspeed.com/post/2009/07/28/reinventing-drop-down-with-css-jquery.aspx */

.dropdown, .dropdown dd, .dropdown dt, .dropdown ul, .dropdown li { margin:0px !important; padding:0px !important; }
.dropdown dd { position:relative; z-index:9999;}
.dropdown a, .dropdown a:visited { color:#816c5b; text-decoration:none; outline:none;}
.dropdown a:hover { color:#5d4617;}
.dropdown dt a:hover, .dropdown dt a:focus { color:#5d4617; border: 1px solid #5d4617;}
.dropdown dt a {background:#e4dfcb url(/wp-content/plugins/transposh-translation-filter-for-wordpress/widgets/dropdown/arrow.png) no-repeat scroll right center; display:block; padding-right:20px;
                border:1px solid #d4ca9a; width:150px;}
.dropdown dt a span {cursor:pointer; display:block; padding:5px;}
.dropdown dd ul { background:#e4dfcb none repeat scroll 0 0; border:1px solid #d4ca9a; color:#C5C0B0; display:none;
                  padding:5px 0px; position:absolute; top:2px; width:auto; min-width:170px; list-style:none;}
.dropdown span.value { display:none;}
.dropdown dd ul li a { padding:5px; display:block;}
.dropdown dd ul li a:hover { background-color:#d0c9af;}

.dropdown img.flag { border:none; vertical-align:middle; margin:0 3px;box-shadow:0 0;border-radius:0 }
			.project-box .project-image .icons {
    display: none;
}

.wa__popup_powered .wa__popup_icon-ninja {
    display: none;
}		
			:root {
				-webkit-user-select: none;
				-webkit-touch-callout: none;
				-ms-user-select: none;
				-moz-user-select: none;
				user-select: none;
			}
		form.fluent_form_4 .ff-btn-submit:not(.ff_btn_no_style) { background-color: #67C23A; color: #ffffff; }@keyframes spinner__animation{0%{animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes loading__animation{to{transform:translateX(100%)}}body.wc-block-product-gallery-modal-open{overflow:hidden}.wc-block-grid__products .wc-block-grid__product-image{display:block;position:relative;text-decoration:none}.wc-block-grid__products .wc-block-grid__product-image a{border:0;box-shadow:none;outline:0;text-decoration:none}.wc-block-grid__products .wc-block-grid__product-image img{height:auto;max-width:100%;width:auto}.wc-block-grid__products .wc-block-grid__product-image img[hidden]{display:none}.wc-block-grid__products .wc-block-grid__product-image img[alt=""]{border:1px solid #f2f2f2}.edit-post-visual-editor .editor-block-list__block .wc-block-grid__product-title,.editor-styles-wrapper .wc-block-grid__product-title,.wc-block-grid__product-title{color:inherit;display:block;font-family:inherit;font-size:inherit;font-weight:700;line-height:1.2;padding:0}.wc-block-grid__product-price{display:block}.wc-block-grid__product-price .wc-block-grid__product-price__regular{margin-right:.5em}.wc-block-grid__product-add-to-cart.wp-block-button{white-space:normal;word-break:break-word}.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link{display:inline-flex;font-size:1em;justify-content:center;margin-left:auto!important;margin-right:auto!important;text-align:center;white-space:normal;word-break:break-word}.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading{opacity:.25}.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.added:after{content:"";display:inline-block;font-family:WooCommerce;height:auto;margin-left:.5em;width:auto}.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading:after{animation:spin 2s linear infinite;content:"";display:inline-block;font-family:WooCommerce;height:auto;margin-left:.5em;width:auto}.has-5-columns:not(.alignfull) .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,.has-6-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,.has-7-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,.has-8-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,.has-9-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after{content:"";margin:0}.wc-block-grid__product-rating{display:block}.wc-block-grid__product-rating .star-rating,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars{font-family:WooCommerce;font-size:1em;font-weight:400;height:1.618em;line-height:1.618;margin:0 auto;overflow:hidden;position:relative;text-align:left;width:5.3em}.wc-block-grid__product-rating .star-rating:before,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars:before{content:"SSSSS";left:0;opacity:.5;position:absolute;right:0;top:0;white-space:nowrap}.wc-block-grid__product-rating .star-rating span,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span{left:0;overflow:hidden;padding-top:1.5em;position:absolute;right:0;top:0}.wc-block-grid__product-rating .star-rating span:before,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span:before{color:inherit;content:"SSSSS";left:0;position:absolute;right:0;top:0;white-space:nowrap}.wc-block-grid .wc-block-grid__product-onsale,.wc-block-grid__product-image .wc-block-grid__product-onsale{background:#fff;border:1px solid #43454b;border-radius:4px;color:#43454b;display:inline-block;font-size:.875em;font-weight:600;left:auto;padding:.25em .75em;position:absolute;right:4px;text-align:center;text-transform:uppercase;top:4px;width:auto;z-index:9}.wc-block-grid__product .wc-block-grid__product-image,.wc-block-grid__product .wc-block-grid__product-link{display:inline-block;position:relative}.wc-block-grid__product .wc-block-grid__product-image:not(.wc-block-components-product-image),.wc-block-grid__product .wc-block-grid__product-title{margin:0 0 12px}.wc-block-grid__product .wc-block-grid__product-add-to-cart,.wc-block-grid__product .wc-block-grid__product-onsale,.wc-block-grid__product .wc-block-grid__product-price,.wc-block-grid__product .wc-block-grid__product-rating{margin:0 auto 12px}.theme-twentysixteen .wc-block-grid .price ins{color:#77a464}.theme-twentynineteen .wc-block-grid__product{font-size:.88889em}.theme-twentynineteen .wc-block-components-product-sale-badge,.theme-twentynineteen .wc-block-components-product-title,.theme-twentynineteen .wc-block-grid__product-onsale,.theme-twentynineteen .wc-block-grid__product-title{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.theme-twentynineteen .wc-block-grid__product-title:before{display:none}.theme-twentynineteen .wc-block-components-product-sale-badge,.theme-twentynineteen .wc-block-grid__product-onsale{line-height:1}.theme-twentynineteen .editor-styles-wrapper .wp-block-button .wp-block-button__link:not(.has-text-color){color:#fff}.theme-twentytwenty .wc-block-grid__product-link{color:#000}.theme-twentytwenty .wc-block-components-product-title,.theme-twentytwenty .wc-block-grid__product-title{color:#cd2653;font-family:-apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif;font-size:1em}.theme-twentytwenty .wp-block-columns .wc-block-components-product-title{margin-top:0}.theme-twentytwenty .wc-block-components-product-price .woocommerce-Price-amount,.theme-twentytwenty .wc-block-components-product-price__value,.theme-twentytwenty .wc-block-grid__product-price .woocommerce-Price-amount,.theme-twentytwenty .wc-block-grid__product-price__value{font-family:-apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif;font-size:.9em}.theme-twentytwenty .wc-block-components-product-price del,.theme-twentytwenty .wc-block-grid__product-price del{opacity:.5}.theme-twentytwenty .wc-block-components-product-price ins,.theme-twentytwenty .wc-block-grid__product-price ins{text-decoration:none}.theme-twentytwenty .star-rating,.theme-twentytwenty .wc-block-grid__product-rating{font-size:.7em}.theme-twentytwenty .star-rating .wc-block-components-product-rating__stars,.theme-twentytwenty .star-rating .wc-block-grid__product-rating__stars,.theme-twentytwenty .wc-block-grid__product-rating .wc-block-components-product-rating__stars,.theme-twentytwenty .wc-block-grid__product-rating .wc-block-grid__product-rating__stars{line-height:1}.theme-twentytwenty .wc-block-components-product-button>.wp-block-button__link,.theme-twentytwenty .wc-block-grid__product-add-to-cart>.wp-block-button__link{font-family:-apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif}.theme-twentytwenty .wc-block-components-product-sale-badge,.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale{background:#cd2653;color:#fff;font-family:-apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif;font-weight:700;letter-spacing:-.02em;line-height:1.2;text-transform:uppercase}.theme-twentytwenty .wc-block-grid__products .wc-block-components-product-sale-badge{position:static}.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-image .wc-block-components-product-sale-badge{position:absolute}.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale:not(.wc-block-components-product-sale-badge){position:absolute;right:4px;top:4px;z-index:1}.theme-twentytwenty .wc-block-active-filters__title,.theme-twentytwenty .wc-block-attribute-filter__title,.theme-twentytwenty .wc-block-price-filter__title,.theme-twentytwenty .wc-block-stock-filter__title{font-size:1em}.theme-twentytwenty .wc-block-active-filters .wc-block-active-filters__clear-all,.theme-twentytwenty .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link{font-size:.75em}@media only screen and (min-width:768px){.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale{font-size:.875em;padding:.5em}}@media only screen and (min-width:1168px){.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale{font-size:.875em;padding:.5em}}.theme-twentytwentytwo .wc-block-grid__product-add-to-cart .added_to_cart{display:block;margin-top:12px}.theme-twentytwentytwo .wc-block-components-product-price ins,.theme-twentytwentytwo .wc-block-grid__product-price ins{text-decoration:none}.screen-reader-text{clip:rect(1px,1px,1px,1px);word-wrap:normal!important;border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;overflow-wrap:normal!important;padding:0;position:absolute!important;width:1px}.screen-reader-text:focus{clip:auto!important;background-color:#fff;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip-path:none;color:#2b2d2f;display:block;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.wp-block-group.woocommerce.product .up-sells.upsells.products{max-width:var(--wp--style--global--wide-size)}
@keyframes spinner__animation{0%{animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes loading__animation{to{transform:translateX(100%)}}.wc-block-components-notice-banner{align-content:flex-start;align-items:stretch;background-color:#fff;border:1px solid;border-radius:4px;box-sizing:border-box;color:#2f2f2f;display:flex;font-size:.875em;font-weight:400;gap:12px;line-height:1.5;margin:16px 0;padding:16px!important}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content{-ms-grid-row-align:center;align-self:center;flex-basis:100%;padding-right:16px;white-space:normal}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content:last-child{padding-right:0}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-block-components-notice-banner__summary{font-weight:600;margin:0 0 8px}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ol,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ul{margin:0 0 0 24px;padding:0}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ol li:after,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ul li:after{clear:both;content:"";display:block}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward{-moz-appearance:none;appearance:none;background:transparent!important;border:0;color:#2f2f2f!important;float:right;margin:0;opacity:.7;padding:0!important;text-decoration-line:underline;text-underline-position:under;transition:all .2s ease-in-out}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:active,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:focus,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:hover{opacity:1;text-decoration:none}.wc-block-components-notice-banner>svg{fill:#fff;background-color:#2f2f2f;border-radius:50%;flex-grow:0;flex-shrink:0;height:100%;padding:2px}.wc-block-components-notice-banner>.wc-block-components-button{background:transparent none!important;border:0!important;box-shadow:none!important;color:#2f2f2f!important;flex:0 0 16px;height:16px!important;margin:6px 0 0 auto!important;min-height:auto!important;min-width:0!important;opacity:.6;outline:none!important;padding:0!important;width:16px!important}.wc-block-components-notice-banner>.wc-block-components-button>svg{margin:0!important}.wc-block-components-notice-banner>.wc-block-components-button:active,.wc-block-components-notice-banner>.wc-block-components-button:focus,.wc-block-components-notice-banner>.wc-block-components-button:hover{opacity:1}.wc-block-components-notice-banner.is-error{background-color:#fff0f0;border-color:#cc1818}.wc-block-components-notice-banner.is-error>svg{background-color:#cc1818;transform:rotate(180deg)}.wc-block-components-notice-banner.is-warning{background-color:#fffbf4;border-color:#f0b849}.wc-block-components-notice-banner.is-warning>svg{background-color:#f0b849;transform:rotate(180deg)}.wc-block-components-notice-banner.is-success{background-color:#f4fff7;border-color:#4ab866}.wc-block-components-notice-banner.is-success>svg{background-color:#4ab866}.wc-block-components-notice-banner.is-info{background-color:#f4f8ff;border-color:#007cba}.wc-block-components-notice-banner.is-info>svg{background-color:#007cba}.woocommerce.wc-block-store-notices.alignwide{max-width:var(--wp--style--global--wide-size)}
.fluentform *{box-sizing:border-box}.fluentform .clearfix:after,.fluentform .clearfix:before,.fluentform .ff-el-group:after,.fluentform .ff-el-group:before,.fluentform .ff-el-repeat .ff-el-input--content:after,.fluentform .ff-el-repeat .ff-el-input--content:before,.fluentform .ff-step-body:after,.fluentform .ff-step-body:before{content:" ";display:table}.fluentform .clearfix:after,.fluentform .ff-el-group:after,.fluentform .ff-el-repeat .ff-el-input--content:after,.fluentform .ff-step-body:after{clear:both}@media (min-width:768px){.frm-fluent-form .ff-t-container{display:flex;gap:15px;width:100%}.frm-fluent-form .ff-t-container.ff_cond_v{display:flex!important}.frm-fluent-form .ff-t-container.mobile{display:block!important}.frm-fluent-form .ff-t-cell{display:flex;flex-direction:column;vertical-align:inherit;width:100%}.frm-fluent-form .ff-t-cell:first-of-type{padding-right:0}.frm-fluent-form .ff-t-cell:last-of-type{flex-grow:1;padding-left:0}.frm-fluent-form .ff-t-cell .ff_submit_btn_wrapper_custom{align-items:flex-end;display:flex;margin:auto 0 0}.frm-fluent-form .ff-t-cell .ff_submit_btn_wrapper_custom.ff-text-center{justify-content:center}.frm-fluent-form .ff-t-cell .ff_submit_btn_wrapper_custom.ff-text-right{justify-content:flex-end}.frm-fluent-form .ff-t-cell .ff_submit_btn_wrapper_custom button{margin-bottom:20px}}@media (max-width:768px){.ff-t-cell{margin-right:0!important}}.fluentform .ff-el-group{margin-bottom:20px}.fluentform .ff-el-group.ff-el-form-top .ff-el-input--label{display:block;float:none;text-align:right}.fluentform .ff-el-group.ff-el-form-top .ff-el-input--content{margin-bottom:0;margin-right:auto}@media (min-width:481px){.fluentform .ff-el-group.ff-el-form-left .ff-el-input--label{text-align:right}.fluentform .ff-el-group.ff-el-form-right .ff-el-input--label{text-align:left}}.fluentform .ff-el-input--label{display:inline-block;margin-bottom:5px;position:relative}.fluentform .ff-el-input--label.ff-el-is-required.asterisk-left label:before{color:var(--fluentform-danger);content:"* ";margin-left:3px}.fluentform .ff-el-input--label.ff-el-is-required.asterisk-right label:after{color:var(--fluentform-danger);content:" *";margin-right:3px}.fluentform .ff-el-form-control{display:block;width:100%}.fluentform .ff-el-ratings{--fill-inactive:#d4d4d4;--fill-active:#ffb100;display:inline-block;line-height:40px}.fluentform .ff-el-ratings input[type=radio]{display:none;height:0!important;visibility:hidden!important;width:0!important}.fluentform .ff-el-ratings svg{fill:var(--fill-inactive);height:22px;transition:all .3s;vertical-align:middle;width:22px}.fluentform .ff-el-ratings svg.scale{transition:all .15s}.fluentform .ff-el-ratings label{display:inherit;margin-left:3px}.fluentform .ff-el-ratings label.active svg{fill:#ffb100;fill:var(--fill-active)}.fluentform .ff-el-ratings label:hover{cursor:pointer}.fluentform .ff-el-ratings label:hover svg{transform:scale(1.1)}.fluentform .ff-el-ratings label:hover svg.scalling{transform:scale(1.2)}.fluentform .ff-el-repeat .ff-el-form-control{margin-bottom:10px;width:100%}.fluentform .ff-el-repeat .ff-t-cell{padding:0 10px;width:100%}.fluentform .ff-el-repeat .ff-t-cell:first-child{padding-right:0}.fluentform .ff-el-repeat .ff-t-cell:last-child{padding-left:0}.fluentform .ff-el-repeat .ff-t-container{display:flex}.fluentform .ff-el-repeat-buttons-list span{cursor:pointer}@media (min-width:481px){.fluentform .ff-el-form-left .ff-el-input--label,.fluentform .ff-el-form-right .ff-el-input--label{float:right;margin-bottom:0;padding:10px 0 0 15px;width:180px}.fluentform .ff-el-form-left .ff-el-input--content,.fluentform .ff-el-form-right .ff-el-input--content{margin-right:180px}.fluentform .ff-el-form-left .ff-t-container .ff-el-input--label,.fluentform .ff-el-form-right .ff-t-container .ff-el-input--label{float:none;margin-bottom:5px;width:auto}.fluentform .ff-el-form-left .ff-t-container .ff-el-input--content,.fluentform .ff-el-form-right .ff-t-container .ff-el-input--content{margin-right:auto}}.fluentform .ff-el-form-right .ff-el-input--label{text-align:left}.fluentform .ff-el-is-error .text-danger{font-size:12px;margin-top:4px}.fluentform .ff-el-is-error .ff-el-form-check-label,.fluentform .ff-el-is-error .ff-el-form-check-label a{color:var(--fluentform-danger)}.fluentform .ff-el-is-error .ff-el-form-control{border-color:var(--fluentform-danger)}.fluentform .ff-el-tooltip{cursor:pointer;display:inline-block;margin-right:2px;position:relative;vertical-align:middle;z-index:2}.fluentform .ff-el-tooltip:hover{color:#000}.fluentform .ff-el-tooltip svg{fill:var(--fluentform-primary)}.fluentform .ff-el-help-message{color:var(--fluentform-secondary);font-size:12px;font-style:italic;margin-top:5px}.fluentform .ff-el-help-message.ff_ahm{margin-bottom:5px;margin-top:-3px}.fluentform .ff-el-progress{background-color:#e9ecef;border-radius:.25rem;font-size:.75rem;height:1.3rem;line-height:1.2rem;overflow:hidden}.fluentform .ff-el-progress-bar{background-color:var(--fluentform-primary);color:#fff;height:inherit;text-align:left;transition:width .3s;width:0}.fluentform .ff-el-progress-bar span{display:inline-block;padding:0 0 0 5px}.fluentform .ff-el-progress-status{font-size:.9rem;margin-bottom:5px}.fluentform .ff-el-progress-title{border-bottom:2px solid #000;display:inline-block;font-weight:600;list-style-type:none;margin:8px 0 0;padding-right:15px;padding-left:15px}.fluentform .ff-el-progress-title li{display:none}.fluentform .ff-float-right{float:left}.fluentform .ff-chat-gpt-loader-svg{border:1px solid #ced4da;box-shadow:0 1px 5px rgba(0,0,0,.1);margin-top:10px;padding:15px;position:relative}.fluentform .ff-hidden{display:none!important}.fluentform .ff-step-t-container{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between}.fluentform .ff-step-t-container .ff-t-cell{width:auto}.fluentform .ff-step-t-container.ff-inner_submit_container .ff-el-group{margin-bottom:0}.fluentform .ff-step-container{overflow:hidden}.fluentform .ff-step-header{margin-bottom:20px}.fluentform .ff-step-titles{counter-reset:step;display:table;margin:0 0 20px;overflow:hidden;padding:0;position:relative;table-layout:fixed;text-align:center;width:100%}.fluentform .ff-step-titles-navs{cursor:pointer}.fluentform .ff-step-titles li{color:#333;display:table-cell;font-size:12px;list-style-type:none;padding:0 10px;position:relative;vertical-align:top;width:auto}.fluentform .ff-step-titles li.ff_active,.fluentform .ff-step-titles li.ff_completed{color:#007bff}.fluentform .ff-step-titles li.ff_active:before,.fluentform .ff-step-titles li.ff_completed:before{background:#007bff;border:1px solid transparent;color:#fff}.fluentform .ff-step-titles li.ff_active:after,.fluentform .ff-step-titles li.ff_completed:after{background:#007bff}.fluentform .ff-step-titles li.ff_active:after{left:0}.fluentform .ff-step-titles li:before{background:#fff;border:1px solid;border-radius:3px;color:#333;content:counter(step);counter-increment:step;display:block;font-size:10px;line-height:20px;margin:0 auto 5px;position:relative;vertical-align:top;width:20px;z-index:10}.fluentform .ff-step-titles li:after{background:#000;content:"";height:2px;right:-50%;position:absolute;top:9px;width:100%;z-index:1}.fluentform .ff-step-titles li:first-child{padding-right:0}.fluentform .ff-step-titles li:first-child:after{right:50%}.fluentform .ff-step-titles li:last-child{padding-left:0}.fluentform .ff-step-titles li:last-child:after{right:-50%}.fluentform .ff-step-body{right:0;margin-bottom:15px;position:relative;top:0}.fluentform .ff-upload-progress{margin:10px 0}.fluentform .ff-upload-progress-inline{border-radius:3px;height:6px;margin:4px 0;position:relative}.fluentform .ff-upload-preview{border:1px solid #ced4da;border-radius:3px;margin-top:5px}.fluentform .ff-upload-preview:first-child{margin-top:0}.fluentform .ff-upload-preview-img{background-position:50%;background-repeat:no-repeat;background-size:cover;height:70px;width:70px}.fluentform .ff-upload-container-small-column-image{display:flex;flex-wrap:wrap-reverse;justify-content:center;text-align:center}.fluentform .ff-upload-details,.fluentform .ff-upload-preview{zoom:1;overflow:hidden}.fluentform .ff-upload-details,.fluentform .ff-upload-thumb{display:table-cell;vertical-align:middle}.fluentform .ff-upload-thumb{background-color:#eee}.fluentform .ff-upload-details{border-right:1px solid #ebeef0;padding:0 10px;position:relative;width:10000px}.fluentform .ff-upload-details .ff-inline-block,.fluentform .ff-upload-details .ff-upload-error{font-size:11px}.fluentform .ff-upload-remove{box-shadow:none!important;color:var(--fluentform-danger);cursor:pointer;font-size:16px;line-height:1;padding:0 4px;position:absolute;left:0;top:3px}.fluentform .ff-upload-remove:hover{color:var(--fluentform-danger);text-shadow:-1px 1px 1px #000!important}.fluentform .ff-upload-filename{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fluentform .ff-table{margin-bottom:0}.fluentform .ff-checkable-grids{border:1px solid #f1f1f1;border-collapse:collapse}.fluentform .ff-checkable-grids thead>tr>th{background:#f1f1f1;border:0;padding:7px 5px;text-align:center}.fluentform .ff-checkable-grids tbody>tr>td{border:0;padding:7px 5px}.fluentform .ff-checkable-grids tbody>tr>td:not(:first-of-type){text-align:center}.fluentform .ff-checkable-grids tbody>tr:nth-child(2n)>td{background:#f1f1f1}.fluentform .ff-checkable-grids tbody>tr:nth-child(2n-1)>td{background:#fff}.fluentform .ff-screen-reader-element{clip:rect(0,0,0,0)!important;word-wrap:normal!important;border:0!important;height:1px!important;margin:0!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important}.fluentform .ff_upload_btn.ff-btn{background:#6f757e;border-color:#6f757e;color:#fff;cursor:pointer;display:inline-block;padding:10px 20px}.fluentform .ff_upload_btn.ff-btn:hover{background-color:#91959b;outline:none}.fluentform .ff_upload_btn.ff-btn:focus-visible{background-color:#91959b;outline:none}.fluentform .ff-el-tc{border:none;border-collapse:collapse;display:table;width:100%}.fluentform .ff-el-tc label.ff_tc_label{display:table-row}.fluentform .ff-el-tc label.ff_tc_label>span{padding-top:8px!important;width:20px}.fluentform .ff-el-tc label.ff_tc_label>div,.fluentform .ff-el-tc label.ff_tc_label>span{display:table-cell}.fluentform .ff-saved-state-input .ff_input-group-text{background-color:#1a7efb;border-color:#1a7efb;margin-right:-1px}.fluentform .ff-saved-state-input .ff_input-group-text:hover{background-color:#4898fc;border-color:#4898fc;opacity:1}.fluentform .ff-saved-state-input .ff_input-group-text img{width:28px}.fluentform .ff-saved-state-link input{text-overflow:ellipsis}.fluentform .ff-hide-group{display:none}.fluentform .ff_t_c{margin:0;padding:0 0 0 5px}.fluentform .ff_t_c p{margin:0;padding:0}.fluentform .force-hide{border:0;display:block;height:0;margin:0;opacity:0;padding:0;visibility:hidden}.fluentform input[type=checkbox],.fluentform input[type=radio]{display:inline-block;margin:0}.fluentform input[type=checkbox]{-webkit-appearance:checkbox}.fluentform input[type=radio]{-webkit-appearance:radio}.fluentform .text-danger{color:var(--fluentform-danger)}.fluentform .iti{width:100%}.fluentform .iti__selected-flag{background:rgba(0,0,0,.1);border-bottom-right-radius:6px;border-top-right-radius:6px}.fluentform .ff_gdpr_field{margin-left:5px}.fluentform form.ff-form-has-steps .ff-btn-submit{visibility:hidden}.fluentform form.ff-form-has-steps .ff_submit_btn_wrapper{text-align:left}.fluentform textarea{max-width:100%}.fluentform .ff-el-form-check{margin-bottom:5px}.fluentform .ff-el-form-check span.ff_span{margin-right:6px}.fluentform .ff-el-form-check-label .ff-el-form-check-input{position:relative;top:-2px;vertical-align:middle}.fluentform .ff-inline-block{display:inline-block}.fluentform .ff-inline-block+.ff-inline-block{margin-right:10px}.fluentform .ff-text-left{text-align:right}.fluentform .ff-text-center{text-align:center}.fluentform .ff-text-right{text-align:left}.fluentform .ff-el-form-control:focus~.ff-el-help-message{display:block!important}.fluentform .ff-el-form-control::-moz-placeholder{color:#868e96;opacity:1}.fluentform .ff-el-form-control::placeholder{color:#868e96;opacity:1}.fluentform .ff-el-form-control:disabled,.fluentform .ff-el-form-control[readonly]:not(.flatpickr-input){background-color:#e9ecef;opacity:1}.fluentform-step{float:right;height:1px;overflow-x:hidden;padding:3px}.fluentform-step.active{height:auto}.fluentform-step .ff_summary_container{font-size:14px;margin-top:10px}.step-nav .next{float:left}.fluentform .has-conditions{display:none}.ff-message-success{border:1px solid #ced4da;box-shadow:0 1px 5px rgba(0,0,0,.1);margin-top:10px;padding:15px;position:relative}.ff-errors-in-stack{display:none;margin-top:15px}.ff-errors-in-stack .error{font-size:14px;line-height:1.7}.ff-errors-in-stack .error-clear{cursor:pointer;margin-right:5px;padding:0 5px}.ff-chat-reply-container div p{border-radius:6px;margin-top:12px;padding:20px 16px}.ff-chat-reply-container div .skeleton{animation:skeleton-loading 2s linear infinite alternate;padding:24px}@keyframes skeleton-loading{0%{background-color:#e3e6e8}to{background-color:#f0f3f5}}.ff-el-chat-container{position:relative}.ff-el-chat-container textarea{outline:none;position:relative;resize:none}.ff-el-chat-container .ff_btn_chat_style{background:transparent;border:none;position:absolute;left:10px;top:38%}.ff-el-chat-container .ff_btn_chat_style svg:hover{cursor:pointer;opacity:.8;outline:0;text-decoration:none;transition:all .4s}.iti-mobile .iti--container{z-index:9999}.fluentform .hidden_field{display:none!important}.fluentform .ff_force_hide{display:none!important;visibility:hidden!important}.fluentform .ff_scrolled_text{background:#e9ebed;height:200px;overflow:scroll;padding:10px 15px}.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check{display:-moz-inline-stack;display:inline-block;float:none!important;margin:0 0 10px;position:relative;width:auto!important}.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check label{margin:0}.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check label:focus-within span{background-color:#b3d4fc}.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check input{margin:0;opacity:0;outline:none;position:absolute;z-index:-1}.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check label>span{-webkit-appearance:none;background:#fff;border:1px solid #dcdfe6;border-right:0;border-radius:0;box-sizing:border-box;color:#606266;cursor:pointer;display:inline-block;font-size:14px;font-weight:500;line-height:1;margin:0;outline:none;padding:12px 20px;position:relative;text-align:center;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;vertical-align:middle;white-space:nowrap}.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check label>span:hover{color:#1a7efb}.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check.ff-el-image-holder{border:1px solid #dcdfe5;overflow:hidden}.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check.ff-el-image-holder span{border:none!important;border-radius:0!important;margin-right:-1px;width:100%}.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check.ff-el-image-holder.ff_item_selected{border-color:#1a7efb}.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check:first-child label>span{border-right:1px solid #dcdfe6;border-radius:0 4px 4px 0;box-shadow:none!important}.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check:last-child label>span{border-radius:4px 0 0 4px}.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check.ff_item_selected label>span{background-color:#1a7efb;border-color:#1a7efb;box-shadow:1px 0 0 0 #8cc5ff;color:#fff}.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check.ff_item_selected:first-child label>span{border-right-color:#1a7efb}@media only screen and (max-width:768px){.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check{display:block;width:100%}.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check label>span{border:1px solid!important;border-radius:4px!important;box-shadow:none!important;display:block;width:100%}}.fluentform .ff-el-group.ff-hpsf-container{display:none!important;position:absolute!important;transform:translateX(-1000%)!important}.fluentform div.ff-el-form-hide_label>.ff-el-input--label{display:none;visibility:hidden}.fluentform .ff_file_upload_holder{margin-bottom:0}.fluentform .ff-dropzone .ff_upload_btn.ff-btn{background:rgba(223,240,255,.13);border:1px dashed var(--fluentform-primary);border-radius:var(--fluentform-border-radius);color:var(--fluentform-secondary);display:block;padding:35px;text-align:center;transition:all .2s ease;width:100%}.fluentform .ff-dropzone .ff_upload_btn.ff-btn:hover{background:rgba(223,240,255,.49)}.fluentform .ff-dropzone .ff-uploaded-list{margin-top:10px}.fluentform .ff_center{text-align:center}.fluentform .ff_right{text-align:left}.fluentform .ff_left{text-align:right}.fluentform .ff-form-inline .ff-t-container,.fluentform .ff-form-inline>.ff-el-group,.fluentform .ff-form-inline>.ff-name-field-wrapper{display:inline-block;margin-left:10px;vertical-align:top}.fluentform .ff-form-inline .ff-t-container .ff-t-cell .ff-el-input--label,.fluentform .ff-form-inline .ff-t-container>.ff-el-input--label,.fluentform .ff-form-inline>.ff-el-group .ff-t-cell .ff-el-input--label,.fluentform .ff-form-inline>.ff-el-group>.ff-el-input--label,.fluentform .ff-form-inline>.ff-name-field-wrapper .ff-t-cell .ff-el-input--label,.fluentform .ff-form-inline>.ff-name-field-wrapper>.ff-el-input--label{display:none}.fluentform .ff-form-inline .ff-t-container .ff-el-input--content,.fluentform .ff-form-inline>.ff-el-group .ff-el-input--content,.fluentform .ff-form-inline>.ff-name-field-wrapper .ff-el-input--content{margin-right:0}.fluentform .ff-form-inline .ff-t-container:last-child,.fluentform .ff-form-inline>.ff-el-group:last-child,.fluentform .ff-form-inline>.ff-name-field-wrapper:last-child{margin-left:0}.fluentform .ff-t-container .ff-name-title{width:40%}.fluentform .ff_hide_label .ff-el-input--label{display:none}.fluentform .field-value{white-space:pre-line}.fluentform .ff-el-group .ff-read-only{background-color:#e9ecef!important;opacity:1;pointer-events:none;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.fluentform .ff-el-group .ff-read-only:focus{outline:none}.fluentform label.ff-el-image-input-src{background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;display:block;height:200px;width:200px}.fluentform .ff-el-image-holder{float:right;margin-bottom:20px;margin-left:20px;width:200px}.fluentform .ff-el-image-holder .ff-el-form-check-label{padding-right:1px}.fluentform .ff_el_checkable_photo_holders{display:block;margin-bottom:-20px;overflow:hidden}.fluentform .select2-container{width:100%!important}.fluentform .select2-container .select2-selection__rendered li{margin:0}.fluentform .select2-container .select2-search--inline>input{height:calc(2.25rem + 2px);line-height:1.5;margin-top:0;padding:.375rem .75rem .375rem 1.75rem}.fluentform .ff-el-form-bottom{display:flex;flex-direction:column-reverse}.fluentform .ff-el-form-bottom .ff-el-input--label{margin-bottom:0;margin-top:5px}.fluentform .mce-tinymce.mce-container.mce-panel{border:1px solid #ced4da}.fluentform .ff_input-group{align-items:stretch;display:flex;flex-wrap:wrap;position:relative;width:100%}.fluentform .ff_input-group>.ff-el-form-control:not(:first-child){border-bottom-right-radius:0;border-top-right-radius:0;display:inline-block;width:auto}.fluentform .ff_input-group>.ff-el-form-control:not(:last-child){border-bottom-left-radius:0;border-top-left-radius:0}.fluentform .ff_input-group .ff-el-form-control{flex:1 1 auto;margin-bottom:0;position:relative;width:1%}.fluentform .ff_input-group-prepend{margin-left:-1px}.fluentform .input-group-append{margin-right:-1px}.fluentform .ff_input-group-append,.fluentform .ff_input-group-prepend{display:flex}.fluentform .ff_input-group>.ff_input-group-prepend>.ff_input-group-text{border-bottom-left-radius:0;border-top-left-radius:0}.fluentform .ff_input-group>.ff_input-group-append>.ff_input-group-text{border-bottom-right-radius:0;border-top-right-radius:0}.fluentform .ff_input-group-text{align-items:center;background-color:#e9ecef;border-radius:.25rem;color:#495057;display:flex;font-size:1rem;font-weight:400;line-height:1.5;margin-bottom:0;padding:.375rem .75rem;text-align:center;white-space:nowrap}.fluentform .ff_coupon_wrapper .ff_input-group-append{cursor:pointer}.fluentform .ff_coupon_wrapper .ff_input-group-append:hover .ff_input-group-text{background:#e3e8ed}.fluentform ul.ff_coupon_responses{list-style:none;margin:0;padding:0}.fluentform ul.ff_coupon_responses li{padding-top:5px}.fluentform ul.ff_coupon_responses span.error-clear{color:#ff5050;font-weight:700;margin-left:10px}.fluentform ul.ff_coupon_responses .ff_error{color:#f56c6c;cursor:pointer}.fluentform ul.ff_coupon_responses .ff_success{color:#28a745}.fluentform .ff-btn.disabled{opacity:.65}.fluentform .ff-btn.ff-working{position:relative;transition:all .3s ease}.fluentform .ff-btn.ff-working:after{animation:ff-progress-anim 4s 0s infinite;background:hsla(0,0%,100%,.4);bottom:0;content:"";height:5px;right:0;position:absolute;left:0}.fluentform .ff-btn-block{display:block;width:100%}.fluentform .ff-btn-block+.ff-el-btn-block{margin-top:8px}.fluentform .ff_submitting{pointer-events:none}@keyframes ff-progress-anim{0%{width:0}5%{width:0}10%{width:15%}30%{width:40%}50%{width:55%}80%{width:100%}95%{width:100%}to{width:0}}.ff_modal_container{background:#fff;max-height:90vh!important;max-width:900px;overflow:auto;padding:30px}@media only screen and (min-width:1000px){.ff_modal_container{width:900px}}.select2-results__option{margin:0}.fluentform span.select2.select2-container:after{border-right:5px solid transparent;border-left:5px solid transparent;border-top:5px solid #495057;content:"";position:absolute;left:10px;top:50%;transform:translateY(-50%)}.ff_pointer{cursor:pointer}.ff_net_table{border:0;border-collapse:separate;border-spacing:0;line-height:1.4;margin:0;padding:0;table-layout:fixed;width:100%}.ff_net_table th{border:none;font-size:13px;font-weight:400;padding:8px 0;text-align:center;vertical-align:bottom}.ff_net_table th .ff_not-likely{float:right;text-align:right}.ff_net_table th .ff_extremely-likely{float:left;text-align:left}.ff_net_table tbody tr{background:none;border:0}.ff_net_table tbody tr td{background-color:#fff;border:1px solid #ddd;border-right:0;padding:0;text-align:center;vertical-align:middle}.ff_net_table tbody tr td input[type=radio]:checked+label{background-color:#4caf50;color:#fff}.ff_net_table tbody tr td:first-of-type{border-right:1px solid #ddd;border-radius:0 5px 5px 0}.ff_net_table tbody tr td:last-child{border-radius:5px 0 0 5px}.ff_net_table tbody tr td label{border:0;color:#444;cursor:pointer;display:block;font-size:16px;font-weight:700;height:40px;line-height:40px;margin:0;position:relative;width:100%}.ff_net_table tbody tr td label:after{border:0;content:"";height:100%;right:0;position:absolute;top:0;width:100%}.ff_net_table tbody tr td label:hover:after{border:2px solid #4caf50}.ff-el-pop-content{background-color:#000;border-radius:3px;box-shadow:0 5px 10px rgba(0,0,0,.2);color:#fff;font-size:11px;line-height:1.2;padding:10px;position:absolute;text-align:center;transform-origin:center bottom;z-index:9999}.ff-checkable-grids.mobile{border:0}.ff-checkable-grids.mobile tbody tr{padding-top:0!important}.ff-checkable-grids.mobile tbody tr:nth-child(2n)>td{background:transparent}.ff-checkable-grids.mobile tbody td{padding-right:10px!important;text-align:right!important}.ff-checkable-grids.mobile tbody td.ff_grid_header{background-color:#eee!important;margin:0}.ff-checkable-grids.mobile tbody td:after{content:attr(data-label);display:inline-block;letter-spacing:.5pt;padding-right:10px;white-space:nowrap}span.ff-el-rating-text{line-height:100%;padding-right:5px;vertical-align:bottom}table.ff_repeater_table{background:transparent!important;border:0;border-collapse:collapse;border-spacing:0;margin:0 0 5px;padding:0;table-layout:auto!important;vertical-align:middle;width:100%}table.ff_repeater_table th{font-size:90%;padding:0;text-align:right}table.ff_repeater_table th,table.ff_repeater_table tr{background:transparent!important;border:0;padding-top:5px}table.ff_repeater_table td{background:transparent!important;border:0;max-width:100%;padding:0 0 15px 15px;text-align:right;width:282px}table.ff_repeater_table tbody tr:only-child td .repeat-minus{visibility:hidden}table.ff_repeater_table .ff-el-group{margin:0;padding:0}table.ff_repeater_table .repeat_btn{padding-left:0;vertical-align:middle;width:30px}table.ff_repeater_table .repeat_btn span.ff-icon{cursor:pointer;margin-left:10px}table.ff_repeater_table .repeat_btn span.ff-icon.icon-minus-circle{margin-left:0}table.ff_repeater_table.repeat-maxed .repeat_btn .repeat-plus{visibility:hidden}.ff-repeater-container{display:flex;flex-direction:column}.ff-repeater-container .repeat_btn{align-self:center;display:flex}.ff-repeater-container .ff_repeater_cont_row,.ff-repeater-container .ff_repeater_header{display:flex;flex-wrap:nowrap}.ff-repeater-container .ff_repeater_cont_row:only-child .repeat-minus{visibility:hidden}.ff-repeater-container .ff_repeater_cell,.ff-repeater-container .ff_repeater_header_item{box-sizing:border-box;padding:0 0 0 15px;text-align:right}.ff-repeater-container .ff-el-repeat-buttons-list{display:flex;margin-top:34%}.ff_repeater_table.mobile tbody td{display:block;padding:10px;width:100%}.ff_repeater_table.mobile tbody td .ff-el-group{margin-top:6px}.ff_repeater_table.mobile tbody td:before{clear:both;content:attr(data-label);display:block;font-size:.875em;letter-spacing:.5pt;white-space:nowrap}.ff-el-section-break .ff-el-section-title{font-weight:600;margin-bottom:5px}.ff-el-section-break hr{background-color:#dadbdd;border:none;height:1px;margin-bottom:10px}table.ff_flexible_table.ff-checkable-grids{width:100%}.ff_flexible_table.mobile thead{right:-9999px;position:absolute;top:-9999px}.ff_flexible_table.mobile tbody td{display:block;padding:10px;width:100%}.ff_flexible_table.mobile tbody tr{background:#fff;border-bottom:1px solid #ced4da;border-top:1px solid #ced4da;border-color:#ced4da;border-style:solid;border-width:2px 1px 4px;display:block;margin:16px 0 10px;position:relative}@media only screen and (max-width:400px){.ff_repeater_table{width:100%}.ff_repeater_table thead{display:none}.ff_repeater_table tbody tr{border:1px solid #ddd;display:block;margin-bottom:15px;padding:10px}.ff_repeater_table tbody td{display:block;padding:5px 0;text-align:right;width:100%!important}.ff_repeater_table tbody td .ff-el-input--content{width:100%}.ff_repeater_table .repeat_btn{margin-top:10px;padding:10px 0;text-align:center;width:100%}.ff_repeater_table .repeat_btn .ff-el-repeat-buttons-list{display:flex;justify-content:space-between}.ff_repeater_table .repeat_btn .ff-el-repeat-buttons-list span{background-color:#f0f0f0;border-radius:3px;cursor:pointer;padding:5px 10px}}@media only screen and (min-width:641px){.fluentform .ff-el-group.ff_list_3col .ff-el-form-check{display:-moz-inline-stack;display:inline-block;margin:0 0 2px;min-height:28px;padding-left:16px;vertical-align:top;width:33.3%}.fluentform .ff-el-group.ff_list_2col .ff-el-form-check{display:-moz-inline-stack;display:inline-block;margin:0;min-height:28px;padding-left:16px;vertical-align:top;width:50%}.fluentform .ff-el-group.ff_list_4col .ff-el-form-check{display:-moz-inline-stack;display:inline-block;margin:0;min-height:28px;padding-left:16px;vertical-align:top;width:25%}.fluentform .ff-el-group.ff_list_5col .ff-el-form-check{display:-moz-inline-stack;display:inline-block;margin:0;min-height:28px;padding-left:16px;vertical-align:top;width:20%}.fluentform .ff-el-group.ff_list_inline .ff-el-form-check{display:-moz-inline-stack;display:inline-block;float:none!important;margin:0 0 10px 15px;width:auto!important}}@media (max-width:767px){table.ff_flexible_table,table.ff_flexible_table.ff-checkable-grids{border:0}table.ff_flexible_table.ff-checkable-grids tbody tr{padding-top:0!important}table.ff_flexible_table.ff-checkable-grids tbody tr td.ff_grid_header{background-color:#eee!important;margin:0;text-align:center}table.ff_flexible_table.ff-checkable-grids tbody tr td{text-align:right!important}table.ff_flexible_table.ff-checkable-grids tbody tr td:before{content:none!important}table.ff_flexible_table.ff-checkable-grids tbody tr td:after{content:attr(data-label);display:inline-block;letter-spacing:.5pt;padding-right:10px;white-space:nowrap}table.ff_flexible_table.ff-checkable-grids tbody tr:nth-child(2n)>td{background:transparent}table.ff_flexible_table thead{right:-9999px;position:absolute;top:-9999px}table.ff_flexible_table tbody tr{background:#fff;border-bottom:1px solid #ced4da;border-top:1px solid #ced4da;border-color:#ced4da;border-style:solid;border-width:2px 1px 4px;display:block;margin:16px 0 10px;padding-top:12px!important;position:relative}table.ff_flexible_table tbody tr td{display:block;margin-right:8px;margin-left:8px;padding:5px}table.ff_flexible_table tbody tr td:before{clear:both;content:attr(data-label);display:block;font-size:.875em;letter-spacing:.5pt;white-space:nowrap}table.ff_flexible_table tbody tr td.repeat_btn{background-color:#eee;margin-right:0;padding:10px!important;width:100%!important}table.ff_flexible_table tbody tr td.repeat_btn .ff-el-repeat-buttons-list{float:none;width:100%}}@media only screen and (max-width:768px){.lity-container{width:96%}.fluentform .ff-t-container .ff-name-title{width:100%}.ff_repeater_cont_row{background:#fff;border-bottom:1px solid #ced4da;border-top:1px solid #ced4da;border-color:#ced4da;border-style:solid;border-width:2px 1px 4px;display:flex;flex-direction:column;margin:16px 0 10px;padding-top:12px}.ff_repeater_cont_row .ff_repeater_cell{display:block;margin-right:8px;margin-left:8px;padding:5px}.ff_repeater_cont_row .ff-t-cell{flex-basis:100%!important;max-width:100%;width:100%}.ff_repeater_cont_row .ff_repeater_body[role=rowgroup]{display:flex;flex-direction:column}.ff-repeater-container .ff-el-repeat-buttons-list{margin-top:-28px}.ff-el-repeat-buttons-list{margin-top:0}}
:root{--fluentform-primary:#1a7efb;--fluentform-secondary:#606266;--fluentform-danger:#f56c6c;--fluentform-border-color:#dadbdd;--fluentform-border-radius:7px;--fluentform-input-select-height:auto}.ff-default .ff_btn_style{border:1px solid transparent;border-radius:7px;cursor:pointer;display:inline-block;font-size:16px;font-weight:500;line-height:1.5;padding:8px 20px;position:relative;text-align:center;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle;white-space:nowrap}.ff-default .ff_btn_style:focus,.ff-default .ff_btn_style:hover{opacity:.8;outline:0;text-decoration:none}.ff-default .ff-btn-primary:not(.ff_btn_no_style){background-color:#007bff;border-color:#007bff;color:#fff}.ff-default .ff-btn-primary:not(.ff_btn_no_style):focus,.ff-default .ff-btn-primary:not(.ff_btn_no_style):hover{background-color:#0069d9;border-color:#0062cc;color:#fff}.ff-default .ff-btn-secondary:not(.ff_btn_no_style){background-color:#606266;border-color:#606266;color:#fff}.ff-default .ff-btn-secondary:not(.ff_btn_no_style):focus,.ff-default .ff-btn-secondary:not(.ff_btn_no_style):hover{background-color:#727b84;border-color:#6c757d;color:#fff}.ff-default .ff-btn-lg{border-radius:6px;font-size:18px;line-height:1.5;padding:8px 16px}.ff-default .ff-btn-sm{border-radius:3px;font-size:13px;line-height:1.5;padding:4px 8px}.ff-default .ff-el-form-control{background-clip:padding-box;background-image:none;border:1px solid var(--fluentform-border-color);border-radius:var(--fluentform-border-radius);color:var(--fluentform-secondary);font-family:-apple-system,"system-ui",Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;line-height:1;margin-bottom:0;max-width:100%;padding:11px 15px;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.ff-default .ff-el-form-control:focus{background-color:#fff;border-color:var(--fluentform-primary);color:var(--fluentform-secondary);outline:none}.ff-default .ff-el-form-check label.ff-el-form-check-label{cursor:pointer;margin-bottom:7px}.ff-default .ff-el-form-check label.ff-el-form-check-label>span:after,.ff-default .ff-el-form-check label.ff-el-form-check-label>span:before{content:none}.ff-default .ff-el-form-check:last-child label.ff-el-form-check-label{margin-bottom:0}.ff-default textarea{min-height:90px}select.ff-el-form-control:not([size]):not([multiple]){height:var(--fluentform-input-select-height,auto)}.elementor-editor-active .ff-form-loading .ff-step-container .fluentform-step:first-child{height:auto}.ff-upload-preview.ff_uploading{opacity:.8}@keyframes ff_move{0%{background-position:100% 0}to{background-position:50px 50px}}.ff_uploading .ff-el-progress .ff-el-progress-bar{animation:ff_move 2s linear infinite;background-image:linear-gradient(45deg,hsla(0,0%,100%,.2) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.2) 0,hsla(0,0%,100%,.2) 75%,transparent 0,transparent);background-size:50px 50px;border-bottom-right-radius:20px;border-bottom-left-radius:8px;border-top-right-radius:20px;border-top-left-radius:8px;bottom:0;content:"";right:0;overflow:hidden;position:absolute;left:0;top:0;z-index:1}.ff_payment_summary{overflow-x:scroll}.pac-container{z-index:99999!important}.ff-support-sr-only{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.ff-default{font-family:inherit}.ff-default .ff-el-input--label label{display:inline-block;font-weight:500;line-height:inherit;margin-bottom:0}
/* FIX FOR WORDPRESS's CRAZY <p> TAG ANOMALY */
.rs-p-wp-fix { display: none !important; margin: 0 !important; height: 0px !important; }

/* NEW Z-INDEX FIX*/
.wp-block-themepunch-revslider { position: relative }

/* FIX FOR QUICK LOADING OF SLIDER SCRIPTS AND WP-ROCKET READDING IMG TAG INTO DOM*/
/*rs-sbg-px rs-sbg-wrap img { display:none !important}*/

/* MODAL BASICS */
rs-modal { position: fixed !important; z-index: 9999999 !important; pointer-events: none !important;}
rs-modal.rs-modal-auto { top: auto;bottom: auto;left: auto; right:auto; }
rs-modal.rs-modal-fullwidth,
rs-modal.rs-modal-fullscreen { top: 0px; left: 0px; width: 100%; height: 100%; }
rs-modal rs-fullwidth-wrap { position: absolute; top: 0px; left: 0px; height: 100%;}
rs-module-wrap.rs-modal { display:none; max-height: 100% !important; overflow: auto !important;  pointer-events: auto !important;}
rs-module-wrap.hideallscrollbars.rs-modal { overflow: hidden !important; max-width: 100% !important}
rs-modal-cover { width: 100%; height: 100%; z-index: 0; background: transparent; position: absolute;top: 0px;left: 0px; cursor: pointer; pointer-events: auto}
body>rs-modal-cover { position: fixed; z-index: 9999995 !important; }

rs-sbg-px { pointer-events: none }

.rs-forceuntouchable,
.rs-forceuntouchable * { pointer-events: none !important; }

.rs-forcehidden * { visibility: hidden !important; }

/*rs-modal rs-fullwidth-wrap rs-module-wrap { transform: translateY(-50%) !important; top: 50% !important; }*/

.rs_splitted_lines { display: block; white-space: nowrap !important}

.rs-go-fullscreen {
	position:fixed !important;
	width:100% !important;
	height:100% !important;
	top:0px !important;
	left:0px !important;
	z-index:9999999 !important;
	background:#ffffff;
}
.rtl {	direction: rtl;}
@font-face {font-display:swap;
  font-family: 'revicons';
  src: url('/wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.eot?5510888');
  src: url('/wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.eot?5510888#iefix') format('embedded-opentype'),
	   url('/wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.woff?5510888') format('woff'),
	   url('/wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.ttf?5510888') format('truetype'),
	   url('/wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.svg?5510888#revicons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

 [class^="revicon-"]:before, [class*=" revicon-"]:before {
  font-family: "revicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  speak-as: spell-out;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}


rs-module i[class^="fa-"],
rs-module i[class*=" fa-"],
.rb-modal-wrapper i[class^="fa-"],
.rb-modal-wrapper i[class*=" fa-"],
#waitaminute i[class^="fa-"],
#waitaminute i[class*=" fa-"],
#objectlibrary i[class^="fa-"],
#objectlibrary i[class*=" fa-"],
#rs_overview i[class^="fa-"],
#rs_overview i[class*=" fa-"],
#rs_overview_menu i[class^="fa-"],
#rs_overview_menu i[class*=" fa-"],
#builderView i[class^="fa-"],
#builderView i[class*=" fa-"]
{
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

rs-module [class^="fa-"]:before,
rs-module [class*=" fa-"]:before,
.rb-modal-wrapper [class^="fa-"]:before,
.rb-modal-wrapper [class*=" fa-"]:before,
#rs_overview [class^="fa-"]:before,
#rs_overview [class*=" fa-"]:before,
#objectlibrary [class^="fa-"]:before,
#objectlibrary [class*=" fa-"]:before,
#waitaminute [class^="fa-"]:before,
#waitaminute [class*=" fa-"]:before,
#rs_overview_menu [class^="fa-"]:before,
#rs_overview_menu [class*=" fa-"]:before,
#builderView [class^="fa-"]:before,
#builderView [class*=" fa-"]:before
{
	font-family: FontAwesome;
	font-style: normal;
	font-weight: 400;
	speak: never;
  	speak-as: spell-out;
	display: inline-block;
	text-decoration: inherit;
	width: auto;
	margin-right: 0;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: inherit;
	margin-left: 0;
}

rs-module .sr-only,
#objectlibrary .sr-only,
#waitaminute .sr-only,
#rs_overview .sr-only,
#rs_overview_menu .sr-only,
.rb-modal-wrapper .sr-only,
#builderView .sr-only
{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
rs-module .sr-only-focusable:active,
rs-module .sr-only-focusable:focus,
#waitaminute .sr-only-focusable:active,
#waitaminute .sr-only-focusable:focus,
#objectlibrary .sr-only-focusable:active,
#objectlibrary .sr-only-focusable:focus,
#rs_overview .sr-only-focusable:active,
#rs_overview .sr-only-focusable:focus,
#rs_overview_menu .sr-only-focusable:active,
#rs_overview_menu .sr-only-focusable:focus,
.rb-modal-wrapper .sr-only-focusable:active,
.rb-modal-wrapper .sr-only-focusable:focus,
#builderView .sr-only-focusable:active,
#builderView .sr-only-focusable:focus

{
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}


.revicon-search-1:before { content: '\e802'; } /* '' */
.revicon-pencil-1:before { content: '\e831'; } /* '' */
.revicon-picture-1:before { content: '\e803'; } /* '' */
.revicon-cancel:before { content: '\e80a'; } /* '' */
.revicon-info-circled:before { content: '\e80f'; } /* '' */
.revicon-trash:before { content: '\e801'; } /* '' */
.revicon-left-dir:before { content: '\e817'; } /* '' */
.revicon-right-dir:before { content: '\e818'; } /* '' */
.revicon-down-open:before { content: '\e83b'; } /* '' */
.revicon-left-open:before { content: '\e819'; } /* '' */
.revicon-right-open:before { content: '\e81a'; } /* '' */
.revicon-angle-left:before { content: '\e820'; } /* '' */
.revicon-angle-right:before { content: '\e81d'; } /* '' */
.revicon-left-big:before { content: '\e81f'; } /* '' */
.revicon-right-big:before { content: '\e81e'; } /* '' */
.revicon-magic:before { content: '\e807'; } /* '' */
.revicon-picture:before { content: '\e800'; } /* '' */
.revicon-export:before { content: '\e80b'; } /* '' */
.revicon-cog:before { content: '\e832'; } /* '' */
.revicon-login:before { content: '\e833'; } /* '' */
.revicon-logout:before { content: '\e834'; } /* '' */
.revicon-video:before { content: '\e805'; } /* '' */
.revicon-arrow-combo:before { content: '\e827'; } /* '' */
.revicon-left-open-1:before { content: '\e82a'; } /* '' */
.revicon-right-open-1:before { content: '\e82b'; } /* '' */
.revicon-left-open-mini:before { content: '\e822'; } /* '' */
.revicon-right-open-mini:before { content: '\e823'; } /* '' */
.revicon-left-open-big:before { content: '\e824'; } /* '' */
.revicon-right-open-big:before { content: '\e825'; } /* '' */
.revicon-left:before { content: '\e836'; } /* '' */
.revicon-right:before { content: '\e826'; } /* '' */
.revicon-ccw:before { content: '\e808'; } /* '' */
.revicon-arrows-ccw:before { content: '\e806'; } /* '' */
.revicon-palette:before { content: '\e829'; } /* '' */
.revicon-list-add:before { content: '\e80c'; } /* '' */
.revicon-doc:before { content: '\e809'; } /* '' */
.revicon-left-open-outline:before { content: '\e82e'; } /* '' */
.revicon-left-open-2:before { content: '\e82c'; } /* '' */
.revicon-right-open-outline:before { content: '\e82f'; } /* '' */
.revicon-right-open-2:before { content: '\e82d'; } /* '' */
.revicon-equalizer:before { content: '\e83a'; } /* '' */
.revicon-layers-alt:before { content: '\e804'; } /* '' */
.revicon-popup:before { content: '\e828'; } /* '' */




/******************************
	-	BASIC STYLES		-
******************************/

.tp-fullwidth-forcer { z-index: 0; pointer-events: none}
rs-module-wrap { visibility: hidden }
rs-module-wrap,
rs-module-wrap * { box-sizing: border-box; -webkit-tap-highlight-color: rgba(0,0,0,0);}

rs-module-wrap {position:relative;z-index: 1;width:100%; display: block;}

.rs-fixedscrollon rs-module-wrap { position: fixed !important; top: 0px !important; z-index: 1000; left: 0 !important;}
.rs-stickyscrollon rs-module-wrap {  position: sticky !important; top:0px; z-index: 1000; }
.rs-stickyscrollon { overflow: visible !important; }

rs-fw-forcer { display:block;width:100%;pointer-events: none;}
rs-module { position:relative;overflow:hidden;display: block; }

rs-module.disableVerticalScroll { -ms-touch-action: pan-x; touch-action: pan-x; }


rs-pzimg-wrap,
rs-sbg-effectwrap,
rs-sbg { display: block; pointer-events: none  }

rs-sbg-effectwrap {
	position:absolute;top:0px;left:0px;width:100%;height:100%
}

rs-carousel-wrap rs-column rs-layer img { width: 0px; height: 0px; }

rs-sbg-px,
rs-sbg-wrap {position:absolute; top:0px; left:0px; z-index:0;width:100%;height:100%;display: block;}

a.rs-layer,
a.rs-layer:-webkit-any-link { text-decoration: none }

a[x-apple-data-detectors] { color: inherit !important;   text-decoration: none !important;   font-size: inherit !important;   font-family: inherit !important;   font-weight: inherit !important;   line-height: inherit !important; }

.entry-content rs-module a, rs-module a { box-shadow: none; }

.rs-ov-hidden 		{ 	overflow:hidden !important;}


.rs-forceoverflow,
.rs-forceoverflow rs-module-wrap,
.rs-forceoverflow rs-module,
.rs-forceoverflow rs-slides,
.rs-forceoverflow rs-slide { overflow:visible !important}

.rs-parallax-hidden-of rs-slide { overflow:hidden !important}

.tp-simpleresponsive img,
rs-module img{
	max-width:none !important;
	transition: none;
	margin:0px;
	padding:0px;
	border:none;
}



rs-module .no-slides-text{font-weight:bold;text-align:center;padding-top:80px;}


rs-slides, rs-slide, rs-slide:before {	 position:absolute;text-indent: 0em;top:0px;left:0px;}
rs-slide,rs-slide:before {  display:block; visibility:hidden; }

.rs-layer .rs-untoggled-content { display:block;}
.rs-layer .rs-toggled-content { display:none;}

.rs-tc-active.rs-layer > .rs-toggled-content { display:block;}
.rs-tc-active.rs-layer > .rs-untoggled-content { display:none;}

.rs-layer-video { overflow: hidden }

.rs_html5vidbasicstyles { position:relative;top:0px;left:0px;width:100%;height:100%; overflow:hidden; }

rs-module rs-layer,
rs-module .rs-layer {
	opacity: 0;
	position:relative;
	visibility: hidden;
	/*white-space: nowrap; Fix for Mobile Padding issues on long texts */
	display: block;
	-webkit-font-smoothing: antialiased !important;
	-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
	-moz-osx-font-smoothing: grayscale;
	z-index:1;
	font-display: swap;
}

rs-layer-wrap,
rs-mask,
rs-module-wrap,
rs-module .rs-layer,
rs-module img {
	user-select: none;	
}

rs-module rs-mask-wrap .rs-layer,
rs-module rs-mask-wrap *:last-child,
.wpb_text_column rs-module rs-mask-wrap .rs-layer,
.wpb_text_column rs-module rs-mask-wrap *:last-child{
	margin-bottom:0;

}

.rs-svg svg {	width:100%; height:100%;position: relative;vertical-align: top}


rs-layer:not(.rs-wtbindex),
.rs-layer:not(.rs-wtbindex),
rs-alyer *:not(.rs-wtbindex),
.rs-layer *:not(.rs-wtbindex) { outline: none !important; }


/* CAROUSEL FUNCTIONS */
rs-carousel-wrap {
	cursor:url(/wp-content/plugins/revslider/public/assets/css/openhand.cur), move;
}
rs-carousel-wrap.dragged {
	cursor:url(/wp-content/plugins/revslider/public/assets/css/closedhand.cur), move;
}

rs-carousel-wrap.noswipe {
	cursor: default;
}

rs-carousel-wrap { position: absolute; overflow: hidden;  width:100%;height:100%;top:0px;left:0px;}
rs-carousel-space { clear:both;display:block;width:100%;height:0px;position:relative;}

/* ADDED FOR SLIDELINK MANAGEMENT */
.tp_inner_padding {
	box-sizing:border-box;
	max-height:none !important;
}


.rs-layer.rs-selectable {
	user-select: text;	
}



rs-px-mask {
	overflow: hidden;
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

rs-module embed,
rs-module iframe,
rs-module object,
rs-module audio,
rs-module video {
	max-width: none !important;
	border: none;
}

rs-bg-elem 	{	position:absolute; top:0px;left:0px; width:100%;height:100%;z-index:0; display: block; pointer-events: none; }

.tp-blockmask,
.tp-blockmask_in,
.tp-blockmask_out { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; background: #fff; z-index: 1000; transform: scaleX(0) scaleY(0);}

/***********************************************************
	- 	ZONES / GOUP / ROW / COLUMN LAYERS AND HELPERS 	-
***********************************************************/
rs-zone			{	position:absolute; width:100%;left:0px; box-sizing: border-box;min-height:50px; font-size:0px;pointer-events: none}
rs-row-wrap,
rs-column,
rs-cbg-mask-wrap {	display:block; visibility: hidden}

rs-layer-wrap,
rs-parallax-wrap,
rs-loop-wrap,
rs-mask-wrap { display: block; }

rs-column-wrap>rs-mask-wrap,
rs-column-wrap>rs-loop-wrap { z-index: 1 }

rs-layer-wrap,
rs-mask-wrap,
rs-cbg-mask-wrap
 { transform-style:flat;}


/* ANY SAFARI NEEDS IN CAROUSEL SOME HELP TO AVOID FLICKERING, LOVELY....*/
@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) 
 	{ 
		 rs-carousel-wrap rs-layer-wrap, rs-carousel-wrap rs-loop-wrap {backface-visibility: hidden;transform-style: preserve-3d;}
	}

.safarifix rs-layer-wrap {
	perspective: 1000000;
}

@-moz-document url-prefix() {
 	rs-layer-wrap,
	rs-mask-wrap,
	rs-cbg-mask-wrap { perspective: none; }
}


rs-mask-wrap { overflow: hidden }
rs-fullwidth-wrap { position:relative;width:100%;height:auto;display: block; overflow:visible;max-width:none !important;}

.rev_row_zone_top 				{	top:0px;}
.rev_row_zone_bottom 			{	bottom:0px;}
.rev_row_zone_middle			{ top: 0px;}

rs-column-wrap .rs-parallax-wrap  { vertical-align: top }

.rs-layer img,
rs-layer img { vertical-align: top }

rs-row,
rs-row.rs-layer 	{
	display:table;
	position:relative;
	width:100% !important;
	table-layout: fixed;
	box-sizing: border-box;
	vertical-align: top;
	height:auto;
	font-size:0px;
}

.rs-layer.rs-waction.iospermaccwait.permanenthidden { display:none !important; visibility:hidden !important; pointer-events: none !important;}

rs-column-wrap {
	display: table-cell;
	position: relative;
	vertical-align: top;
	height: auto;
	box-sizing: border-box;
	font-size:0px;
}

rs-column {
	box-sizing: border-box;
	display: block;
	position: relative;
	width:100% !important;
	height:auto !important;
	white-space: normal !important;
}

rs-cbg-mask-wrap {
	position: absolute;
	z-index: 0;
	box-sizing: border-box;
}

rs-column-wrap rs-cbg-mask-wrap { top: 0px; left: 0px; bottom: 0px; right: 0px; }
rs-column-bg {
	position: absolute;
	z-index: 0;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
}

.rs-pelock * { pointer-events: none !important;}

rs-column .rs-parallax-wrap,
rs-column rs-loop-wrap,
rs-column rs-mask-wrap 			{	text-align: inherit; }
rs-column rs-mask-wrap 			{	display: inline-block;}


rs-column .rs-parallax-wrap rs-loop-wrap,
rs-column .rs-parallax-wrap rs-mask-wrap,
rs-column .rs-parallax-wrap { position: relative; left:auto; top:auto; line-height: 0px;}

rs-column .rs-parallax-wrap rs-loop-wrap,
rs-column .rs-parallax-wrap rs-mask-wrap,
rs-column .rs-parallax-wrap,
rs-column .rev_layer_in_column { vertical-align: top; }

.rev_break_columns { display: block !important }
.rev_break_columns rs-column-wrap.rs-parallax-wrap  { display:block !important; width:100% !important; }


.rev_break_columns rs-column-wrap.rs-parallax-wrap.rs-layer-hidden,
.tp-forcenotvisible,
.tp-hide-revslider,
rs-row-wrap.rs-layer-hidden,
rs-column-wrap.rs-layer-hidden,
.rs-layer.rs-layer-hidden,
.rs-layer-audio.rs-layer-hidden,
.rs-parallax-wrap.rs-layer-hidden {
	visibility:hidden !important;
	display:none !important
}

/*rs-column .rs-parallax-wrap,
rs-column rs-loop-wrap,
rs-column rs-mask-wrap,
rs-column rs-layer { vertical-align: inherit }*/



/*********************************
	-	SPECIAL TP CAPTIONS -
**********************************/

a.rs-layer.rs-nointeraction >.div,
rs-layer.rs-nointeraction:not(a),
.rs-layer.rs-nointeraction:not(a) {
	pointer-events: none !important
}

rs-static-layers	{position:absolute; z-index:101; top:0px;left:0px; display: block; width: 100%;height: 100%; pointer-events: none; overflow: hidden}

/* new static layers position option */
rs-static-layers.rs-stl-back {
	z-index:0;
}

.rs-stl-visible{
	overflow: visible !important;
}

.rs-layer rs-fcr 	{ width: 0; height: 0; border-left: 40px solid transparent; border-right: 0px solid transparent; border-bottom-width: 0 !important; border-top: 40px solid #00A8FF; position: absolute; right: 100%; top: 0px; }
.rs-layer rs-fcrt 	{ width: 0; height: 0; border-left: 40px solid transparent; border-right: 0px solid transparent; border-top-width: 0 !important; border-bottom: 40px solid #00A8FF; position: absolute; right: 100%; top: 0px; }
.rs-layer rs-bcr 	{ width: 0; height: 0; border-left: 0px solid transparent; border-right: 40px solid transparent; border-bottom: 40px solid #00A8FF; border-top-width: 0 !important; position: absolute; left: 100%; top: 0px; }
.rs-layer rs-bcrt 	{ width: 0; height: 0; border-left: 0px solid transparent; border-right: 40px solid transparent; border-top: 40px solid #00A8FF; border-bottom-width: 0 !important; position: absolute; left: 100%; top: 0px; }


.tp-layer-inner-rotation {
	position: relative !important;
}


/***********************************************
	-	SPECIAL ALTERNATIVE IMAGE SETTINGS	-
***********************************************/

img.tp-slider-alternative-image	{
	width:100%; height:auto;
}


/******************************
	-	IE8 HACKS	-
*******************************/
.noFilterClass {
	filter:none !important;
}


/********************************
	-	FULLSCREEN VIDEO	-
*********************************/

rs-bgvideo 			{	position: absolute;top:0px;left:0px; width:100%;height:100%;z-index: 0; display: block}

.rs-layer.rs-fsv	{	top:0px;left:0px;  position:absolute;width:100%;height:100%}

.rs-layer.rs-fsv audio,
.rs-layer.rs-fsv video,
.rs-layer.rs-fsv iframe,
.rs-layer.rs-fsv iframe audio,
.rs-layer.rs-fsv iframe video	{ width:100%; height:100% ; /*display: none*/}


.rs-fsv video				{	background: #000}

.fullcoveredvideo rs-poster		{	background-position: center center;background-size: cover;width:100%;height:100%;top:0px;left:0px}


.videoisplaying .html5vid rs-poster	{	display: none}

.tp-video-play-button					{
	background:#000;
	background:rgba(0,0,0,0.3);
	border-radius:5px;
	position: absolute;
	top: 50%;
	left: 50%;
	color: #FFF;
	z-index: 3;
	margin-top: -25px;
	margin-left: -25px;
	line-height: 50px !important;
	text-align: center;
	cursor: pointer;
	width: 50px;
	height:50px;
	box-sizing: border-box;

	display: inline-block;
	vertical-align: top;
	z-index: 4;
	opacity: 0;
	transition:opacity 300ms ease-out !important;
}

.rs-ISM .tp-video-play-button{
	opacity: 1;
	transition: none !important;
	z-index: 6;
}

.rs-audio .tp-video-play-button { display:none !important;}
.rs-layer .html5vid					{	width:100% !important; height:100% !important;}
.tp-video-play-button i 				{	width:50px;height:50px; display:inline-block; text-align: center !important; vertical-align: top; line-height: 50px !important; font-size: 30px !important;}
.rs-layer:hover .tp-video-play-button	{	opacity: 1; display:block; z-index: 6;}
.rs-layer .tp-revstop					{	display:none;width: 15px; border-right: 5px solid #fff !important; border-left:5px solid #fff !important; transform: translateX(50%) translateY(50%);height: 20px;margin-left: 11px !important;margin-top: 5px !important;}
.videoisplaying .revicon-right-dir		{	display:none}
.videoisplaying .tp-revstop				{	display:block}

.videoisplaying  .tp-video-play-button			{	display:none}


.fullcoveredvideo .tp-video-play-button			{	display:none !important}


.rs-fsv .rs-fsv audio 		{	object-fit:contain !important;}
.rs-fsv .rs-fsv video 		{	object-fit:contain !important;}

.rs-layer-video .html5vid.hidefullscreen video::-webkit-media-controls-fullscreen-button  { display: none; }


@supports not (-ms-high-contrast:none) {
   /* Non-IE styles here */
	.rs-fsv .fullcoveredvideo audio 		{	object-fit:cover !important;}
	.rs-fsv .fullcoveredvideo video 		{	object-fit:cover !important;}
}

.rs-fullvideo-cover					{	width:100%;height:100%;top:0px;left:0px;position: absolute; background:transparent;z-index:5;}


.rs-nolc .tp-video-play-button,
rs-bgvideo video::-webkit-media-controls-start-playback-button,
rs-bgvideo video::-webkit-media-controls,
rs-bgvideo audio::-webkit-media-controls { display:none !important;}


.rs-audio .tp-video-controls {	opacity: 1 !important; visibility: visible !important}



rs-module h1.rs-layer,
rs-module h2.rs-layer,
rs-module h3.rs-layer,
rs-module h4.rs-layer,
rs-module h5.rs-layer,
rs-module h6.rs-layer,
rs-module div.rs-layer,
rs-module span.rs-layer,
rs-module p.rs-layer 	{	margin:0; padding:0; margin-block-start: 0; margin-block-end: 0; margin-inline-start: 0; margin-inline-end: 0;}

rs-module h1.rs-layer:before,
rs-module h2.rs-layer:before,
rs-module h3.rs-layer:before,
rs-module h4.rs-layer:before,
rs-module h5.rs-layer:before,
rs-module h6.rs-layer:before { content: none; }


/********************************
	-	DOTTED OVERLAYS	-
*********************************/
rs-dotted						{	background-repeat:repeat;width:100%;height:100%;position:absolute;top:0px;left:0px;z-index:3;display:block;pointer-events: none}
rs-sbg-wrap rs-dotted 			{ z-index: 31 }
rs-dotted.twoxtwo				{	background:url(/wp-content/plugins/revslider/public/assets/assets/gridtile.png)}
rs-dotted.twoxtwowhite			{	background:url(/wp-content/plugins/revslider/public/assets/assets/gridtile_white.png)}
rs-dotted.threexthree			{	background:url(/wp-content/plugins/revslider/public/assets/assets/gridtile_3x3.png)}
rs-dotted.threexthreewhite		{	background:url(/wp-content/plugins/revslider/public/assets/assets/gridtile_3x3_white.png)}


/******************************
	-	SHADOWS		-
******************************/

.tp-shadowcover	{	width:100%;height:100%;top:0px;left:0px;background: #fff;position: absolute; z-index: -1;}
.tp-shadow1 	{	box-shadow: 0 10px 6px -6px rgba(0,0,0,0.8);}

.tp-shadow2:before, .tp-shadow2:after,
.tp-shadow3:before, .tp-shadow4:after
{
  z-index: -2;
  position: absolute;
  content: "";
  bottom: 10px;
  left: 10px;
  width: 50%;
  top: 85%;
  max-width:300px;
  background: transparent;
  box-shadow: 0 15px 10px rgba(0,0,0,0.8);

  transform: rotate(-3deg);
}

.tp-shadow2:after,
.tp-shadow4:after
{
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

.tp-shadow5
{
  	position:relative;
	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.tp-shadow5:before, .tp-shadow5:after
{
	content:"";
	position:absolute;
	z-index:-2;
	box-shadow:0 0 25px 0px  rgba(0,0,0,0.6);
	top:30%;
	bottom:0;
	left:20px;
	right:20px;
	border-radius:100px / 20px;
}



/* TP BUTTONS DESKTOP SIZE */

.rev-btn,
.rev-btn:visited						{ 	outline:none !important; box-shadow:none; text-decoration: none !important;  box-sizing:border-box;  cursor: pointer;}

.rev-btn.rev-uppercase,
.rev-btn.rev-uppercase:visited			{ 	text-transform: uppercase;  }

.rev-btn  i								{ 	font-size: inherit; font-weight: normal; position: relative; top: 0px; transition: opacity 0.2s ease-out, margin 0.2s ease-out;  margin-left:0px; line-height: inherit}

.rev-btn.rev-hiddenicon i				{ 	font-size: inherit; font-weight: normal; position: relative; top: 0px; transition: opacity 0.2s ease-out, margin 0.2s ease-out; opacity: 0; margin-left:0px !important; width:0px !important;  }
.rev-btn.rev-hiddenicon:hover i			{   opacity: 1 !important; margin-left:10px !important; width:auto !important;}


/* BURGER BUTTON */
.rev-burger {
  position: relative;
  box-sizing: border-box;
  padding: 22px 14px 22px 14px;
  border-radius: 50%;
  border: 1px solid rgba(51,51,51,0.25);
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}

.rev-burger span {
  display: block;
  width: 30px;
  height: 3px;
  background: #333;
  transition: .7s;
  pointer-events: none;
  transform-style: flat !important;
}
.rev-burger span:nth-child(2) {
  margin: 3px 0;
}

.quick_style_example_wrap .rev-burger:hover :first-child,
#dialog_addbutton .rev-burger:hover :first-child,
.open .rev-burger :first-child,
.open.rev-burger :first-child {
  transform: translateY(6px) rotate(-45deg);

}
.quick_style_example_wrap .rev-burger:hover :nth-child(2),
#dialog_addbutton .rev-burger:hover :nth-child(2),
.open .rev-burger :nth-child(2),
.open.rev-burger :nth-child(2) {
  transform: rotate(-45deg);

  opacity: 0;
}
.quick_style_example_wrap .rev-burger:hover :last-child,
#dialog_addbutton .rev-burger:hover :last-child,
.open .rev-burger :last-child,
.open.rev-burger :last-child {
  transform: translateY(-6px) rotate(-135deg);

}

.rev-burger.revb-white {
  border: 2px solid rgba(255,255,255,0.2);
}

.rev-b-span-light span,
.rev-burger.revb-white span {
  background: #fff;
}
.rev-burger.revb-whitenoborder {
  border: 0;
}
.rev-burger.revb-whitenoborder span {
  background: #fff;
}
.rev-burger.revb-darknoborder {
  border: 0;
}

.rev-b-span-dark span,
.rev-burger.revb-darknoborder span {
  background: #333;
}

.rev-burger.revb-whitefull {
  background: #fff;
  border:none;
}

.rev-burger.revb-whitefull span {
	background:#333;
}

.rev-burger.revb-darkfull {
  background: #333;
  border:none;
}

.rev-burger.revb-darkfull span {
	background:#fff;
}


/* SCROLL DOWN BUTTON */

@keyframes rev-ani-mouse {
	0% {opacity: 1;top: 29%;}
	15% {opacity: 1;top: 70%;}
	50% {opacity: 0;top: 70%;}
	100% {opacity: 0;top: 29%;}
}
.rev-scroll-btn {
	display: inline-block;
	position: relative;
	left: 0;
	right: 0;
	text-align: center;
	cursor: pointer;
	width:35px;
	height:55px;
	box-sizing: border-box;
	border: 3px solid white;
	border-radius: 23px;
}
.rev-scroll-btn > * {
	display: inline-block;
	line-height: 18px;
	font-size: 13px;
	font-weight: normal;
	color: #7f8c8d;
	color: #ffffff;
	font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 2px;
}
.rev-scroll-btn > *:hover,
.rev-scroll-btn > *:focus,
.rev-scroll-btn > *.active {
	color: #ffffff;
}
.rev-scroll-btn > *:hover,
.rev-scroll-btn > *:focus,
.rev-scroll-btn > *:active,
.rev-scroll-btn > *.active {
	opacity: 0.8;
}

.rev-scroll-btn.revs-fullwhite  {
	background:#fff;
}

.rev-scroll-btn.revs-fullwhite span {
	background: #333;
}

.rev-scroll-btn.revs-fulldark  {
	background:#333;
	border:none;
}

.rev-scroll-btn.revs-fulldark  span {
	background: #fff;
}

.rev-scroll-btn span {
	position: absolute;
	display: block;
	top: 29%;
	left: 50%;
	width: 8px;
	height: 8px;
	margin: -4px 0 0 -4px;
	border-radius: 50%;
	animation: rev-ani-mouse 2.5s linear infinite;
	background: #fff;
}

.rev-scroll-btn.rev-b-span-dark {
	border-color:#333;
}
.rev-scroll-btn.rev-b-span-dark span,
.rev-scroll-btn.revs-dark span {
	background: #333;
}

.rev-control-btn {
	position: relative;
	display: inline-block;
	z-index: 5;
	color: #FFF;
	font-size: 20px;
	line-height: 60px;
	font-weight: 400;
	font-style: normal;
	font-family: Raleway;
	text-decoration: none;
	text-align: center;
	background-color: #000;
	border-radius: 50px;
	text-shadow: none;
	background-color: rgba(0, 0, 0, 0.50);
	width:60px;
	height:60px;
	box-sizing: border-box;
	cursor: pointer;
}

.rev-cbutton-dark-sr	{
	border-radius: 3px;
}

.rev-cbutton-light	{
	color: #333;
	background-color: rgba(255,255,255, 0.75);
}

.rev-cbutton-light-sr	{
	color: #333;
	border-radius: 3px;
	background-color: rgba(255,255,255, 0.75);
}


.rev-sbutton {
	line-height: 37px;
	width:37px;
	height:37px;
}

.rev-sbutton-blue	{
	background-color: #3B5998
}
.rev-sbutton-lightblue	{
	background-color: #00A0D1;
}
.rev-sbutton-red	{
	background-color: #DD4B39;
}




/************************************
-	TP BANNER TIMER		-
*************************************/
rs-progress						{	visibility: hidden; position:absolute; z-index:200;width:100%;height:100%;}
rs-progress-bar,
.rs-progress-bar				{ 	display:block;z-index: 20;box-sizing: border-box;background-clip: content-box;position: absolute;line-height:0px;width:100%;height:100%;}
rs-progress-bgs 				{ 	display:block;z-index: 15;box-sizing: border-box; width: 100%; position: absolute; height: 100%; top: 0px; left: 0px; }
rs-progress-bg					{	display:block;background-clip: content-box; position: absolute;width:100%;height:100%;}
rs-progress-gap					{	display:block;background-clip: content-box; position: absolute;width:100%;height:100%;}
rs-progress-vis 				{ 	display:block;width: 100%;height: 100%; position: absolute;top: 0px;left: 0px }

/*********************************************
-	BASIC SETTINGS FOR THE BANNER	-
***********************************************/
.rs-layer img {
	background: transparent;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
	/*zoom:1;*/
}

/*rs-carousel-wrap rs-layer.rs-layer img {   transform: translateZ(-0.0001px)}*/


.rs-layer.slidelink { cursor:pointer;width:100%;height:100%; }
.rs-layer.slidelink a {	width:100%;height:100%;display:block}
.rs-layer.slidelink a div {	width:3000px; height:1500px;  background:url(/wp-content/plugins/revslider/public/assets/assets/coloredbg.png) repeat}
.rs-layer.slidelink a span{	background:url(/wp-content/plugins/revslider/public/assets/assets/coloredbg.png) repeat; width:100%;height:100%;display:block}
/*.tp-shape {	width:100%;height:100%;}*/



/*********************************************
-	WOOCOMMERCE STYLES	-
***********************************************/

.rs-layer .rs-starring				{	display: inline-block}


.rs-layer .rs-starring .star-rating {
	float: none;
	display: inline-block;
	vertical-align: top;
	color: #FFC321 !important;
}


.rs-layer .rs-starring .star-rating,
.rs-layer .rs-starring-page .star-rating {
	position: relative;
	height: 1em;
	width: 5.4em;
	font-family: star;
	font-size: 1em !important;
}

.rs-layer  .rs-starring .star-rating:before,
.rs-layer  .rs-starring-page .star-rating:before {
	content: "\73\73\73\73\73";
	color: #E0DADF;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
}

.rs-layer .rs-starring .star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
	font-size: 1em !important;
}

.rs-layer .rs-starring .star-rating span:before,
.rs-layer .rs-starring .star-rating span:before {
	content: "\53\53\53\53\53";
	top: 0;
	position: absolute;
	left: 0;
}




/******************************
	-	LOADER FORMS	-
********************************/

rs-loader 	{
	top:50%; left:50%;
	z-index:10000;
	position:absolute;
}

rs-loader.off {
	display: none !important;
}

rs-loader.spinner0 {
	width: 40px;
	height: 40px;
	background-color: #fff;
	background-image:url(/wp-content/plugins/revslider/public/assets/assets/loader.gif);
	background-repeat:no-repeat;
	background-position: center center;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
	margin-top:-20px;
	margin-left:-20px;
	animation: tp-rotateplane 1.2s infinite ease-in-out;
	border-radius: 3px;
}


rs-loader.spinner1 {
	width: 40px;
	height: 40px;
	background-color: #fff;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
	margin-top:-20px;
	margin-left:-20px;
	animation: tp-rotateplane 1.2s infinite ease-in-out;
	border-radius: 3px;
}



rs-loader.spinner5 	{
	background-image:url(/wp-content/plugins/revslider/public/assets/assets/loader.gif);
	background-repeat:no-repeat;
	background-position:10px 10px;
	background-color:#fff;
	margin:-22px -22px;
	width:44px;height:44px;
	border-radius: 3px;
}


@keyframes tp-rotateplane {
  0% { transform: perspective(120px) rotateX(0deg) rotateY(0deg);}
  50% { transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);}
  100% { transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);}
}


rs-loader.spinner2 {
	width: 40px;
	height: 40px;
	margin-top:-20px;margin-left:-20px;
	background-color: #ff0000;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
	border-radius: 100%;
	animation: tp-scaleout 1.0s infinite ease-in-out;
}


@keyframes tp-scaleout {
  0% {transform: scale(0.0);}
  100% {transform: scale(1.0);opacity: 0;}
}


rs-loader.spinner3 {
  margin: -9px 0px 0px -35px;
  width: 70px;
  text-align: center;
}

rs-loader.spinner3 .bounce1,
rs-loader.spinner3 .bounce2,
rs-loader.spinner3 .bounce3 {
  width: 18px;
  height: 18px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  border-radius: 100%;
  display: inline-block;
  animation: tp-bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  animation-fill-mode: both;
}

rs-loader.spinner3 .bounce1 {
  animation-delay: -0.32s;
}

rs-loader.spinner3 .bounce2 {
  animation-delay: -0.16s;
}

@keyframes tp-bouncedelay {
  0%, 80%, 100% {transform: scale(0.0);}
  40% {transform: scale(1.0);}
}




rs-loader.spinner4 {
  margin: -20px 0px 0px -20px;
  width: 40px;
  height: 40px;
  text-align: center;
  animation: tp-rotate 2.0s infinite linear;
}

rs-loader.spinner4 .dot1,
rs-loader.spinner4 .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #fff;
  border-radius: 100%;
  animation: tp-bounce 2.0s infinite ease-in-out;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
}

rs-loader.spinner4 .dot2 {
  top: auto;
  bottom: 0px;
  animation-delay: -1.0s;
}


@keyframes tp-rotate { 100% { transform: rotate(360deg);}}

@keyframes tp-bounce {
  0%, 100% {transform: scale(0.0);}
  50% { transform: scale(1.0);}
}



rs-layer iframe { visibility:hidden;}
rs-layer.rs-ii-o iframe { visibility: visible; }

rs-layer input[type="text"],
rs-layer input[type="email"],
rs-layer input[type="url"],
rs-layer input[type="password"],
rs-layer input[type="search"],
rs-layer input[type="number"],
rs-layer input[type="tel"],
rs-layer input[type="range"],
rs-layer input[type="date"],
rs-layer input[type="month"],
rs-layer input[type="week"],
rs-layer input[type="time"],
rs-layer input[type="datetime"],
rs-layer input[type="datetime-local"] { display: inline-block }

rs-layer input::placeholder { vertical-align: middle; line-height: inherit !important}

a.rs-layer { transition: none }


/***********************************************
	-  STANDARD NAVIGATION SETTINGS
***********************************************/

rs-thumbs-wrap,
rs-tabs-wrap,
rs-thumbs,
rs-thumb,
rs-tab,
rs-bullet,
rs-bullets,
rs-navmask,
rs-tabs,
rs-arrow 					{	display:block; pointer-events: all;}

/*rs-layer {	font-size:20px; line-height: 25px; padding:0px; margin:0px; border-radius:0px; max-width: none;min-width:none; max-height: none; min-height: none}*/

.tp-thumbs.navbar,
.tp-bullets.navbar,
.tp-tabs.navbar					{	border:none; min-height: 0; margin:0; border-radius: 0; }

.tp-tabs,
.tp-thumbs,
.tp-bullets						{	position:absolute; display:block; z-index:1000; top:0px; left:0px;}

.tp-tab,
.tp-thumb 						{	cursor: pointer; position:absolute;opacity:0.5;  box-sizing: border-box;}

.tp-arr-imgholder,
rs-poster,
.tp-thumb-image,
.tp-tab-image					{	background-position: center center; background-size:cover;width:100%;height:100%; display:block; position:absolute;top:0px;left:0px;}

rs-poster 						 { cursor:pointer; z-index:3; }

.tp-tab.rs-touchhover,
.tp-tab.selected,
.tp-thumb.rs-touchhover,
.tp-thumb.selected				{	opacity:1;}

.tp-tab-mask,
.tp-thumb-mask 					{	box-sizing:border-box !important; }

.tp-tabs,
.tp-thumbs						{	box-sizing:content-box !important; }

.tp-bullet 						{	width:15px;height:15px; position:absolute; background:#fff; background:rgba(255,255,255,0.3); cursor: pointer;}
.tp-bullet.selected,
.tp-bullet.rs-touchhover				{	background:#fff;}




.tparrows						{	cursor:pointer; background:#000; background:rgba(0,0,0,0.5); width:40px;height:40px;position:absolute; display:block; z-index:1000; }
.tparrows.rs-touchhover 				{	background:#000;}
.tparrows:before				{	font-family: "revicons"; font-size:15px; color:#fff; display:block; line-height: 40px; text-align: center;}
.tparrows.tp-leftarrow:before	{	content: '\e824'; }
.tparrows.tp-rightarrow:before	{	content: '\e825'; }

/*.tp-thumb-mask {max-width: 100% !important}*/

/************************
 - FIXES FOR PE-7 ICONS -
**************************/

.rs-layer [class^="pe-7s-"]:before,
.rs-layer [class*=" pe-7s-"]:before,
.rs-layer [class^="pe-7s-"],
.rs-layer [class*=" pe-7s-"] {
	width: auto;
	margin: 0;
	line-height: inherit;
	box-sizing: inherit;
}


/***************************
	- KEN BURNS FIXES -
***************************/

rs-pzimg-wrap { display: block; }
body.rtl .rs-pzimg {left: 0 !important}


/*******************************
	- CUBE & CANVAS SETTINGS -
********************************/
.rs_fake_cube {transform-style:preserve-3d}
.rs_fake_cube,
.rs_fake_cube_wall { position:absolute; -webkit-backface-visibility:hidden; backface-visibility:hidden; left:0px; top:0px; z-index: 0 }

.rs-builder-mode rs-sbg-wrap canvas,
rs-sbg canvas { overflow: hidden; z-index: 5; -webkit-backface-visibility:hidden; backface-visibility:hidden;}


/***************************
	- 3D SHADOW MODE -
***************************/

.dddwrappershadow { box-shadow:0 45px 100px rgba(0, 0, 0, 0.4);}

.dddwrapper { transform-style: flat;perspective: 10000px; }

/*******************
	- DEBUG MODE -
*******************/

.rs_error_message_box { background: #111;width:800px;margin: 40px auto;padding: 40px 20px;text-align: center;font-family: "Open Sans",sans-serif}
.rs_error_message_oops {margin: 0px 0px 20px;line-height: 60px;font-size: 34px;color: #FFF;}
.rs_error_message_content {margin: 0px 0px 20px;line-height: 25px;font-size: 17px;color: #FFF;}
.rs_error_message_button {color: #fff !important;background: #333;display: inline-block;padding: 10px 15px;text-align: right;border-radius: 5px;cursor: pointer;text-decoration: none !important}
.rs_error_message_button:hover {  background:#5e35b1}



.hglayerinfo				   {position: fixed;bottom: 0px;left: 0px;color: #FFF;font-size: 12px;line-height: 20px;font-weight: 600;background: rgba(0, 0, 0, 0.75);padding: 5px 10px;z-index: 2000;white-space: normal;}
.hginfo 					   {position:absolute;top:-2px;left:-2px;color:#e74c3c;font-size:12px;font-weight:600; background:#000;padding:2px 5px;}
.indebugmode .rs-layer:hover {border:1px dashed #c0392b !important;}
.helpgrid 					   {border:2px dashed #c0392b;position:absolute;top:0px;left:0px;z-index:0 }
#revsliderlogloglog				{padding:15px;color:#fff;position:fixed; top:0px;left:0px;width:200px;height:150px;background:rgba(0,0,0,0.7); z-index:100000; font-size:10px; overflow:scroll;}



/**
INSTAGRAM FILTERS BY UNA
https://una.im/CSSgram/
**/
.aden{filter:hue-rotate(-20deg) contrast(.9) saturate(.85) brightness(1.2)}.aden::after{background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.perpetua::after,.reyes::after{mix-blend-mode:soft-light;opacity:.5}.inkwell{filter:sepia(.3) contrast(1.1) brightness(1.1) grayscale(1)}.perpetua::after{background:linear-gradient(to bottom,#005b9a,#e6c13d)}.reyes{filter:sepia(.22) brightness(1.1) contrast(.85) saturate(.75)}.reyes::after{background:#efcdad}.gingham{filter:brightness(1.05) hue-rotate(-10deg)}.gingham::after{background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.toaster{filter:contrast(1.5) brightness(.9)}.toaster::after{background:radial-gradient(circle,#804e0f,#3b003b);mix-blend-mode:screen}.walden{filter:brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6)}.walden::after{background:#04c;mix-blend-mode:screen;opacity:.3}.hudson{filter:brightness(1.2) contrast(.9) saturate(1.1)}.hudson::after{background:radial-gradient(circle,#a6b1ff 50%,#342134);mix-blend-mode:multiply;opacity:.5}.earlybird{filter:contrast(.9) sepia(.2)}.earlybird::after{background:radial-gradient(circle,#d0ba8e 20%,#360309 85%,#1d0210 100%);mix-blend-mode:overlay}.mayfair{filter:contrast(1.1) saturate(1.1)}.mayfair::after{background:radial-gradient(circle at 40% 40%,rgba(255,255,255,.8),rgba(255,200,200,.6),#111 60%);mix-blend-mode:overlay;opacity:.4}.lofi{filter:saturate(1.1) contrast(1.5)}.lofi::after{background:radial-gradient(circle,transparent 70%,#222 150%);mix-blend-mode:multiply}._1977{filter:contrast(1.1) brightness(1.1) saturate(1.3)}._1977:after{background:rgba(243,106,188,.3);mix-blend-mode:screen}.brooklyn{filter:contrast(.9) brightness(1.1)}.brooklyn::after{background:radial-gradient(circle,rgba(168,223,193,.4) 70%,#c4b7c8);mix-blend-mode:overlay}.xpro2{filter:sepia(.3)}.xpro2::after{background:radial-gradient(circle,#e6e7e0 40%,rgba(43,42,161,.6) 110%);mix-blend-mode:color-burn}.nashville{filter:sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2)}.nashville::after{background:rgba(0,70,150,.4);mix-blend-mode:lighten}.nashville::before{background:rgba(247,176,153,.56);mix-blend-mode:darken}.lark{filter:contrast(.9)}.lark::after{background:rgba(242,242,242,.8);mix-blend-mode:darken}.lark::before{background:#22253f;mix-blend-mode:color-dodge}.moon{filter:grayscale(1) contrast(1.1) brightness(1.1)}.moon::before{background:#a0a0a0;mix-blend-mode:soft-light}.moon::after{background:#383838;mix-blend-mode:lighten}.clarendon{filter:contrast(1.2) saturate(1.35)}.clarendon:before{background:rgba(127,187,227,.2);mix-blend-mode:overlay}.willow{filter:grayscale(.5) contrast(.95) brightness(.9)}.willow::before{background-image:radial-gradient(circle,40%, #d4a9af 55%,#000 150%);mix-blend-mode:overlay}.rise{filter:brightness(1.05) sepia(.2) contrast(.9) saturate(.9)}.rise::after{background:radial-gradient(circle,rgba(232,197,152,.8),transparent 90%);mix-blend-mode:overlay;opacity:.6}.rise::before{background:radial-gradient(circle,rgba(236,205,169,.15) 55%,rgba(50,30,7,.4));mix-blend-mode:multiply}._1977:after,._1977:before,rs-pzimg-wrap.aden:after,.aden:before,.brooklyn:after,.brooklyn:before,.clarendon:after,.clarendon:before,.earlybird:after,.earlybird:before,.gingham:after,.gingham:before,.hudson:after,.hudson:before,.inkwell:after,.inkwell:before,.lark:after,.lark:before,.lofi:after,.lofi:before,.mayfair:after,.mayfair:before,.moon:after,.moon:before,.nashville:after,.nashville:before,.perpetua:after,.perpetua:before,.reyes:after,.reyes:before,.rise:after,.rise:before,.slumber:after,.slumber:before,.toaster:after,.toaster:before,.walden:after,.walden:before,.willow:after,.willow:before,.xpro2:after,.xpro2:before{content:'';display:block;height:100%;width:100%;top:0;left:0;position:absolute;pointer-events:none}._1977,.aden,.brooklyn,.clarendon,.earlybird,.gingham,.hudson,.inkwell,.lark,.lofi,.mayfair,.moon,.nashville,.perpetua,.reyes,.rise,.slumber,.toaster,.walden,.willow,.xpro2{position:absolute;}._1977:before,.aden:before,.brooklyn:before,.clarendon:before,.earlybird:before,.gingham:before,.hudson:before,.inkwell:before,.lark:before,.lofi:before,.mayfair:before,.moon:before,.nashville:before,.perpetua:before,.reyes:before,.rise:before,.slumber:before,.toaster:before,.walden:before,.willow:before,.xpro2:before{z-index:30}._1977:after,.aden:after,.brooklyn:after,.clarendon:after,.earlybird:after,.gingham:after,.hudson:after,.inkwell:after,.lark:after,.lofi:after,.mayfair:after,.moon:after,.nashville:after,.perpetua:after,.reyes:after,.rise:after,.slumber:after,.toaster:after,.walden:after,.willow:after,.xpro2:after{z-index:40}.slumber{filter:saturate(.66) brightness(1.05)}.slumber::after{background:rgba(125,105,24,.5);mix-blend-mode:soft-light}.slumber::before{background:rgba(69,41,12,.4);mix-blend-mode:lighten}
.willow::after{background-color:#d8cdcb;mix-blend-mode: color}
.rs-safari .willow:after{background-color: rgba(100, 0, 0, 0.2);}
/* SAFARI BUG FIX ON COLOR BLEND MODE */
@media not all and (min-resolution:.001dpcm) {
	 @supports (-webkit-appearance:none) {
	 .willow{filter:grayscale(1) contrast(.95) brightness(.9)}
	.willow::after{background-color:transparent;}
}}
rs-pzimg-wrap.perpetua:before,rs-pzimg-wrap.perpetua:after,rs-pzimg-wrap.nashville:before,rs-pzimg-wrap.nashville:after,rs-pzimg-wrap.xpro2:before,rs-pzimg-wrap.xpro2:after,rs-pzimg-wrap._1977:after,rs-pzimg-wrap._1977:before,rs-pzimg-wrap.aden:after,rs-pzimg-wrap.aden:before,rs-pzimg-wrap.brooklyn:after,rs-pzimg-wrap.brooklyn:before,rs-pzimg-wrap.clarendon:after,rs-pzimg-wrap.clarendon:before,rs-pzimg-wrap.earlybird:after,rs-pzimg-wrap.earlybird:before,rs-pzimg-wrap.gingham:after,rs-pzimg-wrap.gingham:before,rs-pzimg-wrap.hudson:after,rs-pzimg-wrap.hudson:before,rs-pzimg-wrap.inkwell:after,rs-pzimg-wrap.inkwell:before,rs-pzimg-wrap.lark:after,rs-pzimg-wrap.lark:before,rs-pzimg-wrap.lofi:after,rs-pzimg-wrap.lofi:before,rs-pzimg-wrap.mayfair:after,rs-pzimg-wrap.mayfair:before,rs-pzimg-wrap.moon:after,rs-pzimg-wrap.moon:before,rs-pzimg-wrap.reyes:after,rs-pzimg-wrap.reyes:before,rs-pzimg-wrap.rise:after,rs-pzimg-wrap.rise:before,rs-pzimg-wrap.slumber:after,rs-pzimg-wrap.slumber:before,rs-pzimg-wrap.toaster:after,rs-pzimg-wrap.toaster:before,rs-pzimg-wrap.walden:after,rs-pzimg-wrap.walden:before,rs-pzimg-wrap.willow:after,rs-pzimg-wrap.willow:before,rs-pzimg-wrap:before,rs-pzimg-wrap:after {height:500%;width:500%}



/**
new spinners
**/
rs-loader.spinner6{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner6 .rs-spinner-inner{width:100%;height:100%;display:inline-block;-webkit-animation:rs-revealer-6 1.4s linear infinite;animation:rs-revealer-6 1.4s linear infinite}rs-loader.spinner6 .rs-spinner-inner span{position:absolute;vertical-align:top;border-radius:100%;display:inline-block;width:8px;height:8px;margin-left:16px;transform-origin:center 20px;-webkit-transform-origin:center 20px}rs-loader.spinner6 .rs-spinner-inner span:nth-child(2){transform:rotate(36deg);-webkit-transform:rotate(36deg);opacity:.1}rs-loader.spinner6 .rs-spinner-inner span:nth-child(3){transform:rotate(72deg);-webkit-transform:rotate(72deg);opacity:.2}rs-loader.spinner6 .rs-spinner-inner span:nth-child(4){transform:rotate(108deg);-webkit-transform:rotate(108deg);opacity:.3}rs-loader.spinner6 .rs-spinner-inner span:nth-child(5){transform:rotate(144deg);-webkit-transform:rotate(144deg);opacity:.4}rs-loader.spinner6 .rs-spinner-inner span:nth-child(6){transform:rotate(180deg);-webkit-transform:rotate(180deg);opacity:.5}rs-loader.spinner6 .rs-spinner-inner span:nth-child(7){transform:rotate(216deg);-webkit-transform:rotate(216deg);opacity:.6}rs-loader.spinner6 .rs-spinner-inner span:nth-child(8){transform:rotate(252deg);-webkit-transform:rotate(252deg);opacity:.7}rs-loader.spinner6 .rs-spinner-inner span:nth-child(9){transform:rotate(288deg);-webkit-transform:rotate(288deg);opacity:.8}rs-loader.spinner6 .rs-spinner-inner span:nth-child(10){transform:rotate(324deg);-webkit-transform:rotate(324deg);opacity:.9}@keyframes rs-revealer-6{from{transform:rotate(0)}to{transform:rotate(360deg)}}@-webkit-keyframes rs-revealer-6{from{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(360deg)}}rs-loader.spinner7{width:35px;height:35px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner7 .rs-spinner-inner{width:100%;height:100%;display:inline-block;padding:0;border-radius:100%;border:2px solid;-webkit-animation:rs-revealer-7 .8s linear infinite;animation:rs-revealer-7 .8s linear infinite}@keyframes rs-revealer-7{from{transform:rotate(0)}to{transform:rotate(360deg)}}@-webkit-keyframes rs-revealer-7{from{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(360deg)}}rs-loader.spinner8{width:50px;height:50px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner8 .rs-spinner-inner{width:100%;height:100%;display:inline-block;padding:0;text-align:left}rs-loader.spinner8 .rs-spinner-inner span{position:absolute;display:inline-block;width:100%;height:100%;border-radius:100%;-webkit-animation:rs-revealer-8 1.6s linear infinite;animation:rs-revealer-8 1.6s linear infinite}rs-loader.spinner8 .rs-spinner-inner span:last-child{animation-delay:-.8s;-webkit-animation-delay:-.8s}@keyframes rs-revealer-8{0%{transform:scale(0,0);opacity:.5}100%{transform:scale(1,1);opacity:0}}@-webkit-keyframes rs-revealer-8{0%{-webkit-transform:scale(0,0);opacity:.5}100%{-webkit-transform:scale(1,1);opacity:0}}rs-loader.spinner9{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner9 .rs-spinner-inner span{display:block;width:100%;height:100%;border-radius:50%;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:rs-revealer-9 2s infinite ease-in-out;animation:rs-revealer-9 2s infinite ease-in-out}rs-loader.spinner9 .rs-spinner-inner span:last-child{-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes rs-revealer-9{0%,100%{-webkit-transform:scale(0)}50%{-webkit-transform:scale(1)}}@keyframes rs-revealer-9{0%,100%{transform:scale(0);-webkit-transform:scale(0)}50%{transform:scale(1);-webkit-transform:scale(1)}}rs-loader.spinner10{width:54px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner10 .rs-spinner-inner{width:100%;height:100%;text-align:center;font-size:10px}rs-loader.spinner10 .rs-spinner-inner span{display:block;height:100%;width:6px;display:inline-block;-webkit-animation:rs-revealer-10 1.2s infinite ease-in-out;animation:rs-revealer-10 1.2s infinite ease-in-out}rs-loader.spinner10 .rs-spinner-inner span:nth-child(2){-webkit-animation-delay:-1.1s;animation-delay:-1.1s}rs-loader.spinner10 .rs-spinner-inner span:nth-child(3){-webkit-animation-delay:-1s;animation-delay:-1s}rs-loader.spinner10 .rs-spinner-inner span:nth-child(4){-webkit-animation-delay:-.9s;animation-delay:-.9s}rs-loader.spinner10 .rs-spinner-inner span:nth-child(5){-webkit-animation-delay:-.8s;animation-delay:-.8s}@-webkit-keyframes rs-revealer-10{0%,100%,40%{-webkit-transform:scaleY(.4)}20%{-webkit-transform:scaleY(1)}}@keyframes rs-revealer-10{0%,100%,40%{transform:scaleY(.4);-webkit-transform:scaleY(.4)}20%{transform:scaleY(1);-webkit-transform:scaleY(1)}}rs-loader.spinner11{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner11 .rs-spinner-inner{width:100%;height:100%}rs-loader.spinner11 .rs-spinner-inner span{display:block;width:33%;height:33%;background-color:#333;float:left;-webkit-animation:rs-revealer-11 1.3s infinite ease-in-out;animation:rs-revealer-11 1.3s infinite ease-in-out}rs-loader.spinner11 .rs-spinner-inner span:nth-child(1){-webkit-animation-delay:.2s;animation-delay:.2s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(2){-webkit-animation-delay:.3s;animation-delay:.3s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(3){-webkit-animation-delay:.4s;animation-delay:.4s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(4){-webkit-animation-delay:.1s;animation-delay:.1s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(5){-webkit-animation-delay:.2s;animation-delay:.2s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(6){-webkit-animation-delay:.3s;animation-delay:.3s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(7){-webkit-animation-delay:0s;animation-delay:0s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(8){-webkit-animation-delay:.1s;animation-delay:.1s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(9){-webkit-animation-delay:.2s;animation-delay:.2s}@-webkit-keyframes rs-revealer-11{0%,100%,70%{-webkit-transform:scale3D(1,1,1);transform:scale3D(1,1,1)}35%{-webkit-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}}@keyframes rs-revealer-11{0%,100%,70%{-webkit-transform:scale3D(1,1,1);transform:scale3D(1,1,1)}35%{-webkit-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}}rs-loader.spinner12{width:35px;height:35px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner12 .rs-spinner-inner{width:100%;height:100%;-webkit-animation:rs-revealer-12 1s infinite linear;animation:rs-revealer-12 1s infinite linear}@-webkit-keyframes rs-revealer-12{0%{-webkit-transform:rotate(0)}100%{-webkit-transform:rotate(360deg)}}@keyframes rs-revealer-12{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}rs-loader.spinner13{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner13 .rs-spinner-inner{width:100%;height:100%}rs-loader.spinner13 .rs-spinner-inner span{display:block;width:40%;height:40%;position:absolute;border-radius:50%;-webkit-animation:rs-revealer-13 2s ease infinite;animation:rs-revealer-13 2s ease infinite}rs-loader.spinner13 .rs-spinner-inner span:nth-child(1){animation-delay:-1.5s;-webkit-animation-delay:-1.5s}rs-loader.spinner13 .rs-spinner-inner span:nth-child(2){animation-delay:-1s;-webkit-animation-delay:-1s}rs-loader.spinner13 .rs-spinner-inner span:nth-child(3){animation-delay:-.5s;-webkit-animation-delay:-.5s}@keyframes rs-revealer-13{0%,100%{transform:translate(0)}25%{transform:translate(160%)}50%{transform:translate(160%,160%)}75%{transform:translate(0,160%)}}@-webkit-keyframes rs-revealer-13{0%,100%{-webkit-transform:translate(0)}25%{-webkit-transform:translate(160%)}50%{-webkit-transform:translate(160%,160%)}75%{-webkit-transform:translate(0,160%)}}rs-loader.spinner14{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner14 .rs-spinner-inner{width:100%;height:100%;animation:rs-revealer-14 1s infinite linear}rs-loader.spinner14 .rs-spinner-inner span{display:block;position:absolute;top:50%;left:50%;width:16px;height:16px;border-radius:50%;margin:-8px}rs-loader.spinner14 .rs-spinner-inner span:nth-child(1){-webkit-animation:rs-revealer-14-1 2s infinite;animation:rs-revealer-14-1 2s infinite}rs-loader.spinner14 .rs-spinner-inner span:nth-child(2){-webkit-animation:rs-revealer-14-2 2s infinite;animation:rs-revealer-14-2 2s infinite}rs-loader.spinner14 .rs-spinner-inner span:nth-child(3){-webkit-animation:rs-revealer-14-3 2s infinite;animation:rs-revealer-14-3 2s infinite}rs-loader.spinner14 .rs-spinner-inner span:nth-child(4){-webkit-animation:rs-revealer-14-4 2s infinite;animation:rs-revealer-14-4 2s infinite}@-webkit-keyframes rs-revealer-14-1{0%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(80%,80%,0)}80%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(80%,80%,0)}100%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@-webkit-keyframes rs-revealer-14-2{0%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(80%,-80%,0)}80%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(80%,-80%,0)}100%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@-webkit-keyframes rs-revealer-14-3{0%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(-80%,-80%,0)}80%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(-80%,-80%,0)}100%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@-webkit-keyframes rs-revealer-14-4{0%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(-80%,80%,0)}80%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(-80%,80%,0)}100%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@keyframes rs-revealer-14-1{0%{transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{transform:rotate3d(0,0,1,0deg) translate3d(80%,80%,0)}80%{transform:rotate3d(0,0,1,360deg) translate3d(80%,80%,0)}100%{transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@keyframes rs-revealer-14-2{0%{transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{transform:rotate3d(0,0,1,0deg) translate3d(80%,-80%,0)}80%{transform:rotate3d(0,0,1,360deg) translate3d(80%,-80%,0)}100%{transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@keyframes rs-revealer-14-3{0%{transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{transform:rotate3d(0,0,1,0deg) translate3d(-80%,-80%,0)}80%{transform:rotate3d(0,0,1,360deg) translate3d(-80%,-80%,0)}100%{transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@keyframes rs-revealer-14-4{0%{transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{transform:rotate3d(0,0,1,0deg) translate3d(-80%,80%,0)}80%{transform:rotate3d(0,0,1,360deg) translate3d(-80%,80%,0)}100%{transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}rs-loader.spinner15{width:40px;height:40px;margin-top:-4px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner15 .rs-spinner-inner{width:100%;height:100%}rs-loader.spinner15 .rs-spinner-inner span{display:block;width:20px;height:20px;position:absolute;top:0;left:0;-webkit-animation:rs-revealer-15 1.8s infinite ease-in-out;animation:rs-revealer-15 1.8s infinite ease-in-out}rs-loader.spinner15 .rs-spinner-inner:last-child{-webkit-animation-delay:-.9s;animation-delay:-.9s}@-webkit-keyframes rs-revealer-15{25%{-webkit-transform:translateX(30px) rotate(-90deg) scale(.5)}50%{-webkit-transform:translateX(30px) translateY(30px) rotate(-180deg)}75%{-webkit-transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5)}100%{-webkit-transform:rotate(-360deg)}}@keyframes rs-revealer-15{25%{transform:translateX(30px) rotate(-90deg) scale(.5);-webkit-transform:translateX(30px) rotate(-90deg) scale(.5)}50%{transform:translateX(30px) translateY(30px) rotate(-179deg);-webkit-transform:translateX(30px) translateY(30px) rotate(-179deg)}50.1%{transform:translateX(30px) translateY(30px) rotate(-180deg);-webkit-transform:translateX(30px) translateY(30px) rotate(-180deg)}75%{transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5);-webkit-transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5)}100%{transform:rotate(-360deg);-webkit-transform:rotate(-360deg)}}



/* NEW CANVAS ANIMATIONS ON SLIDE BG'S */
.bgcanvas { display: none; position: absolute; overflow: hidden; }


/* way the hell off screen */
.RSscrollbar-measure {
	width: 100px;
	height: 100px;
	overflow: scroll;
	position: absolute;
	top: -9999px;
}

/*  AVADA SCROLL FIX */
.avada-has-rev-slider-styles .rev_slider_wrapper {
	transform:none;
}

/* rs-carousel-wrap{
	transform: scale(0.3);
	overflow: visible !important;
	border: solid 5px red;
} */
#rs-demo-id {}
