@font-face{
	font-family:'Ubuntu';
	src: url('../fonts/ubuntu-regular.woff2') format('woff2'),
	     url('../fonts/ubuntu-regular.woff') format('woff');
	font-weight:normal;
	font-style:normal;
}
@font-face{
	font-family:'Ubuntu Light';
	src: url('../fonts/ubuntu-light.woff2') format('woff2'),
	     url('../fonts/ubuntu-light.woff') format('woff');
	font-weight:normal;
	font-style:normal;
}
@font-face{
	font-family:'Magnolia Script';
	src: url('../fonts/magnolia-script.woff2') format('woff2'),
	     url('../fonts/magnolia-script.woff') format('woff');
	font-weight:normal;
	font-style:normal;
}
*,
*::before,
*::after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: 'Ubuntu Light', Arial, Helvetica, sans-serif;
	font-size:18px;
    font-weight: normal;
	letter-spacing: 0.5px;
	display: flex;
    flex-direction: column;
    height: 100vh;
}

img {
    max-width: 100%;
    height: auto;
    border: 0;
	vertical-align: middle;
}
a, a:hover {  color:#cc9900; }
h1 {
	color:#cc9900;
	font-size:2em;
	font-family: "Magnolia Script", Arial, Helvetica, sans-serif;
	margin-top:15px;
	margin-bottom:1em;
	text-align:center;
}
h2 {
	color:#cc9900;
	font-size:1.5em;
	font-family: "Magnolia Script", Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding-bottom:10px;
	margin-top:15px;
	text-align:center;
}
h3 {
	color:#cc9900;
	font-size:1.3em;
	font-family: "Magnolia Script", Arial, Helvetica, sans-serif;
	padding-bottom:0;
	margin-top:15px;
	text-align:center;
}
.block-link { display:block; width:100%; height:100%; }
.heading { 
    background:none;
	padding-left:0;
	margin:.5em 0;
}
.white { background-color:#fff; }
.text-green { color: #339900; }
.text-red { color: #c30101; }
.py-6 { padding-top:4rem; padding-bottom:4rem; }
.py-7 { padding-top:5rem; padding-bottom:5rem; }
.py-8 { padding-top:6rem; padding-bottom:6rem; }
.wrap {
  flex: 1 0 auto;
}
.button {
	display:inline-block;
	padding:10px 30px 10px 30px;
	margin-bottom:5px;
	border:3px solid #8cc63f;
	border-radius:30px;
	padding:8px 50px;
	background-color:#009900;
	color:#fff;
	text-decoration:none!important;
	text-align:center;
}
.button a {
	text-decoration:none!important;
}
.button:hover { color:#fff!important; background-color:#8cc63f; }
#active_lang {
    display: none;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.form-input { 
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
/* bootstrap changes */
textarea:focus, 
textarea.form-control:focus, 
input.form-control:focus, 
input[type=text]:focus, 
input[type=password]:focus, 
input[type=email]:focus, 
input[type=number]:focus, 
[type=text].form-control:focus, 
[type=password].form-control:focus, 
[type=email].form-control:focus, 
[type=tel].form-control:focus, 
[contenteditable].form-control:focus {
  box-shadow: inset 0 -1px 0 #ddd;
  border-color: #d6c3b0;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-item { padding: .50rem 1.5rem; }
.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
}

.dropdown-submenu a::after {
  transform: rotate(-90deg);
}
/*Plus minus buttons */
.input-group input[type='button'] {
  background-color: #eeeeee;
  min-width: 43px;
  width: auto;
  transition: all 300ms ease;
}

.input-group .button-minus,
.input-group .button-plus {
  font-weight: bold;
  height: 43px;
  padding: 0;
  width: 43px;
  border: 1px solid #E1E1E1;
}

.input-group .quantity-field {
  position: relative;
  height: 43px;
  text-align: center;
  width: 62px;
  display: inline-block;
  border-radius:0;
  font-size: 13px;
  margin: 0 0 5px;
  resize: vertical;
}

.button-plus {
  left: -13px;
}
input[type='number'] {
    -moz-appearance:textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
/*--*/
.contact-form-btn {
    background: #d6c3b0;
    color: #ffffff;
    font-weight: normal;
    text-transform: uppercase;
    padding: 8px 28px;
    border: 0px solid #ffffff;
    border-radius: 6px;
    display: inline-block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.contact-form-btn:hover {
    background: #513224;
    color: #ffffff;
}
.breadcrumb { 
   background-color:transparent;
   font-size:.8rem;
   padding: .75rem 0;
}
.breadcrumb a {
	color:#6c757d;
}
.breadcrumb-item.active {
	color:#000;
}
/* Arrows */
.arrow {
  border: solid #000;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}

.arrow-right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.arrow-left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.arrow-up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.arrow-down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}


/* Header */
#header {
	width:100%;
}
#header a {
    color:#009900;
	text-decoration:none;
}

.header_title {
	color:#009900;
	font-size:2em;
	font-weight:bold;
	text-align:center;
	margin:3em 0 3em 0;
}
.header_title_2 {
	color:#fff;
	font-size:2em;
	font-weight:bold;
	text-align:center;
	margin:3em 0 4em 0;
}
.logo { padding-top:5px; text-align:center; }
.menu {
    font-size: 120%;
	font-family: 'Magnolia Script', Arial, Helvetica, sans-serif;
    color: #fff;
    padding:0;
	justify-content:center;
}
.menu a.nav-link {
    color: #fff;
}
.navbar-nav {
	justify-content: flex-end;
    width: 100%;
	align-items:center;
}
.navbar-nav .active .nav-link {
    color: #20150f;
}
.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,153,0, 5)' stroke-width='5' stroke-linecap='square' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-collapse {
   justify-content: center;
}
.custom-toggler.navbar-toggler {
    border: 0;
    outline: 0;
    border-radius: 0;
    justify-content: center;
	align-items:center;
}
#marker {
    $duration: .3s;
    position: absolute;
    display:none;
    border-bottom:1px solid #fff;
    height: 1px;
    -webkit-transition:width $duration, left $duration;
    -moz-transition:width $duration, left $duration;
    -ms-transition:width $duration, left $duration;
    -o-transition:width $duration, left $duration;
    transition:width $duration, left $duration;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
	background-color:rgba(255,255,255, 0.9);
	font-family: 'Ubuntu', sans-serif;
}
.dropdown-menu { border-radius:0; }
.dropdown-item.active, .dropdown-item:active {
	background-color:rgba(255,255,255, 0.1);
}
.dropdown-item:focus, .dropdown-item:hover { background-color:rgba(255,255,255, 0.1); }
.langs { text-decoration:none; margin-top:5px; }
#search_form {
    font-size: .8em;
    display: inline-block;
    height: 24px;
    line-height: 24px;
    border: none;
    background-color: rgba(255,255,255, .1);
	margin-top:8px;
    margin-bottom: 3px;
    margin-right: 0;
    border-radius: 0.25rem;
    padding-left: 8px;
	padding-right:5px;
    vertical-align: middle;
    color: #757575;
    outline: none;
}
#search_form input {
    font-size: 1em;
	font-family: 'Ubuntu', sans-serif;
    letter-spacing: 2px;
    display: inline-block;
    height: 24px;
    line-height: 24px;
    border: none;
	color:#fff;
	max-width: 165px;
    min-width: 165px;
    background-color: transparent;
}
#search_form input::placeholder { color:#e8edfb; }
#search_form input::-ms-input-placeholder { color:#e8edfb; }
#search_form .search-btn {
	float:right;
	width:24px;
	height:24px;
    color: white;
    border-radius: 0;
	border:0;
    cursor: pointer;
	background-image: url("../img/lupa.png");
	padding-right:10px;
	background-repeat:no-repeat;
	background-color: transparent;
}
/* Footer */
#footer {
	position: relative;
    bottom: 0;
    left: 0;
	flex-shrink: 0;
	background: url(../img/footer.svg) left top no-repeat;
    width: 100%;
	padding:5vw 0 0 0;
	margin-top:calc(2em + 50px);
    font-size: .8em;
	color:#FFF;
	line-height:2.5em;
}
.footer-content { 
    background: url(../img/footer_left_flower.svg) 5% 30% no-repeat, url(../img/footer_right_flower.svg) 95% top no-repeat;
	background-size:200px;
	background-color:#009900;
	padding-top:100px;
	}
#footer h2, #footer h3 { color:#fff; }
#footer a { color:#FFF; }
#footer ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
#footer ul li { line-height:3em; }
#footer div { width: 100%; }
#footer .copyright {
	min-height:38px;
	line-height:3em;
	font-size:.8em;
	margin-top:30px;
}
.footer_social_icons img {
	margin-right:30px;
}
.footer_list li { padding-left:3.2rem; }
#footer .footer_list li span { padding-left:5px; padding-top:5px; line-height:1rem; vertical-align:top; display: inline-block; }
/* Homepage */
.home-intro { background: url(../img/aloe.png) top right no-repeat;}
.home-products {
	background: url(../img/treva1.png) top left no-repeat, url(../img/treva2.png) bottom right no-repeat;
    background-color:#e5f7d0;
    padding: 3rem;	
}
.home-products h2 {font-size:2.2em;}
.home_box {
	display:inline-block;
	margin:10px;
	padding:2.5vw;
	border:1px solid #009900;
	border-radius:50%;
	max-width:480px;
	max-height:480px;
	min-width:280px;
	min-height:280px;
	aspect-ratio: 1 / 1;
	text-align:center;
	transition: all .3s linear 0s;
}
.home_box img { max-width:100%; height:auto; padding-top:10px; }
.home_box_ochre {
	border:1px solid #cc9900;
}
.home_box_ochre .home_box_title { color:#cc9900!important; } 
.home_box_title { 
   position:relative;
   display:inline-block;
   width:100%;
   font-family: 'Magnolia Script', sans-serif;
   padding:2rem;
   color:#009900!important;
   font-size:2.5rem;
   line-height:3rem;
   text-align:center;
}
.home_box:hover { transform:scale(1.05); }
.home_baner {
	color:#fff;
	padding:5em 0 5em 0;
	background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(242,162,0,1) 100%), url(../img/sunflowers.jpg) top left no-repeat; 
	background-size:cover;
}
.home_baner h2 { color:#fff; }
.home-products .card { padding:2rem; background-color:transparent; border:none; }
.home-products .card img { border:1px solid #cc9900; border-radius:500px; }
#slider {
  position: relative;
  float: left;
  width: 100%;
  font-family: 'Magnolia Script', sans-serif;
  margin: 0;
  border-radius: 4px;
}

#slider ul {
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
  width: 100%;
  list-style: none;
}
#slider ul li {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  background: #fff;
  text-align: center;
  line-height: 100%;
}
#slider .sliderheader {
  position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
	width:100%;
  font-size: 4vw;
  font-weight: 500;
  color: #cc9900;
  text-shadow: 6px 0 #fff, -6px 0 #fff, 0 6px #fff, 0 -6px #fff, 4px 4px #fff, -4px -4px #fff, 4px -4px #fff, -4px 4px #fff;
  text-align: center;
  line-height: 1.3em;
  padding: 10px 20px;
}
#slider .slidertext {
  position: absolute;
    left: 50%;
    top: 80%;
    transform: translate(-50%,-50%);
  font-size: 1em;
  color: #fff;
  font-family: 'Ubuntu', sans-serif;
  line-height: 1em;
  background-color:#009900;
  border:3px solid #8cc63f;
  border-radius:30px;
  padding: 15px 50px;
  text-align: center;
}
#slider .active {
  position: relative;
}
#slider a.control_prev,
#slider a.control_next {
  position: absolute;
  top: 40%;
  z-index: 999;
  display: block;
  padding: 4% 3%;
  width: auto;
  height: auto;
  background: none;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  opacity: 0.8;
  cursor: pointer;
}

#slider a.control_prev:hover,
#slider a.control_next:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
}

#slider a.control_prev {
  border-radius: 0 2px 2px 0;
}

#slider a.control_next {
  right: 0;
  border-radius: 2px 0 0 2px;
}

/* Pages */
#catalog-menu, #catalog-menu li ul  {
	list-style-type:none;
	padding-left:0;
}
#catalog-menu li ul li { padding-left:2rem; }
#catalog-menu>li>a { font-weight:bold; border-bottom:1px solid #eaeaea; }
#catalog-menu li { border-bottom:1px solid #eaeaea; }
#catalog-menu>li { border-bottom:none; } 	
#catalog-menu li a {
	display:inline-block;
	color:#333;
	width:100%;
	padding-top:8px;
	padding-bottom:5px;
}
#catalog-menu li a:hover { text-decoration:none; color:#009900; }
#catalog-menu li#active a { color:#009900; }
.photo {
	width:100%;
	position:relative;
}
.in_menu {
	position:absolute;
	left:0;
	top:0;
	padding:20px 30px;
	display: block;
    width: 50%;
    max-width: 300px;
    height: 100%;
	background: rgba(35,18,1,.5);
	color: #fff;
	font-size:1.2em;
}
.in_menu ul {
	list-style-type:none;
}
.in_menu ul li {
	margin:1.2em;
}
.in_menu a {
    color:#fff;
}
.in_menu a:hover {
	text-decoration:none;
	color:#d6c3b0;
}
.pagination {
    margin-top: 30px;
    justify-content: center;
}

.pagination a {
    padding: 16px 20px;
    color: #333;
}

.pagination a:hover {
    background-color: #333;
    color: #fff;
}

.pagination a.pageactive {
    color: #fff;
    background-color: #333;
}

.pagination a:focus {
    box-shadow: none;
}
/* News */
.news_box {
	background-color:#fff;
	padding:2% 5% 2% 5%;
	margin-bottom:20px;
}
.news_box_big {
	border: 1px solid #ccc;
	padding:3%;
	margin-bottom:50px;
}
.publish_date {
	font-size:.8em;
}
/* Products */
.product_title { font-family: 'Magnolia Script', sans-serif; font-size:1.5rem; color:#cc9900;}
.product_subtitle {font-family: 'Magnolia Script', sans-serif; font-size:1.2rem; color:#cc9900;}
.catalog_box {
	padding:10px;
	border:1px solid #009900;
	border-radius:500px 500px 0 0;
	color:#009900;
	margin-top:10px;
	height:100%;
}
.catalog_box a { color:#009900; }
.catalog_box>p { min-height:349px;  display: flex; align-items: center; border-radius:500px; overflow: hidden;}

.catalog_box  div {
	text-align:center;
	padding-top:5px;
}
.catalog_box:hover {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(189,189,189,1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(189,189,189,1);
    box-shadow: 0px 0px 5px 0px rgba(189,189,189,1);
}
.catalog_box h2 { font-family: 'Ubuntu', sans-serif; }
.important {
	font-size: 1.3em;
	font-weight: bold;
	padding:10px;
	color:#f7ad1d;
	border:3px solid #f7ad1d;
	margin:10px 0 10px 0;
}
.products_menu {
	background-color:#f5f4f4;
	list-style-type:none;
	padding:0;
	float: left;
	display:block;
}
.products_menu li {
	float: left;
	text-transform:uppercase;
	font-weight: bold;
	background-color:#f5f4f4;
}
.products_menu li a {
	display:block;
    padding:10px 10px 10px 10px;	
    text-decoration:none;
    border-bottom:1px solid #e1e1e1;
    text-align:center;	
}
.products_menu li a:hover, .products_menu li .active {
	background-color:#1e6da4;
	color:#fff;
}
.product_box {
	padding:10px;
	border:1px solid #ccc;
	border-radius:500px 500px 0 0;
	color:#1e6da4;
	margin-top:10px;
	height:100%;
}
.product_box a { height:100%; }
.product_box>p { min-height:308px;  display: flex; align-items: center; border-radius:500px; overflow: hidden;}

.product_box  div {
	text-align:center;
	padding-top:5px;
}
.product_box:hover {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(189,189,189,1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(189,189,189,1);
    box-shadow: 0px 0px 5px 0px rgba(189,189,189,1);
}
.product_box h3 { font-family: 'Ubuntu', sans-serif; font-size:1.2em; }
.product-table th {
    color: #fff;
    background-color: #ff9933;
}
#map { 
    width:100%; 
	margin: 50px 0;
}
.product_gal_image img { width:150px; height:150px; }
/* Accordion menu */
.tab {
  position: relative;
}
.tab input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.tab__content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.35s;
}
.tab input:checked ~ .tab__content {
  max-height: 100rem;
}

.accordion {
  color: #eaeaea;
  border: 1px solid #eaeaea;
  border-radius: 0.5rem;
  overflow: hidden;
}
.tab__label,
.tab__close {
  display: flex;
  color: white;
  background: #eaeaea;
  cursor: pointer;
}
.tab__label {
  justify-content: space-between;
  padding: 1rem;
  font-weight:bold;
}
.tab__label a { font-weight:bold; }
.tab__label::after {
  content: "\276F";
  width: 1.2em;
  height: 1.2em;
  text-align: center;
  transform: rotate(90deg);
  transition: all 0.35s;
}
.tab input:checked + .tab__label::after {
  transform: rotate(270deg);
}
.tab__content ul {
  margin: 0;
  padding: 1rem;
}

/* Arrow animation */
.tab input:not(:checked) + .tab__label:hover::after {
  animation: bounce .5s infinite;
}
@keyframes bounce {
  25% {
    transform: rotate(90deg) translate(.25rem);
  }
  75% {
    transform: rotate(90deg) translate(-.25rem);
  }
}
/* gallery */
.gallery {	
	-webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;  
}	
.gallery img{ width: 100%; padding: 7px 0;}
#r_carousel .list-inline {
    white-space:nowrap;
    overflow-x:auto;
}

#r_carousel .carousel-indicators {
    position: static;
    left: initial;
    width: initial;
    margin-left: initial;
}

#r_carousel .carousel-indicators > li {
    width: initial;
    height: initial;
    text-indent: initial;
}

#r_carousel .carousel-indicators > li.active img {
    opacity: 0.7;
}
#r_carousel .carousel-inner { text-align:center; }
#r_carousel .carousel-control-prev-icon {
 background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' stroke='%231c5601' stroke-width='2%' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

#r_carousel .carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' stroke='%231c5601' stroke-width='2%' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}
.carousel-control-next, .carousel-control-prev {
	width:10%;
}
.carousel-control-next-icon, .carousel-control-prev-icon { 
    width:50px;
	height:50px;
}
.ekko-lightbox-nav-overlay a {
	color:  #ffffff;
}
/* Documents page */
.pdf-wrapper {
  background: #f4f4f4;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #d4d4d4;
}

.download-pdf-link {
    display: inline-block;
    padding: 10px 20px 10px 60px;
    border: none;
    margin-bottom:  0px;
    background:#fdbe44;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #ffffff;
	text-decoration:none;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    position: relative;
}

.download-pdf-link:hover {
    background: #fdbe44;
	text-decoration:none;
    color: #ffffff;
}

@keyframes arrowDown-sm {
    0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
    40% {
    transform: translateY(3px);
  }
    60% {
    transform: translateY(3px);
  }
}

.download-pdf-link:before {
  content: "";
  width: 35px;
  height: 27px;
  padding: 0px;
  margin: 0px;
  background: url("../img/download-pdf-link-before.png") 0 0 no-repeat;
  position: absolute;
  top: 7px;
  left: 14px;
}

.download-pdf-link:after {
  content: "";
  width: 35px;
  height: 27px;
  padding: 0px;
  margin: 0px;
  background: url("../img/download-pdf-link-after.png") 0 0 no-repeat;
  position: absolute;
  top: 7px;
  left: 14px;
}

.download-pdf-link:hover:after {
    -webkit-animation: arrowDown-sm 2s infinite;
            animation: arrowDown-sm 2s infinite;
}

@media (max-width: 576px) {
	.in_menu {
		padding:0;
	}
	.svg .text-box div { display:none; }
	.header_title { margin: 2em 0 2em 0; }
	#marker { display:none; }
	#slider .slidertext { font-size:.7em; }
	.footer-content { 
    background: url(../img/footer_right_flower.svg) 95% top no-repeat;
	background-color:#009900;
	background-size:200px;
	padding-top:100px;
	}
	.home-products { background-image:none; }
	.home_box { padding:1.5rem; }
	.home_box img { width:180px; }
	.home_box_title { font-size:2rem; line-height:2rem; padding:1rem; }
}
@media (min-width: 992px) {
   h1 { font-size:2.2em; margin-top:1em; }
   h3 { padding-bottom:10px; }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: .5rem 0 .5rem 0;
    margin-left: 3rem;
	line-height:2em;
  }
  .logo { text-align:left; }
  .in_menu ul li {
	margin:1.5em;
   }
   .header_title { margin: 5em 0 7em 0; }
}
@media (min-width: 992px) and (max-width:1280px) {
	.navbar-expand-lg .navbar-nav .nav-link {
		margin-left:1.7rem;
	}
	.svg .text-box .ap-exposure {
		display:none;
	}
}
@media screen and (max-width: 768px), screen and (max-device-width: 768px) {
	.header_heading {
		font-size: .8em;
	}
	.svg .text-box .ap-exposure, .svg .text-box a {
		display:none;
	}
	.footer_social_icons { margin:15px 0; } 
	#header { background-size:cover; }
}
@media only screen and (min-width: 1280px) {
    .container {
       max-width: 1400px;
    }
	.product_box p { min-height:348px; max-height:376px }
	.catalog_box>p { min-height:348px; man-height:376px; }
}