.parahraph-sd {
    min-height: 126px;
}
.center {
    text-align: center;
}
.custom-container {
    padding: 0 20px !important;
}
.cms-index-index  .sections.nav-sections {
    margin-bottom: 0 !important;
}
.cms-new-home-page .nav-sections {
    margin-bottom: 0;
}
.cms-new-home-page .page-main {
    padding: 0;
}
.flex-container {
    display: flex;
    flex-wrap: wrap;
    padding-top: 0;
}
.header-wrap {
    text-align: center;
}
.switcher-language .switcher-options .flag {
    background: url('../images/sprite.png');
    display: inline-block;
}
.switcher-language .switcher-options .flag.eu {
    width: 16px;
    height: 12px;
    background-position: -9px 80px;
}
.switcher-language .switcher-options .flag.au {
    width: 16px;
    height: 12px;
    background-position: -9px 101px;
}
.switcher-language .switcher-options .flag.ca {
    width: 16px;
    height: 12px;
    background-position: -39px 101px;
}
.switcher-language .switcher-options .flag.uk {
    width: 16px;
    height: 12px;
    background-position: -39px 80px;
}
.switcher-language .switcher-options .flag.us {
    width: 16px;
    height: 12px;
    background-position: -67px 101px;
}

/* hero */
.hero-section {
    /* background: url(../images/home_imgs/dris-home-page-banner.jpg) no-repeat 50% 15% / cover; */
    min-height: 500px;
    color: #fff;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    padding: 2% 5% 0 5%;
}
.hero-section h1 {
    font-size: 72px ;
    font-weight: 600;
    color: #fff;
    text-align: center;
    padding-top: 50px;
}
.hero-section h1 span {padding-left: 150px;}
.hero-section h1 .malo {
    width: 100%;
    float: left;
    font-size: 34px;
    padding-left: 455px;
}
.topicon-top.topicon_home .tih_item:nth-child(1) {
    background: linear-gradient(45deg, #0000006e, #00000008);
}
.topicon-top.topicon_home .tih_item:nth-child(2) {
    background: linear-gradient(45deg, #000000a8, #00000014);
}
.topicon-top.topicon_home .tih_item:nth-child(3) {
    background: linear-gradient(45deg, #00000094, #00000008);
}
.hero-section .topicon-top.topicon_home .tih_item {
    padding: 12px;
    width: 33.33%;
}
.topicon-top.topicon_home .tih_item h3, .footericon_home .tih_item h3 {
    color: #fff;
    font-size: 16px;
}
.topicon-top.topicon_home .tih_item p, .footericon_home .tih_item p, .topicon_home .tih_item small, .footericon_home .tih_item small {
    color: #fff;
    font-size: 12px;
}
/* video */
.video-slika {
    display: flex;
    flex-wrap: wrap;
}
.video-slika .fcb_video {
    width: 50%;
}
.video-slika iframe {
    height: calc(100% - 53px);
}
.video-slika .fcb_right {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
}
.video-slika .fcb_feature {
    width: 49% !important;
    padding: 0 !important;
    position: relative;
}
.video-slika a.image-link {
    display: block;
}
.video-slika span.four-img-txt {
    position: absolute;
    width: 100%;
    left: 0;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    padding: 10px;
    background: linear-gradient(0deg, #000000b0, transparent);
    bottom: 0;
}
.video-slika img.exc-lazy {
    width: 100%;
}
.video-slika .fcb_right .fcb_feature a .desc-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    height: 0;
    background-color: rgba(0,0,0,.7);
    -moz-transition: height ease-in-out .4s;
    -webkit-transition: height ease-in-out .4s;
    transition: height ease-in-out .4s;
    border-radius: 0 0 20px 20px;
}
.video-slika .fcb_right .fcb_feature a .desc-back .desk_content {
    position: absolute;
    width: 100%;
    padding: 20px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    font-size: 16px;
    color: #fff;
}
.video-slika .fcb_right .fcb_feature a:hover .desc-back {
    height: 96%;
}

/* category */
.category-section .item {
    width: calc(25% - 10px);
    text-align: center;
    border: 1px solid #eee;
    padding: 20px 0;
    margin: 5px;
    padding-bottom: 0;
    background: #fff;
}
.category-section .item .sub-cat a {
    font-size: 11px;
    text-transform: uppercase;
    margin-right: 8px;
    color: #555;
    white-space: nowrap;
}
.sub-cat a:not(:last-child):after {
    content: '|';
    position: absolute;
    font-size: 11px;
    margin: 2px;
}
.category-section .item .item-link {
    display: block;
    position: relative;
}
.category-section .item h3 {
    color: #121214;
    background: #ffffffe6;
    padding: 10px 0 0;
    margin: 0;
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-transform: uppercase;
    font-size: 16px;
}
.sub-cat {
    padding: 10px;
    background: #fff;
}
.item:hover {
    text-decoration: none;
}
.item h3 {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    color: #465157;
}
/* trustpilot */
.trustpilot-horizontal {
    width: 100%;
    margin: 10px;
}
/* learn services */
.learn-section .item {
    display: block;
}
.logo-learn .header-wrap {
    width: 100%;
}

.learn-section h4 {
    font-size: 23px;
    margin: 0;
    text-transform: uppercase;
}
.learn-section .item.item-title img {
    width: 150px;
}
a.item.item-title {
    border: 1px solid #eee;
    padding: 20px;
    text-align: center;
}

.logo-learn {
    justify-content: space-around;
    margin: 0 auto;
    background-color: #f5f6f9;
    padding: 20px 40px;
}
.logo-learn .item {
    width: 16%;
    text-align: center;
    background: #fff;
    padding: 20px;
    border: 10px solid #f5f6f9;
}

.logo-learn img {
    height: 70px;
    width: 110px;
    object-fit: contain;
    object-position: unset;
}
.am-brand-slider {
    background: #f5f6f9;
    padding-bottom: 21px !important;
    padding: 0 4%;
    text-align: center;
}
.amslider.am-brand-slider .swiper-slide {
    border: 1px solid #eee;
    background: #fff;
}
.amslider.am-brand-slider .swiper-slide:hover {
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
    border: 0 none;
}
a.slide {
    width: 16%;
    background: #fff;
}
/* koga ke se naprave so sliki da se izbrise */ .amslider  .swiper-container {     padding: 40px 0; margin: -25px 0 -30px;  }
.topcat {
    display: flex;
    flex-wrap: wrap;

}
.topcat div {
    width: 50%;
}

section.category-section.container h4 {
    text-transform: uppercase;
    display: block;
    overflow: hidden;
    margin-top: 15px;
    font-size: 14px;
    font-weight: 600;
    color: #465157;
    line-height: 19px;
    text-decoration: none;
}
.category-section img {
    max-height: 200px;
    object-fit: cover;
}
.category-section .item:hover {
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
}
.category-section .item .item-link , section.services-section.container .item .item-link {
    background-color: #fff;
}

/* SERVICES */

section.services-section.container .desno,
section.services-section.container .levo   {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
}
section.services-section.container .desno .item {
    width: 50%;
    padding-bottom: 0;
}
section.services-section.container .levo .item {
    width: 100%;
}
section.services-section.container .levo .item div {
    background: url(/media/wysiwyg/asdd.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
section.services-section.container  div img {
    display: none;

}
section.services-section.container .desno .item:nth-of-type(1) div {
    background: url(/media/wysiwyg/regulators.jpg);
    background-size: cover;
}
section.services-section.container .desno .item:nth-of-type(2) div {
    background: url(/media/wysiwyg/gasfills.jpg);
    background-size: cover;
}
section.services-section.container .desno .item:nth-of-type(3) div {
    background: url(/media/wysiwyg/tankslika.jpg);
    background-size: cover;
}
section.services-section.container .desno .item:nth-of-type(4) div {
    background: url(/media/wysiwyg/hyperbaric-slika.jpg);
    background-size: cover;
}
section.services-section.container .item div  {
    padding: 30%;
}

/* LEARN TO DIVE */
.levo1, .desno1 {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    height: 500px;
    flex-direction: column;
}
.learn-section .levo1 .full {
    height: 100%;
}
.learn-section .levo1 .half {
    height: 50%;
}
.learn-section .item {
    width: 50%;
    height: 50%;
    padding: 5px;
}
.overlay-items .item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.overlay-items span {
    position: absolute;
    right: 10px;
    bottom: 10px;
    background: #f67d1e;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 20px;
    border-radius: 3px;
}
.overlay-items span:hover {
    background: #fff;
    color: #f67d1e;
}
.overlay-items h3 {
    position: absolute;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    line-height: 46px;
    text-transform: none !important;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(0deg, transparent, rgb(0 0 0 / 71%));
    margin: 0;
    padding: 10px;
    line-height: 1;
    transition: all ease-in 0.5s;
}
.overlay-items .item:hover > div {
    box-shadow: 0 0 40px rgb(0 0 0 / 20%);
}
.overlay-items .item div {
    position: relative;
    height: 100%;
}

section.category-section.custom-container {
    max-width: 100%;
}
section.services-section.container {
    margin-top: 10px;
    margin-bottom: 30px;
}
.amslider-header-container {
    display: none;
}
.amslider.am-brand-slider {
    margin: 0 0 25px 0 !important;
}
.am-brand-slider img {
    width: 124px;
    height: 87px;
    object-fit: contain;
}

section.topcat.custom-container {
    padding: 40px inherit;
}
section.topcat.custom-container img {
    padding: 10px;
}

/* best categories */
.best-categories {
    margin: 25px 0;
    float: left;
    width: 100%;
}
.best-categories .item {
    position: relative;
}
.best-categories .item span {
    position: absolute;
    right: 17px;
    bottom: 17px;
    background: #f67d1e;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 20px;
    border-radius: 3px;
}
.best-categories img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.best-categories .levo {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    /*     height: 425px; */
}
.best-categories .desno {
    display: flex;
    flex-wrap: wrap;
    width: 50%;
    /*     height: 425px; */
}
.best-categories .levo .item, .desno .item {
    width: 50%;
    position: relative;
    padding: 5px;
    height: 50%;
}
.best-categories .item > div {
    position: relative;
    height: 100%;
}
.best-categories .desno .item {
    width: 100%;
    height: 100%;
}

/*your-one-stop-dive-shop 2005*/

.your-one-stop-dive-shop .item-one-stop-home .service {
    background: url('../images/sprite.png');
    display: inline-block;
}
.your-one-stop-dive-shop .item-one-stop-home .repair {
    width: 68px;
    height: 68px;
    background-position: -275px -201px;
}
.your-one-stop-dive-shop .item-one-stop-home .free-returns {
    width: 68px;
    height: 68px;
    background-position: -71px -201px;
}
.your-one-stop-dive-shop .item-one-stop-home .free-shipping {
    width: 68px;
    height: 68px;
    background-position: -139px -201px;
}
.your-one-stop-dive-shop .item-one-stop-home .money-back {
    width: 71px;
    height: 68px;
    background-position: -0 -201px;
}
.your-one-stop-dive-shop .item-one-stop-home .priority {
    width: 68px;
    height: 68px;
    background-position: -207px -201px;
}
.your-one-stop-dive-shop .item-one-stop-home .safe-1 {
    width: 68px;
    height: 68px;
    background-position: -343px -201px;
}

/* stores */
.trips-section .flex-container {
    padding: 20px 0;
}
.trips-section .store-item{
    width: 50%;
}
.dive-text:before {
    width: 100%;
    content: 'DIVE STORES';
    position: absolute;
    top: 33%;
    left: 0;
    font-size: 74px;
    color: #0088cc;
}
.dive-text img {
    opacity: 0.2;
}
.store-item {
    padding: 5px;
}
.store-content {
    position: relative;
}
.store-item img {
    width: 100%;
}
.store-item h3 {
    position: absolute;
    top: 0;
    margin: 0;
    padding: 10px;
    color: #fff;
    width: 100%;
    background: linear-gradient(0deg,transparent , #00000094);
}
.store-item p {
    background: #fff;
    padding: 10px;
    font-size: 14px;
    margin-top: -5px;
}
/* courses page */
.cms-courses-php .nav-sections {
    margin-bottom: 0;
}
.cms-courses-php .page-main {
    padding: 0;
}
.courses-section.overlay-items .item {
    width: 25%;
    padding: 5px;
}
.courses-section img {
    max-height: 255px;
}
.courses-bg {
    /*  background: url('@{baseDir}images/courses-hero.jpg'); */
    background: url(../images/courses-hero.jpg) no-repeat center 37%;
}
.mstForm__Element.width-6 {
    display: inline-block;
    width: 49%;
}
.inquiry-form .slika-levo-pred-forma-inquiry {
    width: 100%;
}
#chat-widget-container {
    right:0px;
    left: unset !important;
}
@media only screen and (min-width:768px) {
    .inquiry-form .slika-levo-pred-forma-inquiry {
        width: 50%;
    }
    .inquiry-form .inquiry-form-wrap {
        width: 50%;
    }
}
.inquiry-form .slika-levo-pred-forma-inquiry img {
    width: 100%;
}
.inquiry-form-wrap {
    max-width: 100%;
    width: 100%;
    padding-left: 33px;
    padding-right: 33px;
    padding-bottom: 10px;
    background: #f5f6f9;
}
.courses-form-wrap p,
.inquiry-form-wrap p {
    text-align: center;
}
.mstForm__form button {
    background: #f67d1e;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 20px;
    border-radius: 3px;
    margin: 0 auto;
    display: block;
}
/* courses page end */

/* responsive */
@media only screen and (min-width:768px) {
    .gorelevo {
        margin-left: -50px !important;
    }

    .catalog-category-view.page-layout-2columns-left .column.main {
        float: right !important;
    }

    .catalog-category-view .sidebar-main {
        float: left !important;
        padding-right: 2% !important;
        padding-left: 0 !important;
    }

    .page-layout-2columns-left .column.main {
        float: left !important;
    }
    .sidebar-main {
        float: right !important;
        padding-right: 0 !important;
        padding-left: 2% !important;
    }
    .video-slika {
        padding: 25px;
    }
    .mstForm__Element.width-6 {
        float: left;
    }
    .mstForm__Element.width-6:first-child {
        margin-right: 2%;
    }
    .trips-heading-text {
        padding-right: 40px;
    }
    .gap .col-2 {
        width: 49%;
    }
}
/*@media only screen and (max-width:900) { */
/*  width: 50%;*/
/*}*/
@media only screen and (max-width:768px) {
    .category-section .item {
        width: calc(50% - 10px);
    }
    .category-section .item .sub-cat a:nth-child(-n+3),
    .category-section .item .sub-cat a:last-child {
        padding: 5px;
        display: inline-block;
    }
    .category-section .item .sub-cat a {
        display: none;
    }
    .category-section .item .sub-cat a:last-child:after {
        display: none !important;
    }
    .sub-cat a:after {
        content: '';
    }
    .sub-cat a:nth-child(n+3):after {
        content: '|';
        position: absolute;
        font-size: 11px;
        margin: -1px 8px;
    }
    .best-categories .levo,
    .best-categories .desno {
        width: 100%;

    }
    .levo1, .desno1 {
        width: 100%;
    }
    .logo-learn .item {
        width: 50%;
    }
    section.services-section.container .desno, section.services-section.container .levo {
        width: 100%;
    }
    .video-slika iframe {
        height: 305px;
        margin-bottom: 1%;
    }
    .video-slika .fcb_right, .video-slika .fcb_video {
        width: 100%;
    }
    .am-brand-slider a.slide {
        width: 32%;
        margin-bottom: 10px;
    }
    .courses-section.overlay-items .item {
        width: 50%;
    }
    .hero-section .topicon-top.topicon_home {
        margin-top: 10px;
    }
    .hero-section .topicon-top.topicon_home .tih_item {
        padding: 12px;
        width: 100%;
    }
    .topicon_home .tih_item > div {
        padding-left: 90px !important;
        max-width: 400px;
        width: 100%;
    }
    .store-item p {
        min-height: 80px;
    }
    .best-categories .desno .item div:before {
        font-size: 161px;
    }
    .dive-text:before {
        font-size: 50px !important;
    }
    .hero-section h1 span {
        padding-left: 54px;
    }
    .hero-section h1 .malo {
        font-size: 26px;
        padding-left: 150px;
    }
    .mstForm__Element.width-6 {
        display: inline-block;
        width: 100%;
    }
    .overlay-items h3 {
        text-align: center;
        padding-bottom: 100px;
    }
    .overlay-items span {
        width: 94%;
    }
    .best-categories .item span {
        right: 10px;
    }
}
@media only screen and (max-width:480px) {
    .hero-section h1 {
        font-size: 44px !important;
    }
    .header-wrap .title {
        font-size: 20px !important;
    }
    .logo-learn {
        padding: 20px 0;
    }
    .feature_content_block.custom-container {
        margin-top: 20px;
    }
    .best-categories .levo .item, .desno .item {
        width: 100%;
        height: auto;
    }
    .overlay-items .item img {
        height: 250px;
    }
    .best-categories .levo,
    .best-categories .desno {

    }
    .am-brand-slider a.slide {
        width: 48%;
    }
    .levo1, .desno1,
    .learn-section .levo1 .full,
    .learn-section .levo1 .half,
    .learn-section .item {
        height: auto;
        width: 100%;
    }
    .courses-section.overlay-items .item {
        width: 100%;
    }
    .hero-section {
        min-height: 257px;
    }
}



/* category */
.video-category-wrp.flex-container {
    max-width: 1100px;
    margin: 0 auto;
    float: initial;
}
.video-category-wrp.flex-container .video-content {
    padding: 0 20px;
}
.video-category-wrp .category-Video {
    padding: 0;
}
.subcat_list_inner .subcat-content span {
    min-height: 38px;
}
/* category sidebar */
.block-catalog_left_service_btns .block-title {
    margin-top: 20px;
}
/* trips */
.trips-section {
    float: left;
    width: 100%;
    margin-bottom: 25px;
}
.cms-page-view.cms-trips-php .trips-heading {
    margin-bottom: 0;
}
.trips {
    float: left;
    width: 100%;
}
.more-trips {
    height: 100%;
    background: #f5f6f9;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}
.more-trips h3 {
    color: #08c;
    text-align: center;
    font-size: 28px;
}

@media (max-width: 480px) {
    .subcat_list li img {
        width: 150px !important;
        height: 150px !important;
    }
    .catalog-category-view.page-with-filter .toolbar-amount{float: none;text-align: center;}
    .catalog-category-view .toolbar-products .pages{float: none;text-align: center;display: block;}
    .catalog-category-view .pages-item-next{right: unset;}
    .catalog-category-view.page-products .toolbar .toolbar-sorter.sorter{ display: block; float: none; text-align: center;}
    .page-layout-2columns-left .column.main .toolbar-bottom .toolbar-sorter .sorter-label{ display: inline-block;}
}