@import url("https://fonts.googleapis.com/css?family=Lato:400,900,300,700,300italic");
html {
    min-height: 100%;
    position: relative;
}

body {
    margin-bottom: 40px;
    font-family: "Lato", sans-serif;
    background: #f0f0f0;
}

a:hover,
a:active,
a:focus {
    outline: none !important;
    text-decoration: none !important;
}

header {
    background: #ffffff;
    height: 70px;
}

header nav {
    padding: 20px 0;
}

.navbar-light .navbar-brand {
    background: transparent;
    padding-left: 0;
}

@media (max-width: 767px) {
    .navbar-light .navbar-brand {
        width: 185px;
    }
}

.navbar-light .navbar-brand img {
    width: 100px;
}

header .navbar-light .navbar-nav .nav-link {
    color: #019cde !important;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    padding-right: 15px;
    padding-left: 15px;
}

header .navbar-light .navbar-nav .nav-link:hover {
    color: #019cde;
}

.dropdown-menu {
    border-radius: 0;
    border: 0;
    box-shadow: 0px 3px 6px 0px rgba(181, 181, 181, 0.5);
}

#slider .owl-carousel .item img {
    width: 100%;
}

#slider .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: -40px;
    position: relative;
    margin-bottom: 20px;
}

#slider .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #ffffff;
    border: 2px solid #019cde;
}

#slider .owl-theme .owl-dots .owl-dot span {
    background: #019cde;
}

#slider .owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
}

#info h2 {
    color: #019cde;
    text-transform: uppercase;
    text-align: center;
}

#info .gradient {
    width: 100%;
    height: 3px;
    background: radial-gradient(#dadada, #ffffff);
}

#info p {
    color: #7c7978;
    text-align: justify;
}

#dealer {
    padding: 50px 0;
}

#dealer h2 {
    color: #019cde;
    text-transform: uppercase;
    text-align: center;
}

#dealer .gradient {
    width: 100%;
    height: 2px;
    background: radial-gradient(#019cde36, #ffffff);
}

#dealer p {
    text-transform: uppercase;
    text-align: center;
    color: #6d6c6b;
    font-size: 18px;
}

#dealer .box {
    border: solid #cccccc 2px;
    border-radius: 5px;
    background: #ffffff;
    padding: 20px;
}

#contact {
    padding: 50px 0;
}

#contact h2 {
    color: #019cde;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 50px;
}

#contact .gradient {
    width: 100%;
    height: 2px;
    background: radial-gradient(#019cde36, #ffffff);
}

#contact input[type="text"],
#contact input[type="email"],
#contact textarea {
    border-radius: 0;
    height: 40px;
    border: solid #cccccc 1px;
    background: #ffffff;
    margin-bottom: 15px;
}

#contact textarea {
    height: 300px;
    background: #ffffff;
}

#contact button {
    background: #019cde;
    color: #ffffff;
    padding: 10px;
    float: right;
}

#product {
    background: linear-gradient(#2296c5, #2cadaa);
    padding: 25px 0 15px 0;
}

a {
    color: #222 !important;
}

#product img {
    background: #ffffff;
    border-radius: 50%;
    padding: 10px;
}

#product .nav-link {
    padding: 0;
}

#product h5 {
    margin: 0;
    margin-top: 10px;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    font-weight: normal;
    text-transform: capitalize;
}

#product_info h2 {
    color: #019cde;
    text-transform: uppercase;
    text-align: left;
    font-size: 28px;
}

#product_info .gradient {
    margin: 25px 0;
    width: 100%;
    height: 2px;
    background: radial-gradient(#019cde36, #ffffff);
}

#product_info .box {
    border: solid #ccc 2px;
    background: #ffffff;
    padding: 10px;
    border-radius: 5px;
}

#product_info h3 {
    color: #019cde;
    text-transform: uppercase;
    font-size: 19px;
}

#product_info p {
    color: #7c7978;
    text-align: justify;
}

#product_info ul {
    padding: 0;
    padding-left: 15px;
    color: #7c7978;
    text-align: justify;
}

footer {
    background: #019cde;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.intrinsic-container {
    position: relative;
    height: 0;
    overflow: hidden;
    margin-bottom: 10px;
}

/* 16x9 Aspect Ratio */
.intrinsic-container-16x9 {
    padding-bottom: 56.25%;
}

/* 4x3 Aspect Ratio */
.intrinsic-container-4x3 {
    padding-bottom: 75%;
}

.intrinsic-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: -25px;
    position: relative;
}

button:focus {
    outline: none !important;
}

.card a {
    text-transform: uppercase;
    font-size: 17px;
}
