/*
Theme Name: Photolio
Theme URI: http://themeforest.net/item/photolio-photography-portfolio-wordpress-theme/2058432
Author: kotofey
Author URI: http://www.themeforest.net/user/kotofey
Description: Photography Theme for WordPress
Version: 2.1.2
License: GNU General Public License
License URI: license.txt
Tags: photography, portfolio, grid-layout, one-column, two-columns, left-sidebar, right-sidebar, custom-colors, custom-logo, custom-menu, featured-images, sticky-post, theme-options, threaded-comments, translation-ready, block-styles
Text Domain: photolio
*/
@font-face {
    /*font-family: 'GnuolaneFree';*/
    src: url("css/fonts/gnuolane-webfont.eot");
    src: url("css/fonts/gnuolane-webfontd41d.eot?#iefix") format("embedded-opentype"), url("css/fonts/gnuolane-webfont.woff") format("woff"), url("css/fonts/gnuolane-webfont.ttf") format("truetype"), url("css/fonts/gnuolane-webfont.svg#GnuolaneFree") format("svg");
    font-weight: normal;
    font-style: normal;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr,
.wp-block-separator {
    background-color: currentColor;
    border: 0;
    height: 2px;
    max-width: 100%;
    margin: 2.6rem auto 2.6rem 0;
    clear: both;
}

hr:not(.is-style-wide):not(.is-style-dots),
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
    max-width: 60px;
}

hr.is-style-dots,
.wp-block-separator.is-style-dots {
    margin: 2.6rem auto;
}

hr.is-style-dots:before,
.wp-block-separator.is-style-dots:before {
    color: inherit;
    font-weight: bold;
}

hr.is-style-wide,
.wp-block-separator.is-style-wide {
    margin: 2.6rem auto;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

/**
 * 12.2 - Defaul Wordpress Galleries
 */
.gallery {
    margin: 0 -15px 1.75em;
}

.gallery-item {
    display: inline-block;
    max-width: 33.33%;
    padding: 0 15px;
    /*text-align: center;*/
    vertical-align: top;
    width: 100%;
    margin: 0 0 30px 0;
}

.gallery-columns-1 .gallery-item {
    max-width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-icon img {
    margin: 0 auto;
}

.gallery-caption {
    color: currentColor;
    display: block;
    font-size: 13px;
    font-style: italic;
    padding-top: 10px;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}

/* Global properties ======================================================== */
body {
    font-family: "Century Gothic";
    font-size: 14px;
    line-height: 1.5;
    color: #f1f1f1;
    background-color: #232323;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

@media (min-width: 768px) {
    body {
        font-size: 13px;
        line-height: 1.1;
    }
}

body.menu-is-opened {
    overflow: hidden;
}

body.theme-light {
    color: #000;
    background-color: #ffffff;
}

* {
    box-sizing: border-box;
}

a {
    color: #f3f3f3;
    outline: medium none;
    text-decoration: none;
    transition: color 0.2s ease;
}

.theme-light a {
    color: #000;
}

a:hover {
    color: #ffffff;
    text-decoration: none;
}

.theme-light a:hover {
    color: #0956f0;
}

.blog-entry p > a, .page-entry p > a {
    color: rgb(0, 166, 81);
}

.theme-light .blog-entry p > a, .theme-light .page-entry p > a {
    color: #0956f0;
}

.sidebar a {
    text-decoration: none;
}

.nivoSlider, ul#thumb-list li, .post-navigation .prev-l, .post-navigation .next-l, .post-navigation .totop, button, input.submit, input[type="submit"], input[type="reset"], input[type="button"] {
    transition: background-color 0.1s ease, color 0.1s ease;
}

h1, h2, h3, h4, h5, h6 {
    /*font-family: 'GnuolaneFree', sans-serif;*/
    font-weight: 400;
    margin: 1.2em 0 0.8em;
    color: #fff;
    line-height: 1.4;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.theme-light h1, .theme-light h2, .theme-light h3, .theme-light h4, .theme-light h5, .theme-light h6 {
    color: #000;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
    margin-top: 0;
}

h1 {
    font-size: 35px;
}

h2 {
    font-size: 27px;
}

h2.blog-title {
    margin-bottom: 6px;
    margin-top: 20px;
}

h3 {
    font-size: 19px;
}

.sidebar h3 {
    margin-bottom: 10px;
}

h4 {
    font-size: 17px;
}

h5 {
    font-size: 15px;
}

h6 {
    font-size: 14px;
}

abbr[title],
acronym[title],
dfn[title] {
    cursor: help;
}

p,
ol,
ul {
    margin: 0;
}

p:last-child,
ol:last-child,
ul:last-child {
    margin-bottom: 0;
}

p:empty,
ol:empty,
ul:empty {
    display: none;
}

ol,
ul {
    line-height: 1.7;
    padding-left: 1.25em;
    margin: 0 0 1.253rem 0;
}

ol > li ol, ol > li ul,
ul > li ol,
ul > li ul {
    padding-left: 1.25em;
    margin-bottom: 0;
}

ol:last-child,
ul:last-child {
    margin-bottom: 0;
}

img {
    max-width: 100%;
    height: auto;
}

/* Global Structure ============================================================= */
.menu-wrapper {
    display: flex;
    flex-direction: column;
    position: relative;
    top: 25px;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    transition: top .4s ease;
}

@media (min-width: 1025px) {
    .menu-wrapper {
        left: 50px;
        margin: 0;
    }
}

@media (max-width: 1000px) {
    .menu-wrapper {
        top: 0;
        padding: 20px 15px;
        background-color: inherit;
        flex-direction: row;
        justify-content: space-between;
        align-items: baseline;
    }
}

@media (min-width: 1100px) {
    .page-template-template-homepage-php .menu-wrapper {
        position: fixed;
        top: 35%;
    }
}

.menu-wrapper .site-logo-wrapper {
    position: relative;
    line-height: 1;
}

@media (min-width: 1025px) {
    .page-template-template-homepage .menu-wrapper .site-logo-wrapper {
        transform: translate3d(-100%, 0, 0);
    }

    .customize-partial-edit-shortcuts-shown.page-template-template-homepage .menu-wrapper .site-logo-wrapper {
        transform: translate3d(0, 0, 0);
    }
}

.menu-wrapper .site-logo-wrapper a {
    display: inline-block;
    padding: 10px;
    border-radius: 5px 5px 0px 0px;
    background-color: #fff600;
}

@media (max-width: 1000px) {
    .menu-wrapper .site-logo-wrapper a {
        border-radius: 0;
    }
}

.no-logo-bg .menu-wrapper .site-logo-wrapper a, .theme-light.no-logo-bg .menu-wrapper .site-logo-wrapper a {
    background-color: transparent;
    padding: 10px 0;
    border-radius: 0;
}

.theme-light .menu-wrapper .site-logo-wrapper a {
    background-color: #0956f0;
}

.menu-wrapper .site-logo-wrapper a#logo--text {
    font-size: 20px;
    color: #000;
    text-decoration: none;
}

.no-logo-bg .menu-wrapper .site-logo-wrapper a#logo--text {
    padding: 0;
    margin-bottom: 10px;
}

.menu-wrapper .site-logo-wrapper img {
    display: block;
    max-width: 100%;
    height: auto;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    .menu-wrapper .site-logo-wrapper img {
        display: none;
    }
}

.menu-wrapper .site-logo-wrapper img.site-logo-img2x {
    display: none;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    .menu-wrapper .site-logo-wrapper img.site-logo-img2x {
        display: block;
    }
}

.sticky .sticky-post {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    padding: 4px;
    background-color: #fff600;
    color: #111;
}

.theme-light .sticky .sticky-post {
    background-color: #0956f0;
    color: #fff;
}

.mySlogandiv{
    display: flex;
    padding-top: 60px;
    justify-content: center;
}
.myStartBigDiv {
    display: flex;
    justify-content: center;
}

.main-nav {
    display: none;
    position: relative;
    top: -2px;
    font-size: 16px;
    /*font-family: 'GnuolaneFree', sans-serif;*/
    text-transform: uppercase;
}

@media (min-width: 1000px) {
    .main-nav {
        display: block;
    }
}

.main-nav ul {
    display: flex;
    padding-left: 0;
}

@media (min-width: 1025px) {
    .page-template-template-homepage .main-nav ul:not(.sub-menu) > li {
        transform: translate3d(-1000px, 0, 0);
    }
}

.main-nav li {
    display: inline-block;
    position: relative;
}

.main-nav li:hover > .sub-menu {
    transition: opacity .4s ease .015s, visibility .01s ease;
    visibility: visible;
    opacity: 1;
}
.main-nav li:hover > .sub-ch-menu {
    display: block;
    /*transition: opacity .4s ease .015s, visibility .01s ease;*/
    visibility: visible;
    opacity: 1;
}

.main-nav li:first-child {
    margin: 0;
}

.main-nav li a {
    display: block;
    text-decoration: none;
    line-height: 22px;
    padding: 5px 10px 2px 10px;
    color: #fff;
    background-color: #111;
    transition: color .2s ease, background-color .2s ease;
}

.theme-light .main-nav li a {
    background-color: #fff;
    color: #111;
}

.theme-light .main-nav li a:hover {
    background-color: #0956f0;
    color: #fff;
}

.main-nav li a:hover {
    background-color: #fff600;
    color: #111;
}

.main-nav li.current-menu-parent:not(.menu-item-home) > a, .main-nav li.current-menu-ancestor:not(.menu-item-home) > a, .main-nav li.current-menu-item:not(.menu-item-home) > a {
    background-color: #fff600;
    color: #111;
}

.theme-light .main-nav li.current-menu-parent:not(.menu-item-home) > a, .theme-light .main-nav li.current-menu-ancestor:not(.menu-item-home) > a, .theme-light .main-nav li.current-menu-item:not(.menu-item-home) > a {
    background-color: #0956f0;
    color: #fff;
}

/*.main-nav .sub-menu {*/
/*    display: flex;*/
/*    visibility: hidden;*/
/*    opacity: 0;*/
/*    margin: 0;*/
/*    position: absolute;*/
/*    width: 800px;*/
/*    transition: opacity .4s ease, visibility .01s ease .4s;*/
/*}*/
.main-nav .sub-ch-menu {
    display: flex;
    visibility: hidden;
    opacity: 0;
    margin: 0;
    position: absolute;
    width: 215px;
    transition: opacity .4s ease, visibility .01s ease .4s;
    z-index: 100;
}

.main-nav .sub-menu {
    display: flex;
    visibility: hidden;
    opacity: 0;
    margin: 0;
    position: absolute;
    width: 215px;
    transition: opacity .4s ease, visibility .01s ease .4s;
    z-index: 100;
    flex-direction: column;
}

.main-nav .sub-menu li {
    position: relative;
    display: inline-block;
}

.main-nav .sub-menu li a {
    font-size: 13px;
}

.container,
.content {
    margin: 0;
    padding: 25px;
    position: relative;
    background-color: rgba(0, 0, 0, 0.88);
    width: 100%;
    max-width: 1000px;
}

@media (max-width: 767px) {
    .container,
    .content {
        padding: 25px 15px;
    }
}

@media (min-width: 1024px) {
    .container,
    .content {
        margin: 80px auto;
    }
}

@media (min-width: 1028px) {
    .container,
    .content {
        margin: 80px 0;
        transition: transform 0.4s cubic-bezier(0.79, 0.35, 0.52, 0.99);
        transform: translate3d(-100%, 0, 0);
    }

    .elementor-editor-active .container, .kk-show-content .container, .elementor-editor-active
    .content, .kk-show-content
    .content {
        transform: translate3d(50px, 0, 0);
    }
}

.theme-light .container, .theme-light
.content {
    background-color: rgba(255, 255, 255, 0.95);
}

.container:after,
.content:after {
    content: '';
    display: table;
    clear: both;
}

.inner-content {
    width: 100%;
}

@media (min-width: 1100px) {
    .inner-content {
        width: calc(100% - 250px);
        float: left;
    }
}

.no-sidebar .inner-content {
    width: 100%;
    float: none;
}

.left-sidebar .inner-content {
    float: right;
}

.block div {
    background: none repeat scroll 0 0 #000000;
    height: 50px;
    position: absolute;
    width: 50px;
    z-index: 10;
}

.top-wrapper {
    position: relative;
}

.sidebar {
    width: 100%;
    display: block;
    font-size: 12px;
    position: relative;
    margin: 50px 0 0 0;
}

@media (min-width: 1024px) {
    .sidebar {
        width: 210px;
        float: right;
        margin: 0;
    }

    .left-sidebar .sidebar {
        float: left;
    }
}

.sidebar ul,
.sidebar ol {
    list-style: none;
    padding-left: 0;
    line-height: 1.84em;
}

.sidebar ul li,
.sidebar ol li {
    padding: 4px 0 4px 12px;
    border-top: 1px dotted #303030;
    background: url(images/menu-arr.gif) no-repeat left 11px transparent;
}

.theme-light .sidebar ul li, .theme-light
.sidebar ol li {
    border-color: #c5c5c5;
}

.sidebar ul li:last-child,
.sidebar ol li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.sidebar .logo a {
    background: none;
}

.portfolio-entry, .blog-entry {
    overflow: hidden;
}

.page-entry {
    margin-bottom: 40px;
}

.page-entry > * {
    max-width: 100%;
}

.page-entry:last-child {
    margin-bottom: 0;
}

.flickr_badge_image, .widget-img {
    margin: 0 0 5px 0;
    display: inline-block;
    padding: 0 5px;
    width: 33.33%;
}

.flickr_badge_image a, .widget-img a {
    padding-bottom: 90% !important;
    position: relative;
    display: block;
}

.flickr_badge_image img, .widget-img img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
}

.kk-portfolio-widget {
    margin: 0 -5px;
}

.sidebar .widget {
    margin-bottom: 40px;
}

.bottom10 {
    padding-bottom: 10px;
}

.slider-wrapper {
    margin-bottom: 30px;
    position: relative;
}

.related-portfolio-works {
    position: relative;
    width: 100%;
    margin-top: 30px;
}

.related-portfolio-works ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    position: relative;
    margin: 0 -8px;
    padding: 0;
}

.related-portfolio-works ul li {
    padding: 0 8px;
    width: 33.33%;
    display: block;
    position: relative;
}

@media (max-width: 767px) {
    .related-portfolio-works ul li {
        width: 100%;
        margin-bottom: 15px;
    }
}

.meta {
    font-size: 11px;
    padding: 0 10px;
}

.divider {
    margin: 30px auto;
    width: 50%;
}

.divider.is-style-wide {
    width: 100%;
}

.mbottom10 {
    margin-bottom: 10px;
}

#progress-bar {
    background-color: #fff600;
    height: 2px;
}

.theme-light #progress-bar {
    background-color: #0956f0;
}

.kktfwp-footer {
    font-size: 11px;
    background-color: #111;
    color: #999;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

@media (max-width: 768px) {
    .kktfwp-footer {
        font-size: 12px;
        position: relative;
    }

    .page-template-template-homepage .kktfwp-footer, .gallery-full .kktfwp-footer {
        position: fixed;
    }
}

.kktfwp-footer .footer-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline;
    padding: 12px 16px;
    right: 0;
}

@media (max-width: 767px) {
    .kktfwp-footer .footer-wrapper {
        flex-direction: column-reverse;
        text-align: center;
    }
}

.theme-light .kktfwp-footer {
    background-color: #fff;
    color: #111;
}

.kktfwp-footer a {
    text-decoration: none;
    color: #cbcbcb;
    transition: color .2s ease;
}

.theme-light .kktfwp-footer a {
    color: #000;
}

.kktfwp-footer a:hover {
    color: #fff600;
}

.theme-light .kktfwp-footer a:hover {
    color: #0956f0;
}

.kktfwp-footer .copyrights,
.kktfwp-footer .footer-menu {
    max-width: 50%;
}

@media (max-width: 767px) {
    .kktfwp-footer .copyrights,
    .kktfwp-footer .footer-menu {
        max-width: 100%;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .kktfwp-footer .footer-menu {
        margin-bottom: 10px;
    }
}

.kktfwp-footer .footer-menu ul {
    list-style: none;
    padding: 0;
}

.kktfwp-footer .footer-menu ul li {
    display: inline-block;
    margin: 0 6px;
}

.kktfwp-footer .footer-menu ul li:last-child {
    margin-right: 0;
}

#supersized-loader {
    background: url(images/bg_preloader.gif) no-repeat scroll center center transparent;
    bottom: 55px;
    height: 12px;
    left: 15px;
    position: fixed;
    width: 80px;
    z-index: 999;
}

.page-title {
    position: relative;
    padding: 0 0 20px;
    margin-bottom: 40px;
    border-bottom: 1px dotted #676767;
}

.page-template-template-portfolio-php:not(.no-filter) .page-title {
    margin-bottom: 0;
}

.page-title h1 {
    font-size: 60px;
    font-weight: 400;
    line-height: 1em;
    text-transform: uppercase;
    margin: 0;
}

@media (max-width: 1026px) {
    .page-title h1 {
        font-size: calc(2rem + 0.78125vw);
        line-height: 1.2em;
    }
}

.theme-light .page-title {
    border-color: #c5c5c5;
}

.page-title:after {
    content: '';
    border-bottom: 1px dotted #676767;
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 1px;
}

.theme-light .page-title:after {
    border-color: #c5c5c5;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.blog-thumb-audio {
    margin: 0 0 20px;
    position: relative;
}

.blog-thumb {
    margin: 0 0 20px;
    position: relative;
    overflow: hidden;
}

.blog-thumb > figure {
    padding-bottom: 50%;
    position: relative;
    display: block;
}

.blog-thumb a {
    padding-bottom: 50%;
    position: relative;
    border: 4px solid #232323;
    display: block;
    transition: border-color .2s linear;
}

.blog-thumb a:hover {
    border-color: #ffffff;
}

.theme-light .blog-thumb a:hover {
    border-color: #0956f0;
}

.blog-thumb a:hover > .over-more {
    transform: translate3d(0, 0, 0);
}

.theme-light .blog-thumb a {
    border-color: #eaeaea;
}

.blog-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
}

.blog-thumb img.responsively-lazy-img {
    opacity: 0;
}

.blog-thumb img.responsively-loaded {
    opacity: 1;
}

.blog-thumb iframe {
    max-width: 100%;
}

.img-loading {
    background-color: rgba(123, 123, 123, 0.1);
}

.portfolio-linked-works .img-loading {
    background-color: transparent;
}

.img-loading img {
    transition: opacity 1s ease;
    opacity: 0;
    display: block;
}

.img-loading img.responsively-loaded {
    opacity: 1;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    /* 16/9 ratio */
    height: 0;
    overflow: hidden;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.blog-meta {
    font-size: 11px;
    margin-bottom: 15px;
    position: relative;
    color: #999;
}

.theme-light .blog-meta {
    color: #666;
}

.blog-meta a {
    text-decoration: none;
}

.post {
    position: relative;
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px dotted #676767;
}

.theme-light .post {
    border-color: #c5c5c5;
}

.portfolio-content {
    position: relative;
    font-size: 13px;
    overflow: hidden;
}

.blog-title a {
    text-decoration: none;
}

.quote-text {
    font-size: 27px;
    line-height: 1.4;
}

.quote-source {
    position: relative;
    top: -15px;
}

.filter {
    position: relative;
    /*font-family: 'GnuolaneFree', sans-serif;*/
    font-size: 15px;
    text-transform: uppercase;
    border-bottom: 1px dotted #676767;
    margin-bottom: 40px;
    padding: 10px 0;
}

.filter:after {
    content: '';
    border-bottom: 1px dotted #676767;
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 1px;
}

.theme-light .filter:after {
    border-color: #c5c5c5;
}

.filter ul {
    list-style: none;
    padding: 0;
}

.filter ul li {
    display: inline-block;
}

.filter a {
    padding: 4px 8px 0;
    display: block;
    transition: color .2s ease, background-color .2s ease;
}

.filter a.active, .filter a:hover {
    background-color: #ffffff;
    color: #111;
    text-decoration: none;
}

.theme-light .filter a.active, .theme-light .filter a:hover {
    background-color: #0956f0;
    color: #fff;
}

.portfolio-wrapper {
    position: relative;
}
.portfolio-wrapper-team {
    position: relative;
}

.portfolio-wrapper .isotope-container {
    margin: 0 -8px;
    padding: 0;
    position: relative;
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    transition: height .6s ease;
}
.portfolio-wrapper-team .isotope-container {
    margin: 0 -8px;
    padding: 0;
    position: relative;
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    transition: height .6s ease;
}

.portfolio-wrapper .portfolio-item {
    width: 100%;
    padding: 0 8px;
    margin-bottom: 16px;
    display: block;
    position: relative;
}
.portfolio-wrapper-team .portfolio-item-team {
    width: 100%;
    padding: 0 20px;
    margin-bottom: 16px;
    display: block;
    position: relative;
}

@media (min-width: 768px) {
    .portfolio-wrapper .portfolio-item {
        width: 33.3333%;
    }
    .portfolio-wrapper-team .portfolio-item-team {
        width: 23.3333%;
    }
}

.myIsotopContainer{
    display: flex;
    justify-content: center;
}

.portfolio-wrapper .portfolio-item a {
    /*padding-bottom: 70%;*/
    position: relative;
}

.portfolio-wrapper .portfolio-item a img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-magic,
.gallery-wrapper {
    position: relative;
    margin: 0 -8px;
    display: flex;
    flex-wrap: wrap;
}

.gallery-magic .gallery-thumb-wrapper,
.gallery-wrapper .gallery-thumb-wrapper {
    width: 100%;
    padding: 0 8px;
    margin-bottom: 16px;
    display: block;
    position: relative;
}

@media (min-width: 768px) {
    .gallery-magic .gallery-thumb-wrapper,
    .gallery-wrapper .gallery-thumb-wrapper {
        width: 50%;
    }
}

@media (min-width: 768px) {
    .gallery-magic[data-gallery-layout='3'] .gallery-thumb-wrapper,
    .gallery-wrapper[data-gallery-layout='3'] .gallery-thumb-wrapper {
        width: 33.3333%;
    }

    .gallery-magic[data-gallery-layout='3'] .lazy-img,
    .gallery-wrapper[data-gallery-layout='3'] .lazy-img {
        padding-bottom: 70%;
    }

    .gallery-magic[data-gallery-layout='4'] .gallery-thumb-wrapper,
    .gallery-wrapper[data-gallery-layout='4'] .gallery-thumb-wrapper {
        width: 25%;
    }

    .gallery-magic[data-gallery-layout='4'] .lazy-img,
    .gallery-wrapper[data-gallery-layout='4'] .lazy-img {
        padding-bottom: 74%;
    }

    .gallery-magic[data-gallery-layout='5'] .gallery-thumb-wrapper,
    .gallery-wrapper[data-gallery-layout='5'] .gallery-thumb-wrapper {
        width: 20%;
    }

    .gallery-magic[data-gallery-layout='5'] .lazy-img,
    .gallery-wrapper[data-gallery-layout='5'] .lazy-img {
        padding-bottom: 74%;
    }
}

.gallery-thumb,
.portfolio-thumb {
    overflow: hidden;
}

.myBlogsTitleDiv{
    display: flex;
    width: 100%;
    justify-content: center;
}
.myProductTitleDiv{
    padding-bottom: 5px;
    display: flex;
    width: 100%;
    justify-content: center;
}

.gallery-thumb a,
.portfolio-thumb a {
    position: relative;
    border: 2px solid  rgb(0, 166, 81);
    display: block;
    transition: border-color .2s linear;
}
.portfolio-thumb-team a {
    position: relative;
    border: 4px solid  white;
    display: block;
    transition: border-color .2s linear;
}

.gallery-thumb a:hover,
.portfolio-thumb a:hover {
    border-color: #ffffff;
}

.theme-light .gallery-thumb a:hover, .theme-light
.portfolio-thumb a:hover {
    border-color: #0956f0;
}

.gallery-thumb a:hover > .over-more,
.gallery-thumb a:hover > .over-more-title,
.portfolio-thumb a:hover > .over-more,
.portfolio-thumb a:hover > .over-more-title {
    transform: translate3d(0, 0, 0);
}

.theme-light .gallery-thumb a, .theme-light
.portfolio-thumb a {
    border-color: #eaeaea;
}

.lazy-img:not(.kktfwp-bgImage) {
    padding-bottom: 66%;
    position: relative;
}
.lazy-img-team:not(.kktfwp-bgImage) {
    padding-bottom: 110%;
    position: relative;
}

.lazy-img:not(.kktfwp-bgImage) img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.lazy-img-team:not(.kktfwp-bgImage) img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lazy-img:not(.kktfwp-bgImage):before {
    content: '';
    position: absolute;
    height: 20px;
    width: 20px;
    transition: transform .3s ease, opacity .1s ease;
    top: 50%;
    left: 50%;
    margin: -10px 0 0 -10px;
    z-index: 100;
    border: 1px solid currentColor;
    border-radius: 50%;
    border-top-color: transparent;
    border-bottom-color: transparent;
    animation: kktfwpSpinner .6s linear infinite;
    user-select: none;
    opacity: 1;
}

.theme-light .lazy-img:not(.kktfwp-bgImage):before {
    border-right-color: #898989;
    border-left-color: #898989;
}


.theme-light .lazy-img:not(.kktfwp-bgImage):after {
    background-color: #f1f1f1;
}
.theme-light .lazy-img-team:not(.kktfwp-bgImage):after {
    background-color: #f1f1f1;
}

.lazy-img:not(.kktfwp-bgImage).spiner-off:after {
    transform: scale3d(0, 1, 1);
}

.lazy-img:not(.kktfwp-bgImage).spiner-off:before {
    opacity: 0;
    animation-play-state: paused;
}

@keyframes kktfwpSpinner {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.over-more {
    bottom: -4px;
    background-color: #fff600;
    color: #111;
    right: -4px;
    display: block;
    font-size: 11px;
    padding: 4px 7px;
    position: absolute;
    transform: translate3d(110%, 0, 0);
    transition: transform .2s ease;
}

.theme-light .over-more {
    background-color: #0956f0;
    color: #fff;
}

.over-more-title {
    top: -4px;
    background-color: #fff600;
    color: #111;
    left: -4px;
    display: block;
    font-size: 11px;
    padding: 4px 7px;
    position: absolute;
    transform: translate3d(-110%, 0, 0);
    transition: transform .2s ease;
}

.theme-light .over-more-title {
    background-color: #0956f0;
    color: #fff;
}

.related ul li {
    float: left;
    margin: 0 15px 15px 0;
    text-align: center;
    width: 173px;
    padding: 0;
}

.portfolio-thumb,
.gallery-thumb-wrapper {
    margin: 0;
    position: relative;
    height: auto;
    overflow: hidden;
}
.portfolio-thumb-team{
    margin: 0;
    position: relative;
    height: auto;
    overflow: hidden;
}

.single-portfolio .portfolio-thumb, .single-portfolio
.gallery-thumb-wrapper {
    margin: 0 0 30px 0;
}

input,
textarea {
    background: inherit;
    border: 1px solid #676767;
    color: inherit;
    padding: 10px;
    width: auto;
    margin-bottom: 15px;
    font-size: 13px;
}

@media (max-width: 767px) {
    input,
    textarea {
        width: 100%;
    }
}

.theme-light input, .theme-light
textarea {
    border-color: #c5c5c5;
}

input:focus,
textarea:focus {
    background: #ffffff;
    border: 1px solid #d0d0d0;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2) inset;
    color: #555;
}

#searchform input, #searchform
textarea {
    width: 100%;
}

input[type='checkbox'] {
    width: auto;
}

div.wpcf7 textarea {
    min-width: 500px;
}

@media (max-width: 767px) {
    div.wpcf7 textarea {
        width: 100%;
        min-width: 100%;
    }
}

div.wpcf7 .ajax-loader {
    visibility: hidden;
    background: none;
    display: inline-block;
    width: 22px;
    height: 22px;
    padding: 0;
    margin: 0 0 0 20px;
    vertical-align: middle;
    border: 1px solid currentColor;
    border-left-color: transparent;
    border-right-color: transparent;
    border-radius: 50%;
    animation: kktfwpSpinner linear .6s infinite;
}

.wpcf7-form div.wpcf7-response-output {
    padding: 10px 20px;
    margin: 20px 0;
}

input.wpcf7-not-valid {
    border-color: #da1414;
}

.wpcf7-form span.wpcf7-not-valid-tip {
    position: absolute;
    right: -8px;
    top: -20px;
    z-index: 5;
    font-size: 11px;
    background-color: #da1414;
    color: #fff;
    padding: 0px 4px;
}

#respond textarea {
    padding: 10px 10px 10px 10px;
    width: 100%;
    height: 140px;
}

.comment-reply-title small {
    float: right;
    font-family: Arial, sans-serif;
    font-size: 13px;
}

.comment-input {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.comment-input input {
    width: 32%;
}

@media (max-width: 767px) {
    .comment-input input {
        width: 100%;
    }
}

#wp-comment-cookies-consent {
    margin: 0 5px 0 0;
}

.commentlist {
    margin: 30px 0;
    padding-left: 0;
}

.commentlist .trackback,
.commentlist .pingback {
    list-style: none;
}

#respond h3, #comments h3 {
    margin-bottom: 20px;
}

#comments-wrapper {
    font-size: 13px;
    position: relative;
    margin: 50px 0 0 0;
    clear: both;
}

#comments-wrapper #respond ul,
#comments-wrapper #respond ol {
    padding-left: 0;
}

#comments-wrapper .no-comments {
    font-size: 16px;
    font-weight: bold;
}

select {
    padding: 4px 2px;
    max-width: 100%;
    width: auto;
}

.comment-reply-link {
    text-decoration: underline;
}

.comment-reply-link:hover {
    text-decoration: none;
}

button,
input.submit,
input[type=submit],
input[type=reset],
input[type=button] {
    border: none;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    margin: 0;
    padding: 10px;
    text-decoration: none;
    width: auto;
    background: #555;
    color: #fff;
    transition: color .2s ease, background-color .2s ease;
}

@media (max-width: 767px) {
    button,
    input.submit,
    input[type=submit],
    input[type=reset],
    input[type=button] {
        width: 100%;
    }
}

button:hover,
input.submit:hover,
input[type=submit]:hover,
input[type=reset]:hover,
input[type=button]:hover {
    background-color: #fff600;
    color: #111;
}

.theme-light button:hover, .theme-light
input.submit:hover, .theme-light
input[type=submit]:hover, .theme-light
input[type=reset]:hover, .theme-light
input[type=button]:hover {
    background-color: #0956f0;
    color: #fff;
}

.page-content .sendError {
    margin-bottom: 20px;
    color: red;
    list-style: none;
    margin-left: 0;
}

.sendError p {
    color: red;
}

.contactForm label {
    display: block;
}

.contactForm textarea {
    width: 97%;
    height: 180px;
}

.comment-wrapper {
    padding-top: 20px;
    border-bottom: 1px dotted #303030;
    padding-bottom: 20px;
    list-style: none;
}

.comment-wrapper:last-child {
    border: none;
}

.theme-light .comment-wrapper {
    border-color: #c5c5c5;
}

.comment-text {
    position: relative;
    margin-left: 55px;
}

.comment-respond {
    margin: 30px 0;
}

.comment-info {
    margin: 0 15px 0 0;
}

.comment-info img {
    width: 45px;
    height: 45px;
    max-width: 45px;
    float: left;
    margin: 0 10px 5px 0;
}

.bypostauthor .comment-info img {
    border: 2px solid #fff600;
}

.theme-light .bypostauthor .comment-info img {
    border-color: #0956f0;
}

.comment-navigation {
    margin: 20px 0;
}

.response-info {
    font-size: 12px;
    margin: 0 0 10px 0;
}

#comments-wrapper .children {
    margin-left: 50px;
    list-style: none;
    padding-left: 0;
}

@media (max-width: 767px) {
    #comments-wrapper .children {
        margin-left: 0;
    }
}

.comment-author {
    font-size: 13px;
    font-weight: bold;
}

.pagination {
    position: relative;
    font-size: 12px;
    line-height: 1.9;
    clear: both;
}

.pagination a,
.pagination span {
    display: inline-block;
    margin: 0 2px;
    padding: 2px 10px;
    text-decoration: none;
    width: auto;
    color: #fff;
    background: #555;
    transition: color .2s ease, background-color .2s ease;
}

.pagination a:first-child,
.pagination span:first-child {
    margin-left: 0;
}

.pagination a.current, .pagination a:hover,
.pagination span.current,
.pagination span:hover {
    background-color: #ffffff;
    color: #111;
}

.theme-light .pagination a.current, .theme-light .pagination a:hover, .theme-light
.pagination span.current, .theme-light
.pagination span:hover {
    background-color: #0956f0;
    color: #fff;
}

.post-navigation {
    bottom: 0;
    display: block;
    right: -40px;
    position: absolute;
    transition: bottom .15s ease;
    background-color: #000;
}

@media (max-width: 1000px) {
    .post-navigation {
        display: none;
    }
}

.theme-light .post-navigation {
    background-color: inherit;
}

.post-navigation a {
    display: block;
    width: 30px;
    height: 30px;
}

.post-navigation .next-l,
.post-navigation .all-l,
.post-navigation .prev-l {
    display: block;
    height: 30px;
    margin-left: 0;
    width: 30px;
}

.post-navigation .totop {
    display: block;
    background: url("images/slider/arrow_up.gif") no-repeat scroll center center;
    height: 30px;
    margin-left: 0;
    width: 30px;
    cursor: pointer;
}

.theme-light .post-navigation .totop {
    background-image: url("images/slider/arrow_up_d.gif");
}

.post-navigation .prev-l {
    background: url("images/slider/arrow_left.gif") no-repeat scroll center center;
}

.theme-light .post-navigation .prev-l {
    background-image: url("images/slider/arrow_left_d.gif");
}

.post-navigation .next-l {
    background: url("images/slider/arrow_right.gif") no-repeat scroll center center;
}

.theme-light .post-navigation .next-l {
    background-image: url("images/slider/arrow_right_d.gif");
}

.post-navigation .all-l {
    background: url("images/slider/all.gif") no-repeat scroll center center;
}

.theme-light .post-navigation .all-l {
    background-image: url("images/slider/all_b.gif");
}

.single-post .portfolio-nav .all-l {
    background: url("images/slider/all_b.gif") no-repeat scroll center center;
}

.theme-light .single-post .portfolio-nav .all-l {
    background-image: url("images/slider/arrow_up.gif");
}

.portfolio-nav a {
    display: block;
    height: 25px;
    width: 25px;
}

.portfolio-nav .all-l a {
    width: 26px;
}

#fullbg {
    position: fixed;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    z-index: 2;
}

.blog-content .slider-wrapper {
    margin-bottom: 23px;
}

.bg-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: -10;
    background: transparent url(images/bg_pattern_2.png) repeat top left;
}

.page-template-template-gallery-height .bg-overlay,
.page-template-template-gallery-php.gallery-full .bg-overlay {
    display: none;
}

.page-template-template-gallery-height #supersized,
.page-template-template-gallery-php #supersized {
    z-index: 4;
}

#supersized {
    background-color: inherit;
}

#supersized li {
    background-color: inherit;
}

.homepage-teaser {
    position: fixed;
    bottom: 20%;
    display: block;
    right: 10%;
    z-index: 1;
    max-width: 400px;
}

.homepage-teaser h1, .homepage-teaser h2, .homepage-teaser h3, .homepage-teaser h4, .homepage-teaser h5, .homepage-teaser h6 {
    margin-bottom: 0.2em;
}

.homepage-teaser h1:last-child, .homepage-teaser h2:last-child, .homepage-teaser h3:last-child, .homepage-teaser h4:last-child, .homepage-teaser h5:last-child, .homepage-teaser h6:last-child {
    margin-bottom: 0;
}

.homepage-teaser h1 {
    font-size: 50px;
}

.homepage-teaser h2 {
    font-size: 46px;
}

.homepage-teaser h3 {
    font-size: 40px;
}

.homepage-teaser h4 {
    font-size: 36px;
}

.homepage-teaser h5 {
    font-size: 30px;
}

.homepage-teaser h6 {
    font-size: 26px;
}

video.kk-html5-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity .4s linear;
    opacity: 0;
}

.video-bg {
    height: 100%;
    left: 0;
    margin: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -9;
}

.video-bg #player {
    position: relative;
    width: 100%;
    height: 100%;
}

.object-fit {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.space {
    height: 1px;
}

.slider-thumb-tray {
    transform: translateY(100%);
    transition: transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    bottom: 42px;
    display: block;
    left: 0;
    margin: 0 auto;
    overflow: hidden;
    position: fixed;
    right: 0;
    text-align: center;
    z-index: 1;
}

.elementor-editor-active .slider-thumb-tray, .kk-show-content .slider-thumb-tray {
    transform: translateY(0);
}

@media (max-width: 767px) {
    .slider-thumb-tray {
        bottom: 0;
    }
}

.slider-thumb-tray #wap-wap {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 600px;
    padding: 10px 35px 0 35px;
    position: relative;
    background-color: #111;
}

.theme-light .slider-thumb-tray #wap-wap {
    background-color: #fff;
}

.slider-thumb-tray #wap-wap ul li {
    margin: 0 5px;
    transition: background-color .2 a ease;
}

.slider-thumb-tray #wap-wap ul li.current-thumb, .slider-thumb-tray #wap-wap ul li:hover {
    background-color: #fff600;
}

.theme-light .slider-thumb-tray #wap-wap ul li.current-thumb, .theme-light .slider-thumb-tray #wap-wap ul li:hover {
    background-color: #0956f0;
}

.slider-thumb-tray #wap-wap #thumb-back {
    left: 0;
    background: url("images/slider/arrow_left.gif") no-repeat center center;
}

.theme-light .slider-thumb-tray #wap-wap #thumb-back {
    background: url("images/slider/arrow_left_d.gif") no-repeat center center;
}

.slider-thumb-tray #wap-wap #thumb-forward {
    right: 0;
    background: url("images/slider/arrow_right.gif") no-repeat center center;
}

.theme-light .slider-thumb-tray #wap-wap #thumb-forward {
    background: url("images/slider/arrow_right_d.gif") no-repeat center center;
}

#searchform .screen-reader-text, #searchform #searchsubmit {
    display: none;
}

.bt {
    background: url("images/music_on.png") no-repeat scroll center center transparent;
    width: 22px;
    height: 22px;
}

.social {
    position: fixed;
    top: 25px;
    right: 50px;
    z-index: 1001;
    display: none;
}

@media (min-width: 1024px) {
    .social {
        display: block;
    }
}

@media (max-width: 1024px) {
    .social {
        position: absolute;
    }
}

.social ul {
    list-style: none;
    display: inline-block;
    padding: 0;
}

.social ul li {
    display: inline-block;
    margin: 0 2px;
}

.social ul li:first-child {
    margin-left: 0;
}

.social ul li:last-child {
    margin-right: 0;
}

.social ul li a {
    display: block;
    width: 22px;
    height: 22px;
    text-transform: uppercase;
}

.kktfwp-icon-facebook {
    background-image: url("images/social/facebook.png");
}

.kktfwp-icon-flickr {
    background-image: url("images/social/flickr.png");
}

.kktfwp-icon-google {
    background-image: url("images/social/google.png");
}

.kktfwp-icon-linkedin {
    background-image: url("images/social/linkedin.png");
}

.kktfwp-icon-skype {
    background-image: url("images/social/skype.png");
}

.kktfwp-icon-twitter {
    background-image: url("images/social/twitter.png");
}

.kktfwp-icon-vimeo {
    background-image: url("images/social/vimeo.png");
}

.kktfwp-icon-youtube {
    background-image: url("images/social/youtube.png");
}

.kktfwp-icon-instagram {
    background-image: url("images/social/instagram.png");
}

.admin-bar .social {
    position: absolute;
}

.bt {
    display: inline-block;
}

.tipsy {
    margin-bottom: 10px;
    padding: 5px;
    font-size: 10px;
    opacity: 0.8;
    filter: alpha(opacity=80);
    background-repeat: no-repeat;
    background-image: url(images/tipsy.gif);
}

.tipsy-inner {
    padding: 9px 12px 8px 12px;
    background-color: black;
    color: white;
    max-width: 200px;
    text-align: center;
}

.tipsy-inner {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.tipsy-north {
    background-position: top center;
}

.tipsy-south {
    background-position: bottom center;
}

.tipsy-east {
    background-position: right center;
}

.tipsy-west {
    background-position: left center;
}

.pswp__share-tooltip {
    right: 50px;
    position: relative;
    top: 0;
    width: auto;
    background: #fff;
}

.pswp__share-tooltip a {
    display: block;
    padding: 5px 8px;
}

/* Alignment */
.alignleft {
    float: left;
    margin: 0.375em 1.75em 0.375em 0;
}

@media (max-width: 440px) {
    .alignleft {
        margin: 0.375em auto 1.75em auto;
        float: none;
    }
}

.alignright {
    float: right;
    margin: 0.375em 0 0.375em 1.75em;
}

@media (max-width: 440px) {
    .alignright {
        margin: 0.375em auto 1.75em auto;
        float: none;
    }
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto 1.75em;
}

.alignnone {
    margin: 0 auto 1.75em;
}

sup, sub {
    font-size: 10px;
    height: 0;
    line-height: 1;
    position: relative;
    vertical-align: baseline;
}

sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}

.wp-block-pullquote {
    border-top: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    margin: 3em 0;
}

.wp-block-pullquote cite {
    text-transform: none;
    font-size: 16px;
    font-style: normal;
}

.wp-block-pullquote.alignleft, .wp-block-pullquote.alignright {
    padding: 0;
    border: 0;
    text-align: left;
}

.wp-block-pullquote.alignright {
    margin: 0.375em 0 0.375em 1.75em;
}

.wp-block-pullquote.alignleft {
    margin: 0.375em 1.75em 0.375em 0;
}

blockquote {
    margin: 20px;
    padding: 0 20px;
    overflow: hidden;
    border-left: 2px solid currentColor;
    font-size: 140%;
}

.wp-block-pullquote blockquote {
    border-left: 0;
}

blockquote.wp-block-quote:not(.is-large):not(.is-style-large)[style*="text-align:right"], blockquote.wp-block-quote:not(.is-large):not(.is-style-large)[style*="text-align: right"] {
    border-right: 2px solid currentColor;
    border-left: 0;
}

blockquote cite {
    font-size: 12px;
    font-family: Arial, sans-serif;
}

blockquote.wp-block-quote.is-large, blockquote.wp-block-quote.is-style-large {
    border: none;
    padding: 0;
    font-family: 'Times New Roman', serif;
}

blockquote.wp-block-quote.is-large cite, blockquote.wp-block-quote.is-style-large cite {
    font-size: 14px;
}

table {
    width: 100%;
    margin: 0 0 25px 0;
    border-collapse: collapse;
}

table thead th {
    font-weight: 600;
}

table tr {
    margin-bottom: 5px;
}

table th, table td {
    text-align: left;
    padding: 20px;
    line-height: 1.8em;
    border: 1px solid #3d3c3c;
}

.theme-light table th, .theme-light table td {
    border-color: #a8a8a8;
}

table tfoot tr {
    background-color: none;
}

table tfoot td {
    padding: 10px 2px;
    font-size: 0.8em;
    font-style: italic;
    color: #8a97a0;
}

dl {
    margin: 0 0 1.253rem;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.253rem 1.253rem;
}

pre {
    background-color: #2c2c2c;
    font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    line-height: 1.5;
    margin-bottom: 1.625em;
    overflow: auto;
    padding: 0.75em 1.625em;
}

.theme-light pre {
    background-color: #f6f6f6;
}

code, kbd {
    font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

.wp-block-verse pre,
pre.wp-block-verse {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    background-color: transparent;
    padding: 0;
    color: currentColor;
}

.sendError {
    list-style: none;
    margin: 0 0 20px 0;
}

.wp-caption p.wp-caption-text {
    color: #888;
    font-size: 13px;
    margin: 5px;
    padding: 0;
    text-align: center;
}

/* Calendar Widget */
.widget_calendar th,
.widget_calendar td {
    padding: 2px;
    text-align: center;
}

.widget_calendar a {
    color: #fff600;
    text-decoration: underline;
}

.theme-light .widget_calendar a {
    color: #0956f0;
}

.widget_calendar a:hover {
    text-decoration: none;
}

.kktfwp-bgImage {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -1000;
}

.kktfwp-bgImage img {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.owl-carousel {
    overflow: hidden;
    height: auto;
}

.owl-carousel img {
    display: none;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    width: 40px;
    height: 54px;
    top: 50%;
    cursor: pointer;
    text-indent: -9999px;
    background-color: rgba(0, 0, 0, 0.6);
    transition: transform 0.6s ease, background-color 0.2s linear;
}

.owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel .owl-nav button.owl-next:hover {
    background-color: black;
}

.owl-carousel .owl-nav button.owl-prev {
    left: 0;
    background-image: url(images/slider/arrow_left.gif);
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 0px 3px 3px 0px;
    transform: translate3d(-120%, -50%, 0);
}

.owl-carousel .owl-nav button.owl-next {
    right: 0px;
    background-image: url(images/slider/arrow_right.gif);
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 3px 0px 0px 3px;
    transform: translate3d(120%, -50%, 0);
}

.owl-carousel:hover .owl-nav button.owl-prev {
    transform: translate3d(0, -50%, 0);
}

.owl-carousel:hover .owl-nav button.owl-next {
    transform: translate3d(0, -50%, 0);
}

.owl-carousel .owl-stage-outer {
    height: 100px;
}

.owl-carousel .owl-dots {
    text-align: center;
    margin-top: 10px;
}

.owl-carousel .owl-dots .owl-dot {
    box-shadow: none;
    display: inline-block;
}

.owl-carousel .owl-dots .owl-dot > span {
    display: block;
    height: 8px;
    width: 8px;
    border: 1px solid #000;
    border-radius: 50%;
    margin: 5px 7px;
    background-color: transparent;
    transition: background-color .2s ease;
    opacity: .5;
}

.owl-carousel .owl-dots .owl-dot.active > span {
    background-color: #000;
    opacity: 1;
}

.lg-progress-bar .lg-progress {
    height: 2px;
    background-color: #fff600;
}

.theme-light .lg-progress-bar .lg-progress {
    background-color: #0956f0;
}

.lg-outer .lg-thumb-item {
    border-radius: 0;
    border-width: 2px;
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
    border-color: #fff600;
}

.theme-light .lg-outer .lg-thumb-item.active, .theme-light .lg-outer .lg-thumb-item:hover {
    border-color: #0956f0;
}

.main-mobile-menu {
    position: fixed;
    background-color: inherit;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 100px;
    font-family: 'Oswald', Helvetica, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    overflow-y: auto;
    visibility: hidden;
    opacity: 0;
    z-index: 1009;
    transition: visibility .01s linear .61s, opacity .6s ease;
}

.menu-is-opened .main-mobile-menu {
    transition: visibility .01s linear 0.02s, opacity .6s ease;
    visibility: visible;
    opacity: 1;
}

.main-mobile-menu .mobile-wrapper {
    padding: 30px;
    width: 100%;
    height: 100%;
    max-width: 700px;
    margin: 0 auto;
}

.main-mobile-menu .mobile-wrapper ul {
    list-style: none;
    padding: 0;
    margin: 0;
    transition: transform .6s ease;
    transform: scale3d(1.05, 1.05, 1);
}

.menu-is-opened .main-mobile-menu .mobile-wrapper ul {
    transform: scale3d(1, 1, 1);
}

.main-mobile-menu .mobile-wrapper ul li {
    font-size: 16px;
    line-height: 1;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.theme-light .main-mobile-menu .mobile-wrapper ul li {
    border-color: rgba(0, 0, 0, 0.2);
}

.main-mobile-menu .mobile-wrapper ul li:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.theme-light .main-mobile-menu .mobile-wrapper ul li:last-child {
    border-color: rgba(0, 0, 0, 0.2);
}

.main-mobile-menu .mobile-wrapper ul li:first-child {
    border-top: none;
}

.main-mobile-menu .mobile-wrapper ul li.mtree-node {
    position: relative;
    display: block;
}

.main-mobile-menu .mobile-wrapper ul li.mtree-node.menu-item-has-children > a:after, .main-mobile-menu .mobile-wrapper ul li.mtree-node.menu-item-has-children > a:before {
    content: '';
    width: 8px;
    height: 1px;
    background-color: currentColor;
    position: absolute;
    top: 50%;
}

.main-mobile-menu .mobile-wrapper ul li.mtree-node.menu-item-has-children > a:after {
    transform: translateY(-50%) rotate(-45deg);
    right: 10px;
}

.main-mobile-menu .mobile-wrapper ul li.mtree-node.menu-item-has-children > a:before {
    transform: translateY(-50%) rotate(45deg);
    right: 16px;
}

.main-mobile-menu .mobile-wrapper ul li.mtree-node.menu-item-has-children.mtree-open > a:after {
    transform: translateY(-50%) rotate(45deg);
}

.main-mobile-menu .mobile-wrapper ul li.mtree-node.menu-item-has-children.mtree-open > a:before {
    transform: translateY(-50%) rotate(-45deg);
}

.main-mobile-menu .mobile-wrapper ul li.mtree-node.menu-item-has-children ul.sub-menu {
    text-transform: none;
    margin: 0;
    padding: 0 0 0 20px;
    list-style: none;
}

.main-mobile-menu .mobile-wrapper ul li.mtree-node.menu-item-has-children ul.sub-menu li {
    font-size: 14px;
}

.main-mobile-menu .mobile-wrapper ul li.mtree-node.menu-item-has-children ul.sub-menu li:last-child {
    border-bottom: none;
}

.main-mobile-menu .mobile-wrapper ul li.mtree-node.menu-item-has-children ul.sub-menu li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.main-mobile-menu .mobile-wrapper ul li a {
    color: currentColor;
    padding: 16px 30px 16px 0;
    position: relative;
    display: block;
    text-decoration: none;
}

@media (min-width: 1000px) {
    .main-mobile-menu {
        display: none;
        visibility: hidden;
    }
}

.kktfwp-mobile-burger {
    width: 24px;
    height: 24px;
    display: none;
    cursor: pointer;
    position: relative;
    color: #fff;
    top: 50%;
    transform: translateY(-50%);
}

.theme-light .kktfwp-mobile-burger {
    color: #000;
}

.kktfwp-mobile-burger#on-mobile {
    display: none;
}

@media (max-width: 1000px) {
    .kktfwp-mobile-burger#on-mobile {
        display: block;
        z-index: 1010;
    }
}

@media (max-width: 1000px) {
    .kktfwp-mobile-burger {
        display: none;
    }
}

.kktfwp-mobile-burger span {
    width: 12px;
    height: 2px;
    display: block;
    position: absolute;
    background-color: currentColor;
    transition: background-color .15s linear;
    top: 50%;
}

.kktfwp-mobile-burger span.ham-right {
    left: 12px;
}

.menu-is-opened .kktfwp-mobile-burger span.ham-right {
    background-color: transparent;
}

.menu-is-opened .kktfwp-mobile-burger span.ham-right:before {
    transform: rotateZ(-45deg) scaleX(1.2) translate(-3px, 1px);
}

.menu-is-opened .kktfwp-mobile-burger span.ham-right:after {
    transform: rotateZ(45deg) scaleX(1.2) translate(-3px, -1px);
    opacity: 1;
}

.menu-is-opened .kktfwp-mobile-burger span.ham-left {
    background-color: transparent;
}

.menu-is-opened .kktfwp-mobile-burger span.ham-left:before {
    transform: rotateZ(45deg) scaleX(1.2) translate(2px, 2px);
}

.menu-is-opened .kktfwp-mobile-burger span.ham-left:after {
    transform: rotateZ(-45deg) scaleX(1.2) translate(2px, -2px);
}

.kktfwp-mobile-burger span:before, .kktfwp-mobile-burger span:after {
    content: '';
    width: 12px;
    height: 2px;
    display: block;
    position: absolute;
    background-color: currentColor;
    transition: background-color .15s linear, transform .25s ease;
}

.menu-is-opened .kktfwp-mobile-burger span:before, .menu-is-opened .kktfwp-mobile-burger span:after {
    background-color: currentColor;
}

.kktfwp-mobile-burger span:before {
    top: -8px;
}

.kktfwp-mobile-burger span:after {
    top: 8px;
}

figcaption,
[class*="wp-block-"] figcaption,
caption {
    color: inherit;
    font-style: italic;
    text-align: center;
}

.wp-block-button__link {
    border: 0;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    margin: 0;
    padding: 10px;
    text-decoration: none;
    width: auto;
    background: #555;
    color: #fff;
    border-radius: 4px;
    transition: color .2s ease, background-color .2s ease;
}

.wp-block-button__link:hover {
    text-decoration: none;
}

.has-drop-cap:not(:focus):first-letter {
    font-size: 4.4em;
    font-weight: 400;
}

.responsive-oembed-video {
    display: block;
    height: 0;
    position: relative;
    overflow: hidden;
    padding-bottom: 56.25%;
    margin: 0 0 1.563rem 0;
}

.wp-block-embed.is-type-video .responsive-oembed-video {
    height: auto;
    position: unset;
    padding-bottom: inherit;
}

.responsive-oembed-video iframe {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.post-tags {
    margin: 30px 0;
}

.post-tags .post-tags-title {
    font-weight: bold;
}

#slidecaption {
    bottom: 100px;
    color: #FFFFFF;
    /*font-family: 'GnuolaneFree', sans-serif;*/
    font-size: 60px;
    line-height: 1.2em;
    position: fixed;
    display: none;
    right: 50px;
    text-shadow: 1px 1px 2px #000000;
}

#slidecaption > span,
#slidecaption > p {
    padding: 2px 10px 5px 10px;
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
    width: auto;
}

.wp-block-categories.aligncenter,
.wp-block-archives.aligncenter {
    list-style: none;
    text-align: center;
    padding-left: 0;
}

.wp-block-categories.aligncenter ul,
.wp-block-archives.aligncenter ul {
    list-style: none;
    padding-left: 0;
    margin-top: 0;
}

/*# sourceMappingURL=style.css.map */
