html {
    height: 100.5%;
}

body {
    background: #fff url(../graphics/bgr_body1.jpg) 50% 50% no-repeat fixed;
    background-size: cover;
    margin: 0px;
    padding: 0px;
    font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}

.roses {
    background-image: url('../graphics/bgr_body3.jpg');
}

.facilities {
    background-image: url('../graphics/bgr_body5.jpg');
}

.plants {
    background-image: url('../graphics/bgr_facilities_plants.jpg');
}

.contact {
    background-image: url('../graphics/bgr_body2.jpg');
}

.chrysanthemums {
    background-image: url('../graphics/bgr_body4.jpg');
}

.home-new {
    background-image: url('../graphics/bgr_home.jpg');
}

.about-us {
    background-image: url('../graphics/bgr_aboutus.jpg');
}

.footer,
.languages {
    text-align: center;
}

#wrapper {
    width: 845px;
    margin: 0 auto;
}

.header .c {
    float: left;
    height: 220px;
    margin-bottom: 7px;
}

.menu {
    color: #eee;
    width: 182px;
    background: url(../graphics/bgr_pink50.png);
}

.menu ul {
    text-align: left;
    line-height: 1.5em;
    list-style: none;
    padding-left: 0em;
    font-style: italic;
    font-size: 0.9em;
}

.menu ul.nav li {
    margin-bottom: 10px;
}

ul.nav {
    margin-top: 30px;
    margin-left: 40px;
}

ul.nav li>ul {
    font-weight: bold;
    padding-left: 2em;
    line-height: 1.25em;
    padding-top: 0.5em;
}

.menu a {
    color: #fff;
    text-decoration: none;
}

.menu a:hover {
    text-decoration: underline;
}

.logo {
    width: 466px;
    background: url(../graphics/bgr_white75.png);
    margin: 0px 7px 0px 7px;
    text-align: center;
}

.logo img {
    margin-top: 15px;
}

.right {
    width: 182px;
}

.languages {
    background: url(../graphics/bgr_pink50.png);
    padding-top: 4px;
    height: 22px;
    margin-bottom: 7px;
    font-size: 0.7em;
    letter-spacing: 0.1em;
    color: #fff;
}

.languages a {
    color: #fff;
    margin: 0 15px;
    text-decoration: none;
}

.address {
    background: url(../graphics/bgr_green.png);
    height: 187px;
    color: #fff;
    text-align: right;
    font-size: 0.8em;
    font-style: italic;
    line-height: 1.25em;
}

.address div {
    padding: 5px 20px 0px 0px;
}

.address span {
    display: block;
    margin-top: 10px;
}

.body h1 {
    text-align: center;
    background: url(../graphics/bgr_purple.png);
    clear: both;
    color: #fff;
    font-style: italic;
    font-weight: normal;
    font-size: 0.9em;
    letter-spacing: 0.1em;
    padding: 0px;
    height: 23px;
    padding-top: 5px;
    margin: 0px;
    line-height: normal;
}

.body h1 a {
    color: #eee;
    font-size: 0.9em;
}

.content {
    margin: 7px 0px;
    background: url(../graphics/bgr_gray75.png);
    color: #fff;
    padding: 5px;
    font-size: 1em;
    border-radius: 16px;
    padding-bottom: 3em;
}

.content p {
    text-align: justify;
    line-height: 1.9em;
}

.content p a {
    color: #eee;
}

.content li {
    margin-bottom: 5px;
}

.footer {
    height: 23px;
    padding-top: 6px;
    background: url(../graphics/bgr_pink75.png);
    font-size: 0.7em;
    color: #fff;
    letter-spacing: 0.1em;
}

.stopper {
    clear: both;
}

.full {
    margin: 0 15px;
    clear: both;
}

.column {
    width: 385px;
    float: left;
    margin: 0 15px;
}

.column.wider {
    width: 430px;
    padding-top: 10px;
}

.column.narrow {
    width: 330px;
}

.thumbnails img {
    display: block;
    float: left;
    border: none;
    margin: 2px;
}

input,
textarea {
    padding: 3px;
    background: #000;
    color: #fff;
    font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
    margin: 3px;
    border: 1px solid #333;
}

input.submit {
    color: #000;
    background: #fff;
    padding: 5px;
    display: block;
    margin: 3px 0px 3px auto;
}

form {
    margin: 10px auto;
    width: 315px;
    padding: 10px;
    padding: 20px;
}

img.large {
    border: 2px solid #fff;
    border-width: 2px 0px 2px 0px;
    padding: 1px;
    display: block;
    margin: 0 auto;
}

#map {
    width: 440px;
    height: 400px;
    border: 1px solid #666;
}

.tabs {
    margin: 0px 0px;
    padding: 0px;
}

.tabs li {
    background: #EBEBEA;
    color: #000;
    list-style: none;
    padding: 0px 0px 0px 10px;
    text-align: left;
    overflow: hidden;
    height: 75px;
    white-space: nowrap;
}

.tabs h3 {
    float: left;
    line-height: normal;
    font-size: 1.1em;
    margin: 0px 20px;
    padding: 0px;
    font-style: italic;
    font-weight: normal;
    letter-spacing: 0.1em;
    width: 100px;
    text-align: left;
    height: 50px;
    padding-top: 30px;
}

.tabs a {}

.tabs .thumbnails {
    margin: 0px;
    padding: 0px;
    padding-left: 5px;
}

.tabs .thumbnails a.large {
    width: 221px;
    margin-left: 30px;
}

.tabs .thumbnails a {
    display: block;
    width: 140px;
    float: left;
    overflow: hidden;
    margin-top: -5px;
}

.tabs img {
    border: none;
}

ul.spaced li {
    margin: 10px;
}

h2 {
    padding: 20px;
    font-size: 1.2em;
    font-weight: normal;
    letter-spacing: 0.2em;
    font-style: italic;
}

.thumbnails h2 {
    padding-bottom: 5px;
}

.errormessage .required {
    display: block;
    margin: 10px 0px;
    text-align: left;
}

.errormessage .email {
    display: block;
    margin: 10px 0px;
    text-align: left;
}

.errormessage .fieldname {
    font-weight: bold;
}

.errormessage {
    color: #990000;
    background: #DDDDCC;
    border: 1px solid #AA0000;
    display: block;
    padding: 5px;
    width: 375px;
    margin: 10px auto;
}

.centered {
    text-align: center;
}

body.splash {
    background-color: #26361b;
    background-image: url(../graphics/bgr_splash.jpg);
}

.splash .panel {
    width: 603px;
    height: 433px;
    margin: 5px auto 5px auto;
    padding: 3px;
    background: #000;
    border: 5px solid #fff;
    box-shadow: 0px 0px 32px #000;
}

.splash .panel img {
    display: block;
    float: left;
}

#wrapper.splash {
    width: 619px;
    margin: 70px auto 0px auto;
}

.splash h2 {
    text-align: right;
    color: #fff;
    letter-spacing: normal;
    font-style: normal;
    padding: 0px;
    margin: 0px;
    line-height: normal;
}

.splash .languages {
    position: absolute;
    background: #000;
    height: 68px;
    width: 148px;
    opacity: 0.90;
    margin: 0px;
    padding: 0px;
    margin-top: 368px;
    margin-left: 456px;
}

.splash .languages a {
    display: block;
    background: #102850;
    width: 100%;
    height: 25px;
    margin: 0px;
    padding: 0px;
    font-size: 11pt;
    margin: 2px 2px;
    padding-top: 5px;
}

.splash .s_address {
    color: #fff;
    font-size: 8pt;
}


.catalogue {
    width: 100%;
    border-collapse: collapse;
    position: relative;
    margin-bottom: 2em;
    margin-top: 2em;
}

.catalogue thead {
    position: sticky;
}

.catalogue thead tr.sizes th:not(:first-child) {
    text-align: center;
    width: 3em;
    height: 2em;
    position: sticky;
    top: 0;
    background-color: #262;
    border: 1px solid #666;
}

.catalogue thead tr.sizes th:first-child {
    color: #ccc;
    font-weight: normal;
}

.catalogue thead th:first-child {
    width: auto;
    background: transparent !important;
    border: none !important;
}

.catalogue:not(.nongrid) td {
    border: 1px solid #666;
    padding: 0.5em;
    text-align: center;
    width: 1em;
    height: 1em;
    text-transform: uppercase;
    background-color: #393;
    color: #fff;
}

.catalogue.nongrid td {
    width: 33%;
    padding: 1em;
    text-align: center;
    font-size: 0.9em;
    border: 1px solid #666;
}

.catalogue td:empty {
    background-color: transparent !important;
}

.catalogue td:first-child {
    color: #eee;
    text-align: right;
    border-left: none;
    width: auto;
    font-size: 1em;
    padding-right: 1em;
    text-transform: none;
    background-color: transparent;
}

.catalogue td:last-child {
    border-right: none;
}

.catalogue tr.category td {
    text-align: left;
    font-weight: bold;
    padding-top: 1em;
    border-bottom: 1px solid #fff;
    font-size: 1.1em;
    background-color: transparent;
}

.catalogue:not(.nongrid) tbody tr:not(.category):hover {
    background-color: #336;
}

.catalogue td.various {
    font-style: italic;
    text-align: center;
    color: #ddd;
}

.catalogue th.package {
    font-weight: normal;
    color: #999;
}

.catalogue div.sizes {
    font-size: 0.85em;
    color: #aaa;
}

.catalogue tr.allyear {
    background-color: #334433aa;
}

.catalogue tr.summer {
    background-color: #ff990022;
}

.fit6,
.fit4 {
    text-align: center;
    margin: 3em 0;
}

.fit6 img {
    width: 96px;
}

.fit4 img {
    width: 132px;
}

.carousel,
.carouselsmal,
.carouselgroup {
    margin: 0 116px;
}

.carouselsmall {
    margin: 0 80px;
}

.linkpanel {}

.linkpanel img {
    width: 30%;
}

.linkpanel a {
    display: block;
    text-decoration: none;
    margin: 1em 0;
    text-align: center;
    background-color: #fff;
    color: #000;
    padding: 0.5em 1em 2em 1em;
    border-radius: 16px;
    ;

}


.slick-slide img {}

.group {
    position: relative;
    display: inline-block !important;
    min-height: 329px;

}

.group img {
    display: inline-block !important;
}

.group a {
    text-decoration: none;
}

.g2 {
    width: 207px !important;
}

.g6 {
    width: 607px !important;
}

.g4 {
    width: 407px !important;
    margin: 0 auto;
}

.p1 {
    padding: 48px 96px;
}

.c1 {
    padding: 0 96px;
}

.r1 {
    padding-top: 96px;
    padding-bottom: 96px;
}

.group .label {
    margin-top: 1em;
    background-color: #363;
    padding: 5px 0;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.download {
    text-align: center;
}

.download a, .download a:visited {
    color: #0f0 !important;
}