html, html body {
    font-family: sans-serif;
    font-size:90%
}

body {
	font-family: 'pf_agora_sans_proregular', sans-serif;
	font-size: 16px!important;
	/*background-color: #ececec!important;*/
	background-color: #fbfbfb!important;
	color: #777;
	position: relative;
}
@media screen and (max-width: 1024px){
    body {
        font-size: 14px!important;
    }
    .slide-modal-content h2.title{
        font-size: 20px!important;
    }
    .slide-modal-content h3{
        font-size: 18px!important;
        line-height: 20px;
    }
}

@media screen and (max-height: 700px){
    body {
        font-size: 14px!important;
    }
    .slide-modal-content h2.title{
        font-size: 20px!important;
        line-height: 22px;
		text-transform: uppercase;
    }
    .slide-modal-content h3{
        font-size: 18px!important;
        line-height: 20px;
    }
}
body#page-about,
html#page-about {
	/*overflow: auto!important;*/
	overflow-x: hidden;
	overflow-y: auto!important;
	height: 100%;
}

.fixed-width {
    left: 50%;
    width: 1024px;
    -webkit-transform: translateX(-50%) translateZ(0) !important;
    -ms-transform: translateZ(0) !important;
    -ms-transform: translateX(-50%) !important;
    transform: translateX(-50%) translateZ(0) !important;
}

/* Make Header Sticky */
#header {
    padding: 40px 0;
	height: 120px;
	position: fixed;
	top: 0;
}


#page-about #header {
	background: #fbfbfb;
}

#header:before,
#header:after {
	content: "";
	display: block;
	width: 100%;
	height: 120px;
	background: #fbfbfb;
	position: absolute;
	top: 0;
}

#header:before {
	right: 100%;
}

#header:after {
	left: 100%;
}

#header a {
	/*font-weight: normal!important;*/
	font-weight: bold!important;
}

#header .logo {
	background: url('../img/logo_inner.png') 0 0 no-repeat;
	background-size: 60%;
	width: 321px;
	height: 60px;
	display: block;
	overflow: hidden;
	text-indent: -5000px;
}
#header .usa{
	background: url('../img/logo_inner_usa.png') 0 0 no-repeat;
    background-size: 60%;
    	width: 321px;
    	height: 60px;
    	display: block;
    	overflow: hidden;
    	text-indent: -5000px;

}

#header .menu {
	position: relative;
	float: left;
	line-height: 60px;
	margin-left: 40px;
	font-size: 20px;
}

#header .menu ul {
    width: 100%;
	list-style: none;
}

#header .menu ul li {
	float: left;
}

#header .menu a {
	margin: 0 20px;
    /*color: #d0d0d0;*/
}

#header .menu a:hover,
#header .menu a:focus,
#header .menu a.active {
    color: #777!important;
}

#header .submenu {
	position: absolute;
	top: 50px;
	line-height: 20px;
	padding: 0;
	font-size: 14px;

}

#header .submenu li a {
	margin-right: 0;
	border-bottom: 1px solid;
    color: #777!important;
    font-weight: normal!important;
	text-transform: uppercase;
}

#header .submenu li a.active,
#header .submenu li a:focus {
	border: none;
	color: #333;
	text-decoration: none;
}

#header .switcher {
	position: relative;
	line-height: 60px;
    font-size: 12px;
	right: 0;
	top: 0;
}

#container {
    position: absolute;
	/*margin-top: 120px;*/
	margin-bottom: 60px;
	padding: 0;/* 60px;*/
	/*opacity: 0;*/
}

#content {
	opacity: 0;
	visibility: hidden;
}

.navigation {
    display: none;
    position: fixed;
    bottom: 60px;
    font-size: 20px;
    cursor: pointer;
    left: 50%;
    margin-left: -10px;
    opacity: 0.6;
}

.red, .red:hover {
    color: #d32e26;
}

.red:hover {
    opacity: 1;
}

.clearfix {
	clear:both; width:100%; height:0;
}

/* Make Footer Sticky */
#footer {
	padding: 20px 0 0;
	/*background:#ececec;*/
	background:#fbfbfb;
	bottom:0;
	height:60px;
	position:fixed;
}

#footer:before,
#footer:after {
	content: "";
	display: block;
	width: 100%;
	height: 60px;
	background: #fbfbfb;
	position: absolute;

	top: 0;
}

#footer:before {
	right: 100%;
}

#footer:after {
	left: 100%;
}

#footer .social a {
	margin-left: 10px;
}

a {
	font-weight: bold;
	color: #777;
	/*border-top: 4px solid #ececec;*/
	border-top: 4px solid #fbfbfb;
}

.light {
	color: #ccc;
}

a.lighter {
	color: #a4a4a4;
}

a:hover, a.active {
	border-color: #d32e26;
	color: #333;
	text-decoration: none;
}

a.light:hover, a.light.active {
	color: #777;
}

a.more_link {
	border-top: none;
	border-bottom: 1px solid #777;
}

.product-box a.more_link {
	display: inline-block;
	margin: 20px 0;
	color: #fff;
	text-decoration: underline;
	font-weight: normal;
	border-top: none;
	border-bottom: none;
}

a.more_link:focus {
    text-decoration: none;
}

a.clean,
#fp-nav ul li a,
.fp-slidesNav  ul li a {
	border: none;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
	border-color: #d32e26!important;
	width: 12px!important;
	height: 12px!important;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span {
	background: #d32e26!important;
}

#fp-nav ul li .fp-tooltip {
	color: #d32e26!important;
}

#fp-nav ul li .fp-tooltip {
	font-family: 'PT Sans', sans-serif!important;
}

a.nav-active {
	color: #d32e26;
}

.fp-controlArrow.fp-prev {
	/*display: none;*/
	border-color: transparent #d32e26 transparent transparent!important;
}

.fp-controlArrow.fp-next {
	/*display: none;*/
	border-color: transparent transparent transparent #d32e26!important;
}

.fp-slide {
	/*width: 100%;*/
	width: 100%;
}

.slide-content.red-box {
	margin-left: 18px;
	min-height: 50%;
	width: 417px;
	position: relative;
	left: 45%;
	-webkit-transform: translateX(-100%) ;
	-ms-transform: translateX(-100%) ;
	transform: translateX(-100%);
	padding: 20px 51px 30px 29px;
	text-align: center;
	font-size: 18px;
	color: #777;
	z-index: 3;
}

.slide-content.border-animation .border {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.slide-content.border-animation .content {

	position: relative;
}

.slide-content.border-animation .content .animate3,
.slide-content.border-animation .content .animate4 {
    opacity: 0;
}

.section[data-anchor="freshbe"] .variation-image-wrapper {
	margin-left: -6%;
	margin-right: -5%;
	/*margin-top: -2%;*/
	/*margin-bottom: 2%;*/
	z-index: 0;
}
.section[data-anchor="FRESH BAR"] .variation-image-wrapper {
	margin-left: -6%;
	margin-right: -5%;
	/*margin-top: -2%;*/
	/*margin-bottom: 2%;*/
	z-index: 0;
}

#page-about .slide-content.border-animation .content,
#page-about .slide-content.border-animation .content .animate3,
#page-about .slide-content.border-animation .content .animate4 {
	opacity: 1;
}

#page-about #container {
	margin-top: 160px;
}

#page-about .slide-content {
	-webkit-transform: translateX(-100%)!important;
	-ms-transform: translateX(-100%)!important;
	transform: translateX(-100%)!important;
	-sand-transform: translateX(-100%)!important;
}

#page-about .slide-content.full-width {
	/*width: 868px;*/
	width: 80%;
	/*margin: 0 auto;*/
	left: 10%!important;
	/*-webkit-transform: transformX(-50%)!important;*/
	/*-ms-transform: transformX(-50%)!important;*/
	/*transform: transformX(-50%)!important;*/
	-webkit-transform: none!important;
	-ms-transform: none!important;
	transform: none!important;
	-sand-transform: none!important;
	text-align: left;
}

#page-about .slide-content.intro {
	border: 10px solid #d32e26;
	margin: 34px 0;

	font-size: 20px;
}
@media screen and (max-width: 1024px) {

    #page-about .slide-content.intro {
        border: 7px solid #d32e26;
        margin: 20px 0;

        font-size: 16px;
    }
}

@media screen and (max-height: 700px){
    #page-about .slide-content.intro {
        font-size: 16px;
    }
}
#page-about .slide-content.news {
	/*display: none;*/
	margin: 0 -65px;
	padding-top: 0;
	padding-bottom: 60px;
	width: 978px;
}

#page-about .slide-content.news h3 {
	margin-left: 80px;
}

#page-about .slide-content.news div {
	/*margin: 0 -25px;*/
	/*width: 45%;*/
	/*float: left;*/
}

#page-about .slide-content.news div.red {
	background: #d32e26;
	color: #fff;
	padding: 20px 20px;
	width: 45%;
	float: left;
    margin:0px 15px;

}



#page-about .slide-content.full-width h3 {
	font-size: 26px;
}

#page-about .slide-content.full-width h4 {
	font-size: 24px;
	font-weight: bold;
}

@media screen and (max-width: 1024px){
    #page-about .slide-content.full-width h3 {
        font-size: 20px;
        line-height:24px;
    }

    #page-about .slide-content.full-width h4 {
        font-size: 18px;
        font-weight: bold;
    }
}

@media screen and (max-height: 700px){
    #page-about .slide-content.full-width h3 {
        font-size: 20px;
        line-height:24px;
    }
}
#page-about .slide-content.news h4 {
    font-size: 20px;
    line-height: 30px;
}
#page-about .slide-content.news p {
    font-size: 15px;
    line-height: 22px;
}

#page-about .slide-content.news p.small {
    font-size: 16px;
}
#page-about .slide-content.no-border {
	border: none;
}

#page-about .slide-content h3.red {
	color: #d32e26;
}

.fp-slides .slide-content.red-box/*,
.fp-slides .slide-content.product-box*/ {
	top: -30px!important;
	-webkit-transform: translateX(-100%)!important;
	-ms-transform: translateX(-100%)!important;
	transform: translateX(-100%)!important;
	-sand-transform: translateX(-100%)!important;
}

.slide-content.red-box h3 {
    font-size-adjust:0.5;
	font-size: 23px;
	line-height: 36px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #777;
}

.slide-content.red-box h3.smaller-ru {
	font-size: 23px;
}
.slide-content.red-box a.more_link {
	display: inline-block;
	margin-top: 40px;
	font-weight: normal;
	border-bottom: 1px solid;
}

#page-home .section .slide .background, #page-home .section .slide .burnsbox  {
	position: absolute;
	background-repeat: no-repeat;
	/*background-position: 75%;*/
	background-position: 100%;
	/*background-size: auto 100%;*/
	background-size: auto 100%;
}

#page-about .slide-content.contact {
	top: 60px;
	background: #fff;
	border: none;
	left: 10%;
	/*top: 40%;*/
	text-align: left;

	-webkit-transform: none!important;
	-ms-transform: none!important;
	transform: none!important;
	-sand-transform: none!important;
}

#page-about .slide-content.contact h3 {
	font-size: 26px;
}

#page-about .slide-content.contact h4 {
	font-weight: bold;
}

#page-about .slide-content.contact div {
	margin: 20px 0;
}

#page-about .slide-content.contact div p {
	margin: 0;
}

#contact-map-wrap {
	width: 100%;
	height: 580px;
	min-height: 300px;
	position: absolute;
}

#contact-map {
	width: 100%;
	height: 100%;
}

#page-home .slide {
	position: relative;
}

#page-home #section0 .slide .background, #page-home #section0 .slide .burnsbox {
    /*background-size: 55%;*/
    background-position: 100% 40%;
}
@media screen and  (min-height: 750px){
	#page-home #section0 .slide .background, #page-home #section0 .slide .burnsbox {
		background-size: 55%;
	}
}
#page-home #section1 .slide .background, #page-home #section1 .slide .burnsbox {
    background-size: auto cover;
	/*background-position: 10%;*/

	/*-webkit-background-size: 100%;*/
	/*-moz-background-size: 100%;*/
	/*-o-background-size: 100%;*/
	/*background-size: 95%;*/
}

#page-home #section2 .slide .background, #page-home #section2 .slide .burnsbox {
	background-size: auto cover;
    /*background-size: 10%;*/
    /*background-position: 160% 50%;*/
}

#page-home #section3 .slide .background, #page-home #section3 .slide .burnsbox {
    background-size: 90%;
    background-position: 235% 35%;
}

.slide-modal {
	/*background-color: #ececec!important;*/
	background-color: rgba(255,255,255,0.5)!important;

	display: none;
	opacity: 0;
	min-height: 50%;

	width: 80%;
	position: absolute;
	/*display: inline-block;*/
	border: 4px solid #d32e26;
	padding: 24px;

	/*top: 0;*/
	-webkit-transform: translateX(10%) translateY(-50%)!important;
	-ms-transform: translateX(10%) translateY(-50%)!important;
	transform: translateX(10%) translateY(-50%)!important;
	-sand-transform: translateX(10%) translateY(-50%)!important;
}

.slide-modal .close {
	background: url('../img/popup-close.png');
	width: 20px;
	height: 20px;
	position: absolute;
	top: 10px;
	right: 10px;
}

.slide-modal-content {
	display: inline-block;
}

.slide-modal-content.show2 {
    opacity: 0;
}

.slide-modal-content h2 {
	margin: 0;
}

.slide-modal-content h2.title {
	/*font-size: 26px;*/
	font-weight: bold;
}

.slide-modal-content h3 {
	margin: 20px 0;
}

.product-box .slide-modal {
	/*position: relative;*/
	top: 0;
	height: 80%;
	width: 90%;

	-webkit-transform: translateX(5%) translateY(0%)!important;
	-ms-transform: translateX(5%) translateY(0%)!important;
	transform: translateX(5%) translateY(0%)!important;
	-sand-transform: translateX(5%) translateY(0%)!important;

	border: none;
	padding: 0;

	color: #fff;
}

.product-box .slide-modal .close {
	background: url('../img/product-popup-close.png') no-repeat 1px 1px;
	width: 32px;
	height: 32px;
	opacity: 1;
	top: 20px;
	right: 20px;
}

.product-box .slide-modal .close:hover {
	opacity: 0.8;
}

.product-box .slide-modal-content.left {
	position: relative;
	float: left;
	width: 60%;

	padding: 60px 30px 60px 60px;
}

.product-box .slide-modal-content.right {
	float: left;
	width: 40%;

	padding: 60px 20px 60px 20px;

	margin-top: 20%;
}

.product-box .slide-modal-content h2 {
	margin-bottom: 22px;
}

.product-box .slide-modal-content ul {
	padding-left: 20px;
}

.product-box {
	width: 100%;

	margin: 0 auto;
	float: none!important;
	position: relative;
	top: 10%;
	/*-webkit-transform: translateY(-50%);*/
	/*-ms-transform: translateY(-50%);*/
	/*transform: translateY(-50%);*/
}

.product-box .slide-content {
	display: none;
	width: 100%;
	opacity: 0;
}

.product-box .slide-content:first-child {
	display: block;
	opacity: 1;
}

.product-box .slide-content {
	position: absolute;
	text-align: center;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-sand-transform: translateX(-50%);
}

.product-box .text-box,
.product-box .color-box,
.product-box .variation-image-wrapper {
	display: inline-block;
	vertical-align: middle;
}

.product-box .color-box {
	padding: 40px 30px;
	text-align: center;
	color: #fff;
	height: 50%;
	min-height: 300px;
	width: 30%;
	margin-top:10px;
	/*width:40%;
	float:left;*/
	font-size: 20px;
	z-index: 2;
}

.product-box .color-box .title {
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.variation-image-wrapper {
	height: 100%;
	margin-left: -10px;
	position: relative;
	z-index: 2;
}

.product-box .variation-image {
	width: auto;
	background-repeat: no-repeat;
	background-size: auto 100%;
	min-width: 100%;
	height: 100%;
	z-index: 2;
	position: relative;
	display: inline-block;
}
.main-products-container.ie{
    height : 80%;
    margin: 0 auto;
}

.product-box .variation-image-wrap {
	display: none;
	opacity: 0;
	position: absolute;
	top: 20%;
	left: 50%;
	z-index: -1;
	padding-left: 176px;
	background: url('../img/nutrition-pointer.png') no-repeat;
}

.product-box .variation-image-nf {
	background: #fbfbfb;
	padding: 4px;
	max-width: 187px;
}

.product-box .text-box {
	vertical-align: middle;
	position: relative;
/* 	top: 30%; */
	margin-left: 10px !important;
	width: 30%;
	text-align: left;
    z-index:0;
}

.product-box .text-box h2 {
	color: #777;
	margin-bottom: 20px;
}

.product-box .text-box h3 {
	font-size: 20px;
	display: inline-block;
	margin: 0;
	padding: 0;
}

.product-box .text-box a.variation-title {
	font-size: 14px;
	border-bottom: 1px solid;
	font-weight: normal;
}

.product-box .text-box .description {
	margin: 10px 0;
}

.product-box .text-box .nutrition-facts-link {
	font-size: 14px;
	text-decoration: none;
	font-weight: normal;
}

.main-products{
	padding:0 50px;
	display:inline-block;
	vertical-align:bottom;
	height:100%;
}
.product-a{
	display:inline-block;
	height:100%
}
.centered-products{
	margin: 0 auto;
	overflow: hidden;
	display:inline-block;
	height:100%;
	width:100%;
    /*vertical-align:bottom;*/
}

.main-products-container{
	text-align: center;
	 height:100% !important;
}

.main-products .variation-image{
	max-width: 100%;
	background-repeat: no-repeat;
	max-height: 100%;
	vertical-align: middle;
}

.centered-products .slide-content:nth-child(1) .variation-image-wrapper{
	height:75%;
}

.centered-products .product-a:nth-child(1) img{
    max-height: 80%;
}
.centered-products .product-a:nth-child(3) img{
	max-height: 90%;
}

.centered-products .main-products{
	width:100%;
}
.centered-products .product-a:nth-child(2){
	margin-left:10%;
	margin-right:10%;
}
@media screen and  (min-height: 750px){
	.centered-products .slide-content:nth-child(1) img {
		max-width: 100%;
	}

	.main-products .variation-image {
		max-height:inherit;
		height:100%;
	}

	.main-products-container, .product-a{
		height:inherit;
	}
	.centered-products .product-a:nth-child(2) img{
		margin-left:2%;
		margin-right:2%;
	}

}
.centered-products .slide-content:nth-child(2) {
	margin-left: -20%;
	margin-right: -20%;

}

.centered-products .slide-content:nth-child(2) img{
	max-height:90%;
	margin-bottom: -5%;
}

.centered-products .slide-content:nth-child(3) {
	padding-right: 0;
}

.centered-products .slide-content:nth-child(3) img{
	max-width:90%;
  /*  max-height:100%;*/

}

.tornado-energy-map{
    position:absolute;
    display:block;
    border:none;
/*     left:240px; */
    /* width: 262px; */
   /*  height:500px; */
	height: 100%
}

.freshbe-map {
    position:absolute;
    display:block;
    border:none;
   /*  left:464px; */
   /*  width:262px; */
   /*  height:600px; */
	height: 100%;
}

.e-on-map{
    position:absolute;
    display:block;
    border:none;
   /*  left:662px; */
    /* width: 262px; */
 /*    height:500px; */
	height: 100%;
}


/* .tornado-energy-map .bottle__item {
	max-height: 106%;
}


.freshbe-map .bottle__item {
	max-height: 102%;
}

.e-on-map .bottle__item {
	max-height: 94%;
}


 */
.icon{
	overflow: hidden;
    display:inline-block;
    margin-left:0px;
    margin-right:10px;
    height:50px;
	vertical-align: middle;
	top: 50%;
}

.icon-description{
    opacity: 0;
    font-size: 80%;
    line-height: 15px;
	z-index: 0;
	position: relative;
	align-items: center;
	height: 100%;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
}

.icons {
	padding: 4px 0 0;
	height: 80px;
	max-height: 80px;
	overflow: hidden;
}
@media screen and  (max-height: 700px){
    .icons {
        padding-top:3%;
        height: inherit;
    }
    .product-box .slide-modal-content.left{
        padding: 5% 3% 3% 4%;
    }
    .product-box .slide-modal-content.right{
        padding: 3% 2% 3% 2%;
        margin-top: 14%;
    }
}

.icon-description.display-icon{
	display: inline-block;
}

.icon img {
	max-width: 45px;
	z-index: 1;
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.nowrap {
	white-space: nowrap;
}

.white-anchor, .white-anchor:hover{
    color:white;
    border:none;
}

img.hidden {
	/*display: none;*/
	visibility: hidden;
}

img.variation-image.hidden {
	display: block!important;
}

/** spinner */

.spinner {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	-sand-transform: translateX(-50%) translateY(-50%);
}

.container1 > div, .container2 > div, .container3 > div {
	width: 6px;
	height: 6px;
	background-color: #d32e26;

	border-radius: 100%;
	position: absolute;
	-webkit-animation: bouncedelay 1.2s infinite ease-in-out;
	animation: bouncedelay 1.2s infinite ease-in-out;
	/* Prevent first frame from flickering when animation starts */
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.spinner .spinner-container {
	position: absolute;
	width: 100%;
	height: 100%;
}

.container2 {
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
	-sand-transform: rotateZ(45deg);
}

.container3 {
	-webkit-transform: rotateZ(90deg);
	transform: rotateZ(90deg);
	-sand-transform: rotateZ(90deg);
}

.circle1 { top: 0; left: 0; }
.circle2 { top: 0; right: 0; }
.circle3 { right: 0; bottom: 0; }
.circle4 { left: 0; bottom: 0; }

.container2 .circle1 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}

.container3 .circle1 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

.container1 .circle2 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}

.container2 .circle2 {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}

.container3 .circle2 {
	-webkit-animation-delay: -0.7s;
	animation-delay: -0.7s;
}

.container1 .circle3 {
	-webkit-animation-delay: -0.6s;
	animation-delay: -0.6s;
}

.container2 .circle3 {
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
}

.container3 .circle3 {
	-webkit-animation-delay: -0.4s;
	animation-delay: -0.4s;
}

.container1 .circle4 {
	-webkit-animation-delay: -0.3s;
	animation-delay: -0.3s;
}

.container2 .circle4 {
	-webkit-animation-delay: -0.2s;
	animation-delay: -0.2s;
}

.container3 .circle4 {
	-webkit-animation-delay: -0.1s;
	animation-delay: -0.1s;
}

@-webkit-keyframes bouncedelay {
	0%, 80%, 100% {
		-webkit-transform: scale(0.0);
		-sand-transform: scale(0.0);
	}
	40% {
		-webkit-transform: scale(1.0);
		-sand-transform: scale(1.0);
	}
}

@keyframes bouncedelay {
	0%, 80%, 100% {
		-sand-transform: scale(0.0);
		transform: scale(0.0);
		-webkit-transform: scale(0.0);
	} 40% {
				-sand-transform: scale(1.0);
			transform: scale(1.0);
			-webkit-transform: scale(1.0);
		}
}

.teaser.animate4{
    max-width: 90%;
    margin: auto;
}

.canvas-border {
    position: absolute;
    opacity: 1;
    top: 0px;
    display: block;
    left:0px;
    z-index:-1;
}

.animated-background img{
    animation: zoom 12s alternate infinite;
    position: absolute;
    top: 0; left:0%;
    display: block;
    visibility: visible;
    /* width: 200px; */
    height: 100%;
}

.animated-background{
    overflow: hidden;
    position: relative;
    padding-top: 30%;
    width: 50%;
    margin: 0 auto;
}

.burnsbox {
    position:absolute;
    z-index:-1;
    float:left;
    display:block;
    opacity:1;
    height:90%;


    width:20%;
    visibility:visible;


}
.burnsbox img {

    height: 110%;
    z-index:-1;
}

.opacity0 {
	opacity: 0;
	transition: opacity 1s;
}

.opacity1 {
	opacity: 1;
}

.blocks-container{
	width:75%;
	margin: 0 auto;
	height:100%;
	display:block
}

.slide-content.products{
	text-align:center;
	height:100%;
}

.slide-content[data-variation-id="43"] .more_link,
.slide-content[data-variation-id="44"] .more_link,
.slide-content[data-variation-id="45"] .more_link,
.slide-content[data-variation-id="46"] .more_link,
.slide-content[data-variation-id="48"] .more_link,
.slide-content[data-variation-id="49"] .more_link {
  display: none;
}

.variation-image-new{
	/*height:80%;*/
	height:100%;
	position:relative;
	margin-left:-5px;
    max-height:580px;
	/*float:left;;*/
	/*display:block;*/
	/*margin-top:-3%;*/
	/*margin-right:15px;*/
}
.variation-image-new.bigger{
    height:128%;
    margin-top:-5%;
}

.slide-content.c-products{
    height:100%;
}

.product-image.E-ON{
    height:58%;

}

.product-image.FRESHBE{
    height: 83.4%;

}
.product-image.FRESH{
    height: 68%;
}

.product-image.TORNADO{
    height:68%;

}

.product-image.TORNADO.usa{
    height:78%;
}

.centered-products-container{
    height:80%;
    width:90%;
    margin: 0 auto;
    margin-top:7%;
    display:table;
}

.centered-product{
    vertical-align: middle;
    text-align: center;
    width:25%;
    height:100%;
    display:table-cell;
    text-decoration:none;
    border:none;
}

.product-image{
    text-align: center;
    display:block;
    margin:0 auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.centered-product:hover{
    text-decoration: none;
    border:none;
}

.product-image h3{
    height:10%;
    text-align:center;
    display:block;
}

.canvas-wrap {
	position: absolute;
	height: 100%;
	width: 100%;
}

.canvas-container {
	float: right;
}


.tornado-relock{
    height:107%;
    margin-top:-4%;

}
.relock{
    position:absolute;
    height:20%;
}
.relock-img{
   /* position:absolute;*/
    text-align: left;
    display:inline-block;
    top:0px;
    /*left:0px;*/
    right:35%;
    z-index:-1;
    overflow:visible;
    /*width:22%;*/
}

.relock.desctop{
    text-align: left;
    margin-top:-3%;
    z-index:0;
}

.relock.desctop .relock-img img {
    transform: translateY(-11%);
    -webkit-transform: translateY(-11%);
    -moz-transform: translateY(-11%);
    -ms-transform: translateY(-11%);
    -o-transform: translateY(-11%);
}

.relock-img img{
    width:100%;
}
.relock-text {
  /*  position:absolute;*/
    display:inline-block;
    font-size:18px;
    width:150px;
    text-align: left;
    z-index:-1;
}

.relock-pointer{
   /* position: absolute;*/
    display:inline-block;
    width:10%;
}

.relock-pointer-m{
    display: none;
}

.relock-pointer img{
    /*width:100%;*/
    margin-left:-150%;
    margin-top:-170%;
}

.pointer-rotated img{
    margin-top:-170%;
}
.relock-img-m{
    display:none;
}

.relock-text-m{
    display:none;
}


.relock.main span{
    font-size:16px;
}

.relock.main .relock-text{
    width:120px;
}

.desctop-m .relock-pointer img, .relock-pointer.nutr img{
    width:100%;
    margin-left:0px;
    margin-top:0px;
}

.relock-img-main img{
    width:80%;
    margin-left: -15%;
}

.relock-text-main{
    text-align: right;
    margin-right:-10px;
}

.relock.mobile-m{
    width:90%;
}

.relock-pointer-main img{
/*    width:130%;
    height:80%;
    margin-bottom: -60%;
    margin-left: -20%;*/
/*    width: 60%;
    height: 40%;
    margin-bottom: -77%;
    margin-left: -109%;*/
    width: 40%;
    height: 28%;
    margin-bottom: -110%;
    margin-left: -153%;
}

.pointer-rotated{
    -webkit-transform: rotate(-31deg);
    -moz-transform: rotate(-31deg);
    -ms-transform: rotate(-31deg);
    transform: rotate(-31deg);
}

.bottles-wrap {
	position: absolute;
	z-index: 1;
	margin-left: 44%;
	height: 133%;
	width: 55%;
	margin-top: -14%;
}

.bottle {
	overflow: hidden;

	-webkit-transition: -webkit-transform .5s;
	-webkit-transform-origin: 50%;
	-moz-transition: -moz-transform .5s;
	-moz-transform-origin: 50%;
	-ms-transition: -ms-transform .5s;
	-ms-transform-origin: 50%;
	transition: transform .5s;
	transform-origin: 50%;
	position: relative;
	max-height: 806px;
}

.bottle:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.bottle:hover .bottle__left {
	left: -100%;
	opacity: 0;
}

.bottle:hover .bottle__right {
	left: 100%;
	opacity: 0;
}

.bottle__item {
	position: absolute;
	display: block;
	max-height: 100%;
	max-width: 100%;
}

.bottle__item_active {
	opacity: 1;
}

.bottle__left,
.bottle__right {
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	transition:all .6s;

	width: 50%;
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 3;
	overflow: hidden;
}

.bottle__left {
	left: 0;
}

.bottle__right {
	left: 50%;
	background-position: 104% 0;
}

.bottle .bottle__item {
	top: 0;
}

.bottle__item_active {
	z-index: 2;
}


.background-show {
	display: none;
}

.bottle__active {
	z-index: 3;
}

/* div[data-anchor="intro"] .slide-content.red-box {
	top: 26%;
} */

.bottle {
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
}

.table {
	display: table;
}

.table__inner {
	display: table-cell;
	height: 100%;
}

.bottles-wrap .table__inner {
	vertical-align: middle;
}

.table__inner_tornado {
	width: 33.4%;
}

.table__inner_freshbe {
	width: 37%;
}

.table__inner_e-on {
	width: 26%;
}

.bottle__right .bottle__inner-wrap {
	float: right;
}

.coords-wrap {
	position: absolute;
	width: 100%;
	height: 100%;
}

.spinner-ie {
	background: url(../img/spinner.gif) no-repeat;
	width: 50px;
    height: 50px;
}

.spinner-ie .spinner-container {
	display: none;
}

.pointer-main{
    position:absolute;
    top:10%;
    right:18%;/*18*/
    width:5%;/*5*/
}


.pointer-main img{
    height:100%;
     width:100%;
}

.relock-pointer-main {
    visibility: hidden;
    opacity: 0;
}

.m-r-rotated{
    transform: rotate(-21deg);
    -webkit-transform: rotate(-21deg);
    -moz-transform: rotate(-21deg);
    -ms-transform: rotate(-21deg);
    -o-transform: rotate(-21deg);
}

.m-r-rotated-50{
    transform: rotate(-41deg) translateY(-11%);
    -webkit-transform: rotate(-41deg) translateY(-11%);
    -moz-transform:rotate(-41deg) translateY(-11%);
    -ms-transform: rotate(-41deg) translateY(-11%);
    -o-transform: rotate(-38deg) translateY(-15%);
}

@media screen and (max-width: 915px){
    .mainpage-mobile {
        margin:0 10px 0 -25px;
    }
    [data-region-anchor="FRESH BAR-ru"] .color-box .title {
        font-size:3ex;
    }
    [data-region-anchor="FRESH BAR-ru"] .teaser{
        font-size: 80%;
    }
}

.product-image + h3 {
	text-transform: uppercase;
}

.product-box a.more_link span {
	text-transform: uppercase;
}

.body.animate4{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

h3.red{
	width: 100%;
	display: block;
	text-align: center;
}
#page-about .slide-content.news h3{
	margin-left: 0 !important;
}

.social a {
	color: #fff;
}
.icon-description{
	top: 0px;
	vertical-align: top;
}
.icons .icon{
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	-webkit-display: inline-flex;
	-moz-display: inline-flex;
	-ms-display: inline-flex;
	-o-display: inline-flex;
	display: inline-flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
}

.uk .product-box .text-box, .usa .product-box .text-box{
	z-index: -2 !important;
}

/*.uk .variation-image-wrap, .usa .variation-image-wrap{*/
	/*z-index: 1000;*/
/*}*/

/*.variation-image-new{*/
	/*z-index: -2;*/
/*}*/

/*.product-box .variation-image-wrap{*/
	/*z-index: 2;*/
/*}*/
/*.ru .product-box .variation-image-wrap{*/
	/*z-index: -2;*/
/*}*/

#section0 h3.smaller-ru, #section0 h3.smaller{
	width: 335px;
}

.news-mobile .body.animate4{
	display: block
}


/**
REDESIGN
 */

/*.section[data-anchor="freshbe"] .variation-image-new {*/
/*	margin-left: -6%;*/
/*	margin-right: -4%;*/
/*}*/
/*.section[data-anchor="FRESH BAR"] .variation-image-new {*/
/*	margin-left: -6%;*/
/*	margin-right: -4%;*/
/*}*/

/*.section[data-region-anchor="TORNADO-usa"] .variation-image-new {*/
/*    margin-left: -2%;*/
/*}*/

/*.section[data-region-anchor="E-ON-ru"] .variation-image-new {*/
/*    margin-left: -6%;*/
/*    margin-right: -2%;*/

/*}*/
/*.section[data-region-anchor="TORNADO-ru"] .variation-image-new {*/
/*    margin-left: -7%;*/
/*    margin-right: -2%;*/
/*}*/
/*.section[data-region-anchor="FRESH BAR-ru"] .variation-image-new {*/
/*    margin-left: -6%;*/
/*    margin-right: -4%;*/

/*}*/
/*.section[data-region-anchor="FRESH BAR-ru"] .color-box {*/
/*    margin-top: 10%;*/

/*}*/
/*.section[data-region-anchor="ИЛЬИНСКИЕ-ru"] .variation-image-new {*/
/*  margin-left: 0;*/
/*  margin-right: -5%;*/
/*}*/
/*.section[data-region-anchor="ИЛЬИНСКИЕ-ru"] .color-box {*/
/*  padding-top: 80px;*/
/*}*/

/*#section3 .product-box .color-box {*/
/*  right: -69px;*/
/*  position: relative;*/
/*  z-index: 0;*/
/*}*/

/*[data-variation-id="49"] {*/
/*  display: none !important;*/
/*}*/
