/*
*   Cryptos - Cyptocurrency Template
*   Copyright 2018
*   www.mutationmedia.net
*   Created by : mutationthemes
*
*/

/* Table of Content
==================================================
    1.Preloader
    2.Site wrapper
    3.Helpers and header navigation
    4.Hero section
    5.About section
    6.Services section
    7.Converter section
    8.Team section
    9.Call back section
    10.Contact section
    11.Footer section
    12.Mediaqueries




/*Preloader*/

.loader {
    background: #ececec;
    bottom    : 0;
    height    : 100%;
    left      : 0;
    position  : fixed;
    right     : 0;
    top       : 0;
    width     : 100%;
    z-index   : 9999;
}

.loader-inner {
    left             : 0;
    position         : absolute;
    top              : 50%;
    width            : 100%;
    text-align       : center;
    transform        : translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform   : translateY(-50%);
    -ms-transform    : translateY(-50%);
    -o-transform     : translateY(-50%);
}

.loading-spinner {
    width            : 120px;
    height           : 120px;
    animation        : spinner-rotate 2s ease-in-out infinite;
    -webkit-animation: spinner-rotate 2s ease-in-out infinite;
    -moz-animation   : spinner-rotate 2s ease-in-out infinite;
    -ms-animation    : spinner-rotate 2s ease-in-out infinite;
    -o-animation     : spinner-rotate 2s ease-in-out infinite;
}

.spinner {
    animation        : spinner-color 8s ease-in-out infinite, spinner-dash 2s ease-in-out infinite;
    -webkit-animation: spinner-color 8s ease-in-out infinite, spinner-dash 2s ease-in-out infinite;
    -moz-animation   : spinner-color 8s ease-in-out infinite, spinner-dash 2s ease-in-out infinite;
    -ms-animation    : spinner-color 8s ease-in-out infinite, spinner-dash 2s ease-in-out infinite;
    -o-animation     : spinner-color 8s ease-in-out infinite, spinner-dash 2s ease-in-out infinite;
    stroke-linecap   : round;
}

@keyframes spinner-rotate {
    100% {
        transform        : rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform   : trotate(360deg);
        -ms-transform    : rotate(360deg);
        -o-transform     : rotate(360deg);
    }
}

@keyframes spinner-color {

    0%,
    100% {
        stroke: #fab915;
    }

    20% {
        stroke: #bf3654;
    }

    40% {
        stroke: #f58770;
    }

    60% {
        stroke: #fab915;
    }

    80% {
        stroke: #bf3654;
    }

    100% {
        stroke: #f58770;
    }
}

@keyframes spinner-dash {
    0% {
        stroke-dasharray : 1, 200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray : 90, 200;
        stroke-dashoffset: -35px;
    }

    100% {
        stroke-dasharray : 90, 200;
        stroke-dashoffset: -125px;
    }
}

/*End preloader*/

/*Site wrapper*/

.wrapper {
    position  : relative;
    background: #ffffff;
    box-shadow: 0 0 10px 0 rgba(37, 37, 37, 0.2);
}

.wrapper,
.block-nav,
.block-search-form {
    /* max-width: 1600px; */
    margin: 0 auto;
}

/*End site wrapper*/

#bgVideo {
    position         : absolute;
    top              : 50%;
    left             : 50%;
    min-width        : 100%;
    min-height       : 101%;
    width            : auto;
    height           : auto;
    z-index          : 0;
    -ms-transform    : translateX(-50%) translateY(-50%);
    -moz-transform   : translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform        : translateX(-50%) translateY(-50%);
}

.inner-hero {
    background: rgba(0, 0, 0, 0.1);
    height    : 100%;
    width     : 100%;
    position  : absolute;
    text-align: center;
}

/*Helpers and header navigation*/

.block-bar {
    padding: .375em 0;
}

.block-search-form {
    position        : fixed;
    background-color: rgba(37, 37, 37, 0.99);
    bottom          : 0;
    left            : 0;
    right           : 0;
    top             : 0;
    width           : 100%;
    height          : 100%;
    z-index         : 10000;
    overflow        : hidden;
    display         : none;
}

.icon-but.search:before {
    content: "\e804";
}

span.close-search {
    width   : 100%;
    height  : 100%;
    position: absolute;
    left    : 0;
    top     : 0;
}

.block-bar {
    padding       : 1rem 1rem;
    padding-bottom: .25rem;
}

.margin-left-1 {
    margin-left: 1rem;
}

.margin-left-2 {
    margin-left: 2rem;
}

.margin-left-3 {
    margin-left: 3rem;
}

.center-items {
    display      : flex;
    align-content: center;
}

.end-items {
    justify-content: flex-end;
}

.block-bar .col-icons {
    font-size: 1.5rem;
}

.login-btn {
    border-radius: 2rem;
    font-size    : medium;
    font-weight  : 600;
    color        : var(--primary-color);
}

.btn-outline-primary {
    color       : var(--primary-color);
    border-color: var(--primary-color);
}

.btn-outline-primary:hover {
    color           : #fff !important;
    background-color: var(--primary-color);
    border-color    : var(--primary-color);
}

.block-search-form .block-content {
    position         : relative;
    width            : 50%;
    top              : 50%;
    left             : 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform    : translate(-50%, -50%);
    transform        : translate(-50%, -50%);
}

.block-nav {
    padding         : 0;
    /* background   : #252525; */
    background      : white;
    position        : relative;
    z-index         : 999;
    /* border-bottom: var(--primary-color) .35rem solid; */
    box-shadow      : 0 2px 4px 0 rgb(0 0 0 / 8%);
}

.logo-row {
    display        : flex;
    justify-content: center;
}

.logo-row .col-md-2 {
    position: absolute;
    top     : -3.0rem;
}

.block-nav .col-md-10 {
    /* transform: translateY(2rem); */
    margin-bottom: 0rem;
}

.block-nav.sticky-nav {
    left             : 0;
    right            : 0;
    position         : fixed;
    top              : 0;
    width            : 100%;
    z-index          : 999;
    animation        : swipe-nav 8s ease-in-out;
    -webkit-animation: swipe-nav .5s ease-in-out;
    -moz-animation   : swipe-nav .5s ease-in-out;
    -ms-animation    : swipe-nav .5s ease-in-out;
    -o-animation     : swipe-nav .5s ease-in-out;
    /* padding       : .35rem; */
}

.block-nav.sticky-nav .logo-row {
    justify-content: space-between;
}

.block-nav.sticky-nav .logo-row .logo-img {
    width: 10rem;
}

.block-nav.sticky-nav .logo-row .col-md-2 {
    position: inherit;
    top     : 0;
}

.block-nav.sticky-nav .col-md-10 {
    /* transform: translateY(0); */
    margin-bottom: 0;
}

.slideIn {
    -webkit-animation-name: slidein;
    animation-name        : slidein;
}

.animation {
    -webkit-animation-duration : .5s;
    animation-duration         : .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode        : both;
}

@keyframes swipe-nav {
    0% {
        margin-top: -100px;
    }

    50% {
        margin-top: -90px;
    }

    100% {
        margin-top: 0;
    }
}

@-webkit-keyframes swipe-nav {
    0% {
        margin-top: -100px;
    }

    50% {
        margin-top: -90px;
    }

    100% {
        margin-top: 0;
    }
}

@-moz-keyframes swipe-nav {
    0% {
        margin-top: -100px;
    }

    50% {
        margin-top: -90px;
    }

    100% {
        margin-top: 0;
    }
}

.block-helpers li {
    display: inline-block;
}

.block-helpers li>a>i {
    font-size: 0.85714286em
}

.block-helpers li:not(:first-child) {
    margin-left: .6em;
}

.block-helpers.icons li a {
    color: #252525;
}

.block-helpers.icons li a:hover {
    opacity: .5;
}

.block-helpers.icons li ul li a {
    /* color: #fab915; */
    color: #78ab38;
}

.block-helpers.icons li ul li a:hover {
    /* color: #ffc845; */
    color  : #c53330;
    opacity: 1;
}

.block-logo .logo {
    /* margin-top: 0.25em; */
    display: block;
}

.block-logo .logo h2,
.block-logo h2 {
    color         : #ffffff;
    font-size     : 1.6875em;
    font-family   : 'Montserrat', sans-serif;
    font-weight   : 700;
    letter-spacing: -0.06em;
}

.mobile-but {
    display : inline-block;
    height  : 24px;
    position: absolute;
    right   : 15px;
    top     : -30px;
    z-index : 1000;
    display : none;
}

.mobile-but .lines {
    transform        : translate(0px, 10px) rotate(0deg);
    -webkit-transform: translate(0px, 10px) rotate(0deg);
    -ms-transform    : translate(0px, 10px) rotate(0deg);
    -moz-transform   : translate(0px, 10px) rotate(0deg);
}

.mobile-but .lines,
.mobile-but .lines:after,
.mobile-but .lines:before {
    height: 3px;
    width : 25px;
}

.mobile-but .lines:after,
.mobile-but .lines:before {
    content: " ";
    display: block;
}

.mobile-but .lines:after {
    transform        : translate(0px, 4px) rotate(0deg);
    -webkit-transform: translate(0px, 4px) rotate(0deg);
    -ms-transform    : translate(0px, 4px) rotate(0deg);
    -moz-transform   : translate(0px, 4px) rotate(0deg);
}

.mobile-but .lines:before {
    transform        : translate(0px, -4px) rotate(0deg);
    -webkit-transform: translate(0px, -4px) rotate(0deg);
    -ms-transform    : translate(0px, -4px) rotate(0deg);
    -moz-transform   : translate(0px, -4px) rotate(0deg);
}

.mobile-but .lines:after,
.mobile-but .lines:before {
    background: #78ab38;
}

.toggle-mobile-but.active .mobile-but .lines:after {
    transform        : translate(0px, -1px) rotate(45deg);
    -webkit-transform: translate(0px, -1px) rotate(45deg);
    -ms-transform    : translate(0px, -1px) rotate(45deg);
    -moz-transform   : translate(0px, -1px) rotate(45deg);
}

.toggle-mobile-but.active .mobile-but .lines:before {
    transform        : translate(0px, 1px) rotate(-45deg);
    -webkit-transform: translate(0px, 1px) rotate(-45deg);
    -ms-transform    : translate(0px, 1px) rotate(-45deg);
    -moz-transform   : translate(0px, 1px) rotate(-45deg);
}

.main-nav {
    margin: auto;
}

.center-nav {
    display       : flex;
    flex-direction: column;
}

.main-nav li {
    display       : inline-block;
    margin-left   : 1.9625em;
    text-transform: uppercase;
}

.main-nav li a {
    /*color: #ffffff;*/
    /* color: var(--secondary-color); */
    color    : var(--primary-color);
    display  : block;
    padding  : .65em 0;
    position : relative;
    font-size: .95rem;
}

.sticky-nav .main-nav li a {
    color: var(--primary-color);
}

.hero-content {
    color            : #000;
    position         : relative;
    text-align       : center;
    top              : 40%;
    transform        : translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform   : translateY(-50%);
    -ms-transform    : translateY(-50%);
    -o-transform     : translateY(-50%);
    padding-left     : 5.85rem;
    padding-right    : 8.85rem;
    width            : 100%;
    padding          : 1.5rem 6rem;
    /* background    : linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.25) 100%); */
    background       : linear-gradient(90deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.05) 100%);
}

.hero-content-reversed {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.8) 100%);
}

.text-black {
    color: black;
}

/*End helpers and header navigation*/

/* Hero Section*/

section.hero {
    background: #151514;
    padding   : 0;
    position  : relative;
    overflow  : hidden;
}

.background-img img {
    display: none;
}

.background-img {
    width : 100%;
    height: 100%;
}

.background-img {
    /* background-attachment: scroll; */
    background-clip    : border-box;
    background-color   : #252525;
    background-image   : none;
    background-origin  : padding-box;
    background-position: top center !important;
    background-repeat  : repeat;
    background-size    : cover !important;
    height             : 100%;
    left               : 0;
    position           : absolute;
    top                : 0;
    width              : 100%;
    z-index            : 0;
}

.overlay:before {
    position  : absolute;
    background: rgba(21, 21, 20, .4);
    background: -moz-linear-gradient(top, rgba(21, 21, 20, .4) 50%, rgba(21, 21, 20, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(21, 21, 20, .4) 50%, rgba(21, 21, 20, 0) 100%);
    background: linear-gradient(to bottom, rgba(21, 21, 20, .4) 50%, rgba(21, 21, 20, 0) 100%);
    filter    : progid:DXImageTransform.Microsoft.gradient(startColorstr='#66151514', endColorstr='#00151514', GradientType=0);
    /* IE6-9 */
    width     : 100%;
    height    : 100%;
    top       : 0;
    left      : 0;
    z-index   : 3;
    content   : "";
}

section.hero .inner-hero {
    bottom  : 0;
    left    : 0;
    position: absolute;
    right   : 0;
    top     : 0;
    height  : 100%;
    z-index : 10;
}

h1.large {
    font-size     : 5em;
    text-transform: none;
    font-weight   : 900;
    margin-left   : -0.06em;
    margin-bottom : .2em;
}

.block-content small+a {
    top : 1.25em;
    left: 1.25em;
}

.video-play-but {
    border               : 1px solid #ffffff;
    border-radius        : 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius   : 50%;
    -ms-border-radius    : 50%;
    -o-border-radius     : 50%;
    display              : inline-block;
    height               : 3em;
    width                : 3em;
    position             : relative;
    background           : var(--secondary-color);
}

.video-play-but:after {
    border-color     : transparent transparent transparent #fff;
    border-style     : solid;
    border-width     : 5px 0 5px 6px;
    content          : "";
    height           : 0;
    left             : 50%;
    position         : absolute;
    top              : 50%;
    width            : 0;
    transform        : translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform   : translate(-50%, -50%);
    -ms-transform    : translate(-50%, -50%);
    -o-transform     : translate(-50%, -50%);
}

/* End hero Section*/

/*About section*/

.block-big-icon {
    position  : relative;
    min-height: 230px;
}

.block-big-icon i {
    font-size: 15em;
    position : absolute;
    top      : 50%;
    transform: translateY(-50%);
}

.block-big-icon.right i {
    right: 0;
}

.block-big-icon.left i {
    left: 0;
}

ul.block-content li {
    display: inline-block;
}

ul.block-content li:not(:first-child) {
    margin-left: 1em;
}

.video-play-but.inline {
    top: .8125em;
}

.block-feature i {
    width     : 20%;
    float     : left;
    font-size : 3em;
    color     : #252525;
    margin-top: 15px;
    display   : block;
}

.block-feature .block-feature-body {
    width: 80%;
    float: right;
}

.block-feature p:last-of-type {
    margin-bottom: 0.92857143em;
    width        : 90%;
}

.block-steps {
    position: relative;
}

.block-steps li:not(:last-child) {
    margin-bottom: 2em;
}

.block-steps li:last-child p {
    margin-bottom: 0;
}

.block-steps li {
    position: relative;
    z-index : 1;
    overflow: hidden;
}

.block-steps li .step-num {
    float                : left;
    width                : 3.7em;
    height               : 3.7em;
    border-radius        : 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius   : 50%;
    -ms-border-radius    : 50%;
    -o-border-radius     : 50%;
    background           : #ffffff;
    text-align           : center;
    position             : relative;
}

.block-steps li .step-body {
    width: 80%;
    float: right;
}

.block-steps li .step-num span {
    font-size  : 1.37em;
    font-weight: 600;
    color      : #fab915;
    line-height: 2.6em;
    font-family: 'Raleway', sans-serif;
}

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

.dashed-border {
    position         : absolute;
    top              : 0;
    left             : 0;
    height           : 100%;
    width            : 100%;
    stroke           : #ececec;
    stroke-width     : 3px;
    stroke-dasharray : 5 5;
    stroke-dashoffset: 8;
    stroke-linecap   : square;
    fill             : none;
}

.section-dashed {
    left             : 25px;
    position         : absolute;
    top              : 0;
    z-index          : 0;
    transform        : translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform   : translateX(-50%);
    -ms-transform    : translateX(-50%);
    -o-transform     : translateX(-50%);
    height           : 100%;
}

.dashed-line {
    stroke-dasharray: 5, 2;
    stroke          : #ececec;
    stroke-width    : 1.5px;
}

/*End about section*/

/*Services section*/

.block-num span {
    font-size    : 3em;
    color        : #252525;
    font-family  : 'Raleway', serif;
    display      : block;
    margin-bottom: 1em;
}

.block-service p:last-of-type {
    margin-top   : 1em;
    margin-bottom: 0;
}

/*End services section*/

/*Converter section*/

.converter {
    overflow: hidden;
    position: relative;
    height  : 600px;
}

.vertical-align {
    position         : relative;
    top              : 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform    : translateY(-50%);
    transform        : translateY(-50%);
}

.block-side-img {
    padding : 0px;
    position: absolute;
    top     : 0px;
    height  : 100%;
    width   : 50%;
}

.show-on-small {
    display: none;
}

.align-right {
    right: 0px;
}

.block-testimonial {
    position     : relative;
    overflow     : hidden;
    margin-bottom: 0;
}

.block-testimonial img {
    display      : block;
    width        : auto;
    max-height   : 72px;
    margin-bottom: 1em;
}

/*End converter section*/

/*Team section*/

.block-team {
    margin-bottom: 0;
}

.block-img-bottom .background-img {
    border-radius        : 0 0 6px 6px;
    -webkit-border-radius: 0 0 6px 6px;
    -ms-border-radius    : 0 0 6px 6px;
}

img.logo {
    max-width : 70%;
    display   : inline-block;
    margin-top: 1.875em;
}

/*End team section*/

/*Call back section*/

.contact-form {
    margin-top: 3.125em;
}

.contact-form input,
.contact-form textarea {
    background: rgba(255, 255, 255, .6);
    border    : 1px solid rgba(255, 255, 255, 0);
    max-width : 100%;
    color     : #252525;
}

.contact-form input:focus,
.contact-form input:hover,
.contact-form textarea:focus,
.contact-form textarea:hover {
    background: rgba(255, 255, 255, 1);
}

textarea {
    width      : 100%;
    resize     : none;
    padding-top: 10px;
}

/* End call back section*/

/* News section*/

.block-img-bottom {
    min-height: 150px;
}

.block-new span.sub {
    margin-bottom: 0
}

/* End news section*/

/* Contact section*/

#map {
    min-height: 400px;
}

.block-info a {
    font-weight: 500;
}

.block-info a:hover {
    text-decoration: underline;
}

/* End contact section*/

/* Footer section*/

.footer {
    border-top: var(--primary-color) .35rem solid;
}

.footer p {
    color: #919191;
}

.footer-widget {
    overflow: hidden;
}

.footer-widget h4 {
    margin-bottom: 2.2em;
}

.footer-icons li>a>i {
    font-size: inherit;
}

.footer-icons li a:hover {
    opacity: .5;
}

.footer-icons a.twitter {
    color: #00adf6;
}

.footer-icons a.google {
    color: #f3291c;
}

.footer-icons a.facebook {
    color: #4581cc;
}

.footer-icons a.linked {
    color: #107bd1;
}

#twitter-feed li:not(:last-child) {
    margin-bottom: 1.25em;
}

#twitter-feed li {
    position    : relative;
    padding-left: 2.25em;
}

#twitter-feed li:before {
    font-size  : 16px;
    content    : "\f099";
    font-weight: 300;
    font-family: 'fontello';
    color      : #ffffff;
    position   : absolute;
    left       : 0;
}

#twitter-feed p {
    margin-bottom: 0;
}

#twitter-feed p span {}

#twitter-feed p a {
    color      : #ffffff;
    font-weight: inherit;
}

#twitter-feed p.interact {
    display: none;
}

.insta-Feed li,
.insta-Feed li a {
    padding : 0;
    position: relative;
    display : block;
}

.insta-Feed li:after,
.insta-Feed li a:after {
    position  : absolute;
    background: #252525;
    width     : 4px;
    height    : 100%;
    content   : '';
    right     : 0;
    top       : 0;
}

.insta-Feed li:before,
.insta-Feed li a:before {
    position  : absolute;
    background: #252525;
    width     : 100%;
    height    : 4px;
    content   : '';
    right     : 0;
    bottom    : 0;
}

.insta-Feed li:first-child,
.insta-Feed li:first-child a {
    padding-left: 0
}

.insta-Feed li:nth-child(3):after,
.insta-Feed li:nth-child(3) a:after,
.insta-Feed li:nth-child(6):after,
.insta-Feed li:nth-child(6) a:after {
    content: none;
}

.insta-Feed li:nth-child(4):before,
.insta-Feed li:nth-child(4) a:before,
.insta-Feed li:nth-child(5):before,
.insta-Feed li:nth-child(5) a:before,
.insta-Feed li:nth-child(6):before,
.insta-Feed li:nth-child(6) a:before {
    content: none;
}

.insta-Feed li img {
    display      : inline-block;
    width        : 100%;
    margin-bottom: 0;
}

.insta-Feed li a:hover,
.top-footer .block-social li a:hover {
    opacity: .5;
}

.icon-but.signup:before {
    content: "\f0e0";
}

.block-copyright {
    font-size: .9em;
}

.block-copyright a {
    font-weight    : 400;
    color          : #ffffff;
    text-decoration: underline;
}

/*End footer section*/

/* CUSTOM SECTION HERE */

.menu-selected {
    border-bottom: 4px solid var(--secondary-color);
    color        : var(--secondary-color) !important;
}


.logo-img {
    width              : 12.0rem;
    /* padding-top     : .25rem; */
    /* margin-left     : 1.85rem;
    margin-top         : -1.30rem;
    margin-bottom      : -2.7rem; */
    /* background-color: rgba(0, 0, 0, .5); */
    /* backdrop-filter : blur(1.5rem); */
    /* border-radius   : 20px; */
    margin             : auto;
}

.logo-slogan {
    position : absolute;
    top      : 5rem;
    width    : 12rem;
    max-width: none;
    margin   : 0;
}

.block-outer-nav {
    height             : 100% !important;
    /* background-color: rgba(0, 0, 0, .5);
    backdrop-filter    : blur(1.5rem); */
}

.flag {
    display              : inline-block;
    width                : 24px;
    height               : 24px;
    background           : url('../../images/website/img/flags.png') no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
}

.img-fluid {
    max-width: 100%;
}

.flag.flag-dk {
    background-position: -169px -68px;
}

.block-service,
.block-team-container {
    transition: all .5s ease-out;
}

.block-service>img {
    width    : 100%;
    max-width: 300px;
    margin   : auto;
}

.block-service:hover,
.block-team-container:hover {
    box-shadow        : 0 25px 40px rgba(37, 37, 37, 0.3);
    -webkit-box-shadow: 0 25px 40px rgba(37, 37, 37, 0.3);
}

.divider>.background-img {
    background-position: center !important;
}

/* CUSTOM SECTION HERE */


.product-catalog {
    padding      : 1rem;
    border       : solid 3px;
    border-radius: 1rem;
}

.slider__image {
    margin-bottom: -0.75rem;
    margin-top: 1.5rem;
}

.slider__image img {
    display      : block;
    width        : 100%;
    border-radius: 1.5rem;
    margin       : 0;
    box-shadow   : 0 2px 4px 0 rgb(0 0 0 / 8%);
}

.slider__inner {
    margin: 4rem 0;
}

.slider__inner .lead {
    margin-bottom: 1rem;
}

.slider__inner:before {
    content         : '';
    display         : block;
    width           : 100%;
    /* height       : 0; */
    height          : 100%;
    /* padding-top  : 80%; */
    position        : absolute;
    top             : 0;
    left            : 60%;
    background-color: var(--primary-color-faded);
    border-radius   : 2rem;
}

.slider__inner .title {
    color: var(--primary-color);
}

.slider__leftside.slider__inner:before {
    left: -60%;
}

.section-row {
    display       : flex;
    flex-direction: row;
}

.mobile-but .lines::before,
.mobile-but .lines::after {
    background-color: var(--primary-color);
}

/*Media queries*/
.hide-on-smaller-screens {
    display: initial;
}

.show-on-mobile {
    display: none;
}

.dynamic-webshop-btn {
    position: absolute;
    right   : .75rem;
    top     : 0.3rem;
    padding : 5px 8px;
}





h2 {
    text-transform: none;
}

.lead {
    font-weight: 600;
}


.hideContent {
    overflow: hidden;
    height  : 15em;
}

.showContent {
    height    : auto;
    transition: height 1s ease-out;
}

.bg-grey {
    background: #f3f3f3;
}

.slider__inner:before {
    width: 32em;
    top  : 45%;
    left : 60%;
    right: calc(50% - 41rem);
    left : unset;
    bottom: 0;
}

.slider__leftside.slider__inner:before {
    left : calc(50% - 41rem);
    right: 0;
}

.slider__inner {
    padding: 6rem 0 !important;
    margin : 0 !important;
}




@media screen and (min-width: 600px) and (max-width: 800px) {

    input,
    textarea {
        -webkit-appearance: none;
    }
}

@media all and (max-width: 1160px) {
    h1.large {
        font-size: 3em;
    }
}

@media all and (max-width: 990px) {
    .main-nav li {
        margin-left: 1.0em;
    }

    .main-nav li a {
        font-size: 0.85rem;
    }

    .hide-on-smaller-screens {
        display: none;
    }

    .margin-left-2 {
        margin-left: 1rem;
    }

    .margin-left-3 {
        margin-left: 2rem;
    }

    .logo-img {
        width: 10.5rem;
    }

    .block-bar {
        padding-bottom: 0;
    }

    .logo-slogan {
        top  : 5.5rem;
        width: 12rem;
        left : -1rem;
    }
}

@media only screen and (min-device-width: 720px) and (max-device-width: 1280px) and (orientation: portrait) {

    input,
    textarea {
        -webkit-appearance: none;
    }

    .logo-img {
        padding-top: .35rem;
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) {
    .icon-but {
        padding-top: 3px;
    }

    .logo-img {
        padding-top: .35rem;
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) {
    .block-nav {
        background-color: green;
    }

    #twitter-feed li {
        padding-left: 1em;
    }

    #twitter-feed li:before {
        left: -10px;
    }

    .icon-but {
        padding-top: 3px;
    }

    .logo-img {
        padding-top: .35rem;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

    input,
    textarea {
        -webkit-appearance: none;
    }

    .main-slider .slides li {
        height: 600px !important
    }

    h1.medium {
        font-size: 6.25em;
    }

    .icon-but {
        padding-top: 3px;
    }

    #twitter-feed li {
        padding-left: 1em;
    }

    #twitter-feed li:before {
        left: -10px;
    }

    .block-big-icon i {
        font-size: 14em;
    }

    .block-shadow {
        -webkit-box-shadow: 0 10px 40px rgba(37, 37, 37, 0.3);
    }
}

@media only screen and (min-width: 768px) and (max-width: 960px) {

    input,
    textarea {
        -webkit-appearance: none;
    }

    .block-outer-nav {
        height: auto;
    }

    .block-big-icon i {
        font-size: 12em;
    }

    .block-helpers li:not(:first-child) {
        margin-left: .18em;
    }

    .block-helpers.widget li:last-child {
        display: none;
    }

    .main-nav ul {
        margin-left: 0;
        text-align : left;
    }

    .block-logo .logo {
        /* display: inline-block; */
    }

    .box-lg {
        padding: 2em;
    }

    .block-testimonial {
        margin-bottom: 1.875em;
        min-height   : 300px;
    }

    .block-content.enhanced-2 {
        min-height: 400px;
    }

    h1.medium {
        font-size: 5.25em;
    }

    .block-side-img {
        display: none;
    }

    .show-on-small {
        display: block;
    }

    #twitter-feed {
        margin-bottom: 1.875em;
    }

    .block-feature i,
    .block-feature .block-feature-body {
        float: none;
        width: 100%;
    }

    .block-feature i {
        margin-bottom: 1.875em;
        margin-top   : 0;
        display      : block;
    }

    .block-testimonial li:last-child .block-box,
    .block-testimonial li:nth-child(3) .block-box {
        margin-bottom: 0;
    }

    .block-shadow {
        -webkit-box-shadow: 0 10px 40px rgba(37, 37, 37, 0.3);
    }
}

@media only screen and (min-width: 280px) and (max-width: 767px) {
    .show-on-mobile {
        display: initial;
    }

    .logo-img {
        width: 7.5rem;
    }

    .block-nav.sticky-nav .logo-row .logo-img {
        padding-top: 0;
        width      : 7.5rem;
    }

    .mobile-but {
        display: block;
    }

    .main-nav ul {
        display        : none;
        text-align     : left !important;
        height         : 100%;
        padding-top    : 2rem;
        padding-bottom : 2rem;
        /* padding-left: 10px; */
    }

    .main-nav li {
        float      : none;
        display    : block;
        margin-left: 0;
    }

    .main-nav li a {
        display  : inline-block;
        font-size: 1.5rem;
        color    : var(--primary-color);
    }

    .main-nav li:last-child a {
        padding-bottom: 0;
    }

    .block-img-round,
    .block-img-round img {
        max-width: 100%;
    }

    input,
    textarea {
        -webkit-appearance: none;
    }

    .block-outer-nav {
        height: auto;
    }

    .main-slider .slides li {
        height: 600px !important;
    }

    .block-bar {
        display: none;
    }

    .block-big-icon i {
        top: 40%;
    }

    .block-big-icon.right i {
        top  : 60%;
        right: auto;
    }

    .block-big-icon i {
        font-size: 12em;
    }

    .block-big-icon {
        display: none;
    }

    .adjust-right {
        /* padding-left: 15px; */
        align-self: right;
    }

    .block-logo .logo {
        margin-top: 0;
    }

    .block-feature i,
    .block-feature .block-feature-body {
        float: none;
        width: 100%;
    }

    .block-feature i {
        margin-bottom: .675em;
        margin-top   : 0;
        display      : block;
    }

    h1.medium {
        font-size: 5.25em;
    }

    .block-side-img {
        display: none;
    }

    .show-on-small {
        display: block;
    }

    .block-steps li .step-body {
        width: 75%;
    }

    .block-shadow {
        -webkit-box-shadow: 0 10px 40px rgba(37, 37, 37, 0.3);
    }

    .enhanced div[class*="col-"]:last-child:not([class*="push"]):not([class*="pull"]):not([class*="offset"]) {
        right: auto;
    }

    .enhanced div[class*="col-"]:not([class*="offset"]):last-child {
        float: none;
        left : auto;
    }

    .block-box,
    .block-img-bottom {
        margin-bottom: 1.875em !important;
    }

    .block-box.block-news {
        margin-bottom: 0px !important;
    }

    .block-content.enhanced-2 {
        min-height: 400px;
    }

    .block-content.enhanced-1 {
        margin-top: 3.75em;
    }

    .block-content.enhanced-2,
    .block-map,
    .footer-widget {
        margin-bottom: 3.75em;
    }

    .block-map,
    .footer-widget {
        margin-bottom: 1.875em;
    }

    img.logo {
        /* max-width: 60%; */
    }

    .block-copyright.gap-one-top-es.text-right {
        text-align : left;
        padding-top: 0 !important;
    }

    h2,
    .h2 {
        font-size: 1.675em;
    }

    .faq h4 {
        margin-bottom: 1.875em !important;
    }

    /* .logo-img {
        width: 6.5rem;
        margin-left: -0.15rem;
        margin-top: -1.15rem;
        margin-bottom: -1.4rem;
        margin-left: 1rem;
    } */
    .logo-slogan {
        top        : 4.85rem;
        width      : 12rem;
        left       : -1.5rem;
        margin-left: 1rem;
    }

    .slider__inner:before {
        content         : '';
        display         : block;
        width           : 100%;
        height          : 30%;
        position        : absolute;
        background-color: var(--primary-color-faded);
        z-index         : 0;
        bottom          : 0;
        left            : 0;
        top             : unset;
        transform       : translateY(15%);
    }

    .section-row {
        flex-direction: column;
    }

    .slider__leftside .section-row {
        flex-direction: column-reverse;
    }

    .slider__leftside.slider__inner:before {
        left: 0%;
    }









    .block-nav {
        padding: 1.0rem;
    }

    .block-nav .container {
        width: 100%;
    }

    .logo-row {
        justify-content: left;
    }

    .logo-row .col-md-2 {
        position : absolute;
        top      : 0.4rem;
        left     : 50%;
        transform: translate(-50%, 0);
    }

    .block-nav .col-md-10 {
        margin-bottom: -.75rem;
        margin-top   : 1.5rem;
    }

    .mobile-but {
        left: 0;
    }

    .block-nav.sticky-nav .logo-row {
        justify-content: left;
    }

    .block-nav.sticky-nav .logo-row .col-md-2 {
        position: absolute;
        top     : 0.4rem;
    }

    .block-nav.sticky-nav .col-md-10 {
        margin-bottom: -.75rem;
    }

    .footer-cvr {
        text-align    : right;
        margin-top    : -1rem;
        padding-bottom: 4rem;
    }
}

@media only screen and (max-width: 479px) {

    input,
    textarea {
        -webkit-appearance: none;
    }

    .block-outer-nav {
        height: auto;
    }

    .main-slider .slides li {
        height: 600px !important;
    }

    .block-bar {
        display: none;
    }

    .block-big-icon i {
        top: 40%;
    }

    .block-big-icon.right i {
        top  : 60%;
        right: auto;
    }

    .block-big-icon i {
        font-size: 12em;
    }

    .block-big-icon {
        display: none;
    }

    .adjust-right {
        padding-left: 15px;
    }

    .block-logo .logo {
        margin-top: 0;
    }

    .block-feature i,
    .block-feature .block-feature-body {
        float: none;
        width: 100%;
    }

    .block-feature i {
        margin-bottom: .675em;
        margin-top   : 0;
        display      : block;
    }

    h1.medium {
        font-size: 5.25em;
    }

    .block-side-img {
        display: none;
    }

    .show-on-small {
        display: block;
    }

    .block-steps li .step-body {
        width: 70%;
    }

    .block-shadow {
        -webkit-box-shadow: 0 10px 40px rgba(37, 37, 37, 0.3);
    }

    .enhanced div[class*="col-"]:last-child:not([class*="push"]):not([class*="pull"]):not([class*="offset"]) {
        right: auto;
    }

    .enhanced div[class*="col-"]:not([class*="offset"]):last-child {
        float: none;
        left : auto;
    }

    .block-box,
    .block-img-bottom {
        margin-bottom: 1.875em !important;
    }

    .block-box.block-news {
        margin-bottom: 0px !important;
    }

    .block-content.enhanced-1 {
        margin-top: 3.75em;
    }

    .block-content.enhanced-2 {
        margin-bottom: 3.75em;
    }

    .block-content.enhanced-2 {
        min-height: 400px;
    }

    .block-map,
    .footer-widget {
        margin-bottom: 1.875em;
    }

    .block-exchange .cryptonatorwidget {
        font-size: .85em !important;
    }

    img.logo {
        /* max-width: 60%; */
    }

    .block-copyright.gap-one-top-es.text-right {
        text-align : left;
        padding-top: 0 !important;
    }

    h2,
    .h2 {
        font-size: 1.375em;
    }

    .faq h4 {
        margin-bottom: 1.875em !important;
    }

    /* .logo-img {
        width: 6.5rem;
        margin-left: -0.15rem;
        margin-top: -1.15rem;
        margin-bottom: -1.4rem;
        margin-left: 2rem;
    } */
    .logo-slogan {
        top        : 4.85rem;
        width      : 12rem;
        left       : -1.5rem;
        margin-left: 2rem;
    }

    .hero-content {
        padding: 1rem 3rem;
    }
}

/*End media queries*/

@media (min-width: 576px) {
    .slider__image {
        margin-bottom: 0;
    }

    .slider__inner {
        padding : 1.5rem 0;
        overflow: hidden;
    }

    .slider--reverse .slider__inner:before {
        width : 40%;
        bottom: 0;
        left  : auto;
        right : 0;
        height: 100%;
    }

    .slider--reverse:before {
        display: block;
    }
}



















.footer {
    border-top      : var(--primary-color) 5px solid !important;
    background-color: #252420;
    color           : white;
    text-align      : left;
    font-size       : 1.15rem;
    padding         : 3rem 0 2rem 0;
}

.footer h2 {
    color    : white;
    font-size: 1rem;
}

.footer img {
    max-width: 185px;
}

.footer .row {
    margin: auto;
}

.footer .row .col,
.footer .row .col-sm-12 {
    padding-top: 4.5rem;
}

.footer a {
    font-size      : 1.0rem;
    line-height    : 1.7;
    text-decoration: none;
    color          : var(--secondary-color);
}

.footer a span {
    position   : relative;
    top        : -.75rem;
    left       : 2.5rem;
    font-weight: 400;
}

.footer .footer-icons li>a>i {
    font-size: 1.35rem;
}

.footer a:hover {
    color: var(--secondary-color-faded);
}

.features .main-row {
    /*color: var(--secondary-color);*/
    color         : white;
    padding-top   : 1rem;
    padding-bottom: 3rem;
}

.facebook-icon::before {
    content      : "\f230";
    color        : inherit;
    /*margin-left: auto;*/
    font-family  : "FontAwesome";
    padding-right: 1rem;
}

.youtube-icon::before {
    content      : "\f167";
    color        : inherit;
    /*margin-left: auto;*/
    font-family  : "FontAwesome";
    padding-right: 1rem;
}

.footer h2 {
    padding-bottom: 1.0rem;
}

.footer p {
    color            : white;
    /* padding-top   : 1rem; */
    /* padding-bottom: .5rem; */
}

.footer .bottom-row {
    border-top    : grey solid 2px;
    margin-top    : 1rem;
    padding-top   : 2rem;
    text-align    : center;
    padding-bottom: 0;
}

.company-name-footer {
    font-size    : 2.75rem;
    margin-bottom: 2rem;
    opacity      : .85;
}

.footer .smiley-kontrol {
    color: white;
}

.footer .smiley-kontrol img {
    max-width    : 40px;
    margin-bottom: -1rem;
    padding-right: .5rem;
}

.footer .logo-in-nav {
    position: relative;
}

.footer .space-even {
    /* justify-content: space-between;
    display: flex;
    flex-direction: column; */
    height    : 100%;
    margin-top: auto;
}









.ico {
    margin    : 0 auto;
    text-align: center;
    width     : 65px;
    height    : 65px;
    filter    : url("#goo");
    position  : absolute;
    left      : 0;
    right     : 0;
    bottom    : 12%;
}

.ico .circle {
    background      : #fff;
    border-radius   : 50%;
    display         : inline-block;
    height          : 65px;
    width           : 65px;
    position        : absolute;
    top             : 50%;
    left            : 50%;
    transform       : translateX(-50%) translateY(-50%);
    transform-origin: 0%;
}

.ico .circle.circle-top {
    height           : 33.3333333333px;
    width            : 41.6666666667px;
    -webkit-animation: blob-1-anim 3s cubic-bezier(0.77, 0, 0.175, 1) infinite;
    animation        : blob-1-anim 3s cubic-bezier(0.77, 0, 0.175, 1) infinite;
    z-index          : 0;
    top              : 0;
}

.ico .circle.circle-bottom {
    height           : 33.3333333333px;
    width            : 41.6666666667px;
    -webkit-animation: blob-2-anim 3s cubic-bezier(0.77, 0, 0.175, 1) infinite;
    animation        : blob-2-anim 3s cubic-bezier(0.77, 0, 0.175, 1) infinite;
    z-index          : 9;
    bottom           : 0px;
}

.ico .st-arrow {
    fill             : #55544F;
    -webkit-animation: scrolly 3s cubic-bezier(0.77, 0, 0.175, 1) forwards infinite;
    animation        : scrolly 3s cubic-bezier(0.77, 0, 0.175, 1) forwards infinite;
    perspective      : 9000px;
    transform        : translateZ(0);
    transform-origin : bottom;
}

.svg {
    z-index : 9;
    position: relative;
}

@-webkit-keyframes blob-1-anim {
    0% {
        transform: translateX(-50%) translateY(0);
    }

    14% {
        transform: translateX(-50%) translateY(-8px);
    }

    24% {
        transform: translateX(-50%) translateY(0);
    }

    100% {
        transform: translateX(-50%) translateY(0);
    }
}

@keyframes blob-1-anim {
    0% {
        transform: translateX(-50%) translateY(0);
    }

    14% {
        transform: translateX(-50%) translateY(-8px);
    }

    24% {
        transform: translateX(-50%) translateY(0);
    }

    100% {
        transform: translateX(-50%) translateY(0);
    }
}

@-webkit-keyframes blob-2-anim {
    0% {
        transform: scale(1) translate(-50%, 10px);
    }

    30% {
        transform: scale(1) translate(-50%, 10px);
    }

    70% {
        transform: scale(1) translate(-50%, 10px);
    }

    95% {
        transform: scale(1) translate(-50%, 26px);
    }

    100% {
        transform: scale(1) translate(-50%, 10px);
    }
}

@keyframes blob-2-anim {
    0% {
        transform: scale(1) translate(-50%, 10px);
    }

    30% {
        transform: scale(1) translate(-50%, 10px);
    }

    70% {
        transform: scale(1) translate(-50%, 10px);
    }

    95% {
        transform: scale(1) translate(-50%, 26px);
    }

    100% {
        transform: scale(1) translate(-50%, 10px);
    }
}

@-webkit-keyframes scrolly {
    0% {
        transform: translate3d(0, -150%, 0) rotateX(90deg) scale(0.5) skewX(3deg);
    }

    30% {
        transform: translate3d(0, 0, 0) rotateX(0deg) scale(1) skewX(0deg);
    }

    70% {
        transform: translate3d(0, 0, 0) rotateX(0deg) scale(1) skewX(0deg);
    }

    95% {
        transform: translate3d(0, 50%, 0) rotateX(-90deg) scale(0.5) skewX(-3deg);
    }

    100% {
        transform: translate3d(0, 50%, 0) rotateX(-90deg) scale(0.5) skewX(-3deg);
    }
}

@keyframes scrolly {
    0% {
        transform: translate3d(0, -150%, 0) rotateX(90deg) scale(0.5) skewX(3deg);
    }

    30% {
        transform: translate3d(0, 0, 0) rotateX(0deg) scale(1) skewX(0deg);
    }

    70% {
        transform: translate3d(0, 0, 0) rotateX(0deg) scale(1) skewX(0deg);
    }

    95% {
        transform: translate3d(0, 50%, 0) rotateX(-90deg) scale(0.5) skewX(-3deg);
    }

    100% {
        transform: translate3d(0, 50%, 0) rotateX(-90deg) scale(0.5) skewX(-3deg);
    }
}