@font-face {
  font-family: 'open_sanslight';
  src: url('/css/front/frame/fonts/OpenSans-Light-webfont.eot');
  src: url('/css/front/frame/fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'), url('/css/front/frame/fonts/OpenSans-Light-webfont.woff') format('woff'), url('/css/front/frame/fonts/OpenSans-Light-webfont.ttf') format('truetype'), url('/css/front/frame/fonts/OpenSans-Light-webfont.svg#open_sanslight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open_sansregular';
  src: url('/css/front/frame/fonts/OpenSans-Regular-webfont.eot');
  src: url('/css/front/frame/fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('/css/front/frame/fonts/OpenSans-Regular-webfont.woff') format('woff'), url('/css/front/frame/fonts/OpenSans-Regular-webfont.ttf') format('truetype'), url('/css/front/frame/fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open_sanssemibold';
  src: url('/css/front/frame/fonts/OpenSans-Semibold-webfont.eot');
  src: url('/css/front/frame/fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'), url('/css/front/frame/fonts/OpenSans-Semibold-webfont.woff') format('woff'), url('/css/front/frame/fonts/OpenSans-Semibold-webfont.ttf') format('truetype'), url('/css/front/frame/fonts/OpenSans-Semibold-webfont.svg#open_sanssemibold') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*---------------BODY/STRUCTURE---------------*/
/*body background color*/
/*body font size*/
/*body font color*/
/*body font family*/
/*---------------wrapper---------------*/
/*responsive wrappers*/
/*responsive break points*/
/*---------------navigation---------------*/
/*link color*/
/*---------------STYLE---------------*/
/* fonts */
h1,
h2,
h3,
h4,
strong {
  font-family: "open_sanssemibold", Arial, Helvetica, sans-serif;
  font-weight: normal;
}
/* body */
body {
  background-color: #ffffff;
  font-family: 'open_sansregular', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 14px;
  min-width: 220px;
}
hr {
  border: 0;
  height: 1px;
  background: #DDDDDD;
}
a {
  text-decoration: none;
  color: #888888;
}
a:hover {
  color: #555555;
}
/* frame */
.ace-frame {
  width: 100%;
}
.ace-frame-inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
  top: 0;
  right: 0;
}
/* header */
.ace-head {
  width: 100%;
  height: 130px;
  /*end of inner head*/
}
.ace-head .ace-head-shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 45px;
  box-shadow: inset 0 -10px 10px -10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 -10px 10px -10px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 -10px 10px -10px rgba(0, 0, 0, 0.3);
  background: #fafafa;
}
.ace-head .ace-head-inner {
  position: relative;
  width: 1100px;
  height: 130px;
  margin: 0 auto;
  /* search */
  /**/
}
@media all and (max-width: 1150px) {
  .ace-head .ace-head-inner {
    width: 98%;
  }
}
.ace-head .ace-head-inner .logo {
  position: absolute;
  top: 30px;
  left: 0;
  width: 250px;
  height: 100px;
  max-width: 60%;
  z-index: 9;
}
.ace-head .ace-head-inner .logo img {
  max-width: 100%;
  height: auto;
}
.ace-head .ace-head-inner .search {
  position: absolute;
  top: 12px;
  right: 0;
  color: #cacaca;
}
@media all and (max-width: 500px) {
  .ace-head .ace-head-inner .search {
    display: none;
  }
}
.ace-head .ace-head-inner .search .search-title {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  margin: 0 10px 0 0;
}
.ace-head .ace-head-inner .search .search-form {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.ace-head .ace-head-inner .search .search-form input {
  width: 150px;
  padding: 2px 3px 4px 25px;
  outline: 0;
  box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.3);
  border: none;
  border-radius: 8px;
  background: #ededed;
  color: #222222;
  font-size: 12px;
}
.ace-head .ace-head-inner .search .search-form button {
  position: absolute;
  top: 1px;
  right: 160px;
  width: 15px;
  height: 15px;
  display: inline-block;
  zoom: 1;
  line-height: normal;
  white-space: nowrap;
  vertical-align: baseline;
  text-align: center;
  cursor: pointer;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
  background: none;
  outline: 0;
}
.ace-head .ace-head-inner .search .search-form button span {
  position: absolute;
  top: 5px;
  right: 0;
  width: 12px;
  height: 12px;
  background: url("/img/sprite-ekosan.png") no-repeat;
}
.ace-head .ace-head-inner .search .search-form button span.ico {
  opacity: 1;
  background-position: -164px -14px;
}
.ace-head .ace-head-inner .search .search-form button span.ico-b {
  opacity: 0;
  background-position: -164px -64px;
}
.ace-head .ace-head-inner .search .search-form button span.ico:hover {
  opacity: 0;
}
.ace-head .ace-head-inner .search .search-form button span.ico-b:hover {
  opacity: 1;
}
/* navigation */
.nav-wrap {
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
}
@media all and (max-width: 1000px) {
  .nav-wrap {
    right: 0;
    top: 0;
    height: 100%;
    width: 1px;
  }
}
.nav {
  display: block;
  position: absolute;
  width: 1100px;
  margin: 60px auto;
  z-index: 8;
}
@media all and (max-width: 1150px) {
  .nav {
    width: 98%;
  }
}
@media all and (max-width: 1000px) {
  .nav {
    display: none;
  }
}
.nav ul {
  float: right;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media all and (max-width: 1000px) {
  .nav ul {
    float: none;
    width: 250px;
    margin: 40px 0 0 0;
  }
}
.nav ul li {
  float: left;
  margin: 0 0 0 10px;
  padding: 0;
}
@media all and (max-width: 1000px) {
  .nav ul li {
    display: block;
    float: none;
    border-bottom: 1px solid #DDDDDD;
    padding-left: 20px;
    margin: 0;
  }
}
.nav ul li a {
  display: inline-block;
  padding: 10px 0 10px 0;
  text-decoration: none;
  color: #a7a7a7;
}
.nav ul li a.active {
  color: #8dca62;
}
.nav ul li:hover a {
  color: #8dca62;
}
.side-nav {
  display: none;
}
@media all and (max-width: 1000px) {
  .side-nav {
    display: inline-block;
    position: absolute;
    width: 200px;
    right: -200px;
    top: 0;
    height: 100%;
    margin: 0;
    background: #fafafa;
    box-shadow: inset 7px 0 9px -7px rgba(0, 0, 0, 0.4);
  }
}
@media all and (max-width: 1000px) {
  .side-nav ul {
    list-style: none;
    float: none;
    width: 200px;
    margin: 40px 0 0 0;
    padding: 0;
  }
}
@media all and (max-width: 1000px) {
  .side-nav ul li {
    display: block;
    float: none;
    border-bottom: 1px solid #DDDDDD;
    padding-left: 20px;
    margin: 0;
  }
}
.side-nav ul li a {
  display: inline-block;
  padding: 10px 0 10px 0;
  text-decoration: none;
  color: #a7a7a7;
}
.side-nav ul li a.active {
  color: #8dca62;
}
.side-nav ul li:hover a {
  color: #8dca62;
}
.side-nav .search {
  display: none;
  color: #cacaca;
  margin: 10px 0;
}
@media all and (max-width: 500px) {
  .side-nav .search {
    display: block;
  }
}
.side-nav .search .search-title {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  margin: 0 0 0 20px;
  text-align: center;
}
.side-nav .search .search-form {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 5px 0 0 20px;
}
.side-nav .search .search-form input {
  width: 150px;
  padding: 2px 3px 4px 25px;
  outline: 0;
  box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.3);
  border: none;
  border-radius: 8px;
  background: #ededed;
  color: #222222;
  font-size: 12px;
}
.side-nav .search .search-form button {
  position: absolute;
  top: 1px;
  right: 160px;
  width: 15px;
  height: 15px;
  display: inline-block;
  zoom: 1;
  line-height: normal;
  white-space: nowrap;
  vertical-align: baseline;
  text-align: center;
  cursor: pointer;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
  background: none;
  outline: 0;
}
.side-nav .search .search-form button span {
  position: absolute;
  top: 5px;
  right: 0;
  width: 12px;
  height: 12px;
  background: url("/img/sprite-ekosan.png") no-repeat;
}
.side-nav .search .search-form button span.ico {
  opacity: 1;
  background-position: -164px -14px;
}
.side-nav .search .search-form button span.ico-b {
  opacity: 0;
  background-position: -164px -64px;
}
.side-nav .search .search-form button span.ico:hover {
  opacity: 0;
}
.side-nav .search .search-form button span.ico-b:hover {
  opacity: 1;
}
/**/
/*responsive wrappers*/
/*responsive break points*/
.burger {
  display: none;
  width: 26px;
  height: 26px;
  margin: 50px auto;
  position: absolute;
  right: 14px;
  top: 18px;
  cursor: pointer;
  transition: right 0.5s ease;
  z-index: 9;
}
@media all and (max-width: 1000px) {
  .burger {
    display: block;
  }
}
@media all and (max-width: 360px) {
  .burger {
    top: 10px;
  }
}
.burger:hover .slice {
  background-color: #4F845F;
}
.burger:nth-child(2):hover .slice {
  background-color: black;
}
.burger:nth-child(3):hover .slice {
  background-color: #A29586;
}
.burger .slice {
  width: 100%;
  height: 20%;
  background-color: #9DC4A9;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-delay: 0.6s;
  /*-webkit-transition: top 0.5s ease-in-out 0.6s, left 0.5s ease-in-out 0.6s, transform 0.5s ease-in-out 0.6s, width 0.5s ease-in-out 0.6s, background-color 0.9s ease;	*/
  transition: top 0.5s ease-in-out 0.6s, left 0.5s ease-in-out 0.6s, transform 0.5s ease-in-out 0.6s, width 0.5s ease-in-out 0.6s, background-color 0.9s ease;
}
.burger:nth-child(2) .slice {
  background-color: #888D97;
}
.burger:nth-child(3) .slice {
  background-color: #D8D3CD;
}
.burger .slice:nth-child(2) {
  top: 40%;
}
.burger .slice:nth-child(3) {
  top: 80%;
}
.burger-opened .slice:nth-child(1) {
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
  width: 120%;
  left: -10%;
  top: 40%;
}
.burger-opened .slice:nth-child(2) {
  -ms-transform: rotate(-45deg);
  /* IE 9 */
  -webkit-transform: rotate(-45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-45deg);
  width: 120%;
  left: -10%;
  top: 40%;
}
.burger-opened .slice:nth-child(3) {
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
  width: 120%;
  left: -10%;
  top: 40%;
}
/* footer */
.ace-foot {
  width: 100%;
  border-top: 1px solid #e0e0e0;
  margin: 30px 0 0 0;
  color: #cacaca;
}
.ace-foot a {
  color: #cacaca;
  text-decoration: none;
  font-size: 12px;
}
.ace-foot a:hover {
  color: #c0c0c0;
}
.ace-foot .ace-foot-inner {
  width: 1100px;
  height: 100px;
  position: relative;
  margin: 0 auto;
}
@media all and (max-width: 1150px) {
  .ace-foot .ace-foot-inner {
    width: 98%;
  }
}
.ace-foot .ace-foot-inner .ace-foot-links {
  position: absolute;
  top: 40px;
  left: 0;
}
@media all and (max-width: 500px) {
  .ace-foot .ace-foot-inner .ace-foot-links {
    position: static;
    width: 100%;
    display: block;
    margin: 20px 0;
    text-align: center;
  }
}
.ace-foot .ace-foot-inner .ace-foot-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ace-foot .ace-foot-inner .ace-foot-links ul li {
  display: inline-block;
  vertical-align: middle;
  border-right: 1px solid #cacaca;
}
.ace-foot .ace-foot-inner .ace-foot-links ul li a {
  padding: 3px 7px 3px 4px;
}
.ace-foot .ace-foot-inner .ace-foot-links ul li:last-child {
  border: none;
}
.ace-foot .ace-foot-inner .fluena {
  position: absolute;
  right: 0;
  top: 40px;
}
@media all and (max-width: 500px) {
  .ace-foot .ace-foot-inner .fluena {
    position: static;
    width: 100%;
    display: block;
    margin: 20px 0;
    text-align: center;
  }
}
.ace-foot .ace-foot-inner .fluena .fluena-logo {
  display: inline-block;
  width: 20px;
  height: 12px;
  background: url('/img/fluena-logo-small.png') no-repeat 0 -40px;
  margin: 0 3px;
}
.ace-foot .ace-foot-inner .fluena:hover .fluena-logo {
  background-position: 0 0;
}
/* social */
.social-wrap {
  position: absolute;
  top: 50%;
  right: 50%;
  text-align: center;
  height: 35px;
}
@media all and (max-width: 500px) {
  .social-wrap {
    position: static;
    width: 100%;
    display: block;
    margin: 20px 0;
    text-align: center;
  }
}
.social {
  position: relative;
  top: -16px;
  right: -69px;
  display: inline-block;
  overflow: hidden;
}
@media all and (max-width: 500px) {
  .social {
    position: static;
  }
}
.social p,
.social a,
.logo-footer {
  text-indent: -9999px;
}
.social a span {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 36px;
  height: 36px;
  background: url('/img/sprite-ekosan.png') no-repeat;
}
.social a.facebook span.front {
  background-position: -2px -3px;
}
.social a.twitter span.front {
  background-position: -52px -3px;
}
.social a.google span.front {
  background-position: -102px -3px;
}
.social a.youtube span.front {
  background-position: -252px -3px;
}
.social a.facebook span.back {
  background-position: -2px -53px;
}
.social a.twitter span.back {
  background-position: -52px -53px;
}
.social a.google span.back {
  background-position: -102px -53px;
}
.social a.youtube span.back {
  background-position: -252px -53px;
}
.social a {
  float: left;
  width: 36px;
  height: 36px;
  margin: 0 0 0 10px;
  position: relative;
  -webkit-perspective: 600px;
  -moz-perspective: 600px;
}
.social a .front {
  float: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 900;
  width: inherit;
  height: inherit;
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-transform: rotateX(0deg) rotateY(0deg);
  -moz-transform-style: preserve-3d;
  -moz-backface-visibility: hidden;
  transform: rotateX(0deg) rotateY(0deg);
  transform-style: preserve-3d;
  backface-visibility: hidden;
  /* -- transition is the magic sauce for animation -- */
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.social a:hover .front {
  z-index: 900;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateX(0deg) rotateY(180deg);
}
.social a .back {
  float: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 800;
  width: inherit;
  height: inherit;
  -webkit-transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-transform: rotateY(-180deg);
  -moz-transform-style: preserve-3d;
  -moz-backface-visibility: hidden;
  transform: rotateX(0deg) rotateY(-180deg);
  transform-style: preserve-3d;
  backface-visibility: hidden;
  /* -- transition is the magic sauce for animation -- */
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.social a:hover .back {
  z-index: 1000;
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  -moz-transform: rotateX(0deg) rotateY(0deg);
  transform: rotateX(0deg) rotateY(0deg);
}
/* helpers */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1;
}
/* hide */
.hide {
  display: none;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
