body,
html {
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #231F20;
    overflow-x: hidden;
}

.no-scroll {
    overflow: hidden;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
}

a {
    color: #c80010;
    text-decoration: none;
}

a,
button {
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

strong {
    font-weight: 700;
}

h1 {
    font-weight: 700;
}

.inner-page h1,
.news-carousel h2,
.products-home h2,
.promo-video h2 {
    font-size: 36px;
    font-weight: 700;
    color: #363636;
}

.inner-page h1 {
    margin: 0 0 40px 0;
}


h2 {
    font-size: 23px;
    font-weight: 500;
}

h3 {
    font-size: 20px;
    margin: 20px 0 10px 0;
}

section .img-responsive,
section .img_responsive,
section .imgresponsive {
    /*
    width: auto !important;
    height: auto !important;
*/
    max-width: 100%;
}

.red-btn {
    background: #c80010;
    color: #ffffff;
    border: none;
    padding: 10px 30px;
    margin: 10px 0 0 0;
    display: inline-block;
}

.red-btn:hover,
.red-btn:active,
.red-btn:focus {
    background: #fb3444;
    color: #ffffff;
    text-decoration: none;
}

.btn {
    display: inline-block;
    font-weight: 700;
    padding: 12px 30px;
    margin: 0;
    text-transform: uppercase;
    text-align: center;
    border-radius: 5px;
    line-height: 22px;
    font-size: 15px;
}

.outline-btn {
    border: 1px solid #c80010;
    color: #c80010;
    display: block;
    padding: 15px;
    font-weight: 700;
    margin: 30px auto 50px auto;
    width: 250px;
}

.outline-btn:hover,
.outline-btn:focus,
.outline-btn:active {
    background: #c80010;
    text-decoration: none;
    color: #ffffff;
}

.no-padding {
    padding: 0;
}

.pad-80 {
    padding: 80px 0;
}

.pad-bottom-60 {
    padding: 0 0 60px 0;
}

header {
    position: relative;
}

.header-slider-wrapper {
    overflow: hidden;
    position: relative;
}

.slider-title {
    position: absolute;
    left: 110px;
    bottom: 40px;
    z-index: 6;
    padding: 20px;
    text-align: center;
    background: url(../img/title-bg.svg) 0 0 no-repeat;
    background-size: cover;
    text-decoration: none;
}

.slider-title:hover,
.slider-title:active,
.slider-title:focus {
    text-decoration: none;
}

.slider-title h2 {
    color: #ffffff;
    font-size: 46px;
    font-weight: 700;
    margin: 0;
}

.main-nav {
    position: relative;
    z-index: 2;
    padding: 15px 0;
    background: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .09);
}

.main-nav .logo {
    display: inline-block;
}

.main-nav .logo source,
.main-nav .logo img {
    width: 140px;
}

.nav-list li.mobile-logo {
    display: none;
}

.nav-list {
    list-style-type: none;
    padding: 0;
    margin: 17px 0 0 0;
    float: right;
    text-align: right;
}

.nav-list li {
    position: relative;
    top: -10px;
    display: inline-block;
    margin: 0 40px 0 0;
}

.nav-list li:last-child {
    margin: 0;
}

.nav-list li a {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    color: #363636;
    display: block;
    text-decoration: none;
}

.nav-list li a:hover,
.nav-list li a:focus,
.nav-list li a:active {
    color: #c80010;
}

.nav-list li a.show-submenu,
.nav-list li a.active {
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.nav-list li.search a,
.mobile-nav li.search a {
    position: relative;
    top: 5px;
    width: 24px;
    height: 24px;
    display: inline-block;
    background: url(../img/search.svg) 50% 50% no-repeat;
    background-size: 24px auto;
}

.mobile-nav li.search a {
    top: 3px;
}

.nav-list li.user a,
.mobile-nav li.user a {
    position: relative;
    top: 5px;
    width: 24px;
    height: 27px;
    display: inline-block;
    background: url(../img/user.svg) 50% 50% no-repeat;
    background-size: 24px auto;
}

.nav-list li.cart {
    margin-right: 0;
}

.nav-list li.cart a,
.mobile-nav li.cart a {
    position: relative;
    top: 5px;
    width: 28px;
    height: 27px;
    display: inline-block;
    background: url(../img/cart.svg) 50% 50% no-repeat;
    background-size: 28px auto;
}


.submenu {
    display: none;
    position: absolute;
    left: -40px;
    top: 71px;
    z-index: 99;
    width: 305px;
    padding: 30px 20px 13px 20px;
    margin: 0;
    list-style: none;
    text-align: left;
    background: #c80010;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.submenu li {
    display: block;
    margin: 0;
}

.nav-list .submenu a {
    color: #ffffff;
    font-weight: 400;
    font-size: 15px;
    padding: 15px 5px;
    text-transform: none;
    display: inline-block;
    width: 100%;
    opacity: 1;
    border-bottom: 1px solid rgba(255, 255, 255, .19);
}

.nav-list .submenu a:hover,
.nav-list .submenu a:active,
.nav-list .submenu a:focus {
    opacity: .6;
}

.nav-list .submenu li:last-child a {
    border-bottom: none;
}

.header-slider {
    position: relative;
}

.header-slider img,
.header-slider picture {
    width: 100%;
}

.proizvodi-usluge {
    position: relative;
    margin: -100px 0 0 0;
}

.featured-item {
    position: relative;
    background: #FBFBFB;
    padding: 40px 50px 50px 40px;
    text-align: center;
    box-shadow: 0 3px 40px rgba(0, 0, 0, .16);
}

.proizvodi-ico {
    display: block;
    width: 62px;
    height: 64px;
    margin: 0 auto 30px auto;
    background: url(../img/proizvodi-ico.svg) 50% 50% no-repeat;
    background-size: 62px auto;
}

.usluge-ico {
    display: block;
    width: 64px;
    height: 64px;
    margin: 0 auto 30px auto;
    background: url(../img/usluge-ico.svg) 50% 50% no-repeat;
    background-size: 64px auto;
}

.featured-item h2 {
    font-size: 24px;
    font-weight: 500;
    margin: 0 0 15px 0;
}

.featured-desc {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 1.6;
}

.featured-list {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    padding: 0;
    margin: 0 0 0 70px;
    list-style-type: none;
}

.featured-list li {
    position: relative;
    display: inline-block;
    width: 100%;
}

.featured-list li:before {
    content: '•';
    position: relative;
    display: block;
    margin: 0 25px 0 0;
    font-size: 20px;
    top: -3px;
    float: left;
}

.featured-list a {
    color: #000000;
    display: block;
}

.products-home,
.news-carousel {
    position: relative;
    padding: 80px 0;
}

.products-home .container,
.news-carousel .container {
    position: relative;
}

.news-title,
.product-item h3 {
    color: #231F20;
    margin: 10px 0 0 0;
    font-size: 18px;
    line-height: 1.4;
}

.news-carousel {
    background: #F6F6F6;
}

.news-carousel h2,
.products-home h2 {
    margin: 0 0 20px 0;
}

.news-item img,
.product-item img {
    opacity: 1;
    width: 100%;
    border-radius: 10px;
    transition: all .3s ease-out;
}

.news-item:hover img,
.news-item:focus img,
.news-item:active img,
.product-item:hover img,
.product-item:focus img,
.product-item:active img {
    opacity: .7;
}

.news-item {
    display: inline-block;
    font-weight: 500;
    color: #231F20;
}

.news-item:hover,
.news-item:focus,
.news-item:active {
    text-decoration: none;
}

.news-name {
    color: #AFAFAF;
    margin: 15px 0;
}

footer {
    background: #f6f6f6 url(../img/hop-silueta.svg) 0 100% no-repeat;
    background-size: contain;
    padding: 60px 0 240px 0;
}

.footer-col {
    width: 20%;
}

.footer-logo img {
    width: 100px;
}

footer .footer-title {
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 5px 0;
}

footer ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

footer ul a {
    color: #231F20;
}

footer ul a:hover,
footer ul a:focus,
footer ul a:active {
    color: #c80010;
}

footer ul li {
    padding: 5px 0;
}


.copyright {
    position: relative;
    border-top: 1px solid #c80010;
    padding: 15px 0;
    margin: 50px 0 0 0;
}

.copyright .copy {
    text-align: right;
    font-size: 14px;
}

.copyright .kartice {
    list-style-type: none;
    padding: 0;
    margin: 0;
    float: right;
    width: 40%;
    text-align: right;
}

.copyright .kartice li {
    display: inline-block;
    margin-right: 15px;
}

.copyright .kartice li:last-child {
    margin-right: 0;
}

/* BACK TO TOP */
.top {
    display: inline-block;
    height: 50px;
    width: 50px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 88;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: url(../img/chevron-up.svg) no-repeat 50% 50%, url(../img/back-to-top-bg.svg) no-repeat 50% 50%;
    background-size: 15px auto, 50px auto;
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s 0s, visibility 0s .3s;
}

.top.is-visible,
.top.fade-out,
.no-touch .top:hover {
    transition: opacity .3s 0s, visibility 0s 0s;
}

.top.is-visible {
    visibility: visible;
    opacity: 1;
}

.top.fade-out {
    opacity: .5;
}

.top.fade-out:hover,
.no-touch .top:hover {
    background: url(../img/chevron-up.svg) no-repeat 50% 50%, url(../img/back-to-top-bg.svg) no-repeat 50% 50%;
    background-size: 15px auto, 50px auto;
    opacity: 1;
}


/* search form */
::-webkit-input-placeholder {
    color: #ffffff;
}

::-moz-placeholder {
    color: #ffffff;
}

:-ms-input-placeholder {
    color: #ffffff;
}

:-moz-placeholder {
    color: #ffffff;
}

.search-wrapper {
    position: absolute;
    top: 121px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 0;
    height: 80px;
    width: 100%;
    display: none;
    z-index: 98;
    background: rgba(158, 3, 16, .9);
}

.search-input {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 475px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.search-input .input {
    width: 350px;
    height: 40px;
    background: transparent;
    border: none;
    outline: none;
    border-bottom: 1px solid #ffffff;
    color: #ffffff;
    font-size: 16px;
    -webkit-appearance: none;
    border-radius: 0;
}

.search-btn {
    background: #fff;
    border: none;
    padding: 10px 35px;
    text-transform: uppercase;
    font-weight: 500;
    display: inline-block;
    color: #363636;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
}

.search-btn:hover,
.search-btn:focus,
.search-btn:active {
    background: #e7e7e7;
}

.dark-overlay {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 100;
}

/* mobile nav ico */

.mobile-nav {
    display: none;
    list-style-type: none;
    padding: 0;
    margin: 0;
    float: right;
    width: 90px;
}

.mobile-nav li {
    display: inline-block;
    margin: 0 30px 0 0;
}

.mobile-nav li:last-child {
    margin: 0;
}

.mobile-nav-wrapper {
    width: 30px;
    height: 30px;
    position: relative;
    top: 8px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.mobile-nav-wrapper span {
    display: block;
    position: absolute;
    height: 6px;
    width: 100%;
    background: #c80010;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}


.mobile-nav-wrapper span:nth-child(1) {
    top: 0px;
}

.mobile-nav-wrapper span:nth-child(2),
.mobile-nav-wrapper span:nth-child(3) {
    top: 10px;
}

.mobile-nav-wrapper span:nth-child(4) {
    top: 20px;
}

.mobile-nav-wrapper.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.mobile-nav-wrapper.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mobile-nav-wrapper.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.mobile-nav-wrapper.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.breadcrumbs ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    position: relative;
}

.breadcrumbs ul li {
    display: inline-block;
}

.breadcrumbs ul li:after {
    content: '/';
    position: relative;
    display: inline-block;
    margin: 0 5px;
}

.breadcrumbs ul li:last-child:after {
    display: none;
}

.breadcrumbs ul li.active {
    font-weight: 500;
    color: #c80010;
}

.page-nav.bottom {
    margin: 40px 0 0 0;
}

.page-nav {
    text-align: center;
    color: #888;
    font-size: 14px;
}

.page-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.page-nav ul li {
    display: inline-block;
    margin: 0 10px;
    line-height: 40px;
    position: relative;
}

.page-nav ul li span,
.page-nav ul li input {
    display: inline-block;
    vertical-align: middle;
    height: 40px;
    color: #363636;
}

.page-nav ul li input {
    margin: 0 10px;
    text-align: center;
    width: 40px;
    border: 1px solid #A2A2A2;
    background: #ffffff;
    color: #363636;
    font-weight: 500;
    font-size: 14px;
    -webkit-appearance: none;
    border-radius: 0;
}

.page-nav ul li a {
    position: relative;
    top: 3px;
    color: #363636;
    font-size: 17px;
    z-index: 10;
}

.page-nav ul li:last-child {
    margin: 0 0 0 5px;
    top: 2px;
}

.page-nav ul li a .icon-right {
    width: 8px;
    height: 15px;
    display: block;
    background: url(../img/arrow-left.svg) 50% 50% no-repeat;
    background-size: 8px auto;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}


.checkbox input[type=checkbox]+label:before {
    display: none;
}

.cbx-input {
    display: none;
}

.cbx {
    margin: auto;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
}

.cbx span {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.cbx span:first-child {
    position: relative;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    transform: scale(1);
    vertical-align: top;
    margin: 3px 0 0 0;
    border: 1px solid #04689d;
    background: #ffffff;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.cbx span:first-child svg {
    position: absolute;
    top: 3px;
    left: 2px;
    fill: none;
    stroke: #FFFFFF;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 16px;
    stroke-dashoffset: 16px;
    -webkit-transition: all 0.3s ease;
    -webkit-transition-delay: 0.1s;
    -webkit-transform: translate3d(0, 0, 0);
    transition: all 0.3s ease;
    transition-delay: 0.1s;
    transform: translate3d(0, 0, 0);
}

.cbx span:first-child:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #04689d;
    display: block;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
    border-radius: 50%;
}

.cbx span:last-child {
    padding-left: 3px;
}

.cbx:hover span:first-child {
    border-color: #04689d;
}

.cbx-input:checked+.cbx span:first-child {
    background: #04689d;
    border-color: #04689d;
}

.cbx-input:checked+.cbx span:first-child svg {
    stroke-dashoffset: 0;
}

.cbx-input:checked+.cbx span:first-child:before {
    -webkit-transform: scale(3.5);
    transform: scale(3.5);
    opacity: 0;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.gallery-grid {
    display: inline-block;
    margin: 50px 0;
    width: 100%;
}

.gallery-grid a {
    display: block;
    float: left;
    margin-right: 1%;
    margin-bottom: 15px;
    opacity: 1;
    overflow: hidden;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    width: 24%;
}

.gallery-grid a:hover,
.gallery-grid a:active,
.gallery-grid a:focus {
    opacity: .7;
}

.inner-page {
    padding: 60px 0;
}

.inner-page .product-item {
    background: #F7F7F7;
    margin: 0 0 20px 0;
}

.inner-page .product-item .product-txt-wrapper {
    margin: 0;
}

.proizvod-desc {
    line-height: 1.8;
}

.outline-desc {
    border: 2px solid #c80010;
    text-transform: uppercase;
    padding: 30px;
    font-size: 18px;
    margin: 50px 0 0 0;
    text-align: center;
}

.upotreba-wrapper h2 {
    font-size: 33px;
    margin: 0 0 40px 0;
}

.tag-wrapper {
    display: table;
    height: 100%;
    width: 100%;
    vertical-align: middle;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    padding: 15px 0;
    border: 2px solid #c80010;
    margin: 0 0 30px 0;
}

.extra-info img {
    margin: 0 auto;
    max-width: 80%;
}

.intro-txt {
    position: relative;
    font-size: 18px;
    font-style: italic;
    text-align: center;
    padding: 20px 0 50px 0;
}

.about-item-wrapper {
    margin: 70px 0;
    display: inline-block;
    width: 100%;
}

.about-item-wrapper h2 {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.onama-img .img-desc {
    font-style: italic;
    font-size: 18px;
    text-align: center;
    margin: 30px 0 0 0;
}


/* timeline */
.timeline-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 90px 0 0 0;
}

.entries {
    width: calc(100% - 80px);
    max-width: 800px;
    margin: auto;
    position: relative;
    left: -5px;
}

.timeline-wrapper:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 50%;
    bottom: 0px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 4px;
    background-color: #c80010;
}

.entries .entry {
    width: calc(55% - 80px);
    float: left;
    padding: 10px 0;
    clear: both;
    text-align: right;
    line-height: 1.8;
}

.entries .entry:not(:first-child) {
    margin-top: -10px;
}

.entries .entry .title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 12px;
    position: relative;
}

.entries .entry:nth-child(2n) {
    text-align: left;
    float: right;
}

.entries .entry:nth-child(2n) .title:before {
    left: -63px;
}

/* end timeline */

.location-row {
    margin: 0 0 100px 0;
    display: inline-block;
    width: 100%;
}

.location-row:last-of-type {
    margin: 0;
}

.location-map {
    margin: 0 0 80px 0;
}

.location-map iframe {
    height: 450px;
    width: 100%;
    border: none;
}

.location-info-name {
    font-weight: 700;
    font-size: 16px;
    margin: 0 0 20px 0;
}

.location-info ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.location-info ul li {
    margin: 10px 0;
}

.location-info ul li a {
    color: #000000;
}

.contact-card {
    position: relative;
    float: left;
    width: 23%;
    margin-right: 22px;
    margin-bottom: 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .16);
    padding: 20px 20px 20px 30px;
}

.contact-card:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    background: #c80010;
    width: 5px;
    height: 100%;
}

.contact-card ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 16px;
}

.contact-card ul li {
    margin: 0 0 10px 0;
}

.contact-card ul li:last-child {
    margin: 0;
}

.contact-card ul a {
    color: #000000;
    word-break: break-all;
}

.contact-title {
    text-transform: uppercase;
    margin: 0 0 10px 0;
    font-weight: 700;
}

.page-main-img img {
    width: 100%;
}

.inner-page .download-img {
    position: relative;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}

.inner-page .download-img:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 10px;
    background: #c80010;
}

.inner-page .download-wrapper {
    background: #ffffff;
    padding: 30px 40px 25px 40px;
    display: inline-block;
    width: 100%;
}

.inner-page .download-wrapper .download-label {
    float: left;
    font-size: 20px;
    font-weight: 600;
    padding: 12px 0 0 10px;
    width: 45%;
}

.inner-page .download-wrapper .download-btn {
    float: right;
    text-transform: uppercase;
    color: #000000;
    border: 1px solid #707070;
    padding: 15px 30px;
    text-align: center;
    width: 125px;
}

.inner-page .download-wrapper .download-btn:hover,
.inner-page .download-wrapper .download-btn:active,
.inner-page .download-wrapper .download-btn:focus {
    text-decoration: none;
    background: #23527c;
    color: #ffffff;
    border: 1px solid #23527c;
}

.pagination-wrapper {
    display: inline-block;
    width: 100%;
    margin: 40px 0 0 0;
}

.pagination {
    flex-wrap: wrap;
}

.btn-wrapper {
    margin: 40px 0 0 0;
}

.swiper-button-prev,
.swiper-button-next {
    top: 20px;
    right: 10px;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    background: #9f9f9f;
    z-index: 2;
    transition: all .3s ease-out;
}

.swiper-button-prev {
    left: auto;
    right: 70px;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    background: #c80010;
}


.swiper-button-prev::after,
.swiper-button-next::after {
    content: '';
    display: block;
    width: 45px;
    height: 45px;
    background: url(../img/chevron-up.svg) 50% 50% no-repeat;
    background-size: 14px auto;
    transform: rotate(90deg);
}

.swiper-button-prev::after {
    transform: rotate(-90deg);
}

.promo-video {
    position: relative;
    padding: 132px 0 60px 0;
}

.video-inner-container {
    position: relative;
}

.promo-video h2 {
    font-size: 30px;
    margin: 0 0 20px 0;
}

.video-wrapper {
    position: relative;
    width: 56%;
    z-index: 3;
}

.video-desc {
    position: absolute;
    right: 0;
    top: -10%;
    bottom: 0;
    width: 50%;
    padding: 60px 60px 50px 150px;
    line-height: 1.8;
    background: #f6f6f6;
    height: 120%;
}

.product-page-inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.proizvod-desc-inner {
    width: 45%;
    font-size: 18px;
    line-height: 1.8;
}

.product-page-inner .product-main-img {
    width: 50%;
}

.product-page-inner .product-main-img img {
    border-radius: 10px;
}

.product-list-wrapper {
    align-items: start;
}

.sidebar {
    width: 25%;
    background: #f6f6f6;
    padding: 30px;
    border-radius: 10px;
}

.form-group {
    margin: 0 0 20px 0;
}

.prod-list {
    width: 60%;
    padding: 0 0 0 80px;
}

.form-control,
.form-select {
    padding: 10px 15px;
}

.prod-item {
    margin: 0 0 10px 0;
    padding: 10px 0 20px 0;
    border-bottom: 1px solid #ccc;
}

.prod-item:first-of-type {
    padding: 0 0 10px 0;
}

.prod-item:nth-child(10n) {
    border-bottom: none;
}

.prod-name {
    font-size: 18px;
    color: #363636;
    font-weight: 700;
}

.prod-cat-island {
    display: flex;
    font-size: 13px;
    margin: 10px 0 0 0;
    color: #878787;
}

.prod-island {
    margin: 0 20px 0 0;
}

.sidebar .btn {
    width: 100%;
}

.prod-cat-island a,
.page-link {
    color: #363636;
}

.prod-item a:hover,
.page-link:hover {
    color: #c80010;
}

.prod-cat-island strong {
    font-weight: 400;
    text-transform: uppercase;
}

.active>.page-link,
.page-link.active {
    background: #c80010;
    color: #fff;
    border-color: #c80010;
}

.news-list-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.news-list-wrapper .news-item {
    width: 23.5%;
    margin: 0 2% 40px 0;
}

.news-list-wrapper .news-item:nth-child(4n) {
    margin: 0 0 40px 0;
}

/* custom checkbox */

.inp-cbx {
    position: absolute;
    visibility: hidden;
    height: 0;
    width: 0;
}

.cbx {
    margin: auto;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    width: 100%;
}

.cbx span {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.cbx span:first-child {
    position: relative;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    -webkit-transform: scale(1);
    transform: scale(1);
    vertical-align: top;
    margin: 4px 5px 0 0;
    border: 1px solid #CFD0D0;
    background: #fff;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.cbx span:first-child svg {
    position: absolute;
    top: 4px;
    left: 3px;
    fill: none;
    stroke: #fff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 16px;
    stroke-dashoffset: 16px;
    -webkit-transition: all .3s ease;
    -webkit-transition-delay: .1s;
    -webkit-transform: translate3d(0, 0, 0);
    transition: all .3s ease;
    transition-delay: .1s;
    transform: translate3d(0, 0, 0);
}

.cbx span:first-child:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #D50C14;
    display: block;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
    border-radius: 50%;
}

.cbx span:last-child {
    padding-left: 3px;
    width: 90%;
}

.cbx:hover span:first-child {
    border-color: #D50C14;
}

.inp-cbx:checked+.cbx span:first-child {
    background: #D50C14;
    border-color: #D50C14;
    animation: wave .4s ease;
}

.inp-cbx:checked+.cbx span:first-child svg {
    stroke-dashoffset: 0
}

.inp-cbx:checked+.cbx span:first-child:before {
    -webkit-transform: scale(3.5);
    transform: scale(3.5);
    opacity: 0;
    -webkit-transition: all .6s ease;
    transition: all .6s ease
}

@keyframes wave {
    50% {
        transform: scale(.9)
    }
}

/* end custom checkbox */


.generic-form {
    margin: 40px 0 0 0;
    font-size: 15px;
}

.generic-form h3 {
    margin: 20px 0;
    font-size: 24px;
}

.generic-form .form-group {
    width: 49%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
}

.generic-form textarea,
.generic-form .form-group.full,
.generic-form .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){
    width: 100%;
}

.generic-form textarea {
    height: 200px;
}

.generic-form .btn {
    margin: 40px 0;
}

.generic-form .form-control {
    padding: 11px 15px;
    border-radius: 5px;
    border: 1px solid #CFD0D0;
    background: #F6F6F6;
    font-weight: 500;
    transition: all .3s ease-out;
}

.form-label {
    font-weight: 700;
    line-height: 1.4;
}

.form-control[type=file]:not(:disabled):not([readonly]) {
    cursor: pointer;
    font-size: 15px;
}

.red {
    color: #D50C14;
}

.field-error {
    border: 1px solid #D50C14!important;
    background: #ffe4e4!important;
}

.doc-list a {
    color: #363636;
}

.doc-list a:hover {
    color: #D50C14;
}