html, body {
    font-family: 'Open Sans', sans-serif;
    height: 100%;
    color: #000;
}

h1, h2, h3, h4, h5 {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}

a {
    color: #00f;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

h1 {
    font-size: 2.9rem;
}

.banner-homepage h1 {
    margin: 0px 0px;     
}

h1 .title {
    display:block;
    font-size: 7rem;
}                                                    

h1 .title2 {
    display:block;
    margin-top: 35px
}

h1 .title3 {
    display:block;
    font-size: 2.16rem;                                    ;
    margin-top: 10px
}

h2 {
    font-size: 3.6rem;
}

h3 {
    font-size: 2.5rem;
}
    
.subtitle {
    font-size: 1.3rem;
    margin-top: 2rem;
    margin-bottom: 2.5rem;
    text-transform: uppercase;
}
    
.navbar {
    position: absolute;    
    width: 100%;
    height: 50px;
    z-index: 100;
    background: rgba(0, 0, 0, 0.5);
    color: #fff; 
}

.navbar a.nav-link {
    color: #fff !important;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    padding: 0px 0px; 
}

.navbar .logo {
    margin-left: 50px;
    margin-top: 22px;
    float: left;
}

.navbar .navbar-toggler {
    background-color: #000;
    color: #fff;
    float: right;
    margin: 10px 0px;
}

.navbar .navbar-toggler span {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar .navbar-collapse {
    float: right;
}

.navbar .navbar-collapse ul {
    font-size: 1.2rem;
    margin: 15px 0px;
}

.navbar .navbar-collapse ul .nav-item:nth-child(1),
.navbar .navbar-collapse ul .nav-item:nth-child(2) { 
    border-right: 1px solid #fff;
}

.navbar a {
    text-decoration: none;
}

.banner {
    height: 640px;

    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
        
}

.banner .inner {

}

section.content {
    max-width: 1060px;
    padding: 40px 0px;
}

section.content .item a {
    color: #000 !important;
    text-decoration: none !important;
}

section.content .item a:hover {
    text-decoration: none;                                              
}


section.content .item h3 {                                              
    margin-top: 20px; 
    font-size: 1.5rem                                              
}

section.bottom {
    background-image: url('../../images/hlina.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;    
    width: 100%;
    height: 400px;
}

section.bottom a {
    display:block;
    width: 100%;
    height: 400px;
    color: #fff;
    text-decoration none;    
    background-image: url('../../images/bannerpodtext.png');
    background-position: 75% center;
    background-repeat: no-repeat;
}

section.bottom a h3 {
    position: absolute;
    margin-top: -225px;
    margin-left: 52%;
    font-size: 3rem;
    
}

section.bottom .bundy {    
    margin-left: -35%;
}

section.bottom a:hover {
    text-decoration: none;
}

section.bottom h2 {
    padding-top: 255px;
    margin-left: 55%;
    font-size: 5rem;
}

section a.button {                                              
    display: block;
    margin-top: 40px;
    background-position: center center;
    background-repeat: no-repeat;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    color: #fff;
    max-height: 80px    
}

section a.button-short {                                              
    background-image: url('../../images/bg-button-short.jpg');
    font-size: 2rem;
    padding: 10px 5px 10px; 
}

section a.button-long {                                              
    background-image: url('../../images/bg-button-long.jpg');
    font-size: 2rem;
    padding: 10px 5px 10px;
}

section a.button {                                              
    text-decoration: none;                       
    color: #fff !important  ; 
}

section.footer {
    width: 100%;
    height: 60px;
    background-color: #000;
    color: #c0c0c0;
    padding: 17px 0;        
}

.carousel-outer {
    min-height: 400px;
    background-color: #333;
    padding: 40px 0;
}

.owl-carousel {
    padding: 0 0px;
}

.carousel-outer h3 {
    color: #fff;
    margin-bottom: 30px;
}

.owl-buttons {
  display: none;
}
.owl-carousel:hover .owl-buttons {
  display: block;
}

.owl-item {
  text-align: center;
}

.owl-theme .owl-controls .owl-buttons div {
  background: transparent;
  color: #869791;
  font-size: 40px;
  line-height: 300px;
  margin: 0;
  padding: 0 60px;
  position: absolute;
  top: 0;
}
.owl-theme .owl-controls .owl-buttons .owl-prev {
  left: 0;
  padding-left: 20px;
}
.owl-theme .owl-controls .owl-buttons .owl-next {
  right: 0;
  padding-right: 20px;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-prev:hover {
    position: absolute;
    left: -11.5%;
    background-image: url('../../images/arrow-left.jpg');
    width: 58px;
    height: 58px;
    opacity: 1;
    top: 35%;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-next:hover {
    position: absolute;
    right: -11.5%;
    background-image: url('../../images/arrow-right.jpg');
    width: 58px;
    height: 58px;
    opacity: 1;
    top: 35%;
}

.owl-theme .owl-nav [class*='owl-'] {
    border-radius: 0px;
}

.owl-carousel .owl-dots {
    margin-top: 20px;
}

@media (max-width: 1200px) {
    section.bottom {
        height: 400px;
    }

    section.bottom .bundy {    
        margin-left: -50%;
    }
    
    section.bottom a {
        background-position: 75% center;
    } 
    
    h1 .title2 {
        font-size: 3.2rem;                                    
        margin-top: 35px
    }
    
    h1 .title3 {
        font-size: 1.74rem;                                    
        margin-top: 10px
    }               
}


@media (max-width: 992px) {
    
    .navbar {
        padding: 0;
        height: auto;
    }

    .navbar .logo {
        margin-top: 0px;
    }

    .navbar .logo img {
        height: 50px;
    }
       
    .navbar .navbar-collapse {
        float: none;
        text-align: center;
    }

    .navbar .show {
        margin-top: 0px;
    }


    .navbar .navbar-collapse ul {       
    }
    
    section.bottom {
        height: 300px;
    }
    
    section.bottom img {
        height: 300px;
    }
    
    section.bottom a {
        background-position: 75% 30%;
    }
    
    section.bottom a h3 {
        font-size: 2.5rem;
        margin-top: -175px;
    }                
}

@media (max-width: 768px) {
    section.bottom {
        height: 200px;
    }
    
    section.bottom img {
        height: 200px;
    }

    section.bottom a {
        background-position: 75% 10%;
    }
    
    section.bottom a h3 {
        font-size: 2rem;
        margin-top: -125px;
    }    
}




