html {height: 100%;}

body {
	min-height: 100%;
	height: 100%;
	font-family: 'Roboto', sans-serif;
    margin: 0px;
    padding: 0px;
	font-size: 13px;
    color: #2a2b2c;
	background: #ffffff;
}

.phones {
	float: right;
	line-height: 30px;
}

.phones2 {
	float: right;
	text-align: right;
	line-height: 25px;
	padding-top: 18px;
}

a.tel:link, a.tel:visited {
	font-size: 13px;
	color: #000000;
	font-weight: bold;
	background: url(../img/phone.png) no-repeat left center;
	background-size: 16px 16px;
	padding-left: 23px;
	display: inline-block;
	height: 30px;
}

a.wa:link, a.wa:visited {
	font-size: 13px;
	color: #000000;
	font-weight: bold;
	background: url(../img/wa.png) no-repeat left center;
	background-size: 16px 16px;
	padding-left: 23px;
	display: inline-block;
	height: 30px;
	margin-left: 25px;
}

a.tel:hover, a.wa:hover {
	text-decoration: none;
}

.search input[type="text"] {
	width: 60%;
	display: inline-block;
	height: 34px;
	outline: none;
	border: none;
	background: none;
	margin-left: 20px;
}

.search input[type="submit"] {
	width: 34px;
	height: 34px;
	background: url(../img/magnifer.png) no-repeat center center;
	background-size: 16px 16px;
	outline: none;
	border: none;
	display: inline-block;
	float: right;
	margin-right: 10px;
}

#line {
	height: 3px;
	background: url(../img/line.png) no-repeat center center;
}

#slider img {
	width: 100%;
	height: auto;
}

.about_title, h1 {
	font-size: 30px;
	font-weight: bold;
	color: #5a554c;
	margin-bottom: 17px;
	font-family: 'Exo 2', sans-serif;
}

h2 {
	font-size: 24px !important;
	margin-bottom: 17px;
	font-weight: bold;
}

.about_desc {
	font-size: 14px;
	font-weight: 300;
	color: #999999;
	text-align: justify;
}

a.readmore:link, a.readmore:visited {
	color: #999999;
	font-weight: 300;
	font-size: 14px;
	display: inline-block;
	padding-left: 45px;
	padding-right: 45px;
	height: 34px;
	line-height: 34px;
	border: 1px solid #999999;
	margin-top: 14px;
	transition: all .3s ease;
}

a.readmore:hover {
	background: #999999;
	color: #ffffff;
	text-decoration: none;
}

.yellow {
	background: #ffe300;
}

.green {
	background: #b2dd1d;
}

.blue {
	background: #00c8f7;
}

.ah {
	padding: 20px;
}

.miniheading {
	color: #ffffff;
	font-size: 14px;
	font-family: 'Exo 2', sans-serif;
	text-transform: uppercase;
}

.ah a:link, .ah a:visited {
	color: #ffffff;
	font-family: 'Exo 2', sans-serif;
	font-size: 24px;
	width: 90%;
	display: block;
	line-height: 26px;
	padding-top: 13px;
	padding-bottom: 9px;
}

.ah a:hover {
	text-decoration: none;
}

.contentheading {
	color: #5a554c;
	font-size: 28px;
	font-weight: 300;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 41px;
}

.contentheading2 {
	color: #5a554c;
	font-size: 28px;
	font-weight: 300;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 10px;
}

.rel {
	position: relative;
}

#news {
	padding-top: 42px;
	padding-bottom: 43px;
}

.created {
	font-size: 14px;
	color: #333333;
	font-family: 'Exo 2', sans-serif;
	text-transform: uppercase;
	padding-top: 4px;
}

.ni a:link, .ni a:visited {
	color: #333333;
	font-family: 'Exo 2', sans-serif;
	font-size: 24px;
}

.ni {
	border-bottom: 1px solid #f7f7f7;
	padding-top: 16px;
	padding-bottom: 18px;
}

.aitem img {
	width: 100%;
	height: auto;
}

.aitem {
	min-height: 405px;
	margin-bottom: 30px;
}

a.read_all:link, a.read_all:visited {
	color: #616161;
	font-size: 18px;
	display: block;
	text-align: center;
	padding-top: 32px;
}

#foooter {
	padding-top: 40px;
	padding-bottom: 19px;
	background: #5a554c;
}

.fmenu ul {
	color: #f7f7f7;
	margin: 20px 0px 0px 30px;
	padding: 0px;
}

.fmenu a:link, .fmenu a:visited {
	color: #f7f7f7;
	font-size: 14px;
	font-weight: 300;
}

.address {
	background: url(../img/address.png) no-repeat;
	background-size: 16px 16px;
	padding-left: 22px;
}

.email {
	background: url(../img/email.png) no-repeat;
	background-size: 16px 16px;
	padding-left: 22px;
}

.contacts_item {
	padding-left: 22px;
	padding-bottom: 21px;
	color: #f7f7f7;
	font-size: 14px;
	font-weight: 300;
}

.contacts_item a {
	color: #f7f7f7;
	display: block;
}

@media (min-width: 768px) {
	.logo img {
		width: 100%;
		height: auto;
		margin-top: 34px;
		margin-bottom: 34px;
	}
	
	.fl1 {
		display: flex;
		align-items: center;
	}
	
	.map img {
		width: 100%;
		height: auto;
	}

	.map {
		padding-top: 85px;
		padding-bottom: 85px;
	}
	
	.search form {
		width: 100%;
		height: 34px;
		background: #f7f7f7;
		display: block;
		border-radius: 17px;
		margin-top: 51px;
	}
	
	.flogo img {
		width: 100%;
		height: auto;
		padding-top: 45px;
		display: block;
		margin-bottom: 20px;
	}

	.flogo {
		color: #ffffff;
		font-weight: 300;
		font-size: 12px;
	}
	
	.fh {
		font-size: 14px;
		color: #f7f7f7;
		font-weight: bold;
		text-transform: uppercase;
	}
	
	#assort {
		padding-top: 42px;
		padding-bottom: 60px;
		background: #f7f7f7 url(../img/cheese.png) no-repeat -80px 50px;
	}
	
	.cake {
		background: url(../img/cake.png) no-repeat right 40px bottom 10px;
	}
	
	#supheader {
		min-height: 30px;
		background: #f7f7f7;
	}
	
	.topmenu ul li, .topmenu2 ul li {
		display: inline-block;
		padding-left: 8px;
		padding-right: 8px;
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.topmenu a:link, .topmenu a:visited, .topmenu2 a:link, .topmenu2 a:visited {
		font-size: 14px;
		text-transform: uppercase;
		color: #999999;
	}
	
	.topmenu ul {
		margin: 44px 0px 0px 0px;
		padding: 0px;
		list-style: none;
	}
	
	#header2 {
		position: fixed;
		left: 0px;
		top: 0px;
		width: 100%;
		z-index: 100000;
		background: rgba(255,255,255,0.98);
		display: none;
	}
	
	.logo2 img {
		width: 80%;
		height: auto;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	
	.topmenu2 ul {
		margin: 23px 0px 0px 0px;
		padding: 0px;
		list-style: none;
	}
	
	.with {
		position: relative;
	}
	
	.sub {
		position: absolute;
		left: 8px;
		top: 40px;
		background: rgba(0,200,245,0.95);
		z-index: 500;
		padding: 0px 15px 0px 15px;
		width: 260px;
		display: none;
	}
	
	.sub a:link, .sub a:visited {
		color: #ffffff;
		display: block;
		padding-top: 8px;
		padding-bottom: 6px;
		padding-left: 8px;
		border-top: 1px solid #55defe;
	}
	
	.sub a:hover {
		text-decoration: none;
		color: #b7f1ff;
	}

}

@media (max-width: 767px) {
	
	.sub {
		display: none;
	}
	
	#header2 {
		display: none;
	}
	
	.topmenu ul {
		position: absolute;
		top: 50%;
		padding: 0px;
		list-style: none;
		-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		transform: translate(0, -50%);
		width: 100%;
		text-align: center;
	}
	
	.topmenu ul li {
		display: block;
		text-align: center;
		margin: 0px auto;
	}

	.topmenu a:link, .topmenu a:visited {
		font-size: 30px;
		text-transform: uppercase;
		color: #ffffff;
		display: block;
		padding-top: 30px;
	}
	
	#supheader {
		display: none;
	}
	
	#assort {
		padding-top: 42px;
		padding-bottom: 60px;
		background: #f7f7f7;
	}
	
	.fh {
		font-size: 14px;
		color: #f7f7f7;
		font-weight: bold;
		text-transform: uppercase;
		display: inline-block;
	}
	
	.flogo img {
		width: 70%;
		height: auto;
		display: block;
		margin: 0px auto 20px auto; 
	}

	.flogo {
		color: #ffffff;
		font-weight: 300;
		font-size: 12px;
		text-align: center;
	}
	
	.search form {
		width: 100%;
		height: 34px;
		background: #f7f7f7;
		display: block;
		border-radius: 17px;
		margin-bottom: 30px;
	}
	
	.about_text {
		padding-bottom: 35px;
	}

	.map img {
		width: 70%;
		height: auto;
	}

	.map {
		padding-top: 35px;
		padding-bottom: 35px;
		text-align: center;
	}	
	
	.logo img {
		width: 70%;
		height: auto;
		margin-top: 35px;
		margin-bottom: 35px;
	}
	
	.logo {
		text-align: left;
	}
	
	.topmenu {
		display: none;
		position: fixed;
		width: 100%;
		height: 100%;
		background: rgba(70,200,245,0.98);
		z-index: 200000;
	}
	
	.contacts {
		padding-top: 30px;
		text-align: center;
	}
	
	.hamburger {
		width: 50px;
		height: 50px;
		background: url(../img/menu.svg) no-repeat;
		background-size: 50px 50px;
		position: fixed;
		right: 15px;
		top: 35px;
		z-index: 10000;
	}
	
	.menu-close {
		width: 50px;
		height: 50px;
		background: url(../img/closer.svg) no-repeat;
		background-size: 50px 50px;
		position: absolute;
		right: 15px;
		top: 35px;
		z-index: 10000;		
	}
	
	.call {
		width: 70px; 
		height: 70px; 
		background: #f2bf47;
		border-radius: 50%; 
		position: fixed; 
		bottom: 15px; 
		right: 15px;	
		-webkit-animation:hoverWave linear 1s infinite;
		animation:hoverWave linear 1s infinite;
		z-index: 30;
	}

	.bot {
		width: 70px; 
		height: 70px; 
		background: rgb(115,200,75);
		border-radius: 50%; 
		position: fixed; 
		bottom: 15px; 
		left: 15px;	
		-webkit-animation:hoverWave2 linear 1s infinite;
		animation:hoverWave2 linear 1s infinite;	
		z-index: 30;
	}

	.call_ {
		width: 100%;
		height: 100%;
		background: url(../img/phone-call.svg) no-repeat center center;
		background-size: 30px 30px;
		display: block;
	}

	.bot a {
		width: 100%;
		height: 100%;
		background: url(../img/whatsapp.svg) no-repeat center center;
		background-size: 30px 30px;
		display: block;
	}
}

.sli {
	position: relative;
}

.slogan {
	position: absolute;
	left: 0px;
	top: 50%;
	z-index: 9;
	width: 100%;
	text-align: center;
	color: #ffffff;
	font-weight: 300;
	font-size: 36px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
	text-shadow: 2px 2px 2px rgba(0,0,0,0.1);
}

.slogan a {
	display: inline-block;
	font-size: 18px;
	color: #ffffff;
	font-weight: 300;
	height: 45px;
	line-height: 45px;
	padding-left: 18px;
	padding-right: 18px;
	border: 1px solid #ffffff;
}

.slogan a:hover {
	text-decoration: none;
}

@keyframes shake {
0% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
}
10% {
    transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(-30deg);
}
20% {
    transform: rotateZ(15deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg);
}
30% {
    transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg);
}
40% {
    transform: rotateZ(7.5deg);
        -ms-transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(7.5deg);
}
50% {
    transform: rotateZ(-6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg);
}
60% {
    transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg);
}
70% {
    transform: rotateZ(-4.28571deg);
        -ms-transform: rotateZ(-4.28571deg);
        -webkit-transform: rotateZ(-4.28571deg);
}
80% {
    transform: rotateZ(3.75deg);
        -ms-transform: rotateZ(3.75deg);
        -webkit-transform: rotateZ(3.75deg);
}
90% {
    transform: rotateZ(-3.33333deg);
        -ms-transform: rotateZ(-3.33333deg);
        -webkit-transform: rotateZ(-3.33333deg);
}
100% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
}
}

@-webkit-keyframes shake {
0% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
}
10% {
    transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(-30deg);
}
20% {
    transform: rotateZ(15deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg);
}
30% {
    transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg);
}
40% {
    transform: rotateZ(7.5deg);
        -ms-transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(7.5deg);
}
50% {
    transform: rotateZ(-6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg);
}
60% {
    transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg);
}
70% {
    transform: rotateZ(-4.28571deg);
        -ms-transform: rotateZ(-4.28571deg);
        -webkit-transform: rotateZ(-4.28571deg);
}
80% {
    transform: rotateZ(3.75deg);
        -ms-transform: rotateZ(3.75deg);
        -webkit-transform: rotateZ(3.75deg);
}
90% {
    transform: rotateZ(-3.33333deg);
        -ms-transform: rotateZ(-3.33333deg);
        -webkit-transform: rotateZ(-3.33333deg);
}
100% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
}
}

@-webkit-keyframes hoverWave {
        0% {
        box-shadow:0 8px 10px rgba(242,191,71,0.3),0 0 0 0 rgba(242,191,71,0.2),0 0 0 0 rgba(242,191,71,0.2)
}
40% {
        box-shadow:0 8px 10px rgba(242,191,71,0.3),0 0 0 15px rgba(242,191,71,0.2),0 0 0 0 rgba(242,191,71,0.2)
}
80% {
        box-shadow:0 8px 10px rgba(242,191,71,0.3),0 0 0 30px rgba(242,191,71,0),0 0 0 26.7px rgba(242,191,71,0.067)
}
100% {
        box-shadow:0 8px 10px rgba(242,191,71,0.3),0 0 0 30px rgba(242,191,71,0),0 0 0 40px rgba(242,191,71,0.0)
}
}@keyframes hoverWave {
        0% {
        box-shadow:0 8px 10px rgba(242,191,71,0.3),0 0 0 0 rgba(242,191,71,0.2),0 0 0 0 rgba(242,191,71,0.2)
}
40% {
        box-shadow:0 8px 10px rgba(242,191,71,0.3),0 0 0 15px rgba(242,191,71,0.2),0 0 0 0 rgba(242,191,71,0.2)
}
80% {
        box-shadow:0 8px 10px rgba(242,191,71,0.3),0 0 0 30px rgba(242,191,71,0),0 0 0 26.7px rgba(242,191,71,0.067)
}
100% {
        box-shadow:0 8px 10px rgba(242,191,71,0.3),0 0 0 30px rgba(242,191,71,0),0 0 0 40px rgba(242,191,71,0.0)
}
}

@-webkit-keyframes hoverWave2 {
        0% {
        box-shadow:0 8px 10px rgba(50,170,220,0.3),0 0 0 0 rgba(50,170,220,0.2),0 0 0 0 rgba(50,170,220,0.2)
}
40% {
        box-shadow:0 8px 10px rgba(50,170,220,0.3),0 0 0 15px rgba(50,170,220,0.2),0 0 0 0 rgba(50,170,220,0.2)
}
80% {
        box-shadow:0 8px 10px rgba(50,170,220,0.3),0 0 0 30px rgba(50,170,220,0),0 0 0 26.7px rgba(50,170,220,0.067)
}
100% {
        box-shadow:0 8px 10px rgba(50,170,220,0.3),0 0 0 30px rgba(50,170,220,0),0 0 0 40px rgba(50,170,220,0.0)
}
}@keyframes hoverWave2 {
        0% {
        box-shadow:0 8px 10px rgba(50,170,220,0.3),0 0 0 0 rgba(50,170,220,0.2),0 0 0 0 rgba(50,170,220,0.2)
}
40% {
        box-shadow:0 8px 10px rgba(50,170,220,0.3),0 0 0 15px rgba(50,170,220,0.2),0 0 0 0 rgba(50,170,220,0.2)
}
80% {
        box-shadow:0 8px 10px rgba(50,170,220,0.3),0 0 0 30px rgba(50,170,220,0),0 0 0 26.7px rgba(50,170,220,0.067)
}
100% {
        box-shadow:0 8px 10px rgba(50,170,220,0.3),0 0 0 30px rgba(50,170,220,0),0 0 0 40px rgba(50,170,220,0.0)
}
}

.static {
	font-size: 17px;
	padding-bottom: 30px;
}

.roadmap {
	padding-bottom: 30px;
}

.qual_ico img {
	width: 70%;
	height: auto;
}

.qual_ico {
	padding: 25px;
	text-align: center;
}

.catalog_img img {
	width: 70%;
	height: auto;
}

.faqs {
	border-left: 3px solid #f3c336;
    border-radius: 4px;
    background: #f9f9f9;
    padding: 10px 0 20px 35px;
    margin-bottom: 20px;
}

.faqs h3 {
    font-size: 24px;
    color: #305EA7;
    background: url(../img/vo_icon1.png) left center no-repeat;
    padding-left: 45px;
    cursor: pointer;
    min-height: 30px;
    line-height: 30px;
    margin: 25px 0 15px;
}

.faq_answer {
	margin: 0 0 10px;
    padding: 0 65px;
	font-size: 17px;
	font-weight: 300;
	display: none;
}

.itmm {
    padding: 10px 35px 20px 35px;
    margin-bottom: 20px;	
	position: relative;
}

.grad {
	position: absolute;
	left: 0px;
	bottom: 45px;
	z-index: 2;
	width: 100%;
	height: 28px;
	background: url(../img/gradient.png) repeat-x;
}

.desc {
	max-height: 140px;
	min-height: 50px;
	overflow: hidden;
	font-size: 17px;
	font-weight: 400;
}

.catdesc {
	font-size: 18px !important;
	padding-bottom: 20px;
}

.catalog_img {
	text-align: center;
}

.rela {
	position: relative;
}

a.hero:link, a.hero:visited {
	display: inline-block;
	font-size: 17px;
	border-bottom: 1px dashed #337ab7;
	padding-top: 10px;
}

a.hero:hover, a.hero:focus {
	opacity: 0.6;
	text-decoration: none;
}

.bread {
	font-size: 15px;
	padding-top: 30px;
}

.createdate {
	padding-bottom: 30px;
	color: #cccccc;
}

.pagination {
  margin: 0px 0;
  font-size: 13px;
}

.pagination ul {
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  margin-left: 0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  *zoom: 1;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.pagination ul > li {
  display: inline;
}

.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0;
}

.pagination ul > li > a:hover,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}

.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999999;
  cursor: default;
}

.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover {
  color: #999999;
  cursor: default;
  background-color: transparent;
}

.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}

.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
}

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

.pagination a:link, .pagination a:visited {
	color: #0088cc;
	text-decoration: none;
}

.pagination a:link, .pagination a:visited {
	color: #005580;
	text-decoration: none;
}

.pagi {
	text-align: center;
	padding-top: 35px;
}

.active {
	font-weight: bold;
	color: #2a2b2c !important;
	border-bottom: 1px dashed #2a2b2c !important;
}

.active:hover {
	text-decoration: none !important;
}

.itmm h3 {
	font-size: 30px;
    font-weight: bold;
    color: #5a554c;
    margin-bottom: 17px;
	font-family: 'Exo 2', sans-serif;
}

a.wame {
	display: inline-block;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 8px;
	padding-bottom: 8px;
	background: #43d854;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 13px;
	margin-bottom: 30px;
}

.fav-floating-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  background-color: #d9534f;
  color: #fff;
  border: none;
  padding: 12px 18px;
  border-radius: 30px;
  font-size: 14px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: all 0.3s ease;
}

.fav-floating-btn:hover {
  background-color: #c9302c;
}
