/*
Theme Name: Puny Human Code
Text Domain: puny-human-code

License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

a:active, a:hover, a:focus, a:visited {
    outline: none !important
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    color: #FFF;
    font-size: 16px;
	padding-left: 8px;
	background-color: rgba(255,255,255,0.25);
	border: 0;
	font-family: "TTSupermolot", sans-serif;
}

input::placeholder, textarea::placeholder {
    color: #FFF;
    font-size: 16px;
	border: 0;
	font-family: "TTSupermolot", sans-serif;
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: inherit;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: initial;
    /*width: 100%*/
}

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

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    display: none
}

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

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

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

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

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

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

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

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

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

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease
}

.owl-carousel .owl-video-play-icon:hover {
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease
}

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

@font-face {
    font-family: 'TTSupermolot';
    src: url("fonts/TTSupermolot-Bold.woff2") format("woff2"), url("fonts/TTSupermolot-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal
}

@font-face {
    font-family: 'TTSupermolot';
    src: url("fonts/TTSupermolot-LightItalic.woff2") format("woff2"), url("fonts/TTSupermolot-LightItalic.woff") format("woff");
    font-weight: 300;
    font-style: italic
}

@font-face {
    font-family: 'TTSupermolot';
    src: url("fonts/TTSupermolot-BlackItalic.woff2") format("woff2"), url("fonts/TTSupermolot-BlackItalic.woff") format("woff");
    font-weight: 900;
    font-style: italic
}

@font-face {
    font-family: 'TTSupermolot';
    src: url("fonts/TTSupermolot-Thin.woff2") format("woff2"), url("fonts/TTSupermolot-Thin.woff") format("woff");
    font-weight: 100;
    font-style: normal
}

@font-face {
    font-family: 'TTSupermolot';
    src: url("fonts/TTSupermolot-Regular.woff2") format("woff2"), url("fonts/TTSupermolot-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'TTSupermolot';
    src: url("fonts/TTSupermolot-Light.woff2") format("woff2"), url("fonts/TTSupermolot-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: 'TTSupermolot';
    src: url("fonts/TTSupermolot-BoldItalic.woff2") format("woff2"), url("fonts/TTSupermolot-BoldItalic.woff") format("woff");
    font-weight: bold;
    font-style: italic
}

@font-face {
    font-family: 'TTSupermolot';
    src: url("fonts/TTSupermolot-Black.woff2") format("woff2"), url("fonts/TTSupermolot-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal
}

@font-face {
    font-family: 'TTSupermolot';
    src: url("fonts/TTSupermolot-ThinItalic.woff2") format("woff2"), url("fonts/TTSupermolot-ThinItalic.woff") format("woff");
    font-weight: 100;
    font-style: italic
}

@font-face {
    font-family: 'TTSupermolot';
    src: url("fonts/TTSupermolot-Italic.woff2") format("woff2"), url("fonts/TTSupermolot-Italic.woff") format("woff");
    font-weight: normal;
    font-style: italic
}

body.compensate-for-scrollbar {
    overflow: hidden
}

.fancybox-active {
    height: auto
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

.fancybox-container * {
    box-sizing: border-box
}

.fancybox-outer, .fancybox-inner, .fancybox-bg, .fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1)
}

.fancybox-infobar, .fancybox-toolbar, .fancybox-caption, .fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997
}

.fancybox-show-infobar .fancybox-infobar, .fancybox-show-toolbar .fancybox-toolbar, .fancybox-show-caption .fancybox-caption, .fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-toolbar {
    right: 0;
    top: 0
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--previous, .fancybox-slide--current, .fancybox-slide--next {
    display: block
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0
}

.fancybox-slide--image::before {
    display: none
}

.fancybox-slide--html {
    padding: 6px
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in
}

.fancybox-can-swipe .fancybox-content, .fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.fancybox-container [data-selectable='true'] {
    cursor: text
}

.fancybox-image, .fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--video .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%
}

.fancybox-slide--video .fancybox-content {
    background: #000
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff
}

.fancybox-video, .fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0
}

.fancybox-button {
    background: rgba(30, 30, 30, 0.6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px
}

.fancybox-button, .fancybox-button:visited, .fancybox-button:link {
    color: #ccc
}

.fancybox-button:hover {
    color: #fff
}

.fancybox-button:focus {
    outline: none
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted
}

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none
}

.fancybox-button div {
    height: 100%
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0
}

.fancybox-button--play svg:nth-child(2), .fancybox-button--fsenter svg:nth-child(2) {
    display: none
}

.fancybox-button--pause svg:nth-child(1), .fancybox-button--fsexit svg:nth-child(1) {
    display: none
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998
}

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none
}

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px
}

.fancybox-navigation .fancybox-button div {
    padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right)
}

.fancybox-caption {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996
}

.fancybox-caption--separate {
    margin-top: -50px
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline
}

.fancybox-loading {
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999
}

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, 0.25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translate3d(0, 0, 0)
}

.fancybox-fx-fade.fancybox-slide--previous, .fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    transform: rotate(360deg)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translate3d(0, 0, 0) scale(1)
}

@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px
    }

    .fancybox-slide--image {
        padding: 6px 0
    }

    .fancybox-close-small {
        right: -6px
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px
    }
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0
}

.fancybox-share p {
    margin: 0;
    padding: 0
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.fancybox-share__button:visited, .fancybox-share__button:link {
    color: #fff
}

.fancybox-share__button:hover {
    text-decoration: none
}

.fancybox-share__button--fb {
    background: #3b5998
}

.fancybox-share__button--fb:hover {
    background: #344e86
}

.fancybox-share__button--pt {
    background: #bd081d
}

.fancybox-share__button--pt:hover {
    background: #aa0719
}

.fancybox-share__button--tw {
    background: #1da1f2
}

.fancybox-share__button--tw:hover {
    background: #0d95e8
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px
}

.fancybox-share__button svg path {
    fill: #fff
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%
}

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, 0.1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 99991
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1
}

@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px)
    }
}

.jq-checkbox, .jq-radio {
    position: relative;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.jq-checkbox input, .jq-radio input {
    position: absolute;
    z-index: -1;
    margin: 0;
    padding: 0;
    opacity: 0
}

.jq-file {
    position: relative;
    display: inline-block;
    overflow: hidden
}

.jq-file input {
    position: absolute;
    top: 0;
    right: 0;
    height: auto;
    margin: 0;
    padding: 0;
    opacity: 0;
    font-size: 100px;
    line-height: 1em
}

.jq-file__name {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.jq-selectbox, .jq-select-multiple {
    position: relative;
    display: inline-block
}

.jq-selectbox select, .jq-select-multiple select {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    opacity: 0
}

.jq-selectbox li, .jq-select-multiple li {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.jq-selectbox {
    z-index: 10
}

.jq-selectbox__select {
    position: relative
}

.jq-selectbox__select-text {
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    text-overflow: ellipsis
}

.jq-selectbox__dropdown {
    position: absolute
}

.jq-selectbox__search input {
    -webkit-appearance: textfield
}

.jq-selectbox__search input::-webkit-search-cancel-button, .jq-selectbox__search input::-webkit-search-decoration {
    -webkit-appearance: none
}

.jq-selectbox__dropdown ul {
    position: relative;
    overflow: auto;
    overflow-x: hidden;
    list-style: none;
    -webkit-overflow-scrolling: touch
}

.jq-select-multiple ul {
    position: relative;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch
}

.jq-number {
    display: inline-block
}

.jq-number__field input {
    -moz-appearance: textfield;
    text-align: left
}

.jq-number__field input::-webkit-inner-spin-button, .jq-number__field input::-webkit-outer-spin-button {
    margin: 0;
    -webkit-appearance: none
}

.jq-checkbox, .jq-radio {
    vertical-align: -4px;
    width: 16px;
    height: 16px;
    margin: 0 4px 0 0;
    border: 1px solid #C3C3C3;
    background: linear-gradient(#fff, #E6E6E6);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05), inset -1px -1px #fff, inset 1px -1px #fff;
    cursor: pointer
}

.jq-checkbox.focused, .jq-radio.focused {
    border: 1px solid #08C
}

.jq-checkbox.disabled, .jq-radio.disabled {
    opacity: .55
}

.jq-checkbox {
    border-radius: 3px
}

.jq-checkbox.checked .jq-checkbox__div {
    width: 8px;
    height: 4px;
    margin: 3px 0 0 3px;
    border-bottom: 2px solid #666;
    border-left: 2px solid #666;
    -webkit-transform: rotate(-50deg);
    transform: rotate(-50deg)
}

.jq-radio {
    border-radius: 50%
}

.jq-radio.checked .jq-radio__div {
    width: 10px;
    height: 10px;
    margin: 3px 0 0 3px;
    border-radius: 50%;
    background: #777;
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.7)
}

.jq-file {
    width: 270px;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1)
}

.jq-file input {
    cursor: pointer
}

.jq-file__name {
    box-sizing: border-box;
    width: 100%;
    height: 34px;
    padding: 0 80px 0 10px;
    border: 1px solid #CCC;
    border-bottom-color: #B3B3B3;
    border-radius: 4px;
    background: #FFF;
    box-shadow: inset 1px 1px #F1F1F1;
    font: 14px/32px Arial, sans-serif;
    color: #333
}

.jq-file__browse {
    position: absolute;
    top: 1px;
    right: 1px;
    padding: 0 10px;
    border-left: 1px solid #CCC;
    border-radius: 0 4px 4px 0;
    background: linear-gradient(#fff, #E6E6E6);
    box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
    font: 14px/32px Arial, sans-serif;
    color: #333;
    text-shadow: 1px 1px #FFF
}

.jq-file:hover .jq-file__browse {
    background: linear-gradient(#F6F6F6, #E6E6E6)
}

.jq-file:active .jq-file__browse {
    background: #F5F5F5;
    box-shadow: inset 1px 1px 3px #DDD
}

.jq-file.focused .jq-file__name {
    border: 1px solid #5794BF
}

.jq-file.disabled, .jq-file.disabled .jq-file__name, .jq-file.disabled .jq-file__browse {
    border-color: #CCC;
    background: #F5F5F5;
    box-shadow: none;
    color: #888
}

.jq-number {
    position: relative;
    vertical-align: middle;
    padding: 0 36px 0 0
}

.jq-number__field {
    width: 100px;
    border: 1px solid #CCC;
    border-bottom-color: #B3B3B3;
    border-radius: 4px;
    box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1)
}

.jq-number__field:hover {
    border-color: #B3B3B3
}

.jq-number__field input {
    box-sizing: border-box;
    width: 100%;
    padding: 8px 9px;
    border: none;
    outline: none;
    background: none;
    font: 14px Arial, sans-serif;
    color: #333
}

.jq-number__spin {
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 14px;
    border: 1px solid #CCC;
    border-bottom-color: #B3B3B3;
    border-radius: 4px;
    background: linear-gradient(#fff, #E6E6E6);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-shadow: 1px 1px #FFF;
    cursor: pointer
}

.jq-number__spin.minus {
    top: auto;
    bottom: 0
}

.jq-number__spin:hover {
    background: linear-gradient(#F6F6F6, #E6E6E6)
}

.jq-number__spin:active {
    background: #F5F5F5;
    box-shadow: inset 1px 1px 3px #DDD
}

.jq-number__spin:after {
    content: '';
    position: absolute;
    top: 4px;
    left: 11px;
    width: 0;
    height: 0;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #999;
    border-left: 5px solid transparent
}

.jq-number__spin.minus:after {
    top: 5px;
    border-top: 5px solid #999;
    border-right: 5px solid transparent;
    border-bottom: none;
    border-left: 5px solid transparent
}

.jq-number__spin.minus:hover:after {
    border-top-color: #000
}

.jq-number__spin.plus:hover:after {
    border-bottom-color: #000
}

.jq-number.focused .jq-number__field {
    border: 1px solid #5794BF
}

.jq-number.disabled .jq-number__field, .jq-number.disabled .jq-number__spin {
    border-color: #CCC;
    background: #F5F5F5;
    box-shadow: none;
    color: #888
}

.jq-number.disabled .jq-number__spin:after {
    border-bottom-color: #AAA
}

.jq-number.disabled .jq-number__spin.minus:after {
    border-top-color: #AAA
}

.jq-selectbox {
    vertical-align: middle;
    cursor: pointer
}

.jq-selectbox__select {
    height: 32px;
    padding: 0 45px 0 10px;
    border: 1px solid #CCC;
    border-bottom-color: #B3B3B3;
    border-radius: 4px;
    background: linear-gradient(#fff, #E6E6E6);
    box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
    font: 14px/32px Arial, sans-serif;
    color: #333;
    text-shadow: 1px 1px #FFF
}

.jq-selectbox__select:hover {
    background: linear-gradient(#F6F6F6, #E6E6E6)
}

.jq-selectbox__select:active {
    background: #F5F5F5;
    box-shadow: inset 1px 1px 3px #DDD
}

.jq-selectbox.focused .jq-selectbox__select, #searchform input:focus {
    border: 1px solid #FFF;
}

.jq-selectbox.disabled .jq-selectbox__select {
    border-color: #CCC;
    background: #F5F5F5;
    box-shadow: none;
    color: #888
}

.jq-selectbox__select-text {
    display: block;
    width: 100%
}

.jq-selectbox .placeholder {
    color: #888
}

.jq-selectbox__trigger {
    position: absolute;
    top: 0;
    right: 0;
    width: 34px;
    height: 100%;
    border-left: 1px solid #CCC
}

.jq-selectbox__trigger-arrow {
    position: absolute;
    top: 14px;
    right: 12px;
    width: 0;
    height: 0;
    border-top: 5px solid #999;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent
}

.jq-selectbox:hover .jq-selectbox__trigger-arrow {
    border-top-color: #000
}

.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
    border-top-color: #AAA
}

.jq-selectbox__dropdown {
    box-sizing: border-box;
    width: 100%;
    margin: 2px 0 0;
    padding: 0;
    border: 1px solid #CCC;
    border-radius: 4px;
    background: #FFF;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    font: 14px/18px Arial, sans-serif
}

.jq-selectbox__search {
    margin: 5px
}

.jq-selectbox__search input {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 5px 27px 6px 8px;
    border: 1px solid #CCC;
    border-radius: 3px;
    outline: none;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==") no-repeat 100% 50%;
    box-shadow: inset 1px 1px #F1F1F1;
    color: #333
}

.jq-selectbox__not-found {
    margin: 5px;
    padding: 5px 8px 6px;
    background: #F0F0F0;
    font-size: 13px
}

.jq-selectbox ul {
    margin: 0;
    padding: 0
}

.jq-selectbox li {
    min-height: 18px;
    padding: 5px 10px 6px;
    color: #231F20
}

.jq-selectbox li.selected {
    background-color: #A3ABB1;
    color: #FFF
}

.jq-selectbox li:hover {
    background-color: #08C;
    color: #FFF
}

.jq-selectbox li.disabled {
    color: #AAA
}

.jq-selectbox li.disabled:hover {
    background: none
}

.jq-selectbox li.optgroup {
    font-weight: bold
}

.jq-selectbox li.optgroup:hover {
    background: none;
    color: #231F20;
    cursor: default
}

.jq-selectbox li.option {
    padding-left: 25px
}

.jq-select-multiple {
    box-sizing: border-box;
    padding: 1px;
    border: 1px solid #CCC;
    border-bottom-color: #B3B3B3;
    border-radius: 4px;
    background: #FFF;
    box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
    font: 14px/18px Arial, sans-serif;
    color: #333;
    cursor: default
}

.jq-select-multiple.focused {
    border: 1px solid #5794BF
}

.jq-select-multiple.disabled {
    border-color: #CCC;
    background: #F5F5F5;
    box-shadow: none;
    color: #888
}

.jq-select-multiple ul {
    margin: 0;
    padding: 0
}

.jq-select-multiple li {
    padding: 3px 9px 4px;
    list-style: none
}

.jq-select-multiple li:first-child {
    border-radius: 3px 3px 0 0
}

.jq-select-multiple li:last-child {
    border-radius: 0 0 3px 3px
}

.jq-select-multiple li.selected {
    background: #08C;
    color: #FFF
}

.jq-select-multiple li.disabled {
    color: #AAA
}

.jq-select-multiple li.optgroup {
    font-weight: bold
}

.jq-select-multiple li.option {
    padding-left: 25px
}

.jq-select-multiple.disabled li.selected, .jq-select-multiple li.selected.disabled {
    background: #CCC;
    color: #FFF
}

input[type='email'].styler, input[type='password'].styler, input[type='search'].styler, input[type='tel'].styler, input[type='text'].styler, input[type='url'].styler, textarea.styler {
    padding: 8px 9px;
    border: 1px solid #CCC;
    border-bottom-color: #B3B3B3;
    border-radius: 4px;
    box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
    font: 14px Arial, sans-serif;
    color: #333
}

input[type='search'].styler {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

textarea.styler {
    overflow: auto
}

input[type='email'].styler:hover, input[type='password'].styler:hover, input[type='search'].styler:hover, input[type='tel'].styler:hover, input[type='text'].styler:hover, input[type='url'].styler:hover, textarea.styler:hover {
    border-color: #B3B3B3
}

input[type='email'].styler:hover:focus, input[type='password'].styler:hover:focus, input[type='search'].styler:hover:focus, input[type='tel'].styler:hover:focus, input[type='text'].styler:hover:focus, input[type='url'].styler:hover:focus, textarea.styler:hover:focus {
    border-color: #CCC;
    border-top-color: #B3B3B3;
    outline: none;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1)
}

button.styler, input[type='button'].styler, input[type='submit'].styler, input[type='reset'].styler {
    overflow: visible;
    padding: 8px 11px;
    border: 1px solid #CCC;
    border-bottom-color: #B3B3B3;
    border-radius: 4px;
    outline: none;
    background: linear-gradient(#fff, #E6E6E6);
    box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
    font: 14px Arial, sans-serif;
    color: #333;
    text-shadow: 1px 1px #FFF;
    cursor: pointer
}

button.styler.styler::-moz-focus-inner, input[type='button'].styler.styler::-moz-focus-inner, input[type='submit'].styler.styler::-moz-focus-inner, input[type='reset'].styler.styler::-moz-focus-inner {
    padding: 0;
    border: 0
}

button.styler:not([disabled]):hover, input[type='button'].styler:not([disabled]):hover, input[type='submit'].styler:not([disabled]):hover, input[type='reset'].styler:not([disabled]):hover, input[type='reset'].styler:hover {
    background: linear-gradient(#F6F6F6, #E6E6E6)
}

button.styler:active, input[type='button'].styler:active, input[type='submit'].styler:active, input[type='reset'].styler:active {
    background: #F5F5F5;
    box-shadow: inset 1px 1px 3px #DDD
}

button.styler[disabled], input[type='button'].styler[disabled], input[type='submit'].styler[disabled] {
    border-color: #CCC;
    background: #F5F5F5;
    box-shadow: none;
    color: #888
}

.row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px
}

[class^="col-"] {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px
}

@media (min-width: 375px) {
    .col-xxs-1 {
        width: 8.3333333333%
    }
}

@media (min-width: 375px) {
    .col-xxs-2 {
        width: 16.6666666667%
    }
}

@media (min-width: 375px) {
    .col-xxs-3 {
        width: 25%
    }
}

@media (min-width: 375px) {
    .col-xxs-4 {
        width: 33.3333333333%
    }
}

@media (min-width: 375px) {
    .col-xxs-5 {
        width: 41.6666666667%
    }
}

@media (min-width: 375px) {
    .col-xxs-6 {
        width: 50%
    }
}

@media (min-width: 375px) {
    .col-xxs-7 {
        width: 58.3333333333%
    }
}

@media (min-width: 375px) {
    .col-xxs-8 {
        width: 66.6666666667%
    }
}

@media (min-width: 375px) {
    .col-xxs-9 {
        width: 75%
    }
}

@media (min-width: 375px) {
    .col-xxs-10 {
        width: 83.3333333333%
    }
}

@media (min-width: 375px) {
    .col-xxs-11 {
        width: 91.6666666667%
    }
}

@media (min-width: 375px) {
    .col-xxs-12 {
        width: 100%
    }
}

@media (min-width: 480px) {
    .col-xs-1 {
        width: 8.3333333333%
    }
}

@media (min-width: 480px) {
    .col-xs-2 {
        width: 16.6666666667%
    }
}

@media (min-width: 480px) {
    .col-xs-3 {
        width: 25%
    }
}

@media (min-width: 480px) {
    .col-xs-4 {
        width: 33.3333333333%
    }
}

@media (min-width: 480px) {
    .col-xs-5 {
        width: 41.6666666667%
    }
}

@media (min-width: 480px) {
    .col-xs-6 {
        width: 50%
    }
}

@media (min-width: 480px) {
    .col-xs-7 {
        width: 58.3333333333%
    }
}

@media (min-width: 480px) {
    .col-xs-8 {
        width: 66.6666666667%
    }
}

@media (min-width: 480px) {
    .col-xs-9 {
        width: 75%
    }
}

@media (min-width: 480px) {
    .col-xs-10 {
        width: 83.3333333333%
    }
}

@media (min-width: 480px) {
    .col-xs-11 {
        width: 91.6666666667%
    }
}

@media (min-width: 480px) {
    .col-xs-12 {
        width: 100%
    }
}

@media (min-width: 640px) {
    .col-sm-1 {
        width: 8.3333333333%
    }
}

@media (min-width: 640px) {
    .col-sm-2 {
        width: 16.6666666667%
    }
}

@media (min-width: 640px) {
    .col-sm-3 {
        width: 25%
    }
}

@media (min-width: 640px) {
    .col-sm-4 {
        width: 33.3333333333%
    }
}

@media (min-width: 640px) {
    .col-sm-5 {
        width: 41.6666666667%
    }
}

@media (min-width: 640px) {
    .col-sm-6 {
        width: 50%
    }
}

@media (min-width: 640px) {
    .col-sm-7 {
        width: 58.3333333333%
    }
}

@media (min-width: 640px) {
    .col-sm-8 {
        width: 66.6666666667%
    }
}

@media (min-width: 640px) {
    .col-sm-9 {
        width: 75%
    }
}

@media (min-width: 640px) {
    .col-sm-10 {
        width: 83.3333333333%
    }
}

@media (min-width: 640px) {
    .col-sm-11 {
        width: 91.6666666667%
    }
}

@media (min-width: 640px) {
    .col-sm-12 {
        width: 100%
    }
}

@media (min-width: 768px) {
    .col-md-1 {
        width: 8.3333333333%
    }
}

@media (min-width: 768px) {
    .col-md-2 {
        width: 16.6666666667%
    }
}

@media (min-width: 768px) {
    .col-md-3 {
        width: 25%
    }
}

@media (min-width: 768px) {
    .col-md-4 {
        width: 33.3333333333%
    }
}

@media (min-width: 768px) {
    .col-md-5 {
        width: 41.6666666667%
    }
}

@media (min-width: 768px) {
    .col-md-6 {
        width: 50%
    }
}

@media (min-width: 768px) {
    .col-md-7 {
        width: 58.3333333333%
    }
}

@media (min-width: 768px) {
    .col-md-8 {
        width: 66.6666666667%
    }
}

@media (min-width: 768px) {
    .col-md-9 {
        width: 75%
    }
}

@media (min-width: 768px) {
    .col-md-10 {
        width: 83.3333333333%
    }
}

@media (min-width: 768px) {
    .col-md-11 {
        width: 91.6666666667%
    }
}

@media (min-width: 768px) {
    .col-md-12 {
        width: 100%
    }
}

@media (min-width: 1025px) {
    .col-lg-1 {
        width: 8.3333333333%
    }
}

@media (min-width: 1025px) {
    .col-lg-2 {
        width: 16.6666666667%
    }
}

@media (min-width: 1025px) {
    .col-lg-3 {
        width: 25%
    }
}

@media (min-width: 1025px) {
    .col-lg-4 {
        width: 33.3333333333%
    }
}

@media (min-width: 1025px) {
    .col-lg-5 {
        width: 41.6666666667%
    }
}

@media (min-width: 1025px) {
    .col-lg-6 {
        width: 50%
    }
}

@media (min-width: 1025px) {
    .col-lg-7 {
        width: 58.3333333333%
    }
}

@media (min-width: 1025px) {
    .col-lg-8 {
        width: 66.6666666667%
    }
}

@media (min-width: 1025px) {
    .col-lg-9 {
        width: 75%
    }
}

@media (min-width: 1025px) {
    .col-lg-10 {
        width: 83.3333333333%
    }
}

@media (min-width: 1025px) {
    .col-lg-11 {
        width: 91.6666666667%
    }
}

@media (min-width: 1025px) {
    .col-lg-12 {
        width: 100%
    }
}

@media (min-width: 1201px) {
    .col-xl-1 {
        width: 8.3333333333%
    }
}

@media (min-width: 1201px) {
    .col-xl-2 {
        width: 16.6666666667%
    }
}

@media (min-width: 1201px) {
    .col-xl-3 {
        width: 25%
    }
}

@media (min-width: 1201px) {
    .col-xl-4 {
        width: 33.3333333333%
    }
}

@media (min-width: 1201px) {
    .col-xl-5 {
        width: 41.6666666667%
    }
}

@media (min-width: 1201px) {
    .col-xl-6 {
        width: 50%
    }
}

@media (min-width: 1201px) {
    .col-xl-7 {
        width: 58.3333333333%
    }
}

@media (min-width: 1201px) {
    .col-xl-8 {
        width: 66.6666666667%
    }
}

@media (min-width: 1201px) {
    .col-xl-9 {
        width: 75%
    }
}

@media (min-width: 1201px) {
    .col-xl-10 {
        width: 83.3333333333%
    }
}

@media (min-width: 1201px) {
    .col-xl-11 {
        width: 91.6666666667%
    }
}

@media (min-width: 1201px) {
    .col-xl-12 {
        width: 100%
    }
}

@media (min-width: 1441px) {
    .col-xxl-1 {
        width: 8.3333333333%
    }
}

@media (min-width: 1441px) {
    .col-xxl-2 {
        width: 16.6666666667%
    }
}

@media (min-width: 1441px) {
    .col-xxl-3 {
        width: 25%
    }
}

@media (min-width: 1441px) {
    .col-xxl-4 {
        width: 33.3333333333%
    }
}

@media (min-width: 1441px) {
    .col-xxl-5 {
        width: 41.6666666667%
    }
}

@media (min-width: 1441px) {
    .col-xxl-6 {
        width: 50%
    }
}

@media (min-width: 1441px) {
    .col-xxl-7 {
        width: 58.3333333333%
    }
}

@media (min-width: 1441px) {
    .col-xxl-8 {
        width: 66.6666666667%
    }
}

@media (min-width: 1441px) {
    .col-xxl-9 {
        width: 75%
    }
}

@media (min-width: 1441px) {
    .col-xxl-10 {
        width: 83.3333333333%
    }
}

@media (min-width: 1441px) {
    .col-xxl-11 {
        width: 91.6666666667%
    }
}

@media (min-width: 1441px) {
    .col-xxl-12 {
        width: 100%
    }
}

@media (min-width: 375px) {
    .col-xxs-offset-0 {
        margin-left: 0%
    }
}

@media (min-width: 375px) {
    .col-xxs-offset-1 {
        margin-left: 8.3333333333%
    }
}

@media (min-width: 375px) {
    .col-xxs-offset-2 {
        margin-left: 16.6666666667%
    }
}

@media (min-width: 375px) {
    .col-xxs-offset-3 {
        margin-left: 25%
    }
}

@media (min-width: 375px) {
    .col-xxs-offset-4 {
        margin-left: 33.3333333333%
    }
}

@media (min-width: 375px) {
    .col-xxs-offset-5 {
        margin-left: 41.6666666667%
    }
}

@media (min-width: 375px) {
    .col-xxs-offset-6 {
        margin-left: 50%
    }
}

@media (min-width: 375px) {
    .col-xxs-offset-7 {
        margin-left: 58.3333333333%
    }
}

@media (min-width: 375px) {
    .col-xxs-offset-8 {
        margin-left: 66.6666666667%
    }
}

@media (min-width: 375px) {
    .col-xxs-offset-9 {
        margin-left: 75%
    }
}

@media (min-width: 375px) {
    .col-xxs-offset-10 {
        margin-left: 83.3333333333%
    }
}

@media (min-width: 375px) {
    .col-xxs-offset-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width: 375px) {
    .col-xxs-offset-12 {
        margin-left: 100%
    }
}

@media (min-width: 480px) {
    .col-xs-offset-0 {
        margin-left: 0%
    }
}

@media (min-width: 480px) {
    .col-xs-offset-1 {
        margin-left: 8.3333333333%
    }
}

@media (min-width: 480px) {
    .col-xs-offset-2 {
        margin-left: 16.6666666667%
    }
}

@media (min-width: 480px) {
    .col-xs-offset-3 {
        margin-left: 25%
    }
}

@media (min-width: 480px) {
    .col-xs-offset-4 {
        margin-left: 33.3333333333%
    }
}

@media (min-width: 480px) {
    .col-xs-offset-5 {
        margin-left: 41.6666666667%
    }
}

@media (min-width: 480px) {
    .col-xs-offset-6 {
        margin-left: 50%
    }
}

@media (min-width: 480px) {
    .col-xs-offset-7 {
        margin-left: 58.3333333333%
    }
}

@media (min-width: 480px) {
    .col-xs-offset-8 {
        margin-left: 66.6666666667%
    }
}

@media (min-width: 480px) {
    .col-xs-offset-9 {
        margin-left: 75%
    }
}

@media (min-width: 480px) {
    .col-xs-offset-10 {
        margin-left: 83.3333333333%
    }
}

@media (min-width: 480px) {
    .col-xs-offset-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width: 480px) {
    .col-xs-offset-12 {
        margin-left: 100%
    }
}

@media (min-width: 640px) {
    .col-sm-offset-0 {
        margin-left: 0%
    }
}

@media (min-width: 640px) {
    .col-sm-offset-1 {
        margin-left: 8.3333333333%
    }
}

@media (min-width: 640px) {
    .col-sm-offset-2 {
        margin-left: 16.6666666667%
    }
}

@media (min-width: 640px) {
    .col-sm-offset-3 {
        margin-left: 25%
    }
}

@media (min-width: 640px) {
    .col-sm-offset-4 {
        margin-left: 33.3333333333%
    }
}

@media (min-width: 640px) {
    .col-sm-offset-5 {
        margin-left: 41.6666666667%
    }
}

@media (min-width: 640px) {
    .col-sm-offset-6 {
        margin-left: 50%
    }
}

@media (min-width: 640px) {
    .col-sm-offset-7 {
        margin-left: 58.3333333333%
    }
}

@media (min-width: 640px) {
    .col-sm-offset-8 {
        margin-left: 66.6666666667%
    }
}

@media (min-width: 640px) {
    .col-sm-offset-9 {
        margin-left: 75%
    }
}

@media (min-width: 640px) {
    .col-sm-offset-10 {
        margin-left: 83.3333333333%
    }
}

@media (min-width: 640px) {
    .col-sm-offset-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width: 640px) {
    .col-sm-offset-12 {
        margin-left: 100%
    }
}

@media (min-width: 768px) {
    .col-md-offset-0 {
        margin-left: 0%
    }
}

@media (min-width: 768px) {
    .col-md-offset-1 {
        margin-left: 8.3333333333%
    }
}

@media (min-width: 768px) {
    .col-md-offset-2 {
        margin-left: 16.6666666667%
    }
}

@media (min-width: 768px) {
    .col-md-offset-3 {
        margin-left: 25%
    }
}

@media (min-width: 768px) {
    .col-md-offset-4 {
        margin-left: 33.3333333333%
    }
}

@media (min-width: 768px) {
    .col-md-offset-5 {
        margin-left: 41.6666666667%
    }
}

@media (min-width: 768px) {
    .col-md-offset-6 {
        margin-left: 50%
    }
}

@media (min-width: 768px) {
    .col-md-offset-7 {
        margin-left: 58.3333333333%
    }
}

@media (min-width: 768px) {
    .col-md-offset-8 {
        margin-left: 66.6666666667%
    }
}

@media (min-width: 768px) {
    .col-md-offset-9 {
        margin-left: 75%
    }
}

@media (min-width: 768px) {
    .col-md-offset-10 {
        margin-left: 83.3333333333%
    }
}

@media (min-width: 768px) {
    .col-md-offset-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width: 768px) {
    .col-md-offset-12 {
        margin-left: 100%
    }
}

@media (min-width: 1025px) {
    .col-lg-offset-0 {
        margin-left: 0%
    }
}

@media (min-width: 1025px) {
    .col-lg-offset-1 {
        margin-left: 8.3333333333%
    }
}

@media (min-width: 1025px) {
    .col-lg-offset-2 {
        margin-left: 16.6666666667%
    }
}

@media (min-width: 1025px) {
    .col-lg-offset-3 {
        margin-left: 25%
    }
}

@media (min-width: 1025px) {
    .col-lg-offset-4 {
        margin-left: 33.3333333333%
    }
}

@media (min-width: 1025px) {
    .col-lg-offset-5 {
        margin-left: 41.6666666667%
    }
}

@media (min-width: 1025px) {
    .col-lg-offset-6 {
        margin-left: 50%
    }
}

@media (min-width: 1025px) {
    .col-lg-offset-7 {
        margin-left: 58.3333333333%
    }
}

@media (min-width: 1025px) {
    .col-lg-offset-8 {
        margin-left: 66.6666666667%
    }
}

@media (min-width: 1025px) {
    .col-lg-offset-9 {
        margin-left: 75%
    }
}

@media (min-width: 1025px) {
    .col-lg-offset-10 {
        margin-left: 83.3333333333%
    }
}

@media (min-width: 1025px) {
    .col-lg-offset-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width: 1025px) {
    .col-lg-offset-12 {
        margin-left: 100%
    }
}

@media (min-width: 1201px) {
    .col-xl-offset-0 {
        margin-left: 0%
    }
}

@media (min-width: 1201px) {
    .col-xl-offset-1 {
        margin-left: 8.3333333333%
    }
}

@media (min-width: 1201px) {
    .col-xl-offset-2 {
        margin-left: 16.6666666667%
    }
}

@media (min-width: 1201px) {
    .col-xl-offset-3 {
        margin-left: 25%
    }
}

@media (min-width: 1201px) {
    .col-xl-offset-4 {
        margin-left: 33.3333333333%
    }
}

@media (min-width: 1201px) {
    .col-xl-offset-5 {
        margin-left: 41.6666666667%
    }
}

@media (min-width: 1201px) {
    .col-xl-offset-6 {
        margin-left: 50%
    }
}

@media (min-width: 1201px) {
    .col-xl-offset-7 {
        margin-left: 58.3333333333%
    }
}

@media (min-width: 1201px) {
    .col-xl-offset-8 {
        margin-left: 66.6666666667%
    }
}

@media (min-width: 1201px) {
    .col-xl-offset-9 {
        margin-left: 75%
    }
}

@media (min-width: 1201px) {
    .col-xl-offset-10 {
        margin-left: 83.3333333333%
    }
}

@media (min-width: 1201px) {
    .col-xl-offset-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width: 1201px) {
    .col-xl-offset-12 {
        margin-left: 100%
    }
}

@media (min-width: 1441px) {
    .col-xxl-offset-0 {
        margin-left: 0%
    }
}

@media (min-width: 1441px) {
    .col-xxl-offset-1 {
        margin-left: 8.3333333333%
    }
}

@media (min-width: 1441px) {
    .col-xxl-offset-2 {
        margin-left: 16.6666666667%
    }
}

@media (min-width: 1441px) {
    .col-xxl-offset-3 {
        margin-left: 25%
    }
}

@media (min-width: 1441px) {
    .col-xxl-offset-4 {
        margin-left: 33.3333333333%
    }
}

@media (min-width: 1441px) {
    .col-xxl-offset-5 {
        margin-left: 41.6666666667%
    }
}

@media (min-width: 1441px) {
    .col-xxl-offset-6 {
        margin-left: 50%
    }
}

@media (min-width: 1441px) {
    .col-xxl-offset-7 {
        margin-left: 58.3333333333%
    }
}

@media (min-width: 1441px) {
    .col-xxl-offset-8 {
        margin-left: 66.6666666667%
    }
}

@media (min-width: 1441px) {
    .col-xxl-offset-9 {
        margin-left: 75%
    }
}

@media (min-width: 1441px) {
    .col-xxl-offset-10 {
        margin-left: 83.3333333333%
    }
}

@media (min-width: 1441px) {
    .col-xxl-offset-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width: 1441px) {
    .col-xxl-offset-12 {
        margin-left: 100%
    }
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
	list-style: none;
}

ul {
	font-size: 0.9em;
	line-height: 1.3em;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

body {
    line-height: 1
}
/*
ol, ul {
    list-style: none
}
*/

blockquote, q {
    quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

body {
    background: #2d2d2d;
    color: #FFF;
    font-size: 20px;
    font-family: "TTSupermolot", sans-serif;
    line-height: 155%
}

body.fixed {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

@media (max-width: 1200px) {
    body {
        font-size: 18px
    }
}

@media (max-width: 1024px) {
    body {
        font-size: 16px
    }
}

.wrapper {
    position: relative;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh
}

main {
    flex: 1;
    -ms-flex: 1;
	background-color: #171717;
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

p {
    color: #FFF;
    margin-bottom: 1em;
	font-size: 0.9em;
	line-height: 1.3em;
}

p:last-child {
    margin: 0
}

.page-header {
    text-align: center;
    min-height: 100vh;
    z-index: -1;
    background: center 0 no-repeat;
    background-size: cover;
    padding: 10% 15px 185px 15px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.page-header.small-section {
    max-height: 500px
}

.page-header h1 {
    margin-bottom: 27px;
}

.page-header p {
    font-size: 22px;
    color: #fff;
    margin: 0 auto 32px auto;
    text-shadow: 0.7px 0.7px 3px rgba(0, 0, 0, 1.00);
}

@media (max-width: 1024px) {
    .page-header p {
        font-size: 18px
    }
}

@media (max-width: 768px) {
    .page-header p {
        font-size: 16px
    }
}

.section-title {
    color: #F4C737;
    text-align: center;
    margin-bottom: 25px
}

a {
    color: #F4C737;
    text-decoration: none
}

a:hover {
    color: #ebb60d;
    text-decoration: none
}

b, strong {
    font-weight: 700
}

i, em {
    font-style: italic
}

img {
    max-width: 100%;
    max-height: 100%
}

h1, h2, h3, h4, h5, h6 {
    color: #4FB0C3;
    font-family: "TTSupermolot", sans-serif;
    font-weight: 900;
    line-height: 85%;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 30px
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #4FB0C3
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    color: #F4C737;
    text-decoration: none
}

h1, .page-title {
    font-size: 84px;
    color: #fff;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 1.00)
}

@media (max-width: 1024px) {
    h1, .page-title {
        font-size: 60px
    }
}

@media (max-width: 768px) {
    h1, .page-title {
        font-size: 40px
    }
}

h2 {
    font-size: 50px
}

@media (max-width: 1024px) {
    h2 {
        font-size: 42px
    }
}

@media (max-width: 768px) {
    h2 {
        font-size: 36px
    }
}

h3 {
    font-size: 35px
}

@media (max-width: 768px) {
    h3 {
        font-size: 20px
    }
}


h4, small {
    display: block;
    margin-bottom: 10px;
    font-size: 21px
}

@media (max-width: 768px) {
    h4, small {
        font-size: 18px
    }
}

h5 {
    color: var(--wp--preset--color--luminous-vivid-amber);
    margin-top: 20px;
    margin-bottom: 12px;
    font-size: 18px
}

h6 {
    margin-top: 16px;
    margin-bottom: 8px;
    font-size: 16px
}

.container {
    min-width: 320px;
    max-width: 1560px;
    padding: 0 15px;
    margin: 0 auto;
    position: relative
}

@media (max-width: 768px) {
    .container {
        padding: 0 15px
    }
}

.home main {
    padding: 0
}

.section {
    clear: both;
    padding: 60px 0
}

@media (max-width: 1024px) {
    .section {
        padding: 40px 0
    }
}

small {
    color: #F4C737;/*#4FB0C3;*/
    font-family: "TTSupermolot", sans-serif;
    font-weight: 900;
    line-height: 85%;
    position: relative;
    text-transform: uppercase
}

.error-404 h1 {
    color: #F4C737;
    font-size: 300px
}

@media (max-width: 768px) {
    .error-404 h1 {
        font-size: 150px
    }
}

@media (max-width: 479px) {
    .error-404 h1 {
        font-size: 100px
    }
}

.error-404 p {
    font-size: 50px
}

@media (max-width: 768px) {
    .error-404 p {
        font-size: 25px
    }
}

@media (max-width: 479px) {
    .error-404 p {
        font-size: 20px
    }
}

@media (max-width: 479px) {
    .error-404 .page-header {
        padding: 35% 15px 80px 15px;
        min-height: auto
    }
}

.single-ignition_product .blog_section .page-header {
    max-height: 450px;
    min-height: auto
}

.header {
    display: block;
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 5;
    font-size: 16px;
    margin: 0 auto;
    transition: background-color .3s
}

.header:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    transition: .7s;
    opacity: 1
}

.header-wrapper {
    display: flex;
    justify-content: space-between
}

.header-wrapper.menu-is-open {
    background-color: rgba(0, 0, 0, 0.8);
    height: 100vh
}

@media (max-width: 768px) {
    .header {
        align-items: center
    }
}

.header-logo {
    display: block;
    transition: width .3s;
    width: 181px
}

@media (max-width: 1024px) {
    .header-logo {
        width: 100px
    }
}

.header.header-scroll:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
    z-index: -1;
    width: 100%;
    height: 75px;
    background-color: rgba(0, 0, 0, 0.8)
}

.header.header-scroll .header-logo {
    width: 100px
}

@media (max-width: 1024px) {
    .header.header-scroll .header-logo {
        width: 100px
    }
}

@media (max-width: 768px) {
    .header-right.active, .header-nav.active {
        display: flex
    }
}

.header-right {
    display: flex;
    padding-right: 40px
}

@media (max-width: 768px) {
    .header-right {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        display: none
    }

    .header-right.active {
        display: flex;
        position: absolute;
        width: 100%;
        top: 50%;
        transform: translateY(-50%);
        padding-right: 0
    }
}

.header-nav {
    padding-left: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end
}

@media (max-width: 768px) {
    .header-nav {
        padding-top: 55px;
        left: 0;
        right: 0;
        text-align: center;
        max-height: 100%;
        justify-content: center;
        z-index: 2;
        flex-wrap: wrap;
        padding-left: 0;
        padding-bottom: 20px
    }
}

.header-nav li {
    transition: color .3s;
    background: none;
    margin-right: 25px;
    height: 60px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    font-weight: 700;
    min-width: 40px
}

.header-nav li:before {
    transition: opacity .3s, visibility .3s;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 16px;
    background: url("images/header-hover.png") 50% 0 no-repeat transparent;
    background-size: cover;
    opacity: 0;
    visibility: hidden
}

.header-nav li:hover:before, .header-nav li.active:before {
    opacity: 1;
    visibility: visible
}

.header-nav li:hover a, .header-nav li.active a {
    color: #F4C737
}

.header-nav li:hover svg, .header-nav li.active svg {
    fill: #F4C737
}

.header-nav li:hover.header-nav-item__icon, .header-nav li.active.header-nav-item__icon {
    background: none
}

@media (max-width: 1024px) {
    .header-nav li:hover, .header-nav li.active {
        background: none
    }
}

.header-nav li.mobile-text {
    padding-bottom: 3px
}

.header-nav li.mobile-text a {
    font-size: 0
}

@media (max-width: 1024px) {
    .header-nav li {
        margin-right: 20px;
        margin-bottom: 0
    }
}

@media (max-width: 768px) {
    .header-nav li {
        height: auto;
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px
    }

    .header-nav li:before {
        content: none
    }

    .header-nav li.header-nav-item__icon {
        width: 20%
    }

    .header-nav li.mobile-text {
        padding-bottom: 0
    }

    .header-nav li.mobile-text a {
        font-size: 24px
    }

    .header-nav li.mobile-text svg {
        display: none
    }
}

.header-nav li svg {
    fill: #fff;
    filter: drop-shadow(3px 3px 3px #000)
}

.header-nav li a {
    color: #fff;
    text-transform: uppercase;
    display: flex;
    height: 20px;
    transition: 0.3s;
    align-items: center;
    font-size: 18px;
    text-shadow: 3px 3px 5px #000000
}

@media (max-width: 768px) {
    .header-nav li a {
        font-size: 24px;
		margin-bottom: 20px;
    }
}

.header-nav li:last-child {
    margin-right: 0
}

.header-social-list {
    display: flex;
    justify-content: center
}

.header-social-list svg {
    fill: #fff;
    filter: drop-shadow(3px 3px 3px #000);
    transition: all .3s
}

.header-social-list li {
    margin-right: 20px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: flex-end
}

.header-social-list li:hover svg {
    fill: #F4C737
}

.header-social-list li a {
    color: #fff;
    text-transform: uppercase;
    display: flex;
    height: 20px;
    align-items: center
}

.header-social-list li:last-child {
    margin-right: 0
}

.header-social-list:before {
    content: "";
    display: block;
    height: 23px;
    width: 2px;
    margin: 38px 15px 0;
    background-color: #fff;
    opacity: 0.27;
    border-radius: 1px
}

@media (max-width: 768px) {
    .header-social-list:before {
        display: none
    }
}

.burger-btn {
    cursor: pointer;
    padding: 12px 0;
    display: none
}

.burger-btn.active span {
    background: transparent
}

.burger-btn.active span:before {
    transform: rotate(45deg) translate(5px, 6px)
}

.burger-btn.active span:after {
    transform: rotate(-45deg) translate(5px, -6px)
}

@media (max-width: 768px) {
    .burger-btn {
        display: block;
        margin-right: 15px;
        margin-top: 20px
    }
}

.burger-btn span {
    position: relative;
    display: block;
    width: 25px;
    height: 4px;
    background: #fff;
    transition: all .2s ease-in-out
}

.burger-btn span:before, .burger-btn span:after {
    position: absolute;
    background: #fff;
    content: '';
    width: 25px;
    height: 4px;
    transition: all .2s ease-in-out
}

.burger-btn span:before {
    top: -8px
}

.burger-btn span:after {
    top: 8px
}

.dropShadow {
    box-shadow: 1px 1px 1px #000
}

.footer {
    padding: 100px 0 80px;
    background: url("images/footer-bg.png") center center no-repeat;
    background-size: cover;
    margin-top: -100px;
    position: relative;
    z-index: 10
}

@media (max-width: 768px) {
    .footer {
        padding: 80px 0 30px
    }
}

.footer a {
    transition: .3s
}

.footer a:hover {
    opacity: 0.7
}

.footer-layout {
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media (max-width: 1200px) {
    .footer-layout {
        flex-wrap: wrap;
        justify-content: center
    }
}

.footer-left {
    display: flex;
    align-items: center
}

@media (max-width: 1200px) {
    .footer-left {
        width: 100%;
        margin-bottom: 15px;
        justify-content: space-around
    }
}

@media (max-width: 768px) {
    .footer-left {
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 20px
    }
}

.footer-right {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-end
}

@media (max-width: 1200px) {
    .footer-right {
        padding-top: 25px;
        width: 100%;
        align-items: center
    }
}

@media (max-width: 768px) {
    .footer-right {
        text-align: center
    }
}

.footer-right p {
    font-size: 17px;
    font-weight: 600;
    color: #3A3A3A;
    max-width: 550px
}

@media (max-width: 1440px) {
    .footer-right p {
        text-align: right
    }
}

@media (max-width: 768px) {
    .footer-right p {
        text-align: center
    }
}

.footer-right svg {
    fill: #3A3A3A;
    /*width: 100%;
    height: 100%;*/
}

.footer-logo {
    margin-right: 70px
}

@media (max-width: 1200px) {
    .footer-logo {
        margin-right: 25px;
        max-width: 150px
    }
}

@media (max-width: 768px) {
    .footer-logo {
        width: 100%;
        text-align: center;
        max-width: 100px
    }
}

.footer-logo a:hover {
    opacity: 1
}

.footer-nav {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    max-width: 550px;
    color: #232323
}

.footer-nav li {
    width: 33.333%;
    padding-right: 5px
}

@media (max-width: 1440px) {
    .footer-nav li {
        width: 50%
    }
}

@media (max-width: 768px) {
    .footer-nav li {
        width: auto;
        padding-right: 0
    }
}

.footer-nav a {
    font-size: 18px;
    color: #3a3a3a;
    font-weight: bold;
    text-transform: uppercase
}

@media (max-width: 1200px) {
    .footer-nav a {
        font-size: 14px
    }
}

@media (max-width: 1024px) {
    .footer-nav {
        padding: 15px 0;
        margin-left: 50px
    }
}

@media (max-width: 768px) {
    .footer-nav {
        display: block;
        max-width: 100%;
        margin-left: 20px;
        columns: 2;
        column-gap: 30px
    }
}

.footer-social-icons {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px
}

.footer-social-icons li {
    margin-left: 50px;
	list-style: none;
}

@media (max-width: 768px) {
    .footer-social-icons {
        justify-content: center;
        padding-bottom: 20px
    }

    .footer-social-icons li {
        margin-left: 25px
    }

    .footer-social-icons li:first-child {
        margin-left: 0
    }
}

.footer-social-icons svg {
    transform: scale(2);
}

@media (max-width: 768px) {
    .footer-social-icons svg {
        transform: scale(1)
    }
}

.brown-btn, .wpcf7-submit {
    background: transparent;
    background-size: 100% 100%;
    min-width: 219px;
    display: inline-block;
    position: relative;
    font-size: 20px;
    line-height: 31px;
    margin: 0 auto;
    border: none;
    color: #F4C737;
    font-weight: 800;
    text-align: center;
    height: 57px;
    padding: 16px 24px;
    text-transform: uppercase;
    transition: all .1s linear
}

.brown-btn .text-button, .wpcf7-submit .text-button {
    position: relative;
    z-index: 3
}

.brown-btn:before, .wpcf7-submit:before {
    content: '';
    position: absolute;
    background: center center url("images/backgrounds/service-card-btn-bg.png") no-repeat;
    background-size: 100% 100%;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%
}

.brown-btn:after, .wpcf7-submit:after {
    content: '';
    position: absolute;
    background: center center url("images/backgrounds/service-card-btn-bg.png") no-repeat;
    background-size: 100% 100%;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    transition: 0.3s ease-in-out
}

.brown-btn:hover, .brown-btn:active, .wpcf7-submit:hover, .wpcf7-submit:active {
    color: #f9d56e
}

.brown-btn:hover:after, .brown-btn:active:after, .wpcf7-submit:hover:after, .wpcf7-submit:active:after {
    content: '';
    position: absolute;
    height: 100%;
    opacity: 1;
    filter: contrast(1.26)
}

@media (max-width: 768px) {
    .brown-btn, .wpcf7-submit {
        font-size: 14px;
        padding: 10px;
        height: auto
    }
}

.wpcf7-response-output {
    color: #F4C737
}

.forms-wrapper {
    display: flex;
    justify-content: center
}

@media (max-width: 1024px) {
    .forms-wrapper {
        flex-wrap: wrap
    }
}

.forms-wrapper .jq-selectbox {
    width: 100%
}

.forms-wrapper .jq-selectbox__select {
    color: #F4C737;
    border: 1px solid #F4C737;
    width: 100%;
    height: auto;
    box-shadow: none;
    border-radius: 2px;
    background: #1d1d1d;
    padding: 10px 20px;
    -webkit-appearance: none
}

.forms-wrapper .jq-selectbox__select:hover {
	border: 1px solid #FFF;
}

.forms-wrapper .jq-selectbox__select-text {
    font-size: 18px;
    font-family: "TTSupermolot", sans-serif;
    font-weight: 700;
    text-shadow: none
}

.forms-wrapper .jq-selectbox__select-text:first-letter {
    text-transform: uppercase
}

.forms-wrapper .jq-selectbox__trigger {
    border-left: none
}

.forms-wrapper .jq-selectbox__trigger-arrow {
    position: absolute;
    right: 15px;
    top: 50%;
    width: 8px;
    height: 8px;
    border: 2px solid #F4C737;
    border-top: 0;
    border-left: 0;
    transform: translateY(-50%) rotate(45deg)
}

.forms-wrapper .jq-selectbox__dropdown {
    background: #1d1d1d;
    border-radius: 0 0 4px 4px
}

.forms-wrapper .jq-selectbox li {
    color: #fff;
    font-size: 18px;
    font-family: "TTSupermolot", sans-serif;
    font-weight: 700
}

.forms-wrapper .jq-selectbox li.selected {
    background-color: #F4C737
}

.forms-wrapper .jq-selectbox li:first-letter {
    text-transform: uppercase
}

form#post-date-filter {
    width: 66%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px
}

form#post-date-filter button {
    max-width: 250px;
    margin: 10px
}

@media (max-width: 1024px) {
    form#post-date-filter {
        width: 100%
    }
}

@media (max-width: 768px) {
    form#post-date-filter {
        flex-wrap: wrap;
        margin-bottom: 0
    }
}

.search {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    width: 33%
}

@media (max-width: 1024px) {
    .search {
        width: 100%;
        margin: 0 0 15px
    }

    .search #searchform {
        width: 100%
    }
}

#searchform {
    width: 100%
}

#searchform input {
    width: 100%
}

.wrapper-select {
    width: 100%;
    margin-right: 10px
}

@media (max-width: 1024px) {
    .wrapper-select:nth-child(2) {
        margin-right: 0
    }
}

@media (max-width: 768px) {
    .wrapper-select {
        margin-bottom: 15px;
        margin-right: 0
    }
}

select#sort, select#category, #searchform input {
    color: #F4C737;
    border: 1px solid #F4C737;
    width: 100%;
    border-radius: 2px;
    background: #1d1d1d;
    padding: 10px 20px;
    font-size: 18px;
    font-family: "TTSupermolot", sans-serif;
    font-weight: 700;
    -webkit-appearance: none;
    -moz-appearance: none
}

select#sort:hover, select#category:hover, #searchform input:hover {
	border: 1px solid #FFF;
}

#searchform input {
    height: 54px;
    text-align: center
}

#searchform input:focus {
    outline: none;
}

#searchform input::-webkit-input-placeholder {
    color: #F4C737
}

#searchform input::-moz-placeholder {
    color: #F4C737
}

#searchform input:-ms-input-placeholder {
    color: #F4C737
}

#searchform input:-moz-placeholder {
    color: #F4C737
}

.result_item {
    width: 100%;
    text-align: center
}

.service-card {
    padding: 60px 50px 76px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    width: 33%;
    background: url("images/backgrounds/service-card-bg.png") center center no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
}

.service-card p {
	color: #72706a;
}

@media (max-width: 1200px) {
    .service-card {
        padding: 50px 40px;
        background-size: cover;
        width: 48%;
        margin: 0 1% 50px
    }

    .service-card:last-child {
        margin: 0 auto
    }
}

@media (max-width: 768px) {
    .service-card {
        width: 100%;
        justify-content: center;
        max-width: 500px;
        margin: 0 auto 50px
    }
}

.service-card-info {
    z-index: 1;
    text-align: center
}

.service-card-icon {
    transition: transform 0.5s;
    max-width: 50%;
    margin: 0 auto 10px;
}

.service-card-icon > img {
	display: inline;
}

.service-card-title {
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 20px;
}

.service-card .brown-btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px;
    max-width: 175px
}

@media (max-width: 768px) {
    .service-card .brown-btn {
        bottom: -20px
    }
}

.games {
    background: top url("images/backgrounds/submarine-bg.png") no-repeat;
	background-size: 100%;
    padding-top: 120px;
    padding-bottom: 184px;
    margin-top: -102px;
    position: relative;
    z-index: 4;
    text-align: center
}

@media (max-width: 768px) {
    .games {
        padding-bottom: 120px
    }
}

.games-card-container {
    margin: 0 -5px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px
}

.games-col {
    width: 33.3%;
    padding: 0 5px;
    margin-bottom: 10px
}

@media (max-width: 1200px) {
    .games-col {
        width: 50%
    }
}

@media (max-width: 768px) {
    .games-col {
        width: 100%
    }
}

.games-card {
    background: center center no-repeat;
    background-size: 100% 100%;
    text-align: center;
    position: relative;
    overflow: hidden;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: background-size 0.5s ease;
    min-height: 500px
}

.games-card .games-card-header {
    transform: translate3d(0, 60px, 0);
    transition: transform 0.6s
}

.games-card .games-card-hover-btn {
    opacity: 0;
    position: relative;
    z-index: 1;
    -webkit-transition: opacity 0.6s, transform 0.6s;
    -moz-transition: opacity 0.6s, transform 0.6s;
    -o-transition: opacity 0.6s, transform 0.6s;
    transition: opacity 0.6s, transform 0.6s;
    transform: translate3d(0, 28px, 0)
}

@media (max-width: 768px) {
    .games-card {
        max-width: 500px;
        margin: 0 auto
    }

    .games-card .games-card-header {
        padding-bottom: 20px
    }

    .games-card .brown-btn {
        min-width: 185px
    }

    .games-card:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0
    }
}

@media (max-width: 479px) {
    .games-card {
        min-height: 400px
    }
}

@media (max-width: 374px) {
    .games-card {
        min-height: 350px
    }
}

.games-card:after {
    position: absolute;
    content: "";
    display: block;
    opacity: 0;
    background: center 100% no-repeat url("images/games-card-hover.png");
    background-size: contain;
    height: 15px;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
    -webkit-transition: transform 0.35s;
    -moz-transition: transform 0.35s;
    -o-transition: transform 0.35s;
    transition: transform 0.35s
}

@media (max-width: 1024px) {
    .games-card:after {
        display: none
    }
}

@media (max-width: 1024px) {
    .games-card:after {
        display: none
    }
}

.games-card:hover {
    background-size: 110% 110%
}

.games-card:hover .games-card-hover-btn {
    transform: translate3d(0, 0, 0);
    opacity: 1
}

.games-card:hover .games-card-header {
    padding-bottom: 20px;
    transform: translate3d(0, 0, 0)
}

.games-card:hover .games-card-hover-info, .games-card:hover .games-card-hover-btn {
    display: block
}

.games-card:hover:after {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

@media (max-width: 1024px) {
    .games-card:hover:after {
        display: none
    }
}

.games-card:hover .games-card-info {
    padding-bottom: 40px
}

.games-card:hover.big-hover .games-card-info {
    justify-content: space-between;
    padding-top: 60px
}

.games-card:hover.big-hover:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(30, 30, 30, 0.91)
}

.games-card-info {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    padding: 0 5px 30px;
    position: absolute;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0.1) 100%)
}

.games-card-info:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: url(images/backgrounds/game-card-bg.png) center center no-repeat transparent;
    background-size: 100% 100%
}

@media (max-width: 1024px) {
    .games-card-hover-info, .games-card-hover-btn {
        display: block
    }
}

.games-card-indicators {
    display: flex;
    justify-content: center
}

.games-card-indicator {
    margin: 0 5px;
    display: block
}

.games-card-indicator__value, .games-card-indicator__name {
    display: block;
    opacity: 0.9
}

.games-card-indicator__value {
    font-size: 30.5px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.39;
    letter-spacing: 0.61px;
    text-align: center;
    color: #F4C737
}

@media (max-width: 768px) {
    .games-card-indicator__value {
        font-size: 28px
    }
}

.games-card-indicator__name {
    color: #fff;
    font-size: 22px
}

@media (max-width: 768px) {
    .games-card-indicator__name {
        font-size: 18px
    }
}

.games-card-description {
    opacity: .9;
    font-size: 22px;
    line-height: 1.41;
    letter-spacing: .44px;
    text-align: center;
    color: #fff;
    max-width: 345px;
    margin: 0 auto
}

@media (max-width: 768px) {
    .games-card-description {
        font-size: 18px
    }
}

.games-card-mark {
    font-size: 18px;
    font-weight: 900;
    color: #F4C737;
    text-transform: uppercase;
    padding: 11px;
    background-color: #000;
    position: absolute;
    left: 15px;
    top: 20px;
    line-height: 1
}

.blog_section .page-header {
    max-height: 450px
}

.blog {
    position: relative;
    z-index: 2;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    margin-bottom: -50px
}

@media (max-width: 768px) {
    .blog {
        padding-bottom: 0
    }
}

.blog .page-header {
    background-position: center;
    max-height: 500px
}

.blog-date {
    font-size: 20px;
    line-height: 1.55;
    color: #F4C737;
    font-weight: 900;
    padding-bottom: 18px;
    display: block
}

.blog .row {
    margin-bottom: 37px
}

@media (max-width: 768px) {
    .blog .row {
        margin-bottom: 0
    }
}

.blog .brown-btn {
    min-width: 185px
}

.blog .brown-btn.load-more {
    width: 185px;
    margin: 0 auto;
    display: block
}

.blog .brown-btn.load-more:after, .blog .brown-btn.load-more:before {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    bottom: 25px
}

.blog .brown-btn.load-more:after {
    left: 15px;
    right: calc(50% + 112.5px);
    background: linear-gradient(to right, rgba(94, 99, 108, 0.1), #5e636c)
}

.blog .brown-btn.load-more:before {
    left: calc(50% + 112.5px);
    right: 15px;
    background: linear-gradient(to left, rgba(94, 99, 108, 0.1), #5e636c)
}

.blog .container {
    top: -55px
}

.blog .divider {
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, rgba(94, 99, 108, 0.1), #5e636c, rgba(94, 99, 108, 0.1));
    margin: 0 15px 50px
}

@media (max-width: 1200px) {
    .blog .divider {
        display: none
    }
}

.blog-card {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: flex-start;
    text-align: left;
    margin-bottom: 50px
}

@media (max-width: 768px) {
    .blog-card {
        text-align: center
    }
}

.blog-card .blog-card-description {
    flex-grow: 1;
    margin-bottom: 26px
}

.blog-card h5 {
    font-size: 28px;
    line-height: 1.14;
    margin-bottom: 18px;
    font-weight: 400;
    text-transform: none
}

@media (max-width: 1200px) {
    .blog-card h5 {
        font-size: 25px
    }
}

@media (max-width: 768px) {
    .blog-card h5 {
        font-size: 22px;
        margin-bottom: 15px
    }
}

.blog-card span {
    font-size: 20px;
    font-weight: 900;
    color: #F4C737;
    margin-bottom: 30px
}

@media (max-width: 768px) {
    .blog-card span {
        margin-bottom: 15px;
        font-size: 18px
    }
}

@media (max-width: 768px) {
    .blog-card p {
        margin-bottom: 15px
    }
}

.blog-card-img {
    margin-bottom: 30px
}

@media (max-width: 768px) {
    .blog-card-img {
        margin-bottom: 15px
    }
}

.blog-card-img img {
    width: 100%;
    height: 270px;
    object-fit: cover
}

.blog-card .brown-btn {
    margin-left: 0
}

.subscribe {
    padding: 100px 0 176px;
    background: center center no-repeat;
    background-size: cover;
    z-index: 9;
    position: relative
}

@media (max-width: 768px) {
    .subscribe {
        padding: 80px 0 150px
    }
}

.subscribe h2 {
    font-size: 31px
}

@media (max-width: 1200px) {
    .subscribe h2 {
        font-size: 28px
    }
}

@media (max-width: 768px) {
    .subscribe h2 {
        font-size: 25px
    }
}

.subscribe p {
    max-width: 527px;
    margin: 0 auto 30px;
    line-height: 1.35;
    text-align: center;
    color: #fff !important
}

.subscribe .brown-btn {
    border: none !important;
    outline: none !important
}

.subscribe form {
    display: block;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center
}

.subscribe-input {
    font-size: 20px;
    line-height: 1.35;
    color: #72706a;
    width: 100%;
    max-width: 470px;
    height: 56px;
    padding: 0 30px;
    background: url("images/backgrounds/input-bg.png") center center transparent;
    background-size: 100% 100%;
    border: none !important;
    outline: none !important
}

@media (max-width: 768px) {
    .subscribe-input {
        font-size: 16px
    }
}

.subscribe-input::placeholder {
    font-size: 20px;
    opacity: 1;
    line-height: 1.35;
    color: #72706a
}

@media (max-width: 768px) {
    .subscribe-input::placeholder {
        font-size: 16px
    }
}

.subscribe .brown-btn {
    min-width: 185px;
    width: 185px;
    margin: 0
}

.subscribe .wpcf7-not-valid-tip {
    top: 100%
}

.subscribe .wpcf7-response-output {
    max-width: 900px;
    margin: 0 auto !important
}

.service {
    background: center top url("images/backgrounds/section-bg.png") no-repeat;
    margin-top: -70px;
    padding-top: 100px;
    padding-bottom: 150px;
    position: relative;
    z-index: 4;
    background-size: cover;
    text-align: center
}

@media (max-width: 768px) {
    .service {
        padding-bottom: 160px
    }
}

.service .section-title {
    color: #FFF;
}

.service-text {
	color: #FFF;
    max-width: 1140px;
    margin: 0 auto 45px;
    font-size: 20px;
    line-height: 1.55;
}

@media (max-width: 768px) {
    .service-text {
        font-size: 16px
    }
}

.service .card-container {
    display: flex;
    flex-wrap: wrap;
    margin: -5px 0
}

.service-category-card {
    max-width: 455px;
    margin: 0 auto 46px
}

.service-category-card ul {
    font-weight: 600
}

.service-category-card h3 {
    font-size: 30px
}

.service-category-card-img {
    margin-bottom: 30px
}

.service-category-card li {
    color: #A09F9A;
    font-size: 17px;
    line-height: 185%;
    padding-left: 20px;
    position: relative
}

.service-category-card li:before {
    content: "";
    position: absolute;
    top: 12px;
    left: 2px;
    display: inline-block;
    border-radius: 50%;
    background-color: #4FB0C3;
    width: 7px;
    height: 7px;
    margin-right: 18px;
    margin-bottom: 3px
}

@media (max-width: 1200px) {
    .service-category-card li {
        font-size: 15px
    }

    .service-category-card li:before {
        top: 7px;
        top: 7px
    }
}

@media (max-width: 768px) {
    .service-category-card li {
        font-size: 14px;
        line-height: 20px;
        padding-right: 15px
    }

    .service-category-card li:before {
        top: 5px
    }
}

.service-category-card p, .service-category-card h3, .service-category-card li {
    color: #FFF;
}

@media (max-width: 768px) {
    .service-category-card {
        margin-bottom: 25px
    }
}

.service .wrapper-button {
    position: relative
}

.service .brown-btn.with-divider, .service .wrapper-button.with-divider {
    width: auto;
    margin: 0 auto;
    display: block
}

.service .brown-btn.with-divider:after, .service .brown-btn.with-divider:before, .service .wrapper-button.with-divider:after, .service .wrapper-button.with-divider:before {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    bottom: 25px
}

.service .brown-btn.with-divider:after, .service .wrapper-button.with-divider:after {
    left: 15px;
    right: calc(50% + 120px);
    background: linear-gradient(to right, rgba(94, 99, 108, 0.1), #5e636c)
}

.service .brown-btn.with-divider:before, .service .wrapper-button.with-divider:before {
    left: calc(50% + 120px);
    right: 15px;
    background: linear-gradient(to left, rgba(94, 99, 108, 0.1), #5e636c)
}

.services .page-header {
    max-height: 450px;
    min-height: auto
}

video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

@media (max-width: 768px) {
    video {
        position: static
    }
}

.home .hero-slider-wrapper {
    min-height: 100vh
}

.home .owl-dots {
    position: absolute;
    bottom: 95px;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%)
}

.home .owl-dots button {
    transition: background-color .3s, opacity .3s;
    margin: 0 8px 0 0;
    width: 15px;
    height: 15px;
    opacity: 0.38;
    background-color: #ffffff;
    border: none !important;
    border-radius: 50%;
    outline: none !important
}

.home .owl-dots button.active, .home .owl-dots button:hover {
    background-color: #e6bc35;
    opacity: 1
}

.home .owl-dots button:last-child {
    margin-right: 0
}

.home .hello-there {
    background-size: cover;
    min-height: 500px;
    margin-top: -115px;
    display: flex;
    align-items: center;
    padding: 160px 0 200px;
    position: relative;
    z-index: 2
}

@media (max-width: 1024px) {
    .home .hello-there {
        padding: 120px 0
    }
}

.home .hello-there.with-video {
    min-height: 1074px;
    margin: 0
}

@media (max-width: 1855px) {
    .home .hello-there.with-video {
        min-height: 850px
    }
}

@media (max-width: 1440px) {
    .home .hello-there.with-video {
        min-height: 750px
    }
}

@media (max-width: 1279px) {
    .home .hello-there.with-video {
        min-height: 550px
    }
}

@media (max-width: 1200px) {
    .home .hello-there.with-video {
        padding: 120px 0
    }
}

@media (max-width: 899px) {
    .home .hello-there.with-video {
        min-height: 500px
    }
}

@media (max-width: 768px) {
    .home .hello-there.with-video {
        flex-direction: column;
        padding: 0 0 120px 0;
        margin: 0
    }
}

.home .hello-there.with-video:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5)
}

.home .hello-there .video-wrapper {
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    padding: 56.4% 0 0
}

@media (max-width: 768px) {
    .home .hello-there .video-wrapper {
        position: static;
        padding: 0;
        margin: 0 0 20px
    }
}

.home .hello-there .section-title {
    text-align: left;
	color: #FFF;
}

@media (max-width: 768px) {
    .home .hello-there .section-title {
        padding-top: 20px;
        text-align: center
    }
}

.home .hello-there-text {
    margin: 0 auto;
    margin-bottom: 16px
}

.home .hello-there-layout {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    pointer-events: none
}

@media (max-width: 768px) {
    .home .hello-there-layout {
        flex-direction: column
    }
}

.home .hello-there-right {
    width: 65%
}

.home .hello-there-right a {
    pointer-events: auto
}

.home .hello-there-img {
    width: 30%;
    margin-right: 100px
}

@media (max-width: 1024px) {
    .home .hello-there-img {
        margin-right: 50px
    }
}

@media (max-width: 768px) {
    .home .hello-there-img {
        max-width: 300px;
        margin: 0 auto
    }
}

@media (max-width: 768px) {
    .home .hello-there-left, .home .hello-there-img {
        width: 100%;
        text-align: center
    }
}

.home .hello-there-text {
    color: #fff
}

.home .hello-there-text p {
    color: #fff;
    letter-spacing: 1.2px
}

.home iframe {
    width: 100%
}

.home .games {
    padding-top: 80px
}

.home .page-header {
    justify-content: flex-end
}

.home .page-header p {
    max-width: 892px
}

@media (max-width: 768px) {
    .home .service {
        padding-top: 120px
    }
}

.about h2 {
    color: #232323
}

.about .people-section .yellow-block {
    background: url("images/backgrounds/about-us-yellow-bg.png") center center no-repeat;
    background-size: 100% 100%;
    position: relative;
    margin-top: -90px;
    z-index: 2;
    padding: 134px 0;
    text-align: center
}

.about .people-section .yellow-block p {
    max-width: 967px;
    margin: 0 auto;
    color: #232323
}

.about .people-section .yellow-block > div > p.section-text > a {
	color: #3a3a3a;
	font-weight: 600;
}

.about .people-section .yellow-block > div > p.section-text > a:hover {
	opacity: 0.7;
}

@media (max-width: 1024px) {
    .about .people-section .yellow-block {
        background-size: cover
    }
}

.about .people-section .about-us-gallery {
    margin-top: -113px;
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.about .people-section .about-us-gallery .owl-dots {
    position: absolute;
    left: 50%;
    bottom: 55px;
    transform: translateX(-50%)
}

.about .people-section .about-us-gallery .owl-dots button {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #232323;
    -webkit-box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.1);
    -moz-box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.1);
    opacity: 0.7;
    margin-right: 8px;
    border: none !important;
    outline: none !important
}

.about .people-section .about-us-gallery .owl-dots button.active {
    background-color: #e6bc35;
    opacity: 1
}

.about .people-section .about-us-gallery img {
    height: 425px;
    width: calc(100% / 3);
    margin: 0;
    padding: 0;
    object-fit: cover
}

@media (max-width: 1024px) {
    .about .people-section .about-us-gallery img {
        height: 325px
    }
}

@media (max-width: 768px) {
    .about .people-section .about-us-gallery img {
        width: calc(100%);
        height: 425px
    }
}

.about .about-slider-section {
	color: #72706A;
    background: url("images/backgrounds/about-slider-section-bg.png") center 0 no-repeat;
    background-size: cover;
    margin-top: -60px;
    padding: 50px 0 200px 0;
    position: relative;
    z-index: 3
}

@media (max-width: 768px) {
    .about .about-slider-section {
        padding-top: 120px
    }
}

.about .about-slider-section h2 {
    color: #232323;
    text-align: left
}

.about .about-slider-section .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.about .about-slider-section .container > div {
    width: 50%
}

@media (max-width: 768px) {
    .about .about-slider-section .container > div {
        width: 100%
    }
}

.about .about-slider .owl-nav {
    position: absolute;
    left: 0;
    bottom: 0
}

@media (max-width: 768px) {
    .about .about-slider .owl-nav {
        left: 50%;
        transform: translateX(-50%)
    }
}

.about .about-slider .owl-nav button {
    transition: .3s;
    width: 59px;
    height: 54px;
    background-color: #1c1b18;
    border: none !important;
    outline: none !important;
    position: relative
}

.about .about-slider .owl-nav button:first-child {
    transform: rotate(-180deg);
    margin-right: 8px
}

.about .about-slider .owl-nav button span {
    display: none
}

.about .about-slider .owl-nav button:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7.5px 0 7.5px 15px;
    border-color: transparent transparent transparent #f4c737;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%)
}

.about .about-slider .owl-nav button:hover {
    opacity: 0.7
}

.about .about-slider .owl-dots {
    position: absolute;
    left: 155px;
    bottom: 17px
}

@media (max-width: 768px) {
    .about .about-slider .owl-dots {
        display: none
    }
}

.about .about-slider .owl-dots button {
    transition: background-color .3s, opacity .3s;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #232323;
    opacity: 0.38;
    margin-right: 8px;
    border: none !important
}

.about .about-slider .owl-dots button.active, .about .about-slider .owl-dots button:hover {
    background-color: #e6bc35;
    opacity: 1
}

.about .about-slider-item {
    display: flex
}

@media (max-width: 768px) {
    .about .about-slider-item {
        flex-direction: column;
        padding-bottom: 80px
    }
}

.about .about-slider-item p {
	color: #72706A;
    max-width: 772px
}

.about .about-slider-item-left {
    padding-top: 50px;
    padding-bottom: 70px
}

@media (max-width: 768px) {
    .about .about-slider-item-left {
        padding-top: 0
    }
}

.about .about-slider-item-right {
    padding-left: 50px;
    display: flex;
    justify-content: center;
    align-items: center
}

@media (max-width: 768px) {
    .about .about-slider-item-right {
        padding: 0;
        max-width: 70%;
        margin: 0 auto
    }
}

.about .about-slider-item-img {
    position: relative;
    padding: 2px
}

.about .about-slider-item-img img {
    width: auto
}

.about .about-slider-item-img:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: url("images/backgrounds/about-slider-bg.png") center center no-repeat transparent;
    background-size: cover
}

.about .wont-join {
    background: url("images/backgrounds/submarine-2-bg.png") center 0 no-repeat;
    background-size: cover;
    padding-top: 132px;
    padding-bottom: 200px;
    margin-top: -100px;
    position: relative;
    text-align: center;
    z-index: 4
}

.about .wont-join h2 {
    margin-bottom: 30px;
    color: #F4C737
}

.about .wont-join p {
    max-width: 675px;
    margin: 0 auto 30px;
    color: #fff
}

.case_study .page-header {
	max-height: 450px;
	min-height: auto;
	mask-image: url(https://punyhuman.com/wp-content/themes/puny-human-code/images/backgrounds/divider-flipped.png);
	mask-position: bottom;
	-webkit-mask-image: url(https://punyhuman.com/wp-content/themes/puny-human-code/images/backgrounds/divider-flipped.png);
	-webkit-mask-position: bottom;
}

.case_study .project {
    padding-top: 120px;
    padding-bottom: 184px;
    margin-top: -102px;
    z-index: 4;
}

.case_study .container {
	max-width: 1200px;
}

.case_study .h3 {
	color: #f4c737;
}

.article {
    padding-top: 200px;
    background: center 0 no-repeat;
    background-size: 100% 100%
}

@media (max-width: 1200px) {
    .article {
        background-size: cover
    }
}

@media (max-width: 1024px) {
    .article {
        padding-top: 150px
    }
}

@media (max-width: 768px) {
    .article {
        padding-top: 50px
    }
}

.article .blog {
    margin-top: -100px
}

.article-title {
    font-size: 36px;
    line-height: 1.18;
    text-align: left;
    color: #fff;
    font-weight: 400;
    margin-bottom: 17px;
    text-transform: none
}

@media (max-width: 1024px) {
    .article-title {
        font-size: 30px
    }
}

@media (max-width: 768px) {
    .article-title {
        font-size: 20px
    }
}

.article-info {
    width: 100%;
    max-width: 980px;
    padding: 0 70px 85px;
    margin: 0 auto
}

@media (max-width: 1200px) {
    .article-info {
        padding: 25px 0
    }
}

.article h3 {
    font-size: 29.5px;
    line-height: 1.44;
    text-align: left;
    color: #fff;
    font-weight: 400;
    margin-bottom: 30px;
    text-transform: none
}

@media (max-width: 1024px) {
    .article h3 {
        font-size: 25px
    }
}

@media (max-width: 768px) {
    .article h3 {
        font-size: 18px
    }
}

.article p {
    color: #a09f9a;
    margin-bottom: 45px
}

.article .thank-text {
    font-size: 21px;
    color: #fff;
    line-height: 1.56
}

.article-preview {
    position: relative;
    margin: 0 -70px 54px
}

@media (max-width: 1440px) {
    .article-preview {
        margin: 25px 0
    }
}

.article-preview-text {
    position: absolute;
    padding: 70px;
    bottom: 0
}

@media (max-width: 768px) {
    .article-preview-text {
        padding: 20px;
        position: relative;
        min-height: 180px
    }
}

@media (max-width: 639px) {
    .article-preview-text {
        top: 0
    }
}

.article-preview-image img {
    max-height: 550px;
    height: 100%;
    width: 100%;
    object-fit: cover
}

@media (max-width: 768px) {
    .article-preview-image {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        top: 0
    }

    .article-preview-image img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }
}

.article .video-block {
    padding: 50px 0
}

.article .blog {
    margin-top: 0;
    padding-top: 100px;
    padding-bottom: 80px
}

.article .blog .inner-text {
    position: relative;
    z-index: 3;
    display: inline-block;
    padding: 0 15px
}

.article .blog .inner-text:after, .article .blog .inner-text:before {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    bottom: 55%
}

.article .blog .inner-text:after {
    right: 100%;
    width: 100%;
    background: linear-gradient(to right, rgba(94, 99, 108, 0.1), #5e636c)
}

.article .blog .inner-text:before {
    left: 100%;
    width: 100%;
    background: linear-gradient(to left, rgba(94, 99, 108, 0.1), #5e636c)
}

@media (max-width: 768px) {
    .article .blog {
        padding-bottom: 0
    }
}

.article .blog .container {
    top: 0
}

.contact-us {
    background: url("images/backgrounds/contact-us-bg.png") center 0 no-repeat;
    background-size: cover;
    margin-top: -100px;
    padding: 125px 0
}

.contact-us-layout {
    display: flex
}

@media (max-width: 1024px) {
    .contact-us-layout {
        flex-direction: column
    }
}

.contact-us-left, .contact-us-right {
    width: 50%
}

@media (max-width: 1024px) {
    .contact-us-left, .contact-us-right {
        width: 100%
    }
}

.contact-us-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.contact-us-col {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 20px;
}

@media (max-width: 639px) {
    .contact-us-col {
        width: 100%;
    }
}

.contact-us-col-textarea {
    width: 100%;
}

.contact-us-left {
    padding-right: 95px
}

@media (max-width: 1024px) {
    .contact-us-left {
        margin-bottom: 20px
    }
}

@media (max-width: 639px) {
    .contact-us-left {
        padding-right: 0
    }
}

.contact-us p {
    color: #fff
}

.contact-us p a {
    color: #fff;
    font-weight: 600;
    text-decoration: underline
}

.contact-us p a:hover {
    text-decoration: none
}

.contact-us address {
    color: #fff;
    margin-bottom: 30px
}

.contact-us h2 {
    font-weight: 900;
    color: #fff;
    margin-bottom: 20px
}

.contact-us h5 {
    font-size: 26px;
    font-weight: 600;
    line-height: 150%;
    color: #fff
}

@media (max-width: 1200px) {
    .contact-us h5 {
        font-size: 22px
    }
}

.contact-us .brown-btn {
    min-width: 143px
}

.contact-us .social-links {
    display: flex;
    padding-left: 12px;
	list-style: none;
}

@media (max-width: 768px) {
    .contact-us .social-links {
        padding-bottom: 25px
    }
}

.contact-us .social-links li {
    margin-right: 40px;
	list-style: none;
}

.contact-us .social-links li:last-child {
    margin-right: 0
}

.contact-us .social-links li:hover svg {
    fill: #F4C737
}

.contact-us .social-links svg {
    transition: .3s;
    fill: #fff;
    height: 64px;
    width: auto
}

@media (max-width: 768px) {
    .contact-us .social-links svg {
        height: 40px
    }
}

.contact-us h2 {
    text-align: left
}

.contact-us label {
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 900;
    color: #fff;
    display: block
}

.contact-us .contact-us-row input, .contact-us .contact-us-row textarea {
    width: 100%;
    min-height: 50px;
    background-color: rgba(110, 198, 215, 0.5);
    border: none !important;
    outline: none !important;
    padding: 0 22px
}

.contact-us .contact-us-row input, .contact-us .contact-us-row input::placeholder, .contact-us .contact-us-row textarea, .contact-us .contact-us-row textarea::placeholder {
    font-size: 20px;
    font-weight: normal;
    line-height: 1.6;
    text-align: left;
    color: #fff
}

.contact-us .contact-us-row textarea {
    min-height: 238px;
    padding-top: 10px;
    resize: none
}

.contact-us .wpcf7-submit {
    border: none !important;
    outline: none !important
}

.contact-us td {
	padding-bottom: 20px;
}

.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 12px;
    font-weight: normal;
    display: block;
    position: absolute;
    top: 145%
}

.contact_us .page-header {
    max-height: 550px;
	min-height: auto;
}

/*# sourceMappingURL=main.min.css.map */
body, html {
    height: 100%;
    margin: 0;
}

.page .wrapper #site-content {
    padding: 160px 0;
}
.bgimg {
    background: #ebe1e1;
    height: 100%;
    background-position: center;
    background-size: cover;
    position: relative;
    color: white;
    font-family: "Courier New", Courier, monospace;
    font-size: 25px;
}

.topleft {
    position: absolute;
    top: 0;
    left: 16px;
}

.bottomleft {
    position: absolute;
    bottom: 0;
    left: 16px;
}

.middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

hr {
    margin: auto;
    width: 40%;
}

.article iframe {
    max-width: 100%;
    max-height: 470px;
}

/*single project post*/

.blog.project {
    background: url("/wp-content/themes/puny-human-code/images/backgrounds/project-bg.png");
    margin-top: -20px;
	margin-bottom:100px;
}
.blog.project .container {
    margin-top: -70px;
}
.blog.project .image-block{
    margin-bottom: 35px;
}
.blog.project .image-block p{
    display: flex;
    flex-wrap:wrap;
    margin: 0 -5px;
}
.blog.project .image-block img{
    width: 50%;
    padding: 5px;
    max-height: 275px;
    object-fit: cover;
}
.ignitiondeck.id-creatorprofile {
    display: none !important;
}
.product-video-container {
    margin-bottom:35px;
}
.blog.project h3 {
    font-weight: 500;
    text-transform: capitalize;
}
.product-dashed-heading, .product-dashed-heading1 {
    border-bottom: none;
}
#prodfaq {
    background:  url('/wp-content/themes/puny-human-code/images/backgrounds/divider.png') no-repeat 50% 100%;
    padding-bottom: 35px;
}
#prodfaq .faqs-item {
    margin-bottom: 30px;
}
#prodfaq .faqs-item p, #prodfaq p{
    padding-left: 30px;
}
#prodfaq .faqs-item .questions, #prodfaq p:nth-child(2n-1){
    position: relative;
    color: #ffffff;
}
#prodfaq .faqs-item .questions:before, #prodfaq p:nth-child(2n-1):before{
    content:"";
    position:absolute;
    left: 0;
    top: 50%;
    transform: translatey(-50%);
    width: 11px;
    height: 11px;
    background: #f4c737;
    border-radius: 50%;
}
#prodfaq p:nth-last-child(2) {
    margin-bottom:0 !important;
}

.ignitiondeck .id-product-infobox  {
    display: flex;
    flex-direction: column;
    background: none;
}
.id-product-infobox-wrapper {
    background:  url('/wp-content/themes/puny-human-code/images/backgrounds/puny-goal-bg.png') no-repeat 50% 0;
    background-size: 100% 100%;
    padding: 36px;
    display: flex;
    flex-direction: column;
}
.ignitiondeck .id-product-infobox-wrapper .progress-wrapper {
    /*height:  11px;*/
    background: none;
    position: relative;
    margin-bottom: 40px;
}
.ignitiondeck .progress-percentage {
    height: 11px;
    background: #1f1f1f;
    top: 100%;
    left: 0;
}
.ignitiondeck .progress-percentage .text{
    font-size: 40px;
    line-height: 52px;
    color: #ffffff;
    text-transform: uppercase;
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    font-weight: 800;
    font-family: "TTSupermolot",sans-serif;
}
.ignitiondeck .progress-bar {
    height: 7px;
    background: #4fb0c3;
    position: absolute;
    bottom: -9px;
    left: 0;
}
.id-product-infobox .id-product-description {
    /*display: none;*/
    padding: 0 36px;
    order: 4;
    font-size: 20px;
    line-height: 31px;
    font-weight: 400;
    color: #a6a49c;
    font-family: "TTSupermolot",sans-serif;
}
.id-product-infobox .id-product-title{
    display: none;

}
.id-product-infobox .product-wrapper {
    order: 1;

}
.id-product-infobox .id-product-infobox-wrapper .id-product-proposed-end {
    order:3;

}
.id-product-infobox .id-product-infobox-wrapper .btn-container {
    order:2;

}
.ignitiondeck .id-product-infobox .main-btn{
    background:  url('/wp-content/themes/puny-human-code/images/backgrounds/support-bg.png') no-repeat 50% 50%;
    background-size: 100% 100%;
    display: block;
    line-height: 1;
    padding: 15px 20px;
    font-size: 26px;
    color: #3a3a3a !important;
    font-weight: 800;
    font-family: "TTSupermolot",sans-serif;
    text-align: center;
}
.ignitiondeck .id-product-infobox .main-btn:hover {
    background:  url('/wp-content/themes/puny-human-code/images/backgrounds/support-bg.png') no-repeat 50% 50%;
    background-size: 100% 100%;
}
.id-product-infobox .id-product-levels {
    order: 5;
}
.id-product-infobox .id-product-levels .level-binding {
    padding: 36px;
    background:  url('/wp-content/themes/puny-human-code/images/backgrounds/puny-goal-bg.png') no-repeat 50% 50%;
    background-size: 100% 100%;
    display: block;
    margin-bottom: 20px;
}
.ignitiondeck .id-product-levels a .level-group {
    background: transparent;
}
.ignitiondeck .id-product-levels a .level-group:hover, .ignitiondeck .id-product-levels a .level-group:hover  .id-level-title{
    background: transparent;
}
.product-post-output div > p {
    color: #FFF;
    font-size: 20px;
}
.ignitiondeck .id-product-levels a .id-level-title {
    background: transparent;
    font-size: 34px;
    line-height: 32px;
    color: #ffffff;
    font-family: "TTSupermolot",sans-serif;
    text-align: center;
}
.ignitiondeck .id-product-levels a .id-level-desc, .ignitiondeck .id-product-levels a .id-level-desc p {
    font-size: 20px;
    line-height: 31px;
    color: #a6a49c;
    font-family: "TTSupermolot",sans-serif;
    text-align: center;
}
.ignitiondeck .id-product-levels a .id-level-title:hover {
    background: transparent;
}
.ignitiondeck .id-progress-raised,
.ignitiondeck .id-product-total
{
    font-size: 59px;
    line-height: 1;
    color: #4fb0c3;
    margin-bottom: 10px;
    font-weight: 400;
    font-family: "TTSupermolot",sans-serif;
}
.ignitiondeck .id-product-funding,
.ignitiondeck .id-product-pledges
{
    font-size: 20px;
    line-height: 1;
    color: #a6a49c;
    font-weight: 400;
    font-family: "TTSupermolot",sans-serif;
    padding-bottom: 30px;
    background:  url('/wp-content/themes/puny-human-code/images/backgrounds/id-products-line.png') no-repeat 50% 100%;
    margin-bottom: 25px;
}
.ignitiondeck  .id-product-pledges {
    background: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.blog.project {

}
@media all and (max-width: 1024px) {
    .blog.project .content {
        display: flex;
        flex-wrap: wrap;
    }
    .blog.project .content .id-complete-projcont {
        width: 100%;
    }
    .blog.project .content .id-complete-deck {
        width: 100%;
    }
}
@media all and (max-width: 768px) {
    .ignitiondeck .id-product-levels a .id-level-title {
        font-size: 25px;
    }
    .ignitiondeck .id-progress-raised,
    .ignitiondeck .id-product-total
    {
        font-size: 46px;
    }
    .ignitiondeck .progress-percentage .text{
        font-size: 25px;
    }
}
.subscribe form p {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.mc4wp-checkbox-contact-form-7 {
    width: 100%;
    display: block;
}
.mc4wp-checkbox-contact-form-7 span{
    padding-left: 15px;
}
.crowdfund-desc {
    width: 100%;
    font-size: 17px;
    color: #fff;
    text-shadow: 2px 2px 2px black;
    background: rgb(0, 0, 0, 40%);
}
.games-card h5 {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 900;
    color: #fff;
    text-shadow: 2px 2px 2px black;
    margin-bottom: 0;
}

.games-card-subtitle {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: 0.3px;
    color: #F4C737;
    text-shadow: 2px 2px 2px black;
}

.games-card:hover .crowdfund-info {
    opacity: 1;
    visibility: visible;
    position: static;
    transform: translate(0, 0);
}

.crowdfund-info {
    transition: opacity 0.3s;
    display: flex;
    margin: 0 auto;
    position: absolute;
    flex-wrap: wrap;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 370px;
	min-width: 370px;
    margin-bottom: 30px;
	padding-top: 30px;
    justify-content: center;
    opacity: 0;
}
.crowdfund-funded, .crowdfund-pledget {
    width: 50%;
    color: #f4c737;
    font-size: 30px;
    letter-spacing: 1px;
    font-weight: bold;
}
.crowdfund-name {
    display: block;
    text-transform: uppercase;
    color: #fff;
    font-size: 22px;
}

.ignitiondeck .progress-percentage {
    font-size: 40px;
    line-height: 0;
    color: #ffffff;
    text-transform: uppercase;
    width: 100%;
    font-weight: 800;
    font-family: "TTSupermolot",sans-serif;
    height: 11px;
    background: #1f1f1f;
    top: 100%;
    left: 0;
}

.ignitiondeck .progress-wrapper {
    background: transparent;
    height: 50px;
}

.ignitiondeck .id-product-proposed-end {
    color: #fff;
    font-weight: normal;
}

.pledge {
    margin: 0 0 50px;
}

.ignitiondeck .progress-bar {
    left: 2px;
}

.id-level-title {
    text-transform: uppercase;
}

.ignitiondeck .id-product-infobox .main-btn {
    color: #F4C737 !important;
    text-transform: uppercase;
}

.postid-2599 .id-product-proposed-end, .postid-2092 .id-product-proposed-end, .postid-2599 .id-product-days-to-go, .postid-2092 .id-product-days-to-go, .postid-2599 .id-product-days, .postid-2092 .id-product-days {
	display:none;
}

.postid-2599 .id-product-infobox > .btn-container, .postid-2092 .id-product-infobox > .btn-container {
    background: center center url(images/backgrounds/service-card-btn-bg.png) no-repeat;
	background-size: 60% 70%;
}

input:focus::placeholder {
  color: transparent;
}

input:focus::-webkit-input-placeholder {
  opacity: 0;
}

#searchform > button.magnifying {
	background: transparent;
    border: none;
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 12px 20px;
    z-index: 2;
    margin-right: 30px;
}

#searchform > button.magnifying > i {
	color: #F4C737;
}

div.wpcf7 input[type="file"] {
	width: 85%;
}

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

.parent-pageid-823 li {
	list-style: circle;
}

.ign-supportnow {
    font-size: 28px;
    line-height: 31px;
    margin: 0 auto;
    border: none;
    color: #F4C737;
    font-weight: 800;
    text-align: center;
    padding: 16px 24px;
    text-transform: uppercase;
    transition
	animation-duration: all .1s linear;
}

.memberdeck form .payment-errors a {
	color: #29b08b;
}

.memberdeck form .finaldesc {
	font-weight: 400;
}
