/*
    Theme Name: Simple Solutions
    Theme URI: https://simplesolutions.hr
    Description: Simple Solutions custom WordPress Theme.
    Version: 1
    Author: Mario Rendic
    Author URI: https://simplesolutions.hr;
    Tags: Simple Solutions, HTML5, CSS3, JS

    License: Copyright 2018 Simple Solutions
*/


/*------------------------------------*\
    MAIN
\*------------------------------------*/


/* LOADING */
#sloading {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    z-index: 999999;
    display: flex;
    justify-content: center;
    align-items: center;
	display:none;
}
#sloading img {
    width: 200px;
    height: auto;
}

/* global box-sizing */

*,
*:after,
*:before {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

/* html element 62.5% font-size for REM use */

html {
    font-size: 62.5%;
        background: #101010;
}

h1 {
    font-size: 32px;
    font-size: 3.2rem;
}

h2 {
    font-size: 24px;
    font-size: 2.4rem;
}

h3 {
    font-size: 20px;
    font-size: 2rem;
}

h4 {
    font-size: 18px;
    font-size: 1.8rem;
}

h5 {
    font-size: 16px;
    font-size: 1.6rem;
}

h6 {
    font-size: 12px;
    font-size: 1.2rem;
}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
}
body {
    font-family: 'Mazda Type', sans-serif;
    color: #343434;
    font-size: 16px;
    font-size: 1.6rem;
    background: #fff;
}

body.home  {
    background: transparent;
}



/* clear */

.clear:before,
.clear:after {
    content: ' ';
    display: table;
}

.clear:after {
    clear: both;
}

.clear {
    *zoom: 1;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #444;
}

a:focus {
    outline: 0;
}

a:hover,
a:active {
    outline: 0;
}

input:focus {
    outline: 0;
    border: 1px solid #04A4CC;
}

input {
    border-radius: 0;
    -webkit-appearance: none!important;
}

input[type=checkbox], input[type=radio] {
    -webkit-appearance: checkbox!important;
}


/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/


/* wrapper */

.wrapper-page {
    margin: 0 2rem;
}

.wrapper {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}


main {
}

.container {
    display: flex;
    flex-wrap: wrap;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
    width: 100%;
}


/* Infinite scroll  */
.page-load-status {
    display: none;
    text-align: center;
}

/* header */

.header  {

}

.header .container-h {
    align-items: center;
    padding: 2rem;
     display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}

.header-container {
    background: #101010;
    z-index: 999;
    position: relative;
    transition: all ease 1s;
}



/* logo */

.logo {}

.logo a {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #4B5C66;
    font-size: 18px;
    font-size: 1.8rem;
}

.logo-img {
    max-width: 245px;
    margin-right: 1rem;
}

.logo-title {
    border-left: 2px solid #4B5C66;
    padding-left: 1rem;
}


/* SEARCH */

.search-form {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 99999;
    height: 19vh;
    min-height: 125px;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    transform: translate(0, -100%);
    transition: 1s ease;
}

.search-form-mob {
    margin: 2rem 0;
}

.search-form-mob .search {
    flex-grow: 1;
    display: flex;
}

.search-form .search {
    width: 80%;
    display: flex;
}

input.search-input {
    flex-grow: 1;
    padding: 1rem;
    border: none;
    border-bottom: solid 1px #757575;
    border-radius: 0px!important;
    width: 100%;
}

.search-submit {
    background: transparent;
    border: none;
    padding: 0 2rem;
}

.search-overlay {
    visibility: hidden;
    background: rgba(0, 0, 0, .0);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    z-index: 99998;
    transition: 1s ease;
}

.search-overlay-toggle {
    background: rgba(0, 0, 0, .7);
    transition: 1s ease;
    visibility: visible;
}



/* HEADER MENU */
.nav-contain {
        background: #212121;
}
.nav {
    font-size: 16px;
    font-size: 1.6rem;
    color: #fff;
    display: none;
}

.nav a {
    color: inherit;
    padding: 1rem 2rem 1rem 2rem;
    display: block;
}


/*
.nav li {
    border-bottom: solid 3px transparent;
}
.nav li:hover {
    border-bottom: solid 3px;
}
.hover-border {
    border-bottom: solid 3px !important;
}
*/


/* Underline From Left */

.nav li {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
}

.nav li:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #b6b8ba;
    height: 4px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.nav li:hover:before,
.nav li:focus:before,
.nav li:active:before,
.hover-border:before {
    right: 0!important;
}
/*
.nav .current-menu-item:before {
       right: 0!important;
}
*/
.nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.btn-search {
    display: none;
}
.btn {
    background: transparent;
    color: #fff;
    border: solid 1px #fff;
    padding: .5rem 3rem;
    display: inline-block;
    transition: .5s all ease;
    font-size: 14px;
    font-size: 1.4rem;
}
.btn:hover {
    background: #fff;
    color: #000;
    border: solid 1px #fff;
    transition: .5s all ease;
}.btn-white {
    background: #fff;
    color: #444444;
    border: solid 1px #444444;
    padding: .5rem 3rem;
    display: inline-block;
    transition: .5s all ease;
        font-size: 14px;
        font-size: 1.4rem;

}
.btn-white:hover {
    background: #444444;
    color: #fff;
    border: solid 1px #fff;
    transition: .5s all ease;
}
.btn-margin {
    padding: 2rem 0;
}
/* MOBILE NAV */

.nav-toggle {
    font-size: 24px;
    font-size: 2.4rem;
    color: #fff;
}

.mob-nav-overlay {
    visibility: hidden;
    background: rgba(0, 0, 0, .0);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    z-index: 9998;
    transition: 1s ease;
    padding: 1rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: rgba(255, 255, 255, 0);
}

.mob-nav-overlay-show {
    background: rgba(0, 0, 0, .7);
    transition: 1s ease;
    visibility: visible;
    color: rgba(255, 255, 255, 1);
}

.mob-nav-container {
    position: fixed;
    background: #fff;
    top: 0;
    right: 0;
    bottom: 0;
    transform: translate(100%, 0);
    width: 85%;
    transition: .5s ease;
    align-items: center;
    display: flex;
    z-index: 9999;
    padding: 2rem
}

.mob-nav-items {
    flex-direction: column;
    display: flex;
    width: 100%;
}

.nav-open {
    transform: translate(0, 0);
}

.mob-nav-container ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mob-nav-container ul li {}

.mob-nav-container ul a {
    padding: 1rem 0;
    color: #444444;
    display: inline-block;
}

.mob-social {
    text-align: right;
}

.mob-social a {
    padding: 2rem 0 1rem 3rem;
    display: inline-block;
    color: #444444;
}


/* Head vozila*/

.nav-vozila {
    position: absolute;
    width: 100%;
    background: #fff;
    padding: 2rem;
    z-index: 101;
    display: flex;
    visibility: hidden;
    overflow: auto;
    /*min-height: 75vh;*/
    transform: translate(0, -100vh);
    transition: 1s ease;
    scroll-behavior: smooth;
}

.nav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    transition: 1s ease;
    visibility: hidden;
}

.nav-vozila_item {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 1rem;
    flex-direction: column;
}

.nav-vozila_naziv {
    text-align: center;
    color: #444444;
    font-size: 18px;
    font-size: 1.8rem;
}

.nav-vozila-toggle {
    visibility: visible;
    transform: translate(0, 0);
    transition: 1s ease;
}

.nav-overlay-toggle {
    background: rgba(0, 0, 0, .3);
    transition: 1s ease;
    visibility: visible;
}

.quick-desktop {
    display: none;
}


.lity {
    z-index: 99999!important;
}

/* sidebar */

.sidebar {}




/* footer */

.footer {
    background: #252525;
    color: #fff;
    font-size: 11px;
    font-size: 1.1rem;
}

.footer a {
    color: #fff;
    display: inline-block;
}

.footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.footer li {
      display: inline-block;
    padding: 0 10px;
    border-right: solid 1px #444;
}
.footer li:last-child {
    border:none;
    padding-right: 0;
}

.footer-1 {
    background: #212121;
}
.footer-1-contain {
    padding: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
        flex-direction: column;
}


.footer-2 {
    background: #101010;
}



.footer-4 a {
    color: inherit;
    padding: .1rem;
}

.footer-4 li {
    display: inline-block;
}

.footer-4 li::after {
    content: "-";
}

.footer-4 li:last-child::after {
    content: "";
}

.footer-contact {
    width: 100%;
    text-align: center;
}

.footer-logo img {
    width: 250px;
}

.copyright a {
    padding: 0;
}

.copyright {
order: 2;
    text-align: center;
}

.menu-legal {
margin: 15px 0px;
order: 1;
}


#menu-footer-menu, .footer-logo{
    display: none;
}



/* QUICK MENU */

.quick-menu {}

.quick-menu ul {
    margin: 0;
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.quick-menu li {
    display: flex;
}

.quick-menu ul a {
    background: #444444;
    color: #fff;
    padding: 1.3rem 1.5rem;
    margin: 0rem;
}

.quick-menu-text {
    display: none;
}


/* txt style */

.bold {
    font-weight: bold;
}
.center {
    text-align: center;
}

/*
HOVER
*/


/* Bob */

@-webkit-keyframes hvr-bob {
    0% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
    50% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
    }
    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}

@keyframes hvr-bob {
    0% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
    50% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
    }
    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}

@-webkit-keyframes hvr-bob-float {
    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}

@keyframes hvr-bob-float {
    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}

.hvr-bob {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-bob:hover,
.hvr-bob:focus,
.hvr-bob:active {
    -webkit-animation-name: hvr-bob-float, hvr-bob;
    animation-name: hvr-bob-float, hvr-bob;
    -webkit-animation-duration: .3s, 1.5s;
    animation-duration: .3s, 1.5s;
    -webkit-animation-delay: 0s, .3s;
    animation-delay: 0s, .3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate;
}
/* Grow Shadow */
.hvr-grow-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow, transform;
  transition-property: box-shadow, transform;
}
.hvr-grow-shadow:hover, .hvr-grow-shadow:focus, .hvr-grow-shadow:active {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  z-index: 1;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/

/* default */

.featured-img-contain {
    height: 40vh;
    overflow: hidden;
    align-items: center;
    display: flex;
}
/* Servis */
.servis-info {
    display: block;
    background: #0f0f0f;
    color: #fff;
    padding: 1rem;
    font-size: 12px;
    font-size: 1.2rem;
}

.servis-info a {
color: #fff;
    padding: 0 .5rem;
}
/* Contact */
.kontakt-info {
    line-height: 2.5rem;
    padding: 0 3rem;
}
.kontakt-info .svg-inline--fa {
    border: solid 0px;
    width: 25px;
    height: 25px;
    padding: 9px 0 0px 0;
}
.grecaptcha-badge {

display: none;

}

span.wpcf7-list-item {
    display: inline-block;
    margin: 0;
    font-size: 1rem;
}
input.wpcf7-form-control button, input.wpcf7-form-control {
background: #444444;
color: #fff;
border: none;
padding: .5rem 1rem;
}


input.wpcf7-form-control.wpcf7-submit {
       background: #444444;
    color: #fff;
    border: solid 2px #444444;
    padding: 1rem 2rem;
    display: inline-block;
    transition: .5s all ease;
}
input.wpcf7-form-control.wpcf7-submit:hover {
    background: #fff;
    color: #444444;
    border: solid 2px #444444;
    transition: .5s all ease;
}

input.wpcf7-form-control button[disabled], input.wpcf7-form-control[disabled] {
    cursor: default;
    opacity: .5;
    background: #444444!important;
    color: #fff!important;
    border: solid 2px #444444!important;
}


input.wpcf7-form-control.wpcf7-text, textarea.wpcf7-form-control {
    width: 100%;
    padding: .5rem 1rem;
    border: none;
    background: #444444;
    color: #fff;
    font-weight: bold;
}
input.wpcf7-form-control::placeholder, textarea.wpcf7-form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #e6e5e5;
    opacity: 1; /* Firefox */
        font-weight: normal;
}

input.wpcf7-form-control:-ms-input-placeholder, textarea.wpcf7-form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #e6e5e5;
font-weight: normal;
}

input.wpcf7-form-control::-ms-input-placeholder, textarea.wpcf7-form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #e6e5e5;
font-weight: normal;
}


/* SLIDE HOME */
.swiper-button-next, .swiper-button-prev {
     position: absolute;
    top: 50%;
    width: 50px!important;
    height: 50px!important;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 20px 25px!important;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #444444;
    right: 0!important;
    padding: 5px;
}
.swiper-button-next {
    margin-top: -25px!important;
}
.swiper-button-prev {
right: 0!important;
    margin-top: 25px!important;
    left: initial!important;
}
.swiper-button-disabled, .swiper-button-prev {
    background-color: rgba(0,0,0,.5)!important;
}
.home .swiper-slide {
    height: 82vh;
    overflow: hidden;
}
.swiper-slide {
    height: 76vh;
    overflow: hidden;
}
.swiper-slide img {
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;;
}

.swiper-text {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: #fff;
    z-index: 1;
    padding: 2rem 4rem;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.50);
    text-align: right;
}
.swiper-text a {
    color: #fff;
}

.swiper-overlay {
    position: absolute;
    top: 0;
    bottom: -50%;
    left: -50%;
    right: -50%;
    box-shadow: inset 0 31px 249px 3px rgba(0,0,0,0.7);
}
.swiper-title {
    font-size: 30px;
    font-size: 3rem;
}
.swiper-subtitle {
    font-size: 20px;
    font-size: 2rem;
line-height: 24px;
line-height: 2.4rem;
}


.swiper-btn {
    line-height: 32px;
    font-size: 12px;
    font-size: 1.2rem;
}


/* HOME */
.home-items {
    padding: 2rem 0 1rem 0;

}
.home-item-naslov {
    color: #fff;
    padding: 5px 0px;
border-bottom: 1px solid #fff;
    display: flex;
    justify-content: space-between;
position: relative;
flex-grow: 1;
    align-items: center;
}
.ikona {
    align-self: flex-end;
    right: 0;
    bottom: 0;
    padding-left: 10px;
    }
.ikona span {
    font-size: 12px;
    font-size: 1.2rem;
    padding-right: 5px;
}

.col-3.home-item, .col-4.home-item {
padding: 1rem;
}
.home-item-contain {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
        height: 20vh;
overflow: hidden;
box-shadow: 0 0 4px 0 rgba(255,255,255,0.50);

}
.home-item img {
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;;
       background: #D8D8D8;
       transition: all ease .5s;
}
.home-item:hover img {
    transform: scale(1.1);
    transition: all ease .5s;
}
.home-item {
        padding: 1rem;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
}
.home-item a {color: inherit;}
.home-news {
    background: #444444;
        display: inline-block;
    width: 100%;
        padding: 2rem 0 1rem 0;
}
.home-news .home-item-contain  {
    box-shadow: none;
}
.home-news h2 {
    color: #FFF;
    margin: 0;
    padding: 0;
    text-align: center;
}
/* nesletter */

.newsletter-container {
    padding: 1rem;
    text-align: left;
    display: inline-block;
}
.newsletter-input {
    padding: 1rem;
    display: inline-block;
    margin: 0;
    border: solid 1px #9e9e9e;
}
.newletter-title {
    border-bottom: solid 1px #9e9e9e;
    padding: 0 1rem 1rem 1rem;
    margin-bottom: 1rem;
    display: inline-block;
}
.quick-menu-home {
    margin: 2rem;
}
.quick-menu-home a {
    width: 90px;
    height: 90px;
    padding-top: 27px;
    font-size: 2rem;
    margin: 1rem;
    position: relative;
}
.quick-home-text {
    display: none;
    position: absolute;
    top: -63px;
    left: -4px;
    min-width: 200px;
    background: #444444!important;
    color: #fff!important;
    z-index: 1;
    font-size: 1.6rem;
    padding: 1rem;
    border: solid 2px;
}
.quick-home-text:after {
    top: 100%;
    left: 8%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-top-color: #444444;
    border-width: 15px;
    margin-left: -15px;
    }
.quick-menu-home a:hover .quick-home-text {display: block;}

/* SINGLE */
.imgtxt-top-right {
    position: absolute;
    right: 0;
    top: 0;
    background: #444444;
    padding: .5rem 1rem;
    color: #fff;
}
.imgtxt-top-right a {
    color: #fff;
}
.imgtxt-top-left {
    position: absolute;
    left: 0;
    top: 0;
}
span.date {
    float: right;
}

/* SINGLE VOZILA */
.vozila-slide-contain {
position: relative;
background:#212121;
}


h1.vozila-title {
    z-index: 2;
    padding: 1rem 2rem;

    margin: 0;
}

.grey-voz-bkg {
    background: #212121;
    color: #fff;
    text-align: center;
}
.grey-voz-bkg .date {
   padding:0 0 10px 0;
   font-size: 12px;
   font-size: 1.2rem;
}

.vozila-download {
    text-align: center;
            background: #444444;
}
.vozila-download .btn {
    border:none;
}
.vozila-download a.btn {
    margin-bottom: 3px;
}
.rabljena-info {
    list-style: none;
    padding: 0;
}
.rabljena-info li {
    padding: 0 0 1rem 0;
}
/* Cat pages */
.title-contain {
    text-align: center;
}
.title-contain h1 {
    position: initial;
    display: inline-block;
    text-align: right;
    font-size: 20px;
    font-size: 2rem;
}

/* CAT Rabljena */
.rabljena-thumbnail {
    position: relative;
}
.rabljena-thumbnail-cijena {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #fff;
    padding: 5px 10px;
    background: #444444;
}
.rabljena-thumbnail-motor {
    position: absolute;
    top: 0;
    right: 0;

}
.benzin, .diesel, .plin, .hibrid, .elektro {
    background: #4CAF50;
    padding: 5px 10px;
    color: #fff;
}
.diesel {
    background: #000;
}
.plin {
    background: #ffeb3b;
    color: #000;
}
.hibrid {
    background: #2c3968;
}
.elektro {
    background: #0892D0;
}

/* NEWS */
.post-cont {
    padding: 2rem;
    text-align: center;
}
.btn-more .btn {
    padding: .5rem 1rem;
    font-size: 14px;
    font-size: 1.4rem;
}
.news-article img {
    width: 100%;
}

.demo-rab-center {
    display: flex;
    justify-content: center;
}
/*------------------------------------*\
    IMAGES
\*------------------------------------*/

.fotogalerija-item {
    border: solid 2px #FFF;
    background: #fff;
}
.vozila-slide-contain img {
        object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
}
/*------------------------------------*\
    TYPOGRAPHY
\*------------------------------------*/

@font-face {
    font-family: 'Mazda Type';
    src: url('font/font/MazdaType-Regular.eot');
    src: url('font/MazdaType-Regular.eot?#iefix') format('embedded-opentype'),
        url('font/MazdaType-Regular.woff2') format('woff2'),
        url('font/MazdaType-Regular.woff') format('woff'),
        url('font/MazdaType-Regular.ttf') format('truetype'),
        url('font/MazdaType-Regular.svg#MazdaType-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Mazda Type';
    src: url('font/MazdaType-Medium.eot');
    src: url('font/MazdaType-Medium.eot?#iefix') format('embedded-opentype'),
        url('font/MazdaType-Medium.woff2') format('woff2'),
        url('font/MazdaType-Medium.woff') format('woff'),
        url('font/MazdaType-Medium.ttf') format('truetype'),
        url('font/MazdaType-Medium.svg#MazdaType-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Mazda Type';
    src: url('font/MazdaType-MediumItalic.eot');
    src: url('font/MazdaType-MediumItalic.eot?#iefix') format('embedded-opentype'),
        url('font/MazdaType-MediumItalic.woff2') format('woff2'),
        url('font/MazdaType-MediumItalic.woff') format('woff'),
        url('font/MazdaType-MediumItalic.ttf') format('truetype'),
        url('font/MazdaType-MediumItalic.svg#MazdaType-MediumItalic') format('svg');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Mazda Type';
    src: url('font/MazdaType-BoldItalic.eot');
    src: url('font/MazdaType-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('font/MazdaType-BoldItalic.woff2') format('woff2'),
        url('font/MazdaType-BoldItalic.woff') format('woff'),
        url('font/MazdaType-BoldItalic.ttf') format('truetype'),
        url('font/MazdaType-BoldItalic.svg#MazdaType-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Mazda Type';
    src: url('font/MazdaType-Bold.eot');
    src: url('font/MazdaType-Bold.eot?#iefix') format('embedded-opentype'),
        url('font/MazdaType-Bold.woff2') format('woff2'),
        url('font/MazdaType-Bold.woff') format('woff'),
        url('font/MazdaType-Bold.ttf') format('truetype'),
        url('font/MazdaType-Bold.svg#MazdaType-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Mazda Type';
    src: url('font/MazdaType-Italic.eot');
    src: url('font/MazdaType-Italic.eot?#iefix') format('embedded-opentype'),
        url('font/MazdaType-Italic.woff2') format('woff2'),
        url('font/MazdaType-Italic.woff') format('woff'),
        url('font/MazdaType-Italic.ttf') format('truetype'),
        url('font/MazdaType-Italic.svg#MazdaType-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
}





/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {
        .swiper-slide {
    height: 30vh;
    overflow: hidden;
}
}

@media only screen and (min-width:480px) {
    .col-1 {
        width: 33.33%;
    }
    .col-2 {
        width: 41.66%;
    }
    .col-3 {
        width: 50%;
    }
    .col-4 {
        width: 50%;
    }
    .col-5 {
        width: 50%;
    }
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12 {
        width: 100%;
    }
    /* Logo */
    .logo a {
        font-size: 28px;
        font-size: 2.8rem;
        flex-direction: row;
    }
    .logo-img {
        max-width: 360px;
        margin-right: 2rem;
    }


    .logo-title {
        padding-left: 2rem;
    }
    .footer-contact {
        width: 100%;
    }
        .swiper-slide {
    height: 30vh;
    overflow: hidden;
}
}

@media only screen and (min-width:768px) {

    .col-1 {
        width: 16.66%;
    }
    .col-2 {
        width: 25%;
    }
    .col-3 {
        width: 33.33%;
    }
    .col-4 {
        width: 50%;
    }
    .col-5 {
        width: 50%;
    }
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12 {
        width: 100%;
    }
   .col-3.home-item {
        width: 50%;
    }
    /* Logo */
    .logo a {
        font-size: 28px;
        font-size: 2.8rem;
        flex-direction: row;
    }
    .logo-img {
        max-width: 360px;
        margin-right: 2rem;
    }


    .logo-title {
        padding-left: 2rem;
    }
    .swiper-slide {
    height: 30vh;
    overflow: hidden;
}
}

@media only screen and (min-width:1024px) {
    .swiper-slide {
    height: 76vh;
    overflow: hidden;
}
    .col-1 {
        width: 8.33%;
    }
    .col-2 {
        width: 16.66%;
    }
    .col-3 {
        width: 25%;
    }
    .col-4 {
        width: 33.33%;
    }
    .col-5 {
        width: 41.66%;
    }
    .col-6 {
        width: 50%;
    }
    .col-7 {
        width: 58.33%;
    }
    .col-8 {
        width: 66.66%;
    }
    .col-9 {
        width: 75%;
    }
    .col-10 {
        width: 83.33%;
    }
    .col-11 {
        width: 91.66%;
    }
    .col-12 {
        width: 100%;
    }
      .col-3.home-item {
        width: 20%;
    }
    /* HEADER MENU */
    .header .container {
        padding: 2rem 2rem 2rem 2rem;
    }
    .nav li {
        display: inline-block;
    }
    .nav {
        justify-content: space-between;
        display: flex;
    }
    .btn-search {
        display: initial;
        color: #fff;
        cursor: pointer;
    }
    .nav-toggle,
    .mob-nav-overlay,
    .mob-nav-container {
        display: none;
    }
    /* FOOTER */
    .footer-osobna,
    .footer-gospodarska,
    .footer-2 .menu {
        display: initial;
    }
    .footer-4 {
        flex-flow: row;
        justify-content: space-between;
        align-items: center;
    }
    /* order of footer */
    .copyright {
        order: 1;
        margin: 0rem;
    }
    .menu-legal {
        order: 2;
        margin: 0rem;
    }

    .col-3.footer-contact {
        text-align: right;
    }
    /* Quick menu */
    .quick-desktop {
        position: fixed;
        left: 0;
        display: flex;
        top: 0;
        bottom: 0;
        justify-content: center;
        flex-direction: column;
    }
    .quick-desktop .quick-menu ul {
        flex-direction: column;
    }
    .quick-desktop .quick-menu li {
        margin-bottom: 1rem;
        z-index: 1;
    }
    .quick-desktop .quick-menu a {
        padding: 0;
        width: 30px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: 1s all ease;

    }
    .quick-desktop .quick-menu a:hover {
        background: #fff;
        color: #444444;
        transition: 1s all ease;

    }
    .quick-desktop .quick-menu li a:hover~.quick-menu-text {
        transition: 1s all ease;
        visibility: visible;
        display: flex;
        left: 30px;
        justify-content: center;
        align-items: center;
    }
    .quick-desktop .quick-menu .quick-menu-text {
        background: #444444;
        color: #fff;
        padding: .5rem;
        position: absolute;
        transition: 1s all ease;
        z-index: -1;
        visibility: hidden;
        height: 30px;
        width: 200px;
        left: -200px;
        display: block;
        font-size: 12px;
        font-size: 1.2rem;
    }
    .swiper-text {
        max-width: 50%;
    }
    .news-article img {
    width: 70%;
}
#menu-footer-menu, .footer-logo{
    display: block;
}
.footer-1-contain {

        flex-direction: row;
}
.footer ul {
    text-align: initial;
}
}

@media only screen and (min-width:1140px) {}

@media only screen and (min-width:1280px) {}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:144dpi) {}





/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}

::-webkit-selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}

::-moz-selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}





/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
   text-align: center;
   margin: 5px 20px 20px 0;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #FFF;
    border: 1px solid #F0F0F0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.sticky {}

.bypostauthor {}





/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}