/**
 * Theme Name: My-Weberium
 * Version: 1.2
 * Description: Marketing, SEO & Digital Agency WordPress Theme
 * Author: Ninzio
 * Theme URI: https://themeforest.net/item/weberium
 * 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: my-weberium
 */


/* [Table of contents]
   + Reset Browsers
   + General
   + Elements
   + Form
   + Typography
   + Extra classes
   + Revolution Slider
   + WordPress Styles
   + Grid
   + Layout
   + Top Bar
     - Top Bar Content
     - Top Bar Socials
     - Top Bar Menu
     - Top Bar Languages
   + Header General
     - Logo
     - Menu
     - Sub Menu
     - Mega Menu
     - Mobile Menu
     - Mobile Menu Button
     - Cart Icon
     - Search Icon
   + Header Styles
     - Header Fixed
     - Header Small
   + Featured Title & Breadcrumbs
   + Blog Post
     - Post media
     - Post title
     - Post meta
     - Post excerpt
     - Post read more
     - Blog Grid
     - Blog List
   + Blog Single
     - Post share
     - Post tags
     - Post navigation
     - Post author
     - Post related
   + Comments
     - Comment List
     - Comment Form
   + Widgets
     - Title Widget
     - Widget: Text
     - Widget: Categories, Meta, Archives, Pages
     - Widget: Nav
     - Widget: Calendar
     - Widget: Information
     - Widget: Twitter
     - Widget: Search
     - Widget: Socials
     - Widget: Recent News Advanced
     - Widget: Instagram
     - Widget: Tags
   + Footer
   + Bottom Bar
   + Scroll Top Button
   + Pagination
   + 404 Page
   + Media Queries
*/


/* 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,center,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,ruby,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: "Lato", sans-serif;
    font-weight: 400;
    color: #777;
    font-size: 16px;
    line-height: 1.625;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
    overflow-y: auto;
}

img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic
}

p {
    margin: 0 0 24px;
}

strong,
b,
cite {
    font-weight: bold;
}

dfn,
cite,
em,
i,
blockquote {
    font-style: italic;
}

blockquote {
    position: relative;
    background-color: #f6f6f6;
    color: #999;
    margin: 50px 0 45px;
    padding: 42px 60px 36px 88px;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
}

blockquote:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 100%;
    background-color: #f54e24;
}

blockquote cite {
    padding-top: 20px;
    display: block;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    letter-spacing: 1px;
    font-style: normal;
    text-transform: uppercase;
}

blockquote > p:last-child {
    margin-bottom: 0;
}

blockquote em,
blockquote i {
    font-style: normal;
}

abbr,
acronym {
    border-bottom: 1px dotted #ebebeb;
    cursor: help;
}

mark,
ins {
    text-decoration: none;
}

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: 14px 0 24px;
    padding: 24px;
    background: #f5f5f5;
    border: 1px solid #ebebeb;
    overflow-x: auto;
    font-family: Inconsolata, monospace;
    -webkit-hyphens: none;
    hyphens: none;
    border-radius: 0;
    height: auto;
}


/* Elements
-------------------------------------------------------------- */

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

hr {
    background-color: #ebebeb;
    border: 0;
    height: 1px;
    margin-bottom: 20px;
}


/* List */

ul,
ol {
    padding: 0;
    margin: 0 0 20px 20px;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
}

ul li,
ol li {
    padding: 0.1em 0;
}

dl,
dd {
    margin: 0 0 20px;
}

dt {
    font-weight: bold;
}

del {
    opacity: 0.5;
}


/* Table */

table,
th,
td {
    border: 1px solid #ebebeb;
}

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;
}

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;
}

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"] {
    letter-spacing: 1px;
    color: #777;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    border: none;
    padding: 13px 20px;
    background-color: transparent;
    border: 2px solid #e4e4e4;
    line-height: inherit;
    width: 100%;
    margin-bottom: 24px;
    height: auto;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
}


/* Contact Form 7 */

.wpcf7-form select,
.wpcf7-form textarea,
.wpcf7-form input {
    margin-bottom: 0;
}


/* 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: #c4c4c4;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}


/* Button */

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: #979ea5;
    color: #fff;
    padding: 18px 47px;
    display: inline-block;
    -webkit-appearance: none;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
}


/* 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: #333;
}


/* Placeholder color */

::-webkit-input-placeholder {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 13px;
    line-height: 26px;
    color: #999;
    text-transform: uppercase;
}

:-moz-placeholder {
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    line-height: 26px;
    font-weight: 600;
    color: #999;
    text-transform: uppercase;
}

::-moz-placeholder {
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    line-height: 26px;
    font-weight: 600;
    color: #999;
    text-transform: uppercase;
    opacity: 1;
    /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    line-height: 26px;
    font-weight: 600;
    color: #999;
    text-transform: uppercase;
}


/* Links */

a {
    color: #f54e24;
    outline: 0;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
}

a:hover,
a:focus,
a:active {
    outline: 0;
    color: #333;
    text-decoration: none
}


/* Typography
-------------------------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Montserrat", sans-serif;
    letter-spacing: 0.5px;
    color: #333;
    font-weight: 600;
    line-height: 1.38;
    margin: 0 0 12px;
    text-rendering: optimizeLegibility;
}

h1 {
    font-size: 2.25em;
}


/* 36px */

h2 {
    font-size: 2em;
}


/* 32px */

h3 {
    font-size: 1.75em;
}


/* 28px */

h4 {
    font-size: 1.5em;
}


/* 24px */

h5 {
    font-size: 1.25em;
}


/* 20px */

h6 {
    font-size: 1.125em;
}


/* 18px */

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;
}

.text-accent-color {
    color: #f54e24;
}

.text-white {
    color: #fff !important;
}

.text-dark {
    color: #333 !important;
}

.text-light {
    color: #777 !important;
}

.text-very-light {
    color: #a0a0a0 !important;
}

.bg-accent {
    background-color: #f54e24;
}

.bg-dark {
    background-color: #333 !important;
}

.bg-light {
    background-color: #f0f0f0 !important;
}

.bg-very-light {
    background-color: #f5f5f5 !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;
}

.letter-spacing-n3px {
    letter-spacing: -3px !important;
}

.letter-spacing-n2px {
    letter-spacing: -2px !important;
}

.letter-spacing-n1px {
    letter-spacing: -1px !important;
}

.letter-spacing-1px {
    letter-spacing: 1px !important;
}

.letter-spacing-15px {
    letter-spacing: 1.5px !important;
}

.letter-spacing-2px {
    letter-spacing: 2px !important;
}

.letter-spacing-25px {
    letter-spacing: 2.5px !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-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;
}

.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;
}

.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 {
    padding-top: 100px;
}


/* Revolution Slider
-------------------------------------------------------------- */

.tparrows.custom {
    background-color: #fff;
    width: 35px;
    height: 63px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
}

.tparrows.custom:hover {
    background-color: rgba(255, 255, 255, 0.5);
}

.custom.tparrows.tp-leftarrow:before,
.custom.tparrows.tp-rightarrow:before {
    content: "\e915";
    font-family: "ninzio";
    font-size: 12px;
    line-height: 63px;
    color: #b0b0b0;
}

.custom.tparrows.tp-rightarrow:before {
    content: "\e916";
}

.tp-bullets.custom .tp-bullet {
    width: 6px;
    height: 6px;
    border: 2px solid #fff;
    border-radius: 50%;
    background-color: transparent;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
}

.tp-bullets.custom .tp-bullet.selected {
    background-color: #fff;
}


/* WordPress Styles
-------------------------------------------------------------- */

.bypostauthor > article .comment-author {
    color: #f54e24;
}

.sticky .post-title {
    position: relative;
    padding-left: 25px;
}

.sticky .post-title:before {
    content: "\e955";
    font-family: "ninzio";
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 18px;
    color: #777;
}

.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,
.post-password-form input {
    display: block;
    float: none;
}

.post-password-form input {
    margin-top: 10px
}

.post-password-form input[type="password"] {
    width: 300px;
    max-width: 100%;
}

.post-password-form label {
    font-weight: 700;
    color: #333;
}

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%;
}


/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after,
.weberium-container:before,
.weberium-container:after,
.widget.null-instagram-feed .instagram-pics:before,
.widget.null-instagram-feed .instagram-pics:after {
    clear: both;
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after,
.weberium-container:after,
.widget.null-instagram-feed .instagram-pics {
    clear: both;
}


/* Grid
-------------------------------------------------------------- */

.weberium-row {
    margin: 0 -10px
}

.weberium-row .col {
    float: left;
    padding: 0 10px;
}

.weberium-row .span_1_of_1.col {
    float: none
}

.weberium-row .span_1_of_2 {
    width: 50%
}

.weberium-row .span_1_of_3 {
    width: 33.33%
}

.weberium-row .span_1_of_4 {
    width: 25%
}

.weberium-row .span_1_of_5 {
    width: 20%
}


/* Gutter */

.weberium-row.gutter-5 {
    margin-left: -2.5px;
    margin-right: -2.5px;
}

.weberium-row.gutter-5 > .col {
    padding-left: 2.5px;
    padding-right: 2.5px
}

.weberium-row.gutter-10 {
    margin-left: -5px;
    margin-right: -5px;
}

.weberium-row.gutter-10 > .col {
    padding-left: 5px;
    padding-right: 5px;
}

.weberium-row.gutter-15 {
    margin-left: -7.5px;
    margin-right: -7.5px;
}

.weberium-row.gutter-15 > .col {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.weberium-row.gutter-20 {
    margin-left: -10px;
    margin-right: -10px;
}

.weberium-row.gutter-20 > .col {
    padding-left: 10px;
    padding-right: 10px;
}

.weberium-row.gutter-25 {
    margin-left: -12.5px;
    margin-right: -12.5px;
}

.weberium-row.gutter-25 > .col {
    padding-left: 12.5px;
    padding-right: 12.5px;
}

.weberium-row.gutter-30 {
    margin-left: -15px;
    margin-right: -15px;
}

.weberium-row.gutter-30 > .col {
    padding-left: 15px;
    padding-right: 15px;
}

.weberium-row.gutter-35 {
    margin-left: -17.5px;
    margin-right: -17.5px;
}

.weberium-row.gutter-35 > .col {
    padding-left: 17.5px;
    padding-right: 17.5px;
}

.weberium-row.gutter-40 {
    margin-left: -20px;
    margin-right: -20px;
}

.weberium-row.gutter-40 > .col {
    padding-left: 20px;
    padding-right: 20px;
}

.weberium-row.gutter-45 {
    margin-left: -22.5px;
    margin-right: -22.5px;
}

.weberium-row.gutter-45 > .col {
    padding-left: 22.5px;
    padding-right: 22.5px;
}

.weberium-row.gutter-50 {
    margin-left: -25px;
    margin-right: -25px;
}

.weberium-row.gutter-50 > .col {
    padding-left: 25px;
    padding-right: 25px;
}

.weberium-row.gutter-60 {
    margin-left: -30px;
    margin-right: -30px;
}

.weberium-row.gutter-60 > .col {
    padding-left: 30px;
    padding-right: 30px;
}

.weberium-row.gutter-70 {
    margin-left: -35px;
    margin-right: -35px;
}

.weberium-row.gutter-70 > .col {
    padding-left: 35px;
    padding-right: 35px;
}

.weberium-row.gutter-80 {
    margin-left: -40px;
    margin-right: -40px;
}

.weberium-row.gutter-80 > .col {
    padding-left: 40px;
    padding-right: 40px;
}


/* Layout
-------------------------------------------------------------- */

.weberium-container {
    width: 1180px;
    margin: 0 auto;
    max-width: 90%;
}

#page {
    background: #fff;
}

#main-content {
    padding: 97px 0 597px;
    background-color: #fff;
}

.is-page #main-content {
    background-color: #fff;
}

.no-padding-content #main-content {
    padding: 0;
}

.page-single-project #main-content {
    padding: 0;
}


/* 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: 73.729%
}

#sidebar {
    float: right;
    width: 22.882%
}


/* Sidebar Left */

.sidebar-left #site-content {
    float: right;
}

.sidebar-left #sidebar {
    float: left;
}


/* No Sidebar */

.no-sidebar #site-content,
#site-content.archive-project {
    width: 100% !important;
    max-width: none !important;
    float: none !important;
}


/* Boxed layout */

.site-layout-boxed #wrapper {
    background-color: #f9f9f9;
    padding: 30px;
}

.site-layout-boxed #page {
    width: 1230px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}

.site-layout-boxed #page .weberium-container {
    width: auto !important;
    max-width: none !important;
    padding-left: 30px;
    padding-right: 30px;
}

.site-layout-boxed .header-one #main-nav {
    right: 13px;
}

.site-layout-boxed.box-shadow #page {
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.04);
}


/* Top Bar
-------------------------------------------------------------- */

#top-bar {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    letter-spacing: 0.5px;
}

#top-bar-inner {
    padding: 9px 0 10px;
}

#top-bar .top-bar-inner-wrap {
    display: table;
    width: 100%;
}

#top-bar .top-bar-left {
    display: table-cell;
    margin: 0;
    text-align: left;
    vertical-align: middle;
    width: 65%;
}

#top-bar .top-bar-right {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
    width: 35%;
}


/* Top Bar Left */

#top-bar .top-bar-left .content {
    position: relative;
    margin-right: 20px;
    padding-left: 28px;
}

#top-bar .top-bar-left .content:after {
    content: "";
    width: 1px;
    height: 15px;
    position: absolute;
    left: -15px;
    top: 2px;
}

#top-bar .top-bar-left .content:first-child:after {
    display: none;
}

#top-bar .top-bar-left .content:before {
    font-size: 16px;
    font-weight: normal;
    font-family: "ninzio";
    position: absolute;
    left: 0;
    left: 1px;
    top: -6px;
    content: "";
}

#top-bar .top-bar-left .content.welcome:before {
    content: "\e94e";
}

#top-bar .top-bar-left .content.email:before {
    content: "\e96e";
}

#top-bar .top-bar-left .content.phone:before {
    content: "\e96f";
}

#top-bar .top-bar-left .content.address:before {
    content: "\e96b";
}


/* Top Bar Languages */

#top-bar .languages-switcher {
    display: inline-block;
    position: relative;
    list-style: none;
    margin: 0 18px 0 0;
}

#top-bar .languages-switcher > .active {
    display: inline-block;
    position: relative;
    padding-right: 16px;
}

#top-bar .languages-switcher > .active:after {
    font-size: 7px;
    font-weight: normal;
    content: "\e913";
    font-family: "ninzio";
    position: absolute;
    right: 0;
    top: 4px;
}

#top-bar .languages-switcher > .active:before {
    background-color: rgba(153, 153, 153, 0.5);
    content: "";
    width: 1px;
    height: 15px;
    position: absolute;
    right: -16px;
    top: 2px;
}

#top-bar .languages-switcher .sub-lang {
    background-color: #232323;
    width: 180px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: -15px;
    top: 100%;
    z-index: 999;
    -webkit-transition: all ease .238s;
    -moz-transition: all ease .238s;
    transition: all ease .238s;
}

#top-bar .languages-switcher:hover .sub-lang {
    opacity: 1;
    visibility: visible;
}

#top-bar .languages-switcher .sub-lang a {
    padding: 0 15px;
    display: block;
    text-align: left;
    border-top: 1px solid #292929;
    color: #999;
    line-height: 36px;
}

#top-bar .languages-switcher .sub-lang a:hover {
    color: #fff;
}

#top-bar .languages-switcher > .active:hover {
    opacity: 0.7;
}


/* Top Bar Menu */

.top-bar-menu-wrap {
    display: inline-block;
}

.top-bar-menu {
    margin: 0;
    list-style: none;
    padding-left: 10px;
}

.top-bar-menu li {
    margin-right: 24px
}

.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;
    left: -15px;
    top: 3px;
}

.top-bar-menu li:first-child:before {
    display: none;
}

.top-bar-menu li a {
    font-family: "Montserrat", sans-serif;
    display: inline-block;
    text-transform: uppercase;
    position: relative;
}

.top-bar-menu li a:before {
    opacity: 0;
    content: "";
    position: absolute;
    left: 50%;
    bottom: -2px;
    width: 0;
    height: 2px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 300ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
    transition: all 300ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
}

.top-bar-menu li:hover a:before {
    opacity: 1;
    width: 100%;
}


/* Top Bar Button */

#top-bar .top-bar-button {
    display: inline-block;
    margin: 0 0 0 20px;
}

#top-bar .top-bar-button a {
    display: inline-block;
    padding: 5px 18px;
    font-size: 11px;
    font-family: "Montserrat", sans-serif;
}


/* Style 1 */

.top-bar-style-1 #top-bar {
    background-color: #33373b;
}

.top-bar-style-1 #top-bar,
.top-bar-style-1 #top-bar a {
    color: #fff;
}

.top-bar-style-1 .top-bar-menu li a:before {
    background-color: #f54e24;
}

.top-bar-style-1 #top-bar .top-bar-content .content:after,
.top-bar-style-1 .top-bar-menu li:before {
    background-color: rgba(153, 153, 153, 0.5);
}

.top-bar-style-1 #top-bar .top-bar-socials .icons a {
    color: #fff;
}

.top-bar-style-1 #top-bar .top-bar-socials .icons a:hover {
    color: #f54e24;
}

.top-bar-style-1 #top-bar .top-bar-content .content:before {
    color: #f54e24;
}

.top-bar-style-1 #top-bar .top-bar-button a {
    background-color: #fff;
    color: #777;
}

.top-bar-style-1 #top-bar .top-bar-button a:hover {
    background-color: #f54e24;
    color: #fff;
}


/* Style 2 */

.top-bar-style-2 #top-bar {
    background-color: #e4e4e4;
}

.top-bar-style-2 #top-bar,
.top-bar-style-2 #top-bar a {
    color: #777;
}

.top-bar-style-2 .top-bar-menu li a:before {
    background-color: #f54e24;
}

.top-bar-style-2 #top-bar .top-bar-content .content:after,
.top-bar-style-2 .top-bar-menu li:before {
    background-color: rgba(119, 119, 119, 0.5);
}

.top-bar-style-2 #top-bar .top-bar-socials .icons a {
    color: #a1a1a1;
}

.top-bar-style-2 #top-bar .top-bar-socials .icons a:hover {
    color: #f54e24;
}

.top-bar-style-2 #top-bar .top-bar-content .content:before {
    color: #f54e24;
}

.top-bar-style-3 #top-bar .top-bar-button a {
    background-color: #fff;
    color: #777;
}

.top-bar-style-2 #top-bar .top-bar-button a:hover {
    background-color: #333;
    color: #fff;
}

.top-bar-style-2 #top-bar .languages-switcher > .active:before {
    background-color: rgba(119, 119, 119, 0.5);
}

.top-bar-style-2 #top-bar .top-bar-button a {
    background-color: #33373b;
    color: #fff;
}

.top-bar-style-2 #top-bar .top-bar-button a:hover {
    background-color: #f54e24;
    color: #fff;
}


/* Style 3 */

.top-bar-style-3 #top-bar {
    background-color: #f54e24;
}

.top-bar-style-3 #top-bar,
.top-bar-style-3 #top-bar a {
    color: #fff;
}

.top-bar-style-3 .top-bar-menu li a:before {
    background-color: #fff;
}

.top-bar-style-3 #top-bar .top-bar-content .content:after,
.top-bar-style-3 .top-bar-menu li:before {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-bar-style-3 #top-bar .top-bar-content .content:before,
.top-bar-style-3 #top-bar .top-bar-socials .icons a {
    color: #fff;
}

.top-bar-style-3 #top-bar .top-bar-socials .icons a:hover {
    color: #33373b;
}

.top-bar-style-3 #top-bar .languages-switcher > .active:before {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-bar-style-3 #top-bar .top-bar-button a {
    background-color: #fff;
    color: #777;
}

.top-bar-style-3 #top-bar .top-bar-button a:hover {
    background-color: #33373b;
    color: #fff;
}


/* Header General
-------------------------------------------------------------- */

#site-header {
    position: relative;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.04);
    z-index: 100;
}

#site-header-inner {
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
}

#site-header #main-nav .menu-fallback {
    padding-right: 16px;
}

#site-header #main-nav .menu-fallback:hover {
    color: #aaa;
}

#site-header #main-nav > ul > li > a {
    height: 100px;
    line-height: 100px;
}


/* Logo */

#site-logo {
    float: left;
    max-width: 100%;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
}

#site-logo-inner {
    margin: 24px 0;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
}

#site-logo .site-logo-text {
    color: #333;
    font-size: 22px;
    line-height: 42px;
    font-weight: 700;
}

#site-logo .site-logo-text:hover {
    color: #f54e24;
}


/* Menu */

#main-nav .menu-fallback {
    position: relative;
    text-decoration: underline;
    display: inline-block;
    height: 100px;
    line-height: 100px;
}

#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;
    padding: 0 13px;
}

#main-nav > ul > li > a > span {
    padding: 2px 5px;
}

#main-nav > ul > li > a {
    display: block;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 14px;
}

#main-nav > ul > li > a:not([href]) {
    cursor: pointer;
}

#main-nav > ul > li.current-menu-item > a:before,
#main-nav > ul > li.current-menu-parent > a:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100%;
    height: 3px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}


/* Sub Menu */

#main-nav .sub-menu {
    padding: 21px 0;
    background-color: #33363a;
    position: absolute;
    width: 258px;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
}

#main-nav .sub-menu .sub-menu {
    left: 100%;
    top: -21px;
    background-color: #292c2f;
}

#main-nav .sub-menu .sub-menu .sub-menu {
    background-color: #1f2224;
}

#main-nav .sub-menu li a {
    padding: 6px 25px 5px 21px;
    color: #b2b3b5;
    font-size: 12px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    display: block;
}

#main-nav .sub-menu li:first-child > a {
    border: 0;
}

#main-nav .sub-menu li a:hover {
    color: #fff;
}

#main-nav li:hover > .sub-menu {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
}

#main-nav .sub-menu li.menu-item-has-children > a:after {
    right: 20px;
    line-height: normal;
    font-size: 8px;
    font-weight: normal;
    content: "\e916";
    font-family: "ninzio";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}


/* Mega Menu */

#main-nav li.megamenu {
    position: inherit;
}

#main-nav li.megamenu .sub-menu li a {
    padding: 7px 0 6px 0;
}

#main-nav li.megamenu ul.sub-menu {
    z-index: 999999;
    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 {
    display: none;
}

#main-nav li.megamenu > ul.sub-menu {
    width: 100%;
    left: 0;
    right: auto;
    border-radius: 0;
    background-color: #33363a;
    padding: 40px 0 40px;
}

#main-nav li.megamenu > ul.sub-menu > li {
    display: block;
    float: left;
    width: 100%;
    border-right: 1px solid #484a4e;
}

#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;
    position: relative;
    font-size: 14px;
    color: #fff;
    padding-bottom: 10px;
    margin-bottom: 8px;
}

#main-nav li.megamenu > ul.sub-menu > .menu-item-has-children > a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 56px;
    height: 2px;
    background-color: #f54e24;
}

#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;
    margin: 0 auto;
    width: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 999999;
    background-color: #222;
}

#main-nav-mobi ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}

#main-nav-mobi ul li {
    margin: 0;
    position: relative;
    text-align: center;
    cursor: pointer;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding-top: 0;
    padding-bottom: 0;
}

#main-nav-mobi ul > li > a {
    color: #b1b1b1;
    font-family: "Montserrat", sans-serif;
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 50px;
    text-decoration: none;
}

#main-nav-mobi ul > li > a:hover {
    color: #f54e24;
}

#main-nav-mobi .menu-item-has-children .arrow {
    cursor: pointer;
    display: inline-block;
    font-family: "ninzio";
    font-size: 8px;
    line-height: 50px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 50px;
}

#main-nav-mobi .menu-item-has-children .arrow:before {
    content: "\e916";
    color: #b1b1b1;
}

#main-nav-mobi .menu-item-has-children .arrow.active:before {
    content: "\e913";
}

#main-nav-mobi ul ul li {
    background-color: #292929;
}

#main-nav-mobi ul ul ul li {
    background-color: #222;
}


/* Mobile Menu Button */

.mobile-button {
    width: 26px;
    height: 26px;
    display: none;
    float: right;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
}

.mobile-button:before,
.mobile-button:after,
.mobile-button span {
    background-color: #777;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
}

.mobile-button:before,
.mobile-button:after {
    content: '';
    position: absolute;
    top: 0;
    height: 3px;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.mobile-button span {
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
    top: 50%;
    overflow: hidden;
    text-indent: 200%;
}

.mobile-button:before {
    -webkit-transform: translate3d(0, -7px, 0);
    transform: translate3d(0, -7px, 0);
}

.mobile-button:after {
    -webkit-transform: translate3d(0, 7px, 0);
    transform: translate3d(0, 7px, 0);
}

.mobile-button.active span {
    opacity: 0;
}

.mobile-button.active:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
}

.mobile-button.active:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
}


/* Mobile Menu Extend */
.nav-extend {
    display: none;
}

#main-nav-mobi .cart-info {
    background-color: #1e1e1e;
    line-height: 40px;
    display: block;
    margin: 15px 20px;
}

#main-nav-mobi .search-form {
    position: relative;
    margin: 15px 20px;
}

.menu-has-search.menu-has-cart #main-nav-mobi .search-form {
    margin-bottom: 0;
}

#main-nav-mobi .search-form .search-field {
    padding-right: 48px;
    margin-bottom: 0;
    padding: 6px 20px;
    background-color: #ececec;
}

#main-nav-mobi .search-form .search-submit {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 24px;
    height: 24px;
    text-align: center;
    text-indent: 999999px;
    background-color: transparent;
    padding: 0;
    border: 0;
    overflow: hidden;
}

#main-nav-mobi .search-form .search-submit:before {
    color: #777;
    content: "\e957";
    font-family: "ninzio";
    font-size: 15px;
    position: absolute;
    left: 0;
    top: 2px;
    width: 100%;
    text-align: center;
    text-indent: 0;
    font-weight: normal;
    -webkit-transition: color ease .238s;
    -moz-transition: color ease .238s;
    transition: color ease .238s;
}

#main-nav-mobi .search-form .search-submit:hover:before {
    color: #292929;
}


/* Cart & Search Icon */

.cart-search-wrap {
    float: right;
    position: relative;
    margin-left: 20px;
}

.cart-search-wrap:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: 40px;
    margin-top: -20px;
}

.nav-top-cart-wrapper {
    float: right;
    padding: 30px 0 30px 49px;
    position: relative;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
}

.nav-top-cart-wrapper .nav-cart-trigger .cart-icon {
    display: inline-block;
}

.nav-top-cart-wrapper .shopping-cart-items-count {
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    position: absolute;
    right: 2px;
    top: 1px;
    width: 17px;
    height: 17px;
    line-height: 16px;
    font-size: 12px;
    display: block;
    border-radius: 50%;
    text-align: center;
}

.nav-top-cart-wrapper .nav-shop-cart {
    width: 317px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 999999;
    background-color: #fff;
    padding: 0px;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
}

.nav-top-cart-wrapper:hover .nav-shop-cart {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
}

.nav-top-cart-wrapper .nav-cart-trigger {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 26px;
}

#site-header .header-search-icon {
    position: relative;
    display: block;
    text-align: center;
    width: 20px;
    height: 40px;
    line-height: 40px;
    font-size: 26px;
}

#site-header .header-search-icon {
    font-size: 18px;
}

#site-header #header-search {
    float: right;
    padding: 30px 0 30px 20px;
    position: relative;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
}

#site-header .header-search-form {
    position: absolute;
    right: 0;
    top: 100%;
    width: 268px;
    display: none;
}

#site-header .header-search-field {
    border: 0;
    width: 268px;
    height: 40px;
    margin: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #fff;
    box-shadow: 1px 2px 10px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 1px 2px 10px 0px rgba(0, 0, 0, 0.15)
}

#site-header .header-search-submit {
    position: absolute;
    right: 0;
    top: 0;
    display: none;
}

#site-header .header-search-form.show {
    opacity: 1;
    visibility: visible;
}


/* Header Fixed */

#site-header.is-fixed,
.site-navigation-wrap.is-fixed {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9989;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.header-style-4 #site-header.is-fixed:after {
    background-color: #000;
    opacity: 0.7;
}


/* Header Small */

#site-header.is-small #site-logo-inner {
    margin: 4px 0;
}

#site-header.is-small #main-nav > ul > li > a {
    height: 68px;
    line-height: 68px;
}

#site-header.is-small #header-search,
#site-header.is-small .nav-top-cart-wrapper {
    padding-top: 14px;
    padding-bottom: 14px;
}


/* Header Full-width */

.header-fullwidth #site-header,
.header-fullwidth #top-bar {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.header-fullwidth #site-header .weberium-container,
.header-fullwidth #top-bar .weberium-container {
    width: 100% !important;
    max-width: none !important;
}


/* Header Styles
-------------------------------------------------------------- */


/* Header Style 1 */

.header-style-1 #site-header {
    background-color: #fff;
}

.header-style-1 #main-nav > ul > li > a {
    color: #777;
}

.header-style-1 #main-nav > ul > li > a:hover {
    color: #333;
    position: relative;
}

.header-style-1 #site-header .nav-top-cart-wrapper .nav-cart-trigger,
.header-style-1 #site-header .header-search-icon {
    color: #999;
}

.header-style-1 .nav-top-cart-wrapper .shopping-cart-items-count {
    background-color: #f54e24;
    color: #fff;
    font-weight: 600;
}

.header-style-1 #site-header .header-search-icon:hover {
    color: #f54e24;
}

.header-style-1 .cart-search-wrap:before {
    background-color: rgba(0, 0, 0, 0.15);
}

.header-style-1.cur-menu-1 #main-nav > ul > li.current-menu-item > a,
.header-style-1.cur-menu-1 #main-nav > ul > li.current-menu-parent > a {
    color: #f54e24;
    position: relative;
}

.header-style-1.cur-menu-1 #main-nav > ul > li.current-menu-item > a:before,
.header-style-1.cur-menu-1 #main-nav > ul > li.current-menu-parent > a:before {
    background-color: #f54e24;
    opacity: 1;
    width: 100%;
}

.header-style-1.cur-menu-1 #main-nav > ul > li > a {
    position: relative;
}

.header-style-1.cur-menu-1 #main-nav > ul > li > a:before {
    background-color: #f54e24;
    opacity: 0;
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 3px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 300ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
    transition: all 300ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
}

.header-style-1.cur-menu-1 #main-nav > ul > li:hover > a:before {
    opacity: 1;
    width: 100%;
}

.header-style-1.cur-menu-2 #main-nav > ul > li.current-menu-item > a,
.header-style-1.cur-menu-2 #main-nav > ul > li.current-menu-parent > a {
    color: #f54e24;
}

.header-style-1.cur-menu-3 #main-nav > ul > li.current-menu-item > a,
.header-style-1.cur-menu-3 #main-nav > ul > li.current-menu-parent > a {
    color: #fff;
}

.header-style-1.cur-menu-3 #main-nav > ul > li.current-menu-item > a > span,
.header-style-1.cur-menu-3 #main-nav > ul > li.current-menu-parent > a > span {
    background-color: #f54e24;
}

.header-style-1.cur-menu-4 #main-nav > ul > li.current-menu-item > a,
.header-style-1.cur-menu-4 #main-nav > ul > li.current-menu-parent > a {
    color: #f54e24;
    position: relative;
}

.header-style-1.cur-menu-4 #main-nav > ul > li.current-menu-item > a:before,
.header-style-1.cur-menu-4 #main-nav > ul > li.current-menu-parent > a:before {
    background-color: #f54e24;
    opacity: 1;
    width: 100%;
}

.header-style-1.cur-menu-4 #main-nav > ul > li > a {
    position: relative;
}

.header-style-1.cur-menu-4 #main-nav > ul > li > a:before {
    background-color: #f54e24;
    opacity: 0;
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 0;
    height: 3px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 300ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
    transition: all 300ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
}

.header-style-1.cur-menu-4 #main-nav > ul > li:hover > a:before {
    opacity: 1;
    width: 100%;
}

.header-style-1.cur-menu-5 #main-nav > ul > li.current-menu-item > a,
.header-style-1.cur-menu-5 #main-nav > ul > li.current-menu-parent > a {
    color: #f54e24;
}

.header-style-1.cur-menu-5 #main-nav > ul > li.current-menu-item > a > span,
.header-style-1.cur-menu-5 #main-nav > ul > li.current-menu-parent > a > span {
    background-color: #f3f3f3;
    padding: 5px 18px;
    border-radius: 14px;
}

.header-style-1.cur-menu-6 #main-nav > ul > li.current-menu-item > a,
.header-style-1.cur-menu-6 #main-nav > ul > li.current-menu-parent > a {
    color: #f54e24;
}

.header-style-1.cur-menu-6 #main-nav > ul > li.current-menu-item > a > span,
.header-style-1.cur-menu-6 #main-nav > ul > li.current-menu-parent > a > span {
    padding: 3px 16px;
    border-radius: 14px;
    border: 2px solid #e0e0e0;
}


/* Header Style 2 */

.header-style-2 #site-header {
    background-color: #33373b;
}

.header-style-2 #main-nav > ul > li > a {
    color: #fff;
}

.header-style-2 #main-nav > ul > li > a:hover {
    color: #f54e24;
}

.header-style-2 #site-header .nav-top-cart-wrapper .nav-cart-trigger,
.header-style-2 #site-header .header-search-icon {
    color: #fff;
}

.header-style-2 .nav-top-cart-wrapper .shopping-cart-items-count {
    background-color: #f54e24;
    color: #fff;
}

.header-style-2 #site-header .header-search-icon:hover {
    color: #f54e24;
}

.header-style-2 .cart-search-wrap:before {
    background-color: rgba(255, 255, 255, 0.2);
}

.header-style-2.cur-menu-1 #main-nav > ul > li.current-menu-item > a,
.header-style-2.cur-menu-1 #main-nav > ul > li.current-menu-parent > a {
    color: #fff;
    position: relative;
}

.header-style-2.cur-menu-1 #main-nav > ul > li.current-menu-item > a:before,
.header-style-2.cur-menu-1 #main-nav > ul > li.current-menu-parent > a:before {
    background-color: #f54e24;
    opacity: 1;
    width: 100%;
}

.header-style-2.cur-menu-1 #main-nav > ul > li > a {
    position: relative;
}

.header-style-2.cur-menu-1 #main-nav > ul > li > a:before {
    background-color: #f54e24;
    opacity: 0;
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 3px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 300ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
    transition: all 300ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
}

.header-style-2.cur-menu-1 #main-nav > ul > li:hover > a:before {
    opacity: 1;
    width: 100%;
}

.header-style-2.cur-menu-2 #main-nav > ul > li.current-menu-item > a,
.header-style-2.cur-menu-2 #main-nav > ul > li.current-menu-parent > a {
    color: #f54e24;
}

.header-style-2.cur-menu-3 #main-nav > ul > li.current-menu-item > a,
.header-style-2.cur-menu-3 #main-nav > ul > li.current-menu-parent > a {
    color: #fff;
}

.header-style-2.cur-menu-3 #main-nav > ul > li.current-menu-item > a > span,
.header-style-2.cur-menu-3 #main-nav > ul > li.current-menu-parent > a > span {
    background-color: #f54e24;
}

.header-style-2.cur-menu-4 #main-nav > ul > li.current-menu-item > a,
.header-style-2.cur-menu-4 #main-nav > ul > li.current-menu-parent > a {
    position: relative;
}

.header-style-2.cur-menu-4 #main-nav > ul > li.current-menu-item > a:before,
.header-style-2.cur-menu-4 #main-nav > ul > li.current-menu-parent > a:before {
    background-color: #f54e24;
    opacity: 1;
    width: 100%;
}

.header-style-2.cur-menu-4 #main-nav > ul > li > a {
    position: relative;
}

.header-style-2.cur-menu-4 #main-nav > ul > li > a:before {
    background-color: #f54e24;
    opacity: 0;
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 0;
    height: 3px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 300ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
    transition: all 300ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
}

.header-style-2.cur-menu-4 #main-nav > ul > li:hover > a:before {
    opacity: 1;
    width: 100%;
}


/* Header Style 3 */

.header-style-3 #site-header {
    background-color: #f54e24;
}

.header-style-3 #main-nav > ul > li > a {
    color: #fff;
}

.header-style-3 #main-nav > ul > li > a:hover {
    color: #33373b;
}

.header-style-3 #site-header .nav-top-cart-wrapper .nav-cart-trigger,
.header-style-3 #site-header .header-search-icon {
    color: #fff;
}

.header-style-3 .nav-top-cart-wrapper .shopping-cart-items-count {
    background-color: #333;
    color: #fff;
}

.header-style-3 #site-header .header-search-icon:hover {
    color: #333;
}

.header-style-3 .cart-search-wrap:before {
    background-color: rgba(255, 255, 255, 0.2);
}

.header-style-3.cur-menu-1 #main-nav > ul > li.current-menu-item > a,
.header-style-3.cur-menu-1 #main-nav > ul > li.current-menu-parent > a {
    color: #fff;
    position: relative;
}

.header-style-3.cur-menu-1 #main-nav > ul > li.current-menu-item > a:before,
.header-style-3.cur-menu-1 #main-nav > ul > li.current-menu-parent > a:before {
    background-color: #fff;
}

.header-style-3.cur-menu-2 #main-nav > ul > li.current-menu-item > a,
.header-style-3.cur-menu-2 #main-nav > ul > li.current-menu-parent > a {
    color: #333;
}

.header-style-3.cur-menu-3 #main-nav > ul > li.current-menu-item > a,
.header-style-3.cur-menu-3 #main-nav > ul > li.current-menu-parent > a {
    color: #fff;
}

.header-style-3.cur-menu-3 #main-nav > ul > li.current-menu-item > a > span,
.header-style-3.cur-menu-3 #main-nav > ul > li.current-menu-parent > a > span {
    position: relative;
    padding: 2px;
}

.header-style-3.cur-menu-3 #main-nav > ul > li.current-menu-item > a > span:after,
.header-style-3.cur-menu-3 #main-nav > ul > li.current-menu-parent > a > span:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    background-color: #fff;
    width: 100%;
    height: 3px;
}

.header-style-3.cur-menu-4 #main-nav > ul > li.current-menu-item > a,
.header-style-3.cur-menu-4 #main-nav > ul > li.current-menu-parent > a {
    position: relative;
}

.header-style-3.cur-menu-4 #main-nav > ul > li.current-menu-item > a:before,
.header-style-3.cur-menu-4 #main-nav > ul > li.current-menu-parent > a:before {
    background-color: #fff;
    opacity: 1;
    width: 100%;
}

.header-style-3.cur-menu-4 #main-nav > ul > li > a {
    position: relative;
}

.header-style-3.cur-menu-4 #main-nav > ul > li > a:before {
    background-color: #fff;
    opacity: 0;
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 0;
    height: 3px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 300ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
    transition: all 300ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
}

.header-style-3.cur-menu-4 #main-nav > ul > li:hover > a:before {
    opacity: 1;
    width: 100%;
}


/* Header Style 4 */

.header-style-4 #site-header:after {
    background-color: transparent;
    content: "";
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.header-style-4 #site-header-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 150;
}

.header-style-4 #site-header {
    background-color: transparent !important;
    box-shadow: none;
}

.header-style-4 #main-nav > ul > li > a {
    color: #fff;
}

.header-style-4 #main-nav > ul > li > a:hover {
    color: #f54e24;
}

.header-style-4 #site-header .nav-top-cart-wrapper .nav-cart-trigger,
.header-style-4 #site-header .header-search-icon {
    color: #fff;
}

.header-style-4 .nav-top-cart-wrapper .shopping-cart-items-count {
    background-color: #f54e24;
    color: #fff;
}

.header-style-4 #site-header .header-search-icon:hover {
    color: #f54e24;
}

.header-style-4 .cart-search-wrap:before {
    background-color: rgba(255, 255, 255, 0.2);
}

.header-style-4.cur-menu-1 #main-nav > ul > li.current-menu-item > a,
.header-style-4.cur-menu-1 #main-nav > ul > li.current-menu-parent > a {
    color: #fff;
    position: relative;
}

.header-style-4.cur-menu-1 #main-nav > ul > li.current-menu-item > a:before,
.header-style-4.cur-menu-1 #main-nav > ul > li.current-menu-parent > a:before {
    background-color: #fff;
}

.header-style-4.cur-menu-2 #main-nav > ul > li.current-menu-item > a,
.header-style-4.cur-menu-2 #main-nav > ul > li.current-menu-parent > a {
    color: #f54e24;
}

.header-style-4.cur-menu-3 #main-nav > ul > li.current-menu-item > a,
.header-style-4.cur-menu-3 #main-nav > ul > li.current-menu-parent > a {
    color: #fff;
}

.header-style-4.cur-menu-3 #main-nav > ul > li.current-menu-item > a > span,
.header-style-4.cur-menu-3 #main-nav > ul > li.current-menu-parent > a > span {
    background-color: #f54e24;
    color: #fff;
}

.header-style-4.cur-menu-4 #main-nav > ul > li.current-menu-item > a,
.header-style-4.cur-menu-4 #main-nav > ul > li.current-menu-parent > a {
    position: relative;
}

.header-style-4.cur-menu-4 #main-nav > ul > li.current-menu-item > a:before,
.header-style-4.cur-menu-4 #main-nav > ul > li.current-menu-parent > a:before {
    background-color: #f54e24;
    opacity: 1;
    width: 100%;
}

.header-style-4.cur-menu-4 #main-nav > ul > li > a {
    position: relative;
}

.header-style-4.cur-menu-4 #main-nav > ul > li > a:before {
    background-color: #f54e24;
    opacity: 0;
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 0;
    height: 3px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 300ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
    transition: all 300ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
}

.header-style-4.cur-menu-4 #main-nav > ul > li:hover > a:before {
    opacity: 1;
    width: 100%;
}


/* Featured Title
-------------------------------------------------------------- */

#featured-title {
    background: #f0f0f0;
    border-style: solid;
}

#featured-title .featured-title-inner-wrap {
    padding: 44px 0;
    display: table;
    overflow: hidden;
    width: 100%;
}

#featured-title .featured-title-heading-wrap {
    display: table-cell;
    margin: 0;
    text-align: left;
    vertical-align: middle;
    width: 40%;
}

#featured-title #breadcrumbs {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #777;
    display: table-cell;
    text-align: right;
    vertical-align: middle;
    width: 60%;
}

#featured-title .featured-title-heading {
    position: relative;
    font-size: 20px;
    line-height: 1.2;
    color: #777;
    letter-spacing: 2px;
    text-transform: uppercase;
    z-index: 1;
    display: inline-block;
    margin: 0;
}

#featured-title .featured-title-heading.has-shadow {
    text-shadow: rgba(0, 0, 0, 0.3) 0px 1px 1px
}

#featured-title .featured-title-heading: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: 0px;
}

#featured-title #breadcrumbs .breadcrumbs-inner {
    z-index: 1;
    position: relative;
    display: inline-block;
}

#breadcrumbs .breadcrumb-trail {
    padding-left: 40px;
    position: relative;
}

#breadcrumbs .breadcrumb-trail:before {
    content: "\e96c";
    font-weight: normal;
    font-size: 23px;
    line-height: normal;
    font-family: "ninzio";
    position: absolute;
    left: 0;
    top: -3px;
}

#featured-title #breadcrumbs a {
    color: #777;
}

#featured-title #breadcrumbs a:hover {
    color: #f54e24;
}

#featured-title #breadcrumbs .breadcrumb-trail > a,
#featured-title #breadcrumbs .breadcrumb-trail > span {
    position: relative;
    display: inline-block;
    padding-left: 14px;
    margin-right: 9px;
}

#featured-title #breadcrumbs .breadcrumb-trail > a:before,
#featured-title #breadcrumbs .breadcrumb-trail > span:before {
    content: "/";
    position: absolute;
    left: 0;
    top: 1px;
    font-weight: normal;
}

#featured-title #breadcrumbs .breadcrumb-trail > a:first-child:before {
    display: none;
}

#featured-title #breadcrumbs .breadcrumb-trail > a:first-child {
    padding-left: 0;
    margin-left: 0;
}


/* Featured Title other styles */

#featured-title.featured-title-right .featured-title-heading-wrap {
    text-align: right;
}

#featured-title.featured-title-right #breadcrumbs {
    text-align: left;
}

#featured-title.featured-title-centered1 .featured-title-inner-wrap,
#featured-title.featured-title-centered2 .featured-title-inner-wrap {
    display: block;
}

#featured-title.featured-title-centered1 .featured-title-heading-wrap,
#featured-title.featured-title-centered2 .featured-title-heading-wrap {
    display: block;
    width: 100%;
    text-align: center;
}

#featured-title.featured-title-centered1 #breadcrumbs {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 5px;
}

#featured-title.featured-title-centered2 #breadcrumbs {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
}

#featured-title.featured-title-centered2 .featured-title-heading-wrap {
    margin-top: 5px;
}

#featured-title.featured-title-centered1 .featured-title-heading-wrap {
    margin-bottom: 5px;
}


/* Blog Post
-------------------------------------------------------------- */

.hentry {
    margin-top: 70px;
}

.hentry:first-child {
    margin-top: 0;
}

.hentry .post-content-archive-wrap {
    position: relative;
}

.hentry .post-date-custom {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 80px;
    z-index: 9999;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

.hentry .post-date-custom > span {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    display: block;
    text-align: center;
    text-transform: uppercase;
}

.post-date-custom > span:first-child {
    font-size: 36px;
    line-height: 28px;
    color: #333;
    padding-top: 16px;
}

.blog-has-date .hentry .post-content-archive-wrap {
    padding-left: 100px;
}

.post-date-custom > span:last-child {
    font-size: 13px;
    line-height: 23px;
}

.hentry .post-media iframe {
    margin-bottom: 0;
}

.hentry .page-links {
    clear: both;
    font-size: 16px;
    padding: 20px 0 10px;
    text-transform: uppercase;
}

.hentry .page-links a {
    display: inline-block;
    background-color: #dbdbdb;
    color: #777;
    padding: 0 10px;
}

.hentry .page-links a:hover {
    opacity: 0.7;
}


/* Post media */

.post-media {
    position: relative;
    margin-bottom: 44px;
}

.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: "\e937";
    font-family: "ninzio";
    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: "\e938";
}

.post-media .slick-prev {
    left: 10px;
}

.post-media .slick-next {
    right: 10px;
}

.post-media .slick-prev:hover,
.post-media .slick-next:hover {
    background-color: #f54e24;
}

.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%;
    -webkit-border-radius: 50%;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
}

.post-media .slick-dots li.slick-active button {
    background-color: #f54e24;
}


/* Post title */

.hentry .post-title {
    font-size: 28px;
    margin-bottom: 19px;
    letter-spacing: normal;
}

.hentry .post-title > span {
    background-repeat: repeat-x;
    background-position: 0 100%;
    padding: 0 20px 1px 0;
    background-image: -webkit-gradient(linear, left top, right top, from(#b9e9e9), to(#b9e9e9));
    background-image: linear-gradient(to right, #b9e9e9 0%, #b9e9e9 100%);
    background-size: 100% 13px;
}

.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: #222;
}

.hentry .post-title a:hover {
    color: #f54e24;
}


/* Post meta */

.hentry .post-meta {
    color: #999;
    font-size: 13px;
    margin-bottom: 12px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    background-color: transparent;
}

.hentry .post-meta a {
    color: #999;
}

.hentry .post-meta a:hover {
    color: #f54e24;
}

.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 {
    content: "";
    font-style: normal;
    line-height: normal;
    position: absolute;
    left: 0;
}


/* Style 1 */

.hentry .post-meta.style-1 .item {
    margin-right: 20px;
}

.hentry .post-meta.style-1 .item .inner {
    padding-left: 22px;
}

.hentry .post-meta.style-1 .item .inner:before {
    font-family: "ninzio";
    top: 2px;
    font-size: 12px;
    font-weight: normal;
}

.hentry .post-meta.style-1 .item.post-by-author .inner:before {
    content: "\e95c";
}

.hentry .post-meta.style-1 .item.post-date .inner:before {
    content: "\e930";
}

.hentry .post-meta.style-1 .item.post-comment .inner:before {
    content: "\e970";
}

.hentry .post-meta.style-1 .item.post-meta-categories .inner:before {
    content: "\e947";
}


/* Style 2 */

.hentry .post-meta.style-2 .item .inner:before {
    content: "/";
    top: -1px;
    line-height: normal;
    font-size: 15px;
    font-weight: normal;
}

.hentry .post-meta.style-2 .item {
    margin-right: 8px;
}

.hentry .post-meta.style-2 .item:last-child {
    margin-left: 0;
}

.hentry .post-meta.style-2 .item .inner {
    padding-left: 15px;
}

.hentry .post-meta.style-2 .item:first-child .inner {
    padding-left: 0;
}

.hentry .post-meta.style-2 .item:first-child .inner:before {
    display: none;
}


/* Post excerpt */

.hentry .post-excerpt {
    position: relative;
    z-index: 1;
    margin-bottom: 21px;
}

.hentry .post-excerpt:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: transparent;
    border: 1px solid transparent;
}

.hentry .post-excerpt p:last-child {
    margin-bottom: 0;
}


/* Post read more */

.hentry .post-link a {
    padding: 8px 35px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 12px;
    background-color: #f54e24;
    color: #fff;
    display: inline-block;
}

.hentry .post-link a:hover {
    background-color: #333;
    color: #fff;
}


/* Blog Grid
-------------------------------------------------------------- */

.blog-grid {
    margin: 0 -20px;
}

.blog-grid .hentry {
    width: 33.333%;
    float: left;
    padding: 0 20px;
    margin: 0;
}

.blog-grid .hentry .post-title {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 9px;
}

.blog-grid .hentry .post-title > span {
    padding: 0 20px 1px 20px
}

.blog-grid .hentry .post-meta .post-by-author,
.blog-grid .hentry .post-meta .post-comment,
.blog-grid .hentry .post-meta .post-meta-categories {
    display: none;
}

.blog-grid .post-media {
    margin-bottom: 24px;
}

.blog-grid .post-media img {
    width: 100%;
    height: auto;
}

.blog-grid .hentry .post-content-wrap {
    padding: 0px 30px 53px;
    border: 0;
    text-align: center;
}

.blog-has-date .blog-grid .hentry .post-content-archive-wrap {
    padding-left: 0;
}


/* Blog List
-------------------------------------------------------------- */

.blog-list .hentry {
    margin-top: 56px;
    padding: 23px 30px 23px 19px;
    background-color: #f5f5f5;
}

.blog-list .hentry:first-child {
    margin: 0;
}

.blog-list .hentry .post-content-archive-wrap {
    padding: 0;
}

.blog-list .post-media {
    width: 44.15%;
    float: left;
    margin: 0;
}

.blog-list .post-content-wrap {
    width: 50.15%;
    float: right;
}

.blog-list .hentry .post-date-custom {
    left: 11px;
    top: 10px;
}

.blog-list .hentry .post-title {
    font-size: 28px;
    line-height: 38px;
    margin: 30px 0 17px;
    letter-spacing: normal;
}

.blog-list .hentry .post-title > span {
    padding: 0 20px 1px 0;
}

.blog-list .hentry .post-meta .post-by-author,
.blog-list .hentry .post-meta .post-comment,
.blog-list .hentry .post-meta .post-meta-categories {
    display: none;
}

.blog-list .hentry .post-content-wrap {
    border: 0;
    padding: 0;
}

.blog-list .hentry .post-excerpt {
    margin-bottom: 20px;
}

.blog-has-date .blog-list .hentry .post-content-archive-wrap {
    padding-left: 0;
}


/* Blog single
-------------------------------------------------------------- */

.hentry .post-content-single-wrap {
    position: relative;
}

.hentry .post-content-single-wrap .post-media {
    margin: 0 0 28px 0;
}

.hentry .post-content-single-wrap .post-title {
    margin-bottom: 20px;
}

.hentry .post-content-single-wrap .post-meta {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 20px;
    margin-bottom: 20px;
}


/* Post share */

.hentry .post-link-share {
    margin-top: 32px;
}

.hentry .post-meta-share-icon {
    display: inline-block;
    font-size: 0;
}

.hentry .post-meta-share-text {
    display: inline-block;
}

.hentry .post-share a {
    position: relative;
    z-index: 1;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    margin: 0 0 0 10px;
}

.hentry .post-share a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #ebebeb;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
}

.hentry .post-share a:hover:after {
    background-color: #f54e24;
}

.hentry .post-share a:hover {
    color: #fff;
}


/* Post tags */

.hentry .post-tags {
    margin-top: 35px;
}

.hentry .post-tags a {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 11px;
    float: left;
    color: #999;
    text-transform: uppercase;
    padding: 6px 20px 5px;
    margin: 0 6px 6px 0;
    border: 1px solid #d8d8d8;
    border-radius: 20px;
}

.hentry .post-tags a:hover {
    background-color: #f54e24;
    border-color: #f54e24;
    color: #fff;
}


/* Post navigation */

.hentry .post-navigation {
    margin-top: 35px;
}

.hentry .post-navigation .nav-links {
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    overflow: hidden;
    position: relative;
}

.hentry .post-navigation .nav-links:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #e0e0e0;
}

.hentry .post-navigation .nav-previous {
    width: 50%;
    float: left;
    text-align: center;
    position: relative;
}

.hentry .post-navigation .nav-next {
    width: 50%;
    float: right;
    text-align: center;
    position: relative;
}

.hentry .post-navigation .meta-nav {
    line-height: 60px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    color: #999;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
}

.hentry .post-navigation .meta-nav:hover {
    color: #333;
}

.hentry .post-navigation .nav-previous:after,
.hentry .post-navigation .nav-next:after {
    width: 32px;
    height: 32px;
    line-height: 32px;
    background-color: #ebebeb;
    border-radius: 16px;
    font-family: "ninzio";
    font-size: 13px;
    color: #b0b0b0;
    position: absolute;
    top: 14px;
}

.hentry .post-navigation .nav-previous:after {
    content: "\e915";
    left: 15px;
}

.hentry .post-navigation .nav-next:after {
    content: "\e916";
    right: 15px;
}


/* Post author */

.hentry .post-author {
    clear: both;
    overflow: hidden;
    padding: 47px 52px 35px;
    background-color: #f0f0f0;
    margin-top: 59px;
    position: relative;
}

.hentry .post-author .author-avatar {
    width: 100px;
    float: left;
    margin-right: 30px;
}

.hentry .post-author .author-avatar a {
    width: 100px;
    margin-top: 5px;
    height: auto;
    display: inline-block;
}

.hentry .post-author .author-avatar a img {
    width: 100%;
    height: auto;
}

.hentry .post-author .name {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin: 0 0 12px;
    position: relative;
    z-index: 1;
    display: inline-block;
    padding-right: 50px;
}

.hentry .post-author .name:after {
    z-index: -1;
    content: "";
    position: absolute;
    left: 2px;
    bottom: 0;
    width: 100%;
    height: 13px;
    background-color: #b9e9e9;
}

.hentry .post-author .author-desc {
    overflow: hidden;
}

.hentry .post-author .author-desc > p {
    margin-bottom: 9px;
    line-height: 24px;
}

.hentry .post-author .author-socials > a {
    display: inline-block;
    font-size: 13px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
}

.hentry .post-author .author-socials > a:hover {
    opacity: 0.7;
}

.hentry .post-author .author-socials {
    margin-bottom: 11px;
}

.hentry .post-author .author-socials > a.facebook {
    background-color: #4666a0;
}

.hentry .post-author .author-socials > a.twitter {
    background-color: #11a2ed;
}

.hentry .post-author .author-socials > a.google-plus {
    background-color: #e44615;
}

.hentry .post-author .author-socials > a.linkedin {
    background-color: #1071e8;
}

.hentry .post-author .author-socials > a.pinterest {
    background-color: #e11919;
}

.hentry .post-author .author-socials > a.instagram {
    background-color: #375989;
}


/* Post related */

.hentry .related-title {
    font-size: 20px;
    color: #999;
    font-weight: 500;
    margin-top: 77px;
    margin-bottom: 52px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e0e0e0;
}

.hentry .post-related {
    margin: 0 -10px;
    position: relative;
    margin-bottom: 0px;
}

.hentry .post-related .post-item {
    padding: 0 10px;
    margin-bottom: 5px;
}

.hentry .post-related .post-item .inner {
    background-color: #fff;
}

.hentry .post-related .post-thumb {
    position: relative;
}

.hentry .post-related .post-thumb .post-cat-related a {
    background-color: #f54e24;
    color: #fff;
    letter-spacing: 0.3px;
    display: inline-block;
    padding: 0 22px;
    position: absolute;
    left: 13px;
    top: 15px;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    text-transform: uppercase;
}

.hentry .post-related .post-thumb .post-cat-related a:hover {
    background-color: #333;
}

.hentry .post-related .post-item .post-content {
    padding: 22px 0 0;
    text-align: center;
}

.hentry .post-related .post-item .entry-date {
    margin-bottom: 10px;
    font-size: 13px;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 2px;
    color: #999;
    text-transform: uppercase;
    font-weight: 600;
}

.hentry .post-related .post-item h4 {
    z-index: 1;
    font-size: 18px;
    line-height: 36px;
    font-weight: 600;
    margin: 0;
    letter-spacing: normal;
}

.hentry .post-related .post-item h4 a:hover {
    color: #f54e24;
}

.hentry .post-related .post-item h4 > span {
    background-repeat: repeat-x;
    background-position: 0 100%;
    padding: 0px 15px 3px 15px;
    background-image: -webkit-gradient(linear, left top, right top, from(#b9e9e9), to(#b9e9e9));
    background-image: linear-gradient(to right, #b9e9e9 0%, #b9e9e9 100%);
    background-size: 100% 13px;
}

.hentry .post-related .slick-prev,
.hentry .post-related .slick-next {
    width: 32px;
    height: 32px;
    line-height: 32px;
    position: absolute;
    top: 14px;
    padding: 0;
    background-color: transparent;
    position: absolute;
    top: -99px;
    cursor: pointer;
    border: none;
    outline: none;
    text-shadow: none;
    z-index: 9999;
    text-indent: -9999px;
    display: inline-block;
}

.hentry .post-related .slick-prev {
    right: 48px;
}

.hentry .post-related .slick-next {
    right: 10px;
}

.hentry .post-related .slick-prev:before,
.hentry .post-related .slick-next:before {
    text-indent: 0;
    content: "\e915";
    font-size: 13px;
    font-family: "ninzio";
    background-color: #ebebeb;
    border-radius: 16px;
    line-height: 32px;
    color: #b0b0b0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: inline-block;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
}

.hentry .post-related .slick-next:before {
    content: "\e916";
}

.hentry .post-related .slick-next:hover:before,
.hentry .post-related .slick-prev:hover:before {
    color: #fff;
    background-color: #f54e24;
}


/* Comments */

.comments-area .comments-title,
.comments-area .comment-reply-title {
    color: #999;
    margin-top: 80px;
    margin-bottom: 50px;
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 12px;
    border-bottom: 1px solid #e0e0e0;
}

.comments-area .comment-reply-title {
    margin-top: 90px;
    margin-bottom: 44px;
}


/* 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 50px;
}

.comment-list article {
    background-color: #f0f0f0;
    padding: 53px 50px 43px 50px;
    position: relative;
    margin-bottom: 46px;
}

.comment-list article + .comment-respond {
    margin-bottom: 50px;
}

.comment-list article .gravatar {
    width: 100px;
    float: left;
    margin: 3px 30px 0 0;
    overflow: hidden;
}

.comment-list article .gravatar img {
    width: 100%;
    height: auto;
}

.comment-list .comment-content {
    overflow: hidden;
}

.comment-list .comment-meta {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}

.comment-author {
    font-size: 20px;
    letter-spacing: 0.5px;
    margin: 0 0 5px;
    position: relative;
    z-index: 1;
    display: inline-block;
    padding-right: 50px;
}

.comment-author:after {
    z-index: -1;
    content: "";
    position: absolute;
    left: 2px;
    bottom: 0;
    width: 100%;
    height: 13px;
    background-color: #b9e9e9;
}

.comment-time {
    color: #999;
    font-size: 13px;
    margin: 4px 0;
    text-transform: uppercase;
}

.comment-reply a {
    color: #999;
    display: inline-block;
    padding: 7px 17px;
    letter-spacing: 0.5px;
    border-radius: 16px;
    background-color: transparent;
    border: 1px solid #d1d1d1;
    line-height: normal;
    position: absolute;
    right: 25px;
    top: 20px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    text-transform: uppercase;
}

.comment-reply a:hover {
    background-color: #f54e24;
    border-color: #f54e24;
    color: #fff;
}

.comment-text {
    overflow: hidden;
    line-height: 24px;
}

.comment-text > p:last-child {
    margin-bottom: 0;
}

.comment-edit-link {
    padding-left: 7px;
    color: #999;
    font-size: 12px;
}

.comment-author a:hover {
    color: #f54e24;
}

.unapproved {
    display: block;
    color: #999;
    font-style: italic;
}

#cancel-comment-reply-link {
    position: absolute;
    right: 0;
    top: 3px;
    color: #999;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    text-transform: uppercase;
}

#cancel-comment-reply-link:hover {
    color: #333
}


/* Comment Form */

#comments .comment-respond {
    position: relative;
}

#comments .name-wrap,
#comments .email-wrap,
#comments .url-wrap {
    width: 32.1%;
    float: left;
    margin-right: 1.849%;
}

#comments .url-wrap {
    margin-right: 0;
}

#comments .message-wrap textarea {
    height: 150px;
}

#comments .comment-respond .form-submit {
    clear: both;
    margin: 0;
    padding-top: 5px;
}

.logged-in-as {
    margin-bottom: 10px;
}

.logged-in-as a {
    color: #f54e24;
}

.logged-in-as a:hover,
.comment-edit-link:hover {
    color: #333;
}


/* Widgets
-------------------------------------------------------------- */

#sidebar .widget,
#footer-widgets .widget {
    position: relative;
    z-index: 1;
    margin-top: 60px;
}

#footer-widgets .widget {
    margin: 0 0 25px;
    color: #b6b7b8;
}

#sidebar .widget.widget_spacer,
#footer-widgets .widget.widget_spacer {
    margin: 0;
}

#sidebar .widget:first-child {
    margin: 0;
}

.widget.widget_pages ul ul {
    display: none;
}

#sidebar .widget ul,
#footer-widgets .widget ul {
    margin: 0;
    list-style: none;
}

#footer-widgets select {
    background-color: #4d5053;
    border-color: #4d5053;
    color: #b6b7b8;
    margin: 0;
}

#footer-widgets input,
#footer-widgets textarea,
#footer-widgets .widget.widget_calendar table,
#footer-widgets .widget.widget_calendar th,
#footer-widgets .widget.widget_calendar td {
    border-color: #4d5053;
    color: #b6b7b8;
}

#footer-widgets hr {
    background-color: #4d5053;
}

.widget.widget_categories ul li:before,
.widget.widget_categories ul li:after,
.widget.widget_archive ul li:before,
.widget.widget_archive ul li:after {
    content: "";
    clear: both;
    display: table;
}

.widget.widget_categories ul li,
.widget.widget_archive ul li {
    position: relative;
    text-align: right;
}

.widget.widget_categories ul li a,
.widget.widget_archive ul li a {
    float: left;
}

#sidebar .widget.widget_recent_comments {
    color: #a0a0a0;
}

#sidebar .widget.widget_recent_entries .post-date,
#footer-widgets .widget.widget_recent_entries .post-date {
    display: block;
    font-size: 1em;
}

#sidebar .widget.widget_recent_comments .comment-author-link {
    color: #777
}

#footer-widgets .widget.widget_recent_comments .comment-author-link {
    color: #b1b1b1;
}

#sidebar .widget.widget_calendar caption,
#footer-widgets .widget.widget_calendar caption {
    color: #f54e24;
}

/* Title Widget */

#sidebar .widget .widget-title,
#footer-widgets .widget .widget-title {
    letter-spacing: 0.5px;
    font-size: 14px;
    margin: 0 0 40px 0;
    text-transform: uppercase;
    z-index: 1;
    position: relative;
}

#sidebar .widget .widget-title > span,
#footer-widgets .widget .widget-title > span {
    display: block;
    position: relative;
    padding: 0 0 11px 0;
}

#sidebar .widget .widget-title > span:after,
#footer-widgets .widget .widget-title > span:after {
    width: 146px;
    height: 2px;
    background-color: #f54e24;
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    z-index: -2;
}

#footer-widgets .widget .widget-title > span {
    padding-bottom: 11px;
}

#footer-widgets .widget .widget-title {
    margin-bottom: 33px;
    color: #fff;
}


/* Widget: Text */

#sidebar .widget.widget_text p:last-child,
#footer-widgets .widget.widget_text p:last-child {
    margin-bottom: 0;
}


/* Widget: Categories, Meta, Archives, Pages */

.widget.widget_categories ul li,
.widget.widget_meta ul li,
.widget.widget_pages ul li,
.widget.widget_archive ul li,
.widget.widget_recent_entries ul li,
.widget.widget_recent_comments ul li,
.widget.widget_nav_menu ul li {
    font-size: 12px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    padding: 12px 0;
    border-top: 1px solid #e0e0e0;
    text-transform: uppercase;
}

.widget.widget_rss ul li {
    padding: 12px 0;
    border-top: 1px solid #e0e0e0;
}

.widget.widget_categories ul li:last-child,
.widget.widget_meta ul li:last-child,
.widget.widget_pages ul li:last-child,
.widget.widget_archive ul li:last-child,
.widget.widget_recent_entries ul li:last-child,
.widget.widget_recent_comments ul li:last-child,
.widget.widget_rss ul li:last-child,
.widget.widget_nav_menu ul li:last-child {
    border-bottom: 1px solid #e0e0e0;
}

.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_recent_entries ul li a,
.widget.widget_recent_comments ul li a {
    color: #777;
}

.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_recent_entries ul li a,
.widget.widget_recent_comments ul li,
.widget.widget_nav_menu ul li a {
    position: relative;
    padding-left: 33px;
    color: #777;
    display: inline-block;
}

.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_recent_entries ul li a:before,
.widget.widget_recent_comments ul li:before,
.widget.widget_nav_menu ul li a:before {
    font-size: 14px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    color: #f54e24;
    border-radius: 50%;
    content: "\e916";
    font-size: 10px;
    font-family: "ninzio";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.widget.widget_categories ul li a:hover,
.widget.widget_meta ul li a:hover,
.widget.widget_pages ul li a:hover,
.widget.widget_archive ul li a:hover,
.widget.widget_recent_entries ul li a:hover,
.widget.widget_recent_comments ul li a:hover,
.widget.widget_nav_menu ul li a:hover {
    color: #f54e24;
}

#footer-widgets .widget.widget_categories ul li,
#footer-widgets .widget.widget_meta ul li,
#footer-widgets .widget.widget_pages ul li,
#footer-widgets .widget.widget_archive ul li,
#footer-widgets .widget.widget_recent_comments ul li,
#footer-widgets .widget.widget_rss ul li,
#footer-widgets .widget.widget_recent_entries ul li,
#footer-widgets .widget.widget_nav_menu ul li {
    border-color: #55595b;
}

#footer-widgets .widget.widget_categories ul li a,
#footer-widgets .widget.widget_meta ul li a,
#footer-widgets .widget.widget_pages ul li a,
#footer-widgets .widget.widget_archive 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_nav_menu ul li a {
    color: #b1b1b1;
}

#footer-widgets .widget.widget_categories ul li a:hover,
#footer-widgets .widget.widget_meta ul li a:hover,
#footer-widgets .widget.widget_pages ul li a:hover,
#footer-widgets .widget.widget_archive 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_nav_menu ul li a:hover {
    color: #f54e24;
}


/* Widget: Buttons */

.button-widget a {
    padding: 14px 25px;
    border: 1px solid #777;
    color: #999;
    font-size: 11px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    color: #fff;
    letter-spacing: 1px;
}

.button-widget a:hover {
    background-color: #f54e24;
    border-color: #f54e24;
    color: #fff;
}


/* Widget: Nav */

.widget.widget_nav_menu ul.sub-menu {
    display: none;
}

/* 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;
    line-height: 35px;
    font-weight: normal;
}

#sidebar .widget.widget_calendar tbody #today,
#sidebar .widget.widget_calendar tbody #today a {
    color: #f54e24;
    display: block;
}

#footer-widgets .widget.widget_calendar tbody #today,
#footer-widgets .widget.widget_calendar tbody #today a {
    color: #f54e24;
    display: block;
}

#sidebar .widget.widget_calendar tbody #today a:hover {
    color: #43516a;
}

#footer-widgets .widget.widget_calendar a:hover {
    color: #fff;
}


/* Widget: Information */

#sidebar .widget.widget.widget_information ul li,
#footer-widgets .widget.widget.widget_information ul li {
    position: relative;
    padding: 0 0 0 30px;
    margin-bottom: 5px;
    border: 0;
}

#sidebar .widget.widget.widget_information ul li:last-child,
#footer-widgets .widget.widget.widget_information ul li:last-child {
    margin-bottom: 0 !important;
}

#sidebar .widget.widget.widget_information ul li i,
#footer-widgets .widget.widget.widget_information ul li i {
    position: absolute;
    left: 0;
    top: 0;
    color: #f54e24;
}


/* Widget: Links */

#sidebar .widget.widget_links ul li,
#footer-widgets .widget.widget_links ul li {
    border: 0;
}

#sidebar .widget.widget_links ul.col2 li,
#footer-widgets .widget.widget_links ul.col2 li {
    width: 50%;
    float: left;
    padding: 0;
}

#sidebar .widget.widget_links ul li a,
#footer-widgets .widget.widget_links ul li a {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    color: #777;
}

#sidebar .widget.widget_links ul li i,
#footer-widgets .widget.widget_links ul li i {
    position: absolute;
    left: 0;
    top: 6px;
}

#sidebar .widget.widget_links ul li a:hover,
#footer-widgets .widget.widget_links ul li a:hover {
    color: #f54e24;
}

#footer-widgets .widget.widget_links ul li a {
    color: #dfdfdf;
}


/* Widget: Twitter */

#sidebar .widget.widget_twitter .item-wrap {
    font-family: "Montserrat", sans-serif;
}

#sidebar .widget.widget_twitter .tweet-item {
    margin-top: 30px;
}

#sidebar .widget.widget_twitter .tweet-item:first-child {
    margin-top: 0;
}

#sidebar .widget.widget_twitter .tweet-icon {
    width: 66px;
    height: 66px;
    float: left;
    line-height: 66px;
    margin-right: 18px;
    margin-top: 3px;
    text-align: center;
    background-color: #f5f5f5;
    color: #777 !important;
    font-size: 30px;
}

#sidebar .widget.widget_twitter .text-wrap {
    overflow: hidden;
}

#sidebar .widget.widget_twitter .timestamp {
    font-size: 14px;
    padding-top: 3px;
    font-weight: 500;
}

#sidebar .widget.widget_twitter .timestamp a {
    color: #afb0b2;
}

#sidebar .widget.widget_twitter .tweet-text {
    text-transform: uppercase;
    font-weight: 600;
    color: #777;
    font-size: 12px;
    line-height: 24px;
}

#sidebar .widget.widget_twitter .tweet-text a {
    color: #f54e24;
}


/* Widget: Search */

#sidebar .widget.widget_search .search-form,
#footer-widgets .widget.widget_search .search-form {
    position: relative;
}

#sidebar .widget.widget_search .search-form .search-field,
#footer-widgets .widget.widget_search .search-form .search-field {
    padding-right: 48px;
    margin-bottom: 0;
    background-color: transparent;
}

#footer-widgets .widget.widget_search .search-form .search-field {
    border-color: #4d5053;
    padding: 12px 20px;
}

#sidebar .widget.widget_search .search-form .search-submit,
#footer-widgets .widget.widget_search .search-form .search-submit {
    position: absolute;
    background-color: transparent;
    right: 2px;
    top: 2px;
    width: 48px;
    height: 48px;
    text-align: center;
    text-indent: 999999px;
    padding: 0;
    border: 0;
    overflow: hidden;
}

#sidebar .widget.widget_search .search-form .search-submit:before,
#footer-widgets .widget.widget_search .search-form .search-submit:before {
    border-left: 2px solid #e4e4e4;
    color: #b6b6b6;
    content: "\e903";
    font-family: "ninzio";
    font-size: 26px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    text-indent: 0;
    font-weight: normal;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
}

#sidebar .widget.widget_search .search-form .search-submit:hover:before,
#footer-widgets .widget.widget_search .search-form .search-submit:hover:before {
    color: #333;
}

#footer-widgets .widget.widget_search .search-form .search-submit {
    background-color: transparent;
}

#footer-widgets .widget.widget_search .search-form .search-submit:before {
    border-color: #4d5053;
    color: #646566;
}

#footer-widgets .widget.widget_search .search-form .search-submit:hover:before {
    color: #b6b7b8;
}

/* 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: 15px;
    display: inline-block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    z-index: 1;
}

#sidebar .widget.widget_socials .socials a {
    background-color: #ececec;
    color: #777;
}

#footer-widgets .widget.widget_socials .socials a {
    background-color: #4d5053;
    color: #fff;
}

#sidebar .widget.widget_socials .socials a:hover,
#footer-widgets .widget.widget_socials .socials a:hover {
    background-color: #f54e24;
    color: #fff;
}


/* 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: 56px;
    float: left;
    margin: 0 18px 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 {
    text-align: center;
    background-color: #f5f5f5;
    color: #777 !important;
    font-size: 30px;
}

#sidebar .widget.widget_recent_posts h3,
#footer-widgets .widget.widget_recent_posts h3 {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    line-height: 24px;
    margin: -5px 0 0;
}

#sidebar .widget.widget_recent_posts h3 a,
#footer-widgets .widget.widget_recent_posts h3 a {
    color: #777;
}

#sidebar .widget.widget_recent_posts h3 a:hover,
#footer-widgets .widget.widget_recent_posts h3 a:hover {
    color: #f54e24;
}

#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;
    font-weight: 500;
    color: #afb0b2;
    font-family: "Montserrat", sans-serif;
}

#footer-widgets .widget.widget_recent_posts h3 a {
    color: #fff;
}

#footer-widgets .widget.widget_recent_posts .post-date {
    color: #afb0b2;
}

#footer-widgets .widget.widget_recent_posts .recent-news .thumb.icon {
    background-color: #52565b;
    color: #fff !important;
}


/* 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 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
}

.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 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 a,
#footer-widgets .widget.widget_tag_cloud .tagcloud a,
.widget_product_tag_cloud .tagcloud a {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    position: relative;
    float: left;
    color: #999;
    text-transform: uppercase;
    padding: 6px 20px 5px;
    margin: 0 6px 8px 0;
    z-index: 1;
    border: 1px solid #d8d8d8;
    border-radius: 20px;
}

#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: #f54e24;
    border-color: #f54e24;
    color: #fff;
}

#footer-widgets .widget.widget_tag_cloud .tagcloud a {
    color: #cfd0d0;
    padding: 2px 20px;
    border-color: #777;
}


/* Footer Subscribe
-------------------------------------------------------------- */

.footer-promotion {
    padding: 45px 0 40px;
    background-color: #2b2f32;
}

.footer-promotion .inner {
    display: table;
    overflow: hidden;
    width: 100%;
}

.footer-promotion .heading-wrap {
    display: table-cell;
    margin: 0;
    text-align: right;
    vertical-align: middle;
    width: 72.5%;
}

.footer-promotion .button-wrap {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    width: 27.5%;
}

.footer-promotion .heading {
    padding-left: 93px;
    margin: 0;
    font-size: 16px;
    line-height: 40px;
    color: #fff;
}

.footer-promotion .promo-btn {
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 0.5px;
    background-color: #fff;
    padding: 9px 30px 9px 30px;
    color: #777;
    margin-left: 43px;
}

.footer-promotion .promo-btn:hover {
    background-color: #333;
    color: #fff;
}

.footer-promotion .heading-wrap > .text-wrap {
    position: relative;
    display: inline-block;
}

.footer-promotion .heading-wrap > .text-wrap > .promo-icon {
    font-size: 55px;
    color: #fff;
    line-height: normal;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.footer-promotion .promo-btn > span {
    position: relative;
    display: inline-block;
    padding-left: 30px;
}

.footer-promotion .promo-btn > span > .icon {
    font-size: 19px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}


/* Footer
-------------------------------------------------------------- */

#footer {
    background-color: #2b2f32;
    line-height: 24px;
    padding: 94px 0 50px;
    position: relative;
    z-index: 1;
    border-style: solid;
}

#footer::-webkit-input-placeholder {
    color: #999;
}

#footer:-moz-placeholder {
    color: #999;
}

#footer::-moz-placeholder {
    color: #999;
    opacity: 1;
    /* Since FF19 lowers the opacity of the placeholder by default */
}

#footer:-ms-input-placeholder {
    color: #999;
}


/* Bottom Bar
-------------------------------------------------------------- */

#bottom {
    background-color: #262a2d;
    color: #aaabac;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

#bottom a:hover {
    color: #fff;
}

#bottom .bottom-bar-inner-wrap {
    padding: 14px 0 13px;
}

#bottom #copyright {
    color: #aaabac;
}

#bottom .bottom-bar-inner-wrap {
    display: table;
    width: 100%;
}

#bottom .bottom-bar-left {
    display: table-cell;
    margin: 0;
    text-align: left;
    vertical-align: middle;
    width: 40%;
}

#bottom .bottom-bar-right {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
    width: 60%;
}


/* Bottom Navigation */

#bottom .bottom-bar-menu {
    display: inline-block;
}

#bottom ul.bottom-nav {
    list-style: none;
    margin: 0;
}

#bottom ul.bottom-nav > li {
    display: inline-block;
    position: relative;
    padding-left: 21px;
    margin-left: 13px;
}

#bottom ul.bottom-nav > li:before {
    content: "|";
    position: absolute;
    left: 0;
    top: 0;
    color: #595a5c;
}

#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 {
    font-weight: 600;
    line-height: normal;
    color: #969798;
    position: relative;
}

#bottom ul.bottom-nav > li.current-menu-item > a {
    color: #f54e24;
}

#bottom ul.bottom-nav > li > a:hover {
    color: #fff;
}

#bottom ul.bottom-nav ul {
    display: none !important;
    /* hide dropdowns on bottom menu */
}


/* Bottom Socials */

#bottom .bottom-socials {
    display: inline-block;
    margin-left: 5px;
}

#bottom .bottom-socials .icons a {
    color: #a8aaab;
    margin-left: 18px;
    position: relative;
    z-index: 1;
    font-size: 13px;
    line-height: normal;
    text-align: center;
    display: inline-block;
}

#bottom .bottom-socials .icons a:hover {
    text-decoration: none;
    color: #f54e24;
}

#bottom .bottom-socials .icons a:last-child {
    margin-right: 0;
}


/* Scroll Top Button
-------------------------------------------------------------- */

#scroll-top {
    position: fixed !important;
    right: 30px;
    bottom: 0;
    display: block;
    line-height: 53px;
    text-align: center;
    width: 53px;
    height: 53px;
    visibility: hidden;
    opacity: 0;
    z-index: 9999;
    cursor: pointer;
    z-index: 1;
    overflow: hidden;
}

#scroll-top:after {
    content: "\e914";
    font-family: "ninzio";
    color: #fff;
    font-size: 12px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
}

#scroll-top:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #414447;
    z-index: -1;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
}

#scroll-top:hover:before {
    background-color: #f54e24;
}

#scroll-top:hover:after {
    color: #fff;
}

#scroll-top.show {
    bottom: 75px;
    opacity: 1;
    visibility: visible;
}


/* Pagination
-------------------------------------------------------------- */

.weberium-pagination,
.woocommerce-pagination {
    clear: both;
    font-size: 13px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    text-align: center;
}

.weberium-pagination .arrow {
    display: inline-block;
    transition: color 0.3s ease 0s;
    -webkit-transition: color 0.3s ease 0s;
    -moz-transition: color 0.3s ease 0s;
}

.weberium-pagination .arrow:after {
    font-size: 11px;
    color: #b0b0b0;
    content: "";
    font-family: "ninzio";
    position: absolute;
    left: 0;
    top: 0;
    width: 48px;
    text-align: center;
    line-height: 50px;
    transition: color 0.3s ease 0s;
    -webkit-transition: color 0.3s ease 0s;
    -moz-transition: color 0.3s ease 0s;
}

.weberium-pagination .arrow.next-arrow:after {
    content: "\e916";
}

.weberium-pagination .arrow.prev-arrow:after {
    content: "\e915";
}

.weberium-pagination {
    margin: 50px 0 0 100px;
}

.weberium-project-grid .weberium-pagination {
    margin: 60px 0 0;
}

.woocommerce-pagination {
    padding-top: 40px;
    margin: 0;
}

.blog-grid + .weberium-pagination {
    margin: 10px 0 0;
}

.blog-list + .weberium-pagination {
    margin: 60px 0 0;
}

.blog-list + .weberium-pagination ul.page-numbers {
    padding-left: 0;
}

.weberium-pagination ul {
    margin: 0;
    list-style: none;
}

.weberium-pagination ul li {
    display: inline-block;
    padding: 0;
    margin: 0 5px;
}

.weberium-pagination ul li .page-numbers {
    position: relative;
    display: inline-block;
    line-height: 48px;
    width: 48px;
    height: 50px;
    border-bottom: 3px solid #ededed;
    text-align: center;
    background-color: #f7f7f7;
    color: #999;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
}

.weberium-pagination ul li a.page-numbers:hover,
.weberium-pagination ul li .page-numbers.current {
    border-color: #f54e24;
}

.weberium-pagination .inner-wrap {
    position: relative;
    z-index: 1;
}

.weberium-pagination .inner-wrap:after {
    z-index: -1;
    position: absolute;
    left: 0;
    top: 23px;
    content: "";
    width: 100%;
    height: 1px;
    padding-top: 1px;
    padding-bottom: 1px;
    border-bottom: 1px solid #e0e0e0;
}

.weberium-pagination .inner-wrap > ul {
    display: inline-block;
    background-color: #fff;
    padding: 0 36px;
}


/* 404 Page
-------------------------------------------------------------- */

.no-results-content { 
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.no-results-content .search-form {
    position: relative;
}

.no-results-content .search-form .search-submit {
    position: absolute;
    background-color: transparent;
    right: 2px;
    top: 2px;
    width: 48px;
    height: 48px;
    text-align: center;
    text-indent: 999999px;
    padding: 0;
    border: 0;
    overflow: hidden;
}

.no-results-content .search-form .search-submit:before {
    border-left: 2px solid #e4e4e4;
    color: #b6b6b6;
    content: "\e903";
    font-family: "ninzio";
    font-size: 26px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    text-indent: 0;
    font-weight: normal;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
}

.no-results-content .search-form .search-submit:hover:before {
    color: #333;
}


/* Media Queries
-------------------------------------------------------------- */

@media only screen and (max-width: 1230px) {
    .top-bar-menu,
    .nav-top-cart-wrapper,
    #site-header #header-search,
    .cart-search-wrap:before {
        display: none;
    }
    #top-bar .top-bar-content {
        width: 65%;
    }
    #top-bar .top-bar-socials {
        width: 35%;
    }
    #featured-title .featured-title-inner-wrap,
    #featured-title .featured-title-heading-wrap,
    #featured-title #breadcrumbs {
        display: block;
        width: 100%;
        text-align: left;
    }
    #featured-title #breadcrumbs {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 1070px) {
    #main-nav > ul > li {
        padding: 0 7px;
    }
}

@media only screen and (max-width: 991px) {
    #site-header .mobile-button {
        display: block;
    }
    #main-nav,
    #site-header #header-search,
    .nav-top-cart-wrapper,
    .site-navigation-wrap,
    #header-aside,
    #sidebar,
    .hentry .post-navigation .nav-previous:after,
    .hentry .post-navigation .nav-next:after {
        display: none;
    }
    #site-content,
    #sidebar {
        width: 100% !important;
        max-width: none !important;
        float: none;
    }
    #inner-content {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    #main-content {
        padding: 60px 0;
    }
    #site-logo {
        max-width: 200px;
    }
    #site-logo-inner {
        margin: 15px 0;
    }
    #breadcrumbs .breadcrumb-trail {
        padding-left: 0;
    }
    #breadcrumbs .breadcrumb-trail:before {
        display: none;
    }
    #featured-title .featured-title-inner-wrap {
        padding: 30px 0;
    }
    #featured-title .featured-title-heading {
        font-size: 18px;
    }
    .header-style-2 .mobile-button:before,
    .header-style-2 .mobile-button:after,
    .header-style-2 .mobile-button span,
    .header-style-3 .mobile-button:before,
    .header-style-3 .mobile-button:after,
    .header-style-3 .mobile-button span,
    .header-style-4 .mobile-button:before,
    .header-style-4 .mobile-button:after,
    .header-style-4 .mobile-button span {
        background-color: #fff;
    }
    .blog-grid .hentry {
        width: 50%;
    }
    .blog-grid .hentry .post-content-wrap {
        padding-bottom: 55px;
    }
    .hentry .post-related .post-item h4 { 
        font-size: 16px;
        line-height: 28px;
    }
    #footer-widgets .widget.widget_instagram .instagram-wrap,
    #footer-widgets .widget.widget_flickr .flickr-wrap {
        max-width: 400px;
    }
    .footer-promotion .inner,
    .footer-promotion .heading-wrap,
    .footer-promotion .button-wrap {
        width: 100%;
        display: block;
        text-align: center;
        margin: 0;
    }
    .footer-promotion .heading {
        padding: 0;
        margin: 0 0 18px;
        line-height: 1.9;
    }
    .footer-promotion .promo-btn {
        margin: 0;
    }
    .footer-promotion .heading-wrap > .text-wrap > .promo-icon {
        position: static;
    }
}

@media only screen and (max-width: 767px) {
    #top-bar {
        display: none;
    }
    .hentry .post-author {
        text-align: center;
    }
    .hentry .post-author .author-avatar {
        float: none;
        margin: 0 auto 20px;
    }
    .comment-author {
        font-size: 18px;
    }
    .comment-list article {
        padding: 30px 25px 35px;
        margin-bottom: 30px;
    }
    .comment-list article .gravatar {
        width: 50px;
        float: none;
        margin: 0 0 17px;
    }
    .comment-list .children > li {
        padding-left: 25px;
    }
    #comments .name-wrap,
    #comments .email-wrap,
    #comments .url-wrap {
        width: 100%;
        float: none;
        margin: 0;
    }
    .blog-grid .hentry {
        width: 100%;
    }
    .blog-grid .hentry .post-content-wrap {
        padding-bottom: 40px;
    }
    .blog-grid + .weberium-pagination {
        padding-top: 30px;
    }
    .blog-list .post-media,
    .blog-list .post-content-wrap {
        width: 100%;
        float: none;
    }
    .blog-list .post-media img {
        width: 100%;
        height: auto;
    }
    .post-media {
        margin-bottom: 30px;
    }
    .blog-list .post-media {
        margin-bottom: 20px;
    }
    .blog-list + .weberium-pagination {
        margin-top: 38px;
        padding-top: 30px;
    }
    #footer {
        padding: 40px 0 30px;
    }
    #footer-widgets .widget {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    #footer-widgets .weberium-row .col {
        width: 100%;
    }
    #bottom .bottom-bar-inner-wrap,
    #bottom .bottom-bar-left,
    #bottom .bottom-bar-right {
        width: 100%;
        display: block;
        text-align: center;
    }
    #bottom .bottom-bar-right {
        margin-top: 7px;
    }
    #bottom .bottom-bar-inner-wrap {
        padding: 20px 0;
    }
    #bottom .bottom-socials {
        display: block;
        margin: 7px 0 0;
    }
    .weberium-pagination,
    .woocommerce-pagination {
        margin-top: 40px;
    }
}

/* 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;
    }
}
@charset "UTF-8";

/*!
 * 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, -100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}

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

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDownBig {
  animation-name: fadeInDownBig;
}

@keyframes fadeInLeftSmall {
  from {
    opacity: 0;
    transform: translate3d(-100px, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeftSmall {
  animation-name: fadeInLeftSmall;
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

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

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

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

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

@keyframes fadeInRightSmall {
  from {
    opacity: 0;
    transform: translate3d(100px, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRightSmall {
  animation-name: fadeInRightSmall;
}

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

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRight {
  animation-name: fadeInRight;
}

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

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRightBig {
  animation-name: fadeInRightBig;
}

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

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 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: 70px;
    height: 70px;
    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 .75s linear infinite;
    animation: loader-loading-spin .75s linear infinite;
    border: 3px solid transparent;
    border-top-color: #f54e24;
    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;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url(/wp-content/themes/my-weberium/assets/css/../font/fontawesome-webfont.eot?v=4.7.0);src:url(/wp-content/themes/my-weberium/assets/css/../font/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(/wp-content/themes/my-weberium/assets/css/../font/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(/wp-content/themes/my-weberium/assets/css/../font/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(/wp-content/themes/my-weberium/assets/css/../font/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(/wp-content/themes/my-weberium/assets/css/../font/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.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}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.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(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-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);-ms-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{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}

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

/* Woocommerce
-------------------------------------------------------------- */

.woocommerce-page .content-woocommerce {
    position: relative;
}

.woocommerce-page .content-woocommerce .woocommerce-result-count {
    position: absolute;
    left: 0;
    top: 7px;
    padding: 0 0 54px;
    margin: 0;
    width: 100%;
    font-size: 16px;
}

.woocommerce-page .content-woocommerce .woocommerce-result-count:after {
    z-index: -1;
    position: absolute;
    left: 0;
    bottom: 0px;
    content: "";
    width: 100%;
    height: 1px;
    padding-top: 1px;
    padding-bottom: 1px;
    border-top: 1px solid #e0e0e0;
}

.woocommerce-page .content-woocommerce .woocommerce-ordering {
    float: right;
    position: relative;
}

.woocommerce-page .content-woocommerce .woocommerce-ordering:before {
    content: "Sort by:";
    position: absolute;
    left: -65px;
    top: 10px;
    color: #999;
    font-size: 14px;
}

.woocommerce-page .content-woocommerce ul.products {
    padding: 88px 0 0 0;
    margin: 0 -17.5px;
    clear: both;
    list-style: none;
}

.woocommerce-page .content-woocommerce .woocommerce-ordering select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 100%;
    margin: 0;
    cursor: pointer;
}

.woocommerce-page .content-woocommerce .woocommerce-ordering select {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: normal;
    text-transform: uppercase;
    color: #777;
    margin: 0;
    padding: 10px 20px;
    width: 280px;
    cursor: pointer;
}

.woocommerce-page .content-woocommerce .woocommerce-ordering select:focus {
    outline: 0;
}

.woocommerce-page .content-woocommerce .woocommerce-ordering:after {
    content: '\e913';
    font-family: "ninzio";
    font-size: 11px;
    color: #d1d1d1;
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
    width: 43px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    border-left: 2px solid #e4e4e4;
}

.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 .return-to-shop .button {
    padding: 8px 30px;
}

.woocommerce-page .woocommerce-MyAccount-content .woocommerce-info .button {
    background-color: transparent;
    color: #f54e24;
}

.woocommerce-page .woo-single-post-class .summary .stock.in-stock {
    display: none;
}

.product .onsale {
    font-family: "Montserrat", sans-serif;
    width: 87px;
    height: 87px;
    border-radius: 50%;
    font-weight: 600;
    text-align: center;
    z-index: 999;
    font-size: 13px;
    line-height: 87px;
    color: #fff;
    text-transform: uppercase;
    background-color: #f54e24;
    display: inline-block;
}

.weberium-products .product-thumbnail,
.weberium-products-grid .product-thumbnail,
.products .product-thumbnail {
    padding-top: 30px;
}

.weberium-products .onsale,
.weberium-products-grid .onsale,
.products .onsale {
    position: absolute;
    right: 20px;
    top: 0;
}

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left:hover,
.pswp--has_mouse .pswp__button--arrow--right:hover {
    background-color: transparent;
}

.products .star-rating,
.product_list_widget .star-rating,
.widget_rating_filter .star-rating {
    width: 105px;
    height: 17px;
    background: url(/wp-content/themes/my-weberium/assets/css/../img/star.png) repeat-x left 0;
    margin: 0 0 5px 100px;
}

.products .star-rating span,
.product_list_widget .star-rating span,
.widget_rating_filter .star-rating span {
    background: url(/wp-content/themes/my-weberium/assets/css/../img/star.png) repeat-x left -34px;
    height: 0;
    padding-top: 17px;
    overflow: hidden;
    float: left;
}

.products .star-rating,
.widget_rating_filter .star-rating {
    display: inline-block;
    margin: 0;
}

.products .star-rating {
    display: none;
}


/* Buttons */

.woocommerce-page .button {
    letter-spacing: 0.5px;
    text-align: center;
    display: inline-block;
    background-color: #333;
    color: #fff;
    text-transform: uppercase;
    padding: 14px 35px 13px;
}

.woocommerce-page .button:hover {
    opacity: 0.7;
}


/* Product Item */

.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-5 .products li {
    width: 20%;
}

.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-5 .products li {
    width: 20%;
}

.products li {
    float: left;
    padding: 0 17.5px;
    margin-bottom: 30px;
}

.sidebar-left.woocommerce-page.shop-col-3 .products li,
.sidebar-left.woocommerce-page.shop-col-4 .products li,
.sidebar-left.woocommerce-page.shop-col-5 .products li {
    padding: 0 10px;
}

.products li.first {
    clear: both;
}

.products li .inner {
    position: relative;
}

.products li .product-info {
    text-align: center;
    padding: 28px 0 0;
    min-height: 120px;
    background-color: #f0f0f0;
}

.products li h2 {
    font-size: 18px;
    margin-bottom: 15px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
}

.products li h2 > span {
    background-repeat: repeat-x;
    background-position: 0 100%;
    padding: 0px 30px 3px 30px;
    background-image: -webkit-gradient(linear, left top, right top, from(#b9e9e9), to(#b9e9e9));
    background-image: linear-gradient(to right, #b9e9e9 0%, #b9e9e9 100%);
    background-size: 100% 13px;
}

.products li .short-desc > p {
    margin: 0;
}

.products li .product-info .add_to_cart_button,
.products li .product-info .product_type_variable,
.products li .product-info .added_to_cart {
    position: absolute;
    left: 50%;
    top: 180px;
    margin-top: 5px;
    opacity: 0;
    padding: 15px 0;
    width: 184px;
    border-radius: 25px;
    background-color: #323232;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-block;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
}

.products li .product-info .added_to_cart {
    background-color: #f54e24;
    color: #fff;
}

.products li .product-info .added_to_cart:hover {
    color: #222;
}

.products li:hover .product-info .add_to_cart_button,
.products li:hover .product-info .product_type_variable,
.products li .product-info .added_to_cart {
    opacity: 1;
    margin-top: 0;
}

.products li .product-thumbnail {
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
}

.products li:hover .product-thumbnail {
    opacity: 0.7;
}

.products li .product-thumbnail img {
    width: 100%;
    height: auto;
}

.products li .price {
    font-size: 18px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    color: #f54e24;
    display: block;
    margin: 1px 0 0;
}

.products li .price del {
    color: #999;
    padding-right: 6px;
    opacity: 1;
}

.products li .price ins {
    background-color: none;
}

.products li h2:hover,
.products li .product-info .add_to_cart_button:hover {
    color: #f54e24;
}

.products li .product-info .add_to_cart_button.added {
    display: none;
}


/* Single Product
-------------------------------------------------------------- */

.woo-single-post-class {
    position: relative;
}

.woo-single-post-class .images {
    width: 48.306%;
    float: left;
    position: relative;
}

.woo-single-post-class .onsale {
    position: absolute;
    top: -42px;
    left: 27px;
}

.woo-single-post-class .images .woocommerce-product-gallery__trigger {
    width: 37px;
    height: 39px;
    z-index: 999;
    position: absolute;
    right: 17px;
    top: 12px;
    text-align: center;
    transition: all 0.3s ease 0s;
}

.woo-single-post-class .images .woocommerce-product-gallery__trigger:after {
    font-size: 13px;
    opacity: 1;
    width: 37px;
    height: 39px;
    line-height: 39px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: center;
    content: "\e957";
    font-family: "ninzio";
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
}

.woo-single-post-class .images .woocommerce-product-gallery__trigger:hover:after {
    opacity: 0.7;
}

.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: 10px -5px 0;
    width: auto;
    list-style: none;
}

.woocommerce-product-gallery .flex-control-thumbs li {
    padding: 0 5px 10px;
}

.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: 48.645%;
    float: right;
}

.woo-single-post-class .summary h1 {
    font-size: 32px;
    margin: -8px 0 22px 0;
}

.woo-single-post-class .summary h1 > span {
    background-repeat: repeat-x;
    background-position: 0 100%;
    padding: 0 10% 5px 0;
    background-image: -webkit-gradient(linear, left top, right top, from(#b9e9e9), to(#b9e9e9));
    background-image: linear-gradient(to right, #b9e9e9 0%, #b9e9e9 100%);
    background-size: 100% 21px;
}

.woo-single-post-class .summary .woocommerce-product-rating {
    position: relative;
    margin-bottom: 16px;
}

.woo-single-post-class .summary .woocommerce-review-link {
    color: #999;
    font-size: 13px;
    font-family: "Montserrat", sans-serif;
    color: #999;
    font-weight: 600;
    position: absolute;
    left: 115px;
    top: -2px;
    letter-spacing: 0.5px;
}

.woo-single-post-class .summary .price {
    font-size: 24px;
    font-family: "Montserrat", sans-serif;
    color: #f54e24;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 27px;
    margin: 0 0 23px;
    position: relative;
}

.woo-single-post-class .summary .price:after {
    z-index: -1;
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: 1px;
    border-top: 1px solid #eee;
}

.woo-single-post-class .summary .price del {
    font-size: 24px;
    color: #999;
    padding-right: 4px;
    opacity: 1;
}

.woo-single-post-class .summary .price ins {
    background-color: transparent;
}

.woo-single-post-class .summary .woocommerce-product-details__short-description {
    font-size: 16px;
    line-height: 28px;
}

.woo-single-post-class .summary .cart {
    margin-top: 24px;
}

.woo-single-post-class .summary .cart table {
    position: relative;
}

.woo-single-post-class .summary .cart table,
.woo-single-post-class .summary .cart tr,
.woo-single-post-class .summary .cart td {
    border: 0;
    padding: 0;
}

.woo-single-post-class .summary .cart table .label {
    width: 85px;
    font-family: "Montserrat", sans-serif;
    color: #333;
    text-transform: uppercase;
}

.woo-single-post-class .summary .cart .quantity {
    display: inline-block;
    float: left;
}

.woo-single-post-class .summary .cart .quantity input {
    width: 74px;
    margin: 0 13px 0 0;
    text-align: center;
    height: 49px;
    color: #a4a4a4;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 16px;
}

.woo-single-post-class .summary .cart .single_add_to_cart_button {
    padding: 15px 90px;
    font-size: 13px;
    letter-spacing: 2px;
    line-height: 18px;
    background-color: #51565b;
    position: relative;
}

.woo-single-post-class .summary .cart .single_add_to_cart_button:hover {
    background-color: #333;
}

.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 .summary .product_meta {
    clear: left;
    font-size: 13px;
    margin-top: 30px;
    position: relative;
}

.woo-single-post-class .summary .product_meta > span {
    margin-left: 40px;
    display: inline-block;
    color: #333;
}

.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: 113px;
}

.woo-single-post-class .woocommerce-tabs ul {
    margin: 0;
    border-bottom: 2px solid #e0e0e0;
}

.woo-single-post-class .woocommerce-tabs ul li {
    border-right: 2px solid #eaeaea;
    margin: 0 0 0 -3px;
    font-size: 16px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 0.5px;
    line-height: 30px;
    color: #999;
    padding: 0;
    list-style: none;
    display: inline-block;
    background-color: #f7f7f7
}

.woo-single-post-class .woocommerce-tabs ul li:first-child {
    margin-left: 0;
}

.woo-single-post-class .woocommerce-tabs ul li.active {
    position: relative;
    top: 2px;
    border-top: 2px solid #f54e24;
    border-left: 2px solid #e0e0e0 !important;
    border-right: 2px solid #e0e0e0 !important;
    border-bottom: 2px solid #fff !important;
}

.woo-single-post-class .woocommerce-tabs ul li a {
    text-transform: uppercase;
    color: #999;
    cursor: pointer;
    padding: 10px 50px 8px;
    transition: none;
    border-bottom: none;
    display: inline-block;
}

.woo-single-post-class .woocommerce-tabs ul li.active a {
    padding-bottom: 6px;
    background-color: transparent;
    color: #333;
    background-color: #fff;
}

.woo-single-post-class .woocommerce-tabs .panel {
    clear: both;
    padding: 57px 0 0;
}

.woo-single-post-class .woocommerce-tabs .entry-content .commentlist {
    list-style: none;
    margin: 0;
}

.woo-single-post-class .woocommerce-tabs .entry-content .commentlist li {
    background-color: #f0f0f0;
    padding: 50px 40px 40px 50px;
    margin-top: 30px;
}

.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 {
    float: left;
    width: 100px;
    height: 100px;
    margin: 4px 28px 0 0;
}

.woo-single-post-class .woocommerce-tabs .entry-content .comment-text {
    overflow: visible;
    position: relative;
}

.woo-single-post-class .woocommerce-tabs .entry-content .star-rating {
    position: absolute;
    right: -8px;
    top: -28px;
}

.woo-single-post-class .woocommerce-tabs .entry-content .meta {
    margin: 0 0 13px 0;
}

.woo-single-post-class .woocommerce-tabs .entry-content .meta .woocommerce-review__author {
    z-index: 1;
    position: relative;
    display: inline-block;
    margin: 0 0 15px 0;
    padding-right: 50px;
    padding-bottom: 3px;
    font-size: 20px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    color: #222;
}

.woo-single-post-class .woocommerce-tabs .entry-content .meta .woocommerce-review__author:after {
    z-index: -1;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 13px;
    background-color: #b9e9e9;
}

.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;
    color: #999;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.woo-single-post-class .woocommerce-tabs .entry-content .comment-text .description {
    font-size: 16px;
    line-height: 24px;
    overflow: hidden;
}

.woo-single-post-class .woocommerce-tabs .comment-respond {
    margin: 73px 0 0;
    position: relative;
}

.woo-single-post-class .woocommerce-tabs .comment-respond .comment-reply-title {
    border-bottom: 1px solid #e0e0e0;
    font-size: 20px;
    color: #999;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    display: block;
    padding-bottom: 10px;
    margin-bottom: 33px;
}

.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: 49%;
    float: left;
}

.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form > p.comment-form-email {
    width: 49%;
    float: right;
}

.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form > p.form-submit {
    clear: both;
    padding-top: 8px;
}

.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form-rating {
    padding-bottom: 55px;
    position: relative;
}

.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form-rating > label {
    float: left;
    margin: 0;
    font-size: 16px;
    color: #999;
    line-height: 20px;
}

.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form-rating > .stars {
    position: absolute;
    left: 102px;
    top: 2px;
    margin: 0;
}

.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 .form-submit #submit {
    font-size: 13px;
    width: auto;
    text-transform: uppercase;
}

.woo-single-post-class .woocommerce-tabs .comment-respond .form-submit #submit:hover {
    opacity: 0.8;
}

.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: 16px;
}

.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form-comment textarea {
    height: 120px;
}

.woo-single-post-class .summary .star-rating,
.woo-single-post-class .commentlist .star-rating {
    width: 105px;
    height: 17px;
    background: url(/wp-content/themes/my-weberium/assets/css/../img/star.png) repeat-x left 0;
}

.woo-single-post-class .summary .star-rating span,
.woo-single-post-class .commentlist .star-rating span {
    background: url(/wp-content/themes/my-weberium/assets/css/../img/star.png) repeat-x left -34px;
    height: 0;
    padding-top: 17px;
    overflow: hidden;
    float: left;
}

.woo-single-post-class .comment-respond .stars {
    overflow: hidden;
    zoom: 1;
}

.woo-single-post-class .comment-respond .stars span {
    width: 105px;
    height: 17px;
    position: relative;
    float: left;
    background: url(/wp-content/themes/my-weberium/assets/css/../img/star.png) repeat-x left 0;
}

.woo-single-post-class .comment-respond .stars span a {
    transition: none;
    float: left;
    position: absolute;
    left: 0;
    top: 0;
    width: 17px;
    height: 0;
    padding-top: 17px;
    overflow: hidden;
}

.woo-single-post-class .comment-respond .stars span a:hover,
.woo-single-post-class .comment-respond .stars span a:focus {
    background: url(/wp-content/themes/my-weberium/assets/css/../img/star.png) repeat-x left -17px;
}

.woo-single-post-class .comment-respond .stars a.active {
    background: url(/wp-content/themes/my-weberium/assets/css/../img/star.png) repeat-x left -34px;
}

.woo-single-post-class .comment-respond .stars span a.star-1 {
    width: 21px;
    z-index: 10;
}

.woo-single-post-class .comment-respond .stars span a.star-2 {
    width: 42px;
    z-index: 9;
}

.woo-single-post-class .comment-respond .stars span a.star-3 {
    width: 63px;
    z-index: 8;
}

.woo-single-post-class .comment-respond .stars span a.star-4 {
    width: 84px;
    z-index: 7;
}

.woo-single-post-class .comment-respond .stars span a.star-5 {
    width: 105px;
    z-index: 6;
}


/* Upsell Products */

.woocommerce-page .content-woocommerce .up-sells.products {
    margin-top: 80px;
    overflow: hidden;
}

.woocommerce-page .up-sells > h2 {
    font-size: 20px;
    color: #999;
    font-weight: 500;
    margin-bottom: 52px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e0e0e0;
}

.woocommerce-page .content-woocommerce .up-sells .products {
    padding: 0;
}

.woocommerce-page .up-sells.products,
.woocommerce-page .up-sells .products {
    margin: 0;
}

.woocommerce-page .up-sells ul.products {
    margin: 0 -10px;
}

.woocommerce-page .up-sells ul.products li {
    padding: 0 10px;
    width: 33.333%;
    margin-bottom: 20px;
}

.woocommerce-page .up-sells ul.products li .add_to_cart_button {
    top: 173px;
}


/* Related Products */

.woo-single-post-class .related.products {
    clear: both;
    padding: 0;
    margin: 0;
    margin-top: 60px;
}

.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 .onsale {
    left: auto;
    right: 12px;
    top: 0;
}

.woo-single-post-class .related.products > h2 {
    font-size: 20px;
    color: #999;
    font-weight: 500;
    margin-bottom: 52px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e0e0e0;
}

.woo-single-post-class .related.products .products {
    margin: 0 -10px;
    padding-top: 0;
}

.woo-single-post-class .related.products .products li {
    width: 33.333%;
    float: left;
    margin-bottom: 15px;
    padding: 0 10px;
}

.woo-single-post-class .related.products .products li .product-info .add_to_cart_button {
    top: 173px;
}

.woo-single-post-class .related.products .products li .price {
    line-height: normal;
    margin: 0;
}


/* Cart Page
-------------------------------------------------------------- */

.woocommerce-page .shop_table.cart th {
    font-family: "Montserrat", sans-serif;
    color: #777;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
}

.woocommerce-page .shop_table.cart td,
.woocommerce-page .shop_table.cart th {
    padding: 18px;
    vertical-align: middle;
}

.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: 117px;
}

.woocommerce-page .shop_table.cart .product-name a {
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    color: #333;
}

.woocommerce-page .shop_table.cart .product-name a:hover {
    color: #f54e24;
}

.woocommerce-page .shop_table.cart .product-remove a {
    display: inline-block;
    color: #999 !important;
    background-color: #f7f7f7;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin: 0;
    padding: 0;
    font-size: 16px;
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.woocommerce-page .shop_table.cart .product-remove a:hover {
    color: #333 !important;
}

.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: 50px;
    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 {
    float: left;
    background-color: #f5f5f5;
    border: 0;
    width: 200px;
    margin: 0 8px 0 0;
    display: inline-block;
    padding: 9px 15px 10px;
}

.woocommerce-page .shop_table.cart .coupon > input[type='submit'] {
    font-size: 12px;
    margin-right: 5px;
    padding: 14px 35px;
}

.woocommerce-page .shop_table.cart .coupon + button[type='submit'] {
	float: right;
}

.woocommerce-page .cart_totals {
    width: 60%;
    margin-top: 56px;
    clear: both;
}

.woocommerce-page .cart_totals > h2 {
    font-size: 20px;
    margin-bottom: 20px;
}

.woocommerce-page .cart_totals .shop_table {
    border: 2px solid #e4e4e4;
    margin-bottom: 20px;
}

.woocommerce-page .cart_totals .shop_table th,
.woocommerce-page .cart_totals .shop_table td {
    border-color: #e4e4e4;
}

.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: 10px 27px;
}

.woocommerce-page .cart_totals .shop_table th {
    color: #333;
    padding: 10px 30px;
}

.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: #333;
}

.woocommerce-page .cart_totals p,
.woocommerce-page .cart_totals .woocommerce-shipping-calculator select {
    margin: 0 0 5px;
}

.woocommerce-page .shipping-calculator-button {
    color: #f54e24;
}

.woocommerce-page .cart_totals .shipping-calculator-form button[type='submit'] {
    width: 100%;
}

.woocommerce-page .wc-proceed-to-checkout .button {
    font-size: 16px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 1.5px;
    background-color: #f54e24;
    padding: 12px 0;
    width: 100%;
}


/* 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: 48%;
    overflow: visible;
}

.woocommerce-page form .form-row input.input-text,
.woocommerce-page form .form-row textarea {
    background-color: #fafafa;
    border: 1px solid #dcdcdc;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: 24px;
}

.woocommerce-billing-fields .select2-container--default .select2-selection--single,
.woocommerce-shipping-fields .select2-container--default .select2-selection--single {
    display: block;
    border-radius: 0;
    line-height: 46px;
    height: 46px;
    background-color: #fafafa;
    border: 1px solid #dcdcdc;
}

.woocommerce-billing-fields .select2-selection--single .select2-selection__rendered {
    padding: 8px 20px;
    color: #777;
}

.woocommerce-billing-fields .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 5px;
    right: 4px;
}

.woocommerce-page form.checkout_coupon #coupon_code,
.woocommerce-page form.lost_reset_password .form-row input.input-text {
    padding: 9px 12px;
    margin-bottom: 30px;
}

.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: 20px;
    padding-top: 40px;
}

.woocommerce-page .woocommerce-billing-fields h3 {
    padding-top: 0;
}

.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: #f5f5f5;
    font-family: "Montserrat", sans-serif;
    color: #333;
    padding: 10px 25px;
}

.woocommerce-checkout-review-order table td {
    padding: 10px 25px;
}

.woocommerce-checkout-review-order .cart-subtotal td,
.woocommerce-checkout-review-order .order-total {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    color: #333;
}

.woocommerce-checkout #payment ul.payment_methods {
    list-style: none;
    margin: 0;
    font-family: "Montserrat", sans-serif;
}

.woocommerce-checkout #payment ul.payment_methods li label {
    display: inline-block;
    padding-left: 5px;
}

.woocommerce-checkout #payment .about_paypal {
    padding-left: 10px;
}

.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: #333;
    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;
}


/* Cross sells Products */

.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;
    margin-bottom: 20px;
}

.woocommerce-page .cart-collaterals .cross-sells ul.products {
    float: none;
    list-style: none;
    margin: 0 -10px;
}

.woocommerce .cart-collaterals .cross-sells ul.products li,
.woocommerce-page .cart-collaterals .cross-sells ul.products li {
    width: 33.333%;
    padding: 0 10px;
    clear: none;
}

.woocommerce-page .cart-collaterals .cross-sells > h2 {
    font-size: 20px;
    color: #999;
    font-weight: 500;
    margin-top: 30px;
    margin-bottom: 40px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e0e0e0;
}

.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;
    font-family: "Montserrat", sans-serif;
}

.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 #payment #place_order {
    font-size: 16px;
    letter-spacing: 1.5px;
    width: 300px;
    background-color: #f54e24;
    padding: 17px 0;
    margin-top: 35px;
}

.woocommerce-page .woocommerce-error li {
    padding: 0;
}

.woocommerce-page .woocommerce-message .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-error .button {
    padding: 0;
    background-color: transparent;
    color: #f54e24;
    text-transform: capitalize;
    font-size: 16px;
}

.woocommerce-page .woocommerce-message,
.woocommerce-page .woocommerce-info,
.woocommerce-page .woocommerce-error {
    position: relative;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    padding: 8px 24px 8px 54px;
    background-color: #fbf0c8;
    margin: 0 0 55px 0;
    list-style: none;
}

.woocommerce-page .woocommerce-message:before,
.woocommerce-page .woocommerce-info:before,
.woocommerce-page .woocommerce-error:before {
    color: #777;
    font-size: 11px;
    content: "\e916";
    font-family: "ninzio";
    position: absolute;
    left: 30px;
    top: 13px;
}

.woocommerce-page .woocommerce-message a,
.woocommerce-page .woocommerce-info a,
.woocommerce-page .woocommerce-error a {
    text-decoration: underline;
    padding-right: 10px;
}

.woocommerce-page .woocommerce-message {
    border-color: #35a254;
}

.woocommerce-page .woocommerce-error {
    border-color: #d82f2f;
}


/* Widgets
-------------------------------------------------------------- */

.product_list_widget li {
    padding: 0;
    padding-top: 19px;
    margin-top: 19px;
    border-top: 1px solid #ddd;
}

.product_list_widget li:first-child {
    padding-top: 0;
    margin-top: 0;
    border: 0;
}

.product_list_widget li > a {
    display: block;
}

.cart_list li img,
.product_list_widget li img {
    float: left;
    width: 80px;
    margin-left: 0;
    margin-right: 20px;
    box-shadow: none;
}

.product_list_widget .product-title,
.widget_recent_reviews .product_list_widget a,
.product_list_widget .mini_cart_item a {
    font-family: "Montserrat", sans-serif;
    margin-bottom: 3px;
    display: block;
    color: #333;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    text-transform: uppercase;
    -webkit-transition: all ease .238s;
    -moz-transition: all ease .238s;
    transition: all ease .238s;
}

.product_list_widget .product-title:hover,
.widget_recent_reviews .product_list_widget a:hover,
.product_list_widget .mini_cart_item a:hover {
    color: #f54e24;
}

.product_list_widget .quatity,
.product_list_widget .amount {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #999;
}

.product_list_widget del .amount {
    padding-right: 5px;
}

.product_list_widget {
    font-weight: 500;
}


/* Widget product categories */

.widget_product_categories ul li {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 600;
    position: relative;
    color: #999;
    text-transform: uppercase;
}

.widget_product_categories ul li:before,
.widget_product_categories ul li:after {
    content: "";
    display: table-cell;
    clear: both;
}

.widget_product_categories ul li a {
    color: #777;
    font-size: 14px;
    position: relative;
    padding-left: 20px;
}

.widget_product_categories ul li a:before {
    width: 5px;
    height: 5px;
    text-align: center;
    background-color: #f54e24;
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
}

.widget_product_categories ul li a:hover {
    color: #f54e24;
}

.widget_product_categories ul li {
    padding: 10px 0;
    border-top: 1px solid #ddd;
}

.widget_product_categories ul li:first-child {
    padding-top: 0;
    border: 0;
}


/* Widget shopping cart */

.widget_shopping_cart .wc-forward.checkout {
    margin-left: 10px;
}


/* Widget price filter */

.widget_price_filter .price_slider {
    height: 4px;
    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-family: "Montserrat", sans-serif;
    font-size: 13px;
    letter-spacing: 1px;
    float: left;
    color: #fff;
    background-color: #a3a3a3;
    padding: 0 31px;
    height: 36px;
    line-height: 36px;
}

.widget_price_filter .price_slider_amount .button:hover {
    background-color: #f54e24;
    border-color: #f54e24;
    color: #fff;
    opacity: 1;
}

.widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #fff;
    top: -5px;
    position: absolute;
    z-index: 2;
    width: 14px;
    height: 14px;
    border: 4px solid #f54e24;
    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 {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    background-color: #f5f5f5;
    color: #999;
    font-size: 13px;
    height: 36px;
    line-height: 36px;
    margin-left: 124px;
    text-align: center;
}


/* Widget widget_shopping_cart */

.widget_shopping_cart .woocommerce-mini-cart__buttons.buttons {
    margin: 0;
}

.widget_shopping_cart .woocommerce-mini-cart__buttons:before,
.widget_shopping_cart .woocommerce-mini-cart__buttons:after {
    content: "";
    display: table;
    clear: both;
}

.widget_shopping_cart ul.cart_list li .remove {
    display: none;
}

.widget_shopping_cart ul.cart_list li .quantity {
    font-weight: 600;
    font-size: 14px;
    line-height: 28px;
    color: #999;
}

.widget_shopping_cart .total {
    margin-top: 15px;
    padding-top: 20px;
    margin-bottom: 16px;
    font-family: "Montserrat", sans-serif;
    border-top: 1px solid #ddd;
    font-size: 18px;
    color: #333;
    text-align: center;
}

.widget_shopping_cart .total strong {
    font-weight: 400;
}

.widget_shopping_cart .total .woocommerce-Price-amount {
    font-size: 16px;
    font-weight: 600;
}

.widget_shopping_cart .buttons > a {
    font-family: "Montserrat", sans-serif;
    text-align: center;
    font-size: 12px;
    color: #fff;
    padding: 10px 0;
    font-weight: 600;
    width: 48%;
    float: left;
    text-transform: uppercase;
}

.widget_shopping_cart .buttons > a:first-child {
    background-color: #f54e24;
}

.widget_shopping_cart .buttons a.checkout {
    float: right;
    background-color: #333;
    border-color: #333;
}

.widget_shopping_cart .buttons a:hover {
    opacity: 0.7;
}


/* 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;
    background-color: transparent;
}

.widget.widget_product_search .woocommerce-product-search .search-submit {
    position: absolute;
    background-color: transparent;
    right: 2px;
    top: 2px;
    width: 48px;
    height: 48px;
    text-align: center;
    text-indent: 999999px;
    padding: 0;
    border: 0;
    overflow: hidden;
}

.widget.widget_product_search .woocommerce-product-search .search-submit:before {
    border-left: 2px solid #e4e4e4;
    color: #b6b6b6;
    content: "\e903";
    font-family: "ninzio";
    font-size: 26px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    text-indent: 0;
    font-weight: normal;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
}

.widget.widget_product_search .woocommerce-product-search .search-submit:hover:before {
    color: #333;
}


/* Widget Mini Cart */

.nav-top-cart-wrapper .woocommerce-min-cart-wrap {
    padding: 25px;
}

.nav-top-cart-wrapper .woocommerce-mini-cart__empty-message {
    margin: 0;
    padding: 8px 20px;
}

.nav-top-cart-wrapper .nav-shop-cart ul {
    list-style: none;
    margin: 0;
}

.nav-top-cart-wrapper .nav-shop-cart ul li {
    display: inline-block;
    position: relative;
    width: 100%;
    border-top: 1px solid #ddd;
    padding: 20px;
    margin: 0;
    padding-left: 0;
}

.nav-top-cart-wrapper .nav-shop-cart ul li.empty {
    padding: 0;
}

.nav-top-cart-wrapper .nav-shop-cart ul li:first-child {
    padding-top: 0;
    margin-top: 0;
    border-top: 0;
}

.nav-top-cart-wrapper .nav-shop-cart ul li a {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

.nav-top-cart-wrapper .nav-shop-cart ul li a:hover {
    color: #f54e24;
}

.nav-top-cart-wrapper .nav-shop-cart ul li a.remove {
    font-size: 14px;
    color: #f54e24;
    position: absolute;
    right: 0;
    top: 20px;
}

.nav-top-cart-wrapper .nav-shop-cart ul li a.remove:hover {
    color: #333;
}

.nav-top-cart-wrapper .nav-shop-cart ul li:first-child a.remove {
    top: 0;
}

.nav-top-cart-wrapper .nav-shop-cart ul li a img {
    float: left;
    width: 80px;
    margin-left: 0;
    margin-right: 20px;
}

.nav-top-cart-wrapper .nav-shop-cart ul li .quantity {
    display: block;
    font-weight: 600;
    font-size: 14px;
    line-height: 28px;
    color: #999;
}

.nav-top-cart-wrapper .nav-shop-cart .woocommerce-Price-amount {
    font-size: 14px;
}

.nav-top-cart-wrapper .nav-shop-cart .total {
    padding-top: 20px;
    margin-bottom: 16px;
    font-family: "Montserrat", sans-serif;
    border-top: 1px solid #ddd;
    font-size: 18px;
    color: #333;
    text-align: center;
}

.nav-top-cart-wrapper .nav-shop-cart .total strong {
    font-weight: 400;
}

.nav-top-cart-wrapper .nav-shop-cart .total .woocommerce-Price-amount {
    font-size: 16px;
    font-weight: 600;
}

.nav-top-cart-wrapper .nav-shop-cart .buttons:before,
.nav-top-cart-wrapper .nav-shop-cart .buttons:after {
    content: "";
    display: table;
    clear: both;
}

.nav-top-cart-wrapper .nav-shop-cart .buttons {
    margin: 0;
}

.nav-top-cart-wrapper .nav-shop-cart .buttons > a {
    font-family: "Montserrat", sans-serif;
    text-align: center;
    font-size: 12px;
    color: #fff;
    padding: 10px 0;
    font-weight: 600;
    width: 48%;
    float: left;
    text-transform: uppercase;
}

.nav-top-cart-wrapper .nav-shop-cart .buttons > a:first-child {
    background-color: #f54e24;
}

.nav-top-cart-wrapper .nav-shop-cart .buttons a.checkout {
    float: right;
    background-color: #333;
    border-color: #333;
}

.nav-top-cart-wrapper .nav-shop-cart .buttons a:hover {
    opacity: 0.7;
}

@media only screen and (max-width: 991px) {
    .woocommerce-page.shop-col-3 .products li {
        width: 100%;
    }
    .woocommerce-page .content-woocommerce ul.products {
        padding: 30px 0 0;
    }
    .woocommerce-page.shop-col-4 .products li,
    .woocommerce-page.shop-col-5 .products li {
        width: 50%;
    }
    .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;
    }
    .woo-single-post-class .summary {
        margin-top: 30px;
    }
    .woo-single-post-class .woocommerce-tabs {
        padding-top: 60px;
    }
    .woo-single-post-class .related.products {
        margin-top: 60px;
    }
    .woo-single-post-class .related.products > h2 {
        margin-bottom: 0;
    }
    .woo-single-post-class .related.products .products li {
        width: 50%;
        margin-bottom: 20px;
    }
    .woo-single-post-class .woocommerce-tabs ul {
        border: 0;
    }
    .woo-single-post-class .woocommerce-tabs ul li,
    .woo-single-post-class .woocommerce-tabs ul li a {
        display: block;
        margin: 0px;
    }
    .woo-single-post-class .woocommerce-tabs ul li a {
        border: 1px solid #d9d9d9;
        margin-bottom: 5px;
    }
    .woo-single-post-class .woocommerce-tabs ul li {
        border-right: 0 !important;
    }
    .woo-single-post-class .woocommerce-tabs ul li.active {
        top: 0;
        border-left: 0 !important;
        border-right: 0 !important;
        border-bottom: 0 !important;
    }
    .woo-single-post-class .woocommerce-tabs ul li.active a {
        border-bottom: 1px solid #d9d9d9 !important;
    }
    .woo-single-post-class .woocommerce-tabs .comment-respond {
        margin-top: 30px;
    }
    .woo-single-post-class .woocommerce-tabs .panel {
        padding-top: 30px;
        padding-bottom: 0;
    }
    .woocommerce-page .shop_table.cart td,
    .woocommerce-page .shop_table.cart th {
        padding: 15px;
    }
    .woocommerce-page .shop_table.cart .product-remove {
        width: 50px;
    }
    .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: 117px;
    }
}

@media only screen and (max-width: 767px) {
    .woocommerce-page.shop-col-2 .products li,
    .woocommerce-page.shop-col-4 .products li,
    .woocommerce-page.shop-col-5 .products li {
        width: 100%;
    }
    .woocommerce-page .content-woocommerce .woocommerce-result-count {
        display: none;
    }
    .woocommerce-page .content-woocommerce .woocommerce-ordering {
        float: none;
        display: inline-block;
    }
    .woo-single-post-class .related.products .products li {
        width: 100%;
    }
    .woo-single-post-class .related.products .products li:last-child {
        margin-bottom: 0;
    }
    /* Cart */
    .woocommerce-page table.shop_table_responsive thead {
        display: none
    }
    .woocommerce-page table.shop_table_responsive tbody th {
        display: none
    }
    .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 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.my_account_orders tr td.order-actions::before {
        display: none;
    }
    .woocommerce-page #content table.cart .product-thumbnail,
    .woocommerce-page table.cart .product-thumbnail {
        display: none
    }
    .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;
        width: 180px;
        margin: 3px;
    }
    .woocommerce-page .cart_totals {
        width: 100%;
    }
}
@font-face {
  font-family: 'ninzio';
  src:  url(/wp-content/themes/my-weberium/assets/css/../font/ninzio.eot?ejf562);
  src:  url(/wp-content/themes/my-weberium/assets/css/../font/ninzio.eot?ejf562#iefix) format('embedded-opentype'),
    url(/wp-content/themes/my-weberium/assets/css/../font/ninzio.ttf?ejf562) format('truetype'),
    url(/wp-content/themes/my-weberium/assets/css/../font/ninzio.woff?ejf562) format('woff'),
    url(/wp-content/themes/my-weberium/assets/css/../font/ninzio.svg?ejf562#ninzio) format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="nz-"], [class*=" nz-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'ninzio' !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;
}

.nz-check:before {
  content: "\e900";
}
.nz-play2:before {
  content: "\e901";
}
.nz-plus4:before {
  content: "\e902";
}
.nz-search:before {
  content: "\e903";
}
.nz-pencil1:before {
  content: "\e904";
}
.nz-lock:before {
  content: "\e905";
}
.nz-unlock:before {
  content: "\e906";
}
.nz-menu:before {
  content: "\e907";
}
.nz-play-button:before {
  content: "\e908";
}
.nz-plane:before {
  content: "\e909";
}
.nz-close-button1:before {
  content: "\e90a";
}
.nz-close-button2:before {
  content: "\e90b";
}
.nz-tick2:before {
  content: "\e90c";
}
.nz-certificate:before {
  content: "\e90d";
}
.nz-planet:before {
  content: "\e90e";
}
.nz-expand:before {
  content: "\e90f";
}
.nz-level:before {
  content: "\e910";
}
.nz-envelope1:before {
  content: "\e911";
}
.nz-diamond:before {
  content: "\e912";
}
.nz-arrow-bottom:before {
  content: "\e913";
}
.nz-arrow-top:before {
  content: "\e914";
}
.nz-arrow-left:before {
  content: "\e915";
}
.nz-arrow-right:before {
  content: "\e916";
}
.nz-telephone3:before {
  content: "\e917";
}
.nz-shop5:before {
  content: "\e918";
}
.nz-plus1:before {
  content: "\e919";
}
.nz-flickr:before {
  content: "\e91a";
}
.nz-dribbble:before {
  content: "\e91b";
}
.nz-behance:before {
  content: "\e91c";
}
.nz-android:before {
  content: "\e91d";
}
.nz-apple:before {
  content: "\e91e";
}
.nz-plus2:before {
  content: "\e91f";
}
.nz-tick3:before {
  content: "\e920";
}
.nz-facebook:before {
  content: "\e921";
}
.nz-vimeo:before {
  content: "\e922";
}
.nz-youtube:before {
  content: "\e923";
}
.nz-github:before {
  content: "\e924";
}
.nz-twitter:before {
  content: "\e925";
}
.nz-paypal:before {
  content: "\e926";
}
.nz-black-envelope:before {
  content: "\e927";
}
.nz-soundcloud:before {
  content: "\e928";
}
.nz-share:before {
  content: "\e929";
}
.nz-spotify:before {
  content: "\e92a";
}
.nz-map:before {
  content: "\e92b";
}
.nz-tumblr:before {
  content: "\e92c";
}
.nz-pen:before {
  content: "\e92d";
}
.nz-image:before {
  content: "\e92e";
}
.nz-dollar:before {
  content: "\e92f";
}
.nz-calendar:before {
  content: "\e930";
}
.nz-bookmark:before {
  content: "\e931";
}
.nz-arrow-left2:before {
  content: "\e932";
}
.nz-arrow-right2:before {
  content: "\e933";
}
.nz-arrow-left3:before {
  content: "\e934";
}
.nz-vk:before {
  content: "\e935";
}
.nz-chat2:before {
  content: "\e936";
}
.nz-users:before {
  content: "\e937";
}
.nz-arrow-right4:before {
  content: "\e938";
}
.nz-arrow-left4:before {
  content: "\e939";
}
.nz-question:before {
  content: "\e93a";
}
.nz-star-full:before {
  content: "\e93b";
}
.nz-arrow-left5:before {
  content: "\e93c";
}
.nz-arrow-right5:before {
  content: "\e93d";
}
.nz-next-track:before {
  content: "\e93e";
}
.nz-previous:before {
  content: "\e93f";
}
.nz-pause-button:before {
  content: "\e940";
}
.nz-star-half-empty:before {
  content: "\e941";
}
.nz-star-empty:before {
  content: "\e942";
}
.nz-whatsapp:before {
  content: "\e943";
}
.nz-calendar2:before {
  content: "\e944";
}
.nz-heart-outline:before {
  content: "\e945";
}
.nz-clock:before {
  content: "\e946";
}
.nz-asside:before {
  content: "\e947";
}
.nz-image-gallery:before {
  content: "\e948";
}
.nz-photo:before {
  content: "\e949";
}
.nz-link:before {
  content: "\e94a";
}
.nz-audio:before {
  content: "\e94b";
}
.nz-info:before {
  content: "\e94c";
}
.nz-status:before {
  content: "\e94d";
}
.nz-play:before {
  content: "\e94e";
}
.nz-eye:before {
  content: "\e94f";
}
.nz-viber:before {
  content: "\e950";
}
.nz-play-arrow:before {
  content: "\e951";
}
.nz-heart-full:before {
  content: "\e952";
}
.nz-magnifier1:before {
  content: "\e953";
}
.nz-dropbox:before {
  content: "\e954";
}
.nz-pin:before {
  content: "\e955";
}
.nz-magnifier2:before {
  content: "\e956";
}
.nz-magnifier3:before {
  content: "\e957";
}
.nz-envato:before {
  content: "\e958";
}
.nz-quote:before {
  content: "\e959";
}
.nz-telephone2:before {
  content: "\e95a";
}
.nz-shop1:before {
  content: "\e95b";
}
.nz-user1:before {
  content: "\e95c";
}
.nz-user2:before {
  content: "\e95d";
}
.nz-speech-bubble:before {
  content: "\e95e";
}
.nz-shop2:before {
  content: "\e95f";
}
.nz-snapchat:before {
  content: "\e960";
}
.nz-plus3:before {
  content: "\e961";
}
.nz-minus2:before {
  content: "\e962";
}
.nz-tick1:before {
  content: "\e963";
}
.nz-quora:before {
  content: "\e964";
}
.nz-delicious:before {
  content: "\e965";
}
.nz-digg:before {
  content: "\e966";
}
.nz-rss:before {
  content: "\e967";
}
.nz-menu-button:before {
  content: "\e968";
}
.nz-shop3:before {
  content: "\e969";
}
.nz-shop4:before {
  content: "\e96a";
}
.nz-home1:before {
  content: "\e96b";
}
.nz-home2:before {
  content: "\e96c";
}
.nz-pencil2:before {
  content: "\e96d";
}
.nz-envelope2:before {
  content: "\e96e";
}
.nz-telephone1:before {
  content: "\e96f";
}
.nz-chat22:before {
  content: "\e970";
}
.nz-linkedin:before {
  content: "\e971";
}
.nz-minus1:before {
  content: "\e972";
}
.nz-instagram:before {
  content: "\e973";
}
.nz-pinterest:before {
  content: "\e974";
}
.nz-google-plus:before {
  content: "\e975";
}
.nz-kickstarter:before {
  content: "\e976";
}
.nz-wordpress:before {
  content: "\e977";
}
.nz-shop:before {
  content: "\e978";
}
.nz-external-link:before {
  content: "\e979";
}

/*
 * jQuery FlexSlider v2.6.3
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #222;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}

/**
 * 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-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-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{0{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg)}}@keyframes cbp-rotation{0{transform:rotate(0deg)}100%{transform: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;font:400 16px/21px "Open Sans", sans-serif}.cbp-l-caption-desc{color:#aaa;font:400 12px/16px "Open Sans", sans-serif}.cbp-l-caption-text{font:400 14px/21px "Open Sans", sans-serif;color:#fff;letter-spacing:3px;padding:0 6px}.cbp-l-caption-buttonLeft,.cbp-l-caption-buttonRight{background-color:#3288C4;color:#FFFFFF;display:inline-block;font:400 12px/30px "Open Sans", sans-serif;min-width:90px;text-align:center;margin:4px;padding:0 6px}.cbp-l-caption-buttonLeft:hover,.cbp-l-caption-buttonRight:hover{opacity:0.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 0.4s cubic-bezier(0.19, 1, 0.22, 1);transition:left 0.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 0.9s cubic-bezier(0.19, 1, 0.22, 1);transition:opacity 0.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;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"}.cbp-caption-minimal .cbp-caption:hover .cbp-caption-activeWrap{opacity:1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"}.cbp-caption-moveRight .cbp-caption-activeWrap{left:-100%;top:0;-webkit-transition:-webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);transition:transform 0.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 0.6s cubic-bezier(0.19, 1, 0.22, 1);transition:transform 0.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 0.6s cubic-bezier(0.19, 1, 0.22, 1);transition:transform 0.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 0.6s cubic-bezier(0.19, 1, 0.22, 1);transition:top 0.6s cubic-bezier(0.19, 1, 0.22, 1)}.cbp-caption-overlayBottomPush .cbp-caption-activeWrap{bottom:-60px;height:60px;-webkit-transition:bottom 0.6s cubic-bezier(0.19, 1, 0.22, 1);transition:bottom 0.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 0.5s cubic-bezier(0.19, 1, 0.22, 1);transition:top 0.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 0.6s cubic-bezier(0.19, 1, 0.22, 1);transition:transform 0.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 0.6s cubic-bezier(0.19, 1, 0.22, 1);transition:transform 0.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 0.6s cubic-bezier(0.19, 1, 0.22, 1);transition:transform 0.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 0.6s cubic-bezier(0.19, 1, 0.22, 1);transition:transform 0.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 0.6s cubic-bezier(0.19, 1, 0.22, 1);transition:transform 0.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 0.6s cubic-bezier(0.19, 1, 0.22, 1);transition:transform 0.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 0.6s cubic-bezier(0.19, 1, 0.22, 1);transition:transform 0.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 0.8s cubic-bezier(0.19, 1, 0.22, 1);transition:opacity 0.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 0.6s cubic-bezier(0.19, 1, 0.22, 1);transition:opacity 0.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;font:500 15px/23px "Roboto", sans-serif;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{font:400 13px/21px "Roboto", sans-serif;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;font:400 12px/21px sans-serif;color:#DADADA}.cbp-l-filters-alignCenter .cbp-filter-item{color:#949494;cursor:pointer;font:400 13px/21px "Open Sans", sans-serif;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:#FFFFFF;font:400 11px/18px "Open Sans", sans-serif;margin:0 auto;padding:4px 0;text-align:center;width:34px;position:absolute;bottom:0;left:0;right:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=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;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";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;font:400 12px/30px "Open Sans", sans-serif;padding:0 13px;position:relative;overflow:visible;margin:0 8px 10px 0;display:inline-block;color:#888888;-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;font:400 11px/29px "Open Sans", sans-serif;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;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";opacity:1}.cbp-l-filters-alignRight .cbp-filter-item.cbp-filter-item-active{color:#FFFFFF;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;font:400 11px/18px "Open Sans", sans-serif;margin:0 auto;padding:4px 0;text-align:center;width:34px;position:absolute;bottom:0;left:0;right:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=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:#FFFFFF;border:1px solid #ECECEC;color:#888888;cursor:pointer;font:400 12px/32px "Open Sans", sans-serif;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;font:400 11px/18px "Open Sans", sans-serif;margin:0 auto;padding:4px 0;text-align:center;width:34px;position:absolute;bottom:0;left:0;right:0;opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(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;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";opacity:1}.cbp-l-filters-buttonCenter{margin-bottom:30px;text-align:center}.cbp-l-filters-buttonCenter .cbp-filter-item{background-color:#FFFFFF;border:1px solid #ECECEC;color:#888888;cursor:pointer;font:400 12px/32px "Roboto", sans-serif;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;font:400 11px/18px "Roboto", sans-serif;margin:0 auto;padding:4px 0;text-align:center;width:34px;position:absolute;bottom:0;left:0;right:0;opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(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;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";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{font:400 12px/38px "Open Sans", sans-serif;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;font:400 12px/40px "Open Sans", sans-serif;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;font:400 12px/35px "Open Sans", sans-serif;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:#FFFFFF;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:#FFFFFF;color:#888;cursor:pointer;font:600 11px/37px "Open Sans", sans-serif;margin:0 5px 10px 0;overflow:visible;padding:0 16px;position:relative;display:inline-block;text-transform:uppercase;-webkit-transition:all 0.3s ease-in-out;transition:all 0.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{font:600 11px/37px "Open Sans", sans-serif;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;font:400 15px/22px "Roboto", sans-serif;margin:0 15px 10px 0;padding:10px 23px;position:relative;display:inline-block;border:1px solid transparent;text-transform:uppercase;-webkit-transition:all 0.3s ease-in-out;transition:all 0.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;font:400 12px/21px "Lato", sans-serif;color:#DADADA;padding:0 15px}.cbp-l-filters-text .cbp-filter-item{color:#949494;cursor:pointer;font:400 13px/21px "Lato", sans-serif;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:#FFFFFF;font:400 11px/16px "Lato", sans-serif;margin:0 auto;padding:4px 0;text-align:center;width:32px;position:absolute;bottom:0;left:0;right:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=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;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";opacity:1}.cbp-l-filters-text-sort{display:inline-block;font:400 13px/21px "Lato", sans-serif;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;font:600 14px/21px "Open Sans", sans-serif;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}.cbp-animation-quicksand .cbp-item{-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}.cbp-animation-fadeOut .cbp-item,.cbp-animation-boxShadow .cbp-item{-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}.cbp-animation-flipOut .cbp-item{-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:0.2}}@keyframes flipOut-out{50%,100%{transform:translateZ(-1000px) rotateY(-90deg);opacity:0.2}}@-webkit-keyframes flipOut-in{0%,50%{-webkit-transform:translateZ(-1000px) rotateY(90deg);opacity:0.2}}@keyframes flipOut-in{0%,50%{transform:translateZ(-1000px) rotateY(90deg);opacity:0.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}.cbp-animation-flipBottom .cbp-item{-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:0.2}}@keyframes flipBottom-out{50%,100%{transform:translateZ(-1000px) rotateX(-90deg);opacity:0.2}}@-webkit-keyframes flipBottom-in{0%,50%{-webkit-transform:translateZ(-1000px) rotateX(90deg);opacity:0.2}}@keyframes flipBottom-in{0%,50%{transform:translateZ(-1000px) rotateX(90deg);opacity:0.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}.cbp-animation-scaleSides .cbp-item{-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}.cbp-animation-skew .cbp-item{-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 0.6s both ease-in-out;animation:flip-out 0.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 0.6s both ease-in-out;animation:flip-in 0.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 0.5s both ease-in-out;animation:slideDelay-out 0.5s both ease-in-out}.cbp-animation-slideDelay .cbp-wrapper .cbp-item-wrapper{-webkit-animation:slideDelay-in 0.5s both ease-in-out;animation:slideDelay-in 0.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:0.3;-webkit-transform:translateX(100%)}}@keyframes foldLeft-in{0%{opacity:0.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:0.3}100%{opacity:0;-webkit-transform:translateX(-100%)}}@keyframes unfold-out{90%{opacity:0.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;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"}.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;font:400 12px/18px "Open Sans", sans-serif;color:#eee}.cbp-popup-lightbox-counter{position:absolute;top:0;right:0;font:400 12px/18px "Open Sans", sans-serif;color:#eee}.cbp-popup-lightbox-img{width:auto;max-width:100%;height:auto;display:block;margin:40px 0 40px;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;font:400 13px/30px "Open Sans", sans-serif;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/../img/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/../img/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/../img/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/../img/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/../img/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/../img/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;font:600 42px/46px "Open Sans", sans-serif;letter-spacing:2px;margin-bottom:15px;text-align:center;text-transform:uppercase}.cbp-l-project-subtitle{color:#787878;font:400 14px/21px "Open Sans", sans-serif;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 0;font:400 16px/36px "Open Sans", sans-serif;padding:0 5px 0 0}.cbp-l-project-desc-text{font:400 13px/20px "Open Sans", sans-serif;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;font:400 12px/30px "Open Sans", sans-serif}.cbp-l-project-details-list strong{display:inline-block;color:#696969;font-weight:600;min-width:100px}.cbp-l-project-details-visit{color:#FFFFFF;float:right;clear:both;text-decoration:none;font:400 11px/18px "Open Sans", sans-serif;margin-top:10px;background-color:#53668A;padding:8px 19px}.cbp-l-project-details-visit:hover{opacity:0.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{font:700 14px/18px "Open Sans", sans-serif;color:#474747;margin-top:20px}.cbp-l-project-related-link{text-decoration:none}.cbp-l-project-related-link:hover{opacity:0.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{font:400 28px/28px "Open Sans", sans-serif;color:#474747}.cbp-l-member-position{font:400 13px/21px "Open Sans", sans-serif;color:#888;margin-top:6px}.cbp-l-member-desc{font:400 12px/18px "Open Sans", sans-serif;margin-top:25px;color:#474747}.cbp-popup-singlePageInline-open{-webkit-transition:height .5s ease 0s !important;transition:height .5s ease 0s !important}.cbp-popup-singlePageInline-open .cbp-item{-webkit-transition:-webkit-transform .5s ease 0s !important;transition:transform .5s ease 0s !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/../img/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:0.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:0.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{font:400 28px/30px "Open Sans", sans-serif;color:#474747}.cbp-l-inline-subtitle{font:400 13px/21px "Open Sans", sans-serif;color:#888;margin-top:7px}.cbp-l-inline-desc{font:400 13px/20px "Open Sans", sans-serif;color:#474747;margin-top:25px}.cbp-l-inline-view-wrap{text-align:right}.cbp-l-inline-view{font:400 13px/35px "Open Sans", sans-serif;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;font:13px/22px "Open Sans", sans-serif}.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;font:400 13px/40px "Lato", sans-serif;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;font:400 12px/36px "Open Sans", sans-serif;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{font:400 15px "Open Sans", sans-serif;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 0.35s cubic-bezier(0.22, 0.6, 0.345, 1);transition:height 0.35s cubic-bezier(0.22, 0.6, 0.345, 1)}.cbp-mode-slider .cbp-wrapper,.cbp-mode-slider .cbp-item{-webkit-transition:-webkit-transform 0.35s cubic-bezier(0.22, 0.6, 0.345, 1);transition:transform 0.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:0.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/../img/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:0.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 0.5s;transition:background 0.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/../img/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/../img/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:0.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/../img/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:0px;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;font:700 17px/24px "Lato", sans-serif;color:#666;text-align:center}.cbp-item:hover .cbp-l-grid-agency-title{color:#222}.cbp-l-grid-agency-desc{font:400 12px/21px "Open Sans", sans-serif;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;font:400 17px/25px "Roboto Condensed", sans-serif;color:#607D8B;text-align:center;text-transform:uppercase;display:block}.cbp-l-grid-work-title:hover{color:#365D67}.cbp-l-grid-work-desc{font:400 11px/16px "Open Sans", sans-serif;color:#888888;text-align:center;text-transform:uppercase}.cbp-l-grid-blog-title{font:400 18px/30px "Open Sans", sans-serif;color:#444;display:block;margin-top:17px}.cbp-l-grid-blog-title:hover{color:#787878}.cbp-l-grid-blog-date{font:400 12px/18px "Open Sans", sans-serif;color:#787878;display:inline-block}.cbp-l-grid-blog-comments{font:400 12px/18px "Open Sans", sans-serif;color:#3C6FBB;display:inline-block}.cbp-l-grid-blog-comments:hover{opacity:.8}.cbp-l-grid-blog-desc{font:400 13px/18px "Open Sans", sans-serif;color:#9B9B9B;margin-top:9px}.cbp-l-grid-blog-split{margin:0 4px;font:400 13px/16px "Open Sans", sans-serif;color:#787878;display:inline-block}.cbp-l-grid-clients{height:180px}.cbp-l-clients-title-block{font:400 32px/53px "Roboto", sans-serif;color:#666464;text-align:center;margin-bottom:40px}.cbp-l-grid-faq .cbp-item{width:100%}.cbp-l-grid-projects-title{font:700 14px/21px "Open Sans", sans-serif;color:#474747;margin-top:15px}.cbp-l-grid-projects-desc{font:400 12px/18px "Open Sans", sans-serif;color:#888888;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{font:500 15px/22px "Roboto", sans-serif;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{font:400 12px/18px "Roboto", sans-serif;color:#b2b2b2;text-align:center}.cbp-l-grid-team-name{font:400 17px/24px "Open Sans", sans-serif;color:#456297;display:block;text-align:center;margin-top:18px}.cbp-l-grid-team-name:hover{color:#34425C}.cbp-l-grid-team-position{font:italic 400 13px/21px "Open Sans", sans-serif;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:#FFFFFF;font:400 14px/21px "Lato", sans-serif;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;font:500 18px/22px "Roboto", sans-serif;text-transform:uppercase;margin-bottom:5px}.cbp-l-grid-mosaic .cbp-l-caption-desc{color:#585858;font:400 13px/20px "Roboto", sans-serif}.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;font:15px/21px "Roboto", sans-serif}.cbp-l-grid-slider-team-name{float:left;font:20px/30px "Roboto", sans-serif;color:#494949;margin-top:16px}.cbp-l-grid-slider-team-position{clear:both;font:14px/21px "Roboto", sans-serif;color:#A6A6A6}.cbp-l-grid-slider-team-desc{font:13px/20px "Roboto", sans-serif;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:0.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;font:20px/32px sans-serif;text-align:center;padding:0 20px}.cbp-l-grid-slider-testimonials-footer{font:12px/19px "Roboto", sans-serif;color:#777;text-align:center;margin-bottom:10px;margin-top:30px}.cbp-l-grid-tabs{height:100px}.cbp-l-grid-tabs .cbp-item{font:14px/24px "Lato", sans-serif;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;font:26px/36px "Roboto", sans-serif;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;font:20px/32px "Roboto", sans-serif;text-align:center;padding:0 20px}.cbp-l-grid-testimonials-footer{font:12px/19px "Roboto", sans-serif;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;font:400 12px "Open Sans", sans-serif;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%;font:13px "Open Sans", sans-serif}.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:#222;filter:alpha(opacity=85);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{filter:alpha(opacity=100);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: #222; }

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

@charset"UTF-8";
.mb_YTPBar,
.mb_YTPBar span.mb_YTPUrl a {
    color: #fff
}

@font-face {
    font-family: ytpregular;
    src: url(/wp-content/plugins/wprt-addons/assets/font/ytp-regular.eot)
}

@font-face {
    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: #222;
    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%
}
/* Button
-------------------------------------------------------------- */
.weberium-button { padding: 15px 45px 14px; font-size: 13px; font-weight: 600; letter-spacing: 1.5px; font-family: "Montserrat", sans-serif; color: #fff; background-color: transparent; display: inline-block; transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; }
.weberium-button.small { padding: 11px 40px 10px; font-size: 12px; }
.weberium-button.big { padding: 18px 50px; font-size: 14px; }
.weberium-button.outline { padding: 14px 43px 13px; border-width: 1px; border-color: transparent; }
.weberium-button.outline.small { padding: 10px 38px 9px; }
.weberium-button.outline.big { padding: 17px 48px; }

.weberium-button.p10px { padding-left: 10px !important; padding-right: 10px !important; }
.weberium-button.p15px { padding-left: 15px; padding-right: 15px; }
.weberium-button.p20px { padding-left: 20px; padding-right: 20px; }
.weberium-button.p25px { padding-left: 25px; padding-right: 25px; }
.weberium-button.p30px { padding-left: 30px; padding-right: 30px; }
.weberium-button.p35px { padding-left: 35px; padding-right: 35px; }
.weberium-button.p40px { padding-left: 40px; padding-right: 40px; }
.weberium-button.p45px { padding-left: 45px; padding-right: 45px; }
.weberium-button.p50px { padding-left: 50px !important; padding-right: 50px !important; }
.weberium-button.p55px { padding-left: 55px; padding-right: 55px; }
.weberium-button.p60px { padding-left: 60px; padding-right: 60px; }
.weberium-button.p65px { padding-left: 65px; padding-right: 65px; }
.weberium-button.p70px { padding-left: 70px; padding-right: 70px; }
.weberium-button.p75px { padding-left: 75px; padding-right: 75px; }
.weberium-button.p80px { padding-left: 80px; padding-right: 80px; }
.weberium-button.p85px { padding-left: 85px; padding-right: 85px; }
.weberium-button.p90px { padding-left: 90px; padding-right: 90px; }
.weberium-button.p95px { padding-left: 95px; padding-right: 95px; }
.weberium-button.p100px { padding-left: 100px; padding-right: 100px; }

.weberium-button.rounded-1px { -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px; }
.weberium-button.rounded-2px { -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; }
.weberium-button.rounded-3px { -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.weberium-button.rounded-30px { -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; }

.weberium-button.solid { border-style: solid; }
.weberium-button.dashed { border-style: dashed; }
.weberium-button.dotted { border-style: dotted; }
.weberium-button.double { border-style: double; }

/* Button Accent */
.weberium-button.accent { background-color: #f54e24; color: #fff; }
.weberium-button.accent:hover { background-color: #222 !important; color: #fff }

/* Button Outline */
.weberium-button.outline.ol-accent { border-color: #f54e24; color: #33373b; }
.weberium-button.outline.ol-accent:hover { background-color: #f54e24; color: #fff; }
.weberium-button.outline.ol-accent .icon { color: #b7b7b7; transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; }
.weberium-button.outline.ol-accent:hover .icon { color: #fff; }

/* Button Dark */
.weberium-button.dark { background-color: #33373b; color: #fff; }
.weberium-button.dark:hover { background-color: #f54e24; color: #fff; }

/* Button Light */
.weberium-button.light { background-color: #6e7781; color: #fff; }
.weberium-button.light:hover { background-color: #f54e24; color: #fff; }

/* Button Very Light */
.weberium-button.very-light { background-color: #b7babd; color: #fff; }
.weberium-button.very-light:hover { background-color: #f54e24; color: #fff; }

/* Button White */
.weberium-button.white { background-color: #fff; color: #999; }
.weberium-button.white:hover { background-color: #33373b; color: #fff; }

/* Button Outline Dark */
.weberium-button.outline.dark { border-color: #33373b; background-color: transparent; color: #222; }
.weberium-button.outline.dark:hover { background-color: #f54e24; border-color: #f54e24; color: #fff; }

/* Button Outline Light */
.weberium-button.outline.light { border-color: #9b9b9b; background-color: transparent; color: #777; }
.weberium-button.outline.light:hover { background-color: #f54e24; border-color: #f54e24; color: #fff; }

/* Button Outline Very Light */
.weberium-button.outline.very-light { border-color: #e0e0e0; background-color: transparent; color: #999; }
.weberium-button.outline.very-light:hover { background-color: #f54e24; border-color: #f54e24; color: #fff; }

/* Button Outline White */
.weberium-button.outline.white { border-color: #fff; background-color: transparent; color: #fff; }
.weberium-button.outline.white:hover { background-color: #fff; border-color: #fff; color: #222; }

/* Custom */
.button-wrap { display: inline-block; }
.button-wrap.has-icon .weberium-button { padding-left: 30px; padding-right: 30px; }
.button-wrap.has-icon .weberium-button > span { position: relative; display: inline-block; }
.button-wrap.has-icon .weberium-button > span > .icon { font-size: 24px; position: absolute; top: 1px; line-height: 24px; }

.button-wrap.has-icon.icon-right .weberium-button > span { padding-right: 34px; }
.button-wrap.has-icon.icon-right .weberium-button > span > .icon { right: 0; }
.button-wrap.has-icon.icon-left .weberium-button > span { padding-left: 34px; }
.button-wrap.has-icon.icon-left .weberium-button > span > .icon { left: 0; }
.weberium-button.custom:hover { filter: alpha(opacity=90); opacity: 0.9; }

.button-wrap.has-icon.icon-left.separate .weberium-button > span > .icon { line-height: normal; padding-right: 13px; border-right: 1px solid rgba(255,255,255,0.3); }
.button-wrap.has-icon.icon-left.separate .weberium-button { padding-left: 15px; }
.button-wrap.has-icon.icon-left.separate .weberium-button > span { padding-left: 54px; }

.button-wrap.has-icon.icon-right.separate .weberium-button > span > .icon { line-height: normal; padding-left: 13px; border-left: 1px solid rgba(255,255,255,0.3); }
.button-wrap.has-icon.icon-right.separate .weberium-button { padding-right: 15px; }
.button-wrap.has-icon.icon-right.separate .weberium-button > span { padding-right: 54px; }

.button-wrap.has-icon .weberium-button.white > span > .icon { color: #f54e24; }

/* Animation Block
-------------------------------------------------------------- */
.weberium-animation-block { filter: alpha(opacity=0); opacity: 0; }
.weberium-animation-block.animated { filter: alpha(opacity=100); opacity: 1; }

/* Progress Bar
-------------------------------------------------------------- */
.weberium-progress { position: relative; overflow: hidden; }
.weberium-progress .title,
.weberium-progress .perc { line-height: normal; margin: 0; font-size: 14px; letter-spacing: 1px; }
.weberium-progress .title,
.weberium-progress .perc-wrap { font-weight: 600; }
.weberium-progress .title { position: absolute; left: 0; top:0; }
.weberium-progress .progress-animate { height: 6px; width: 0; -webkit-transition: width 1s ease; -moz-transition: width 1s ease; transition: width 1s ease; }
.weberium-progress .progress-animate.accent { background-color: #f54e24; }
.weberium-progress .progress-bar { background-color: #e5e5e5; width: 100%; margin-top: 10px; }
.weberium-progress .perc { width: 0; text-align: right; filter: alpha(opacity=0); opacity: 0; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease; }
.weberium-progress .perc.show { filter: alpha(opacity=100); opacity: 1; }

.weberium-progress.pstyle-2 .perc.show,
.weberium-progress.pstyle-3 .perc.show { margin-left: 22px; }
.weberium-progress.pstyle-2 .perc > span { background-color: #f54e24; color: #fff; padding: 3px 10px; display: inline-block; position: relative; }
.weberium-progress.pstyle-2 .perc > span:after { content: ""; position: absolute; left: 50%; bottom: -6px; margin-left: -4px; border-width: 6px 4px 0 4px ; border-style: solid; border-top-color: #f54e24 ; border-right-color: transparent !important; border-bottom-color: transparent !important; border-left-color: transparent !important; }
.weberium-progress.pstyle-3 .perc > span { background-color: #7f7f7f; color: #fff; padding: 3px 10px; display: inline-block; position: relative; }
.weberium-progress.pstyle-3 .perc > span:after { content: ""; position: absolute; left: 50%; bottom: -6px; margin-left: -4px; border-width: 6px 4px 0 4px ; border-style: solid; border-top-color: #7f7f7f ; border-right-color: transparent !important; border-bottom-color: transparent !important; border-left-color: transparent !important; }

/* Single Heading
-------------------------------------------------------------- */
.weberium-single-heading.style-1 .heading .line { display: none; }

.weberium-single-heading.style-2 .heading { z-index: 1; position: relative; }
.weberium-single-heading.style-2 .heading .text { background-color: #fff; }
.weberium-single-heading.style-2 .heading .line { z-index: -1; position: absolute; left: 0; top: 50%; content: ""; width: 100%; height: 1px; padding-top: 1px; padding-bottom: 1px; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); transform: translateY(-50%); }
.weberium-single-heading.style-2 .heading .text { padding-right: 12px; }
.weberium-single-heading.style-2.text-center .heading .text { padding-left: 12px; paddign-right: 12px; }
.weberium-single-heading.style-2.text-right .heading .text { padding-left: 12px; padding-right: 0; }

.weberium-single-heading.style-3 .heading span { background-repeat: repeat-x; background-position: 0 100%; }
.weberium-single-heading.style-3 .heading.accent-2 span { background-image: -webkit-gradient(linear, left top, right top, from(#b9e9e9), to(#b9e9e9)); background-image: linear-gradient(to right,#b9e9e9 0%, #b9e9e9 100%); }

@media only screen and (max-width: 767px) {
	.weberium-single-heading.text-center { padding: 0 15px; }
}

/* Headings
-------------------------------------------------------------- */
.weberium-headings .heading.style-2 span { background-repeat: repeat-x; background-position: 0 100%; }
.weberium-headings .sep { background-color: #f54e24; }
.weberium-headings.text-center .sep { text-align: center; margin: 0 auto; }
.weberium-headings.text-right .sep { float: right; }
.weberium-headings .heading,
.weberium-headings .sub-heading { margin-bottom: 0; }
.weberium-headings .sub-heading { font-weight: 500; }
.weberium-headings.left-sep { position: relative; }
.weberium-headings.left-sep .sep { position: absolute; left: 0; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); transform: translateY(-50%); }
@media only screen and (max-width: 767px) {
	.weberium-headings.text-center { padding: 0 15px; }
}

/* Counter
-------------------------------------------------------------- */
.weberium-counter .sep { background-color: #f54e24; }
.weberium-counter .sep.accent { background-color: #f54e24; }
.weberium-counter.text-center .sep { text-align: center; margin: 0 auto; }
.weberium-counter.text-center .sep.image { background-color: transparent; }
.weberium-counter .number-wrap { color: #222; }
.weberium-counter .icon-wrap .icon { color: #c2c2c2; }
.weberium-counter .prefix.accent,
.weberium-counter .suffix.accent,
.weberium-counter .number.accent { color: #f54e24; }
.weberium-counter .number,
.weberium-counter .heading { margin-bottom: 0; }

.weberium-counter.icon-left .inner { display: table; overflow: hidden; width: 100%; }
.weberium-counter.icon-left .icon-wrap { display: table-cell; text-align: right; vertical-align: top; }
.weberium-counter.icon-left .text-wrap { display: table-cell; text-align: left; vertical-align: top; }
.weberium-counter.icon-left .sep { margin: 0; }
@media only screen and (max-width: 991px) {
	.weberium-counter.icon-left .inner,
	.weberium-counter.icon-left .icon-wrap,
	.weberium-counter.icon-left .icon-wrap .icon,
	.weberium-counter.icon-left .text-wrap { display: block; width: 100%; margin: 0; text-align: center; }
}

/* Advanced Image
-------------------------------------------------------------- */
.weberium-image-video { position:relative;}
.weberium-image-video .icon-wrap { border-radius: 50%; background-color: #fff; width: 50px; height: 50px; margin: -25px 0 0 -25px; display:inline-block; position: absolute; left:50%; top:50%; text-align:center; transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; }
.weberium-image-video .icon-wrap:after { color: #222; content: "\f04b"; font-family: "FontAwesome"; position: absolute; left: 0; top: 0; width: 100%; line-height: 50px; text-align: center; transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; }
.weberium-image-video .icon-wrap:hover { background-color: #f54e24 }
.weberium-image-video .icon-wrap:hover:after { color: #fff }
.weberium-image-video.w60 .icon-wrap { width: 60px; height: 60px; margin: -30px 0 0 -30px; }
.weberium-image-video.w60 .icon-wrap:after { line-height: 60px; font-size: 15px; }
.weberium-image-video.w70 .icon-wrap { width: 70px; height: 70px; margin: -35px 0 0 -35px; }
.weberium-image-video.w70 .icon-wrap:after { line-height: 70px; font-size: 15px; }
.weberium-image-video.w80 .icon-wrap { width: 80px; height: 80px; margin: -40px 0 0 -40px; }
.weberium-image-video.w80 .icon-wrap:after { line-height: 80px; font-size: 16px; }
.weberium-image-video.w90 .icon-wrap { width: 90px; height: 90px; margin: -45px 0 0 -45px; }
.weberium-image-video.w90 .icon-wrap:after { line-height: 90px; font-size: 20px; }
.weberium-image-video.w100 .icon-wrap { width: 100px; height: 100px; margin: -50px 0 0 -50px; }
.weberium-image-video.w100 .icon-wrap:after { line-height: 100px; font-size: 24px; }

.weberium-image-heading { position: relative; }
.weberium-image-heading .heading { font-size: 16px; z-index: 2; position: absolute; left: 0; top: 80%; margin: 0; width: 100%; text-align: center;  }
.weberium-image-heading .heading a { position: relative; padding-bottom: 2px; }
.weberium-image-heading .heading a:after { content: ""; width: 100%; height: 1px; background-color: #f54e24; position: absolute; left: 0; bottom: 0; transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; }
.weberium-image-heading .heading a:hover:after { width: 0; }
.weberium-image-heading:after { content: ""; background: url(/wp-content/plugins/wprt-addons/assets/gradient.png) no-repeat left bottom; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-size: cover; }

/* Icons
-------------------------------------------------------------- */
.weberium-icon { display: inline-block; }
.weberium-icon .icon { font-size: 20px; line-height: normal; text-align: center; display: inline-block; transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; }
.weberium-icon.outline .icon { border-color: #f54e24; color: #f54e24; }
.weberium-icon.background .icon { background-color: #f1f1f1; color: #c2c2c2; }
.weberium-icon.background .icon.bg-accent { color: #fff; background-color: #f54e24; }
.weberium-icon.background .icon.accent { color: #f54e24; }
.weberium-icon:hover { opacity: 0.7; }

.icon-effect { -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-timing-function: linear; animation-timing-function: linear; -webkit-animation-duration: 1s; animation-duration: 1s; }
.icon-effect:hover { -webkit-animation-play-state: paused; animation-play-state: paused; }
.icon-effect.infinite { -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; }

/* Grid Box
-------------------------------------------------------------- */
.weberium-grid-box .grid-row:first-child { border-top: 1px dotted #e2e2e2; border-left: 1px dotted #e2e2e2; }
.weberium-grid-box .grid-row:last-child { border-left: 1px dotted #e2e2e2; }
.weberium-grid-box .grid-item { width: 33.333%; float: left; border-right: 1px dotted #e2e2e2; border-bottom: 1px dotted #e2e2e2; }

.weberium-grid-box.very-light .grid-row:first-child { border-top-color: #eee; border-left-color: #eee; }
.weberium-grid-box.very-light .grid-row:last-child { border-left-color: #eee; }
.weberium-grid-box.very-light .grid-item { border-right-color: #eee; border-bottom-color: #eee; }

.weberium-grid-box.solid .grid-row:first-child { border-top-style: solid; border-left-style: solid; }
.weberium-grid-box.solid .grid-row:last-child { border-left-style: solid; }
.weberium-grid-box.solid .grid-item { border-right-style: solid; border-bottom-style: solid; }

.weberium-grid-box.dashed .grid-row:first-child { border-top-style: dashed; border-left-style: dashed; }
.weberium-grid-box.dashed .grid-row:last-child { border-left-style: dashed; }
.weberium-grid-box.dashed .grid-item { border-right-style: dashed; border-bottom-style: dashed; }

.weberium-grid-box.no-border-wrap .grid-row:first-child,
.weberium-grid-box.no-border-wrap .grid-row:last-child { border: 0; }
.weberium-grid-box.no-border-wrap .grid-row:last-child .grid-item { border-bottom: 0; }
.weberium-grid-box.no-border-wrap .grid-row .grid-item:last-child { border-right: 0; }

@media only screen and (max-width: 991px) {
	.weberium-grid-box { border-right: 1px dotted #e2e2e2; border-bottom: 1px dotted #e2e2e2; }
	.weberium-grid-box.very-light { border-right-color: #eee; border-bottom-color: #eee; }
	.weberium-grid-box.solid { border-right-style: solid; border-bottom-style: solid; }
	.weberium-grid-box.dashed { border-right-style: dashed; border-bottom-style: dashed; }
	.weberium-grid-box.no-border-wrap { border: 0; }
	.weberium-grid-box .grid-item { width: 100%; }
	.weberium-grid-box .grid-row,
	.weberium-grid-box .grid-item { border-width: 0; }
	.weberium-grid-box .grid-item { border-top: 1px dotted #e2e2e2 !important; }
	.weberium-grid-box.very-light .grid-item { border-top-color: #eee !important; }
	.weberium-grid-box.solid .grid-item { border-top-style: solid !important; }
	.weberium-grid-box.dashed .grid-item { border-top-style: dashed !important; }

	.weberium-grid-box .grid-row:first-child .grid-item:first-child { border-top: 0 !important; }
}

.weberium-grid-box.w2 .grid-row:first-child { border-top: 2px dotted #e2e2e2; border-left: 2px dotted #e2e2e2; }
.weberium-grid-box.w2 .grid-row:last-child { border-left: 2px dotted #e2e2e2; }
.weberium-grid-box.w2 .grid-item { width: 33.333%; float: left; border-right: 2px dotted #e2e2e2; border-bottom: 2px dotted #e2e2e2; }

.weberium-grid-box.w2.very-light .grid-row:first-child { border-top-color: #eee; border-left-color: #eee; }
.weberium-grid-box.w2.very-light .grid-row:last-child { border-left-color: #eee; }
.weberium-grid-box.w2.very-light .grid-item { border-right-color: #eee; border-bottom-color: #eee; }

.weberium-grid-box.w2.solid .grid-row:first-child { border-top-style: solid; border-left-style: solid; }
.weberium-grid-box.w2.solid .grid-row:last-child { border-left-style: solid; }
.weberium-grid-box.w2.solid .grid-item { border-right-style: solid; border-bottom-style: solid; }

.weberium-grid-box.w2.dashed .grid-row:first-child { border-top-style: dashed; border-left-style: dashed; }
.weberium-grid-box.w2.dashed .grid-row:last-child { border-left-style: dashed; }
.weberium-grid-box.w2.dashed .grid-item { border-right-style: dashed; border-bottom-style: dashed; }

.weberium-grid-box.w2.no-border-wrap .grid-row:first-child,
.weberium-grid-box.w2.no-border-wrap .grid-row:last-child { border: 0; }
.weberium-grid-box.w2.no-border-wrap .grid-row:last-child .grid-item { border-bottom: 0; }
.weberium-grid-box.w2.no-border-wrap .grid-row .grid-item:last-child { border-right: 0; }

@media only screen and (max-width: 991px) {
	.weberium-grid-box.w2 { border-right: 2px dotted #e2e2e2; border-bottom: 2px dotted #e2e2e2; }
	.weberium-grid-box.w2.very-light { border-right-color: #eee; border-bottom-color: #eee; }
	.weberium-grid-box.w2.solid { border-right-style: solid; border-bottom-style: solid; }
	.weberium-grid-box.w2.dashed { border-right-style: dashed; border-bottom-style: dashed; }
	.weberium-grid-box.w2.no-border-wrap { border: 0; }
	.weberium-grid-box.w2 .grid-item { width: 100%; }
	.weberium-grid-box.w2 .grid-row,
	.weberium-grid-box.w2 .grid-item { border-width: 0; }
	.weberium-grid-box.w2 .grid-item { border-top: 2px dotted #e2e2e2 !important; }
	.weberium-grid-box.w2.very-light .grid-item { border-top-color: #eee !important; }
	.weberium-grid-box.w2.solid .grid-item { border-top-style: solid !important; }
	.weberium-grid-box.w2.dashed .grid-item { border-top-style: dashed !important; }

	.weberium-grid-box.w2 .grid-row:first-child .grid-item:first-child { border-top: 0 !important; }
}

/* Content Box
-------------------------------------------------------------- */
.weberium-content-box .inner { z-index: 1; position: relative; }
.weberium-content-box .inner:after { z-index: -1; position: absolute; content: ""; left: 0; top: 0; width: 100%; height: 100%; }
.weberium-content-box .inner.accent,
.weberium-content-box .inner.dark-accent,
.weberium-content-box .inner.light-accent { background-color: #f54e24; }
.weberium-content-box .inner.dark-accent:after { background-color: rgba(0,0,0,0.1); }
.weberium-content-box .inner.light-accent:after { background-color: rgba(255,255,255,0.1); }

@media only screen and (max-width: 991px) {
	.weberium-content-box.hide-border .inner { border-color: transparent !important; }
	.weberium-content-box.hide-on-mobile { display: none; }
}

/* Icon Box
-------------------------------------------------------------- */
.weberium-icon-box .heading { margin-bottom: 0; }
.weberium-icon-box .heading a:hover { color: inherit; opacity: 0.7; }
.weberium-icon-box .heading.style-2 span { background-repeat: repeat-x; background-position: 0 100%; }
.weberium-icon-box .heading.style-2.accent-2 span { background-image: -webkit-gradient(linear, left top, right top, from(#b9e9e9), to(#b9e9e9)); background-image: linear-gradient(to right,#b9e9e9 0%, #b9e9e9 100%); }


.weberium-icon-box .desc { margin: 0; }
.weberium-icon-box .btn .simple-link { letter-spacing: 0.5px; display: inline-block; margin-top: 10px; color: #bbb; position: relative; }
.weberium-icon-box .btn .simple-link:after { content: ""; position: absolute; left: 0; bottom: 3px; width: 100%; height: 1px; background-color: #f54e24; transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; }
.weberium-icon-box .btn .simple-link:hover:after { width: 0; }
.weberium-icon-box .btn .weberium-button { margin: 20px 0 0; }
.weberium-icon-box .icon-wrap { position: relative; line-height: normal; transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; }
.weberium-icon-box .icon-wrap:after { position: absolute; width: 100%; height: 100%; content: ''; top: 0; left: 0; filter: alpha(opacity=0); opacity: 0; -webkit-transform: scale(1.3); -moz-transform: scale(1.3); transform: scale(1.3); transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; }
.weberium-icon-box:hover .icon-wrap:after { filter: alpha(opacity=100); opacity: 1; -webkit-transform: scale(1); -moz-transform: scale(1); transform: scale(1); }
.weberium-icon-box.simple .icon-wrap.accent { color:#f54e24; }

/* Icon top */
.weberium-icon-box.icon-top .heading { margin-top: 20px; }
.weberium-icon-box.icon-top.align-center { text-align: center; }
.weberium-icon-box.icon-top.align-center .icon-wrap,
.weberium-icon-box.icon-top.align-center .image-wrap { margin: 0 auto; }
.weberium-icon-box.icon-top.align-right { text-align: right; }
.weberium-icon-box.icon-top.align-right .icon-wrap,
.weberium-icon-box.icon-top.align-right .image-wrap { margin: 0; }

/* Icon top 2 */
.weberium-icon-box.icon-top2 { text-align: center; }
.weberium-icon-box.icon-top2 .text-wrap { position: relative; padding: 40px 27px 43px 27px; background-color: #f7f7f7; }
.weberium-icon-box.icon-top2 .icon-wrap { z-index: 999; position: absolute; left: 50%; top: 0; }

/* Icon left */
.weberium-icon-box.icon-left { position: relative; }
.weberium-icon-box.icon-left .icon-wrap,
.weberium-icon-box.icon-left .image-wrap { position: absolute; left: 0; top: 5px; }
.weberium-icon-box.icon-left .desc > span { display: block; }

/* Icon right */
.weberium-icon-box.icon-right { position: relative; }
.weberium-icon-box.icon-right .icon-wrap,
.weberium-icon-box.icon-right .image-wrap { position: absolute; right: 0; top: 5px; }
.weberium-icon-box.icon-right .heading,
.weberium-icon-box.icon-right .desc,
.weberium-icon-box.icon-right .btn { text-align: right }
.weberium-icon-box.icon-right .desc > span { display: block; }

/* Icon left 2 */
.weberium-icon-box.icon-left2 .heading { margin: 0 0 40px 0; }
.weberium-icon-box.icon-left2.has-width .heading { margin-top: 10px; }
.weberium-icon-box.icon-left2 .icon-wrap,
.weberium-icon-box.icon-left2 .image-wrap { float: left; }

/* Icon has width */
.weberium-icon-box.has-width .icon-wrap { text-align: center; display: inline-block; }
.weberium-icon-box.has-width.w50 .icon-wrap { width: 50px; height: 50px; font-size: 30px; line-height: 50px; }
.weberium-icon-box.has-width.w55 .icon-wrap { width: 55px; height: 55px; font-size: 30px; line-height: 55px; }
.weberium-icon-box.has-width.w60 .icon-wrap { width: 60px; height: 60px; font-size: 30px; line-height: 60px; }
.weberium-icon-box.has-width.w65 .icon-wrap { width: 65px; height: 65px; font-size: 32px; line-height: 65px; }
.weberium-icon-box.has-width.w70 .icon-wrap { width: 70px; height: 70px; font-size: 32px; line-height: 70px; }
.weberium-icon-box.has-width.w73 .icon-wrap { width: 73px; height: 73px; font-size: 32px; line-height: 73px; }
.weberium-icon-box.has-width.w75 .icon-wrap { width: 75px; height: 75px; font-size: 32px; line-height: 75px; }
.weberium-icon-box.has-width.w80 .icon-wrap { width: 80px; height: 80px; font-size: 36px; line-height: 80px; }
.weberium-icon-box.has-width.w85 .icon-wrap { width: 85px; height: 85px; font-size: 36px; line-height: 85px; }
.weberium-icon-box.has-width.w90 .icon-wrap { width: 90px; height: 90px; font-size: 36px; line-height: 90px; }
.weberium-icon-box.has-width.w95 .icon-wrap { width: 95px; height: 95px; font-size: 40px; line-height: 95px; }
.weberium-icon-box.has-width.w100 .icon-wrap { width: 100px; height: 100px; font-size: 40px; line-height: 100px; }
.weberium-icon-box.has-width.w105 .icon-wrap { width: 105px; height: 105px; font-size: 40px; line-height: 105px; }
.weberium-icon-box.has-width.w110 .icon-wrap { width: 110px; height: 110px; font-size: 45px; line-height: 110px; }
.weberium-icon-box.has-width.w115 .icon-wrap { width: 115px; height: 115px; font-size: 45px; line-height: 115px; }
.weberium-icon-box.has-width.w120 .icon-wrap { width: 120px; height: 120px; font-size: 45px; line-height: 120px; }
.weberium-icon-box.has-width.w125 .icon-wrap { width: 125px; height: 125px; font-size: 50px; line-height: 125px; }
.weberium-icon-box.has-width.w130 .icon-wrap { width: 130px; height: 130px; font-size: 50px; line-height: 130px; }

/* Icon rounded */
.weberium-icon-box.rounded-1 .icon-wrap, .weberium-icon-box.rounded-1 .icon-wrap:after { border-radius: 1px; }
.weberium-icon-box.rounded-2 .icon-wrap, .weberium-icon-box.rounded-2 .icon-wrap:after { border-radius: 2px; }
.weberium-icon-box.rounded-3 .icon-wrap, .weberium-icon-box.rounded-3 .icon-wrap:after { border-radius: 3px; }
.weberium-icon-box.rounded-5 .icon-wrap, .weberium-icon-box.rounded-5 .icon-wrap:after { border-radius: 5px; }
.weberium-icon-box.rounded-10 .icon-wrap, .weberium-icon-box.rounded-10 .icon-wrap:after { border-radius: 10px; }
.weberium-icon-box.rounded-100 .icon-wrap, .weberium-icon-box.rounded-100 .icon-wrap:after { border-radius: 100px; }

/* Accent background effect */
.weberium-icon-box.accent-bg .icon-wrap { background-color: #f54e24; color: #fff; }
.weberium-icon-box.accent-bg:hover .icon-wrap { background-color: #222 !important; }

/* Dark background effect */
.weberium-icon-box.dark-bg .icon-wrap { background-color: #5f5f5f; color: #fff; }
.weberium-icon-box.dark-bg:hover .icon-wrap { background-color: transparent; color: #5f5f5f; }
.weberium-icon-box.dark-bg .icon-wrap:after { background-color: #5f5f5f; }
.weberium-icon-box.dark-bg:hover .icon-wrap:after { border: 2px solid #5f5f5f; background-color: transparent; }

/* Grey background effect */
.weberium-icon-box.grey-bg .icon-wrap { background-color: #ebebeb; color: #f54e24; }
.weberium-icon-box.grey-bg:hover .icon-wrap { background-color: #f54e24; color: #fff !important; }
.weberium-icon-box.grey-bg .icon-wrap:after { background-color: #f54e24; z-index: -1; }
.weberium-icon-box.grey-bg:hover .icon-wrap:after { border: 2px solid #ebebeb; background-color: transparent; }

/* Accent outline effect */
.weberium-icon-box.accent-outline .icon-wrap { border: 2px solid #f54e24; background-color: transparent; color: #f54e24; }
.weberium-icon-box.accent-outline:hover .icon-wrap { background-color: #f54e24; color: #fff !important; }
.weberium-icon-box.accent-outline .icon-wrap:after { background-color: #f54e24; z-index: -1; }

/* Dark outline effect */
.weberium-icon-box.dark-outline .icon-wrap { border: 2px solid #222; background-color: transparent; color: #222; }
.weberium-icon-box.dark-outline:hover .icon-wrap { background-color: #222; color: #fff; }
.weberium-icon-box.dark-outline .icon-wrap:after { background-color: #222; z-index: -1; }

/* Grey outline effect */
.weberium-icon-box.grey-outline .icon-wrap { border: 2px solid #eee; background-color: transparent; color: #f54e24; }
.weberium-icon-box.grey-outline:hover .icon-wrap { background-color: #f54e24; color: #fff !important; border-color: #f54e24 }
.weberium-icon-box.grey-outline .icon-wrap:after { background-color: #f54e24; z-index: -1; }

/* Image Box
-------------------------------------------------------------- */
.weberium-image-box .item .text-wrap { padding: 23px 30px 28px; }
.weberium-image-box .item .title { font-size: 16px; margin: 0; }
.weberium-image-box .item .title a:hover { color: #f54e24; }
.weberium-image-box .title.style-2 span { background-repeat: repeat-x; background-position: 0 100%; }
.weberium-image-box .item .simple-link { letter-spacing: 0.5px; display: inline-block; margin-top: 10px; color: #bbb; position: relative; }
.weberium-image-box .item .simple-link:after { content: ""; position: absolute; left: 0; bottom: 3px; width: 100%; height: 1px; background-color: #f54e24; transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; }
.weberium-image-box .item .simple-link:hover:after { width: 0; }
.weberium-image-box .weberium-button { margin: 10px 0 0; }

.weberium-image-box.has-shadow .inner { box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.07); }
.weberium-image-box.has-shadow .item { padding-bottom: 5px; padding-right: 5px; }

/* News
-------------------------------------------------------------- */
.weberium-news .news-item .post-date-custom { left: 13px; top: 10px; }
.weberium-news .news-item .text-wrap { padding: 28px 30px 28px; }
.weberium-news .news-item .text-wrap .title { font-size: 18px; line-height: 36px; margin: 9px 0 0; position: relative; }
.weberium-news .news-item .text-wrap .title > span { background-repeat: repeat-x; background-position: 0 100%; padding:0px 30px 3px 30px; background-image: -webkit-gradient(linear, left top, right top, from(#b9e9e9), to(#b9e9e9)); background-image: linear-gradient(to right,#b9e9e9 0%, #b9e9e9 100%); background-size: 100% 13px; }

.weberium-news .news-item .text-wrap .title a:hover { color: #f54e24; }
.weberium-news .news-item .meta { color: #999; font-size: 13px; font-family: "Montserrat", sans-serif; letter-spacing: 1.5px; font-weight: 600; text-transform: uppercase; }
.weberium-news .news-item .excerpt { margin: 12px 0 14px; }

.weberium-news .news-item .simple-link { letter-spacing: 0.5px; display: inline-block; margin-top: 10px; color: #bbb; position: relative; }
.weberium-news .news-item .simple-link:after { content: ""; position: absolute; left: 0; bottom: 3px; width: 100%; height: 1px; background-color: #f54e24; transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; }
.weberium-news .news-item .simple-link:hover:after { width: 0; }
.weberium-news .news-item .weberium-button { margin: 10px 0 0; }

.weberium-news.has-shadow .news-item .inner { box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.07); }
.weberium-news.has-shadow .news-item { padding-bottom: 5px; padding-right: 5px; }

/* Partner
-------------------------------------------------------------- */
.weberium-partner.has-shadow .partner-item .inner { box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.07); }
.weberium-partner.has-shadow .partner-item { padding-bottom: 5px; padding-right: 5px; }
.weberium-partner .partner-item .thumb { text-align: center; }
.weberium-partner .partner-item .thumb img { width: auto; display: inline-block; -webkit-backface-visibility: hidden; backface-visibility: hidden; transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; }
.weberium-partner .partner-item  .thumb:hover img { -webkit-transform: scale(1.1); transform: scale(1.1); }
.weberium-partner.style-2 .partner-item .inner { padding: 29px 0; border: 2px solid #eee; }
/* Projects
-------------------------------------------------------------- */
/* Project filter */
#project-filter { text-align: center;  margin-bottom: 68px; }
#project-filter .inner { background-color: #f7f7f7; border-bottom: 3px solid #ededed; }
#project-filter .cbp-filter-item { position: relative; color: #999; font-size: 14px; font-weight: 600; font-family: "Montserrat", sans serif; letter-spacing: 0.5px; padding: 13px 49px 12px; margin: 0; display: inline-block; cursor: pointer; position: relative; transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; }
#project-filter .cbp-filter-item:after { content: ""; position: absolute; left: 0; top: 14px; width: 1px; height: 19px; background-color: #dcdcdc; }
#project-filter .cbp-filter-item:first-child:after { display: none; }
#project-filter .cbp-filter-item:before { content: ""; position: absolute; left: 0; bottom: -3px; width: 0; height: 3px; background-color: #f54e24; transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; }
#project-filter .cbp-filter-item.cbp-filter-item-active:before { width: 100%; }
#project-filter .inner { display: inline-block; }
#project-filter .cbp-filter-item:hover { color: #222; position: relative; }
#project-filter.cbp-l-filters-alignCenter .cbp-filter-counter { color: #fff; font-family: "Montserrat", sans-serif; font-size: 13px; font-weight: 600; width: 40px; height: 40px; background-color: #999b9d; border-radius: 20px; line-height: 40px; padding: 0; }
#project-filter.cbp-l-filters-alignCenter .cbp-filter-counter:after { border: 0; }
#project-filter.cbp-l-filters-alignCenter .cbp-filter-item:hover .cbp-filter-counter { bottom: 42px; }
@media only screen and (max-width: 991px) {
	#project-filter { margin: 0 15px 40px; }
	#project-filter .cbp-filter-item { padding: 8px 25px; }
	#project-filter .cbp-filter-item { margin-top: 5px; }
	#project-filter .cbp-filter-item:after { display: none; }
}

/* Project item */
.project-box.style-1 .project-wrap { position: relative; }
.project-box.style-1 .project-text { position: absolute; left: 0; bottom: -76px; text-align: center; width: 100%; background-color: #fff; height: auto; opacity: 0; padding: 25px; transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; }
.project-box.style-1:hover .project-text { cursor: pointer; opacity: 1; bottom: 0; }
.project-box.style-1 .project-image img { top: 0; position: relative; cursor: pointer; cursor: pointer; display: block; width: 100%; transition: top 0.3s ease 0s; -webkit-transition: top 0.3s ease 0s; -moz-transition: top 0.3s ease 0s; }
.project-box.style-1:hover .project-image img { top:-76px; }
.project-box.style-1 .project-text h2 { margin: 0; font-size: 14px; line-height: 26px; text-transform: uppercase; color: #999; }
.project-box.style-1 .project-text h2:hover a { color: #f54e24; }
.project-box.style-1 .project-image { position: relative; }
.project-box.style-1 .project-image:after { opacity: 0; content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.6); transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; }
.project-box.style-1 .plus-icon { opacity: 0; margin-top: -80px; width: 100%; z-index: 1; position: absolute; left: 0; top: 50%; text-align: center; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; }
.project-box.style-1:hover .plus-icon { opacity: 1; margin-top: -70px; }
.project-box.style-1 .plus-icon > a { font-size: 58px; color: #fff; }
.project-box.style-1 .plus-icon > a:hover { color: #f54e24; }
.project-box.style-1:hover .project-image:after { opacity: 1; }
.project-box.style-1 .project-term { display: none; }

.project-box.style-2.has-shadow { padding: 10px; }
.project-box.style-2.has-shadow .inner { box-shadow: 0 0 10px 0 rgba(0,0,0,0.1); }
.project-box.style-2 .project-text { text-align: center; width: 100%; background-color: #fff; height: auto; padding: 24px 24px 26px; transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; }
.project-box.style-2 .project-text h2 { margin: 0 0 10px; font-size: 18px; line-height: 26px; color: #222; }
.project-box.style-2 .project-text h2:hover a { color: #f54e24; }
.project-box.style-2 .project-text h2 > span { background-repeat: repeat-x; background-position: 0 100%; padding:0px 30px 3px 30px; background-image: -webkit-gradient(linear, left top, right top, from(#b9e9e9), to(#b9e9e9)); background-image: linear-gradient(to right,#b9e9e9 0%, #b9e9e9 100%); background-size: 100% 13px; }
.project-box.style-2 .project-term,
.project-box.style-2 .project-term a { color: #999; font-size: 13px; font-family: "Montserrat", sans-serif; text-transform: uppercase; font-weight: 600; }
.project-box.style-2 .project-image { position: relative; }
.project-box.style-2 .project-image:after { opacity: 0; content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.6); transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; }
.project-box.style-2 .plus-icon { line-height: normal; opacity: 0; z-index: 1; position: absolute; left: 0; top: 50%; text-align: center; width: 100%; margin-top: -60px; transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; }
.project-box.style-2 .plus-icon > a { font-size: 58px; color: #fff; }
.project-box.style-2 .plus-icon > a:hover { color: #f54e24; }
.project-box.style-2:hover .plus-icon { opacity: 1; margin-top: -30px; }
.project-box.style-2:hover .project-image:after { opacity: 1; }

/* Project Related */
.project-related-wrap { background-color: #f7f7f7; padding: 65px 0 78px; position: relative; }
.project-related-wrap .title-wrap { text-align: center; }
.project-related-wrap .title { font-size: 24px; font-weight: 700; margin-bottom: 63px; display: inline-block; color: #333; text-transform: uppercase; }
.project-related-wrap .title > span { background-repeat: repeat-x; background-position: 0 100%; padding: 0px 60px 7px 60px; background-image: -webkit-gradient(linear, left top, right top, from(#b9e9e9), to(#b9e9e9)); background-image: linear-gradient(to right,#b9e9e9 0%, #b9e9e9 100%); background-size: 100% 21px; }
.project-related-wrap .project-box .project-text { padding: 10px; }
.project-related-wrap .project-box:hover .project-image img { top:-46px; }

@media only screen and (max-width: 991px) {
	.project-related-wrap { padding: 70px 0; }
	.project-related-wrap .title { margin-bottom: 30px; }
}

/* Tabs
-------------------------------------------------------------- */
.weberium-tabs .tab-title { margin:0; border-bottom: 1px solid #e0e0e0; }
.weberium-tabs .tab-title .item-title { font-size: 13px; font-weight: 600; font-family: "Montserrat", sans-serif; letter-spacing: 0.5px; line-height: 30px; color: #999; padding: 0; list-style: none; margin: 0 4px 0 0; display: inline-block; background-color: #f3f3f3 }
.weberium-tabs .tab-title .item-title.active { position: relative; top: 1px; }
.weberium-tabs .tab-title .item-title > span { cursor: pointer; padding: 10px 45px 8px; transition: none; border-bottom: none; display: inline-block; }
.weberium-tabs .tab-content .item-content { padding: 36px 0 0; }

/* Style 1 */
.weberium-tabs.style-1 .tab-title .item-title.active { background-color: #fff; color: #222; }
.weberium-tabs.style-1 .tab-title .item-title.active > span { padding-top: 10px; padding-bottom: 7px; border-top: 2px solid #f54e24; border-left: 1px solid #e0e0e0 !important; border-right: 1px solid #e0e0e0 !important; border-bottom: 1px solid #fff !important; }

/* Style 2 */
.weberium-tabs.style-2 .tab-title .item-title.active { background-color: #f54e24; color: #fff; }
.weberium-tabs.style-2 .tab-title .item-title.active > span { border-top: 1px solid #f54e24; }

/* Style 3 */
.weberium-tabs.style-3 .tab-title { border-bottom: 0; border-right: 1px solid #e0e0e0; }
.weberium-tabs.style-3 .tab-title .item-title.active { top: 0; left: 1px; background-color: #f54e24; color: #fff; }
.weberium-tabs.style-3 .tab-title .item-title { display: block; margin: 0 0 3px 0; }
.weberium-tabs.style-3 .tab-title .item-title > span { display: block; padding: 12px 0 8px; text-align: center; }
.weberium-tabs.style-3 .tab-content .item-content { padding: 0 0 0 25px; overflow: hidden; }

.weberium-tabs.style-3 { display: table; }
.weberium-tabs.style-3 .tab-title { display: table-cell; }
.weberium-tabs.style-3 .tab-content-wrap { display: table-cell; }

/* Style 4 */
.weberium-tabs.style-4 .tab-title { border-bottom: 0; border-right: 1px solid #e0e0e0; }
.weberium-tabs.style-4 .tab-title .item-title.active { top: 0; left: 1px; background-color: #fff; color: #222; }
.weberium-tabs.style-4 .tab-title .item-title.active > span { border-left: 2px solid #f54e24; border-top: 1px solid #e0e0e0 !important; border-bottom: 1px solid #e0e0e0 !important; border-right: 1px solid #fff !important; }

.weberium-tabs.style-4 .tab-title .item-title { display: block; margin: 0 0 3px 0; }
.weberium-tabs.style-4 .tab-title .item-title > span { display: block; padding: 12px 0 8px; text-align: center; }
.weberium-tabs.style-4 .tab-content .item-content { padding: 0 0 0 25px; overflow: hidden; }

.weberium-tabs.style-4 { display: table; }
.weberium-tabs.style-4 .tab-title { display: table-cell; }
.weberium-tabs.style-4 .tab-content-wrap { display: table-cell; }

.weberium-tabs.title-w150 .tab-title { width: 150px; }
.weberium-tabs.title-w160 .tab-title { width: 160px; }
.weberium-tabs.title-w170 .tab-title { width: 170px; }
.weberium-tabs.title-w180 .tab-title { width: 180px; }
.weberium-tabs.title-w190 .tab-title { width: 190px; }
.weberium-tabs.title-w200 .tab-title { width: 200px; }
.weberium-tabs.title-w220 .tab-title { width: 220px; }
.weberium-tabs.title-w240 .tab-title { width: 240px; }
.weberium-tabs.title-w260 .tab-title { width: 260px; }
.weberium-tabs.title-w280 .tab-title { width: 280px; }
.weberium-tabs.title-w300 .tab-title { width: 300px; }

@media only screen and (max-width: 991px) {
	.weberium-tabs .tab-title { border: 0; }
	.weberium-tabs .tab-title .item-title,
	.weberium-tabs .tab-title .item-title > span { display: block; margin: 0px; }
	.weberium-tabs .tab-title .item-title > span { margin-bottom: 5px; }
	.weberium-tabs .tab-title .item-title.active { top: 0; }

	.weberium-tabs.style-1 .tab-title .item-title.active > span { border-bottom: 1px solid #e0e0e0 !important; }

	.weberium-tabs.style-3,
	.weberium-tabs.style-3 .tab-title,
	.weberium-tabs.style-3 .tab-content-wrap,
	.weberium-tabs.style-4,
	.weberium-tabs.style-4 .tab-title,
	.weberium-tabs.style-4 .tab-content-wrap { width: 100% !important; display: block;  }

	.weberium-tabs.style-3 .tab-title,
	.weberium-tabs.style-4 .tab-title { border: 0; }
	.weberium-tabs.style-4 .tab-title .item-title.active > span { border-right: 1px solid #e0e0e0!important; }

	.weberium-tabs .tab-content .item-content { padding: 20px 0 0; }
}

/* Newsletter
-------------------------------------------------------------- */
.weberium-subscribe { padding: 40px 50px 26px; background-color: #f3f3f3; }
.weberium-subscribe .text-wrap { float: left; margin-bottom: 10px; }
.weberium-subscribe .mc4wp-form { float: right; width: 65.092%; padding-top: 3px; }
.weberium-subscribe .mc4wp-form input { border: 0; height: 48px; background-color: #fff; margin-bottom: 14px; }

.weberium-subscribe .text-wrap .heading-wrap { position: relative; padding-left: 75px; padding-top: 12px; }
.weberium-subscribe .text-wrap .heading-wrap:before { line-height: 0; font-size: 30px; color: #fff; content: "\e96e"; font-family: "ninzio"; position: absolute; left: 0; top: 25px; }
.weberium-subscribe .text-wrap .heading { font-size: 16px; letter-spacing: 0.5px; text-transform: uppercase; margin: 0; }

.weberium-subscribe .mc4wp-form .name-wrap,
.weberium-subscribe .mc4wp-form .email-wrap { width: 256px; float: left; margin-right: 13px; }
.weberium-subscribe .mc4wp-form .submit-wrap input { height: 48px; padding: 0; width: 163px; background-color: #f54e24; font-family: "Montserrat", sans-serif; }
.weberium-subscribe .mc4wp-form .submit-wrap input:hover { opacity: 0.75 }

@media only screen and (max-width: 991px) {
	.weberium-subscribe .mc4wp-form,
	.weberium-subscribe .mc4wp-form .name-wrap,
	.weberium-subscribe .mc4wp-form .email-wrap { width: 100%; float: none; }
	.weberium-subscribe .mc4wp-form { margin-bottom: 18px; }
	.weberium-subscribe .text-wrap .heading-wrap { margin-bottom: 10px; padding-left: 56px; padding-top: 15px; }
}

.weberium-subscribe.bg-dark { background-color: #333; }
.weberium-subscribe.bg-accent { background-color: #f54e24; }
.weberium-subscribe.bg-accent .text-wrap .heading,
.weberium-subscribe.bg-dark .text-wrap .heading { color: #fff; }
.weberium-subscribe.bg-accent .mc4wp-form .submit-wrap input { background-color: #333; position: relative; }
.weberium-subscribe.bg-light .text-wrap .heading-wrap:before { color: #999; }

.weberium-subscribe .mc4wp-alert { clear: left; }
.weberium-subscribe.bg-dark,
.weberium-subscribe.bg-accent { color: #fff; }

/* CountDown
-------------------------------------------------------------- */
.weberium-countdown .column { background-color: #f6f6f6; font-family: "Montserrat", sans-serif; padding: 23px 0 16px; float: left; width: 24.10625%; position: relative; margin-left: 1.191%; text-align: center; }
.weberium-countdown .column:first-child { margin-left: 0; }
.weberium-countdown .numb { font-size: 42px; font-weight: 700; line-height: 40px; }
.weberium-countdown .text { font-size: 14px; color: #999; text-transform: uppercase;}

.weberium-countdown.accent .numb { color: #f54e24; }
.weberium-countdown.accent-bg .column { background-color: #f54e24; }
.weberium-countdown.accent-bg .numb,
.weberium-countdown.accent-bg .text { color: #fff; }

/* Product
-------------------------------------------------------------- */
.weberium-products .products { list-style: none; margin: 0; }
.weberium-products .products li {  float: none; padding: 0; margin: 0; }

/* Testimonails
-------------------------------------------------------------- */
.weberium-testimonials .thumb { width: 70px; height: 70px; float: left; margin-right: 30px; }
.weberium-testimonials.image-circle .thumb { border-radius: 50%; }
.weberium-testimonials.image-circle img { border-radius: 50%; }
.weberium-testimonials .inner { padding: 30px 52px 50px 48px; }
.weberium-testimonials .name-wrap { position: relative; padding-bottom: 20px; overflow-x: hidden; }
.weberium-testimonials .name-wrap:after { content: ""; position: absolute; left: 0; bottom: 0; width: 101px; height: 16px; background: url(/wp-content/plugins/wprt-addons/assets/star.png) no-repeat; }
.weberium-testimonials .name { margin: 10px 0 7px; font-size: 20px; }

.weberium-testimonials .name > span { background-repeat: repeat-x; background-position: 0 100%; padding:0px 50px 3px 0; background-image: -webkit-gradient(linear, left top, right top, from(#b9e9e9), to(#b9e9e9)); background-image: linear-gradient(to right,#b9e9e9 0%, #b9e9e9 100%); background-size: 100% 13px; }
.weberium-testimonials .position { font-size: 14px; font-family: "Montserrat", sans-serif; font-weight: 600; display: inline-block; margin-bottom: 2px; }

.weberium-testimonials .text { font-size: 16px; line-height: 26px; padding: 0; margin: 20px 0 0; background-color: transparent; }
.weberium-testimonials .text:before { display: none; }

.weberium-testimonials.has-shadow .text { box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.07); }
.weberium-testimonials.has-shadow .inner { padding-bottom: 3px; padding-right: 3px; }

@media only screen and (max-width: 767px) {
	.weberium-testimonials .thumb { float: none; margin: 0 0 10px; }
	.weberium-testimonials .name-wrap {  }
}

/* Hero Slideshow
-------------------------------------------------------------- */
.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: 20px; text-align: center; -webkit-transform: translate3d(-50%,0,0); transform: translate3d(-50%,0,0); -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-timing-function: linear; animation-timing-function: linear; -webkit-animation-duration: 2s; 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: "FontAwesome"; font-size: 20px; color: #fff; display: inline-block; }
.hero-section .hero-arrow.style-2:before { content: "\f107"; font-size: 20px; }

/* Fancy Text
-------------------------------------------------------------- */
.weberium-fancy-text.scroll { overflow: hidden; vertical-align: baseline; }
.weberium-fancy-text.scroll .heading { margin: 0; }
.weberium-fancy-text.scroll .heading { -webkit-transition: margin-top 0.4s ease-in-out; -moz-transition: margin-top 0.4s ease-in-out; transition: margin-top 0.4s ease-in-out; }

.weberium-fancy-text.typed .typed-cursor { opacity: 1; -webkit-animation: blink 0.7s infinite; -moz-animation: blink 0.7s infinite; 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; } }

/* Icon List
-------------------------------------------------------------- */
.weberium-list > div { position: relative; padding: 0; margin-bottom: 10px; padding: 12px 30px; }
.weberium-list > div > span { position: relative; display: block; }
.weberium-list.icon-left > div > span {  padding-left: 30px; }
.weberium-list .icon { color: #c2c2c2; line-height: normal; }
.weberium-list .icon,
.weberium-list > div .image { position: absolute; left: 0; top: 50%; -webkit-transform: translate3d(0,-50%,0); -moz-transform: translate3d(0,-50%,0); transform: translate3d(0,-50%,0); }
.weberium-list.icon-top .icon { top: 1px; transform: none; }
.weberium-list > div .image { display: inline-block; }

.weberium-list.icon-right > div i,
.weberium-list.icon-right > div .image { left: auto; right: 0; }

.weberium-list > div a:hover { opacity: 0.7; }

.weberium-list .icon.style-1.accent { color: #f54e24; }

.weberium-list.icon-top .icon.style-2,
.weberium-list.icon-top .icon.style-3,
.weberium-list.icon-top .icon.style-4 { top: 4px; }

.weberium-list.icon-top .icon.style-5,
.weberium-list.icon-top .icon.style-6,
.weberium-list.icon-top .icon.style-7 { top: 6px; }

.weberium-list .icon.style-2,
.weberium-list .icon.style-3,
.weberium-list .icon.style-4 { font-size: 11px; width: 22px; height: 22px; line-height: 22px; text-align: center; border-radius: 50%; }

.weberium-list .icon.style-5,
.weberium-list .icon.style-6,
.weberium-list .icon.style-7 { font-size: 11px; width: 17px; height: 17px; line-height: 17px; text-align: center; }

.weberium-list .icon.style-2 { background-color: #f54e24; color: #fff; }
.weberium-list .icon.style-3 { background-color: #e9e9e9; color: #f54e24; }
.weberium-list .icon.style-4 { background-color: #636363; color: #fff; }

.weberium-list .icon.style-5 { background-color: #f54e24; color: #fff; }
.weberium-list .icon.style-6 { background-color: #e9e9e9; color: #f54e24; }
.weberium-list .icon.style-7 { background-color: #636363; color: #fff; }
/* Lines
-------------------------------------------------------------- */
.weberium-lines { position: relative; }
.weberium-lines .line-1 { background-color: #f54e24; }
.weberium-lines .line-2 { background-color: #f1f1f1; }

.weberium-lines .line-1,
.weberium-lines .line-2 { position: absolute; left: 0; top: 50%; z-index: 2; }
.weberium-lines .line-2 { z-index: 1; }
.weberium-lines.center .line-1,
.weberium-lines.center .line-2 { left: 50%; }
.weberium-lines.center.line1-full .line-1,
.weberium-lines.center.line2-full .line-2 { left: 0; }

.weberium-lines.right .line-1,
.weberium-lines.right .line-2 { left: auto; right: 0; }

/* Divider
-------------------------------------------------------------- */
.weberium-divider { display: block; width: 100%; height: 0; background: none; margin: 0 auto; }
.weberium-divider.divider-right { margin: 0; float: right; }
.weberium-divider.divider-left { margin: 0; float: left; }
.weberium-divider .divider-icon { display: inline-block; position: relative; }
.weberium-divider .divider-icon-before { display: block; position: absolute; top: 50%; border-bottom: solid 1px #f1f1f1; right: 100%; width: 9999px; margin-top: -0.5px; }
.weberium-divider .divider-icon-after { display: block; position: absolute; top: 50%; border-bottom: solid 1px #f1f1f1; left: 100%; width: 9999px; margin-top: -0.5px; }

.weberium-divider.divider-solid { border-top: 1px solid #f1f1f1 }
.weberium-divider.divider-dashed { border-top: 1px dashed #f1f1f1 }
.weberium-divider.divider-dotted { border-top: 1px dotted #f1f1f1 }
.weberium-divider.divider-double,
.weberium-divider.has-icon .divider-double { height: 1px; padding-top: 1px; padding-bottom: 1px; border-top: 1px solid #f1f1f1; border-bottom: 1px solid #f1f1f1; }

.weberium-divider.has-icon { display: block; height: auto; margin: 0 auto; text-align: center; border: none; overflow: hidden; }
.weberium-divider.has-icon .icon-wrap { display: inline-block; padding: 0 12px; font-size: 16px; }
.weberium-divider.has-icon .icon-wrap > span.accent { color: #f54e24; }
.weberium-divider.has-icon .divider-dotted { border-style: dotted; }
.weberium-divider.has-icon .divider-dashed { border-style: dashed; }

.divider-icon-before.accent,
.divider-icon-after.accent,
.weberium-divider.has-icon .divider-double.accent { border-color: #f54e24; }

/* Info List
-------------------------------------------------------------- */
.weberium-info-list { display: table; width: 100%; }
.weberium-info-list .title,
.weberium-info-list .text { display: table-cell; vertical-align: top; }
.weberium-info-list .text p:last-child { margin: 0; }

.weberium-info-list .title i { font-size: 10px; color: #f54e24; padding-right: 10px; }

/* Menu List
-------------------------------------------------------------- */
.weberium-menu-list { padding: 10px 20px; }
.weberium-menu-list .text { float: left; padding-top: 5px; line-height: normal; }
.weberium-menu-list .value { float: right; color: #fff; line-height: normal; padding: 3px 10px; background-color: #f54e24; }
.weberium-menu-list.simple .text,
.weberium-menu-list.simple .value { padding: 0 !important;  }

/* Images Grid
-------------------------------------------------------------- */
.weberium-images-grid .item-wrap { position: relative; }
.weberium-images-grid .item-wrap .zoom-popup { position: absolute; right: 17px; top: 12px; opacity: 0; text-align: center; display: inline-block; width: 37px; height: 39px; line-height: 39px; font-size: 14px; background-color: rgba(0,0,0,0.5); color: #fff; transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; }
.weberium-images-grid .item-wrap:hover .zoom-popup:hover { opacity: 0.5; }
.weberium-images-grid .item-wrap:hover .zoom-popup { opacity: 1; }

.weberium-images-grid .cbp-nav-controls { position: static; height: 0 !important; }
.weberium-images-grid .cbp-nav-controls .cbp-nav-next,
.weberium-images-grid .cbp-nav-controls .cbp-nav-prev { position: absolute; left: 10px; top: 50%; margin-top: -20px; z-index: 999999; }
.weberium-images-grid .cbp-nav-controls .cbp-nav-next { left: auto; right: 10px; }

.weberium-images-grid .cbp-nav-next,
.weberium-images-grid .cbp-nav-prev { border-radius: 0; margin: 0; text-align: center; background-color: rgba(0,0,0,0.3); color: #fff; width: 40px; height: 40px; line-height: 40px; font-size: 0; display: inline-block; position: relative; transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; opacity: 1 !important; }
.weberium-images-grid .cbp-nav-next { margin-left: 5px; }
.weberium-images-grid .cbp-nav-next:after,
.weberium-images-grid .cbp-nav-prev:after { font-size: 18px; line-height: 40px; content: "\f104"; font-family: "FontAwesome"; position: absolute; left: 0; top: 0; text-indent: 0; width: 100%; height: 100%; }
.weberium-images-grid .cbp-nav-next:after { content: "\f105"; }
.weberium-images-grid .cbp-nav-prev.cbp-nav-stop,
.weberium-images-grid .cbp-nav-next.cbp-nav-stop { background-color: rgba(0,0,0,0.1); color: #fff; }

.weberium-images-grid .cbp-nav-pagination { bottom: 20px }
.weberium-images-grid .cbp-nav-pagination-item { width: 11px; height: 11px; border: 2px solid #fff; border-radius: 50%; background-color: transparent; transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; }
.weberium-images-grid .cbp-nav-pagination-active { background-color: #fff; }

/* Toggle
-------------------------------------------------------------- */
.weberium-accordions .accordion-item { margin-bottom: 10px; }
.weberium-accordions .accordion-item .accordion-heading { position: relative; color: #999; font-size: 14px; padding: 12px 12px 12px 38px; margin-bottom: 0; cursor: pointer; position: relative; transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; }
.weberium-accordions .accordion-item .accordion-heading:after { text-align: center; content: "\e91f"; font-size: 16px; font-family: "ninzio"; font-weight: 500; position: absolute; right: 12px; top: 8px; width: 32px; line-height: 32px; height: 32px; }
.weberium-accordions .accordion-item.active .accordion-heading:after { content: "\e972"; }

.weberium-accordions .accordion-item.active .accordion-heading { color: #222; }
.weberium-accordions .accordion-item.active .accordion-heading:hover,
.weberium-accordions .accordion-item .accordion-heading:hover,
.weberium-accordions .accordion-item .accordion-heading:after { color: #f54e24; }

.weberium-accordions .accordion-item .accordion-heading > .inner { padding: 0 30px; display: block; position: relative; }
.weberium-accordions .accordion-item .accordion-heading > .inner i { position: absolute; left: 0; top: 50%; -webkit-transform: translate3d(0,-50%,0); -moz-transform: translate3d(0,-50%,0); transform: translate3d(0,-50%,0); }
.weberium-accordions .accordion-item .accordion-content { display: none; padding: 22px 15px 12px 40px; position: relative; }
.weberium-accordions .accordion-item .accordion-content:before { content: ""; position: absolute; left: 15px; top: 10%; width: 1px; height: 90%; background-color: #e0e0e0; }
.weberium-accordions .accordion-item .accordion-content > p:last-child { margin-bottom: 0; }
.weberium-accordions .accordion-item.no-icon .accordion-heading > .inner { padding-left: 0; }

/* Style 1 */
.weberium-accordions.style-1 .accordion-item .accordion-heading { background-color: #fff; }
.weberium-accordions.style-1 .accordion-item .accordion-heading:after { background-color: #f7f7f7; }

/* Style 2*/
.weberium-accordions.style-2 .accordion-item .accordion-heading { background-color: #f3f3f3; }
.weberium-accordions.style-2 .accordion-item .accordion-heading:after { background-color: #e6e6e6; }

/* Socials
-------------------------------------------------------------- */
.weberium-socials { margin: 0 -5px; }
.weberium-socials .icon { padding: 0 5px; float: left; }
.weberium-socials a { font-size: 14px; width: 28px; height: 28px; line-height: 28px; background-color: #f8f8f8; display: inline-block; color: #fff; text-align: center; z-index: 1; }
.weberium-socials a:hover { background-color: #f54e24; color:#fff; }
.weberium-socials.style-2 a { background-color: #3d3d3d; color: #fff; }
.weberium-socials.style-2 a:hover { background-color: #f54e24; color: #fff; }

/* Member
-------------------------------------------------------------- */
.weberium-team .thumb { position: relative; overflow: hidden; }
.weberium-team .socials { list-style: none; margin: 0; }
.weberium-team .text-wrap { padding: 27px 18px 22px; }
.weberium-team .name { margin-bottom: 8px; font-size: 20px; color: #222; }
.weberium-team .name > span { background-repeat: repeat-x; background-position: 0 100%; padding:0px 30px 3px 30px; background-image: -webkit-gradient(linear, left top, right top, from(#b9e9e9), to(#b9e9e9)); background-image: linear-gradient(to right,#b9e9e9 0%, #b9e9e9 100%); background-size: 100% 13px; }
.weberium-team .position { font-family: "Montserrat", sans-serif; font-size: 13px; color: #999; font-weight: 600; letter-spacing: 0.5px; }

.weberium-team .thumb:after { opacity: 0; content: ""; position: absolute; left: 0; top :0; z-index: 1; width: 100%; height: 100%; background-color: #000; -webkit-transform: translate3d(0,50%,0); transform: translate3d(0,50%,0); transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; }
.weberium-team .team-item:hover .thumb:after { opacity: 0.7; -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }
.weberium-team .socials { width: 100%; text-align: center; z-index: 2; position: absolute; left: 0; top: 50%; margin-top: -10px; }
.weberium-team .socials li { opacity: 0; visibility: hidden; display: inline-block; padding: 0; margin: 0 2px 2px; -webkit-transform: translate3d(0,-50%,0); transform: translate3d(0,-50%,0); -webkit-transition: opacity 0.2s, -webkit-transform 0.35s; transition: opacity 0.2s, transform 0.35s; }
.weberium-team .socials li a { background-color: #fff; font-size: 15px; line-height: 37px; width: 37px; height: 37px; display: inline-block; text-align: center; transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; }
.weberium-team .team-item .socials li.facebook a { color: #4f6387; }
.weberium-team .team-item .socials li.twitter a { color: #29cdd9; }
.weberium-team .team-item .socials li.linkedin a { color: #1071e8; }
.weberium-team .team-item .socials li.google-plus a { color: #e24f27; }
.weberium-team .team-item .socials li.instagram a { color: #8939aa; }
.weberium-team .team-item .socials li a:hover {  background-color: #f54e24; color: #fff; }
.weberium-team .team-item:hover .socials li { opacity: 1; visibility: visible; -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }
.weberium-team .team-item:hover .socials li:nth-child(4) { -webkit-transition-delay: 0.05s; transition-delay: 0.05s; }
.weberium-team .team-item:hover .socials li:nth-child(3) { -webkit-transition-delay: 0.1s; transition-delay: 0.1s; }
.weberium-team .team-item:hover .socials li:nth-child(2) { -webkit-transition-delay: 0.15s; transition-delay: 0.15s; }
.weberium-team .team-item:hover .socials li:first-child { -webkit-transition-delay: 0.2s; transition-delay: 0.2s; }

.weberium-team.has-shadow .team-item .inner { box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.07); }
.weberium-team.has-shadow .team-item { padding-bottom: 5px; padding-right: 5px; }

/* Member Grid
-------------------------------------------------------------- */
.weberium-team-grid .team-item { float: left; width: 100%; }
.weberium-team-grid .team-item img { width: 100%; height: auto; }
.weberium-team-grid.col-2 .team-item { width: 50%; }
.weberium-team-grid.col-3 .team-item { width: 33.33%; }
.weberium-team-grid.col-4 .team-item { width: 25%; }
.weberium-team-grid.col-5 .team-item { width: 20%; }
.weberium-team-grid .thumb { position: relative; overflow: hidden; }
.weberium-team-grid .socials { list-style: none; margin: 0; }
.weberium-team-grid .text-wrap { padding: 44px 20px 42px; }
.weberium-team-grid .name { font-size: 16px; margin-bottom: 3px; text-transform: uppercase; }
.weberium-team-grid .position { font-size: 0.928em; text-transform: uppercase; }

.weberium-team-grid .thumb:after { opacity: 0; content: ""; position: absolute; left: 0; top :0; z-index: 1; width: 100%; height: 100%; background-color: #000; -webkit-transform: translate3d(0,50%,0); transform: translate3d(0,50%,0); transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; }
.weberium-team-grid .team-item:hover .thumb:after { opacity: 0.6; -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }
.weberium-team-grid .socials { width: 100%; text-align: center; z-index: 2; position: absolute; left: 50%; top: 50%; -webkit-transform: translate3d(-50%,-50%,0); transform: translate3d(-50%,-50%,0); }
.weberium-team-grid .socials li { opacity: 0; visibility: hidden; display: inline-block; padding: 0; margin: 0 4px; -webkit-transform: translate3d(0,-50%,0); transform: translate3d(0,-50%,0); -webkit-transition: opacity 0.2s, -webkit-transform 0.35s; transition: opacity 0.2s, transform 0.35s; }
.weberium-team-grid .socials li a { color: #b2b2b2; background-color: #fff; font-size: 15px; line-height: 34px; width: 34px; height: 34px; display: inline-block; text-align: center; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
.weberium-team-grid .socials li a:hover {  background-color: #f54e24; color: #fff; }
.weberium-team-grid .team-item:hover .socials li { opacity: 1; visibility: visible; -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }
.weberium-team-grid .team-item:hover .socials li:nth-child(4) { -webkit-transition-delay: 0.05s; transition-delay: 0.05s; }
.weberium-team-grid .team-item:hover .socials li:nth-child(3) { -webkit-transition-delay: 0.1s; transition-delay: 0.1s; }
.weberium-team-grid .team-item:hover .socials li:nth-child(2) { -webkit-transition-delay: 0.15s; transition-delay: 0.15s; }
.weberium-team-grid .team-item:hover .socials li:first-child { -webkit-transition-delay: 0.2s; transition-delay: 0.2s; }

.weberium-team-grid.has-shadow .team-item .inner { box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.07); }

@media only screen and (max-width: 991px) {
	.weberium-team-grid { margin: 0 !important; }
	.weberium-team-grid .team-row { padding: 0 !important; margin: 0 !important; }
	.weberium-team-grid .team-item { padding: 0 !important; margin: 0 0 35px !important; }
	.weberium-team-grid .team-row:last-child .team-item:last-child { margin-bottom: 0 !important; }
	.weberium-team-grid.col-2 .team-item,
	.weberium-team-grid.col-3 .team-item { width: 100%; }
	.weberium-team-grid.col-4 .team-item,
	.weberium-team-grid.col-5 .team-item { width: 50%; }
}
@media only screen and (max-width: 479px) {
	.weberium-team-grid.col-4 .team-item,
	.weberium-team-grid.col-5 .team-item { width: 100%; }
}

/* Contact Form 7
-------------------------------------------------------------- */
.wpcf7-form .button-right .wrap-submit { text-align: right }
.wpcf7-form .button-center .wrap-submit { text-align: center }
.wpcf7-form .wrap-submit { position: relative; }
.wpcf7-form .wrap-submit .ajax-loader { position: absolute; left: 0; top: -20px; }
.wpcf7-form .wpcf7-not-valid-tip { font-size: 13px; }
.wpcf7-form .bg-white .wpcf7-form-control-wrap input,
.wpcf7-form .bg-white .wpcf7-form-control-wrap textarea { background-color: #fff; }

.wpcf7-form .wpcf7-form-control-wrap.your-message textarea { margin-bottom: 25px; }
.wpcf7-form .button-top-35 .wpcf7-form-control-wrap.your-message textarea { margin-bottom: 35px; }

.wpcf7-form .message-height-80 .wpcf7-form-control-wrap.your-message textarea { height: 80px; }
.wpcf7-form .message-height-120 .wpcf7-form-control-wrap.your-message textarea { height: 120px; }
.wpcf7-form .message-height-150 .wpcf7-form-control-wrap.your-message textarea { height: 150px; }
.wpcf7-form .message-height-220 .wpcf7-form-control-wrap.your-message textarea { height: 220px; }
.wpcf7-form .message-height-250 .wpcf7-form-control-wrap.your-message textarea { height: 250px; }
.wpcf7-form .message-height-320 .wpcf7-form-control-wrap.your-message textarea { height: 320px; }
.wpcf7-form .message-height-350 .wpcf7-form-control-wrap.your-message textarea { height: 350px; }

.wpcf7-form .wpcf7-form-control-wrap.your-name,
.wpcf7-form .wpcf7-form-control-wrap.your-email,
.wpcf7-form .wpcf7-form-control-wrap.your-subject { display: block; }

.wpcf7-form .input-bottom-24 .wpcf7-form-control-wrap.your-name,
.wpcf7-form .input-bottom-24 .wpcf7-form-control-wrap.your-email,
.wpcf7-form .input-bottom-24 .wpcf7-form-control-wrap.your-subject { margin-bottom: 24px; }

.wpcf7-form .input-bottom-22 .wpcf7-form-control-wrap.your-name,
.wpcf7-form .input-bottom-22 .wpcf7-form-control-wrap.your-email,
.wpcf7-form .input-bottom-22 .wpcf7-form-control-wrap.your-subject { margin-bottom: 22px; }

.wpcf7-form .input-bottom-20 .wpcf7-form-control-wrap.your-name,
.wpcf7-form .input-bottom-20 .wpcf7-form-control-wrap.your-email,
.wpcf7-form .input-bottom-20 .wpcf7-form-control-wrap.your-subject { margin-bottom: 20px; }

.wpcf7-form .input-bottom-18 .wpcf7-form-control-wrap.your-name,
.wpcf7-form .input-bottom-18 .wpcf7-form-control-wrap.your-email,
.wpcf7-form .input-bottom-18 .wpcf7-form-control-wrap.your-subject { margin-bottom: 18px; }

.wpcf7-form .input-bottom-16 .wpcf7-form-control-wrap.your-name,
.wpcf7-form .input-bottom-16 .wpcf7-form-control-wrap.your-email,
.wpcf7-form .input-bottom-16 .wpcf7-form-control-wrap.your-subject { margin-bottom: 16px; }

.wpcf7-form .input-bottom-14 .wpcf7-form-control-wrap.your-name,
.wpcf7-form .input-bottom-14 .wpcf7-form-control-wrap.your-email,
.wpcf7-form .input-bottom-14 .wpcf7-form-control-wrap.your-subject { margin-bottom: 14px; }

.wpcf7-form .wrap-submit input { padding-left: 70px; padding-right: 70px; }
.wpcf7-form .button-accent .wrap-submit input { background-color: #f54e24; color: #fff; }
.wpcf7-form .button-accent .wrap-submit input:hover { background-color: #222; color: #fff; }

/* Form 1 */
.weberium-contact-form-1 .wpcf7-form-control-wrap.your-name,
.weberium-contact-form-1 .wpcf7-form-control-wrap.your-email,
.weberium-contact-form-1 .wpcf7-form-control-wrap.your-subject { display: block; width: 100%; }

/* Form 2 */
.weberium-contact-form-2 .wpcf7-form-control-wrap.your-email,
.weberium-contact-form-2 .wpcf7-form-control-wrap.your-subject { width: 48.717%; float: left; }
.weberium-contact-form-2 .wpcf7-form-control-wrap.your-email { margin-right: 2.564%; }

/* Form 3 */
.weberium-contact-form-3 .wpcf7-form-control-wrap.your-name,
.weberium-contact-form-3 .wpcf7-form-control-wrap.your-email,
.weberium-contact-form-3 .wpcf7-form-control-wrap.your-subject { width: 31.623%; float: left; }
.weberium-contact-form-3 .wpcf7-form-control-wrap.your-name,
.weberium-contact-form-3 .wpcf7-form-control-wrap.your-email { margin-right: 2.564%; }

@media only screen and (max-width: 991px) {
	.weberium-contact-form-3 .wpcf7-form-control-wrap.your-subject,
	.weberium-contact-form-3 .wpcf7-form-control-wrap.your-name,
	.weberium-contact-form-3 .wpcf7-form-control-wrap.your-email,
	.weberium-contact-form-3 .wpcf7-form-control-wrap.subject { width: 100% !important; margin-bottom: 18px !important; }
	.weberium-contact-form-3 .wpcf7-form-control-wrap.your-subject
	.weberium-contact-form-3 .wpcf7-form-control-wrap.your-name { margin-right: 0; }
	.weberium-contact-form-3 .wpcf7-form-control-wrap.your-message textarea { margin-bottom: 18px; }
}

.wpcf7-form  ::-webkit-input-placeholder { color: #999; }
.wpcf7-form  :-moz-placeholder { color: #999; }
.wpcf7-form  ::-moz-placeholder { color: #999; opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */ }
.wpcf7-form :-ms-input-placeholder { color: #999; }

/* Action Box
-------------------------------------------------------------- */
.weberium-action-box.accent { background-color: #f54e24; }
.weberium-action-box .inner { display: table; overflow: hidden; width: 100%; }
.weberium-action-box .heading-wrap { display: table-cell; margin: 0; text-align: left; vertical-align: middle; }
.weberium-action-box .button-wrap { display: table-cell; text-align: right; vertical-align: middle; }
.weberium-action-box .heading-wrap .heading { margin: 0; font-size: 24px; }
.weberium-action-box.has-icon .heading-wrap > .text-wrap { position: relative; display: inline-block; }
.weberium-action-box.has-icon .heading-wrap > .text-wrap > .icon { color: #222; position: absolute; left: 0; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); transform: translateY(-50%); }
.weberium-action-box.has-icon .heading-wrap > .text-wrap > .icon.accent { color: #f54e24; }

.weberium-action-box.style-2 .heading-wrap { text-align: right; padding-right: 20px; }
.weberium-action-box.style-2 .button-wrap { text-align: left; padding-left: 20px; }

@media only screen and (max-width: 991px) {
	.weberium-action-box .inner,
	.weberium-action-box .heading-wrap,
	.weberium-action-box .button-wrap { width: 100% !important; display: block; text-align: center !important; margin: 0 !important; padding: 0 !important; }
	.weberium-action-box.has-icon .heading-wrap > .text-wrap { padding: 0 !important; }
	.weberium-action-box .heading-wrap .heading { padding: 0; margin: 0 0 18px; line-height: 1.9 !important; }
	.weberium-action-box .weberium-button { margin: 0; }
	.weberium-action-box.has-icon .heading-wrap > .text-wrap > .icon { position: static; }
}

/* Price Table
-------------------------------------------------------------- */
.weberium-price-table { text-align: center; position: relative; }
.weberium-price-table .title { font-weight: 600; }
.weberium-price-table.border-accent { border-width: 3px; border-style: solid; border-color: #f54e24; }
.weberium-price-table .price-table-name { text-align: center; }
.weberium-price-table .price-table-name .title { letter-spacing: 0.5px; margin: 0; color: #fff; background-color: #222; padding: 13px 0; }
.weberium-price-table .price-table-name .title.accent { background-color: #f54e24; }
.weberium-price-table .price-table-price { z-index: 1; background-color: #fff; padding: 78px 0 52px 0; font-family: "Montserrat", sans-serif; }
.weberium-price-table .price-table-price .price-wrap { display: inline-block; }
.weberium-price-table .price-table-price .price-wrap > span { background-repeat: repeat-x; background-position: 0 100%; padding:0px 30px 3px 30px; background-image: -webkit-gradient(linear, left top, right top, from(#b9e9e9), to(#b9e9e9)); background-image: linear-gradient(to right,#b9e9e9 0%, #b9e9e9 100%); background-size: 100% 13px; }
.weberium-price-table .price-table-price .figure:before { content: "$"; font-size: 36px; position: absolute; left: 0; top: -2px; color: #333; font-weight: 600; }
.weberium-price-table .price-table-price .term { color: #777; padding-left: 6px; }
.weberium-price-table .price-table-price .figure { font-size: 62px; line-height: 62px; font-weight: 600; color: #333; position: relative; padding-left: 26px; }
.weberium-price-table .price-table-price .term { font-size: 14px; font-weight: 600; }
.weberium-price-table .price-table-features { padding: 33px 42px 42px 42px; background-color: #fff; }
.weberium-price-table .price-table-features ul.style-1 { list-style: none; margin: 0; }
.weberium-price-table .price-table-features ul.style-1 li { padding: 0; line-height: 36px; }
.weberium-price-table .price-table-features ul.style-1 li:first-child { border-top: 2px solid #e1e1e1; padding-top: 10px; }
.weberium-price-table .price-table-features ul.style-1 li:last-child { border-bottom: 2px solid #e1e1e1; padding-bottom: 20px; }
.weberium-price-table .price-table-features .text-del { color: #a1a1a1; }
.weberium-price-table .price-table-button { letter-spacing: 1px; }
.weberium-price-table .price-table-button .wrpt-button { padding-left: 52px; padding-right: 52px; }

/* 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 .owl-theme .owl-nav [class*='owl-'] { position: absolute; }
.has-arrows .owl-theme .owl-nav .owl-next { right: 0; }

/* Arrows Center */
.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-35 .owl-theme .owl-nav [class*='owl-'] { left: 35px; }
.has-arrows.arrow-center.offset-35 .owl-theme .owl-nav .owl-next { left: auto; right: 35px; }
.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-25 .owl-theme .owl-nav [class*='owl-'] { left: 25px; }
.has-arrows.arrow-center.offset-25 .owl-theme .owl-nav .owl-next { left: auto; right: 25px; }
.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-15 .owl-theme .owl-nav [class*='owl-'] { left: 15px; }
.has-arrows.arrow-center.offset-15 .owl-theme .owl-nav .owl-next { left: auto; right: 15px; }
.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.offset0i .owl-theme .owl-nav [class*='owl-'] { left: 0px; }
.has-arrows.arrow-center.offset0i .owl-theme .owl-nav .owl-next { left: auto; right: 0px; }
.has-arrows.arrow-center.offsetcenter .owl-theme .owl-nav [class*='owl-'] { left: -16px; }
.has-arrows.arrow-center.offsetcenter .owl-theme .owl-nav .owl-next { left: auto; right: -16px; }
.has-arrows.arrow-center.offset0o .owl-theme .owl-nav [class*='owl-'] { left: -32px; }
.has-arrows.arrow-center.offset0o .owl-theme .owl-nav .owl-next { left: auto; right: -32px; }

.has-arrows.arrow-center.offset10 .owl-theme .owl-nav [class*='owl-'] { left: -42px; }
.has-arrows.arrow-center.offset10 .owl-theme .owl-nav .owl-next { left: auto; right: -42px; }
.has-arrows.arrow-center.offset15 .owl-theme .owl-nav [class*='owl-'] { left: -47px; }
.has-arrows.arrow-center.offset15 .owl-theme .owl-nav .owl-next { left: auto; right: -47px; }
.has-arrows.arrow-center.offset20 .owl-theme .owl-nav [class*='owl-'] { left: -52px; }
.has-arrows.arrow-center.offset20 .owl-theme .owl-nav .owl-next { left: auto; right: -52px; }
.has-arrows.arrow-center.offset25 .owl-theme .owl-nav [class*='owl-'] { left: -57px; }
.has-arrows.arrow-center.offset25 .owl-theme .owl-nav .owl-next { left: auto; right: -57px; }
.has-arrows.arrow-center.offset30 .owl-theme .owl-nav [class*='owl-'] { left: -62px; }
.has-arrows.arrow-center.offset30 .owl-theme .owl-nav .owl-next { left: auto; right: -62px; }
.has-arrows.arrow-center.offset35 .owl-theme .owl-nav [class*='owl-'] { left: -67px; }
.has-arrows.arrow-center.offset35 .owl-theme .owl-nav .owl-next { left: auto; right: -67px; }
.has-arrows.arrow-center.offset40 .owl-theme .owl-nav [class*='owl-'] { left: -72px; }
.has-arrows.arrow-center.offset40 .owl-theme .owl-nav .owl-next { left: auto; right: -72px; }

.has-arrows.arrow-center.offset-v-120 .owl-theme .owl-nav [class*='owl-'] { margin-top: -136px; }
.has-arrows.arrow-center.offset-v-110 .owl-theme .owl-nav [class*='owl-'] { margin-top: -126px; }
.has-arrows.arrow-center.offset-v-100 .owl-theme .owl-nav [class*='owl-'] { margin-top: -116px; }
.has-arrows.arrow-center.offset-v-90 .owl-theme .owl-nav [class*='owl-'] { margin-top: -106px; }
.has-arrows.arrow-center.offset-v-80 .owl-theme .owl-nav [class*='owl-'] { margin-top: -96px; }
.has-arrows.arrow-center.offset-v-70 .owl-theme .owl-nav [class*='owl-'] { margin-top: -86px; }
.has-arrows.arrow-center.offset-v-60 .owl-theme .owl-nav [class*='owl-'] { margin-top: -76px; }
.has-arrows.arrow-center.offset-v-50 .owl-theme .owl-nav [class*='owl-'] { margin-top: -66px; }
.has-arrows.arrow-center.offset-v-40 .owl-theme .owl-nav [class*='owl-'] { margin-top: -56px; }
.has-arrows.arrow-center.offset-v-30 .owl-theme .owl-nav [class*='owl-'] { margin-top: -46px; }
.has-arrows.arrow-center.offset-v-20 .owl-theme .owl-nav [class*='owl-'] { margin-top: -36px; }
.has-arrows.arrow-center .owl-theme .owl-nav [class*='owl-'] { top: 50%; margin-top: -16px; }
.has-arrows.arrow-center.offset-v20 .owl-theme .owl-nav [class*='owl-'] { margin-top: 4px; }
.has-arrows.arrow-center.offset-v30 .owl-theme .owl-nav [class*='owl-'] { margin-top: 14px; }
.has-arrows.arrow-center.offset-v40 .owl-theme .owl-nav [class*='owl-'] { margin-top: 24px; }
.has-arrows.arrow-center.offset-v50 .owl-theme .owl-nav [class*='owl-'] { margin-top: 34px; }
.has-arrows.arrow-center.offset-v60 .owl-theme .owl-nav [class*='owl-'] { margin-top: 44px; }
.has-arrows.arrow-center.offset-v70 .owl-theme .owl-nav [class*='owl-'] { margin-top: 54px; }
.has-arrows.arrow-center.offset-v80 .owl-theme .owl-nav [class*='owl-'] { margin-top: 64px; }
.has-arrows.arrow-center.offset-v90 .owl-theme .owl-nav [class*='owl-'] { margin-top: 74px; }
.has-arrows.arrow-center.offset-v100 .owl-theme .owl-nav [class*='owl-'] { margin-top: 84px; }
.has-arrows.arrow-center.offset-v110 .owl-theme .owl-nav [class*='owl-'] { margin-top: 94px; }
.has-arrows.arrow-center.offset-v120 .owl-theme .owl-nav [class*='owl-'] { margin-top: 104px; }

/* Arrows Style 1 */
.owl-theme .owl-nav [class*="owl-"] { text-align: center; border-radius: 16px; color: #b0b0b0; background-color: #ebebeb; width: 32px; height: 32px; font-size: 0; display: inline-block; position: relative; transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; }
.owl-theme .owl-nav [class*="owl-"]:after { font-size: 16px; line-height: 32px; content: "\e915"; font-family: "ninzio"; position: absolute; left: 0; top: 0; text-indent: 0; width: 100%; height: 100%; }
.owl-theme .owl-nav .owl-next:after { content: "\e916"; }
.owl-theme .owl-nav [class*="owl-"].disabled { cursor: default; }
.owl-theme .owl-nav [class*="owl-"]:hover { background-color: #f54e24; color: #fff; }
@media only screen and (max-width: 991px) {
	.owl-theme .owl-nav { display: none !important; }
}

/* Bullets Style 1 */
.owl-theme .owl-dots { text-align: center; line-height: 10px; }
.owl-theme .owl-dots .owl-dot { display: inline-block; }
.owl-theme .owl-dots .owl-dot span { display: block; width: 10px; height: 10px; margin: 0 5px; background-color: #d9d9d9; transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; }
.owl-theme .owl-dots .owl-dot.active span { background-color: #f54e24; }

/* Arrows & Bullets Circle */
.arrow-circle .owl-theme .owl-nav [class*="owl-"],
.bullet-circle .owl-theme .owl-dots .owl-dot span { border-radius: 50%; }
