/*
author: Developed by Stas Melnikov. http://stas-melnikov.ru
e-mail: melnik909@ya.ru
linkedIn: https://www.linkedin.com/in/melnik909
github: https://github.com/melnik909
facebook: https://www.facebook.com/melnik909
Template created with use of a Responsive Framework http://stas-melnikov.ru/responsive_elements/
*/
/*
 *helpers
 */
* {
  margin: 0;
  padding: 0;
  border: none;
}
/*
 *fonts helpers
 */
/*
 *fonts
 */
.icon {
  display: inline-block;
  vertical-align: middle;
}
.icon:before {
  content: "";
  display: block;
  background: no-repeat 50% 50%;
  background-size: cover;
  width: 1.8rem;
  height: 1.8rem;
}
.icon-tag:before {
  background-image: url("../icons/tags.svg");
}
.icon-user:before {
  background-image: url("../icons/user.svg");
}
/*
 *style template
 */
html {
  font-size: 10px;
}
@media screen and (max-width: 1366px) {
  html {
    font-size: 8px;
  }
}
@media screen and (max-width: 640px) {
  html {
    font-size: 6.5px;
  }
}
body {
  font-family: 'Times New Roman';
  font-size: 1.6rem;
  font-weight: 400;
}
a {
  color: #000000;
  text-decoration: none;
  -webkit-transition: color 0.4s ease-out 0s;
  transition: color 0.4s ease-out 0s;
}
a:hover {
  color: #138e25;
}
p {
  margin-bottom: 2rem;
  line-height: 135%;
}
p:last-of-type {
  margin-bottom: 0;
}
.responsive-img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.responsive-img-inline {
  max-width: 100rem;
  height: auto;
  display: inline;
  float: right;
  margin: 0rem 0rem 2rem 2rem;
}
@media screen and (max-width: 640px) {
.responsive-img-inline {
  max-width: 100%;  
  height: auto;
  display: block;
  margin: 0;
  margin-bottom: 1rem;
}
}
/*
 *grid
 */
.wrapper {
  border-bottom: 0px solid #eeeeee;
  box-shadow: 0 -0.5rem 2rem #eeeeee inset;
  margin-bottom: 0px;
}
.wrapper_decor {
  /*background-color: #0091be;*/
  background-color: #db4437;
  box-shadow: none;
}
.container {
  min-width: 100px;
  max-width: 1200px;
  position: relative;
  padding: 0 1rem;
  margin: 0 auto;
}
.container_hdr {
  min-width: 100px;
  max-width: 1600px;
  position: relative;
  padding: 0 1rem;
  margin: 0 0 0 16.5%;
  /*width: 65%;*/
}
@media screen and (max-width: 1200px) {
.container_hdr {
  min-width: 100px;
  max-width: 1200px;
  position: relative;
  padding: 0 1rem;
  margin: 0 auto;
  width: auto;
}
}
.container:after {
  content: "";
  display: block;
  clear: both;
}
.container_hdr:after {
  content: "";
  display: block;
  clear: both;
}
.content {
  padding-top: 2rem;
  padding-bottom: 1rem;
}
/*
 *titles
 */
.title {
  font-size: 3.5rem;
  font-weight: 400;
  color: #000000;
}
.content__title {
  margin-top: 2.5rem;
  margin-bottom: 4.0rem;
  padding-bottom: 1.5rem;
  /*border-bottom: 4px solid #db4437;*/
  border-bottom: 4px solid #99cc99;  
}
.title_little {
  font-size: 1.8rem;
  font-weight: 400;
}
.title_middle {
  font-size: 3rem;
  font-weight: 400;
  line-height: 3.5rem;
}
.title_small {
  font-size: 2.5rem;
  font-weight: 400;
}
/*
 *header
 */
.header {
    min-width: 100%;
  padding: 0rem 0 0rem 0;
  box-sizing: border-box;
  overflow: hidden;
  position: fixed;
  z-index: 10;
  background-color: rgba(153,204,153,0.85);
  -webkit-transition: padding 0.4s ease-out 0s;
  transition: padding 0.4s ease-out 0s;
  height: 8rem;
}
.header:after {
  content: "";
  display: block;
  clear: both;
}
/*
.header:after {
  content: "";
  display: inline-block;
  background-color: #ff8a80;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: .5rem;
  -webkit-transform: translateZ(0) translate(0, 0);
  transform: translateZ(0) translate(0, 0);
  -webkit-transition: transform 0.8s ease-out 0.4s;
  transition: transform 0.8s ease-out 0.4s;
}*/
.logo {
  font-size: 3rem;
  font-weight: 400;
  color: #FFFFFF;
  position: fixed;
  top: 80px;
  right: 1px;
  z-index: 0;
  min-height: 5px;
  min-width: 5px;
  
  background-image: url("../images/szati.png");
  background-size: cover;
  -webkit-transition: background-image 0.2s ease-in-out;
  
  width: 10%;
  height: 10%;
}
.logo:hover {
   background-image: url("../images/szati.png");
}
@media screen and (max-width: 1200px) {
.logo {
width: 10%;
height: 10%;
left: 100%;
margin-left: 10rem;
}
}

.ordernow {
  float: left;
  font-size: 3rem;
  font-weight: 400;
  color: white;
  vertical-align: middle;
  border-style: solid;
  border-color: #7df18e;
  border-width: 0.3rem;
  padding: 0.4rem;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: 5rem;
  margin-top: .5rem;
  margin-bottom: auto;
  
  -webkit-transition: color 0.2s ease-in 0s;
  transition: color 0.2s ease-in 0s;
  
  box-shadow: 0.2rem 0.2rem 0.5rem black;
}
.ordernow:hover {
  color: #7df18e;
}
.logo__item {  
  font-size: 1.6rem;
  font-weight: 400;
  color: #7df18e;
  display: block;
  text-align: right;
}
/*
 *navigation
 */
.fb_box {
  text-align: right;
  float: right;
  margin-left: 2.5rem;
 }
 .fb_box_mobile {
 display:none;
 }
 
@media screen and (max-width: 1200px) {
  .fb_box {
    display: none;
  }
   .fb_box_mobile {
    width: 202px;
	display:block;
	margin: 0 auto;
	/*background-color: #f6f7f9;*/
	background-color: #e9ebee;
  }
}

.menu {
  float: left;
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  line-height: 8rem;
}
.menu__icon {
  width: 2.8rem;
  height: 1.6rem;
  display: none;
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateZ(0) translate(0, 100%);
  transform: translateZ(0) translate(0, 100%);
  right: 1rem;	
}
.menu__icon:before {
  content: '';
  display: block;
  height: 0.4rem;
  width: 2.8rem;
  background-color: #99cc99;
  box-shadow: 0 0.8rem #99cc99, 0 1.6rem #99cc99;
}
.menu-list {
  position: relative;
  font-size: 2rem;
  font-weight: 400;
}
.menu-list__item {
  display: inline-block;
  vertical-align: top;
  margin: 0rem 3rem;
  font-variant: small-caps;
}
.menu-list__item:last-of-type {
  margin-right: 0;
}
.menu__link {
  color: #000000;
  -webkit-transition: color 0.2s ease-in 0s;
  transition: color 0.2s ease-in 0s;
  color: #FFFFFF;
}
.menu__link:hover {
  color: #000000;
}
.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 15;
  -webkit-transform: translateZ(0) translate(-100%, 0);
  transform: translateZ(0) translate(-100%, 0);
  width: 100%;
  height: 100%;
  background-color: #99cc99;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.mobile-menu .menu-close {
  display: block;
}
.menu-close {
  position: absolute;
  right: 1rem;
  top: 0;
  z-index: 9999;
  display: none;
  cursor: pointer;
  font-size: 6rem;
  color: #ffffff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mobile-menu-list {
  width: 100%;
  line-height: 3rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateZ(0) translate(0, -50%);
  transform: translateZ(0) translate(0, -50%);
}
.mobile-menu-list__item {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: block;
  text-align: center;
}
.mobile-menu__link {
  font-size: 3rem;
  color: #ffffff;
}
.mobile-menu__link:hover {
  color: #7c3737;  
}
.fullscreen-menu .mobile-menu {
  opacity: 1;
  -webkit-transform: translateZ(0) translate(0, 0);
  transform: translateZ(0) translate(0, 0);
}
@media screen and (max-width: 1200px) {
  .menu__icon {
    display: block;
  }
  .menu-list {
    display: none;
  }
}

/*
	HAKOLAS
*/


/*
 *fullwidth-banner
 */
 .fullwidthfullheigth-banner {
  height: 800px;
  text-align: center;
  /*padding-top: 10rem;*/
  /*border-bottom: solid 8px #ff8a80;*/
  background-image: url("../images/bg1.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-attachment: fixed;
  box-shadow: 0 -0.5rem 2rem #eeeeee inset;
  border-bottom: 1px solid #eeeeee;
}

.kiemelt {
  font-size: 2.4rem;
  border-bottom: 0.3rem solid #7df18e;
}

.varolista {
  font-weight: bold;
  color: red;

}

#about {
  background-image: url("../images/bgTISZK.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  padding-top: 20rem;
  padding-bottom: 15rem;
  box-shadow: none;
  font-size: 2.2rem;
}

#kapcs {
  background-image: url("../images/bg1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  padding-top: 15rem;
  padding-bottom: 20rem;
  box-shadow: none;
  font-size: 2.2rem;
}

#refere {
  background-image: url("../images/bgzold.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  padding-top: 15rem;
  padding-bottom: 20rem;
  box-shadow: none;
  font-size: 2.2rem;
}

#kapcsolat {
  background-image: url("../images/bg_ghost.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  padding-top: 10rem;
  padding-bottom: 20rem;
  box-shadow: none;
  font-size: 2.2rem;
}

.messageform {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 75%;
}
.messageform_iframe
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.whitebox {
	width: 65%;
	background-color: rgba(255,255,255,0.7);
	padding: 3rem 4rem 4rem 4rem;
	text-align: justify;
	text-justify: inter-word;
	
}
@media screen and (max-width: 1200px) {
.whitebox {
	width: 80%;
	background-color: rgba(255,255,255,0.7);
	padding: 1.5rem 2rem 2rem 2rem;
	text-align: justify;
	text-justify: inter-word;
	}
}

#slide1:before {
  background-image: url("../images/bgzold.jpg");
  transform: translateZ(-1px) scale(2);
  z-index:-1;
}
.fullwidth-banner {
  height: 50rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  border-bottom: 0px solid #eeeeee;
}
#banner_szaritott_szog {
	background-image: url("../images/OK4.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
#banner_metiko {
	background-image: url("../images/bg1.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
#banner_sokpapr {
	background-image: url("../images/OK2.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
@media screen and (max-width: 480px) {
#banner_szaritott_szog {
	background-image: url("../images/bg_uveg_szog.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	height: auto;
	padding-top: 66.75%;
}
#banner_metiko {
	background-image: url("../images/bg_metiko.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	height: auto;
	padding-top: 54.6878%;
}
#banner_sokpapr {
	background-image: url("../images/bg_sokpapr.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
}
.fullwidth-banner__img {
  display: inline-block;
  vertical-align: middle;
}
.fullwidth-banner__inner {
  width: 50%;
  padding-top:auto;
  padding-bottom:auto;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  color: white;
  font-size: 4.5rem;
  /*font-style: italic;*/
  font-style: bold;
}

@media screen and (max-width: 768px) {
  .fullwidth-banner__inner {
    width: 100%;
    text-align: center;
  }
}

.about__layout {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.about__column {
  width: 100%;
  padding-bottom: 1rem;
}
.about__column:nth-of-type(2n+1) {
  margin-right: 1%;
  margin-left: 0;
}
.about__column:nth-of-type(2n+2) {
  margin-right: 0;
  margin-left: 1%;
}
@media screen and (max-width: 768px) {
  .about__layout {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about__column {
    width: 100%;
  }
  .about__column:nth-of-type(2n+1),
  .about__column:nth-of-type(2n+2) {
    margin-right: 0;
    margin-left: 0;
  }
  .about__column:nth-of-type(2n+1) {
    margin-bottom: 2rem;
  }
}
/*
 *skills
 */
.skills__item {
  margin-bottom: 2.5rem;
}
.skills__item:after {
  content: "";
  display: block;
  clear: both;
}
.skills__item:last-of-type {
  margin-bottom: 0;
}
.skill-value {
  background-color: #eeeeee;
  border-radius: 5px;
  overflow: hidden;
}
.skill-value:after {
  content: "";
  display: block;
  width: 100%;
  height: 3rem;
  border-radius: 5px;
  -webkit-transform: translateZ(0) translate(-100%, 0);
  transform: translateZ(0) translate(-100%, 0);
  -webkit-transition: transform 0.7s ease-out 0s;
  transition: transform 0.7s ease-out 0s;
}
.skill-value_blue:after {
  background-color: #0091be;
}
.skill-value_green:after {
  background-color: #40c95d;
}
.skill-value_yellow:after {
  background-color: #d7d93f;
}
.skills_active .skill-value_blue:after {
  -webkit-transform: translateZ(0) translate(-10%, 0);
  transform: translateZ(0) translate(-10%, 0);
}
.skills_active .skill-value_green:after {
  -webkit-transform: translateZ(0) translate(-15%, 0);
  transform: translateZ(0) translate(-15%, 0);
}
.skills_active .skill-value_yellow:after {
  -webkit-transform: translateZ(0) translate(-5%, 0);
  transform: translateZ(0) translate(-5%, 0);
}
.skill {
  margin-bottom: 1.5rem;
  font-weight: bold;
}
/*
 *projects
 */
.projects {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-img {
  position: relative;
  text-align: center;
}
.project {
  margin-bottom: 2rem;
  position: relative;
  text-align: center;
  width: 98%;
  background-color: rgba(255,255,255,0.4);
  
  -webkit-touch-callout: none; 
  -webkit-user-select: none;  
  -khtml-user-select: none;    
  -moz-user-select: none;      
  -ms-user-select: none;
}

.project:nth-of-type(4n+2) {
  margin-left: 0%;
  margin-right: 0%;
}
.project:nth-of-type(4n+3) {
  margin-right: 0%;
  margin-left: 0%;
}
/*
  .project:nth-of-type(4n+2) {
    margin-left: 0;
    margin-right: 0;
  }
  .project:nth-of-type(4n+3) {
    margin-right: 0;
    margin-left: 0;
  }
  .project:nth-of-type(3n+2) {
    margin-right: 2%;
    margin-left: 2%;
  }*/
.project:hover .project__overlay {
  opacity: 1;
}
.project__overlay {
  font-size: 2rem;
  font-size: 1vw;
  /*background-color: #bcbcbc;*/
  /*background-color: rgba(98,215,123,0.8);*/
  /*background-color: rgba(255,126,0,0.8);*/
  /*background-color: rgba(0,0,0,0.8);*/
  /*background-color: rgba(124,55,55,0.8);*/
  background-color: rgba(255,255,255,0.8);
  opacity: 0;
  overflow: visible;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  -webkit-transition: opacity 0.6s ease 0s;
  transition: opacity 0.6s ease 0s;
}
.project__name {
            
  width: 97%;
  padding:1%;
  display: block;
  color: black;
  position: absolute;
  top: 50%;
  -webkit-transform: translateZ(0) translate(0, -50%);
  transform: translateZ(0) translate(0, -50%);
}
@media screen and (max-width: 1280px) {
  .project__overlay {
    font-size: 2rem;
  }
  .project {
    width: 97%;
  }
  .project:nth-of-type(4n+2) {
    margin-left: 0;
    margin-right: 0;
  }
  .project:nth-of-type(4n+3) {
    margin-right: 0;
    margin-left: 0;
  }
  .project:nth-of-type(3n+2) {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .project {
    width: 97%;
    margin-bottom: 1rem;
  }
  .project:nth-of-type(3n+2) {
    margin-right: 0;
    margin-left: 0;
  }
  .project:nth-of-type(2n+1) {
    margin-right: 0;
    margin-left: 0;
  }
  .project:nth-of-type(2n+2) {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 480px) {
  .project {
    width: 97%;
  }
  .project:nth-of-type(2n+1),
  .project:nth-of-type(2n+2) {
    margin-right: 0;
    margin-left: 0;
  }
}
/*
 *blog
 */
.posts__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.posts__column {
  width: 49%;
}
.posts__column:nth-of-type(2n+1) {
  margin-right: 1%;
  margin-left: 0;
}
.posts__column:nth-of-type(2n+2) {
  margin-right: 0;
  margin-left: 1%;
}
.article {
  margin-top: 5rem;
}
.article:after {
  content: "";
  display: block;
  clear: both;
}
.article_main {
  margin-top: 0;
}
.article__header:after {
  content: "";
  display: block;
  clear: both;
}
.article__content {
  float: right;
  width: 85%;
}
.article__footer {
  float: right;
  width: 100%;
}
.article__author {
  float: left;
}
.article__tags {
  float: right;
}
.article__title {
  margin-bottom: 2.5rem;
}
.article__icon {
  margin-right: .5rem;
}
.article__img {
  margin-bottom: 2.5rem;
}
.article__readmore {
  color: #000000;
}
.article__readmore:hover {
  color: #0091be;
}
.article__tag {
  padding: .2rem 1rem;
  background-color: #0091be;
  margin-bottom: 1.5rem;
  display: inline-block;
  vertical-align: top;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 400;
}
.article__date {
  float: left;
  width: 10%;
  text-align: center;
}
.article__day {
  background-color: #eeeeee;
  padding: 1.5rem .5rem;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 400;
}
.article__month {
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 400;
  background-color: #0091be;
  padding: .5rem;
  text-align: center;
}
.article__label {
  color: #000000;
  font-size: 1.4rem;
  font-weight: 400;
  display: inline-block;
  vertical-align: middle;
  margin-right: .5rem;
}
@media screen and (max-width: 480px) {
  .posts__column {
    width: 100%;
  }
  .posts__column:nth-of-type(2n+1),
  .posts__column:nth-of-type(2n+2) {
    margin-right: 0;
    margin-left: 0;
  }
}
/*
 *contacts
 */
.contacts {
  position: relative;
  min-width: 100%;
}
.contacts__info {
  width: 36rem;
  padding: 2.5rem 3.5rem;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  left: 10%;
  top: 11rem;
  z-index: 2;
}
.contacts__title {
  margin-bottom: 1.5rem;
}
.contacts__map {
  height: 45rem;
  width: 100%;
}
.gm-style-iw * {
  display: block;
  width: 100%;
}
.gm-style-iw h4,
.gm-style-iw p {
  margin: 0;
  padding: 0;
}
.gm-style-iw a {
  color: #4272db;
}
@media screen and (max-width: 640px) {
  .contacts__info {
    display: none;
  }
  .contacts__map {
    height: 25rem;
    width: 100%;
  }
}
/*
 *footer
 */
.footer {
  min-width: 100px;
  padding: 2rem 0rem 2rem 0rem;
  background-color: #3c3838;
   background-color: rgba(153,204,153,0.85);
  font-size: 1.5rem;
  color: #fefefe;
  border-top: solid 0.0rem rgba(0,0,0,0.13);
  bottom:0;
  width: 100%;
}
.footer:after {
  content: "";
  display: block;
  clear: both;
}
.footer__right-column {
  float: right;
  text-align: right;
}
.footer__left-column {
  float: left;
}
.footer__link {
  color: #ffffff;
}
.footer__link:hover {
  color: #fefefe;
}
.copyright {
  margin-left: 2.5rem;
}
@media screen and (max-width: 640px) {
  .copyright,
  .author {
    float: left;
    margin-left: 1rem;
  }
}
/*
 *preloader
 */
.preloader_active:after {
  content: "";
  display: block;
  background-color: #db4437;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 998;
}
.preloader_active .mpc_preloader {
  position: absolute;
  top: 50%;
  -webkit-transform: translateZ(0) translate(0, -50%);
  transform: translateZ(0) translate(0, -50%);
  position: fixed;
  left: 50%;
  z-index: 999;
  -webkit-transform: translateZ(0) translate(-50%, -50%);
  transform: translateZ(0) translate(-50%, -50%);
}
.preloader_active .mpc_preloader9:before,
.preloader_active .mpc_preloader9:after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  position: absolute;
}
.preloader_active .mpc_preloader9:before {
  background-color: #6cc88a;
  -webkit-transform: translateZ(0) translate(-50%, 0%);
  transform: translateZ(0) translate(-50%, 0%);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: mpc_preloader_left_round 1.8s infinite ease-in-out;
  animation: mpc_preloader_left_round 1.8s infinite ease-in-out;
}
.preloader_active .mpc_preloader9:after {
  background-color: #4fc3f7;
  -webkit-transform: translateZ(0) translate(150%, 0%);
  transform: translateZ(0) translate(150%, 0%);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: mpc_preloader_right_round 1.8s infinite ease-in-out;
  animation: mpc_preloader_right_round 1.8s infinite ease-in-out;
}
@-webkit-keyframes mpc_preloader_left_round {
  50% {
    -webkit-transform: translateZ(0) translate(150%, 0%);
    transform: translateZ(0) translate(150%, 0%);
  }
  100% {
    -webkit-transform: translateZ(0) translate(-50%, 0%);
    transform: translateZ(0) translate(-50%, 0%);
  }
}
@keyframes mpc_preloader_left_round {
  50% {
    -webkit-transform: translateZ(0) translate(150%, 0%);
    transform: translateZ(0) translate(150%, 0%);
  }
  100% {
    -webkit-transform: translateZ(0) translate(-50%, 0%);
    transform: translateZ(0) translate(-50%, 0%);
  }
}
@-webkit-keyframes mpc_preloader_right_round {
  50% {
    -webkit-transform: translateZ(0) translate(-50%, 0%);
    transform: translateZ(0) translate(-50%, 0%);
  }
  100% {
    -webkit-transform: translateZ(0) translate(150%, 0%);
    transform: translateZ(0) translate(150%, 0%);
  }
}
@keyframes mpc_preloader_right_round {
  50% {
    -webkit-transform: translateZ(0) translate(-50%, 0%);
    transform: translateZ(0) translate(-50%, 0%);
  }
  100% {
    -webkit-transform: translateZ(0) translate(150%, 0%);
    transform: translateZ(0) translate(150%, 0%);
  }
}
