@charset "UTF-8";
/* line 1, ../scss/sass/main/_global.scss */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 6, ../scss/sass/main/_global.scss */
html {
  margin: 0;
  padding: 0;
  height: 100%;
}

/* line 11, ../scss/sass/main/_global.scss */
body {
  font-family: "VA-Rounded-Bold", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  line-height: 1.3;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  padding: 0;
  height: 100%;
  background: url("../images/bg2.gif") repeat;
}

/* line 28, ../scss/sass/main/_global.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

/* line 40, ../scss/sass/main/_global.scss */
a {
  color: inherit;
  text-decoration: none;
  vertical-align: top;
  outline: 0;
}
/* line 46, ../scss/sass/main/_global.scss */
a:hover {
  color: #000;
  text-decoration: none;
}

/* line 51, ../scss/sass/main/_global.scss */
a:focus,
button:focus {
  outline: 0;
  outline: -webkit-focus-ring-color auto 0;
  outline-offset: 0;
}

/* line 57, ../scss/sass/main/_global.scss */
img {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

/* line 65, ../scss/sass/main/_global.scss */
table {
  border-collapse: collapse;
}

/* line 68, ../scss/sass/main/_global.scss */
iframe {
  border: none;
  vertical-align: top;
}

/* line 72, ../scss/sass/main/_global.scss */
li, ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 77, ../scss/sass/main/_global.scss */
ul li {
  display: inline-block;
  list-style: none;
  vertical-align: top;
}

/* line 83, ../scss/sass/main/_global.scss */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  line-height: 1.2;
  color: inherit;
  text-rendering: optimizelegibility;
}

/* line 90, ../scss/sass/main/_global.scss */
h1, h2, h3 {
  line-height: 1.3;
}

/* line 94, ../scss/sass/main/_global.scss */
h1 {
  font-size: 2.5em;
}

/* line 95, ../scss/sass/main/_global.scss */
h2 {
  font-size: 2em;
}

/* line 96, ../scss/sass/main/_global.scss */
h3 {
  font-size: 1.2857em;
}

/* line 97, ../scss/sass/main/_global.scss */
h4 {
  font-size: 1em;
}

/* line 98, ../scss/sass/main/_global.scss */
h5 {
  font-size: .9375em;
}

/* line 99, ../scss/sass/main/_global.scss */
h6 {
  font-size: .786em;
}

/* line 100, ../scss/sass/main/_global.scss */
p {
  line-height: 1.5;
  margin: 3px 0 15px;
}

/*–––––––––––––LAYOUT–––––––––––––*/
/* line 5, ../scss/sass/main/_grid.scss */
body [class*=col]:first-child {
  margin-left: 0;
}

/* line 7, ../scss/sass/main/_grid.scss */
.col-x {
  width: auto;
}

/* line 9, ../scss/sass/main/_grid.scss */
.container {
  margin: 0 auto;
  width: 980px !important;
  *zoom: 1;
}
/* line 13, ../scss/sass/main/_grid.scss */
.container:after {
  content: "";
  display: table;
  clear: both;
}

/* line 21, ../scss/sass/main/_grid.scss */
.clearfix:after, .clearfix:before,
.row:after,
.row:before {
  display: table;
  content: "";
  line-height: 0;
}
/* line 27, ../scss/sass/main/_grid.scss */
.clearfix:after,
.row:after {
  clear: both;
}

/* line 1, ../scss/sass/main/_header.scss */
#preloader {
  background: #ff9c9c;
  height: 100%;
  width: 100%;
  z-index: 999999;
  position: fixed;
}

/* line 2, ../scss/sass/main/_header.scss */
#preloader .container {
  height: auto;
}

/* line 4, ../scss/sass/main/_header.scss */
.spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 0 auto;
}

/* line 6, ../scss/sass/main/_header.scss */
.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

/* line 8, ../scss/sass/main/_header.scss */
.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
/* line 16, ../scss/sass/main/_header.scss */
.header {
  position: relative;
  z-index: 5;
}
/* line 20, ../scss/sass/main/_header.scss */
.header__shadow {
  position: absolute;
  top: 145px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
/* line 28, ../scss/sass/main/_header.scss */
.header #droppable, .header #droppable2, .header #droppable3, .header #droppable4, .header #droppable5, .header #droppable5b, .header #droppable5c, .header #droppable6, .header #droppable8, .header #droppable7 {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 65px;
  height: 65px;
  top: 140px;
  display: none;
}
/* line 48, ../scss/sass/main/_header.scss */
.header .char {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 17px;
}
/* line 55, ../scss/sass/main/_header.scss */
.header__inner {
  height: 222px;
  width: 100%;
  position: relative;
}
/* line 63, ../scss/sass/main/_header.scss */
.header__inner .wrap__frame {
  position: absolute;
  top: 10px;
  width: 100%;
  height: 222px;
  z-index: -1;
  overflow: hidden;
}
/* line 75, ../scss/sass/main/_header.scss */
.header__inner .wrap__frame.contact #iframe_ok {
  top: -34px;
  height: 256px;
}
/* line 84, ../scss/sass/main/_header.scss */
.header__inner iframe {
  position: absolute;
  top: -34px;
  height: 256px;
  left: 0;
  width: 530px;
  overflow-y: hidden;
  display: none;
}
/* line 112, ../scss/sass/main/_header.scss */
.header__show__logo {
  position: absolute;
  left: 6px;
  right: 0;
  margin: 0 auto;
  top: 45px;
  z-index: 5;
}
/* line 120, ../scss/sass/main/_header.scss */
.header__show__logo--dot {
  position: absolute;
  left: -109px;
  right: 0;
  margin: 0 auto;
  top: 45px;
  z-index: 5;
  overflow: hidden;
  width: 15px;
  height: 13px;
}
/* line 131, ../scss/sass/main/_header.scss */
.header__show__logo--dot img {
  position: absolute;
  top: 0;
  webkit-animation: lefticon 500ms infinite;
  -moz-animation: lefticon 500ms infinite;
  -o-animation: lefticon 500ms infinite;
  animation: lefticon 500ms infinite;
}
@-webkit-keyframes lefticon {
  0% {
    left: -16px;
  }
  100% {
    left: 16px;
  }
}
@-moz-keyframes lefticon {
  0% {
    left: -16px;
  }
  100% {
    left: 16px;
  }
}
@-o-keyframes lefticon {
  0% {
    left: -16px;
  }
  100% {
    left: 16px;
  }
}
@keyframes lefticon {
  0% {
    left: -16px;
  }
  100% {
    left: 16px;
  }
}
/* line 160, ../scss/sass/main/_header.scss */
.header__nav {
  position: relative;
  text-align: center;
  margin-top: -25px;
  z-index: 99999;
  top: 10px;
}
/* line 171, ../scss/sass/main/_header.scss */
.header__section__six {
  position: absolute;
  width: 100%;
  top: 0;
  display: none;
}
/* line 177, ../scss/sass/main/_header.scss */
.header__section__six.show {
  display: block;
}
/* line 183, ../scss/sass/main/_header.scss */
.header__section__six ul li {
  display: list-item;
  overflow: hidden;
  background: red;
  height: 16px;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
/* line 195, ../scss/sass/main/_header.scss */
.header__section__six ul li:hover {
  height: 85px;
}
/* line 199, ../scss/sass/main/_header.scss */
.header__section__six ul li .title, .header__section__six ul li .img {
  position: absolute;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
/* line 205, ../scss/sass/main/_header.scss */
.header__section__six ul li:nth-child(1) {
  background: #ff6666;
}
/* line 208, ../scss/sass/main/_header.scss */
.header__section__six ul li:nth-child(1) .title {
  position: absolute;
  top: -80px;
  right: 110px;
}
/* line 214, ../scss/sass/main/_header.scss */
.header__section__six ul li:nth-child(1) .img {
  width: 100px;
  bottom: -130px;
  left: 0;
  transform: rotate(318deg);
  -webkit-transform: rotate(318deg);
  -moz-transform: rotate(318deg);
  -o-transform: rotate(318deg);
  -ms-transform: rotate(318deg);
}
/* line 225, ../scss/sass/main/_header.scss */
.header__section__six ul li:nth-child(1):hover .img {
  bottom: -37px;
  left: 0;
}
/* line 230, ../scss/sass/main/_header.scss */
.header__section__six ul li:nth-child(1):hover .title {
  position: absolute;
  top: 40px;
  right: 110px;
}
/* line 238, ../scss/sass/main/_header.scss */
.header__section__six ul li:nth-child(2) {
  background: #669933;
}
/* line 240, ../scss/sass/main/_header.scss */
.header__section__six ul li:nth-child(2) .title {
  position: absolute;
  top: -80px;
  left: 105px;
}
/* line 246, ../scss/sass/main/_header.scss */
.header__section__six ul li:nth-child(2) .img {
  width: 140px;
  bottom: -188px;
  right: 0;
}
/* line 252, ../scss/sass/main/_header.scss */
.header__section__six ul li:nth-child(2):hover .img {
  bottom: -54px;
}
/* line 256, ../scss/sass/main/_header.scss */
.header__section__six ul li:nth-child(2):hover .title {
  position: absolute;
  top: 31px;
}
/* line 261, ../scss/sass/main/_header.scss */
.header__section__six ul li:nth-child(3) {
  background: #996699;
}
/* line 264, ../scss/sass/main/_header.scss */
.header__section__six ul li:nth-child(3) .title {
  position: absolute;
  top: -80px;
  right: 110px;
}
/* line 270, ../scss/sass/main/_header.scss */
.header__section__six ul li:nth-child(3) .img {
  width: 100px;
  bottom: -180px;
  left: 0;
}
/* line 276, ../scss/sass/main/_header.scss */
.header__section__six ul li:nth-child(3):hover .img {
  bottom: -17px;
  left: 0;
}
/* line 281, ../scss/sass/main/_header.scss */
.header__section__six ul li:nth-child(3):hover .title {
  position: absolute;
  top: 40px;
  right: 110px;
}
/* line 288, ../scss/sass/main/_header.scss */
.header__section__six ul li:nth-child(4) {
  background: #cccc00;
}
/* line 291, ../scss/sass/main/_header.scss */
.header__section__six ul li:nth-child(4) .title {
  position: absolute;
  top: -80px;
  left: 130px;
}
/* line 297, ../scss/sass/main/_header.scss */
.header__section__six ul li:nth-child(4) .img {
  width: 85px;
  bottom: 88px;
  right: 14px;
  transform: rotate(318deg);
  -webkit-transform: rotate(318deg);
  -moz-transform: rotate(318deg);
  -o-transform: rotate(318deg);
  -ms-transform: rotate(318deg);
}
/* line 308, ../scss/sass/main/_header.scss */
.header__section__six ul li:nth-child(4):hover .img {
  bottom: -23px;
  transform: rotate(219deg);
  -webkit-transform: rotate(219deg);
  -moz-transform: rotate(219deg);
  -o-transform: rotate(219deg);
  -ms-transform: rotate(219deg);
}
/* line 317, ../scss/sass/main/_header.scss */
.header__section__six ul li:nth-child(4):hover .title {
  position: absolute;
  top: 31px;
}
/* line 322, ../scss/sass/main/_header.scss */
.header__section__six ul li:nth-child(5) {
  background: #ff9900;
}
/* line 324, ../scss/sass/main/_header.scss */
.header__section__six ul li:nth-child(5) .title {
  position: absolute;
  top: -80px;
  right: 110px;
}
/* line 330, ../scss/sass/main/_header.scss */
.header__section__six ul li:nth-child(5) .img {
  width: 100px;
  bottom: -167px;
  left: 20px;
  transform: rotate(318deg);
  -webkit-transform: rotate(318deg);
  -moz-transform: rotate(318deg);
  -o-transform: rotate(318deg);
  -ms-transform: rotate(318deg);
}
/* line 341, ../scss/sass/main/_header.scss */
.header__section__six ul li:nth-child(5):hover .img {
  bottom: -70px;
}
/* line 345, ../scss/sass/main/_header.scss */
.header__section__six ul li:nth-child(5):hover .title {
  position: absolute;
  top: 40px;
  right: 110px;
}
/* line 351, ../scss/sass/main/_header.scss */
.header__section__six ul li:nth-child(6) {
  background: #ff3300;
}
/* line 354, ../scss/sass/main/_header.scss */
.header__section__six ul li:nth-child(6) .title {
  position: absolute;
  top: -80px;
  left: 95px;
}
/* line 360, ../scss/sass/main/_header.scss */
.header__section__six ul li:nth-child(6) .img {
  width: 85px;
  bottom: 88px;
  right: 14px;
  transform: rotate(318deg);
  -webkit-transform: rotate(318deg);
  -moz-transform: rotate(318deg);
  -o-transform: rotate(318deg);
  -ms-transform: rotate(318deg);
}
/* line 371, ../scss/sass/main/_header.scss */
.header__section__six ul li:nth-child(6):hover .img {
  bottom: -55px;
  transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
}
/* line 380, ../scss/sass/main/_header.scss */
.header__section__six ul li:nth-child(6):hover .title {
  position: absolute;
  top: 31px;
  left: 95px;
}
/* line 388, ../scss/sass/main/_header.scss */
.header__section__six ul li:nth-child(1).down, .header__section__six ul li:nth-child(2).down, .header__section__six ul li:nth-child(3).down, .header__section__six ul li:nth-child(4).down, .header__section__six ul li:nth-child(5).down, .header__section__six ul li:nth-child(6).down {
  -webkit-animation-name: width-right;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: width-right;
  -moz-animation-timing-function: linear;
  -ms-animation-name: width-right;
  -ms-animation-timing-function: linear;
  animation-name: width-right;
  animation-timing-function: linear;
}
/* line 404, ../scss/sass/main/_header.scss */
.header__section__six ul li:nth-child(6) .down {
  -webkit-animation-duration: 150ms;
  -moz-animation-duration: 150ms;
  -ms-animation-duration: 150ms;
  animation-duration: 150ms;
}
/* line 410, ../scss/sass/main/_header.scss */
.header__section__six ul li:nth-child(5).down {
  -webkit-animation-duration: 200ms;
  -moz-animation-duration: 200ms;
  -ms-animation-duration: 200ms;
  animation-duration: 200ms;
}
/* line 416, ../scss/sass/main/_header.scss */
.header__section__six ul li:nth-child(4).down {
  -webkit-animation-duration: 300ms;
  -moz-animation-duration: 300ms;
  -ms-animation-duration: 300ms;
  animation-duration: 300ms;
}
/* line 422, ../scss/sass/main/_header.scss */
.header__section__six ul li:nth-child(3).down {
  -webkit-animation-duration: 400ms;
  -moz-animation-duration: 400ms;
  -ms-animation-duration: 400ms;
  animation-duration: 400ms;
}
/* line 428, ../scss/sass/main/_header.scss */
.header__section__six ul li:nth-child(2).down {
  -webkit-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -ms-animation-duration: 500ms;
  animation-duration: 500ms;
}
/* line 434, ../scss/sass/main/_header.scss */
.header__section__six ul li:nth-child(1).down {
  -webkit-animation-duration: 600ms;
  -moz-animation-duration: 600ms;
  -ms-animation-duration: 600ms;
  animation-duration: 600ms;
}
/* line 443, ../scss/sass/main/_header.scss */
.header__section__six ul li.first {
  -webkit-animation: head__family 750ms;
  /* Safari 4+ */
  -moz-animation: head__family 750ms;
  /* Fx 5+ */
  -o-animation: head__family 750ms;
  /* Opera 12+ */
  animation: head__family 750ms;
  /* IE 10+, Fx 29+ */
}

/* line 460, ../scss/sass/main/_header.scss */
ul.click_nav li {
  margin: 0 5px;
}
/* line 463, ../scss/sass/main/_header.scss */
ul.click_nav li a {
  position: relative;
}
/* line 467, ../scss/sass/main/_header.scss */
ul.click_nav li a.drop {
  left: 0;
  top: -220px;
}
/* line 474, ../scss/sass/main/_header.scss */
ul.click_nav li:nth-child(1) a.down, ul.click_nav li:nth-child(2) a.down, ul.click_nav li:nth-child(3) a.down, ul.click_nav li:nth-child(4) a.down, ul.click_nav li:nth-child(5) a.down, ul.click_nav li:nth-child(6) a.down, ul.click_nav li:nth-child(8) a.down , ul.click_nav li:nth-child(7) a.down{
  -webkit-animation-name: down_nav !important;
  -webkit-animation-timing-function: linear !important;
  -moz-animation-name: down_nav !important;
  -moz-animation-timing-function: linear !important;
  -ms-animation-name: down_nav !important;
  -ms-animation-timing-function: linear !important;
  animation-name: down_nav !important;
  animation-timing-function: linear !important;
}
/* line 491, ../scss/sass/main/_header.scss */
ul.click_nav li:nth-child(1) a.down {
  -webkit-animation-duration: 700ms !important;
  -moz-animation-duration: 700ms !important;
  -ms-animation-duration: 700ms !important;
  animation-duration: 700ms !important;
}
/* line 497, ../scss/sass/main/_header.scss */
ul.click_nav li:nth-child(2) a.down {
  -webkit-animation-duration: 900ms;
  -moz-animation-duration: 900ms;
  -ms-animation-duration: 900ms;
  animation-duration: 900ms;
}
/* line 503, ../scss/sass/main/_header.scss */
ul.click_nav li:nth-child(3) a.down {
  -webkit-animation-duration: 1.1s;
  -moz-animation-duration: 1.1s;
  -ms-animation-duration: 1.1s;
  animation-duration: 1.1s;
}
/* line 509, ../scss/sass/main/_header.scss */
ul.click_nav li:nth-child(4) a.down {
  -webkit-animation-duration: 1.3s;
  -moz-animation-duration: 1.3s;
  -ms-animation-duration: 1.3s;
  animation-duration: 1.3s;
}
/* line 515, ../scss/sass/main/_header.scss */
ul.click_nav li:nth-child(5) a.down {
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -ms-animation-duration: 1.5s;
  animation-duration: 1.5s;
}
/* line 521, ../scss/sass/main/_header.scss */
ul.click_nav li:nth-child(6) a.down {
  -webkit-animation-duration: 1.7s;
  -moz-animation-duration: 1.7s;
  -ms-animation-duration: 1.7s;
  animation-duration: 1.7s;
}
/* line 527, ../scss/sass/main/_header.scss */
ul.click_nav li:nth-child(8) a.down {
	-webkit-animation-duration: 1.9s;
	-moz-animation-duration: 1.9s;
	-ms-animation-duration: 1.9s;
	animation-duration: 1.9s;
}
/* line 534, ../scss/sass/main/_header.scss */
ul.click_nav li:nth-child(7) a.down {
  -webkit-animation-duration: 2.1s;
  -moz-animation-duration: 2.1s;
  -ms-animation-duration: 2.1s;
  animation-duration: 2.1s;
}
/* line 541, ../scss/sass/main/_header.scss */
ul.click_nav li a.down2 {
  -webkit-animation-name: down_nav !important;
  -webkit-animation-timing-function: linear !important;
  -moz-animation-name: down_nav !important;
  -moz-animation-timing-function: linear !important;
  -ms-animation-name: down_nav !important;
  -ms-animation-timing-function: linear !important;
  animation-name: down_nav !important;
  animation-timing-function: linear !important;
  -webkit-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -ms-animation-duration: 500ms;
  animation-duration: 500ms;
}
/* line 556, ../scss/sass/main/_header.scss */
ul.click_nav li:hover small {
  margin-top: 10px;
  opacity: 1;
}
/* line 561, ../scss/sass/main/_header.scss */
ul.click_nav li small {
  display: block;
  margin-top: 0;
  font-size: 12px;
  opacity: 0;
  position: absolute;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #fff;
}

@-ms-keyframes down_nav {
  0% {
    top: -220px;
  }
  40% {
    top: 0;
  }
  50% {
    top: 30px;
  }
  60% {
    top: 0;
  }
  70% {
    top: 20px;
  }
  80% {
    top: 0;
  }
  90% {
    top: 10px;
  }
  100% {
    top: 0;
  }
}
@-moz-keyframes down_nav {
  0% {
    top: -220px;
  }
  40% {
    top: 0;
  }
  50% {
    top: 30px;
  }
  60% {
    top: 0;
  }
  70% {
    top: 20px;
  }
  80% {
    top: 0;
  }
  90% {
    top: 10px;
  }
  100% {
    top: 0;
  }
}
@-webkit-keyframes down_nav {
  0% {
    top: -220px;
  }
  40% {
    top: 0;
  }
  50% {
    top: 30px;
  }
  60% {
    top: 0;
  }
  70% {
    top: 20px;
  }
  80% {
    top: 0;
  }
  90% {
    top: 10px;
  }
  100% {
    top: 0;
  }
}
@keyframes down_nav {
  0% {
    top: -220px;
  }
  40% {
    top: 0;
  }
  50% {
    top: 30px;
  }
  60% {
    top: 0;
  }
  70% {
    top: 20px;
  }
  80% {
    top: 0;
  }
  90% {
    top: 10px;
  }
  100% {
    top: 0;
  }
}
@-ms-keyframes width-right {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-moz-keyframes width-right {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes width-right {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes width-right {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes head__family {
  0% {
    height: 16px;
  }
  100% {
    height: 85px;
  }
}
@-moz-keyframes head__family {
  0% {
    height: 16px;
  }
  100% {
    height: 85px;
  }
}
@-o-keyframes head__family {
  0% {
    height: 16px;
  }
  100% {
    height: 85px;
  }
}
@keyframes head__family {
  0% {
    height: 16px;
  }
  100% {
    height: 85px;
  }
}
/* line 645, ../scss/sass/main/_header.scss */
.section__nutrition__nav {
  position: absolute;
  right: 29px;
  bottom: -231px;
  z-index: 10;
  display: none;
}
/* line 651, ../scss/sass/main/_header.scss */
.section__nutrition__nav.show {
  display: block;
}
/* line 655, ../scss/sass/main/_header.scss */
.section__nutrition__nav li {
  margin-right: 5px;
}
/* line 662, ../scss/sass/main/_header.scss */
.section__nutrition__nav li a.drop {
  left: 0;
  top: 0;
}

/* line 1, ../scss/sass/main/_main.scss */
.wrap__main {
  position: absolute;
  overflow: hidden;
  width: 550px;
  height: 550px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

/* line 10, ../scss/sass/main/_main.scss */
.main,
.intro {
  background: #ff9c9c;
  width: 550px;
  height: 550px;
  border-radius: 10px;
  margin: 0 auto;
  position: fixed;
  /* or absolute */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* line 25, ../scss/sass/main/_main.scss */
.main .intro__inner,
.intro .intro__inner {
  width: 350px;
  height: 350px;
  background: #ffafaf;
  margin: 0 auto;
  border-radius: 10px;
  overflow: hidden;
}
/* line 34, ../scss/sass/main/_main.scss */
.main .intro__skip,
.intro .intro__skip {
  position: absolute;
  z-index: 10;
  cursor: pointer;
  bottom: 5px;
  right: 5px;
}
/* line 41, ../scss/sass/main/_main.scss */
.main .intro__skip:hover small,
.intro .intro__skip:hover small {
  position: relative;
  webkit-animation: upskip 250ms infinite;
  -moz-animation: upskip 250ms infinite;
  -o-animation: upskip 250ms infinite;
  animation: upskip 250ms infinite;
}
/* line 48, ../scss/sass/main/_main.scss */
.main .intro__skip:hover img,
.intro .intro__skip:hover img {
  position: relative;
  webkit-animation: upskip_icon 250ms infinite;
  -moz-animation: upskip_icon 250ms infinite;
  -o-animation: upskip_icon 250ms infinite;
  animation: upskip_icon 250ms infinite;
}
@-webkit-keyframes upskip {
  0% {
    top: 0;
  }
  50% {
    top: -10px;
  }
  100% {
    top: 0;
  }
}
@-moz-keyframes upskip {
  0% {
    top: 0;
  }
  50% {
    top: -10px;
  }
  100% {
    top: 0;
  }
}
@-o-keyframes upskip {
  0% {
    top: 0;
  }
  50% {
    top: -10px;
  }
  100% {
    top: 0;
  }
}
@keyframes upskip {
  0% {
    top: 0;
  }
  50% {
    top: -10px;
  }
  100% {
    top: 0;
  }
}
@-webkit-keyframes upskip_icon {
  0% {
    top: -10px;
  }
  50% {
    top: 0;
  }
  100% {
    top: -10px;
  }
}
@-moz-keyframes upskip_icon {
  0% {
    top: -10px;
  }
  50% {
    top: 0;
  }
  100% {
    top: -10px;
  }
}
@-o-keyframes upskip_icon {
  0% {
    top: -10px;
  }
  50% {
    top: 0;
  }
  100% {
    top: -10px;
  }
}
@keyframes upskip_icon {
  0% {
    top: -10px;
  }
  50% {
    top: 0;
  }
  100% {
    top: -10px;
  }
}
/* line 105, ../scss/sass/main/_main.scss */
.main__instruc,
.intro__instruc {
  position: absolute;
  top: -185px;
  right: -129px;
}
/* line 112, ../scss/sass/main/_main.scss */
.main .section,
.intro .section {
  width: 530px;
  height: 525px;
  border-radius: 10px;
  margin: 0 auto;
  display: none;
  background: rgba(255, 255, 255, 0.2);
  margin-top: 10px;
  overflow: hidden;
}
/* line 123, ../scss/sass/main/_main.scss */
.main .section__inner,
.intro .section__inner {
  position: relative;
  height: 305px;
  z-index: 1;
}
/* line 130, ../scss/sass/main/_main.scss */
.main .section__content,
.intro .section__content {
  height: 305px;
  text-align: center;
  margin-top: 5px;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
/* line 149, ../scss/sass/main/_main.scss */
.main .section__one__inner, .main .section__two__inner, .main .section__three__inner, .main .section__five__inner, .main .section__six__inner, .main .section__eight__inner, .main .section__seven__inner, .main .section__game__inner,
.intro .section__one__inner,
.intro .section__two__inner,
.intro .section__three__inner,
.intro .section__five__inner,
.intro .section__six__inner,
.intro .section__eight__inner,
.intro .section__seven__inner ,
.intro .section__game__inner {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -ms-transform: scale(0);
  /* IE 9 */
  -webkit-transform: scale(0);
  /* Safari */
  transform: scale(0);
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
}
/* line 156, ../scss/sass/main/_main.scss */
.main .section__one__inner.show, .main .section__two__inner.show, .main .section__three__inner.show, .main .section__five__inner.show, .main .section__six__inner.show, .main .section__eight__inner.show, .main .section__seven__inner.show, .main .section__game__inner.show,
.intro .section__one__inner.show,
.intro .section__two__inner.show,
.intro .section__three__inner.show,
.intro .section__five__inner.show,
.intro .section__six__inner.show,
.intro .section__eight__inner.show,
.intro .section__seven__inner.show , .intro .section__game__inner.show{
  -ms-transform: scale(1);
  /* IE 9 */
  -webkit-transform: scale(1);
  /* Safari */
  transform: scale(1);
}
/* line 165, ../scss/sass/main/_main.scss */
.main .section__game__inner,
.intro .section__game__inner {
  background: #fff;
  width: 100%;
  height: 240px;
  top: 0;
}
/* line 171, ../scss/sass/main/_main.scss */
.main .section__game__inner a,
.intro .section__game__inner a {
  position: absolute;
  left: 13px;
  bottom: -27px;
}
/* line 184, ../scss/sass/main/_main.scss */
.main .section__two__paper,
.intro .section__two__paper {
  width: 425px;
  height: 225px;
  background: #fff;
  margin: 0 auto;
  border-radius: 10px;
  padding: 13px;
}
/* line 192, ../scss/sass/main/_main.scss */
.main .section__two__paper__index,
.intro .section__two__paper__index {
  position: absolute;
  left: 60px;
}
/* line 197, ../scss/sass/main/_main.scss */
.main .section__two__paper .slidepaper,
.intro .section__two__paper .slidepaper {
  position: relative;
  display: block;
}
/* line 200, ../scss/sass/main/_main.scss */
.main .section__two__paper .slidepaper__open,
.intro .section__two__paper .slidepaper__open {
  position: absolute;
  bottom: 15px;
  right: 61px;
  display: block;
  z-index: 999;
  width: 80px;
  height: 19px;
  cursor: pointer;
}
/* line 210, ../scss/sass/main/_main.scss */
.main .section__two__paper .slidepaper__email,
.intro .section__two__paper .slidepaper__email {
  width: auto;
  background: #cccccc;
  padding: 5px 15px;
  border-radius: 4px;
  bottom: 55px;
  right: -15px;
  left: 0;
  display: table;
  font-size: 12px;
  margin: 0 auto;
  position: relative;
}
/* line 229, ../scss/sass/main/_main.scss */
.main .section__four__inner,
.intro .section__four__inner {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  top: 305px;
  position: absolute;
  left: 0;
  right: 0;
  width: 251px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  padding: 6px 0;
  margin: 0 auto;
}
/* line 242, ../scss/sass/main/_main.scss */
.main .section__four__inner.show,
.intro .section__four__inner.show {
  top: 30px;
}
/* line 245, ../scss/sass/main/_main.scss */
.main .section__four__inner span,
.intro .section__four__inner span {
  width: 100%;
  height: 5px;
  background: #fff;
  position: absolute;
  bottom: 7px;
  left: 0;
  right: 0;
}
/* line 254, ../scss/sass/main/_main.scss */
.main .section__four__inner .reload_video,
.intro .section__four__inner .reload_video {
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 42%;
  opacity: 0;
  cursor: pointer;
}
/* line 271, ../scss/sass/main/_main.scss */
.main .section__six ul,
.intro .section__six ul {
  position: relative;
}
/* line 274, ../scss/sass/main/_main.scss */
.main .section__six ul li,
.intro .section__six ul li {
  display: block;
  position: absolute;
  width: 100%;
  height: 284px;
}
/* line 280, ../scss/sass/main/_main.scss */
.main .section__six ul li .content,
.intro .section__six ul li .content {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -ms-transform: scale(0);
  /* IE 9 */
  -webkit-transform: scale(0);
  /* Safari */
  transform: scale(0);
  position: absolute;
  right: 15px;
  bottom: 50px;
  opacity: 0;
}
/* line 288, ../scss/sass/main/_main.scss */
.main .section__six ul li .img,
.intro .section__six ul li .img {
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
/* line 295, ../scss/sass/main/_main.scss */
.main .section__six ul li .img.show, .main .section__six ul li .content.show,
.intro .section__six ul li .img.show,
.intro .section__six ul li .content.show {
  opacity: 1;
}
/* line 301, ../scss/sass/main/_main.scss */
.main .section__six ul li:nth-child(1) .content.show,
.intro .section__six ul li:nth-child(1) .content.show {
  -ms-transform: scale(1);
  /* IE 9 */
  -webkit-transform: scale(1);
  /* Safari */
  transform: scale(1);
}
/* line 304, ../scss/sass/main/_main.scss */
.main .section__six ul li:nth-child(1) .img,
.intro .section__six ul li:nth-child(1) .img {
  transform: rotate(318deg);
  -webkit-transform: rotate(318deg);
  -moz-transform: rotate(318deg);
  -o-transform: rotate(318deg);
  -ms-transform: rotate(318deg);
  bottom: 530px;
  left: -46px;
}
/* line 313, ../scss/sass/main/_main.scss */
.main .section__six ul li:nth-child(1) .img.show,
.intro .section__six ul li:nth-child(1) .img.show {
  bottom: -94px;
}
/* line 319, ../scss/sass/main/_main.scss */
.main .section__six ul li:nth-child(2) .content.show,
.intro .section__six ul li:nth-child(2) .content.show {
  -ms-transform: scale(1);
  /* IE 9 */
  -webkit-transform: scale(1);
  /* Safari */
  transform: scale(1);
}
/* line 322, ../scss/sass/main/_main.scss */
.main .section__six ul li:nth-child(2) .img,
.intro .section__six ul li:nth-child(2) .img {
  bottom: 530px;
  left: -81px;
}
/* line 326, ../scss/sass/main/_main.scss */
.main .section__six ul li:nth-child(2) .img.show,
.intro .section__six ul li:nth-child(2) .img.show {
  bottom: -94px;
}
/* line 332, ../scss/sass/main/_main.scss */
.main .section__six ul li:nth-child(3) .content.show,
.intro .section__six ul li:nth-child(3) .content.show {
  -ms-transform: scale(1);
  /* IE 9 */
  -webkit-transform: scale(1);
  /* Safari */
  transform: scale(1);
}
/* line 335, ../scss/sass/main/_main.scss */
.main .section__six ul li:nth-child(3) .img,
.intro .section__six ul li:nth-child(3) .img {
  left: -300px;
}
/* line 338, ../scss/sass/main/_main.scss */
.main .section__six ul li:nth-child(3) .img.show,
.intro .section__six ul li:nth-child(3) .img.show {
  bottom: -21px;
  left: -70px;
}
/* line 345, ../scss/sass/main/_main.scss */
.main .section__six ul li:nth-child(4) .content.show,
.intro .section__six ul li:nth-child(4) .content.show {
  -ms-transform: scale(1);
  /* IE 9 */
  -webkit-transform: scale(1);
  /* Safari */
  transform: scale(1);
}
/* line 348, ../scss/sass/main/_main.scss */
.main .section__six ul li:nth-child(4) .img,
.intro .section__six ul li:nth-child(4) .img {
  left: 147px;
  bottom: 300px;
  transform: rotate(318deg);
  -webkit-transform: rotate(318deg);
  -moz-transform: rotate(318deg);
  -o-transform: rotate(318deg);
  -ms-transform: rotate(318deg);
}
/* line 358, ../scss/sass/main/_main.scss */
.main .section__six ul li:nth-child(4) .img.show,
.intro .section__six ul li:nth-child(4) .img.show {
  bottom: -175px;
  transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
}
/* line 369, ../scss/sass/main/_main.scss */
.main .section__six ul li:nth-child(5) .content.show,
.intro .section__six ul li:nth-child(5) .content.show {
  -ms-transform: scale(1);
  /* IE 9 */
  -webkit-transform: scale(1);
  /* Safari */
  transform: scale(1);
}
/* line 372, ../scss/sass/main/_main.scss */
.main .section__six ul li:nth-child(5) .img,
.intro .section__six ul li:nth-child(5) .img {
  transform: rotate(318deg);
  -webkit-transform: rotate(318deg);
  -moz-transform: rotate(318deg);
  -o-transform: rotate(318deg);
  -ms-transform: rotate(318deg);
  bottom: 530px;
  left: 27px;
}
/* line 381, ../scss/sass/main/_main.scss */
.main .section__six ul li:nth-child(5) .img.show,
.intro .section__six ul li:nth-child(5) .img.show {
  bottom: -72px;
}
/* line 387, ../scss/sass/main/_main.scss */
.main .section__six ul li:nth-child(6) .content.show,
.intro .section__six ul li:nth-child(6) .content.show {
  -ms-transform: scale(1);
  /* IE 9 */
  -webkit-transform: scale(1);
  /* Safari */
  transform: scale(1);
}
/* line 390, ../scss/sass/main/_main.scss */
.main .section__six ul li:nth-child(6) .img,
.intro .section__six ul li:nth-child(6) .img {
  bottom: 530px;
  left: -107px;
}
/* line 394, ../scss/sass/main/_main.scss */
.main .section__six ul li:nth-child(6) .img.show,
.intro .section__six ul li:nth-child(6) .img.show {
  bottom: -37px;
}
/* line 406, ../scss/sass/main/_main.scss */
.main .section__nutrition ul,
.intro .section__nutrition ul {
  position: absolute;
  right: 29px;
  bottom: 80px;
  z-index: 10;
  display: none;
}
/* line 412, ../scss/sass/main/_main.scss */
.main .section__nutrition ul.show,
.intro .section__nutrition ul.show {
  display: block;
}
/* line 416, ../scss/sass/main/_main.scss */
.main .section__nutrition ul li,
.intro .section__nutrition ul li {
  margin-right: 5px;
}
/* line 423, ../scss/sass/main/_main.scss */
.main .section__nutrition ul li a.drop,
.intro .section__nutrition ul li a.drop {
  left: 0;
  top: 0;
}
/* line 437, ../scss/sass/main/_main.scss */
.main .section__content__page,
.intro .section__content__page {
  width: 230px;
  height: 225px;
  border: 2px dotted #fff;
  margin: 0 auto;
  padding: 8px;
  border-radius: 6px;
}
/* line 449, ../scss/sass/main/_main.scss */
.main .section__content__page .head__1 img,
.intro .section__content__page .head__1 img {
  float: left;
  margin: 10px 0px;
}
/* line 456, ../scss/sass/main/_main.scss */
.main .section__content__page p,
.intro .section__content__page p {
  clear: both;
  font-size: 12px;
  text-align: justify;
  color: #080803;
  margin: 0 auto;
  overflow: hidden;
  line-height: 1.4;
  max-height: 135px;
}
/* line 465, ../scss/sass/main/_main.scss */
.main .section__content__page p span.a,
.intro .section__content__page p span.a {
  color: #fff !important;
  opacity: 1 !important;
  text-transform: capitalize;
}
/* line 470, ../scss/sass/main/_main.scss */
.main .section__content__page p span.b,
.intro .section__content__page p span.b {
  opacity: 0.4;
}
/* line 476, ../scss/sass/main/_main.scss */
.main .section__content__page__3 p,
.intro .section__content__page__3 p {
  max-height: 200px;
}
/* line 481, ../scss/sass/main/_main.scss */
.main .section__content__page__5, .main .section__content__page__5b,
.intro .section__content__page__5,
.intro .section__content__page__5b {
  width: 270px;
  height: 250px;
}
/* line 486, ../scss/sass/main/_main.scss */
.main .section__content__page__5 p, .main .section__content__page__5b p,
.intro .section__content__page__5 p,
.intro .section__content__page__5b p {
  max-height: none;
}
/* line 491, ../scss/sass/main/_main.scss */
.main .section__content__page__6,
.intro .section__content__page__6 {
  width: 313px;
  min-height: 225px;
  padding: 15px;
}
/* line 496, ../scss/sass/main/_main.scss */
.main .section__content__page__6 .book,
.intro .section__content__page__6 .book {
  float: left;
  border: 5px solid #fff;
  border-radius: 6px;
}
/* line 501, ../scss/sass/main/_main.scss */
.main .section__content__page__6 p,
.intro .section__content__page__6 p {
  clear: none;
  overflow: hidden;
  padding-left: 15px;
}
/* line 507, ../scss/sass/main/_main.scss */
.main .section__content__page__8,
.intro .section__content__page__8 {
  width: 270px;
  height: 250px;
}
/* line 512, ../scss/sass/main/_main.scss */
.main .section__content__page__7,
.intro .section__content__page__7 {
  height: 240px;
}
/* line 516, ../scss/sass/main/_main.scss */
.main .copyright,
.intro .copyright {
  position: absolute;
  bottom: -20px;
  left: 5px;
  z-index: 10;
  font-size: 10px;
  color: #8d8d8d;
}
/* line 525, ../scss/sass/main/_main.scss */
.main .theme-skin,
.intro .theme-skin {
  position: absolute;
  bottom: 15px;
  right: 25px;
  z-index: 10;
  font-size: 10px;
  display: none;
}
/* line 534, ../scss/sass/main/_main.scss */
.main .theme-skin small,
.intro .theme-skin small {
  float: left;
  display: block;
  margin-right: 19px;
  position: relative;
  top: 14px;
  font-size: 10px;
}
/* line 543, ../scss/sass/main/_main.scss */
.main .theme-skin__js,
.intro .theme-skin__js {
  float: right;
  width: 40px;
}
/* line 548, ../scss/sass/main/_main.scss */
.main .theme-skin__js .slick-next,
.intro .theme-skin__js .slick-next {
  background: url(../images/themeskin/arrow_right.png) no-repeat center center;
}
/* line 552, ../scss/sass/main/_main.scss */
.main .theme-skin__js .slick-prev,
.intro .theme-skin__js .slick-prev {
  background: url(../images/themeskin/arrow_left.png) no-repeat center center;
}
/* line 556, ../scss/sass/main/_main.scss */
.main .theme-skin__js .slick-prev:before, .main .theme-skin__js .slick-next:before,
.intro .theme-skin__js .slick-prev:before,
.intro .theme-skin__js .slick-next:before {
  opacity: 0 !important;
}
/* line 561, ../scss/sass/main/_main.scss */
.main .theme-skin__js .slick-prev,
.intro .theme-skin__js .slick-prev {
  left: -15px !important;
}
/* line 565, ../scss/sass/main/_main.scss */
.main .theme-skin__js .slick-next,
.intro .theme-skin__js .slick-next {
  right: -15px !important;
}
/* line 569, ../scss/sass/main/_main.scss */
.main .theme-skin__js .slick-slide:focus,
.intro .theme-skin__js .slick-slide:focus {
  outline: 0;
}
/* line 570, ../scss/sass/main/_main.scss */
.main__theme2,
.intro__theme2 {
  background: #ffca37;
}
/* line 574, ../scss/sass/main/_main.scss */
.main__theme3,
.intro__theme3 {
  background: #cdcb02;
}
/* line 578, ../scss/sass/main/_main.scss */
.main__theme4,
.intro__theme4 {
  background: #cc6993;
}
/* line 582, ../scss/sass/main/_main.scss */
.main__theme5,
.intro__theme5 {
  background: #fd3536;
}
/* line 586, ../scss/sass/main/_main.scss */
.main__theme6,
.intro__theme6 {
  background: #6b9533;
}

/* line 590, ../scss/sass/main/_main.scss */
.form__email {
  display: none;
  padding: 7px;
  border-radius: 6px;
  position: absolute;
  top: 102px;
  width: 300px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 9999;
  background: #fff;
  color: #828282;
}
/* line 604, ../scss/sass/main/_main.scss */
.form__email textarea,
.form__email input[type="text"] {
  background: none;
  border: 1px solid #cc8c8c;
  color: #828282;
  width: 100%;
  padding: 10px;
  margin-bottom: -1px;
}
/* line 614, ../scss/sass/main/_main.scss */
.form__email button, .form__email .button {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 1;
  background: none;
  border: none;
  font-weight: bold;
  color: #828282;
  font-size: 11px;
  margin: 0 auto;
  padding: 10px 20px;
  border-radius: 6px;
  color: #fff;
  background: #cc8c8c;
}
/* line 631, ../scss/sass/main/_main.scss */
.form__email__icon {
  position: absolute;
  right: -84px;
  bottom: 0;
}
/* line 636, ../scss/sass/main/_main.scss */
.form__email__close {
  position: absolute;
  top: -7px;
  right: -6px;
  height: 25px;
  width: 25px;
  font-size: 14px;
  display: block;
  cursor: pointer;
  border-radius: 6px;
  background: #cc8c8c;
  color: #fff;
  padding: 2px 9px;
}

/* line 653, ../scss/sass/main/_main.scss */
.open__mail {
  cursor: pointer;
  text-transform: lowercase;
}

/* line 657, ../scss/sass/main/_main.scss */
#magazine {
  width: 400px;
  height: 200px;
}

/* line 661, ../scss/sass/main/_main.scss */
#magazine .turn-page {
  background-color: red;
}

/* line 664, ../scss/sass/main/_main.scss */
.iframe_load {
  display: none;
}

/* line 1, ../scss/sass/main/_all.scss */
.click {
  cursor: pointer;
}

@font-face {
  font-family: 'VAG-Round';
  src: url("../fonts/VAG-Round.eot");
  src: url("../fonts/VAG-Round.eot?#iefix") format("embedded-opentype"), url("../fonts/VAG-Round.woff2") format("woff2"), url("../fonts/VAG-Round.woff") format("woff"), url("../fonts/VAG-Round.svg#VAG Round") format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-02DC;
}
@font-face {
  font-family: 'VA-Rounded-Bold';
  src: url("../fonts/VA-Rounded-Bold.eot");
  src: url("../fonts/VA-Rounded-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/VA-Rounded-Bold.woff2") format("woff2"), url("../fonts/VA-Rounded-Bold.woff") format("woff"), url("../fonts/VA-Rounded-Bold.svg#VAG Rounded Bold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-02DC;
}
/*–––––––––––––Utilities–––––––––––––*/
/* line 2, ../scss/sass/main/_utilities.scss */
.display-table {
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  /* line 2, ../scss/sass/main/_utilities.scss */
  .display-table {
    display: block;
  }
}

/* line 11, ../scss/sass/main/_utilities.scss */
.display-center {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  /* line 11, ../scss/sass/main/_utilities.scss */
  .display-center {
    display: block;
  }
}

/* line 21, ../scss/sass/main/_utilities.scss */
.center {
  margin: 0 auto !important;
  text-align: center;
}

/* line 25, ../scss/sass/main/_utilities.scss */
.middle {
  display: table-cell;
  vertical-align: middle;
}

/* line 29, ../scss/sass/main/_utilities.scss */
.top {
  display: table-cell;
  vertical-align: top;
}

/* line 33, ../scss/sass/main/_utilities.scss */
.bottom {
  display: table-cell;
  vertical-align: bottom;
}

/* line 38, ../scss/sass/main/_utilities.scss */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 43, ../scss/sass/main/_utilities.scss */
.hide {
  display: none !important;
}

/* line 46, ../scss/sass/main/_utilities.scss */
.show {
  display: block !important;
}

/* line 49, ../scss/sass/main/_utilities.scss */
.invisible {
  visibility: hidden;
}

/* line 52, ../scss/sass/main/_utilities.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 59, ../scss/sass/main/_utilities.scss */
.affix {
  position: fixed;
}

/* line 63, ../scss/sass/main/_utilities.scss */
.d_table {
  display: table;
}

/* line 64, ../scss/sass/main/_utilities.scss */
.d_block {
  display: block;
}

/* line 67, ../scss/sass/main/_utilities.scss */
.right {
  float: right !important;
}

/* line 68, ../scss/sass/main/_utilities.scss */
.left {
  float: left !important;
}

/* line 71, ../scss/sass/main/_utilities.scss */
.text-left {
  text-align: left !important;
}

/* line 72, ../scss/sass/main/_utilities.scss */
.text-right {
  text-align: right !important;
}

/* line 73, ../scss/sass/main/_utilities.scss */
.text-center {
  text-align: center !important;
}

/* line 76, ../scss/sass/main/_utilities.scss */
.mt1 {
  margin-top: 10px !important;
}

/* line 77, ../scss/sass/main/_utilities.scss */
.mb1 {
  margin-bottom: 10px !important;
}

/* line 78, ../scss/sass/main/_utilities.scss */
.mr1 {
  margin-right: 10px !important;
}

/* line 79, ../scss/sass/main/_utilities.scss */
.ml1 {
  margin-left: 10px !important;
}

/* line 80, ../scss/sass/main/_utilities.scss */
.pt1 {
  padding-top: 10px !important;
}

/* line 81, ../scss/sass/main/_utilities.scss */
.pb1 {
  padding-bottom: 10px !important;
}

/* line 82, ../scss/sass/main/_utilities.scss */
.pr1 {
  padding-right: 10px !important;
}

/* line 83, ../scss/sass/main/_utilities.scss */
.pl1 {
  padding-left: 10px !important;
}

/* line 84, ../scss/sass/main/_utilities.scss */
.mt2 {
  margin-top: 20px !important;
}

/* line 85, ../scss/sass/main/_utilities.scss */
.mb2 {
  margin-bottom: 20px !important;
}

/* line 86, ../scss/sass/main/_utilities.scss */
.mr2 {
  margin-right: 20px !important;
}

/* line 87, ../scss/sass/main/_utilities.scss */
.ml2 {
  margin-left: 20px !important;
}

/* line 88, ../scss/sass/main/_utilities.scss */
.pt2 {
  padding-top: 20px !important;
}

/* line 89, ../scss/sass/main/_utilities.scss */
.pb2 {
  padding-bottom: 20px !important;
}

/* line 90, ../scss/sass/main/_utilities.scss */
.pr2 {
  padding-right: 20px !important;
}

/* line 91, ../scss/sass/main/_utilities.scss */
.pl2 {
  padding-left: 20px !important;
}

/* line 92, ../scss/sass/main/_utilities.scss */
.bolt {
  font-weight: bold;
}

/* line 93, ../scss/sass/main/_utilities.scss */
.pt4 {
  padding-top: 40px !important;
}

/* line 94, ../scss/sass/main/_utilities.scss */
.pb4 {
  padding-bottom: 40px !important;
}

/* line 97, ../scss/sass/main/_utilities.scss */
.offset {
  padding: 0 !important;
}

/* line 100, ../scss/sass/main/_utilities.scss */
.offset-10 {
  padding: 0 10px !important;
}

/* line 103, ../scss/sass/main/_utilities.scss */
.offset-25 {
  padding: 0 25 !important;
}

/* line 108, ../scss/sass/main/_utilities.scss */
.parallax {
  width: 100%;
  position: absolute;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  background-attachment: fixed;
}
