/*
Planeta CMS
*/
/*
    Created on : 2021-04-11, 12:03:58
    Author     : Damian
*/
/*
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');
*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap');
body {
    /*background: url('/img/bg-main.gif') fixed;*/
    font-family: 'Open Sans', sans-serif;
}

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

p.header {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.btn-secondary {
    background: #b51724;
    text-transform: uppercase;
    border-radius: 6px;
    border: 0px;
    font-weight: 500;
}

.btn-secondary:hover {
    background: #90131d;
}


#header {
    background: #fff;
}

#header .header-menu
{
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;

}
#header .header-menu > li
{
    display: inline-block;
    margin-right: 1px;
}
#header .header-menu > li > a {
    display: inline-block;
    color: #000000;
    font-size: 14px;
    padding: 6px 10px;
    font-weight: 700;
}

#header .header-menu > li > a:hover {
    background: #03183d;
    color: #ffffff;
}

#logo {
    height: 90px;
    padding: 10px;
}

.card,
.card-footer,
.card img
{
    border: 0;
    border-radius: 0;
}

.card:hover {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}


/* DESKTOP */
@media(min-width: 1200px) {
    .container,.container-lg,.container-md,.container-sm,.container-xl {
      /*  max-width:1500px*/
    }
}

@media (max-width: 550px) {


    #logo {
        /*width: 282px;*/
        height: 60px;
        float: left;
    }
}

@media (min-width: 700px) and (max-width: 800px) {
    #logo {
        /*width: 500px;*/
        height: 84px;
        float: left;
    }
}


/* SLIDER Z TEXTEM */

.slider-cover {
    padding: 75px 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0);
    display: flex;
    align-items: center;
}

.slider-cover .container {
    background: none;
}

.slider-cover .header-content {
    position: relative;
    padding: 56px;
    overflow: hidden;
}
.slider-cover .header-content .line {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    border: 9px solid #fff;
    /*
    -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
    clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
    */
    -webkit-clip-path: polygon(45% 0, 100% 0, 100% 100%, 70% 100%);
    clip-path: polygon(2% 0, 100% 0, 100% 100%, 25% 100%);
}

.slider-list {
    color: #fff;
    text-align: right;
    list-style: none;
}

[class^="slider-header"]
{
    color: #fff;
    text-align: right;
    padding: 0px;
    text-shadow: 2px 2px 4px #000000;
}

.slider-header-2 {
    font-size: 54px;
    font-weight: 600;
    margin: 0;
    word-spacing: 3px;
    line-height: 65px;

}
.slider-header-3 {
    font-weight: 300;
    font-size: 30px;
    margin-top: 0px;
}
.slider-header-1 {
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 0px;
}

@media (max-width: 765px) {
    .slider-header-1 {
        font-size: 14px;
        line-height: 16px;
        font-weight: 400;
    }
    .slider-header-2 {
        font-size: 20px;
        line-height: 25px;
        font-weight: 400;
    }
    .slider-header-3 {
        font-size: 16px;
        line-height: 18px;
        font-weight: 400;
    }
}

.owl-item.active  .slider-header-1  {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}
.owl-item.active .slider-header-2 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}
.owl-item.active .slider-header-3 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
}
.owl-item.active .line {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInRight;
    animation-delay: 0.3s;
}
.slider-big .owl-nav .owl-prev {
    position: absolute;
    left: 15px;
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(0, 0, 0, 0.5) !important;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
}
.slider-big .owl-nav .owl-prev span {
    font-size: 1.6875rem;
    color: #fff;
}
.slider-big .owl-nav .owl-prev:focus {
    outline: 0;
}
.slider-big .owl-nav .owl-prev:hover {
    background: #000 !important;
}
.slider-big .owl-nav .owl-next {
    position: absolute;
    right: 15px;
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(0, 0, 0, 0.5) !important;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
}
.slider-big .owl-nav .owl-next span {
    font-size: 1.6875rem;
    color: #fff;
}
.slider-big .owl-nav .owl-next:focus {
    outline: 0;
}
.slider-big .owl-nav .owl-next:hover {
    background: #000 !important;
}
.slider-big:hover .owl-prev {
    left: 0px;
    opacity: 1;
}
.slider-big:hover .owl-next {
    right: 0px;
    opacity: 1;
}

#footer {
    margin-top: 50px;
    padding: 121px 0px;
    font-size: 16px;
    background: #04132d;
    color: #ffffff;
}


#footer h4 {
    font-size: 15px;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
}

#footer  div.divider {
    width: 27px;
    height: 1px;
    background: #b51724;
    margin: 34px 0;
}

#footer .contact,
#footer .contact-links {
    list-style: none;
    margin: 0 0 0 0px;
    padding: 0;
    color: #ffffff;
    padding: 15px 0px 30px 0px;
    font-size: 16px;
}

#footer .contact li a,
#footer .contact-links li a {
    color: #ffffff;
}

#footer .contact li a:hover,
#footer .contact-links a:hover {
    color: #F9D100;
}

#footer .contact-links {
    padding-top: 0px;
}

#footer .contact-links li {
    padding-bottom: 10px;
}

@media (max-width: 990px) {
    #footer .contact li,
    #footer .contact-links li {
        font-size: 16px;
    }
}

#footer i {
    color: #F9D100;
    height: 20px;
    font-size: 20px;
}

#footer a {
    color: #F9D100;
}

.footer-copyright {
    background: #eceff1;
}

@media (min-width: 1025px) AND (max-width: 1400px) {
    .slider-cover {
        padding: 20px;
    }

    .slider-cover .header-content {
        padding: 26px;
    }

    h1.slider-header {
        font-size: 30px;
    }
    h2.slider-header {
        font-size: 20px;
    }
    h3.slider-header {
        font-size: 16px;
    }

}

@media (max-width: 500px) {
    .slider-big {
        margin-top: 0px;
    }

    h1.slider-header {
        font-size: 20px;
        letter-spacing: normal;
        padding: 0px;
        margin: 0px;
    }
    h2.slider-header {
        font-size: 16px;
        letter-spacing: normal;
        padding: 0px;
        margin: 0px;
    }
    h3.slider-header {
        font-size: 12px;
        letter-spacing: normal;
        padding: 0px;
        margin: 0px;
        line-height: 18px;
    }

    .slider-cover .header-content {
        padding: 10px;
    }

    .slider-cover .header-content .line {
        border: 4px solid #ffffff;
    }
}


/* nav */
.nav-menu,.nav-menu ul,.nav-menu li,.nav-menu a { margin: 0; padding: 0; line-height: normal; list-style: none; display: block; position: relative; }
.nav-menu ul { opacity: 0; position: absolute; top: 100%; left: -9999px; z-index: 999; -webkit-transition: opacity .3s; transition: opacity .3s; }
.nav-menu li:hover > ul { left: 0; opacity: 1; z-index: 1000; }
.nav-menu ul li:hover > ul { top: 0; left: 100%; }
.nav-menu li { cursor: default; float: left; white-space: nowrap; }
.nav-menu ul li { float: none; }

/* sub width */
.nav-menu ul { min-width: 12em; -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.25); box-shadow: 2px 2px 2px rgba(0,0,0,0.25); }

/* center */
.nav-center { float: right; right: 50%; }
.nav-center > li { left: 50%; }

/* root */
.nav-menu a {
  padding: 0 10px;
  color: #000;
  font-weight: 500;
  font-size: 16px;
  line-height: 40px;
  text-decoration: none;
}

/* root: active */
.nav-menu > li > .nav-active { background-color: rgba(0,0,0,0.05); }

/* root: hover/persistence */
.nav-menu a:hover,.nav-menu a:focus,.nav-menu li:hover a {
  background: #f4f4f4;
  color: #000;
}

/* 2 */
.nav-menu li li a,.nav-menu li:hover li a {
  padding: 8px 10px;
  background: #f4f4f4;
  color: #000;
  font-size: 12px;
  line-height: normal;
}

/* 2: hover/persistence */
.nav-menu li:hover li a:hover,.nav-menu li:hover li a:focus,.nav-menu li:hover li:hover a {
  background: #b3ad98;
}

/* 3 */
.nav-menu li:hover li:hover li a {
  background: #b3ad98;
}

/* 3: hover/persistence */
.nav-menu li:hover li:hover li a:hover,.nav-menu li:hover li:hover li a:focus,.nav-menu li:hover li:hover li:hover a {
  background: #761E6D;
}

/* 4 */
.nav-menu li:hover li:hover li:hover li a {
  background: #761E6D;
}

/* 4: hover */
.nav-menu li:hover li:hover li:hover li a:hover,.nav-menu li:hover li:hover li:hover li a:focus {
  background: #641A5D;
}

/* vertical */
.nav-vertical { max-width: 220px; }
.nav-vertical ul { top: 0; left: -9999px; }
.nav-vertical li { width: 100%; float: none; }
.nav-vertical li:hover > ul { left: 100%; }

.hc-nav-trigger {
    right: 10px;
}


.hc-offcanvas-nav .nav-container, .hc-offcanvas-nav .nav-wrapper, .hc-offcanvas-nav ul {
    background: #03183d;
}

.hc-offcanvas-nav .nav-wrapper>.nav-content>ul:not(:last-child) {
    border-bottom: 2px solid #c10000;
}

.hc-offcanvas-nav .nav-content>.nav-close:first-child a, .hc-offcanvas-nav .nav-title+.nav-close a.has-label, .hc-offcanvas-nav li.nav-close a, .hc-offcanvas-nav .nav-back a {
    background: #c10000;
    border-top: 1px solid #c10000;
    border-bottom: 1px solid #0f2d62;
}

.hc-offcanvas-nav .nav-wrapper>.nav-content>ul:first-of-type>li:first-child:not(.nav-back):not(.nav-close)>.nav-item-wrapper>.nav-item-link {
    border-top: 1px solid #c10000;
}

.hc-offcanvas-nav .nav-item-link, .hc-offcanvas-nav li.nav-close a, .hc-offcanvas-nav .nav-back a,
.hc-offcanvas-nav.nav-levels-expand li.level-open>.nav-item-wrapper>a, .hc-offcanvas-nav.nav-levels-none li.level-open>.nav-item-wrapper>a
{
     border-bottom: 1px solid #0f2d62;
}

.hc-offcanvas-nav.nav-levels-expand li.level-open>.nav-item-wrapper>a:hover, .hc-offcanvas-nav.nav-levels-none li.level-open>.nav-item-wrapper>a:hover,
.hc-offcanvas-nav .nav-content > .nav-close:first-child a:hover,
.hc-offcanvas-nav .nav-title + .nav-close a.has-label:hover,
.hc-offcanvas-nav li.nav-close a:hover,
.hc-offcanvas-nav .nav-back a:hover,
.hc-offcanvas-nav.nav-levels-expand li.level-open > .nav-item-wrapper > a:hover,
.hc-offcanvas-nav.nav-levels-none li.level-open > .nav-item-wrapper > a:hover,
.hc-offcanvas-nav:not(.touch-device) li:not(.nav-item-custom) a:not([disabled]):hover,
.hc-offcanvas-nav.nav-levels-expand li.level-open, .hc-offcanvas-nav.nav-levels-none li.level-open
{
    background: #c10000;
}

label.error {
    color: #c10000;
    font-weight: 600;
    margin-top: 5px;
}


.grid:after {
  content: '';
  display: block;
  clear: both;
}

.grid-sizer,
.grid-item {
  width: 25%;
}
@media (max-width: 575px) {
  .grid-sizer,
  .grid-item {
    width: 100%;
  }
}
@media (min-width: 300px) and (max-width: 767px) {
  .grid-sizer,
  .grid-item {
    width: 50%;
  }
}

/* To change the amount of columns on larger devices, uncomment the code below */

/* @media (min-width: 768px) and (max-width: 991px) {
  .grid-sizer,
  .grid-item {
    width: 33.333%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .grid-sizer,
  .grid-item {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .grid-sizer,
  .grid-item {
    width: 20%;
  }
} */

.grid-item {
  float: left;
  padding: 2px;
}

.grid-item img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

