hr.space,
.text-1-google-plus,
.navigationLine,
.product-third .product-content .price, .product-second .product-content .price,
#top-category-panel,
.info-links,
#detail-social-network-buttons,
.fb-comments,
#container-like-bottom {
	display: none !important;
}



#bg {
	background: #024126;
	overflow-x: hidden;
}
.span-25,
.container {
	width: 100%;
}
.site-color {
	background: none;
}
.slider-wrapper {
	max-width: 1200px;
}
.content {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#container-header,
#articles-menu {
	background-color: #024126;
}
#articles-menu {
	width: auto !important;
}
#header {
	background: none;
	height: auto;
	display: flex;
	justify-content: space-evenly;
}
#header-opacity {
	display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}
#articles-menu ul li {
	background: #fff;
	margin: 0;
	padding: 0 10px;
	z-index: 2;
}
#articles-menu ul li.active {
	background-color: #f0f0f0;
}
#articles-menu ul li:hover {
	background: rgb(240, 240, 240);
}
#articles-menu > ul > li > a {
	font-size: 14px;
	text-transform: uppercase;
	color: #000;
}
#articles-menu > ul > li > a:hover {
	color: #333;
}
#articles-menu .submenu > li > a {
	color: #333;
}
#articles-menu > ul > li:hover > a, #articlesInButton .active-button .button-type-5 a, #articlesInButton li:hover, #articles-menu > ul > li.active > a {
	color: initial;
}
#articles-menu .submenu > li:hover > a, #articles-menu .submenu > li.active > a {
	color: #000;
}
#top-home {
	position: initial;
	height: 100%;
	width: auto;
}
.brand {
	padding: 20px;
	padding-bottom: 0;
	overflow: hidden;
	position: relative;
	z-index: 2;
}
.brand img {
	position: relative;
	top: 20px;
	transition: 1s ease;
}
.brand img:hover {
	transform: rotate(10deg);
    transform-origin: bottom;
}
#articles-menu ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.theme-default .nivoSlider {
	box-shadow: none !important;
	background: none !important;
}
#catalog-products-index {
	background: #f2e8df;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	position: relative;
	margin: 130px 0;
	padding: 60px 0;
}
#catalog-products-index::before {
	content: url(images/top-bg.png);
	position: absolute;
	top: -150px;
}
#catalog-products-index::after {
	content: url(images/bottom-bg.png);
	position: absolute;
	bottom: -159px;
}
#catalog-products-index .info-art-img::after {
	content: url(images/tree-big.png);
	position: absolute;
	top: -40%;
	right: -360px;
}
.info-articles * {
	font-family: Lora, Arial, serif !important;
}
.info-articles {
	max-width: 1200px;
	position: relative;
	padding: 20px;
	box-sizing: border-box;
}
.info-articles p.quote {
	font-size: 36px;
	font-style: italic;
	font-weight: bold;
	line-height: 40px;
	max-width: 600px;
	padding: 0;
	margin: 20px auto;
}
.info-art-img {
	display: flex;
	align-items: center;
	flex-direction: row;
	margin: 20px 0;
	position: relative;
}
.info-art-img img {
	width: 100%;
	object-fit: cover;
	padding: 20px;
	box-sizing: border-box;
	max-width: 500px;
}
.info-art-img p {
	font-size: 18px;
    text-align: left;
    color: #000;
}
.info-art-img p a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#img-catalog {
	max-width: 1200px;
	z-index: 2;
}
#container-newsletter {
	background: #024126;
	height: auto;
	padding: 40px 0;
	box-sizing: border-box;
}
#container-newsletter p {
	margin: 0;
	margin-bottom: 15px;
}
.img-catalog-block {
    width: 30%;
    height: 300px;
    margin: 25px 15px;
	position: relative;
}
.img-catalog-block .img-catalog-image-link {
    position: relative;
    width: 100%;
    height: 100%;
	display: flex;
    align-items: center;
    justify-content: center;
}
.img-catalog-block .img-catalog-image-link img {
    height: auto;
    max-width: 100%;
    position: relative;
}
.img-catalog-block p {
	width: 100%;
    display: flex;
	flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    margin: 0;
    position: absolute;
    top: 260px;
	transition: .3s ease;
	padding: 10px 0;

}
.img-catalog-block p a {
	font-size: 24px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	/*padding: 0 60px;*/
	box-sizing: border-box;
	line-height: 26px;
}
.img-catalog-block p span {
	font-size: 14px;
	color: #fff;
	padding: 0 20px;
	box-sizing: border-box;
	padding-top: 7px;
}
.img-catalog-block:hover p {
	background: #f2e8df;
	top: 220px;
}
.img-catalog-block:hover p a,
.img-catalog-block:hover p span {
	color: #333;
}



/** TREES ANIMATION **/

.foreground{
	background: transparent;
	height: 100%;
	width: 100%;
	position: relative;
	left: 0px;
	pointer-events:none;
	z-index: 0;
  }

  /*-- trees mid --*/
  ul.trees2{
	position: absolute;
	bottom: 0;
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align:center;
	-webkit-filter:blur(3px);
	opacity: .5;
  }
  ul.trees2 li{
	width: 0px;
  display: block;
  height: auto;
  position:absolute;
  bottom:-50px;
  transform-origin: bottom;
  animation: wind 10s ease-in-out infinite;
}
  @keyframes wind { 50% {transform: rotate(5deg);}}

  ul.trees2 li:nth-child(1) {left: -82px;bottom: 10px;}
  ul.trees2 li:nth-child(2) {left: -10px;}
  ul.trees2 li:nth-child(3) {left: 40px;bottom: -80px;}
  ul.trees2 li:nth-child(4) {left: 90px;bottom: -100px;}
  ul.trees2 li:nth-child(5) {left: 120px;bottom: -50px;}
  ul.trees2 li:nth-child(6) {left: 190px;bottom: -120px;}
  ul.trees2 li:nth-child(7) {left: 270px;bottom: -150px;}
  ul.trees2 li:nth-child(8) {left: 320px;bottom: -180px;}
  ul.trees2 li:nth-child(9) {right: 190px;}
  ul.trees2 li:nth-child(10) {right: 250px;bottom: -80px;}
  ul.trees2 li:nth-child(11) {right: 294px;bottom: -80px;}
  ul.trees2 li:nth-child(12) {right: 360px;bottom: -140px;}
  ul.trees2 li:nth-child(13) {right: 431px;bottom: -110px;}
  ul.trees2 li:nth-child(14) {right: 220px;bottom: -120px;}
  ul.trees2 li:nth-child(15) {right: 270px;bottom: -180px;}
  ul.trees2 li:nth-child(16) {right: 340px;bottom: -210px;}

  /*-- trees front --*/
  ul.trees1{
	position: absolute;
	bottom: -50px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align:center;
	-webkit-filter:blur(2px);
	opacity: .7;
  }
  ul.trees1 li{
	width: 0px;
  display: block;
  height: auto;
  position:absolute;
  bottom:-50px;
  transform-origin: bottom;
  animation: windys 20s ease-in-out infinite;
  animation-delay: 3.5s;
  }
  @keyframes windys {
	25% {transform: rotate(-5deg);}
	50% {transform: rotate(5deg);}

  }

  ul.trees1 li:nth-child(1) {left: -82px;bottom: 10px;}
  ul.trees1 li:nth-child(2) {left: -10px;}
  ul.trees1 li:nth-child(3) {left: 40px;bottom: -80px;}
  ul.trees1 li:nth-child(4) {left: 90px;bottom: -100px;}
  ul.trees1 li:nth-child(5) {left: 120px;bottom: -50px;}
  ul.trees1 li:nth-child(6) {left: 190px;bottom: -120px;}
  ul.trees1 li:nth-child(7) {left: 270px;bottom: -150px;}
  ul.trees1 li:nth-child(8) {left: 320px;bottom: -180px;}
  ul.trees1 li:nth-child(9) {right: -80px;}
  ul.trees1 li:nth-child(10) {right: 0px;bottom: 30px;}
  ul.trees1 li:nth-child(11) {right: 94px;bottom: -100px;}
  ul.trees1 li:nth-child(12) {right: 150px;bottom: -50px;}
  ul.trees1 li:nth-child(13) {right: 211px;bottom: -190px;}
  ul.trees1 li:nth-child(14) {right: 240px;bottom: -150px;}
  ul.trees1 li:nth-child(15) {right: 302px;bottom: -240px;}
  ul.trees1 li:nth-child(16) {right: 340px;bottom: -210px;}

  /*-- trees back --*/
  ul.trees3 {
  position: absolute;
  bottom: 0;
  margin: 0px;
  padding: 0px;
  width: 100%;
  text-align: center;
  -webkit-filter: blur(2px);
  left: 0;
  opacity: .4;
  }
  ul.trees3 li {
  width: 0px;
  display: block;
  height: auto;
  position: absolute;
  bottom: -50px;
  animation: windy 10s ease-in-out infinite;
  animation-delay: 1.5s;
  transform-origin: bottom;
  }
  @keyframes windy { 50% {transform: rotate(7deg);}}
  ul.trees3 li::before {
	  content: url(images/tree-s.png);
  }
  ul.trees2 li::before {
	content: url(images/tree-s.png);
}
ul.trees1 li::before {
	content: url(images/tree-s.png);
}

  ul.trees3 li:nth-child(1) {left: -122px;bottom: 10px;}
  ul.trees3 li:nth-child(2) {left: -19px;bottom: -23px;}
  ul.trees3 li:nth-child(3) {left: 66px;bottom: -60px;}
  ul.trees3 li:nth-child(4) {left: 90px;bottom: -100px;}
  ul.trees3 li:nth-child(5) {left: 120px;bottom: -90px;}
  ul.trees3 li:nth-child(6) {left: 153px;bottom: -110px;}
  ul.trees3 li:nth-child(7) {left: 191px;bottom: -139px;}
  ul.trees3 li:nth-child(8) {left: 253px;bottom: -180px;}
  ul.trees3 li:nth-child(9) {right: 253px;bottom: 30px;}
  ul.trees3 li:nth-child(10) {right: 114px;bottom: 20px;}
  ul.trees3 li:nth-child(11) {right: 215px;bottom: -20px;}
  ul.trees3 li:nth-child(12) {right: 302px;bottom: -50px;}
  ul.trees3 li:nth-child(13) {right: 348px;bottom: -80px;}
  ul.trees3 li:nth-child(14) {right: 394px;bottom: -91px;}
  ul.trees3 li:nth-child(15) {right: 455px;bottom: -132px;}
  ul.trees3 li:nth-child(16) {right: 510px;bottom: -150px;}

  @media screen and (min-height: 0px) and (max-height: 600px) {
	ul.trees1 {bottom: -270px;}
	ul.trees2 {bottom: -170px;}
	ul.trees3 {bottom: -300px;}
  }

/** trees **/

#trees img:first-child {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	transition: 1s ease;
}
#trees img:hover:first-child {
	transform: translate3d(-10px, -10px, 0px);
}
#trees img:nth-child(2) {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	transition: 1s ease;
}
#trees img:hover:nth-child(2) {
	transform: translate3d(10px, -10px, 0px);
}
#trees img:nth-child(3) {
	position: absolute;
	top: 15%;
	right: -90px;
	z-index: 1;
	transform-origin: bottom left;
}
#trees img:nth-child(4) {
	position: absolute;
	top: 15%;
	left: 0px;
	z-index: 1;
	transform-origin: bottom left;
}
#index-catalog-header {
	background: none;
	margin-top: 40px;
}
#index-catalog-header::before  {
	content: 'Obľúbené';
	width: 100%;
	display: flex;
    position: relative;
    justify-content: center;
    font-size: 26px;
    font-weight: bold;
    text-transform: uppercase;
    color: #333;
	letter-spacing: 1px;
}
#container-footer {
	background: #f2e8df;
	position: relative;
	overflow: visible;
	margin-top: 100px;
}
#container-footer::before {
	content: url(images/top-bg.png);
    position: absolute;
    top: -150px;
}
.group-title {
	color: #333;
}
#footer .group-link:hover,
#footer .group-link {
	color: #444;
}
#mediahelp .text-2-copyright {
	margin: 0;
}
#footer {
	display: flex;
	justify-content: center;
	margin: 0;
}
#info-articles {
	display: flex;
	justify-content: space-evenly;
	max-width: 1200px;
	flex-wrap: wrap;
    flex-direction: row-reverse;
}
#info-articles .span-6 {
	margin: 0;
	width: auto;
}
#info-articles #mediahelp {
	border-top: 1px solid #ccc8c5;
    padding: 40px 0 10px 0;
	width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
	order: 3;
	margin: 40px 0;
}
#mediahelp .text-1-phone, #mediahelp .text-1-phone a,
#mediahelp .text-1-phone, #mediahelp .text-1-phone a,
#mediahelp .text-1-email, #mediahelp .text-1-email a, #mediahelp .text-1-google-plus, #mediahelp .text-1-google-plus a {
	color: #333;
}
#mediahelp .text-2-advertisment-1,
#mediahelp .text-2-copyright {
	width: 100%;
	text-align: center;
	margin: 5px 0;
}
#mediahelp img {
	margin: 0;
}
#category-products {
	background: #f2e8df;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    margin: 130px 0;
	z-index: 2;
}
#category-products::before {
    content: url(images/top-bg.png);
    position: absolute;
    top: -150px;
}
#category-products::after {
    content: url(images/bottom-bg.png);
    position: absolute;
    bottom: -159px;
}
#container-navigation-top {
	max-width: 1100px;
    margin: 0 auto !important;
    float: none;
}
ul.navigation li a,
#navigation #home,
#article-navigation #home {
	color: #c4c4c4;
}
.product-third .product-content h4 a, .product-second .product-content h4 a, .product-third .product-content h3 a, .product-second .product-content h3 a, .product-third .product-content h2 a, .product-second .product-content h2 a, .product-third .product-content .product-content-title a {
	font-size: 28px;
	color: #333;
	text-transform: uppercase;
	line-height: 32px;
}
.product-third, .product-second {
	z-index: 2;
	border: 1px solid #c2c2c2;
	background: #f2e8df;
	padding: 40px;
	margin-top: -1px;
    margin-right: -1px;
}
#CategoryName H1 {
	font-size: 26px;
    font-weight: bold;
    text-transform: uppercase;
    color: #333;
	letter-spacing: 1px;
}
.product-third .product-images img, .product-second .product-images img {
	max-width: 100%;
}
.product-third:hover .product-images img, .product-second:hover .product-images img {
	transform: translate(0, -10px);
	transition: .3s ease;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.catalog-block {
	display: flex;
    justify-content: center;
	flex-wrap: wrap;
}
#detail {
	background: #f2e8df;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    margin: 130px 0;
	z-index: 2;
	padding: 60px 0;
}
#detail::before {
    content: url(images/top-bg.png);
    position: absolute;
    top: -150px;
}
#detail::after {
    content: url(images/bottom-bg.png);
    position: absolute;
    bottom: -159px;
}
.wrap-product {
	display: flex;
	justify-content: center;
	max-width: 1200px;
}
#detail .other-photo img {
	margin: 5px;
	border: 1px solid #c2c2c2;
}
#detail #gallery {
	width: 50%;
	padding: 0;
}
#product-detail {
	width: 50%;
	padding: 40px;
	box-sizing: border-box;
	margin: 0;
}
#product-detail h1 {
	font-size: 36px;
    font-style: italic;
    font-weight: bold;
    line-height: 40px;
	color: #333;
}
#detail #description h2 {
	font-size: 32px;
    font-style: italic;
    font-weight: bold;
    line-height: 40px;
	color: #444;
}
#product-detail #description p {
	color: #444;
	font-size: 15px;
}
.block-1 * {
	font-family: Lora, Arial, serif !important;
}
.block-1 {
	background: #f2e8df;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    margin: 130px 0;
	z-index: 2;
	padding: 60px 0;
	width: 100%;
}
.block-1::before {
    content: url(images/top-bg.png);
    position: absolute;
    top: -150px;
}
.block-1::after {
    content: url(images/bottom-bg.png);
    position: absolute;
    bottom: -159px;
}
.block-1 > div {
	max-width: 1200px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.gallery .gallery_item {
	margin: 10px;
}
#gallery-photo {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.gallery h2 {
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	color: #333;
	font-size: 36px;
}
.gallery .back {
	width: 100%;
}
.icon-type-phone {
	background: none;
	width: auto;
	height: auto;
}
.icon-type-phone::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f3cd";
	font-size: 22px;
}
.icon-type-email {
	background: none;
	width: auto;
	height: auto;
}
.icon-type-email::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f0e0";
	font-size: 22px;
}
.text-1-phone,
.text-1-email {
	display: flex;
	align-items: center;
}

@media screen and (max-width: 1200px) {

	.block-1 > div {
		max-width: 92%;
		padding: 0 4% 0 4%;
	}

}

@media screen and (max-width: 600px) {

	.wrap-product {

		display: block;

		max-width: 100%;

	}

	#detail #gallery {

		width: 100%;

	}

}
