<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
========GENERAL =========
 */
.txt-white {
    color: white;
}
.txt-prim {
    color: #399fb5;
}
.mazda-white-bg {
    background-color: #fff;
}
.mazda-black-bg {
    background-color: #000;
}
.sectionWrapper {
    padding: 40px 0px!important;
}
.top-bar {
    background-color: #375e77!important;
    border-bottom: 1px #375e77 solid;
}
.top-nav-lang {
    /*margin-top: 37px;
    margin-left: 10px;*/
}
/*
========NAV MENU=========
 */
header.top-head {
    position: relative;
    z-index: 5555;
    min-height: 92px;
    border-bottom: 8px #399fb5 solid;

    /*background: #2e3639;*/
    /*background: url(../images/logo.jpg);*/

    /*

    background-size: auto 20.5rem;
    background-image: -moz-linear-gradient(top, #2e3639 -0.2rem, #2e3639 10.5rem, #f0f0f0 10.5rem, #f0f0f0 12.5rem, #d9d9d9 15.2rem);

    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(-0.2rem, #2e3639), color-stop(10.5rem, #2e3639), color-stop(10.5rem, #f0f0f0), color-stop(12.5rem, #f0f0f0), color-stop(15.2rem, #d9d9d9));

    background-image: -webkit-linear-gradient(top, #2e3639 -0.2rem, #2e3639 10.5rem, #f0f0f0 10.5rem, #f0f0f0 12.5rem, #d9d9d9 15.2rem);

    background-image: -o-linear-gradient(top, #2e3639 -0.2rem, #2e3639 10.5rem, #f0f0f0 10.5rem, #f0f0f0 12.5rem, #d9d9d9 15.2rem);

    background-image: -ms-linear-gradient(top, #2e3639 -0.2rem, #2e3639 10.5rem, #f0f0f0 10.5rem, #f0f0f0 12.5rem, #d9d9d9 15.2rem);

    background-image: linear-gradient(to bottom, #2e3639 -0.2rem, #2e3639 10.5rem, #f0f0f0 10.5rem, #f0f0f0 12.5rem, #d9d9d9 15.2rem);
    */
}
.top-bar a, .top-bar span {
    color: #ffffff;
}
.top-nav &gt; ul &gt; li &gt; a {
    display: block;
    padding: 28px 17px 0px 17px;
    height: 83px;
    text-transform: uppercase;
    overflow:hidden;
    text-align:center;
}
.top-nav li li a {
    background-color: #3b4a51!important;
}
header.top-head.nav-3 .logo {
    margin-top: 15px;
}
header.top-head .logo a {
    height: 60px;
}
header.top-head .logo a, .foot-logo {

    background: left bottom no-repeat url(../images/logos/logo.png);
}


.item-img-models {
    padding: 0px;
    text-align: center;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    position:relative
}
.item-details-models {
    overflow: hidden;
    padding: 0px;
    border-top: 0px #4E4E4E solid;
}
.item-title-models {
    background: none;
}
/*
=========== Home ============
 */
/* ---- 7.6. Portfolio -------------- */
.fbthai-item {
    margin-top:20px;
}
/* ---- 7.6.1. Portfolio Carousel -------------- */
.portfolio .portfolio-item {
    margin: 0 15px;
    background-color: #3D3D3D;
}
.portfolio-item:after {
    display: block;
    clear: both;
    border-top: 2px #333 solid;
    height: 3px;
    content: "";
}
.img-holder {
    position: relative;
    overflow: hidden;
    margin: 0px;
    cursor: pointer;
}
.img-holder img {
    width: 100%;
    height: auto;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out;
}
.img-holder:hover img {
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}
.img-over {
    position: absolute;
    top: -46%;
    left: -20%;
    z-index: 9;
    display: none;
    overflow: hidden;
    width: 100%;
    width: 170%;
    height: 100%;
    height: 170%;
    -moz-transform: rotate(-37deg);
    -ms-transform: rotate(-37deg);
    -o-transform: rotate(-34deg);
    -webkit-transform: rotate(-37deg);
    transform: rotate(-34deg);
}
.img-over a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
}
.img-over b {
    position: absolute;
    z-index: 8;
    color: #fff;
    font-weight: normal;
    font-size: 40px;
    -moz-transform: rotate(34deg);
    -ms-transform: rotate(34deg);
    -o-transform: rotate(34deg);
    -webkit-transform: rotate(34deg);
    transform: rotate(34deg);
}
.img-over a.link {
    top: -52%;
    left: -8%;
}
.img-over a.zoom {
    top: 48%;
    left: -10%;
}
.img-over a b {
    top: 13%;
    left: 51%;
}
.img-over a.link b {
    top: 75%;
    left: 40%;
}
.name-holder {
    overflow: hidden;
    padding: 0 15px 10px;
}
.project-name {
    display:table;
    margin:auto;
    font-weight:bold;
    font-size: 16px;
}
.project-options {
    margin-top: 4px;
    display:block;
    text-align:center;
    font-size: 12px;
}
.project-options a {
    display: block;
    float: left;
    margin: 0 0 0 5px;
    color: #444;
    font-size: 14px;
}
.project-brief {
    display: none;
}
.portfolio{
    position: relative;
}
.viewAll {
    padding-top: 10px;
}
.viewAll .btn {
    background: #3D3D3D;
    font-weight: bold;
    font-size: 12px;
    float: left;
    padding: 0 10px;
    line-height: 27px;
    border-radius: 3px;
    color: #777;
}
.homeGallery .slick-prev,.homeGallery .slick-next{
    right:-45px;
    bottom:0;
    top:50%;
}
.homeGallery .slick-prev{
    left:-45px;
}
.portfolio-lft-txt{
    max-height:154px;
    overflow:hidden
}
.lft-minus-margin{
    margin-right:-15px
}
.view-all-projects{
    padding-top:30px;
    text-align:center;
}
.view-all-projects a{
    display: table;
    margin: auto;
    padding: 10px 30px;
    background: #777;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    border-radius: 3px;
}


/*
=========== Sticky ============
 */
.sticky {
    height: 90px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.sticky .logo {
    margin-top: 15px!important;
}
.sticky .top-nav &gt; ul &gt; li &gt; ul {
    top: 90px!important;
}
.sticky .top-nav &gt; ul &gt; li &gt; a, .sticky .top-nav &gt; ul &gt; li {
    height: 90px !important;
}
.sticky .top-nav &gt; ul &gt; li &gt; a span {
    margin-top: 15px;
}

.nav-3, .sticky {
    border-bottom: 8px #399fb5 solid!important;
}
/*
=========== Footer =============
*/
#footWrapper {
    border-top: 3px #399fb5 solid;
}
.footer-top-2 .foot-logo {
    border-bottom: none;
    height: 60px;
}
.footer-bar {
    /*border-bottom: 1px #363636 solid;*/
}
.footer-top {
    overflow: hidden;
    padding: 30px 0px 30px 0px;
    border-bottom: 1px #0f0f0f solid;
    background: #000;
    color: #aaa;
}</pre></body></html>