/* #region RESET */
/* RESET HTML5 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
hr,
menu,
nav,
section {
    display: block;
}

a,
hr {
    padding: 0;
}

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0;
}

ins,
mark {
    background-color: #ff9;
    color: #000;
}

body {
    line-height: 1;
}

nav ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none;
}

a {
    margin: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0;
}

ins {
    text-decoration: none;
}

mark {
    font-style: italic;
    font-weight: 700;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
}

input,
select {
    vertical-align: middle;
}

textarea {
    resize: none;
    overflow: auto;
}

* {
    outline: none;
}

html>object {
    display: none;
}

/* #endregion */

/* #region Defaults */
body {
    background: #fff;
    color: #2f1911;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 1.5;
}

/* DEFAULTS */
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

a {
    text-decoration: none;
}

.font {
    font-family: 'Pacifico', cursive;
    font-weight: 400;
}

/* FONT */
.font-light {
    font-weight: 300 !important;
}

.font-normal {
    font-weight: 400 !important;
}

.font-bold {
    font-weight: 700 !important;
}

.text-center {
    text-align: center;
}

.round-all {
    -moz-border-radius: 1000px;
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
    -khtml-border-radius: 1000px;
}

.clear {
    clear: both;
}

.opacity:hover {
    filter: alpha(opacity=80);
    -khtml-opacity: 0.8;
    -moz-opacity: 0.8;
    opacity: 0.8;
    cursor: pointer;
}

.transition {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/* CONTAINER */
.container {
    width: 1600px;
    margin-left: auto;
    margin-right: auto;
}

.container::after {
    content: '';
    display: table;
    clear: both;
}

@media (max-width: 1600px) {
    .container {
        width: 1000px;
    }
}

@media (max-width: 1220px) {
    .container {
        width: 1000px;
    }
}

@media (max-width: 1023px) {
    .container {
        width: 760px;
    }
}

@media (max-width: 767px) {
    .container {
        width: 300px;
    }
}

.show768 {
    display: none;
}

.show320 {
    display: none;
}

@media screen and (max-width: 1023px) {
    .hide768 {
        display: none;
    }

    .show768 {
        display: block;
    }
}

@media (max-width: 767px) {
    .show320 {
        display: block;
    }

    .hide320 {
        display: none;
    }
}

/* #endregion */

/* #region Header */

body>header {
    width: 100%;
    padding: 50px 0;
}

body>header>.container {
    display: flex;
}

#logo {
    width: 300px;
    z-index: 999;
    flex: 0 0 300px;
}

#logo img {
    width: 100%;
}

.nav-desktop {
    margin-top: 26px;
}

.nav-desktop:first-of-type {
    padding-left: 60px;
}

.nav-desktop:last-of-type {
    padding-right: 60px;
}

.nav-desktop>a {
    font-size: 20px;
    color: #2f1911;
    font-weight: 500;
    padding: 5px 20px;
    line-height: 1;
}
.nav-desktop>a:first-of-type { padding-right: 0;}
.nav-desktop>a:first-of-type>img { margin-right: 0!important;}

.nav-desktop>i {
    padding-top: 5px;
}

.nav-desktop>a.nav-icon {
    padding: 5px 0px;
}

.icon-home {
    width: 26px;
    height: 22px;
    margin-bottom: -3px;
    margin-right: 20px;
}

.icon-instagram {
    width: 26px;
    height: 22px;
    margin-bottom: -5px;
    margin-right: 20px;
}

.icon-whatsapp {
    width: 26px;
    height: 22px;
    margin-bottom: -5px;
}

#mobile-nav {
    margin: 0 20px 0 auto;
    position: relative;
}

#mobile-nav.show {
    margin-top: 0px;
}

#mobile-action {
    width: 60px;
    height: 60px;
    margin-top: 0px;
    border: 4px solid #d4f58c;
    background-color: #a7d739;
    border-radius: 40px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

#mobile-action>small {
    width: 30px;
    height: 6px;
    background-color: #155f00;
    display: block;
    border-radius: 10px;
    margin: 3px 0;
    transition: all .3s;
}


#mobile-nav.show #mobile-action>small:nth-child(2) {
    display: none;
}

#mobile-nav.show #mobile-action>small:first-of-type {
    transform: rotate(45deg);
    margin-bottom: 0;
}

#mobile-nav.show #mobile-action>small:last-of-type {
    transform: rotate(-45deg);
    margin-bottom: 0;
    margin-top: -5px;
}

#mobile-links {
    display: none;
    padding: 25px 0;
    border-radius: 20px;
}

#mobile-links>a {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    font-style: italic;
    padding: 5px 30px;
}



#mobile-nav.show #mobile-links {
    display: block;
    position: absolute;
    background-color: #733f00;
    z-index: 1000;
    width: 260px;
    right: 0;
    top: 100px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

#header-whatsapp {}

#header-whatsapp>div {
    color: #155f00;
    font-size: 14px;
    padding: 0 20px;
    border: 4px solid #d4f58c;
    background-color: #a7d739;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 0px;

}
#header-whatsapp>span {
    color: #155f00;
    font-size: 20px;
    margin-top: -2px;
    margin-left: 24px;
    padding: 6px 10px;
    border: 4px solid #d4f58c;
    border-top: 0;
    font-weight: bold;
    line-height: 30px;
    border-radius: 0 0 10px 10px;

}

.header-whatsapp {
    width: 18px;
    margin: 6px 10px -2px 10px;
    color: #155f00;
}



#mobile-whatsapp {}

#mobile-whatsapp>div {
    color: #155f00;
    font-size: 13px;
    padding: 0 4px;
    border: 4px solid #d4f58c;
    background-color: #a7d739;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 0px;

}
#mobile-whatsapp>span {
    color: #d4f58c;
    font-size: 16px;
    margin-top: -2px;
    margin-left: 22px;
    padding: 6px 10px;
    border: 4px solid #d4f58c;
    border-top: 0;
    font-weight: bold;
    line-height: 30px;
    border-radius: 0 0 10px 10px;

}

.mobile-whatsapp {
    width: 18px;
    margin: 6px 10px -2px 10px;
    color: #155f00;
}

@media (max-width: 1220px) {
    .nav-desktop>a {
        font-size: 16px;
        padding: 5px 4px;
    }
}

@media (max-width: 1023px) {
    body>header {
        height: 92px;
        padding: 20px 0;
    }
    body>header>div {
        display: flex;
        justify-content: space-between;
    }

    #logo {
        width: 200px;
        margin-top: 0px;
        flex: 0 0 200px;
    }


}

@media (max-width: 767px) {}

/* #endregion */

/* #region Footer */
body>footer {
    width: 100%;
    background-color: #fff;
    clear: both;
    position: relative;
    padding-top: 90px;
    margin-top: 90px;
}

#footer-bg {
    background-color: #155f00;
    width: 100%;
    padding: 30px 0;
}

.footer-content {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

#footer-logo {
    width: 140px;
    margin: 0 100px;
}

#footer-logo>img {
    width: 100%;
}

#footer-nav {
    display: flex;
    flex-direction: row;
}

body>footer nav {
    width: 220px;
    grid-column: 2;
}

body>footer nav>a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    font-style: italic;
    padding: 5px 0px;
}

.icon-stars {
    width: 14px;
    margin-right: 10px;
}

#footer-line {
    width: 60%;
    height: 16px;
    background-color: #a7d739;
    border-radius: 10px 10px 0 0;
    position: absolute;
    top: -16px;
    left: 20%;

}

#footer-contacts {
    float: left;
    margin-top: 0px;
    display: flex;
    flex-direction: row;

}

#footer-social {
    margin-right: 20px;
}

#footer-social>a {
    
    color: #155f00;
    font-size: 14px;
    border: 4px solid #d4f58c;
    background-color: #a7d739;
    font-weight: bold;
    line-height: 40px;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    display: inline-block;
    text-align: center;
}

#footer-whatsapp {}


#footer-whatsapp>div {
    color: #155f00;
    font-size: 14px;
    padding: 0 20px;
    border: 4px solid #d4f58c;
    background-color: #a7d739;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 0px;

}
#footer-whatsapp>span {
    color: #a7d83a;
    font-size: 20px;
    margin-top: -2px;
    margin-left: 24px;
    padding: 6px 10px;
    border: 4px solid #d4f58c;
    border-top: 0;
    font-weight: bold;
    line-height: 30px;
    border-radius: 0 0 10px 10px;

}

.footer-whatsapp {
    width: 18px;
    margin: 6px 10px -2px 10px;
    color: #155f00;
}



#copyright {
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 10px;
    padding-top: 20px;
}

@media (max-width: 1220px) {
    body>footer nav {
        display: none;
    }
}

@media (max-width: 1023px) {

    #footer-bg {
        height: 260px;
    }

    body>footer .container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #footer-logo {
        width: 100px;
        margin-top: 0px;
        float: left;
    }

    .footer-line {
        display: none;

    }

    #footer-contacts {
        margin-top: 10px;
    }

    #footer-social {
        margin-right: 0px;
        margin-bottom: 10px;
    }
    
    #copyright {
        padding: 20px 0 0px;
        position: relative;
    }

}

@media (max-width: 767px) {
    body>footer {
        padding-top: 50px;
    }

    #footer-bg {
        height: 310px;
    }

    #footer-contacts {
        display: flex;
        align-content: center;
        flex-direction: column;
        justify-content: center;
    }

    #footer-social {
        text-align: center;
    }

    #footer-whatsapp {
        margin-left: 0;
    }
}

/* #endregion */

/* #region Home */


/* Banner */
.flexslider img {
    margin: 0px auto !important;
    width: 100%;
}

.flexslider {
    width: 100%;
    overflow: hidden;
    border: none !important;
    margin: 0 !important;
}

#banner,
#banner768 {
    width: 100%;
    position: relative;
}

#banner-nav {}

.flex-control-nav {
    position: relative !important;
    bottom: 0px !important;
    text-align: center !important;
    margin-top: -50px !important;
    width: 100% !important;
    float: right;
}

.flex-control-paging li a {
    width: 80px !important;
    height: 5px !important;
    background: #fff !important;
    border-radius: 0px !important;
    border: none;
    text-align: left !important;
    box-shadow: none !important;
}

.flex-control-paging li a.flex-active {
    background: #C79430 !important;
}


.title {
    font-size: 40px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 28px;
    position: relative;
    display: inline-block;
    color: #104400;
}

#home-featured {
    background-color: #a7d739;
    border-radius: 10px;
    width: 100%;
    display: flex;
    flex-direction: row;
    padding: 60px;
    margin-top: -110px;
    position: relative;
    z-index: 999;
}

.home-featured {
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 33%;
    padding: 0 30px;
}

.home-featured>div {
    width: 160px;
    height: 160px;
    background-color: #caf076;
    border-radius: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-featured>div>img {}

.home-featured>h3 {
    color: #104400;
    font-size: 24px;
    margin-top: -40px;
    padding-bottom: 20px;
}

.home-featured>p {
    color: #196201;
    font-size: 20px;
}


@media (max-width: 1023px) {}

@media (max-width: 767px) {

    #home-featured {
        flex-direction: column;
        padding: 20px;
    }

    .home-featured {
        width: 100%;
        padding: 10px 10px;
    }

    .title {
        font-size: 25px;
        line-height: 32px;
    }

}

.home-plants {
    padding: 80px 0 0;
}

#plants-categories {
    padding: 80px 0;
    display: flex;
    flex-direction: row;
}

.plants-category {
    width: 25%;
    padding: 0 10px;
}

.plants-category>img {
    width: 100%;
    border-radius: 10px;
}

.plants-category>div {
    width: 100%;
    padding: 0 30px;
    margin-top: -140px;
    position: relative;
}

.plants-category>div>div {
    width: 100%;
    background-color: rgba(184, 64, 68, .9);
    border-radius: 10px;
    text-align: center;
    color: #fff;
    padding: 30px 0;
}

.plants-category>div>div>h3 {
    font-size: 40px;
}

.plants-category>div>div>p {

    font-size: 20px;
    font-weight: 300;
}

.plants-category>div>div>button {
    border: 2px solid #fff;
    background: transparent;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    border-radius: 30px;
    padding: 6px 30px;
    margin: 20px 0 24px;
}

.plants-category>div>div>img {}

.plants-category-2 {}


.plants-category:nth-child(2)>div>div {
    background-color: rgba(127, 42, 136, .9) !important;
}

.plants-category:nth-child(3)>div>div {
    background-color: rgba(32, 153, 171, .9) !important;
}

.plants-category:nth-child(4)>div>div {
    background-color: rgba(215, 162, 58, .9) !important;
}

@media (max-width: 767px) {

    #plants-categories {
        flex-direction: column;
    }

    .plants-category {
        width: 100%;
        margin-bottom: 30px;
    }

    
    .plants-category>div>div>h3 {
        font-size: 26px;
    }

}

#home-about {
    width: 100%;
}

#home-about-image {
    width: 55%;
    float: left;
    position: relative;
}

#home-about-image>img {
    width: 100%;
}

#home-about-image>small {
    background-color: #a7d83a;
    width: 400px;
    height: 27px;
    position: absolute;
    top: 0px;
    right: 0px;
    border-radius: 10px 0 0 0;
}

#home-about-line {
    width: 100%;
    height: 2px;
    background-color: #a7d83a;
    position: absolute;
    bottom: 50px;
    left: -70%;

}

#home-about-text {
    width: 55%;
    float: left;
    margin-left: -10%;
    background-color: #733f00;
    padding: 100px 140px;
    position: relative;
    margin-top: -30px;
    border-radius: 10px 0 0 10px;
}

#home-about-text>h2 {
    color: #a7d83a;
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 20px;
}

#home-about-text>div {
    padding-bottom: 30px;
}

#home-about-text>div>p {

    color: #fff;
    font-size: 20px;
    font-weight: 200;
}

#home-about-text>a {
    border: 2px solid #fff;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    border-radius: 30px;
    padding: 6px 30px;
    margin: 20px 0 24px;
}

.page-about {margin-bottom: 100px;}

@media (max-width: 767px) {
    
    #home-about-image {
        width: 100%;
    }

    #home-about-image>small {
        height: 27px;
        position: absolute;
        top: 0px;
        right: 0px;
        border-radius: 10px 0 0 0;
    }
    
    #home-about-line {
        display: none;
    
    }
    
    #home-about-text {
        width: 100%;
        margin-left: 0%;
        padding: 40px 40px;
        margin-top: -30px;
        border-radius: 10px 0 0 10px;
    }
    
    #home-about-text>h2 {
        font-size: 30px;
    }
    
    #home-about-text>div>p {
        font-size: 16px;
    }
    
    .page-about {margin-bottom: 100px;}

  

}






#blog {}

#blog-title {
    padding-top: 90px;
    width: 100%;
    height: 340px;
    background-color: #C79430;
    position: relative;
}

#blog-lines {
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;

}

#blog-lines>small {
    width: 100%;
    height: 2px;
    margin-bottom: 3px;
    background-color: #000;
    display: block;
}

#blog-list {
    margin-top: -150px;
}

#blog-list>div {
    width: 33.33%;
    float: left;
    padding: 10px 10px;
    position: relative;
}

#blog-list>div a>img {
    width: 100%;
    height: auto;
}

#blog-list>div a {
    cursor: pointer;
    margin-bottom: 20px;
}

#blog-list>div a>div {
    background-color: #464646;
    padding: 20px 36px;
    position: relative;
    margin-top: -6px;
}

#blog-list>div a>div>small {
    width: 180px;
    height: 5px;
    background-color: #C79430;
    position: absolute;
    top: -5px;
    left: 0;
    display: block;
}

#blog-list>div a>div>i {
    color: #C79430;
    font-weight: 300 !important;
    font-size: 20px;
    display: block;
    font-style: normal;
}

#blog-list>div a>div>b {
    color: #fff;
    font-size: 24px;
    line-height: 1.2;
    margin-top: 6px;
}

#blog-list>div a>div>img {
    width: 150px;
    height: 32px;
    margin-top: 12px;
}

.blog-link {
    color: #000;
    margin: 40px 0;
    display: inline-block;
    font-size: 20px;
    cursor: pointer;
}

.blog-link:hover {
    color: #C79430;
}

#blog-line {
    width: 100%;
    height: 31px;
    background: url('../images/fixed/blog-line.png') no-repeat center center;
}

@media (max-width: 1023px) {}

@media (max-width: 767px) {

    #blog-title {
        padding-top: 50px;
        height: 270px;
    }

    #blog-list>div {
        width: 100%;
        float: left;
        padding: 10px 10px;
        position: relative;
    }

    .blog-link {
        margin: 20px 0 30px;
        font-size: 20px;
    }

}

#photos {
    padding-top: 90px;

}

.icon-photos {
    width: 32px;
    height: 27px;
    margin-right: 16px;
    margin-bottom: -2px;
}

#photos>div>p {
    font-size: 18px;
    font-weight: 300;
}

#photos-list {
}

#photos-list>div {
    width: 25%;
    float: left;
    padding: 10px 10px;
    text-align: center;
    position: relative;
}

#photos-list>div img {
    width: 100%;
    float: left;
    border-radius: 10px;
}

#photos-list>div a {
    cursor: pointer;
    float: left;
    width: 100%;
    display: block;
}

#photos-list>div a>small {
    display: none;
    width: 60%;
    height: 60%;
    background-color: rgba(167, 215, 57, .9);
    position: absolute;
    top: 20%;
    left: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    border-radius: 10px;
}

#photos-list>div a:hover>small {
    opacity: 1;
}

.icon-zoom {
    width: 50px;
    height: 50px;

}

.photos-link {
    color: #000;
    margin: 26px 0 34px;
    display: inline-block;
    font-size: 20px;
    cursor: pointer;
}

.photos-link:hover {
    color: #C79430;
}

@media (max-width: 1023px) {}

@media (max-width: 767px) {
    #photos {
        padding-top: 50px;
    }

    #photos>div>p {
        font-size: 16px;
        padding: 0 30px;
    }

    #photos-list {
        margin-top: 40px;
        padding: 40px 0 0;
    }

    #photos-list>div {
        width: 50%;
        float: left;
        padding: 10px 10px;
        text-align: center;
        position: relative;
    }

    .photos-link {
        margin: 16px 0 24px;
    }
}

#products-list {
    width: 100%;
    float: left;
    margin: 50px 0 0;
}
#products-list.product-page {
    margin-top: 0px;
}
.product-list {
    width: 300px;
    float: left;
    margin: 10px 5px;
    position: relative;
    border-radius: 10px;
}
.product-list.gallery {
    width: 300px;
}
.product-list > img {
    width: 100%;
    float: left;
    border-radius: 10px;
}
.product-list > b {
    text-transform: uppercase;
    width: 100%;
    color: #104400;
    font-size: 16px;
    padding: 10px 0 0;
    float: left;
    text-align: center;
}


@media (max-width: 1279px) {
    .product-list {
        width: 370px;
        margin: 10px 5px;
    }
    .product-list > b {
        font-size: 18px;
    }
    .product-list.gallery {
        width: 370px;
    }
}
@media (max-width: 767px) {
    .product-list {
        width: 300px;
        margin: 5px 0px;
    }
    .product-list.gallery {
        width: 300px;
    }
}

/* Text */
.box-pattern {
    width: 100%;
    float: left;
    margin-bottom: 40px;
}
.box-pattern a {
    color: #fa9838;
    text-decoration: underline;
}
.box-pattern-title {
    width: 100%;
    float: left;
    font-size: 34px;
    color: #191919;
    margin-bottom: 10px;
    margin-top: 8px;
    font-weight: bold;
    letter-spacing: -0.01em;
    line-height: 1.22;
    -webkit-font-smoothing: antialiased;
}
.box-pattern-cover {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}
.box-pattern-cover > a > img {
    border-radius: 10px;
}
.box-pattern-cover.cover-left {
    width: 500px;
    margin-right: 30px;
}
.box-pattern-cover.cover-right {
    width: 500px;
    float: right;
    margin-left: 30px;
    margin-right: 0px;
}
.box-pattern-cover > a {
    width: 100%;
    float: left;
}
.box-pattern-cover > a > img {
    width: 100%;
    float: left;
}
.box-pattern-content {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
.box-pattern-content.cover-left {
    width: 710px;
    margin-top: -5px;
}
.box-pattern-content.cover-right {
    width: 710px;
    margin-top: -5px;
}
.box-pattern-text p {
    margin-bottom: 6px;
    line-height: 1.5;
    color: #666666;
}
.box-pattern-gallery {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
.box-pattern-gallery > a {
    width: 25%;
    float: left;
    padding: 5px;
}
.box-pattern-gallery > a > img {
    width: 100%;
    float: left;
    border-radius: 10px;
}
.box-pattern-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    margin-bottom: 10px;
}
.box-pattern-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 1279px) {
    .box-pattern-cover.cover-left {
        margin-left: 180px;
    }
    .box-pattern-content.cover-left,
    .box-pattern-content.cover-right {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .box-pattern-cover.cover-left {
        width: 100%;
        margin-left: 0px;
    }
    .box-pattern-gallery > a {
        width: 50%;
        float: left;
        padding: 5px;
    }
}


.contacts {}

#contacts-data {
    width: 50%;
    padding: 80px 20px 0;
    float: left;
}


#contacts-data>p {
    font-size: 24px;
    font-weight: 300;
}

.icon-contact {
    width: 37px;
    height: 33px;
    margin-right: 16px;
    margin-bottom: -2px;
}

#contacts-stars {
    margin-top: 20px;
}

.contact-star {
    width: 22px;
    height: 21px;
    margin-right: 8px;
}

#contact-whatsapp {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    margin-top: 20px;
    float: left;
}

.contact-whatsapp {
    width: 30px;
    height: 30px;
    margin-right: 20px;
    margin-bottom: -6px;
}

#contact-mail {
    color: #000;
    font-size: 24px;
    margin-top: 24px;
    float: left;
    width: 100%;
    clear: both;
}

.contact-mail {
    width: 29px;
    height: 23px;
    margin-right: 20px;
    margin-bottom: -5px;
}

#contact-address {
    color: #000;
    font-size: 24px;
    margin-top: 24px;
    float: left;
    width: 100%;
    clear: both;
    padding-left: 44px;
    position: relative;
}

.contact-address {
    width: 24px;
    height: 30px;
    position: absolute;
    top: 21px;
    left: 0;
}

#contacts-form {
    width: 50%;
    padding: 80px 20px 0;
    float: left;
}

#send-contact {
    background-color: #a7d739;
    border: none;
    color: #155f00;
    padding: 14px 50px;
    margin: -4px 0 0 -2px;
    border-radius: 10px;
    font-size: 20px;
}

.send-contact {
    width: 190px;
    height: 32px;
}

#btn-whatsapp {
    background-color: #a7d739;
    border: none;
    color: #155f00;
    padding: 14px 20px;
    margin: 20px 0 0;
    border-radius: 10px;
    font-size: 20px;
    text-decoration: none;
    font-weight: 700;
    text-align: center;
}

#btn-whatsapp > img {
    width: 30px;
    margin: 0;
    display: inline-block;
}

@media (max-width: 1023px) {

    #contact-mail {
        font-size: 18px;
    }

}

@media (max-width: 767px) {
    .contacts {
        padding-top: 50px;
    }

    #contacts-data {
        width: 100%;
        padding: 40px 0 0;
    }

    #contacts-data>p {
        font-size: 18px;
    }

    #contact-mail {
        font-size: 12px;
    }

    #contact-address {
        font-size: 20px;
    }

    #contacts-form {
        width: 100%;
        padding: 40px 0px 0;
    }

    #send-contact {
        margin-left: 55px;
    }

}

.how-to-get {
    padding-top: 90px;
}

.icon-how-to-get {
    width: 29px;
    height: 29px;
    margin-right: 16px;
    margin-bottom: -2px;
}


#how-to-get-line {
    margin-top: 10px;
    height: 18px;
    text-align: center;
}

#how-to-get-line>small {
    margin: 0 auto;
    width: 800px;
    height: 18px;
    display: inline-block;
    background-color: #C79430;
}

#how-to-get-map {
    width: 50%;
    background-color: #aaa;
    float: left;
}

#how-to-get-map::after {
    padding-top: 105%;
    display: block;
    content: '';
}

#how-to-get-video {
    width: 50%;
    background-color: #eee;
    float: left;
}

.video-container {
    overflow: hidden;
    position: relative;
    width: 100% !important;
}

.video-container::after {
    padding-top: 105%;
    display: block;
    content: '';
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    max-width: 100% !important;
    height: 100%;
}

@media (max-width: 1023px) {

    #how-to-get-map {
        width: 100%;
    }

    #how-to-get-video {
        width: 100%;
    }

    #how-to-get-line>small {
        width: 600px;
    }

}

@media (max-width: 767px) {
    .how-to-get {
        padding-top: 50px;
    }

    #how-to-get-line>small {
        width: 300px;
    }
}


/* #endregion */

/* #region Form */

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}


input,
select,
textarea {
    outline: 0;
    background: #fff;
    width: 100%;
    border: 2px solid #a7d739;
    margin: 0 0 16px;
    padding: 16px 24px;
    box-sizing: border-box;
    font-size: 18px;
    color: #000;
    border-radius: 10px;
}

input:hover,
input:active,
input:focus,
select:hover,
select:active,
select:focus,
textarea:hover,
textarea:active,
textarea:focus {
    border: 2px solid #C79430;
}

textarea {
    min-height: 150px;
    height: auto;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #999999;
    font-family: 'Kanit', sans-serif;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #999999;
    font-family: 'Kanit', sans-serif;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #999999;
    font-family: 'Kanit', sans-serif;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #999999;
    font-family: 'Kanit', sans-serif;
}



/* #endregion */

/* #region Header */


#page-title {
    padding-top: 80px;
    width: 100%;
    height: 200px;
    background-color: #a7d739;
    position: relative;
}

.page-title-blog {
    height: 370px !important;
}


#page-lines {
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;

}

#page-lines>small {
    width: 100%;
    height: 2px;
    margin-bottom: 3px;
    background-color: #000;
    display: block;
}

@media (max-width: 767px) {
    #page-title {
        padding-top: 50px;
        height: 140px;
    }
}

.mt-0 {
    margin-top: 0 !important;
}

.pb-80 {
    padding-bottom: 80px !important;
}


#blog-pagination {
    margin-top: 40px;
}

#blog-pagination {
    width: 100%;
    float: left;
    color: #000;
    font-size: 24px;
    font-weight: 300;
    text-align: center;
}

#blog-pagination b,
#blog-pagination a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    margin: 0 10px;
    cursor: pointer;
    text-decoration: none;
    color: #000;
}

#blog-pagination b {
    color: #C79430;
    cursor: default;
    font-weight: 300;
}

#blog-pagination a:hover {
    color: #C79430;
}

.blog-content {
    position: relative;
    width: 70%;
    margin: -150px auto 0;
}

.blog-cover {
    width: 100%;
    float: left;
    padding-bottom: 20px;
}

.blog-cover a {
    width: 100%;
    float: left;
}

.blog-cover img {
    width: 100%;
    float: left;
}

.blog-title {
    width: 100%;
    float: left;
    color: #000;
    font-size: 30px;
}

.blog-date {
    width: 100%;
    float: left;
    color: #C79430;
    padding-bottom: 20px;
}

.blog-text {
    width: 100%;
    float: left;
    padding-bottom: 20px;
}

.blog-text p {
    font-size: 18px;
    padding-bottom: 20px;
}

.fb-comments,
.fb-comments span,
.fb-comments.fb_iframe_widget span iframe {
    width: 100% !important;
}

/* #endregion */

/* #region Header */

/* #endregion */