.background-cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@-webkit-keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-moz-keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-o-keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 100;
  src: url(https://fonts.gstatic.com/s/raleway/v36/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvao7CIPrQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/raleway/v36/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVuEorCIPrQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/raleway/v36/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaorCIPrQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/raleway/v36/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvoorCIPrQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/raleway/v36/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVsEpbCIPrQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/raleway/v36/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVs9pbCIPrQ.ttf) format('truetype');
}
/* reset */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ul,
ol {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  cursor: pointer;
  color: #ffffff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 100;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
/* GENERAL */
html,
body {
  height: 100%;
  width: 100%;
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  background-color: #ffffff;
  color: #000000;
}
.overflow {
  overflow: hidden;
}
.container-fluid {
  padding: 0 22px;
}
.container {
  width: 1300px;
}
img {
  max-width: 100%;
  position: relative;
}
/* text */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #5F6E37;
  line-height: 1.2;
}
h1 {
  font-size: 4rem;
  margin-bottom: 50px;
}
h2 {
  font-size: 3rem;
  margin-bottom: 20px;
}
h2.title-city-address {
  font-size: 20px;
  font-weight: 700;
  color: #000000;
}
h3 {
  font-size: 2rem;
}
/*h3 {
    font-size: 1.2rem;
    margin-bottom: 20px;
    font-weight: 500;
}*/
h6 {
  font-size: 1.2rem;
  margin-bottom: 10px;
  font-weight: 400;
}
a:hover,
a:focus {
  color: #5F6E37;
}
p {
  margin: 0 0 15px 0;
}
p:last-of-type {
  margin-bottom: 0;
}
blockquote {
  margin-bottom: 10px;
}
blockquote .marks {
  position: relative;
  top: 20px;
  padding: 15px;
  color: #5F6E37;
  font-size: 50px;
  line-height: 0;
}
blockquote footer {
  color: #5F6E37;
  font-weight: 500;
  font-size: 1rem;
}
blockquote footer:before {
  display: none;
}
.description {
  font-weight: 300;
  line-height: 26px;
}
.description.section_description {
  margin-bottom: 50px;
}
.description a {
  color: #000000;
  font-weight: 500;
}
.text-green {
  color: #5F6E37;
}
.text-cursive {
  font-family: Quickpen, cursive;
  line-height: 2;
}
.mb-50 {
  margin-bottom: 50px !important;
}
/* header */
.clockwise {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.underclockwise {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 150;
}
header #black_menu {
  width: 100%;
  padding: 22px;
  background-color: rgba(0, 0, 0, 0.5);
}
header #black_menu .icon-bar {
  background-color: #ffffff;
}
header .navbar {
  height: 59px;
  min-height: auto;
  margin-bottom: 0;
  background-color: transparent;
  border: none;
}
header .navbar-header {
  height: inherit;
}
header .navbar-brand {
  height: 59px;
  padding: 0;
}
header .navbar-default .navbar-nav {
  padding-top: 20px;
  float: right;
}
header .navbar-default .navbar-nav li a {
  display: block;
  padding: 0 7px;
  font-size: 0.9rem;
  color: #ffffff;
  font-weight: 300;
}
header .navbar-default .navbar-nav li a:hover,
header .navbar-default .navbar-nav li a:focus {
  color: #ffffff;
  font-weight: 500;
  text-decoration: none;
}
header .navbar-default .navbar-nav .sub-menu {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0 10px;
  margin-top: 41px;
  display: none;
}
header .navbar-default .navbar-nav .sub-menu a {
  padding: 7px 0;
  white-space: nowrap;
}
header .navbar-toggle.hamburger_icon {
  height: 25px;
  width: 30px;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
  border: 0;
}
header .navbar-toggle.hamburger_icon:hover,
header .navbar-toggle.hamburger_icon:focus {
  background-color: transparent;
}
header .navbar-toggle.hamburger_icon .icon-bar {
  height: 2px;
  width: 30px;
  position: absolute;
}
header .navbar-toggle.hamburger_icon .icon-bar + .icon-bar {
  margin: 0;
}
header .navbar-toggle.hamburger_icon .icon-bar.first_line {
  top: 0;
}
header .navbar-toggle.hamburger_icon .icon-bar.second_line_c,
header .navbar-toggle.hamburger_icon .icon-bar.second_line_uc {
  top: 11px;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
header .navbar-toggle.hamburger_icon .icon-bar.third_line {
  bottom: 0;
}
/* footer */
footer {
  width: 100%;
  color: #ffffff;
}
footer .align-center {
  text-align: center;
}
footer .container_light {
  width: 100%;
  padding: 20px 22px;
  background-color: #707070;
}
footer .container_light .footer_logo {
  margin-top: 38px;
  display: block;
  line-height: 0;
}
footer .container_light #footer_nav {
  text-transform: uppercase;
  column-count: 3;
}
footer .container_light #footer_nav li {
  padding: 10px 0;
  line-height: 1;
}
footer .container_light #footer_nav li a:visited,
footer .container_light #footer_nav li a:hover,
footer .container_light #footer_nav li a:active {
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
}
footer .container_middle-light {
  width: 100%;
  padding: 20px 22px 12px;
  background-color: #555555;
  text-align: center;
}
footer .container_middle-light img {
  max-height: 50px;
}
footer small {
  font-size: 0.8rem;
  vertical-align: middle;
}
footer .social {
  vertical-align: top;
  padding: 10px 0;
}
footer .social li {
  display: inline-block;
  vertical-align: top;
}
footer .social a {
  height: 30px;
  display: block;
}
footer .container_dark {
  width: 100%;
  padding: 22px;
  background-color: #333;
}
footer .container_dark small {
  font-size: 0.6rem;
  display: inline-block;
  vertical-align: top;
}
footer .container_dark .span {
  width: 25%;
  float: left;
  font-size: 0.85rem;
}
footer .container_dark .span br {
  display: none;
}
footer .container_dark .phone_info a {
  color: #ffffff;
}
footer .container_dark .social {
  width: 100%;
}
/* loader */
.loader {
  height: 120px;
  width: 120px;
}
.loader img {
  height: 60px;
  width: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: 0.8;
}
.loader .circle {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #cdcdcd;
  border-radius: 50%;
  -webkit-animation: loading 2s ease-out infinite;
  -moz-animation: loading 2s ease-out infinite;
  -o-animation: loading 2s ease-out infinite;
  animation: loading 2s ease-out infinite;
}
/* pages */
.carousel {
  height: 100%;
  width: 100%;
  position: relative;
  background: #ffffff;
  /* controls */
}
.carousel .carousel-inner {
  height: 100%;
}
.carousel .item,
.carousel .item .container_video {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.carousel .item img,
.carousel .item video {
  min-height: 100%;
  width: 100%;
  object-fit: cover;
}
.carousel .item .social_share a {
  height: 30px;
  display: block;
}
.carousel .carousel-caption {
  width: 100%;
  top: auto;
  bottom: 30px;
  left: 0;
  padding: 0 22px;
  font-weight: 100;
}
.carousel .carousel-caption h2 {
  margin-bottom: 10px;
}
.carousel .carousel-caption h3 {
  height: 30px;
  font-size: 1.7rem;
}
.carousel .carousel-caption.left {
  text-align: left;
}
.carousel .carousel-caption.right {
  text-align: right;
}
.carousel .carousel-caption.light * {
  color: #ffffff;
}
.carousel .carousel-caption.dark * {
  color: #000000;
}
.carousel .carousel-caption:hover {
  text-decoration: none;
}
.carousel .loader {
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -60px 0 0 -60px;
}
.carousel .loader .circle {
  border-top-color: #ffffff;
  border-left-color: #ffffff;
}
.carousel .carousel-control {
  width: 35px;
  top: 50%;
  margin-top: -33px;
  bottom: auto;
  background: none;
  opacity: 1;
}
.carousel .carousel-control.right {
  right: 22px;
}
.carousel .carousel-control.left {
  left: 22px;
}
.main {
  background-color: #ffffff;
  padding: 50px 0;
  overflow-x: hidden;
}
.section_image {
  height: 75%;
  width: 100%;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.section_image .caption {
  position: absolute;
  left: 0;
  bottom: 10px;
  color: #ffffff;
}
.section_image_ornamental {
  max-width: 0;
  padding: 0;
  float: left;
}
.section_image_ornamental.right_ornamental {
  transform: translateX(66.66vw);
}
.section_image_ornamental img {
  max-width: 33.33vw;
}
/* show more info */
.container_more_text {
  margin-top: 15px;
}
.show_more_text {
  color: #5F6E37;
  text-align: underline;
  margin-top: 15px;
  display: none;
}
/* scroll to form (bottom page) */
.scroll_to_form {
  margin-top: 15px;
  font-weight: 300;
}
.scroll_to_form a {
  color: #5F6E37;
  font-weight: 500;
}
/* PAGE MULTIBLOCKPLUS */
.page-template-page-multiblockplus .main .container_fluid.box {
  height: 700px;
}
.page-template-page-multiblockplus .main .container_fluid.last {
  margin-bottom: -50px;
}
.page-template-page-multiblockplus.floriade-2022 .box p {
  font-weight: 300;
}
.box {
  /*&.row1 {margin-top: 22px;}*/
}
.box:last-child {
  margin-bottom: 0;
}
.box a {
  color: #000000;
  font-weight: 500;
}
.box h3 {
  font-size: 1.2rem;
  margin-bottom: 20px;
  font-weight: 500;
}
.box ul {
  list-style-type: circle;
  margin-left: 17px;
}
.box ol {
  list-style-type: decimal;
  list-style-position: inside;
  padding-left: 19px;
  text-indent: -16px;
}
.box .only_image {
  height: 100%;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.box.section-no-padding {
  margin-bottom: 5px;
}
.box.title-no-padding h3 {
  margin-bottom: 0 !important;
}
.box iframe {
  max-width: 100%;
}
/* hover on image */
.animate_a {
  position: relative;
  display: block;
  overflow: hidden;
  line-height: 0;
  text-align: center;
}
.animate_a img {
  -webkit-transition: all 0.75s ease-in-out;
  -moz-transition: all 0.75s ease-in-out;
  -ms-transition: all 0.75s ease-in-out;
  -o-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
}
.animate_a .hover_info {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(95, 110, 55, 0.6);
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: all 0.75s ease-in-out;
  -moz-transition: all 0.75s ease-in-out;
  -ms-transition: all 0.75s ease-in-out;
  -o-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
  opacity: 0;
}
.animate_a .hover_info .data {
  width: 100%;
  padding: 0 30px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: normal;
  font-size: 1rem;
  color: #ffffff;
}
.animate_a .hover_info .data * {
  font-weight: 500;
  color: #ffffff;
}
.animate_a:hover {
  text-decoration: none;
}
.animate_a:hover > .hover_info {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.animate_a:hover > img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
/* colorbox */
#cboxOverlay {
  background: rgba(0, 0, 0, 0.9);
}
#colorbox,
#cboxOverlay,
#cboxWrapper {
  overflow: visible;
}
#cboxLoadedContent {
  background: transparent;
}
#cboxContent {
  margin: 0;
  background: transparent;
}
#cboxClose {
  width: 30px;
  height: 30px;
  top: -45px;
  background: transparent;
  color: #ffffff;
  text-indent: 0;
  font-size: 30px;
  text-align: right;
}
#cboxClose:focus {
  outline: none;
}
.cboxIframe,
.cboxPhoto {
  background: #000;
  border: none;
}
#cboxTitle {
  width: 100%;
  top: auto;
  bottom: -45px;
  text-align: left;
  color: #ffffff;
}
.title_video {
  display: inline-block;
  line-height: 30px;
}
.social_video,
.social_instagram {
  float: right;
  display: inline-block;
  cursor: pointer;
}
.social_video img:hover,
.social_instagram img:hover {
  opacity: 0.7;
}
.colorbox_logo {
  top: 30px;
  left: 50%;
  margin-left: -147px;
}
.clear {
  clear: left;
}
/* HOMEPAGE */
body.home {
  color: #ffffff;
}
body.home footer {
  position: fixed;
  bottom: 15px;
  z-index: 100;
  /*img {
            &.logo-sgd {
                height: 90px;
            }
        }*/
}
body.home footer .logo-sgd {
  height: 30px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: bottom;
}
body.home footer .social {
  display: inline-block;
  vertical-align: bottom;
  padding: 0;
}
body.home #slide_homepage .carousel-caption {
  bottom: 50px;
}
body.home #slide_homepage .carousel-caption:hover {
  color: #ffffff;
}
/* ABOUT */
/*body.about h1,*/
body.about h1 {
  line-height: 1.7;
}
body.about h2 {
  font-size: 3rem;
  margin-bottom: 50px;
  line-height: 50px;
}
body.about .about_section,
body.about .team_section {
  margin-bottom: 50px;
}
body.about .team_section {
  padding: 50px 0;
  background-color: rgba(64, 72, 36, 0.1);
}
body.about .team_section .maintenance_team {
  margin-top: 40px;
}
body.about .team_section .member_team {
  margin-bottom: 20px;
}
body.about .team_section .member_team img {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.29);
}
body.about .team_section .member_team h3 {
  margin-bottom: 0;
  font-weight: 500;
}
body.about .team_section .member_team .role {
  color: #5F6E37;
  font-size: 2rem;
  font-weight: 100;
}
body.about .team_section h4 {
  margin-top: 20px;
  font-size: 2rem;
}
body.about .awards_section,
body.about .registrations_section {
  margin-bottom: 50px;
}
body.about .awards_section h2,
body.about .registrations_section h2 {
  margin-bottom: 20px;
}
body.about .awards_section li,
body.about .registrations_section li {
  margin-bottom: 20px;
}
body.about .awards_section li p,
body.about .registrations_section li p {
  margin: 0;
}
body.about .awards_section li a,
body.about .registrations_section li a {
  color: #5F6E37;
  text-decoration: underline;
}
body.about .kew_section h2 {
  margin-bottom: 20px;
}
/**/
/* DESIGN */
.process-in-garden-design .box h3 {
  font-family: Quickpen, cursive;
  line-height: 2;
  font-size: 2rem;
}
/* INTERNATIONAL */
.italy_section h2,
.process_section h2,
.maintenance_section h2 {
  font-size: 1.3rem;
  font-weight: 700;
}
/* GARDEN MASTERCLASS */
body.garden-masterclass .box p a,
.masterclass {
  display: inline-block;
  padding: 10px 20px;
  margin: 5px 0;
  border: 1px solid #5F6E37;
}
/* WORK PROCESS */
.process_line {
  margin: 0 0 30px 0;
}
/* PROJECTS */
body.page-template-page-projects .c-btn_filters {
  width: 100%;
  background: #ffffff;
  border: 1px solid #5F6E37;
  color: #5F6E37;
  font-size: 1.1rem;
}
body.page-template-page-projects .c-btn_filters:hover {
  background: #5F6E37;
  color: #ffffff;
  border-color: #5F6E37;
}
body.page-template-page-projects .c-btn_filters + hr {
  border-color: #5F6E37;
}
body.page-template-page-projects #c-projects-filters-list li {
  margin: 15px 0;
}
body.page-template-page-projects #c-projects-filters-list li a {
  width: 100%;
  display: block;
  color: #5F6E37;
}
body.page-template-page-projects #c-projects-filters-list li a:hover,
body.page-template-page-projects #c-projects-filters-list li a:focus {
  font-weight: 700;
  text-decoration: none;
}
body.page-template-page-projects #c-projects-filters-list li a.filter-active {
  font-weight: 700;
}
.projects_section .row_list {
  display: flex;
  flex-wrap: wrap;
}
/*.projects_section,
.videos_section {
    margin: 0 auto 50px;
}*/
/*.project_section h1 {line-height:70px;}*/
.project_section {
  margin-bottom: 50px;
}
/* SINGLE PROJECT */
#slide_project .carousel-caption {
  width: 80%;
}
#slide_project .carousel-caption * {
  color: #ffffff;
}
#slide_project .scroll_down {
  width: 67px;
  display: block;
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-left: -33px;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  z-index: 10;
}
#slide_project .scroll_down span {
  display: block;
  font-size: 0.6rem;
}
#slide_project .scroll_down img {
  opacity: 0.75;
}
#slide_project .scroll_down:hover > img {
  opacity: 1;
}
.single_project .main {
  height: 100%;
}
.all_project_button {
  display: block;
  margin-top: 50px;
  color: #5F6E37;
  text-decoration: underline;
}
.scroll_up {
  padding-top: 22px;
  text-align: center;
  cursor: pointer;
  background-color: #ffffff;
}
.scroll_up span {
  display: block;
  font-size: 0.6rem;
}
.social_share {
  right: 22px;
  bottom: 22px;
  position: absolute;
  cursor: pointer;
}
.social_share li {
  display: inline-block;
}
.video_single_project {
  margin-bottom: 22px;
  line-height: 0;
}
.video_single_project:hover {
  opacity: 0.7;
  text-decoration: none;
}
.video_single_project span {
  display: inline-block;
  margin: 0 0 22px 5px;
  font-size: 12px;
  color: #999;
  font-style: italic;
  line-height: 0;
}
.video_single_project a.prev_project_button,
.video_single_project a.next_project_button {
  display: block;
  margin-top: 22px;
  color: #000;
  font-weight: 500;
}
.single-project .odd,
.single-project .even {
  font-weight: 300;
  line-height: 26px;
}
.single-project .odd a,
.single-project .even a {
  color: #000000;
  font-weight: 500;
}
/* INSTAGRAM */
.container-ig-image-profile {
  height: 55px;
  width: 55px;
  display: inline-block;
  overflow: hidden;
  border-radius: 50%;
}
body.instagram .section_description {
  margin-bottom: 0;
}
body.instagram .main {
  margin-top: 107px;
}
/* PRESS PAGE */
.press_section .row_list {
  display: flex;
  flex-wrap: wrap;
}
/* PAGE CONTACT */
body.contact .section_image_ornamental img {
  max-width: 50vw;
}
/* contact form */
.contact_section h3 {
  margin-top: 30px;
}
.contact_section .description {
  margin-bottom: 30px;
}
.btn-green {
  padding: 10px;
  background: #5F6E37;
  border: 1px solid #5F6E37;
  border-radius: 22px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.29);
  color: #ffffff;
  font-size: 1rem;
}
.btn-green:hover {
  background: #ffffff;
  color: #5F6E37;
}
.contact_form .form-group,
.wpcf7-form .form-group {
  margin-bottom: 10px;
}
.contact_form .form-control,
.wpcf7-form .form-control {
  height: auto;
  margin-bottom: 10px;
  padding: 10px 20px;
  border: 1px solid #5F6E37;
  border-radius: 22px;
  color: #000000;
  font-size: 1rem;
  resize: none;
}
.contact_form .form-control:focus,
.wpcf7-form .form-control:focus {
  box-shadow: none;
}
.contact_form .wpcf7-form-control-wrap,
.wpcf7-form .wpcf7-form-control-wrap {
  margin: 5px 0 20px;
  display: block;
}
.contact_form .wpcf7-form-control-wrap .codedropz-upload-inner h3,
.wpcf7-form .wpcf7-form-control-wrap .codedropz-upload-inner h3,
.contact_form .wpcf7-form-control-wrap .codedropz-upload-inner .cd-upload-btn,
.wpcf7-form .wpcf7-form-control-wrap .codedropz-upload-inner .cd-upload-btn {
  color: #5F6E37;
}
.contact_form .wpcf7-form-control-wrap .dnd-upload-status .dnd-upload-details .name,
.wpcf7-form .wpcf7-form-control-wrap .dnd-upload-status .dnd-upload-details .name {
  color: #5F6E37;
}
.contact_form .wpcf7-form-control-wrap .dnd-upload-status .dnd-upload-details .dnd-progress-bar,
.wpcf7-form .wpcf7-form-control-wrap .dnd-upload-status .dnd-upload-details .dnd-progress-bar {
  background-color: #ffffff;
  border: 1px solid #5F6E37;
}
.contact_form .wpcf7-form-control-wrap .dnd-upload-status .dnd-upload-details .dnd-progress-bar span,
.wpcf7-form .wpcf7-form-control-wrap .dnd-upload-status .dnd-upload-details .dnd-progress-bar span {
  background-color: #5F6E37;
}
.contact_form .btn-green,
.wpcf7-form .btn-green {
  width: 150px;
  float: right;
}
.contact_form label.error,
.wpcf7-form label.error,
.contact_form span.wpcf7-not-valid-tip,
.wpcf7-form span.wpcf7-not-valid-tip {
  padding: 0 20px;
  font-weight: 300;
  color: #000000;
}
.contact_form .wpcf7-response-output,
.wpcf7-form .wpcf7-response-output {
  border-color: #000000 !important;
}
.contact_form.invalid .wpcf7-response-output,
.wpcf7-form.invalid .wpcf7-response-output,
.contact_form.unaccepted .wpcf7-response-output,
.wpcf7-form.unaccepted .wpcf7-response-output,
.contact_form.spam .wpcf7-response-output,
.wpcf7-form.spam .wpcf7-response-output {
  border-color: #EED266 !important;
}
.contact_form.failed .wpcf7-response-output,
.wpcf7-form.failed .wpcf7-response-output,
.contact_form.aborted .wpcf7-response-output,
.wpcf7-form.aborted .wpcf7-response-output {
  border-color: #6E342C !important;
}
.contact_form.sent .wpcf7-response-output,
.wpcf7-form.sent .wpcf7-response-output {
  border-color: #5F6E37 !important;
}
#responseModal .modal-header img {
  max-height: 59px;
}
#responseModal .loader {
  position: relative;
  margin: auto;
}
#responseModal .loader .circle {
  border-top-color: #5F6E37;
  border-left-color: #5F6E37;
}
#responseModal .message {
  display: none;
}
#responseModal .btn-green {
  min-width: 150px;
  margin-top: 15px;
}
.smla_info strong,
.smla_info span,
.smla_info a {
  display: block;
}
.smla_info .phones_info {
  margin: 15px 0;
}
.smla_info .mailto_link {
  color: #5F6E37;
  font-weight: 700;
}
/* RECAPTCHA */
.grecaptcha-badge {
  display: none;
}
/* CONTACTS PAGE */
.map {
  height: 300px;
  margin: 60px 0;
}
.social_contancts {
  margin-top: 15px;
}
.social_contancts a {
  display: block;
  color: #000000;
  line-height: 30px;
}
.social_contancts a img {
  vertical-align: middle;
  margin-right: 5px;
}
.social_contancts a:hover {
  text-decoration: underline;
}
/* COLLECT CONTACTS PAGE */
#collect_contacts_page > .container-fluid {
  min-height: 100%;
  background: url("img/collect_contacts_bg.jpg") no-repeat center center;
  background-size: cover;
}
#collect_contacts_page .container_form {
  margin-top: 20px;
  padding: 20px;
  margin-bottom: 50px;
  background-color: rgba(255, 255, 255, 0.75);
}
#collect_contacts_page #responde_message {
  margin-top: 20px;
  display: none;
}
#collect_contacts_page #collect_contacts_form {
  margin-top: 20px;
}
#collect_contacts_page #collect_contacts_form .form-group {
  margin-bottom: 20px;
}
#collect_contacts_page #collect_contacts_form label {
  width: 100%;
  margin-bottom: 5px;
  font-weight: 100;
}
#collect_contacts_page #collect_contacts_form .form-control {
  height: auto;
  border-radius: 0;
  padding: 10px;
  border: 1px solid #cdcdcd;
}
#collect_contacts_page #collect_contacts_form .form-control:focus {
  outline: #557630 solid 1px;
}
#collect_contacts_page #collect_contacts_form .btn {
  padding: 10px;
  width: 150px;
  border-radius: 0;
  border: 1px solid #557630;
  background: #557630;
  color: #ffffff;
}
#collect_contacts_page #collect_contacts_form .btn:hover {
  background: #ffffff;
  color: #557630;
}
#collect_contacts_page #collect_contacts_form footer {
  height: 35px;
  padding: 0;
  z-index: 1;
  position: fixed;
}
#collect_contacts_page #collect_contacts_form footer .copyright {
  margin: 0;
}
.single-address span.phone_info,
.single-address span.mail_info,
.single-address span.vat_info {
  margin: 20px 0 0;
  display: block;
  color: #000000;
}
.single-address span.mail_info {
  margin: 0;
}
.single-address span.mail_info a {
  color: #000000;
}
.contact_section .aside-logo {
  width: 250px;
  margin-bottom: 30px;
  display: block;
}
.border-col {
  border-right: 1px solid #5F6E37;
}
.border-col.col-border {
  border-right: none;
}
.no-big {
  display: none;
}
.yes-big {
  display: block;
}
.o-table-footer {
  margin: 0 auto 10px;
  width: 50%;
}
.o-table-footer td.o-border {
  border-right: 1px solid #ffffff;
}
@media only screen and (min-width: 768px) {
  .container {
    padding-right: 22px;
    padding-left: 22px;
  }
  .row {
    margin-right: -22px;
    margin-left: -22px;
  }
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-xs-1,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9 {
    padding-right: 22px;
    padding-left: 22px;
  }
  /* HOMEPAGE */
  body.home footer .col-xs-12 + .col-xs-12 {
    text-align: right;
  }
  /* ABOUT */
  .row.row_list {
    margin: 0 -11px;
  }
  .row.row_list .col-xs-12,
  .row.row_list .col-xs-6 {
    margin-bottom: 22px;
    padding: 0 11px;
  }
  /* WORK PROCESS and GARDEN MAINTENANCE */
  .box {
    margin-bottom: 22px;
  }
  .box .row {
    margin: 0 -11px;
  }
  .box .col-xs-12 {
    padding: 0 11px;
  }
  section.image2-text .col-sm-push-4 {
    left: inherit;
  }
  section.image-text2 .col-sm-pull-4 {
    right: inherit;
  }
  section.image2-text .col-sm-pull-8 {
    right: inherit;
  }
  section.image-text2 .col-sm-push-8 {
    left: inherit;
  }
  /* SINGLE PROJECT */
  .single-project .project-gm .animate_a {
    margin-top: 45px;
  }
}
@media only screen and (min-width: 992px) {
  /* PROJECTS */
  body.page-template-page-projects .c-btn_filters {
    display: none;
  }
  body.page-template-page-projects #c-projects-filters {
    display: block !important;
  }
  body.page-template-page-projects #c-projects-filters li {
    display: inline-block;
    margin: 0 7px;
    padding-right: 7px;
    position: relative;
  }
  body.page-template-page-projects #c-projects-filters li::after {
    content: '';
    height: 100%;
    width: 1px;
    display: block;
    background-color: #5F6E37;
    position: absolute;
    right: -7px;
    top: 0;
  }
  body.page-template-page-projects #c-projects-filters li:last-child::after {
    display: none;
  }
  /* PRESS PAGE */
  body.press .col-md-3 {
    width: 20%;
  }
}
@media only screen and (min-width: 1024px) {
  /* ABOUT PAGE */
  body.about .team_section .member_team h3 {
    display: inline-block;
  }
  body.about .team_section .member_team .role {
    padding-left: 10px;
  }
  body.about .team_section .member_team .role:before {
    content: "| ";
  }
  /* ABOUT & PROJECT PAGE */
  .container_more_text {
    height: auto !important;
    display: block !important;
  }
}
@media only screen and (min-width: 1411px) {
  header .navbar-default .navbar-nav {
    height: auto !important;
    display: block !important;
  }
  header .navbar-default .navbar-nav li {
    display: inline-block !important;
  }
}
@media only screen and (max-width: 1410px) {
  /* header */
  header .navbar-toggle.hamburger_icon {
    display: block !important;
  }
  header .navbar-default .navbar-nav {
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    padding: 190px 22px 0;
    margin: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0.5;
    z-index: -1;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    display: none;
  }
  header .navbar-default .navbar-nav li {
    float: none;
    text-align: center;
  }
  header .navbar-default .navbar-nav li a {
    display: block;
    padding: 20px 0;
    font-size: 2rem;
  }
  header .navbar-default .navbar-nav > li:last-child {
    padding-bottom: 50px;
  }
  header .navbar-default .navbar-nav .sub-menu {
    position: relative;
    background-color: transparent;
    padding: 0;
    margin-top: 0;
    margin-bottom: 10px;
    /*display: none;*/
  }
  header .navbar-default .navbar-nav .sub-menu a {
    font-size: 1.3rem;
  }
  header .navbar-default .navbar-nav.animateNavbar {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0.8;
  }
  header .navbar-default .navbar-nav.animateNavbar#black_nav {
    background-color: #000000;
    overflow-y: auto;
  }
}
@media only screen and (max-width: 1330px) {
  .container {
    width: 1170px;
  }
  /*footer .container_dark .span {
        width: auto;
        padding-right: 40px;
    }*/
}
@media only screen and (max-width: 1200px) {
  /* GENERAL */
  .container_fluid.box {
    height: 500px;
  }
  .container {
    width: 100%;
  }
}
@media only screen and (max-width: 1160px) {
  footer .container_dark .span {
    width: 50%;
  }
  footer .container_dark .span.span_phone,
  footer .container_dark .span.span_email {
    padding-bottom: 10px;
  }
  footer .container_dark .social {
    width: 100%;
  }
}
/* tablet landscape */
@media only screen and (max-width: 1024px) {
  .carousel .loader {
    display: none;
  }
  /* hover on image */
  .animate_a {
    overflow: visible;
  }
  .animate_a img {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .animate_a .hover_info {
    min-height: 70px;
    position: relative;
    margin-top: 10px;
    background-color: #ffffff;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1;
  }
  .animate_a .hover_info .data {
    position: relative;
    top: 0;
    padding: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    color: #000000;
  }
  .animate_a .hover_info .data * {
    color: #000000;
  }
  .animate_a:hover > .hover_info,
  .animate_a:hover > img {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  /* carousels */
  .carousel .item .container_video {
    display: none;
  }
  .hover_info .name_project {
    font-weight: 400;
  }
  .carousel .item video {
    display: none;
  }
  /* show more info */
  .show_more_text {
    display: block;
  }
  /* SINGLE PROJECT */
  #slide_project .carousel-caption {
    width: 100%;
  }
  .project_section h1 {
    line-height: 70px;
  }
  /* PRESS */
  .press_section .hover_info .data {
    font-size: 0.8rem;
  }
}
/* tablet portrait */
@media only screen and (max-width: 992px) {
  .o-table-footer {
    width: 80%;
  }
  h1 {
    font-size: 3rem;
    margin-bottom: 20px;
    line-height: 40px;
  }
  h2 {
    font-size: 2rem;
    margin-bottom: 20px;
    line-height: 30px;
  }
  .section_image_ornamental {
    display: none;
  }
  .description.section_description {
    margin-bottom: 20px;
  }
  /* footer */
  footer .container_light .footer_logo {
    margin-top: 0;
    margin-bottom: 22px;
  }
  footer .container_light #footer_nav {
    column-count: 2;
  }
  footer .container_dark .span,
  footer .container_dark .social,
  footer .container_dark small {
    font-size: 0.6rem;
    display: inline-block;
    vertical-align: top;
  }
  footer .container_dark .social a {
    margin: 0 7px;
  }
  /*.project_section h1 {line-height:50px;}*/
  /* pages */
  .touch-carousel .carousel-control {
    display: block !important;
  }
  .touch-carousel .carousel-caption {
    display: block !important;
  }
  .carousel-caption h2 {
    font-size: 3rem;
    line-height: 50px;
  }
  /* ABOUT */
  body.about .team_section .member_team img {
    margin-bottom: 10px;
  }
  /* single project */
  .social_share {
    display: none;
  }
  /* contact section */
  .smla_info {
    margin-bottom: 30px;
  }
  /*#indirizzo1 {
        margin: 0 0 60px;
    }*/
  .map {
    margin: 0 0 60px;
  }
  .social_contancts {
    margin: 0 0 30px;
  }
  .contact_section .aside-logo {
    display: inline-block;
    margin: 0 10px 30px;
  }
  /*img {
        &.logo-sgd {
            margin: 50px auto 30px;
            display: block;
        }
        &.logo-nvtl,
        &.logo-lirp {
                margin-bottom: 30px;
                display: block;
        }
    }*/
  .border-col {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .container_fluid.box {
    height: 350px;
  }
  .container_fluid .row.row_list {
    margin-left: 7px;
    margin-right: 7px;
  }
  .container_fluid .row.row_list .col-xs-12,
  .container_fluid .row.row_list .col-xs-6 {
    margin-bottom: 15px;
    padding: 0 7px;
  }
  /* header */
  header #black_menu {
    padding: 15px;
  }
  header .navbar {
    height: 46px;
  }
  header .navbar-brand img {
    width: 80%;
  }
  header .navbar-default .navbar-nav {
    padding-top: 100px;
  }
  header .navbar-default .navbar-nav li a {
    padding: 19px 0;
    font-size: 1.4rem;
  }
  /* footer */
  footer .container_light {
    padding: 15px;
  }
  footer .container_light #footer_nav {
    column-count: 1;
  }
  footer .container_dark {
    padding: 15px;
  }
  footer .container_dark .vat_info {
    display: block;
    margin-bottom: 10px;
  }
  body.home footer small {
    display: block;
    margin-bottom: 10px;
  }
  body.home #slide_homepage .carousel-caption {
    bottom: 100px;
  }
  /* pages */
  h1 {
    font-size: 2rem;
  }
  h2 {
    font-size: 1.3rem;
  }
  h3 {
    margin-bottom: 5px;
    font-size: 1.3rem;
  }
  .carousel-caption h2,
  .carousel-caption h3 {
    font-weight: 300;
  }
  .carousel-caption h2,
  .section_image .caption h1 {
    font-size: 2rem;
    line-height: 35px;
  }
  .carousel-caption h3,
  .section_image .caption h2 {
    font-size: 1.3rem;
  }
  .section_image .container {
    padding: 0;
  }
  .section_image .caption h1 {
    margin-bottom: 20px;
  }
  .carousel .carousel-caption {
    top: auto;
    bottom: 35px;
  }
  /* hover on image */
  .animate_a .hover_info {
    min-height: auto;
    margin-bottom: 35px;
  }
  .main {
    margin-bottom: 0;
  }
  .box {
    margin-bottom: 0px;
  }
  .container_fluid.box,
  .box .col-xs-12 > *:last-child {
    margin-bottom: 15px;
  }
  /* colorbox */
  #cboxTitle,
  .colorbox_logo {
    display: none !important;
  }
  #cboxClose {
    top: 10px;
    left: 20px;
    line-height: 0;
    text-align: left;
    z-index: 1000;
    display: block;
  }
  /* ABOUT */
  body.about h1,
  body.about h2,
  body.about .team_section h2,
  .team_section h2 {
    line-height: 40px;
    margin-bottom: 20px;
  }
  body.about h1 {
    font-size: 2rem;
  }
  body.about h2,
  .team_section h2 {
    font-size: 1.8rem;
  }
  body.about .team_section .member_team {
    margin-bottom: 15px;
  }
  body.about .team_section .member_team .role {
    font-size: 1.3rem;
  }
  .hover_info .name {
    font-size: 1.1rem;
  }
  /* SINGLE PROJECT PAGE */
  #slide_project .scroll_down {
    bottom: 5px;
    line-height: 0;
  }
  #slide_project .scroll_down span {
    display: none;
  }
  .project_section h1 {
    line-height: 40px;
  }
  /* GARDEN MASTERCLASS */
  body.garden-masterclass .box .animate_a {
    margin-bottom: 35px;
  }
  body.garden-masterclass .box .animate_a .hover_info {
    display: none;
  }
  /* INSTAGRAM */
  body.instagram .main {
    margin-top: 81px;
  }
  body.instagram .instagram_feed {
    margin-top: 0;
  }
  h2.title-city-address {
    font-size: 16px;
    color: #000000;
  }
  .border-col {
    border-right: none;
  }
  .no-small {
    display: none;
  }
  .yes-small {
    display: block;
  }
  .phone_info a {
    color: #000000;
  }
  /* CONTACT */
  .contact_section .aside-logo {
    display: block;
    margin: 0 auto 20px;
  }
}
