<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css?family=Oswald');
@import url('https://fonts.googleapis.com/css?family=Roboto');

html {
    background: url(../img/footer-bg2.jpg) repeat-x bottom center;
    min-height: 100%;
    width: 100%;
    padding-bottom: 100px;
    
}
#main-header-wrapper {
    background: url(../img/header-bg3.jpg) no-repeat bottom center;
    -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 360px;
}
body {
  font-family: 'Oswald', sans-serif;
}


#main-header .logo, 
#main-header .mainnav {
    margin-top: 40px;
}

#main-header .mainnav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#main-header .slogan {
    text-align: center;
    font-size: 50px;
    margin-top: 30px;
    margin-left: 80px;
}
#main-header .slogan-btn {
    cursor: pointer;
    margin-top: 20px;
    display: inline-block;
    background: url(../img/arrow-down.png) #46a600 no-repeat center right 10px;
    border-radius: 5px;
    padding: 6px 45px;
    padding-right: 60px;
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
}
#main-header .header-products {
    margin-left: 90px;
}
#main-header .mainnav li {
    float: left;
    padding: 0;
    margin: 0;
}
#main-header .mainnav a {
    background: #006391;
    display: block;
    padding: 0 20px;
    color: #fff;
    height: 36px;
    line-height: 36px;
    text-transform: uppercase;
    border-left: 1px solid #4d92b2;
    text-decoration: none;
}
#main-header .mainnav li.current_page_item a, #main-header .mainnav li a:hover {
    background-color: #005278;
}

#main-header .mainnav li.without-text a {
    background-image: url(../img/icon-home.png);
    background-repeat: no-repeat;
    background-position: center center; 
}

#main-header .mainnav li.rent a {
    background-image: url(../img/icon-rent.png);
    background-repeat: no-repeat;
    background-position: center left 20px;
    padding-left: 50px;
    padding-right: 30px; 
}
#main-header .mainnav li.contact a {
    background-image: url(../img/icon-contact.png);
    background-repeat: no-repeat;
    background-position: center left 20px;
    padding-left: 50px;
    padding-right: 30px; 
}

#main-header .mainnav li:first-child a {
    -webkit-border-top-left-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-bottomleft: 5px;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
border-left: 0;
}
#main-header .mainnav li:last-child a {
   -webkit-border-top-right-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomright: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
}
#main-content {
    margin-top: -10px;
}
.page-title h1 {
    font-size: 30px;
    text-transform: uppercase;
    padding-left: 60px;
    background: url(../img/renditooted.png) no-repeat center left;
    line-height: 46px;
}

#footer-menu {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    margin-top: 30px;
}
#footer-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#footer-menu li {
    margin: 0;
    padding: 0;
    display: inline-block;
}
#footer-menu li a {
    display: block;
    padding: 0px 20px;
    border-left: 1px solid #333;
    color: #000;
    font-size: 14px;
}
#footer-menu li:first-child a {
    border: none;
}

.category-container {
    height: 206px;
    width: 100%;
    border-radius: 5px;
    background: url(../img/header-bg2.jpg) no-repeat center center;
    -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-bottom: 40px;
  position: relative;
}

.category-container span {
    display: inline-block;
    bottom: -15px;
    left: 20%;
    right: 20%;
    text-align: center;
    border-radius: 3px;
    padding: 5px 20px;
    color: #121212;
    text-transform: uppercase;
    position: absolute;
    font-size: 16px;
    text-decoration: none;
}

.product-row-container {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
}

.products-dropdown-container {
    position: relative;
    display: inline-block;
}
.products-dropdown {
    display: none;
    position: absolute;
    top: 70px;
    z-index: 2;
    left: 0;
    background: #fff;
    width: 100%;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.1);
box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.1);
}

.products-dropdown li.current-cat a {
    color: #46a600;
}

.products-dropdown li.current-cat ul a {
    color: #333;
}

.products-dropdown ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}
.products-dropdown ul ul {
    padding-left: 10px;
}
.products-dropdown a {
    display: block;
    background: #fff;
    border-bottom: 1px solid #ccc;
    padding: 5px 10px;
    color: #333;
}</pre></body></html>