/* DEFAULTS */

*
{
    margin: 0;
    padding: 0;
}

ul
{
    list-style-type: none;
}

body
{
    font-size: 16px;
    overflow: auto;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

@media screen and (max-width: 990px) {
    body {
      font-size: .9rem;
    }
}

.wrapper
{
    box-sizing: border-box;
    padding: 0 20px;
    width: 100%;
    margin: 0 auto;
    max-width: 1344px;
}

.b
{
    font-weight: 600;
}

h1, h2, h3
{
    text-transform: uppercase;
    font-weight: 700;
}

h4, h5, h6
{
    text-transform: uppercase;
    font-weight: 600;
}

/* HEADER */

header
{
    z-index: 10;
    position: fixed;
    width: 100%;
    background-color: white;
    box-sizing: border-box;
    border-bottom: 1px solid rgb(230, 230, 230);
}

header > div
{
    align-items: center;
    display: flex;
    justify-content: center;
}

header .header-top
{
    position: relative;
    z-index: 3;
    padding: 10px;
    /* box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.411); */
    min-height: 80px;
}

header .logo-area
{
    margin-left: 20px;
}

header .logo-area img
{
    height: 80px;
}

nav
{
    height: 100%;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

@media screen and (max-width: 1124px) {
    header > div {
      flex-direction: column;
    }
    header .header-top
    {
        padding: 10px 0 0 0;
    }
    nav
    {
        width: 100%;
    }
    nav > ul
    {
        border-radius: unset !important;
        width: 100%;
    }
    .header-gap
    {
        height: 143px !important;
    }
    header  .header-top > .caltex-logo
    {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    nav > ul
    {
        display: flex !important;
        justify-content: center;
    }
}

@media screen and (max-width: 768px) {
    header .logo-area
    {
        justify-content: flex-start !important;
    }
    .caltex-logo
    {
        position: absolute;
        top: 26px;
        right: 50px;
    }
    .caltex-logo img
    {
        content: url(../images/caltex_logo_mini.png);
    }
}


@media screen and (max-width: 1124px) {
    header .logo-area
    {
        width: 100%;
        display: flex;
        justify-content: space-around;
        align-items: center;
    }
    header .logo-area .caltex-logo
    {
        display: block !important;
    }
}

header  .header-top > .caltex-logo
{
    padding-left: 20px;
}

header .logo-area .caltex-logo
{
    display: none;
}

.caltex-logo
{
    user-select: none;
    max-height: 45px;
}

.caltex-logo img
{
    height: 100% !important;
}

.caltex-logo a
{
    display: block;
    max-height: 45px;
}

.header-gap
{
    margin: 0;
    height: 105px;
    width: 1px;
}

/* PATH */

.path
{
    box-sizing: border-box;
    font-size: 14px;
    width: 100%;
    padding: 0 20px;
    height: fit-content;
    background-color: #ddd;
    display: flex;
    color: black;
}

.path .icon
{
    align-items: center;
    display: flex;
    justify-content: center;
}

.path .icon img
{
    height: 20px;
}

.path a
{
    color: rgb(70, 139, 172);
    text-decoration: none;
}

.path .path-area
{
    padding: 5px;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.path .path-area > *::before
{
    content: '\00BB';
    margin: 0 15px;
    height: 100%;
}

/* CAROUSEL */

.main-carousel .owl-carousel
{
    position: relative;
}

.main-carousel .owl-carousel .item img
{
    object-fit: contain;
    height: 100%;
    width: 100%;
}

.main-carousel .owl-carousel > .owl-nav
{
    font-size: 18vw;
    color: white;
    margin: 0 !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.main-carousel .owl-carousel > .owl-nav button
{
    transition: .4s ease all;
    opacity: .6;
    outline: none;
    margin: 0 !important;
    height: 100%;
    display: flex;
    align-items: center;
}

.main-carousel .owl-carousel > .owl-nav button:hover
{
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.5) !important;
}

.main-carousel .owl-carousel > .owl-dots
{
    width: 100%;
    bottom: 0;
    position: absolute;
}

.main-carousel .owl-carousel > .owl-dots button
{
    outline: none;
}

/* FOOTER */

footer
{
    border-top: groove 15px crimson;
    overflow: hidden;
    position: relative;
    word-break: keep-all;
    white-space: nowrap;
    color: white;
    padding: 80px 20px;
    box-sizing: border-box;
    width: 100%;
    background-color: #F8A127;
}

footer h1
{
    width: 100%;
    font-style: italic;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.281);
    margin-bottom: 30px;
}

footer .grid
{
    width: fit-content;
    display: grid;
    grid-template: 1fr / 1fr 1fr 1fr 1fr;
}

footer > div > div > div
{
    padding: 10px 20px;
    position: relative;
    display: flex;
    flex-direction: column;
}

footer a
{
    margin-bottom: 5px;
    position: relative;
    color: white;
    text-decoration: none;
}

footer h3
{
    margin-bottom: 10px;
}

footer > div > div a:not(:first-child)
{
    margin-left: 15px;
}

footer > div > div a:not(:first-child)::before
{
    top: 0;
    left: -30px;
    position: absolute;
    color: white;
    content: '\00BB';
    margin: 0 15px;
    height: 100%;
}

footer .logo-area
{
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.199);
    background-color: white;
    width: 300px;
    height: 130px;
    position: absolute;
    bottom: 0;
    right: -50px;
    padding-right: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    -ms-transform: skewX(-30deg); /* IE 9 */
    transform: skewX(-30deg);
}

footer .logo-area img
{
    height: 80px;
    -ms-transform: skewX(30deg); /* IE 9 */
    transform: skewX(30deg);
}

@media screen and (min-width: 1024px) {
    footer > div > div > div
    {
        padding: 10px 50px;
    }
}

@media screen and (max-width: 768px) {
    footer
    {
        padding-bottom: 170px;
    }
    .header-gap
    {
        height: 95px !important;
    }
    footer .grid
    {
        grid-template: 1fr / 1fr 1fr 1fr;
    }
}

@media screen and (max-width: 640px) {
    footer .wrapper
    {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    footer
    {
        padding: 50px 20px 150px 20px;
    }
    footer .grid
    {
        grid-template: 1fr / 1fr 1fr;
    }
    footer .logo-area
    {
        width: 100%;
        left: 0;
        bottom: 0;
    }
    footer .logo-area,
    footer .logo-area img
    {
        -ms-transform: none; /* IE 9 */
        transform: none;
    }
}

@media screen and (max-width: 390px) {
    footer .grid
    {
        grid-template: 1fr / 1fr;
    }
}

/* CONTENT */

.content .banner
{
    min-height: 300px;
    padding: 0 !important;
    position: relative;
    display: flex;
    margin: 80px auto;
    max-width: 800px;
    width: 100%;
    background-color: white;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.281);
}

.content .banner .image-area
{
    width: 100%;
}

.content .banner .image-area img
{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.content .banner .cover-area
{
    min-width: 280px;
    overflow: hidden;
    color: white;
    width: 40%;
    min-height: 125%;
    height: fit-content;
    right: 0px;
    top: -40px;
    padding: 20px 20px 50px 20px;
    box-sizing: border-box;
    position: absolute;
    background-color: rgb(248, 161, 39);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.281);
}

.content .banner a 
{
    position: absolute;
    display: block;
    right: 20px;
    bottom: 20px;
    color: crimson;
    text-decoration: none;
}

.content .wrapper
{
    padding: 20px 20px 50px 20px;
}

.content .wrapper > h1
{
    text-transform: none;
    margin: 50px 0;
    color: crimson;
    font-size: 40px;
}

@media screen and (max-width: 768px) {
    .content h1
    {
        font-size: 25px !important;
    }
}

.gallery
{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.gallery div
{
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    margin: 10px;
    height: 200px;
    width: 280px;
    transition: all .4s ease;
}

.gallery div:hover
{
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.6);
    transform: scale(1.03);

}

.content .gallery img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content .promotions .item,
.content .archive .item
{
    margin: 0 auto;
    width: 350px;
    border-radius: 5px;
    border: solid 1px #E5E5E5;
}

.content .promotions .item .image-area,
.content .archive .item .image-area
{
    background-color: crimson;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 230px;
}

.content .archive .item:nth-child(1) .image-area,
.content .archive .item:nth-child(2) .image-area,
.content .archive .item:nth-child(3) .image-area,
.content .archive .item:nth-child(4) .image-area,
.content .archive .item:nth-child(5) .image-area,
.content .archive .item:nth-child(6) .image-area,
.content .archive .item:nth-child(7) .image-area,
.content .archive .item:nth-child(8) .image-area
{
    align-items: flex-end;
}
.content .promotions .item .image-area img,
.content .archive .item .image-area img
{
    max-height: 90%;
    object-fit: cover;
    max-width: 100%;
}

.content .promotions .item .detail-area,
.content .archive .item .detail-area
{
    padding: 35px 25px;
}

.content .promotions .item .detail-area h4,
.content .archive .item .detail-area h4
{
    text-transform: none;
    margin-bottom: 10px;
}

.content .promotions .item .detail-area p,
.content .archive .item .detail-area p
{
    color: crimson;
}

.content .promotions .item .detail-area a,
.content .archive .item .detail-area a
{
    display: block;
    margin-top: 30px;
    color: #F8A127;
    text-decoration: none;
}

/* PROFILE */

.content .profile
{
    flex-wrap: wrap;
    padding: 5px 0;
    color: white;
    background-color: crimson;
    display: flex;
    justify-content: center;
}

.content .profile h1
{
    font-size: 40px;
}

.content .profile h2
{
    margin-bottom: 20px;
}

.content .profile > div
{
    min-width: 280px;
    flex: 1;
}

.content .profile .image-area img
{
    object-fit: cover;
    height: 100%;
    width: 100%;
} 

.content .profile .detail-area
{
    padding: 20px;
}

.content .wrapper .message::before
{
    font-family: Arial, Helvetica, sans-serif;
    top: 70px;
    left: 0;
    content: "“";
    display: block;
    font-size: 100px;
    color: #999;
    position: absolute;
}

.content .wrapper .message::after
{
    font-family: Arial, Helvetica, sans-serif;
    bottom: 30px;
    right: 0;
    content: "„";
    display: block;
    font-size: 100px;
    color: #999;
    position: absolute;
}

.content .wrapper .message
{

    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 20px;
}

.content .wrapper .message h1
{
    white-space: nowrap;
    color: crimson;
    font-size: 40px;
    margin-bottom: 60px;
}


.content .wrapper .vision
{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.content .wrapper .vision .title
{
    justify-content: center;
    text-align: right;
    display: flex;
    align-items: center;
    margin-bottom: 50px;
    width: 500px;
    line-height: 1em;
    text-align: center;
    position: relative;
    color: crimson;
    font-size: 8vw;
}

.content .wrapper .vision .title > div div
{
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}

.content .wrapper .vision .title .and
{
    color: #999;
    font-size: 20vw;
}

.content .wrapper .vision p
{
    border-radius: 15px;
    display: block;
    margin: 20px 0;
    padding: 20px;
    text-align: center;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.199);
}

.content .wrapper .services .address
{
    margin: 20px 0 40px 0;
}

.content .wrapper .services ul
{
    justify-content: space-around;
    flex-wrap: wrap;
    display: flex;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.content .wrapper .services ul li
{
    background-color: crimson;
    color: white;
    width: fit-content;
    text-align: center;
    padding: 20px;
    margin: 20px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.199);
    border-radius: 15px;
}

.content .wrapper h1,
.content .wrapper h2
{
    margin: 30px 0;
    color: crimson;
}

.content .wrapper h1
{
    font-size: 2em;
}

.content .wrapper > div
{
    padding: 0 5px;
}

.content.contact .wrapper
{
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 768px) {
    .content.contact .wrapper
    {
        flex-direction: column;
    }
    .content.contact .wrapper > div
    {
        margin: 0 !important;
    }
}

.content.contact .wrapper > div
{
    margin: 10px;
}

.content.contact .wrapper .form
{
    font-size: .8em;
    min-width: 280px;
    box-sizing: border-box;
    background-color: #efefef;
    flex: 1;
    padding: 20px;
}


.content.contact .wrapper .form h1
{
    font-size: 3em;
}

.content.contact .wrapper .form p:not(.info)
{
    font-weight: 800;
    margin-bottom: 20px;
}

.content.contact .wrapper .form p.info
{
    color: #777;
    margin-bottom: 20px;
}

.content.contact .wrapper .contact-details
{
    flex: 0;
    background-color: #eee;
    padding: 20px;
    box-sizing: border-box;
    min-width: 280px;
    width: 100%;
}

.content.contact .wrapper .contact-details h1,
.content.contact .wrapper .contact-details h2
{
    margin: 20px 0;
}

.content.contact .wrapper .contact-details img
{
    display: inline-block;  
    height: 1em;
    margin-right: 1em;
}

.content.contact .wrapper .contact-details p
{
    display: inline;
}

.content.contact .map
{
    position: relative;
}

.content.contact .map h1
{
    user-select: none;
    opacity: 0.6;
    width: fit-content;
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 3vw;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.322);
    color: crimson;
}

.content.contact .wrapper .form input,
.content.contact .wrapper form textarea
{
    border-radius: 20px;   
    outline: none;
    border: 1px solid #d0d0d0;
    height: 30px;
    padding: 10px;
    width: 100%;
}

.content.contact .wrapper .form input
{
    max-width: 280px;
}

.content.contact .wrapper form
{
    display: flex;
    flex-direction: column;
}

.content.contact .wrapper form div
{
    margin: 10px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.content.contact .wrapper form label
{
    margin: 20px;
    margin-right: 20px;
    display: block;
    min-width: 150px;
}


.content.contact .wrapper form textarea
{
    width: 100%;
    resize: none;
    height: 300px;
}

.content.contact .wrapper form .submit-area
{
    display: flex;
    width: 100%;
    justify-content: flex-end;
}

.content.contact .wrapper form .submit-area input
{
    cursor: pointer;
    line-height: 30px;
    height: 50px;
    color: white;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #F8A127;
}

.content .archive
{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.content .archive .item
{
    margin: 20px;
}

.content .offer-area
{
    box-sizing: border-box;
    padding: 20px !important;
    margin-bottom: 30px;
    width: 100%;
}

.content .offer-header
{
    background-color: #333;
    color: white;
}

.content .offer-header,
.content .offer-details
{
    display: grid;
    grid-template: 1fr / 1fr 1fr;
}

.content .offer-details > div,
.content .offer-header > div
{
    padding: 5px;
    border: 2px solid white;
}

.content .offer-details > div:nth-child(odd)
{
    color: white;
    background-color: crimson;
}

.content .offer-details > div:nth-child(even)
{
    background-color: #eee;
}

.products-content
{
    background-color: #efefef;
}

.products-content .wrapper
{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
}

.products-content .wrapper > h1
{
    text-align: center;
    font-size: 40px;
    color: crimson;
}

.products-content .wrapper > h2 
{
    color: crimson;
}

.products-content .products-grid
{
    justify-content: center;
    flex-wrap: wrap;
    display: flex;
    width: fit-content;
}

.products-content .products-grid .product
{
    margin: 50px 0;
    margin-left: 75px;
    padding: 20px;
    position: relative;
    max-width: 500px;
    width: 35vw;
    min-width: 230px;
}

@media screen and (max-width: 768px) {
    .products-content .products-grid .product
    {
        width: 50vw;
    }
}

.products-content .products-grid .product img
{
    position: absolute;
    top: 0;
    left: -75px;
    width: 150px;
}

@media screen and (max-width: 450px) {
    .products-content .products-grid
    {
        flex-direction: column;
        align-items: center;
    }
    .products-content .products-grid .product
    {
        margin: 0 auto;
        margin-left: 50px;
        width: 60vw;
    }
    .products-content .products-grid .product img
    {
        width: 100px !important;
        left: -35px;
    }
}

.products-content .products-grid .product > div > div
{
    padding: 20px 20px 20px 75px;
}

.products-content .products-grid .product .product-head
{
    background-color: crimson;
    color: white;
}

.products-content .products-grid .product .product-head h1
{
    text-transform: none;
    font-size: 17px;
}

.products-content .products-grid .product .product-body
{
    font-size: .9em;
    color: #555;
    background-color: white;
}

.products-content .products-grid .product .product-body a
{
    user-select: none;
    width: fit-content;
    display: block;
    text-decoration: none;
    color: crimson;
    margin-top: 20px;
}

.products-content .products-grid .product .product-head h2
{
    text-transform: none;
    font-size: 12px;
}

.product-page
{
    color: #666;
}

.product-page .product-tabs
{
    margin: 20px auto;
    margin-bottom: 100px;
    box-sizing: border-box;
    width: 100%;
}

.product-page .product
{
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: 50px;
    margin-bottom: 100px;
}

.product-page .product img
{
    max-width: 300px;
}

.product-page .product .product-details
{
    flex: 1;
    padding: 20px;
}

.product-page .product .product-details h2
{
    color: crimson;
    font-size: 15px;
}

.product-page .product .product-details h1
{
    color: crimson;
    font-size: 40px;
}

.product-page .product .product-details p
{
    font-size: .9em;
    margin: 30px 0;
}

.product-page .product-tabs .tabs
{
    background-color: #eee;   
    box-shadow: 0 0 20px 0 rgba(129, 129, 129, 0.1);
    display: flex;
}

.product-page .product-tabs .tabs > label
{
    box-sizing: border-box;
    padding: 0 20px;
    font-size: 20px;
    cursor: pointer;
    color: crimson;
    justify-content: center;
    align-items: center;
    height: 60px;
    display: flex;
    flex: 1;
}

.product-page .product-tabs .tabs > label:hover
{
    background-color: rgb(255, 151, 172);
}

@media screen and (max-width: 768px) {
    .product-page .product-tabs .tabs > label
    {
        padding: 0 10px;
        font-size: 14px;
    }
    .product-page .product
    {
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }
}

.product-page .product-tabs input,
.product-page .product-tabs section > div
{
    display: none;
}

.product-page .product-tabs section
{
    font-size: .9em;
    padding: 30px 20px 50px 20px;
    border: 1px solid #eee;
}

.product-page .product-tabs section > div
{
    width: 100%;
    box-sizing: border-box;
}

.product-page .product-tabs section > div ul
{
    padding: 20px;
    list-style-type: disc;
}

.product-page .product-tabs section > div ul li
{
    margin: 20px 0;
}

.product-page .product-tabs #tab1:checked ~ section > .tab1,
.product-page .product-tabs #tab2:checked ~ section > .tab2,
.product-page .product-tabs #tab3:checked ~ section > .tab3
{
    display: block;
}

.product-page .product-tabs #tab1:checked ~ .tabs label:nth-child(1),
.product-page .product-tabs #tab2:checked ~ .tabs label:nth-child(2),
.product-page .product-tabs #tab3:checked ~ .tabs label:nth-child(3)
{
    color: white;
    background-color: crimson;
}

.product-page .technologies
{
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px;
    display: flex;
}

.product-page .technologies img
{
    max-height: 50px;
    margin: 20px;
}

.price-list-content .wrapper
{
    padding: 50px 10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.price-list-content h1
{
    text-align: center;
    color: crimson;
    font-size: 30px;
    margin: 30px auto;
}

.price-list-content .table-container
{
    width: 100%;
    overflow: auto;
}

.price-list
{
    margin: 0 auto;
    font-size: 14px;
}

.price-list th,
.price-list td
{
    background-color: #333;
    color: white;
    padding: 10px;
    margin: 101px;
    height: 100px;
}

.price-list td
{
    height: fit-content;
    background-color: crimson;
}

.content .note ol
{
    padding: 20px;
}

.content .note ul
{
    padding: 20px;
    list-style-type: disc;
}

.content .banner-2
{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-height: 450px;
    width: 100%;
}

.content .banner-2 a
{
    position: relative;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    max-width: 900px;
    display: block;
}

.content .banner-2 a .hover
{
    height: 100%;
    font-weight: 800;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.459);
    color: white;
    display: flex;
    font-size: 30px;
    justify-content: center;
    align-items: center;
    width: 100%;
    transition: .4s ease all;
    position: absolute;
}

.content .banner-2 a:hover
{
    transform: scale(1.01);
}

.content .banner-2 a:hover .hover
{
    opacity: 1;
}

.content .banner-2 a img 
{
    height: 100%;
    object-fit: contain;
    width: 100%;
}

.content .banner-2 small
{
    user-select: none;
    color: #777;
    padding: 5px;
}

.content .xpress_lube
{
    margin: 20px 0;
    max-width: 310px;
    width: 100%;
}

.services-icons
{
    flex-direction: column;
}

.services-icon
{
    display: flex;
    align-items: center;
}

.services-icons a
{
    background-color: rgb(182, 19, 52);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 24px;
    border: 5px solid rgb(182, 19, 52);
    border-radius: 50%;
    width: 24px;
    margin: 10px;
}

.services-icons a img
{
    height: 20px;
}

.services-icons span
{
    display: inline !important;
    word-wrap: break-word !important;
}

.services-banner
{
    height: fit-content;
    align-items: center;
    display: flex;
    width: fit-content;
    margin: 30px auto 70px auto;
}

@media screen and (max-width: 768px) {
    .services-banner
    {
        flex-direction: column;
    }
    .services-banner .detail-area
    {
        width: 100%;
    }
}

.services-banner .img-area
{
    flex: 1;
    max-width: 800px;
    height: 400px;
}

.services-banner .img-area img
{
    min-height: 400px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.services-banner .detail-area
{
    color: white;
    box-sizing: border-box;
    min-height: 400px;
    padding: 20px;
    background-color: crimson;
}

.services-banner .detail-area h2
{
    color: white;
}