<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*------------------------------------------------------------------

1. Wrapper / #wrapper 

    1.1 Boxed mode / .boxed

2. Header / #header
    2.1 Search / #search
    2.2 Social Icons / .social-icon

3. Main Menu / .menu-wrapper

4. Sticky Post (Featured Post) / #sticky

5. Content / Sidebar / .col-contentEntry Meta
    4.1 Post class left image / .left-image-post
    4.2 Standart Post / .standard-post
    4.4 Entry Meta (Meta data) / .entry-data
    4.6 Single Content / .single
    4.7 UI Post Content 

6. Comments / .comments

7. Widgets / #widget

8. Page Navi / #wp-pagenavi

9. Footer / #footer

10. Other style

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

/*------------------------------------------------------------------
[1. Wrapper / #wrapper]
*/
body {
    font: normal 15px/1.8 Raleway, sans-serif;
    letter-spacing: 0.03em;
    color: #444;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
}

#preloader {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    background-color: #fff;
    z-index: 99999;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

#status {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: auto;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    margin-left: -25px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    background: #999;
    animation: 1.15s infinite ease-in-out;
    -webkit-animation: 1.15s infinite ease-in-out;
    -moz-animation: 1.15s infinite ease-in-out;
    animation-name: loader;
    -webkit-animation-name: loader;
    -moz-animation-name: loader;
}

#status:before,
#status:after {
    animation: 1.15s infinite ease-in-out;
    -webkit-animation: 1.15s infinite ease-in-out;
    -moz-animation: 1.15s infinite ease-in-out;
}

#status:before,
#status:after {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
}

@keyframes loader {
    from {
        transform: scale(0);
        opacity: 1;
    }

    to {
        transform: scale(1);
        opacity: 0.5;
    }
}

@-ms-keyframes loader {
    from {
        -ms-transform: scale(0);
        opacity: 1;
    }

    to {
        -ms-transform: scale(1);
        opacity: 0.5;
    }
}

@-webkit-keyframes loader {
    from {
        -webkit-transform: scale(0);
        opacity: 1;
    }

    to {
        -webkit-transform: scale(1);
        opacity: 0.5;
    }
}

@-moz-keyframes loader {
    from {
        -moz-transform: scale(0);
        opacity: 1;
    }

    to {
        -moz-transform: scale(1);
        opacity: 0.5;
    }
}

body.error404 footer {
    display: none;
}

body.error404 .tag_line_image .tag-body {
    padding: 80px 0 0 0;
}

body.error404 .main-content {
    margin: 0px;
    padding: 0px;
}

body.error404 h1 {
    font-size: 60px;
    font-weight: 900;
    line-height: 80px;
}

body.error404 a {
    color: #fff;
}

body.error404 form.searchform&gt;div {
    padding: 10px 50px 10px 15px;
    height: 46px;
    background: #fff;
    position: relative;
    color: #444;
    display: inline-block;
    margin: 0 auto 40px !important;
    max-width: 480px;
}

body.error404 form.searchform&gt;div:focus {
    border-color: #999 !important;
}

body.error404 form.searchform&gt;div:before {
    position: absolute;
    content: "\f002";
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    right: 17px;
    font: normal normal normal 16px/1 FontAwesome;
    top: 13px;
    color: #18191B;
}

body.error404 form.searchform label {
    display: none
}

body.error404 form.searchform input[name="s"] {
    float: left;
    padding: 0;
    width: 200px;
    height: 26px;
    border: none;
    font-weight: 300;
}

body.error404 form.searchform input[type="submit"] {
    position: relative;
    float: right;
    margin: -34px -48px 0 0px;
    padding: 0;
    width: 50px !important;
    height: 44px;
    border: none !important;
    text-indent: -9999px;
    background: transparent;
}



.wrapper {
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    background: #fff;
    position: relative;
    z-index: 1;
    font-weight: 400;
}

body.vegas-container .wrapper {
    background: transparent;
}

body.vegas-container .main-content {
    background: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 35px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    line-height: 1.7;
    font-weight: 800;
}

h4,
h5,
h6 {
    font-weight: 700;
}

.no-transform {
    text-transform: none;
}

p {
    margin: 0 0 35px;
}

input,
textarea {
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    transition: all 0.25s linear;
    border: 1px solid #ddd;
    padding: 3px;
}

input:focus,
textarea:focus {
    border-color: #aaa !important;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

a {
    text-decoration: none;
    color: #000;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

a img {
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

section,
.section {
    position: relative;
    z-index: 992;
    padding-top: 140px;
    padding-bottom: 0px;
}

.section-small {
    padding-top: 80px;
    padding-bottom: 0px;
}

img {
    -webkit-filter: blur(0);
    filter: blur(0);
}

a,
img,
:focus,
input {
    outline: none !important;
}

a:hover,
a:focus {
    color: #666;
    text-decoration: none;
}

a img:hover {
    opacity: .85;
}

.no-pad {
    padding: 0 !important;
    margin: 0 !important;
}

.no-pad-btm {
    padding-bottom: 0 !important;
}

.no-pad-top {
    padding-top: 0 !important;
}

button:hover {
    text-decoration: none;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
    opacity: 0.65;
}

a .fa {
    opacity: 0.6 !important;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

a:hover .fa {
    opacity: 1 !important;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.marg50 {
    margin-top: 50px;
    display: inline-block;
}

td,
th {
    padding: 15px;
}

ul,
ol {
    margin-bottom: 1.5em;
}

.wrapper .universal_full_row_vc {
    width: 100%;
}

.wrapper.boxed .universal_full_row_vc {
    max-width: 1500px;
}

/*------------------------------------------------------------------
[1.1 WP Classes]
*/

.wp-caption {
    margin-bottom: 1.75em;
    max-width: 100%;
    width: auto !important;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0;
}

.wp-caption .wp-caption-text {
    color: #686868;
    font-size: 13px;
    font-style: italic;
    padding-top: 0.5384615385em;
}

.gallery-caption {
    color: #686868;
    display: block;
    font-size: 13px;
    font-style: italic;
    padding-top: 0.5384615385em;
}

.bypostauthor {
    display: inline-block;
}

.wp-block-image img {
    height: auto;
}

.wp-block-button {
    margin-bottom: 15px;
}

.wp-block-cover-image-text,
.wp-block-cover-text,
section.wp-block-cover-image h2 {
    color: #fff !important;
}

.wp-block-cover,
.wp-block-pullquote {
    margin-bottom: 15px;
}

/*------------------------------------------------------------------
[2.0 Header / .header]
*/
.header {
    background: #fff;
    position: relative;
}

.header-white {
    background: #fff;
    width: 1170px;
    margin: auto;
}

.logo {
    width: 100%;
    color: #fff;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    line-height: 116px;
    padding-left: 15px;
}

.logowhite {
    display: inline-block;
}

.logodark {
    display: none;
}

.navbar.top-nav-collapse .logowhite {
    display: none;
}

.navbar.top-nav-collapse .logodark {
    display: inline-block;
}

.navbar.top-nav-collapse .logo {
    padding-top: 0;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    transition: all .8s ease;
    line-height: 56px;
}

.logo a {
    font-size: 28px;
    text-transform: capitalize;
    color: #333;
    line-height: 1;
}

.logo a span {
    position: relative;
    top: 3px;
}

.navbar .fa,
.navbar a .fa {
    opacity: 1 !important;
}

.navbar .fa {
    font-size: 16px;
    line-height: 1px;
    position: relative;
    top: -2px;
}

.navbar.transparent .logo a {
    color: #fff;
}

.navbar.transparent.top-nav-collapse .logo a {
    color: #333;
}

.logo a:hover,
.logo a:focus {
    text-decoration: none;
    color: #333;

}

.universal_vc_button {
    letter-spacing: 2px;
    outline: 0;
    text-transform: uppercase;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-shadow: none;
    text-decoration: none;
    font-weight: 600;
}

.soc-area {
    margin: 35px 0px 10px 0;
    height: 30px;
    line-height: 30px;
}

.search-area form&gt;div {
    padding: 10px 44px 10px 10px;
    height: 40px;
    border: 1px solid #eee;
    background: #fff;
}

.search-area form&gt;div:before {
    position: absolute;
    color: #000;
    content: "\f4a5";
    text-transform: none;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    font-size: 19px;
    font-family: "Ionicons";
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 19px;
}

.search-area form label {
    display: none
}

.search-area input[name="s"] {
    float: left;
    padding: 0;
    width: 100%;
    height: 20px;
    border: none;
    font-weight: 300;
    margin-top: -2px;
}

.search-area input[type="submit"] {
    position: relative;
    float: right;
    margin: -5px -39px 0 0;
    padding: 0;
    width: 30px !important;
    height: 30px;
    border: none !important;
    background: none !important;
    text-indent: -9999px;
}

.classic,
.classic2 {
    font-family: 'Caveat';
    font-weight: normal !important;
    text-transform: capitalize;
    letter-spacing: 0;
    margin: 0 0 15px;
    transform: rotate(-3deg) !important;
    -moz-transform: rotate(-3deg) !important;
    -webkit-transform: rotate(-3deg) !important;
    opacity: .8;
    font-weight: normal;
}

.classic2 {
    font-family: 'Great Vibes';
}

.no-pad {
    padding: 0 !important;
    margin: 0 !important;
}

.thin {
    font-weight: 100 !important;
}

.page-template-coming-soon .header {
    display: none;
}

.page-template-coming-soon footer {
    display: none;
}

/* NavBar */

.navbar-fixed-top {
    border: none;
}

.navbar-custom {
    margin-bottom: 0;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    transition: all .8s ease;
    border-bottom: 1px solid #eee;
}






.navbar-custom.top-nav-collapse {
    background-color: #fff;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    transition: all .8s ease;
    border-bottom: 1px solid #eee;
}

.navbar-custom.top-nav-collapse .nav&gt;li&gt;a {
    padding: 18px 15px;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    transition: all .8s ease;
}

.navbar-custom.top-nav-collapse .navbar-brand {
    padding-top: 16px;
}

.navbar-custom.top-nav-collapse .universal_woo_cart {
    padding: 17px 22px 17px 22px;
    ;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    transition: all .8s ease;
}

.navbar-custom.top-nav-collapse .cart_search_block .universal_woo_cart {
    padding: 0;
}

.navbar-custom.top-nav-collapse .container.full .universal_woo_cart {
    padding: 0px;
}

.navbar-custom.top-nav-collapse .container.full .cart_search_block&gt;li {
    padding: 17px 15px 17px 12px;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    transition: all .8s ease;
}

.navbar-custom.top-nav-collapse .container.full .cart_search_block&gt;li.menu-divider {
    padding: 0;
    margin-top: 18px;
    border-color: #b3b3b3;
}


.navbar-custom.top-nav-collapse .navbar-brand .logodark {
    max-width: 160px;
    max-height: 20px;
}

.navbar-custom .navbar-brand i {
    vertical-align: middle;
}

.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

.nav&gt;li&gt;a {
    padding: 48px 15px;
    font-family: "Raleway", sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
}

.navbar-custom .nav li a {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.navbar-custom .nav li a:hover {
    outline: 0;
    background-color: transparent;
    cursor: pointer;
}

.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
    outline: 0;
    background-color: transparent;
}

.navbar-custom .nav li.active {
    outline: 0;
    background-color: transparent !important;
}

.navbar-custom .nav li.active a {
    color: #789 !important;
}

.navbar-custom .nav li.active a:hover {
    color: #789;
}

.dropdown-menu {
    right: 0;
    left: auto;
    border: 0;
    border-radius: 0px;
    box-shadow: none;
    margin: 0;
    background-color: rgba(255, 255, 255, 0.97);
    color: #fff;
    min-width: 230px !important;
    padding: 10px 0;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.dropdown-menu&gt;li&gt;a {
    font-size: 12px;
    font-weight: 600;
    padding: 10px 18px;
    white-space: normal;
    color: #444;
    text-transform: uppercase;
    line-height: 1.7;
}

.dropdown-menu&gt;.active&gt;a {
    color: #333 !important;
    background-color: transparent;
}

.dropdown-menu&gt;.active&gt;a:focus,
.dropdown-menu&gt;.active&gt;a:hover {
    background-color: transparent;
}

.nav .open&gt;a {
    background-color: transparent;
    border-color: transparent;
}

.nav .open&gt;a:focus,
.nav .open&gt;a:hover {
    background-color: transparent;
    border-color: transparent;
}

.search-form {
    margin: 5px 10px;
    width: 250px;
    font-size: 14px;
}

.search-form .form-control {
    color: #ccc !important;
}

.search-button {
    width: 42px;
    height: 40px;
    line-height: 38px;
    margin-top: -22px;
    position: absolute;
    top: 50%;
    right: 12px;
    overflow: hidden;
    background: transparent;
    color: #888;
    border: none;
    outline: none;
}

.search-form {
    padding: 10px;
    width: 100%;
    border-bottom: #555;
    margin: 0;
}

.nav .badge {
    background-color: #789;
    color: #fff;
    padding: 4px 5px 5px 6px;
    font-size: 11px;
    position: absolute;
    margin: -10px -5px;
    line-height: 1;
    border-radius: 50% !important;
}

.navbar-toggle {
    padding: 10px 0;
}

.navbar-toggle .icon-bar {
    width: 30px;
    border-radius: 0;
    background: #fff;
    height: 3px;
}

.top-nav-collapse .icon-bar {
    background: #333;
}

.vmenu {
    display: inline-block;
    margin: 0;
    padding: 0;
}

a.btn-nav .btn {
    margin-bottom: 0;
}

.navbar-custom .nav .dropdown-menu li a.btn-nav:hover {
    background-color: transparent;
}

.menu-divider {
    width: 1px;
    border-right: 1px solid #b3b3b3;
    line-height: 18px;
    margin: 23px 15px 0;
}

.dropdown-menu strong {
    padding: 20px 0 16px 18px;
    display: block;
    font-size: 13px;
    font-weight: 800;
    line-height: 1px;
    color: #333 !important;
}

.nav .active {
    height: auto !important;
}

.navbar-nav:not(.sm-collapsible) ul .caret {
    position: absolute;
    right: 0;
    margin-top: 6px;
    margin-right: 15px;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px dashed;
}

.navbar-nav:not(.sm-collapsible) ul a.has-submenu {
    padding-right: 30px;
}

.navbar-nav.sm-collapsible .caret,
.navbar-nav.sm-collapsible ul .caret {
    position: absolute;
    right: 0;
    margin: -25px 14px 0 0;
    padding: 0;
    width: 32px;
    height: 26px;
    line-height: 24px;
    text-align: center;
    border-width: 1px;
    border-style: solid;
}

.navbar-nav.sm-collapsible .caret:before {
    content: '+';
    font-family: monospace;
    font-size: 20px;
}

.navbar-nav.sm-collapsible .open&gt;a&gt;.caret:before {
    content: '-';
}

.navbar-nav.sm-collapsible a.has-submenu {
    padding-right: 50px;
}

.navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] .caret,
.navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] ul .caret {
    position: static;
    margin: 0 0 0 2px;
    padding: 0;
    width: 0;
    height: 0;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-bottom: 0;
    border-left: 4px solid transparent;
}

.navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] .caret:before {
    content: '' !important;
}

.navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] a.has-submenu {
    padding-right: 15px;
}

.navbar-nav span.scroll-up,
.navbar-nav span.scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    height: 20px;
    overflow: hidden;
    text-align: center;
}

.navbar-nav span.scroll-up-arrow {
    position: absolute;
    top: -2px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-top: 7px dashed transparent;
    border-right: 7px dashed transparent;
    border-bottom: 7px solid;
    border-left: 7px dashed transparent;
}

.navbar-nav span.scroll-down-arrow {
    position: absolute;
    top: -2px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-top: 7px dashed transparent;
    border-right: 7px dashed transparent;
    border-bottom: 7px solid;
    border-left: 7px dashed transparent;
    top: 6px;
    border-top: 7px solid;
    border-right: 7px dashed transparent;
    border-bottom: 7px dashed transparent;
    border-left: 7px dashed transparent;
}

.navbar-nav.sm-collapsible ul .dropdown-menu&gt;li&gt;a,
.navbar-nav.sm-collapsible ul .dropdown-menu .dropdown-header {
    padding-left: 35px;
}

.navbar-nav.sm-collapsible ul ul .dropdown-menu&gt;li&gt;a,
.navbar-nav.sm-collapsible ul ul .dropdown-menu .dropdown-header {
    padding-left: 45px;
}

.navbar-nav.sm-collapsible ul ul ul .dropdown-menu&gt;li&gt;a,
.navbar-nav.sm-collapsible ul ul ul .dropdown-menu .dropdown-header {
    padding-left: 55px;
}

.navbar-nav.sm-collapsible ul ul ul ul .dropdown-menu&gt;li&gt;a,
.navbar-nav.sm-collapsible ul ul ul ul .dropdown-menu .dropdown-header {
    padding-left: 65px;
}

.navbar-nav ul.sm-nowrap .current-menu-ancestor&gt;a {
    color: #789;
}

.navbar-nav ul.sm-nowrap .current-menu-ancestor li.current-menu-item a {
    color: #789
}

.navbar-nav ul.sm-nowrap li.current-menu-item&gt;a {
    color: #789;
}

.navbar-nav ul.sm-nowrap&gt;li&gt;a.has-submenu:after {
    font-family: FontAwesome;
    content: "\f105";
    position: absolute;
    right: 25px;
}

.navbar-nav ul.sm-nowrap&gt;li.disable&gt;a {
    padding: 20px 0 16px 18px;
    display: block;
    font-size: 13px;
    font-weight: 800;
    line-height: 1px;
    color: #555 !important;
    cursor: default;
}

.navbar-nav ul.sm-nowrap&gt;li.disable&gt;a:hover {
    background: transparent;
}

.navbar-nav ul.sm-nowrap&gt;li.new&gt;a:after {
    content: 'new';
    padding: 0.4em 0.7em 0.3em 0.7em;
    text-transform: uppercase;
    display: inline;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #c00;
    margin-left: 5px;
    position: relative;
    top: -1px;

}


.navbar-nav.sm-collapsible ul.sm-nowrap&gt;li&gt;a {
    white-space: normal;
}

.navbar-right ul.dropdown-menu {
    left: auto;
    right: 0;
}

.dropdown-menu .fa {
    opacity: 0.5 !important;
    line-height: 13px !important;
}

.nav .fa {
    font-size: 16px;
    line-height: 1px;
}

.nav .fa-angle-down {
    font-size: 13px;
}

.nav .fa,
.nav a .fa {
    opacity: 1 !important;
}

.nav .fa-plus {
    font-size: 12px;
}


@media (min-width: 991px) {
    .search-form input {
        background: transparent;
        border: 0;
        width: 200px;
    }

    .navbar-custom {
        background: #fff;
        min-height: auto;
    }

    .navbar-custom .nav .dropdown-menu li a:hover {
        background-color: #eee;
    }

    @-webkit-keyframes fadeInUniversal {
        0% {
            opacity: 0;
            transform: translate(0, -40px);
        }

        100% {
            opacity: 1;
            transform: translate(0, 0);
        }
    }

    @keyframes fadeInUniversal {
        0% {
            opacity: 0;
            transform: translate(0, -40px);
        }

        100% {
            opacity: 1;
            transform: translate(0, 0);
        }
    }

    li:hover ul.dropdown-menu {
        opacity: 1;
        -webkit-animation: fadeInUniversal 0.7s;
        animation: fadeInUniversal 0.7s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    ul.nav li.dropdown:hover&gt;ul.dropdown-menu {
        display: block;
    }

    .navbar-left {
        float: right !important;
    }


    li.columns-2 ul.dropdown-menu {
        left: 0 !important;
        padding: 20px 22px 25px;
    }

    li.columns-3 ul.dropdown-menu {
        left: 0 !important;
        padding: 20px 22px 25px;
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
        min-width: 760px !important;
    }

    li.columns-2 ul.dropdown-menu {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
        min-width: 380px !important;
    }



    li.columns-3 ul.dropdown-menu&gt;li {
        display: inline-block;
        width: 100%
    }

    li.columns-2 ul.dropdown-menu&gt;li {
        display: inline-block;
        width: 100%
    }

    li.columns-2 ul.dropdown-menu {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
        min-width: 380px !important;
    }

    li.columns2 .btn-white,
    li.columns3 .btn-white {
        margin-top: 12px;
        display: inline-block;
    }

    .navbar-fixed-top .caret,
    .navbar-fixed-top .open&gt;.dropdown-menu {
        display: none;
    }

    .angle-right:after {
        float: right;
        font-family: 'fontawesome';
        content: "\f105";
        color: inherit;
        position: absolute;
        right: 20px;
    }
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
    max-height: 400px;
}

.navbar-collapse {
    float: right;
}

/*------------------------------------------------------------------
[2.1 Head Search / .head-search ]
*/
.head-search input[name="s"] {
    height: 50px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 300;
    width: 100%;
    padding: 15px 45px 15px 15px;
    border-top: none;
}

.head-search input[name="s"]:focus {
    border: 1px solid #eee
}

.head-search input[type="submit"] {
    padding: 0;
    float: right;
    margin-top: -15px;
    position: relative;
    background: transparent;
    color: rgba(0, 0, 0, 0.54);
    border: none;
    width: 45px;
    height: 50px;
    margin-right: -14px;
}

.head-search input[type="submit"]:hover {
    background: transparent;
    transition: background 200ms linear;
}

.head-search span {
    float: right;
    margin-top: -35px;
    position: relative;
    margin-right: 15px;
}

.head-search span:before {
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f4a5";
    font-size: 20px;
    color: rgba(0, 0, 0, 0.54);
    position: relative;
    left: 33px;
}

.search-title {
    padding-top: 0px;
    margin-top: 0px;
}

/*------------------------------------------------------------------
[2.2 Icons Social / .icons-social ]
*/
.icons-social {
    display: block;
    float: right;
    /* overflow: hidden; */
    /* width: 198px; */
    height: 60px;
}

.icons-social a {
    float: left;
    transition: all 200ms linear;
    font-family: 'FontAwesome';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 17px;
    width: 40px;
    height: 60px;
    text-align: center;
    line-height: 30px;
    line-height: 60px;
    background: #fff;
    color: #666;
}

.icons-social a:hover {
    transition: all 250ms linear;
    background: transparent;
    text-decoration: none;
}

/*------------------------------------------------------------------
[3. Main Menu /.menu-wrapper ]
*/

/*------------------------------------------------------------------
[5. Content / Sidebar /.col-content ]
*/

.wrap-content {
    margin-top: 0px;
}

.single .content {
    padding-top: 80px;
    padding-bottom: 0;
}

.home .post-content p {
    margin-bottom: 15px;
}

.has-post-thumbnail.standart-post .post-thumbnail .post-hover a {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative;
    display: block;
    height: 400px;
}

.img-slide a {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative;
    display: block;
    height: 230px;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.img-slide a:hover {
    opacity: 0.7;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.post-hover {
    overflow: hidden;
    position: relative;
}

.post-hover a {
    position: relative;
    overflow: hidden;
}



.sidebar-left {
    float: right;
    margin-left: 8.33333333%;
}

.sidebar-right {
    float: left;
    margin-right: 8.33333333%;
}

.sidebar .widget-title {
    font-weight: 300;
    margin: 0;
    padding-bottom: 20px;
    font-size: 22px;
    position: relative;
}

.sidebar .widget&gt;h5 {
    margin-top: 0;
    margin-bottom: 1em;
    padding-bottom: 5px;
    text-transform: uppercase;
    font-size: 16px;
    padding-top: 0px;
    border-bottom: 2px solid #555;
    display: inline-block;
}

.widget_text img {
    width: 100%;
    height: auto;
}

.sidebar .widget&gt;h3:before,
.sidebar .widget&gt;h5:before {
    border-bottom: 1px solid #eee
}

.sidebar .widget-line {
    margin-bottom: 30px;
}

.sidebar .widget&gt;h5:before {
    border-bottom: 1px solid #eee
}

.sidebar a:hover {}

.sidebar {
    margin-top: 0px;
    display: inline-block;
}

.sidebar ul li {
    list-style: none;
    padding-bottom: 10px;
}

.sidebar ul {
    padding: 0;
    margin: 0px;
}

.archive-meta {
    display: none;
}

.archive-header {
    margin-bottom: 28px;
    border-bottom: 1px solid #eee;
    display: inline-block;
    position: relative;
    width: 100%;
    padding-bottom: 10px;
}

.archive-title {
    font-size: 16px;
    margin: 0;
    font-weight: 600;
    line-height: 1;
}

.archive-tags:before {
    position: relative;
    top: 3px;
    display: inline-block;
    margin: 0 15px 0 0;
    color: #18191B;
    content: "\f48f";
    font-size: 26px;
    font-family: "Ionicons";
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
}

.archive-date:before {
    position: relative;
    top: 3px;
    display: inline-block;
    margin: 0 15px 0 0;
    color: #18191B;
    content: "\f102";
    font-size: 28px;
    font-family: "Ionicons";
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
}

.archive-search:before {
    position: relative;
    top: 3px;
    display: inline-block;
    margin: 0 15px 0 0;
    color: #18191B;
    content: "\f4a4";
    font-size: 28px;
    font-family: "Ionicons";
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
}

.archive-404:before {
    position: relative;
    top: 3px;
    display: inline-block;
    margin: 0 15px 0 0;
    color: #18191B;
    content: "\f38a";
    font-size: 28px;
    font-family: "Ionicons";
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
}

.archive-category:before {
    position: relative;
    top: 3px;
    display: inline-block;
    margin: 0 15px 0 0;
    color: #18191B;
    content: "\f38a";
    font-size: 28px;
    font-family: "Ionicons";
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
}

.error-404 {
    text-align: center;
    font-weight: 300;
    font-size: 150px;
    color: #18191B;
    margin: 165px 0 50px 0;
}

.content-404 p {
    text-align: center;
    font-size: 21px;
    margin-top: 30px;
    margin-bottom: 165px;
}

/*------------------------------------------------------------------
[5.1 Post class left image / .left-image-post]
*/
.content-wrap {
    padding-top: 60px;
}

.post-category {
    float: right
}

.post-category li {
    list-style: none;
    float: left;
    padding-left: 15px;
}

.post-category li a {}

.post-category .active {
    position: relative
}

.post-category a {
    display: inline-block;
    font-size: 13px;
}

.post-category .active {
    color: #333
}

.post-category .active:before,
.post-category .active:after {
    border-left: 7px dotted transparent;
    border-right: 7px dotted transparent;
    border-top: 7px solid #eee;
    bottom: -10px;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -7px;
    position: absolute;
    width: 0;
}

.post-category .active:after {
    border-top-color: #fff;
    bottom: -9px;
}

.post-set.left-image-post .content-block {
    float: left;
    width: 370px;
    margin-left: 30px;
}

.content-block span {
    font-size: 15px !important;
    line-height: 1.8 !important
}

.content-block em {
    font-size: 15px !important;
    line-height: 1.8 !important
}

.content-block strong {
    font-size: 15px !important;
    line-height: 1.8 !important
}

.post-set.standart-post .content-block p {
    margin-bottom: 15px;
}

.post-set.left-image-post .content-block p {
    margin-bottom: 15px;
}

.post-set.left-image-post .post-thumbnail {
    float: left;
    width: 350px;
}

.main-content .no-sidebar .left-image-post .post-thumbnail {
    width: 50%
}

.main-content .no-sidebar .left-image-post.has-post-thumbnail .post-thumbnail .post-hover a {
    height: 300px;
}

.main-content .no-sidebar .left-image-post.no-thumbnail .post-thumbnail {
    display: none;
}

.main-content .no-sidebar .left-image-post.no-thumbnail .content-block {
    width: 100%;
}

.main-content .no-sidebar .left-image-post .content-block {
    width: calc(50% - 30px);
}


.left-image-post.no-thumbnail.format-gallery .gallery-content {
    float: left;
    width: 350px;
}

.left-image-post.no-thumbnail .post-thumbnail {
    display: none;
}

.left-image-post.no-thumbnail .content-block {
    float: left;
    width: 100%;
    margin-left: 0;
}

.left-image-post.no-thumbnail.format-gallery .content-block {
    float: left;
    width: 425px;
    margin-left: 30px;
}

.left-image-post .video-content {
    display: block;
    float: left;
    margin: 0 0 0 -337px;
    width: 337px;
}

.post-content {
    overflow: hidden;
}

.format-video.left-image-post .post-content&gt;p:first-child {
    min-height: 100%;
    max-height: 100%;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
}

.format-video.left-image-post .post-content&gt;p {
    display: none;
}

.format-video.left-image-post .post-content&gt;p:first-child&gt;embed {
    min-height: 100%;
    max-height: 100%;
}

.format-video.left-image-post.no-thumbnail .post-content {
    min-height: 100%;
    max-height: 100%;
}

.left-image-post .title {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 1.4;
}

.left-image-post .title a:hover {
    color: #000;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.left-image-post.first_big_post {
    padding-left: 0px
}

.post-set {
    position: relative;
    margin-bottom: 70px;
    width: 100%;
}

.wrap-content .post-set:last-child {
    margin-bottom: 0px;
}

.post-set.no-thumbnail .post-thumbnail {
    display: none;
}

.post-set.no-thumbnail.sticky {
    padding: 30px;
    background: #f9f9f9;
}

.post-set.no-thumbnail.sticky.universal_mas_item {
    padding: 0px 15px;
    background: #fff;
}

.post-set.no-thumbnail.sticky.universal_mas_item .content-block {
    padding: 30px;
    background: #f9f9f9;
}

.post-set.left-image-post {
    margin-bottom: 60px;
}

.post-set.sticky.has-post-thumbnail .post-hover:before {
    content: '\f2a6';
    font-family: "Ionicons";
    border-radius: 50%;
    background: #fff;
    width: 40px;
    top: 15px;
    left: 15px;
    position: absolute;
    z-index: 9999;
    text-align: center;
    font-size: 23px;
    line-height: 40px;
}

.wrap-content.universal_mas_container {
    margin: 0 -15px;
    padding: 0px;
    border: none;
}

.no-sidebar .post-set.universal_mas_item {
    width: 33.333333%;
    float: left;
    padding: 0 15px;
    border-bottom: none;
}

.post-set.universal_mas_item {
    width: 50%;
    float: left;
    padding: 0 15px;
    border-bottom: none;
}

.post-set.universal_mas_item .content-block .title {
    padding-top: 10px;
    margin-bottom: 25px;
}

.post-set.universal_mas_item.has-post-thumbnail .post-thumbnail .post-hover a {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative;
    display: block;
    height: 205px;
}

li.tags span a {
    margin-left: 10px
}

li.tags span i {
    position: relative;
    top: 3px;
    right: 2px;
    display: inline-block;
}

.left-image-post.has-post-thumbnail .post-thumbnail {
    position: relative;
    overflow: hidden;
    margin-bottom: 0px;
}

.left-image-post.has-post-thumbnail .post-thumbnail .post-hover a {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative;
    display: block;
    height: 190px;
}

.left-image-post.has-post-thumbnail .gallery-content {
    float: left;
    width: 361px;
}

/*------------------------------------------------------------------
[5.2 Standart Post / .standart-post]
*/
.standart-post .content-block {
    width: 100%;
    margin-left: 0px;
}

.standart-post .title:hover a,
.standart-post .title:hover {
    color: #000;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.standart-post.no-thumbnail .title {
    padding-top: 0px
}

.standart-post.no-thumbnail.format-gallery .title {
    padding-top: 25px
}

.standart-post .post-content {
    height: auto;
    min-height: 100%;
    max-height: 100%;
}

.standart-post .post-thumbnail {
    width: 100%;
    margin-bottom: 20px;
}

.standart-post .attachment-post-thumbnail {
    padding-bottom: 0px;
    height: auto;
}

.standart-post .title {
    font-size: 23px;
    margin-bottom: 10px;
}

/*------------------------------------------------------------------
[5.6 Single Post /.single ]
*/
.single .no-sidebar .post-content p {
    font-size: 15px;
    margin-bottom: 30px;
}

.single-tags {
    float: left;
    margin-top: 15px;
}

.single-tags a {
    font-weight: 600;
    font-size: 13px;
    color: #555;
}

.single .social-single {
    float: right;
    margin-top: 15px;
}

.single .social-single ul.icon-links {
    position: relative;
    bottom: 0;
    left: 0;
}

.single .social-single ul.icon-links li {
    transform: none;
}

.single .social-single ul.icon-links li a {
    background: transparent;
    color: #333;
    border-radius: 0;
    position: relative;
    top: -2px;
    font-size: 20px;
    width: inherit;
    padding-right: 15px;
}

.single .no-sidebar .wrap-content {
    width: 100%;
    border: none;
    padding: 0px;
}

.single .sidebar {
    margin-top: 0px;
}

.single .gallery-content {
    margin-bottom: 50px;
}

.single .post {
    height: 100% !important
}

.single .post-thumbnail {
    margin-bottom: 15px;
    height: auto;
}

.single .post-thumbnail img {
    height: auto;
    width: 100%;
}

.single .post-thumbnail {
    margin-bottom: 25px;
    height: auto;
}

.single-post h1 {
    padding-top: 0px;
    padding-bottom: 0px;
    font-weight: 300;
    font-size: 30px;
    margin-bottom: 25px;
    margin-top: 0px;
    font-family: 'Raleway';
    color: #333;
}

.breadcrumbs {
    text-transform: uppercase;
}

#authorarea h3 {
    text-transform: capitalize;
    font-size: 16px;
    margin-top: 0;
    text-align: center;
}

#authorarea img {
    display: block;
    float: left;
    width: 100%;
    height: auto;
    border-radius: 50%;
}

.authorinfo {
    text-align: center;
    font-weight: 300;
    margin-top: 15px;
    display: inline-block;
}

.hidden {
    opacity: 0
}

.visible {
    opacity: 1
}

.single .wp-post-image:hover {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.nav-previous a {
    display: inline-block;
    padding: 10px 15px;
    width: 100%;
    background: #f7f7f7;
    text-align: center;
}

.nav-previous a:hover {
    background: #789;
    color: #fff;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.nav-next a {
    display: inline-block;
    padding: 10px 15px;
    width: 100%;
    background: #f7f7f7;
    text-align: center;
}

.nav-next a:hover {
    background: #789;
    color: #fff;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.avatar-widget {
    display: inline-block;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 15px;
}

/*------------------------------------------------------------------
[5.6 UI Post  ]
*/
.link-format {
    margin-bottom: 50px;
    padding: 25px 85px;
    border: 1px solid #eee;
}

.link-format a {
    padding: 0 0 0 25px;
    border-left: 1px solid #eee;
    font-size: 31px;
}

.link-format a:before {
    display: inline-block;
    margin: 0 41px 0 -80px;
    color: #333;
    content: "\f1fe";
    font-size: 38px;
    font-family: "Ionicons";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    top: 4px;
}

.quote-format {
    position: relative;
    padding: 25px;
    border: 1px solid #eee;
    background: #fff;
    text-align: center;
    font-size: 23px;
    color: #333;
}

.quote-format:before {
    position: absolute;
    bottom: -15px;
    left: 50%;
    border-width: 25px 55px 0 55px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    content: '';
    margin-left: -55px;
}

.quote-author {
    display: inline-block;
    margin-bottom: 50px;
    padding: 25px 0 15px;
    width: 100%;
    background: #333;
    color: #fff;
    font-size: 20px;
    text-align: center;
}

.audio-content {
    padding-bottom: 50px;
}

.video-content {
    padding-bottom: 50px;
}

/*------------------------------------------------------------------
[6. Commetns Form / .comment ]
*/
.comments-area {
    width: 100%;
    display: inline-block;
}

.form-allowed-tags {
    display: none
}

.button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    border-color: #18191B;
    background: #18191B;
    color: #fff;
    padding: 8px 12px 6px 15px;
    border: none;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
}

button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    color: #fff;
    opacity: 0.65;
}

blockquote {
    padding: 18px;
    margin: 0 0 20px;
    border-left: none;
    text-align: center;
}

blockquote:before {
    content: "\f10d";
    font-family: FontAwesome;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    color: #ccc;
    padding-right: 15px;
}

blockquote:after {
    content: "\f10e";
    font-family: FontAwesome;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    color: #ccc;
    padding-left: 15px;
}

.single .post-content blockquote p {
    display: inline;
}

.comment-form-comment label {
    display: none
}

.comment-form-comment textarea {
    overflow: hidden;
    padding: 10px 15px;
    width: 100%;
    height: 200px;
    border: 1px solid #ddd;
    outline: none;
}

#reply-title {
    font-size: 21px;
    padding-top: 0px;
    margin-top: 15px;
    padding-bottom: 50px;
    margin-bottom: 0;
}

.comment-reply-title small {
    width: 100%;
    display: inline-block;
}

.comment-reply-title small a {
    font-weight: bold;
}

.logged-in-as a {
    color: #333;
}

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

.commentlist li {
    margin-bottom: 25px;
    padding-bottom: 25px;
    width: 100%;
    border-bottom: 1px solid #e4e4e4;
}

.comment .avatar {
    display: inline-block;
    float: left;
    margin-right: 35px;
    border-radius: 50%;
}

.comment-top-level .comment-box {
    margin-bottom: 25px;
    padding-left: 108px;
}

.comment-box {
    font-weight: 300
}

.author-card {
    color: #333;
    text-transform: capitalize;
    font-size: 21px;
    font-family: 'Raleway';
}

.comment-time {
    /* margin-top: 7px; */
    /* margin-bottom: 1em; */
    font-size: 14px;
    opacity: 0.7;
}

.comment-content {
    margin-top: 15px;
    margin-left: 110px;
    padding: 0;
}

.comments-title {
    margin: 0;
    padding-bottom: 50px;
    color: #333;
    font-size: 21px;
    text-align: center;
}

.commentlist .children {
    margin: 0;
    margin-top: 25px;
    padding: 0;
    list-style-type: none;
    margin-left: 50px;
}

.children .comment .avatar {
    margin-right: 30px;
    width: 60px;
    height: 60px;
}

.children .comment .comment-content {
    margin-left: 90px;
}

ol.children li {
    margin-bottom: 0px;
    padding-bottom: 0px;
    width: 100%;
    border-bottom: none;
}

.comment-form-author input {
    padding: 5px 10px;
    border: 1px solid #ddd;
    width: 100%;
}

.comment-form-email input {
    padding: 5px 10px;
    border: 1px solid #ddd;
    width: 100%;
}

.comment-form-url input {
    padding: 5px 10px;
    border: 1px solid #ddd;
    width: 100%;
}

.comment-notes {
    display: none
}

.edit-link {
    margin-right: 15px;
    font-size: 12px;
    text-transform: lowercase;
}

#commentform label {
    width: 65px;
    display: inline-block;
    font-weight: 400 !important;
}

.comment-reply-link {
    color: #333;
}

/*------------------------------------------------------------------
[7. Widget /.widget ]
*/
.widget {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.widget:last-child {
    margin-bottom: 0px;
    border-bottom: none;
    padding-bottom: 0;
}

.widget_search form&gt;div {
    padding: 10px 48px 10px 16px;
    height: 46px;
    border: 1px solid #ddd;
    background: #fff;
    position: relative;
}

.widget_search form&gt;div:focus {
    border-color: #999 !important;
}

.widget_search form&gt;div:before {
    position: absolute;
    color: #fff;
    content: "\f002";
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    right: 17px;
    /* z-index: 9999; */
    font: normal normal normal 16px/1 FontAwesome;
    top: 13px;
    color: #18191B;
}

.widget_search form label {
    display: none
}

.widget_search input[name="s"] {
    float: left;
    padding: 0;
    width: 100%;
    height: 24px;
    border: none;
    font-weight: 300;
}

.widget_search input[type="submit"] {
    position: relative;
    float: right;
    margin: -34px -48px 0 0px;
    padding: 0;
    width: 50px !important;
    height: 44px;
    border: none !important;
    text-indent: -9999px;
    background: transparent;
}




.search-content form&gt;div {
    padding: 10px 44px 10px 10px;
    height: 40px;
    border: 1px solid #eee;
    background: #fff;
    position: relative;
    width: 300px;
}

.search-content form&gt;div:before {
    position: absolute;
    color: #000;
    content: "\f4a5";
    text-transform: none;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    font-size: 19px;
    font-family: "Ionicons";
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    right: 14px;
}

.search-content form label {
    display: none
}

.search-content input[name="s"] {
    float: left;
    padding: 0;
    width: 100%;
    height: 20px;
    border: none;
    font-weight: 300;
}

.search-content input[type="submit"] {
    position: relative;
    float: right;
    margin: -5px -39px 0 0;
    padding: 0;
    width: 30px !important;
    height: 30px;
    border: none !important;
    background: none !important;
    text-indent: -9999px;
}

.tagcloud a {
    display: inline-block;
    float: left;
    overflow: hidden;
    padding: 3px 8px;
    text-transform: lowercase;
    font-size: 13px !important;
    background: #18191B;
    color: #fff;
    margin: 4px;
    font-weight: 500;
}

.tagcloud a:hover {
    color: #fff;
    background: #6A6A6B;
}

#wp-calendar {
    margin: 0;
    width: 100%;
}

#wp-calendar caption {
    text-align: right;
    font-size: 13px;
}

#wp-calendar tbody td {
    text-align: center;
    height: 30px;
    padding: 7px;
}

#wp-calendar tbody .pad {
    background: none
}

#wp-calendar thead th {
    background: #fafafa;
    text-align: center;
    font-weight: 600;
    color: #000;
    padding: 7px;
}

#wp-calendar #next {
    padding-right: 24px;
    text-align: right;
}

#wp-calendar tfoot td,
#wp-calendar tfoot th {
    padding: 7px;
    border: none;
}

.posts-by-vies-widget ul li {
    list-style: none;
    font-weight: 300;
    float: left;
    width: 100%;
}

.universal_post_meta {}

.footer-area .universal_post_content a {
    color: #444;
    font-size: 16px;
}

.footer-area ul li:last-child {
    margin: 0px;
}

.footer-widget {
    padding: 80px 0;
}

.footer-widget .widget {
    border: none;
}

.footer .flickr-photos a {
    float: left;
    margin: 0 15px 15px 0;
    padding: 0;
    border: 0 none;
    list-style: none;
}

.footer .flickr-photos img {
    display: block;
    width: 65px;
    height: 65px;
}

.widget select {
    width: 100%
}

.widget .sticky {
    position: relative
}

.attachment-post-thumbnail {
    height: 208px
}

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

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

.footer-widget .widget ul li {
    padding-bottom: 10px;
}

.footer-widget .universal_cat_count {
    background: #f1f1f1;
}

.footer-widget #wp-calendar tbody td {
    background: #fff;
}

.footer-widget #wp-calendar thead th {
    background: #f1f1f1;
}

.screen-reader-text {
    display: none
}

#navigation.desktop {
    display: block !important
}

.wpcf7-form-control {
    border: 1px solid #ddd;
    width: 100%;
    height: auto;
    padding: 10px 16px;
    font-size: 16px;
    border-radius: 0;
}

.wpcf7-form-control:focus {
    border-color: #888;
    outline: none;
}

.wpcf7-textarea {
    width: 100%;
    height: 100px;
}

.wpcf7-submit {
    width: initial;
    padding: 6px 15px 6px 15px !important;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px !important;
    letter-spacing: 2px;
}

.wpcf7-form-control-wrap {
    position: relative;
    display: inline-block;
    /* padding-bottom: 25px; */
    width: 100%;
}

div.wpcf7-response-output {
    margin: 0;
    padding: 5px 10px;
    font-size: 14px;
}

div.wpcf7-mail-sent-ok {
    border: 1px solid #4CAF50;
}

div.wpcf7-validation-errors {
    border: 1px solid #F44336;
}

span.wpcf7-not-valid-tip {
    color: #F44336;
    font-size: 14px;
    display: block;
}

.mailchimp-block.center {
    text-align: center;
}

.mailchimp-block img {
    padding-top: 10px;
}

.input-group input {
    border-radius: 0px;
    border-color: #ddd;
}

.input-group-lg&gt;.form-control,
.input-group-lg&gt;.input-group-addon {
    border-radius: 0px;
    border-color: #ddd;
}

.input-group-lg&gt;.input-group-btn&gt;.btn {
    border-radius: 0px;
}

.form-control:focus {
    box-shadow: none;
    border-color: #888;
    outline: none;
}

.btn {
    font-size: 12px !important;
    letter-spacing: 2px;
    outline: 0;
    text-transform: uppercase;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-shadow: none;
    text-decoration: none;
    font-weight: 600;
    padding: 8px 12px 6px 15px;
    border-radius: 0;
}

.btn:hover {
    opacity: 0.65;
}

.btn-lg {
    font-size: 13px !important;
    padding: 10px 35px;
}

.btn-dark {
    border: 2px solid #18191B;
    background-color: #18191B;
    color: #fff !important;
}

.btn-gray {
    border: 2px solid #ddd;
    background-color: #ddd;
    color: #000 !important;
}

.btn-universal {
    border: 2px solid #789;
    background-color: #789;
    color: #fff !important;
}

.btn-violet {
    border: 2px solid #ff4081;
    background-color: #ff4081;
    color: #fff !important;
}

.universal_image_wrapper {
    float: left;
    margin: 0px 15px 0 0;
    width: 65px;
    height: 65px;
    background: #f7f7f7;
}

.universal_post_content h3 {
    margin: 0;
    color: #333;
    font-size: 16px;
    font-family: ''Raleway'';
    line-height: 1.4;
}

.universal_post_content h3 a {
    color: #333
}

.universal_post_content a:hover {
    color: #000;
}

.universal_post_meta {
    margin-top: 3px;
}

.universal_post_meta span {
    position: relative;
    top: -2px;
    padding-left: 7px;
    font-weight: 300;
    font-size: 12px;
}

.universal_post_meta i {
    color: #333;
    font-size: 16px;
}

.footer-widget .universal_post_meta i {}

.nav-btn {
    margin: -1px;
    overflow: hidden;
    position: absolute;
    width: 1px;
    height: 1px;
}

.posts-by-vies-widget ul {
    margin: 0px;
    padding: 0px;
}

.post-content .wp-caption img {
    max-width: 100%;
    height: 100%;
}

.wp-caption img {
    max-width: 100% !important;
    height: 100%;
}

.wp-caption {
    max-width: 100% !important;
}

.wrap-content p img {
    height: 100%;
    max-width: 100%;
}

.post-content img {
    max-width: 100%;
    height: 100%;
}

.post-content .wp-caption {
    max-width: 100% !important;
}

.post-content iframe {
    width: 100% !important
}

.three-blocks #related-post-thumb .post-thumbnail {
    width: 100%;
    height: 180px;
}

.three-blocks #related-post-thumb .title {
    font-size: 16px
}

.widget select {
    width: 100%;
    background: #fff;
    border: 1px solid #eee;
    height: 30px;
    outline: none;
}

.size-large {
    height: 100%
}

.widget .sticky {
    position: relative
}

.widget_nav_menu {}

/*------------------------------------------------------------------
[8. Page Navi / #wp-pagenavibox ]
*/
#wp-pagenavibox {
    display: block;
    width: 100%;
    text-align: center;
    position: relative;
}

.wp-pagenavi {
    display: inline-block;
    margin-bottom: -9px;
    /* text-align: center; */
}

.wp-pagenavi a,
.wp-pagenavi span {
    margin: 0 !important;
    padding: 0 !important;
}

.wp-pagenavi span.current {
    background: #f7f7f7;
    font-weight: 300 !important;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
    background: #f7f7f7;
    color: #333;
}

.wp-pagenavi a,
.wp-pagenavi span {
    display: block;
    float: left;
    padding: 6px 12px !important;
    border: none !important;
    text-align: center;
    white-space: nowrap;
}

/*------------------------------------------------------------------
[9. Footer / .footer]
*/
footer {
    width: 100%;
}

.footer {
    background: #F7F7F7;
    width: 100%;
    position: relative;
    color: #444;
    font-size: 14px;
    border-top: 1px solid #eee;
}

.footer .footer-area-cont a {
    color: #000;
    font-weight: 800;
    opacity: 0.7;
    text-transform: uppercase;
    font-size: 12px;
}

.footer .footer-area-cont a:hover {
    color: #666;
}

.footer h4,
.footer h5,
.footer h6 {
    font-weight: 800;
    opacity: 0.7;
}

.footer-area ul li:first-child {
    padding-top: 0px !important
}

.footer-area .widget_search form&gt;div {
    border: none;
    background: #f1f1f1;
}

.footer-area .widget_search input[name="s"] {
    background: transparent;
    color: #fff;
    font-weight: 300;
}

.footer-area .posts-by-vies-widget ul li {
    list-style: none;
    font-weight: 300;
    color: #666;
    float: left;
    width: 100%;
}

.footer-area .tagcloud a {
    display: inline-block;
    float: left;
    overflow: hidden;
    margin: 0 9px 9px 0;
    padding: 5px 10px;
    background: #f1f1f1;
    color: #000 !important;
    text-transform: lowercase;
    font-weight: 400;
    font-size: 13px !important;
    border: 1px solid #f1f1f1;
    border-radius: 0;
    opacity: 1;
}

.footer-area .tagcloud a:hover {
    background: rgba(255, 255, 255, 0.15);
    color: #fff !important;
}

.numscroller {
    font-family: "Roboto Mono", monospace;
    font-weight: 100;
    font-size: 50px;
    line-height: 90px;
    letter-spacing: 10px;
}

.footer-copyright {
    color: #fff;
    font-size: 14px;
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
    border-top: 1px solid #f7f7f7;
}

.footer-copyright.dark {
    border-color: #18191B;
    background: #18191B;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    color: #fff;
}

.footer-copyright.dark a {
    color: #fff;
}

.footer-copyright.grey {
    border-color: #F7F7F7;
    background: #F7F7F7;
    color: #444;
}

.footer-copyright.grey a {
    color: #000;
}

.footer-copyright.grey a:hover {
    color: #666;
}

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

.footer-copyright.white a {
    color: #000;
}

.footer-copyright.white a:hover {
    color: #666;
}

.footer-copyright .two-block {
    padding: 30px 0;
}

.footer-copyright .three-block {
    padding: 30px 0;
}

.footer-copyright h1,
.footer-copyright h2,
.footer-copyright h3,
.footer-copyright h4,
.footer-copyright h5,
.footer-copyright h6 {
    margin: 0;
    padding: 0;
}

.footer-copyright .list-inline {
    margin-bottom: 0;
}

.footer-copyright .one-block .list-inline {
    margin-bottom: 1.5em;
}

.footer-copyright.light .not-single {
    text-align: left;
}

.footer-copyright p {
    margin: 0;
    padding: 0;
}

.author-info {
    text-align: right;
}

#menu-footer-menu-2 {
    padding-top: 58px;
}

/*------------------------------------------------------------------
[10. Other styles ]
*/
.clear {
    float: none !important;
    clear: both !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 0 !important;
    height: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
}

.wp-caption.alignnone {
    width: 100% !important
}

.alignleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.aligncenter {
    float: none;
    clear: both;
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.alignright {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
    margin-top: 15px;
}

.slider-wrappper {
    margin-bottom: 60px;
}

.slider-wrap {
    border-bottom: 1px solid #eee;
    padding-bottom: 30px;
}

.img-slide img {
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.img-slide img:hover {
    opacity: 0.7;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.title-slide {
    font-size: 19px;
    padding: 15px 0;
    text-align: center;
    line-height: 1.75;
    margin: 0px;
    font-weight: 300;
}

.rsBlock-meta li:last-child {
    margin-right: 0;
}

.hidden-livtile-el {
    display: none
}

.phoenix-livetile-extended {
    display: none !important
}

.flex-active-slide {
    display: block !important
}

.universal_cat_count {
    float: right;
    background: #fafafa;
    width: 28px;
    text-align: center;
}

.login-panel {
    float: right;
}

.post-commetns {
    margin-top: 50px;
}

.no-icons {
    margin-top: 56px
}

.instagram-pics li {
    display: inline-block;
    width: 25%;
    padding-right: 5px !important;
    padding-bottom: 5px !important;
    padding-top: 0px !important;
}

.instagram-pics li img {
    width: 100%
}

.text-block-content {
    padding: 15px 25px 0px 25px;
    color: #333;
    width: 440px;
    max-height: 135px;
    overflow: hidden;
}

.text-block-title {
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 20px;
    font-size: 15px;
    letter-spacing: 1px;
    font-size: 18px;
    padding-bottom: 25px;
}

.text-block-title.color {
    color: #fff;
}

.text-block-text.color {
    color: #fff;
    padding-right: 100px;
}

.text-block-icon {
    position: absolute;
    font-size: 110px;
    top: 50%;
    color: rgba(255, 255, 255, 0.4);
    right: 10%;
    line-height: 0;
    margin-top: -55px;
}


.gallery-content {
    position: relative;
    overflow: hidden;
}

.gallery-slider .owl-nav {
    -webkit-tap-highlight-color: transparent;
}

.gallery-slider .owl-nav [class*='owl-'] {
    font-size: 24px;
    background: #fff;
    cursor: pointer;
    position: absolute;
    top: 50%;
    text-align: center;
    margin-top: -20px;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
    border-radius: 50%;
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
}

.gallery-slider .owl-nav [class*='owl-'] i {
    position: relative;
    top: -2px;
    color: #333;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.gallery-slider .owl-nav .owl-prev {
    left: 0px;
    opacity: 0;
}

.gallery-slider .owl-nav .owl-next {
    right: -1px;
    opacity: 0;
}

.gallery-slider:hover .owl-nav .owl-prev {
    left: 10px;
    opacity: 1
}

.gallery-slider:hover .owl-nav .owl-next {
    right: 9px;
    opacity: 1
}

.gallery-slider .owl-nav [class*='owl-']:hover {
    background: #000;
    text-decoration: none;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;

}

.gallery-slider .owl-nav [class*='owl-']:hover i {
    color: #fff;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;

}

.quote-block {
    padding: 0 200px;
    font-size: 18px;
}

.quote-block.center {
    text-align: center;
}

.quote-block.white {
    color: #fff;
}

.top_block {
    background: #f8f8f8;
}

.contant-top-block {
    display: inline-block;
    margin-bottom: -7px;
}

.contact-top {
    list-style: none;
    padding: 0;
    margin-bottom: 0px;
}

.contact-top li {
    float: left;
    line-height: 33px;
    border-right: 1px solid #e8e8e8;
    font-size: 12px;
    font-weight: 300;
    padding: 3px 10px;
}

.contact-top li:first-child {
    border-left: 1px solid #e8e8e8;
}

.contact-top li:last-child {
    border-right: 1px solid #e8e8e8;
}

.contact-top li i {
    font-size: 18px;
    position: relative;
    top: 3px;
}

.promo-block {
    margin-bottom: 25px;
}

.promo-block.white {
    color: #fff;
}

.promo-block.center {
    text-align: center;
}

.promo-block&gt;p {
    padding: 0 180px;
    margin: 0;
}

.promo-text {
    text-align: center;
    font-size: 32px;
    font-weight: 300;
    line-height: 1;
    padding-bottom: 5px;
}

.promo-text-light {
    text-align: center;
    font-size: 25px;
    font-weight: 300;
    padding-left: 31px;
    padding-right: 30px;
    display: inline-block;
    border-bottom: 1px solid #f7f7f7;
    padding-bottom: 15px;
    -webkit-backface-visibility: hidden;
}

.promo-text-footer {
    font-size: 19px;
    font-weight: 300;
    color: #fff;
    padding-bottom: 15px;
}

.promo-paragraph {
    padding: 0;
    text-align: center;
    margin-top: 7px;
}

.promo-paragraph.white {
    color: #fff;
}


.hi-icon {
    text-align: center;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
    color: #444;
    font-size: 80px;
    line-height: 120px;
    display: block;
}

.hi-icon-effect {
    overflow: hidden;
}

.hi-icon-effect.white .hi-icon {
    color: #fff;
}

.hi-icon-effect.white .service-name {
    color: #fff;
}

.hi-icon-effect.white .service-text {
    color: #fff;
}

.hi-icon-effect.white .hi-icon:hover {
    color: #fff;
}

.hi-icon-effect.white .hi-icon i {
    color: #fff;
}

.hi-icon-effect.biggest .hi-icon {
    font-size: 60px;
}

.hi-icon-effect .hi-icon {
    color: #444;
    -webkit-transition: color 0.25s;
    -moz-transition: color 0.25s;
    transition: color 0.25s;
}

.hi-icon-effect .hi-icon:hover {
    color: #444;
}

.service-name {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    line-height: 1.7;
}

.service-text {
    text-align: center;
    margin-top: 35px;
}

.single .tag_line_image.portfolio .tag_line_title {
    font-size: 60px;
    font-weight: 900;
    line-height: 80px;
}

.single .portfolio-single-img img {
    max-width: 100%;
}

.video-block {
    text-align: center;
    padding: 0 175px;
}

.video-block.white {
    color: #fff;
}

.video-block.white a.swipebox-video {
    color: #fff;
}

.video-block a.swipebox-video {
    font-size: 80px;
    line-height: 120px;
    display: block;
}

.white-color {
    color: #fff;
}

.stats-desc {
    width: 100%;
    display: block;
    text-align: center;
}

.stats-desc.white {
    color: #fff;
}

.stats-top .stats-number {
    font-family: "Roboto Mono", monospace;
    font-weight: 100;
    font-size: 50px;
    line-height: 90px;
    letter-spacing: 10px;
}

.owl-carousel .owl-item .testimonials-item img {
    width: 160px;
    height: 160px;
    border-radius: 50%;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.testimonials-caption {
    text-align: center;
    padding: 20px 290px 30px 290px;
    position: static;
    text-shadow: none;
}


.blog-name {
    float: left;
    font-weight: 300;
    -webkit-backface-visibility: hidden;
    width: 100%;
    display: inline-block;
}

.blog-name h5 {
    padding-top: 10px;
    margin-bottom: 25px;
}

.blog-text {
    display: inline-block;
    padding-bottom: 25px;
}

.blog-text p {
    margin-bottom: 0px;
}

.blog-read-more a {
    border: 2px solid #ddd;
    background-color: #ddd;
    color: #000 !important;
    font-size: 10px !important;
    padding: 6px 10px;
    letter-spacing: 2px;
    outline: 0;
    text-transform: uppercase;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-shadow: none;
    text-decoration: none;
    font-weight: 600;
}

.blog-read-more a:hover {
    background: #E6E6E6;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.post-thumbnail {
    position: relative;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    margin-bottom: 20px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.post-thumbnail img {
    z-index: 0;
    width: 100%;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.post-thumbnail img:hover,
.post-thumbnail:hover {
    opacity: 0.85;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.vc_partner_image {
    opacity: 1;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.vc_partner_image:hover {
    opacity: 1;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.prog-name {
    display: inline;
    letter-spacing: 0.5px;
}

.hi-icon.image {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.hi-icon.image img {
    margin-bottom: 20px;
}

.prog-per {
    float: right;
    display: inline-block;
    position: relative;
    letter-spacing: 0.5px;
    font-size: 13px;
}

.progress-per {
    display: inline;
}

.progress {
    height: 4px;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-top: 5px;
    margin-bottom: 15px;
    background-color: #f4f4f4;
}

.progress.biggest {
    margin-top: 10px;
    margin-bottom: 25px;
}

.progress-bar {
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 4px;
}

.blog-main {
    margin-bottom: 50px;
    display: inline-block;
}

.blog-images.post-thumbnail {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.blog-images.post-thumbnail:hover {
    opacity: 0.65;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.tag_line.forums {
    display: none;
}

.tag_line.woo {
    display: none;
}

.tag_line {
    padding: 75px 0 85px 0;
    background: #f7f7f7;
    border-bottom: 1px solid #eee;
}

.tag_line .tag-body:before {
    background: #f7f7f7;
}

.tag_line_image {
    display: table;
    text-align: center;
    width: 100%;
    color: #fff;
    overflow: hidden;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    height: auto;
    z-index: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    border-bottom: none;
    padding: 0px;
}

.tag_line_image .tag-body {
    display: table-cell;
    vertical-align: middle;
    padding: 160px 0;
    width: 100%;
    position: relative;
    z-index: 1;
}

.menu-transparent .tag_line_image .tag-body {
    padding: 180px 0 150px 0;
}

.fullscreen .tag_line_image .tag-body {
    padding: 180px 0 50px 0;
}

.tag_line_image.single .tag-body {
    padding: 180px 0 130px 0;
}

.tag_line_image.single .tag-body:before {
    background: rgba(7, 9, 21, 0.5);
}

.tag_line_image .tag-body:before {
    content: "";
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -9;
    background: rgba(7, 9, 21, 0.5);
}

.tag_line_title {
    text-align: center;
    padding-bottom: 0px;
    margin: 0;
    font-size: 60px;
    font-weight: 900;
    line-height: 80px;
}

.single .tag_line_title {
    font-size: 35px;
    font-weight: 800;
    line-height: 1.7;
}

.tag_line_date {
    text-align: center;
}

.tag_line_author {
    text-align: center;
}

.tag_line_image .tag_line_date {
    padding-bottom: 10px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
}

.tag_line_image .tag_line_date a {
    color: #fff;
}

.tag_line_image .tag_line_author {
    padding-top: 20px;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}

.tag_line_image .tag_line_author a {
    color: #fff;
}

.menu-center {
    float: right;
    line-height: 1;
}

.breadcrumbs {
    text-align: center;
    padding-top: 30px;
    font-weight: 700;
    font-size: 15px;
}

.breadcrumbs span {
    display: inline-block;
}

.breadcrumbs a {
    color: #fff;
}

.woocommerce-breadcrumb {
    line-height: 30px;
    font-size: 13px;
    text-align: center;
}

.team-image img {
    border-radius: 50%;
}

.team-image.ind {
    background: #fff;
}

.team-block {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.team-block h2 {
    margin-top: -45px !important;
    padding-bottom: 0 !important;
}

.team-block .list-inline {
    padding-left: 0;
    list-style: none;
    margin: 0;
}

.team-block .list-inline&gt;li {
    display: inline-block;
    padding-bottom: 15px;
}

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

.team-block-two p img {
    margin-bottom: -15px;
}

.about-name {
    font-size: 19px;
    font-weight: 400;
    padding-top: 15px;
    text-align: center;
}

.about-desc {
    font-weight: 300;
    font-size: 14px;
    text-align: center;
}

.menu-transparent .nav-icon3 span {
    background: #fff;
}

.show-menu .navbar-custom .nav-icon3 span {
    background: #fff !important;
}

.show-menu .burger_universal_normal_holder i {
    color: #fff !important;
}

.main-content {
    z-index: 10;
    position: relative;
    background: #fff;
}

.page-template-portfolio section.portfolio {
    padding-bottom: 80px;
}

.content {
    z-index: 10;
    position: relative;
    background: #fff;
    padding-bottom: 50px;
}

.type-wrap {
    text-align: center;
    font-size: 41px;
    color: #fff;
}

.nav-links {
    text-align: center;
    display: inline-block;
    width: 100%;
    height: auto;
}

.nav-links a,
.nav-links span {
    border: 1px solid #eee;
    background: #eee;
    border-radius: 50%;
    padding: 6px 16px;
    margin: 0 4px;
    display: inline-flex;
}

.nav-links a:hover {
    text-decoration: none;
    border-color: #333;
    background: #333;
    color: #fff;
}

.nav-links span.current {
    text-decoration: none;
    border-color: #333;
    background: #333;
    color: #fff;
}

.universal_pg_single {
    margin-top: 50px;
    text-align: center;
    display: inline-block;
    width: 100%;
}

.post-page-numbers {
    margin: 30px 0;
}

.post-page-numbers&gt;span {
    padding: 6px 11px;
    border: 1px solid #eee;
    margin: 0 1px;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.post-page-numbers a&gt;span {
    border: 1px solid #eee;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.post-page-numbers a:hover&gt;span {
    border: 1px solid #000;
    color: #555;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}


.soc-footer {
    margin: 0px;
    margin-top: 25px;
}

.soc-footer li {
    float: left;
}

.soc-footer li a i {
    font-size: 20px;
    margin-right: 20px;
}

.soc-footer li a:hover {
    color: #000 !important;
}

.universal_popular_widget_post_image {
    width: 80px;
    float: left;
}

.universal_popular_widget_post_holder {
    margin-bottom: 30px
}

.universal_popular_widget_post_content_date {
    font-size: 11px;
    opacity: 0.6;
    line-height: 12px;
    margin-bottom: 0px;
}

.universal_popular_widget_post_content {
    overflow: hidden;
    padding-left: 20px;
}

.universal_blog_post_title {
    margin-bottom: 0px;
    padding-bottom: 0px;
    line-height: 1.45
}

ul.icon-links li {
    display: inline-block;
}




.nocomments {
    margin: 0;
    text-align: center;
    font-weight: 500;
    line-height: 1.1;
    font-size: 21px;
}


.navbar-collapse .universal_woo_cart .universal_cart_widget p.total {
    margin-bottom: 15px;
    padding: 15px 0 !important;
    color: #333;
    font-weight: normal !important;
    border-top: 1px solid #eee !important;
    border-bottom: 1px solid #eee !important;
    width: 100%;
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
}

.navbar-collapse .universal_woo_cart .universal_cart_widget .mini_cart_item a.remove {
    top: 0px;
}

.cart_search_block {
    padding: 0;
    margin: 0;
    float: Left;
    display: inline-block;
}

.cart_search_block .universal_woo_cart {
    padding: 0;
}

.cart_search_block&gt;li {
    list-style: none;
    padding: 47px 18px 46px 18px;
    line-height: 20px;
    float: left;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    position: relative;
}

.search-icon-header a {
    font-size: 21px;
}

.black-search-block {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    opacity: 0;
    background: rgba(0, 0, 0, 0.85);
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
    z-index: -1;
}

.search-icon-header.open .black-search-block {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
    z-index: 9999999;
}

.black-search-table {
    display: table;
    width: 100%;
    height: 100%;
}

.black-search-table-cell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    text-align: center;
}


.black-search-table-cell div {
    width: 75%;
    position: relative;
    display: inline-block;
    top: 50px;
    opacity: 0;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
    -webkit-transition-delay: 150ms;
    transition-delay: 150ms;
}

.search-icon-header.open .black-search-table-cell div {
    top: 0px;
    opacity: 1;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
    -webkit-transition-delay: 150ms;
    transition-delay: 150ms;
}

.black-search-table-cell div input[name="s"] {
    background: transparent;
    padding: 15px 45px 15px 0;
    border: none;
    font-size: 30px;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    color: #fff;
    font-weight: 400;
}

.black-search-table-cell #searchsubmit {
    border: none;
    background: 0;
    outline: 0;
    width: auto;
    cursor: pointer;
    color: #fff;
    padding: 0;
    position: absolute;
    right: 0;
    width: 30px;
    height: 30px;
    top: 21px;
    z-index: 99999;
}

.black-search-table-cell&gt;div:after {
    content: "\f4a5";
    font-family: "Ionicons";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 31px;
    color: rgba(255, 255, 255, 0.85);
    position: absolute;
    right: 0;
    top: 27px;
}


.close-black-block {
    font-size: 30px;
    color: #fff;
    position: absolute;
    top: 7px;
    right: 67px;
}

.close-black-block i {
    font-size: 70px;
    color: #fff;
}

.universal_portfolio_nav {
    text-align: center;
    margin-top: 50px;
    font-size: 25px;

}

.universal_portfolio_nav a {
    color: #555;
    padding: 0 7px;

}




div.pp_default a.pp_arrow_previous,
div.pp_default .pp_content_container .pp_details {
    display: none;
}

div.pp_pic_holder a:focus {
    outline: none;
}

div.pp_overlay {
    background: #000;
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9999;
}

div.pp_pic_holder {
    display: none;
    position: absolute;
    width: 100px;
    z-index: 10000;
}

.pp_fade {
    display: none;
}



.burger-menu.style3 .burger_universal_normal_holder .nav-icon3 {
    float: right;
}


.nav-icon3 {
    width: 34px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    display: block;
    height: 24px;
    float: left;
    top: 30px;
    z-index: 9999999;
}

.nav-icon3 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 50%;
    background: #333;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.nav-icon3 span:nth-child(even) {
    left: 50%;
}

.nav-icon3 span:nth-child(odd) {
    left: 0px;
}

.nav-icon3 span:nth-child(1),
.nav-icon3 span:nth-child(2) {
    top: 0px;
}

.nav-icon3 span:nth-child(3),
.nav-icon3 span:nth-child(4) {
    top: 11px;
}

.nav-icon3 span:nth-child(5),
.nav-icon3 span:nth-child(6) {
    top: 22px;
}

.show-menu .nav-icon3 span:nth-child(1),
.show-menu .nav-icon3 span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.show-menu .nav-icon3 span:nth-child(2),
.show-menu .nav-icon3 span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.show-menu .nav-icon3 span:nth-child(1) {
    left: 0px;
    top: 6px;
}

.show-menu .nav-icon3 span:nth-child(2) {
    left: calc(50% - 5px);
    top: 6px;
}

.show-menu .nav-icon3 span:nth-child(3) {
    left: -50%;
    opacity: 0;
}

.show-menu .nav-icon3 span:nth-child(4) {
    left: 100%;
    opacity: 0;
}

.show-menu .nav-icon3 span:nth-child(5) {
    left: 0px;
    top: 18px;
}

.show-menu .nav-icon3 span:nth-child(6) {
    left: calc(50% - 5px);
    top: 18px;
}

.pricing_tables_wrap {
    padding: 5px 30px 30px 30px;
}

.pricing_tables_name {
    text-align: center;
    font-weight: 400;
    color: #000;
    font-size: 29px;
    padding-bottom: 35px;
}

.pricing_tables_price {
    text-align: center;
    font-weight: 600;
    font-size: 66px;
    position: relative;
    line-height: 1;
}

.pricing_tables_price span {
    color: #999;
    font-size: 27px;
    position: relative;
    left: -7px;
    top: -29px;
}

.pricing_tables_price i {
    color: #999;
    font-size: 14px;
    position: relative;
    top: 0px;
    font-weight: 300;
    font-style: inherit;
}

.pricing_tables_desc {
    padding-top: 25px;
}

.pricing_tables_desc ul {
    padding: 0;
}

.pricing_tables_desc ul li {
    list-style: none;
    padding: 0;
    text-align: center;
    padding: 10px 0;
    font-weight: 400;
    color: #999;
}

.pricing_tables_buttons {
    text-align: center;
    padding-top: 25px;
}

.pricing_tables_buttons a {
    background: #000;
    color: #fff;
    padding: 8px 25px;
    border-radius: 25px;
    display: inline-block;
    text-align: center;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.pricing_tables_buttons a:hover {
    background: #333;
    color: #fff;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.burger_universal_menu_overlay_normal {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.burger_universal_menu_overlay_normal {
    position: fixed;
    content: '';
    visibility: hidden;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 992;
    background: rgba(0, 0, 0, 0.85);
    opacity: 0;
}

.show-menu .burger_universal_menu_overlay_normal {
    visibility: visible;
    opacity: 1;
}

.burger_universal_menu_overlay_normal .burger_universal_menu_vertical {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    max-height: 100%;
    overflow-y: auto;
    text-align: center;
    transform: translateY(-50%);
}

.burger_universal_menu_overlay_normal .burger_universal_main_menu,
.burger_universal_menu_overlay_normal .burger_universal_main_menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.burger_universal_menu_overlay_normal .burger_universal_main_menu a {
    display: inline-block;
    padding: 15px 0;
    font-size: 17px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

.burger_universal_menu_overlay_normal .burger_universal_main_menu .current-menu-parent&gt;a,
.burger_universal_menu_overlay_normal .burger_universal_main_menu .current-page-parent&gt;a,
.burger_universal_menu_overlay_normal .burger_universal_main_menu .current_page_parent&gt;a {
    color: #789;
}




.burger_universal_menu_overlay_normal .burger_universal_main_menu .sub-menu {
    display: none;
}

.burger_universal_menu_overlay_normal .burger_universal_main_menu .sub-menu li a:after {
    display: none;
}

.burger_universal_menu_overlay_normal .burger_universal_main_menu .sub-menu a {
    text-transform: capitalize;
    padding: 10px 0;
    font-size: 15px;
    font-weight: 500;
}

.burger_universal_menu_overlay_normal .burger_universal_main_menu li.menu-item-has-children&gt;a::after {
    content: '\f107';
    font-family: 'FontAwesome';
    margin-left: 6px;
    font-size: 12px;
}

.burger_universal_menu_overlay_normal .burger_universal_main_menu li.menu-item-has-children&gt;a.sub-active {
    color: #789;
    font-weight: bold;
}

.burger_universal_menu_overlay_normal .burger_universal_main_menu li.menu-item-has-children&gt;a.sub-active::after {
    content: '\f106';
}

.burger_universal_menu_overlay_normal li.current-menu-item&gt;a,
.burger_universal_menu_overlay_normal li.current-page-item&gt;a {
    color: #789;
}

.share-class a.active-menu {
    color: #789 !important;
}

.burger_universal_menu_overlay_normal .burger_universal_main_menu {
    height: 100%;
    position: relative;
}

.burger_universal_menu_overlay_normal .burger_universal_main_menu&gt;li {
    position: relative;
    opacity: 1;
    visibility: hidden;
    list-style: none;
}

.show-menu .burger_universal_menu_overlay_normal .burger_universal_main_menu&gt;li {
    -webkit-animation: burger-menu-effect 0.35s ease-in-out forwards;
    -moz-animation: burger-menu-effect 0.35s ease-in-out forwards;
    -ms-animation: burger-menu-effect 0.35s ease-in-out forwards;
    -o-animation: burger-menu-effect 0.35s ease-in-out forwards;
    animation: burger-menu-effect 0.35s ease-in-out forwards;
}

.show-menu .burger_universal_menu_overlay_normal .burger_universal_main_menu&gt;li:nth-child(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.show-menu .burger_universal_menu_overlay_normal .burger_universal_main_menu&gt;li:nth-child(2) {
    -webkit-animation-delay: 0.15s;
    animation-delay: 0.15s;
}

.show-menu .burger_universal_menu_overlay_normal .burger_universal_main_menu&gt;li:nth-child(3) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.show-menu .burger_universal_menu_overlay_normal .burger_universal_main_menu&gt;li:nth-child(4) {
    -webkit-animation-delay: 0.45s;
    animation-delay: 0.45s;
}

.show-menu .burger_universal_menu_overlay_normal .burger_universal_main_menu&gt;li:nth-child(5) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.show-menu .burger_universal_menu_overlay_normal .burger_universal_main_menu&gt;li:nth-child(6) {
    -webkit-animation-delay: 0.75s;
    animation-delay: 0.75s;
}

.show-menu .burger_universal_menu_overlay_normal .burger_universal_main_menu&gt;li:nth-child(7) {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

.show-menu .burger_universal_menu_overlay_normal .burger_universal_main_menu&gt;li:nth-child(8) {
    -webkit-animation-delay: 1.05s;
    animation-delay: 1.05s;
}

.show-menu .burger_universal_menu_overlay_normal .burger_universal_main_menu&gt;li:nth-child(9) {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.show-menu .burger_universal_menu_overlay_normal .burger_universal_main_menu&gt;li:nth-child(10) {
    -webkit-animation-delay: 1.35s;
    animation-delay: 1.35s;
}

.show-menu .burger_universal_menu_overlay_normal .burger_universal_main_menu&gt;li:nth-child(11) {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.show-menu .burger_universal_menu_overlay_normal .burger_universal_main_menu&gt;li:nth-child(12) {
    -webkit-animation-delay: 1.65s;
    animation-delay: 1.65s;
}

.show-menu .burger_universal_menu_overlay_normal .burger_universal_main_menu&gt;li:nth-child(13) {
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s;
}

.show-menu .burger_universal_menu_overlay_normal .burger_universal_main_menu&gt;li:nth-child(14) {
    -webkit-animation-delay: 1.95s;
    animation-delay: 1.95s;
}

.show-menu .burger_universal_menu_overlay_normal .burger_universal_main_menu&gt;li:nth-child(15) {
    -webkit-animation-delay: 2.1s;
    animation-delay: 2.1s;
}

.show-menu .burger_universal_menu_overlay_normal .burger_universal_main_menu&gt;li:nth-child(16) {
    -webkit-animation-delay: 2.25s;
    animation-delay: 2.25s;
}

.show-menu .burger_universal_menu_overlay_normal .burger_universal_main_menu&gt;li:nth-child(17) {
    -webkit-animation-delay: 2.4s;
    animation-delay: 2.4s;
}

.show-menu .burger_universal_menu_overlay_normal .burger_universal_main_menu&gt;li:nth-child(18) {
    -webkit-animation-delay: 2.55s;
    animation-delay: 2.55s;
}

@-moz-keyframes burger-menu-effect {
    from {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes burger-menu-effect {
    from {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@-o-keyframes burger-menu-effect {
    from {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes burger-menu-effect {
    from {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}




.menu-transparent .navbar {
    background: transparent;
    border-bottom: transparent;
}

.menu-transparent .navbar .nav&gt;li&gt;a {
    color: #fff;
}

.menu-transparent .navbar .logo a {
    color: #fff;
}

.menu-transparent .navbar .search-icon-header a i {
    color: #fff;
    -moz-osx-font-smoothing: inherit;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    transition: all .8s ease;
    /* line-height: 1; */
}

.menu-transparent .navbar .universal_head_cart i {
    color: #fff;
    -moz-osx-font-smoothing: inherit;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    transition: all .8s ease;
}



.menu-transparent .navbar.top-nav-collapse {
    background: #fff;
    border-bottom: 1px solid #eee;
}

.menu-transparent .navbar.top-nav-collapse .nav&gt;li&gt;a {
    color: #333;
}

.menu-transparent .navbar.top-nav-collapse .nav&gt;li&gt;a.active {
    color: #789 !important;
}

.menu-transparent .navbar.top-nav-collapse .logo a {
    color: #333;
}

.menu-transparent .navbar.top-nav-collapse .search-icon-header a i {
    color: #333;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    transition: all .8s ease;
}

.menu-transparent .navbar.top-nav-collapse .universal_head_cart i {
    color: #333;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    transition: all .8s ease;
}


.close-black-block i {
    color: #fff !important;
}


.burger-menu .logo {
    padding-top: 0px;
    line-height: 1;
    position: relative;
    z-index: 992
}

.navbar.top-nav-collapse .burger-menu .logo {
    padding: 0;
}

.scroll-top {
    position: fixed;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    right: 30px;
    font-size: 20px;
    background-color: #18191B;
    color: #fff;
    transition: all 0.55s ease;
    z-index: 9999;
}

.scroll-top:hover {
    background: #6A6A6B;
    color: #fff;
}

.scroll-top i,
.scroll-top i:focus {
    color: #fff;
    display: inline-block;
    opacity: 1;
}

.scroll-top-visible {
    opacity: 1 !important;
    bottom: 30px;
}

.scroll-top-hidden {
    opacity: 0;
    bottom: 90px;
}


.border-img img {
    border: 1px solid #eee;
}








.portfolio-item {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    height: 100%;

}

.portfolio-item.with-bottom {
    margin-bottom: 30px;
}

.portfolio-item.with-bottom img {
    max-width: 100%;
    height: auto;
}

.portfolio-items {
    margin-bottom: 0;
}

.portfolio-item&gt;div {
    display: block;
    color: #fff !important;
    overflow: hidden;
    text-align: center;
    height: 100%;
    width: 100%;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    max-width: none;
    position: relative;
    left: 0;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}

.portfolio-item:hover .portfolio-overlay {
    opacity: 1;
    visibility: visible;
}

.portfolio-item:hover&gt;div {
    transform: scale(1.2, 1.2) translate(15px, 15px);
    -ms-transform: scale(1.2, 1.2) translate(15px, 15px);
    -webkit-transform: scale(1.2, 1.2) translate(15px, 15px);
}

.portfolio-overlay {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.75);
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
}

.portfolio-overlay .caption {
    position: absolute;
    bottom: 20%;
    left: 0;
    padding: 0 30px;
    text-align: left;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    opacity: 0;
}

.portfolio-overlay .caption p {
    padding: 0px;
    margin: 0px;
}


.portfolio-item:hover .portfolio-overlay .caption {
    bottom: 10%;
    opacity: 1;
}

.portfolio-item h5 {
    margin-bottom: 0;
    font-weight: 800;
    color: #fff;
}

.portfolio-item span {
    color: #fff;
}


.cart_search_block .menu-divider {
    width: 1px;
    height: 18px;
    border-right: 1px solid #ddd;
    padding: 0;
    line-height: 1;
    margin: 46px 15px 0 15px;
}






/* Animated mouse */
.scroll-btn {
    width: 57px;
    display: inline-block;
    text-align: center;
    margin: 60px auto -60px;
}

.scroll-btn .weel {
    position: relative;
    display: inline-block;
    height: 22px;
    margin: 10px auto 5px;
}

.scroll-btn .mouse {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 50px;
    border: 2px solid #eee;
    border-radius: 24px;
    opacity: .75;
}

.scroll-btn .weel span {
    position: absolute;
    display: block;
    top: 0;
    left: 50%;
    width: 8px;
    height: 8px;
    margin: -14px 0 0 -4px;
    background: #fff;
    border-radius: 20px;
    -webkit-animation: scroll 3s linear infinite;
    -moz-animation: scroll 3s linear infinite;
    animation: scroll 3s linear infinite;
}

@-webkit-keyframes scroll {
    1% {
        opacity: 1;
        top: 30%;
    }

    20% {
        opacity: 1;
        top: 80%;
    }

    60% {
        opacity: 0;
        top: 80%;
    }

    100% {
        opacity: 0;
        top: 30%;
    }
}

@-moz-keyframes scroll {
    1% {
        opacity: 1;
        top: 30%;
    }

    20% {
        opacity: 1;
        top: 80%;
    }

    60% {
        opacity: 0;
        top: 80%;
    }

    100% {
        opacity: 0;
        top: 30%;
    }
}

@keyframes scroll {
    1% {
        opacity: 1;
        top: 30%;
    }

    20% {
        opacity: 1;
        top: 80%;
    }

    60% {
        opacity: 0;
        top: 80%;
    }

    100% {
        opacity: 0;
        top: 30%;
    }
}

@media (max-height: 690px) {
    .scroll-btn {
        display: none;
    }
}

/* Text rotator */
.rotating {
    display: inline-block;
}

.arrow-to-top {
    padding: 0;
    margin-bottom: 50px;
}

p.copy-info {
    margin: 35px 0;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 85%;
}


.team-block-two .list-inline&gt;li {
    padding-bottom: 10px;
    vertical-align: bottom;
}

.vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body {
    background-color: #fff !important;
}

.btn-xs {
    font-size: 10px !important;
    padding: 4px 10px;
}

.btn-border {
    border: 2px solid #fff;
    color: #fff !important;
    background-color: transparent;
}

.btn-white {
    border: 2px solid #fff;
    color: #000 !important;
    background-color: #fff;
}

.btn-lg {
    font-size: 13px !important;
    padding: 10px 35px;
}

.pagination-block {
    width: 100%;
    display: inline-blockpg;
}

.navigation.pagination {
    border-top: 1px solid #eee;
    padding: 80px 0 80px 0;
    margin: 0;
    margin-top: 80px;
    display: block;
    border-radius: 0px;
}

.pagination-line {
    border-top: 1px solid #eee;
    padding: 80px 0 80px 0;
    border-bottom: 1px solid #eee;
    margin-top: 80px;
}

.single-portfolio .pagination-line {
    margin-top: 50px;
}

.single-portfolio .content {
    padding-bottom: 0px;
}

.pager li&gt;a,
.pager li&gt;span {
    padding: 0;
    border: 0;
    font-weight: 400;
    border-radius: 0;
}

.pager li.previous i {
    font-size: 23px;
    padding-right: 3px;
    position: relative;
    top: 2px;
}

.pager li.next i {
    font-size: 23px;
    padding-left: 3px;
    position: relative;
    top: 2px;
}

.pager li&gt;a:focus,
.pager li&gt;a:hover {
    text-decoration: none;
    background-color: transparent;
}

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

/* Carousel */
.carousel-control {
    width: 8%;
    color: #000;
    text-shadow: 0 0 2px rgba(255, 255, 255, 0.9);
}

.carousel-control:focus,
.carousel-control:hover {
    color: #000;
    text-shadow: 0 0 2px rgba(255, 255, 255, 0.9);
    opacity: 0.5;
}

.carousel-control.left,
.carousel-control.right {
    background-image: none;
    filter: none;
}

#carousel-intro .carousel-control {
    color: #fff;
    text-shadow: 0 0 2px rgba(255, 255, 255, 0.9);
}

#carousel-intro .carousel-control:focus,
#carousel-intro .carousel-control:hover {
    color: #fff;
    text-shadow: 0 0 2px rgba(255, 255, 255, 0.9);
    opacity: 0.5;
}

@media (max-width: 991px) {
    .carousel-big .carousel-control {
        display: none;
    }
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 9;
}

@media all and (transform-3d),
(-webkit-transform-3d) {

    .carousel-fade .carousel-inner&gt;.item.next,
    .carousel-fade .carousel-inner&gt;.item.active.right,
    .carousel-fade .carousel-inner&gt;.item.prev,
    .carousel-fade .carousel-inner&gt;.item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .carousel-fade .carousel-inner&gt;.item.next.left,
    .carousel-fade .carousel-inner&gt;.item.prev.right,
    .carousel-fade .carousel-inner&gt;.item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.carousel-indicators {
    bottom: -60px;
}

.indicators-inside {
    bottom: 7px;
}

#carousel-intro .carousel-indicators {
    bottom: 30px;
}

.carousel-indicators .active {
    width: 16px;
    height: 16px;
    margin: 0 5px 0;
}

.carousel-indicators li {
    width: 16px;
    height: 16px;
    margin: 0 5px 0;
    background-color: #666;
    border: 0;
}

.carousel-indicators .active {
    background-color: #999;
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
    font-family: sans-serif;
    font-size: 50px;
}

.carousel .item,
.carousel-inner {
    height: 100vh;
}

.fill {
    display: table;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

.carousel-control .icon-next:before {
    font-family: "ionicons";
    content: "\f3d3";
}

.carousel-control .icon-prev:before {
    font-family: "ionicons";
    content: "\f3d2";
}

.vc_parallax .vc_parallax-inner {
    background-repeat: no-repeat !important;
    background-position: 50% 50% !important;
}


.dark-mode {
    color: #fff !important;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.dark-mode a {
    color: #fff;
}

.dark-mode i {
    color: #fff !important;
}

.dark-mode .hi-icon {
    color: #fff !important
}

.dark-mode .wpcf7-form-control {
    border-color: #18191B;
}

.dark-mode input {
    background: #18191B
}

.dark-mode textarea {
    background: #18191B
}

.dark-mode .wpcf7-submit {
    padding: 10px 35px !important;
    font-size: 13px !important;
}

@media (max-width: 1200px) and (min-width: 991px) {
    .progress-circle .circle {
        margin: 0 25px;
    }

    .promo-block&gt;p {
        padding: 0 100px;
    }

    .quote-block {
        padding: 0 150px;
    }

    .video-block {
        padding: 0 150px;
    }

    .testimonials-caption {
        padding: 20px 150px 30px 150px;
    }

    .post-set.left-image-post.sticky.no-thumbnail .content-block {
        width: 100%;
    }

    .post-set.left-image-post .post-thumbnail {
        width: 300px;
    }

    .post-set.left-image-post .content-block {
        width: 286px;
    }
}

@media (max-width: 991px) {
    .post-set.left-image-post.sticky.no-thumbnail .content-block {
        width: 100%;
    }

    .resp-marg-50 {
        margin-top: 50px;
    }

    .wpb_text_column,
    .promo-block {
        text-align: center;
    }

    .wpb_column.text-right {
        text-align: center;
    }

    .vc_parallax .vc_parallax-inner {
        background-repeat: no-repeat !important;
        background-position: 50% 50% !important;
    }

    .no-sidebar .post-set.universal_mas_item {
        width: 50%
    }

    p {
        margin: 0 0 15px;
    }

    .promo-block&gt;p {
        padding: 0px;
    }

    .vc_parallax .vc_parallax-inner {
        background-repeat: repeat !important;
        background-position: 50% 0 !important;
    }

    .testimonials-caption {
        padding: 20px 100px 30px 100px;
    }

    .wpb_column {
        text-align: center;
    }

    .team-image img {
        display: block;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .progress-circle .circle {
        margin: 0 30px;
    }

    .quote-block {
        padding: 0 50px;
    }

    .video-block {
        padding: 0 50px;
    }

    .post-set.left-image-post .post-thumbnail {
        width: 310px;
    }

    .post-set.left-image-post .content-block {
        width: 380px;
    }
}


@media (max-width: 767px) {
    .post-set.left-image-post .post-thumbnail {
        width: 100%;
    }

    .post-set.left-image-post .content-block {
        margin-left: 0px;
        margin-top: 30px;
        width: 100%;
    }

    .left-image-post.has-post-thumbnail .post-thumbnail .post-hover a {
        height: 350px;
    }

    .no-sidebar .post-set.universal_mas_item {
        width: 50%
    }

    .testimonials-caption {
        padding: 20px 50px 30px 50px;
    }

    .footer-area-cont {
        text-align: center;
    }

    .footer-area-cont .text-right {
        text-align: center;
    }

    .team-image img {
        display: block;
        margin-right: auto;
        margin-left: auto;
    }

    .intro h1 {
        font-size: 48px;
        line-height: 48px;
    }

    .quote-block {
        padding: 0px;
    }

    .video-block {
        padding: 0px;
    }
}

@media (max-width: 480px) {
    .tag_line_title {
        font-size: 40px;
        line-height: 40px;
    }

    .no-sidebar .post-set.universal_mas_item {
        width: 100%
    }

    .left-image-post.has-post-thumbnail .post-thumbnail .post-hover a {
        height: 250px;
    }

    .footer-copyright {
        border: none;
    }

    .cart_search_block {
        display: none;
    }

    .testimonials-caption {
        padding: 20px 0px 30px 0px;
    }

    .intro h1 {
        font-size: 30px;
        line-height: 40px;
    }
}</pre></body></html>