@import url("colors/color-custom.css");

body {
  font-family: 'Malgun Gothic', sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  color: #555555;
}
#qna_layout {width:960px; margin:0 auto; }
#qna_layout td {  }
#qna_layout input { border:1px solid #dedede; height:26px; }
#qna_layout textarea { border:1px solid #dedede; }

#menu-wrap {
  position: fixed;
  padding-bottom: 10px;
  width: 100%;
  z-index: 1000;
  top: 0;
  left: 0;
}

.menu-back {
  background: rgba(35,32,31,1);
 /* height:163px;  height:110px; */
  /*   background: rgba(236,64,122,.5); */
}

.cbp-af-header {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.cbp-af-header.cbp-af-header-shrink {
   background: rgba(35,32,31,1);
  /*   background: rgba(236,64,122,.5); */
}

.cbp-af-header.cbp-af-header-shrink .cd-btn {
  top: 0px; /*   top: -10px; */
}

.cbp-af-header.cbp-af-header-shrink .logo {
  width: 160px;
  height: 30px;
top:25px; /* auto */
/*  padding-left:5%;*/
  background: url('../images/logo.jpg') no-repeat center center;
  background-size: 160px 30px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.cbp-af-header.cbp-af-header-shrink ul.slimmenu {
  margin-top: 1px;
  margin-bottom: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.cbp-af-header.cbp-af-header-shrink ul.slimmenu li:first-child {
  background: none;
}

.cbp-af-header.cbp-af-header-shrink ul.slimmenu li ul li:first-child {
  background: none;
}
.bgtop {

background:url(../images/bg_top.gif); x-repeat; width:100%; height:53px;
}
.langu {
float: left;
padding-left:2.5%;
padding-top:10px; /* 14px */
}

.brandsgo {
width:100%;
margin:0 auto;
text-align:center;
padding-top:14px;
}

.brandsgo li {
position: relative;
display: inline-block; 
padding-left:20px;
}

.brandsgo li, .brandsgo li a {
font-size:11px;
font-color:#000;
}

.brandsgo li a:hover, .brandsgo li a:visited {
font-size:11px;
font-color:#000;
}


.brandsgo li:first-child{
padding-left:0px;
}



ul.slimmenu li ul li a {
  color: #a17d5d; /* fff */
}

ul.slimmenu li ul li a:hover {
}

ul.slimmenu li ul li {
  background: none;
  padding-left: 0;
}

ul.slimmenu li ul {
  background: rgba(41,41,41,.9);
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
}

.logo { /* ºê¶ó¿ìÀú°¡ ÅÇºÏ ÀÌ»ó»çÀÌÁîÀÏ¶§  */
  position: absolute;
  width: 160px;
  height: 30px;
  /*padding-left:5%;
  padding-top:100px;*/
  z-index: 100000; /*   z-index: 10000; */
  left: 5%;
  top: 25px;
  background: url('../images/logo.jpg') no-repeat center center;
  background-size: 160px 30px; 
  cursor: pointer;
}

.menu-collapser {
  position: relative;
  width: 100%;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  padding: 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.collapse-button {
  position: absolute;
  right: 8px;
  top: 55%;
  width: 50px;
  background-image: linear-gradient(to bottom, #151515, #040404);
  background-repeat: repeat-x;
  border-style: solid;
  border-width: 1px;
  color: #000;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.075);
  padding: 8px 10px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  cursor: pointer;
  font-size: 14px;
  text-align: center;
  transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.collapse-button:hover, .collapse-button:focus {
  background-image: none;
  background-color: #040404;
  color: #a17d5d; /* fff */
}

.collapse-button .icon-bar {
  background-color: #fff;
  border-radius: 1px 1px 1px 1px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  display: block;
  height: 4px;
  width: 29px;
  margin: 4px 0;
}

ul.slimmenu {
  padding-top: 10px;
  padding-right: 10px;
  text-align: right;
  margin-top: 13px;
  margin-bottom: 10px;
}

ul.slimmenu li {
  position: relative;
  display: inline-block;
/*  background: url('../images/line1.png') 0 14px no-repeat; /* ¸Þ´ºµé »çÀÌÀÇ /ÀÌ°Å ÀÌ¹ÌÁö */
/*  background-size: 15px 10px; */
  padding-left: 20px;
}

ul.slimmenu > li {
}

ul.slimmenu > li:first-child {
  border-left: 0;
}

ul.slimmenu > li:last-child {
  margin-right: 0;
}

ul.slimmenu li a {
  display: block;
  color: #a17d5d; /* fff  ÁÖ¸Þ´º ÄÃ·¯*/
  padding: 10px 0px;
  cursor: pointer;
  margin: 0px 3px;
  font-weight: 700;
  font-size:12px; /* ÆùÆ®»çÀÌÁî Ãß°¡ */
  text-transform: uppercase;
  border-bottom: 1px solid rgba(0,0,0,0);
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}

ul.slimmenu li a:hover {
  text-decoration: none;
}

ul.slimmenu li {
}

ul.slimmenu li:first-child {
  background: none;
}

ul.slimmenu li .sub-collapser {
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
  height: 100%;
  z-index: 999;
  cursor: pointer;
}

ul.slimmenu li .sub-collapser:before {
  display: none;
}

ul.slimmenu li .sub-collapser > i {
  display: none;
}

ul.slimmenu li ul {
  margin: 0;
  list-style-type: none;
}

ul.slimmenu li ul a {
}

ul.slimmenu li ul li:first-child {
  background: none;
}

ul.slimmenu li ul li {
  background: none;
  padding-left: 0;
}

ul.slimmenu li > ul {
  display: none;
  position: absolute;
  text-align: left;
  left: 0;
  top: 100%;
  z-index: 999;
  width: 150%;
}

ul.slimmenu li > ul > li ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 999;
  width: 100%;
}

ul.slimmenu.collapsed { /* ½½¸²¸Þ´º ÆîÃÄ ºÀ»¶§  */
  padding: 0;
  margin: 0;
}

ul.slimmenu.collapsed li {
  display: block;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

ul.slimmenu.collapsed li a {
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

ul.slimmenu.collapsed li .sub-collapser {
  height: 40px;
/* height:auto;*/
}

ul.slimmenu.collapsed li > ul {
  display: none;
  position: static;
}

.tipper {
  height: 1px;
  left: -99999px;
  position: absolute;
  pointer-events: none;
  top: -99999px;
  width: 1px;
  z-index: 100000;
}

.tipper .tipper-content {
  background: rgba(0, 0, 0, 0.85);
  box-shadow: 0 0 25px rgba(0,0,0,0.5);
  text-transform: uppercase;
  border-radius: 3px;
  color: #fff;
  display: block;
  float: left;
  font-size: 10px;
  margin: 0;
  padding: 6px 20px;
  position: relative;
  white-space: nowrap;
}

.tipper .tipper-caret {
  background: url('../images/tipper-icon.png') no-repeat;
  display: block;
  height: 11px;
  position: absolute;
  width: 100%;
}

.tipper.right .tipper-content {
  box-shadow: 1px 0 3px rgba(0, 0, 0, 0.25);
}

.tipper.right .tipper-caret {
  background-position: left center;
  left: -5px;
  top: 0;
}

.tipper.left .tipper-content {
  box-shadow: -1px 0 3px rgba(0, 0, 0, 0.25);
}

.tipper.left .tipper-caret {
  background-position: right center;
  right: -5px;
  top: 0;
}

.tipper.top .tipper-caret,.tipper.bottom .tipper-caret {
  display: block;
  float: none;
  height: 5px;
  width: 12px;
  margin-left: -6px;
}

.tipper.top .tipper-content {
  box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.25);
}

.tipper.top .tipper-caret {
  background-position: center bottom;
  bottom: -5px;
  left: 0;
  text-align: center;
}

.tipper.bottom .tipper-content {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}

.tipper.bottom .tipper-caret {
  background-position: center top;
  top: -5px;
  left: 0;
}

#home {
  position: relative;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  z-index: 2;
}

.big-text {
  position: absolute;
  top: 50%;
  width: 100%;
  text-shadow: 0 0 15px rgba(0,0,0,0.5);
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  font-size: 50px;
  line-height: 50px;
  color: #ededed;
  z-index: 20;
}

.big-text span {
  background: rgba(0,0,0,.3);
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
}

.small-text {
  position: absolute;
  top: 50%;
  margin-top: 55px;
  color: #fff;
  width: 100%;
  text-shadow: 0 0 5px rgba(0,0,0,0.1);
  text-align: center;
  font-size: 23px;
  line-height: 23px;
  z-index: 20;
}

.flippy {
  position: relative;
}

.flippy > * {
  position: absolute;
  opacity: 0;
  width: 100%;
  top: -100px;
}

.flippy > *:first-child {
  opacity: 1;
  top: 0;
}

.social-top {
  position: absolute;
  top: 50%;
  margin-top: 110px;
  width: 100%;
  z-index: 1002;
  height: 30px;
  text-align: center;
}

.list-social li {
  padding: 0;
  list-style: none;
  text-align: center;
  width: 30px;
  display: inline-block;
  background: rgba(0,0,0,.3);
  cursor: pointer;
  margin-left: 2px;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}

.list-social li.icon-soc a {
  font-family: 'FontAwesome';
  font-size: 15px;
  line-height: 30px;
  width: 30px;
  opacity: 1;
  margin: 0;
  padding: 0;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}

.list-social li:hover {
}

.list-social li:hover.icon-soc a {
  opacity: .6;
}

#section04 {
  position: relative;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  margin-top: 110px; /* 60*/
  padding-top: 50px;
  z-index: 2;
}

#controls div {
}

#controls div:hover:not(.counter) {
}

#controls div:not(.counter) {
}

#controls div.sel {
}

.prev {
  top: 50%;
  margin-top: 10px;
  position: absolute;
  cursor: pointer;
  opacity: .4;
  background: url('../images/arrow-left.png') no-repeat center center;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  left: 150px;
  width: 31px;
  height: 58px;
  z-index: 100000;
}

.next {
  top: 50%;
  margin-top: 10px;
  position: absolute;
  cursor: pointer;
  opacity: .4;
  background: url('../images/arrow-right.png') no-repeat center center;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  right: 150px;
  width: 31px;
  height: 58px;
  z-index: 100000;
}

.prev:hover, .next:hover {
  opacity: .7;
}

.prev:active, .next:active {
  opacity: .7;
}

.just_pattern {
  background-image: url(../images/pattern.png);
  position: absolute;
  opacity: 0.8;
  left: 0px;
  top: 0px;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.scroll-btn {
  position: absolute;
  font-size: 10px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  bottom: 30px;
  left: 50%;
  margin-left: -30px;
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  width: 60px;
  height: 40px;
  background: url('../images/arrow-down.png') no-repeat center bottom; /* ¾Æ·¡È­»ìÇ¥ */
  background-size: 30px 16px;
  z-index: 3900;
  opacity: .8;
}

.scroll-btn {
  -webkit-animation: arrows 3.8s infinite;
  -webkit-animation-delay: 1s;
  animation: arrows 3.8s infinite;
  animation-delay: 1s;
}

@keyframes arrows {
  0% {
    bottom: 30px;
  }

  10% {
    bottom: 40px;
  }

  20% {
    bottom: 30px;
  }

  30% {
    bottom: 40px;
  }

  40% {
    bottom: 20px;
  }

  50% {
    bottom: 40px;
  }

  60% {
    bottom: 30px;
  }

  70% {
    bottom: 40px;
  }

  80% {
    bottom: 20px;
  }

  90% {
    bottom: 40px;
  }

  100% {
    bottom: 30px;
  }
}

@-webkit-keyframes arrows {
  0% {
    bottom: 30px;
  }

  10% {
    bottom: 40px;
  }

  20% {
    bottom: 30px;
  }

  30% {
    bottom: 40px;
  }

  40% {
    bottom: 20px;
  }

  50% {
    bottom: 40px;
  }

  60% {
    bottom: 30px;
  }

  70% {
    bottom: 40px;
  }

  80% {
    bottom: 20px;
  }

  90% {
    bottom: 40px;
  }

  100% {
    bottom: 30px;
  }
}

#section01 {
  position: relative;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  margin-top: 60px;
  padding-top: 50px;
  padding-bottom: 70px;
  z-index: 2;
  
}

#section01 h6 {
  text-align: center;
  padding-bottom: 20px;
}

h1 span:before {
/*   content: '-'; */
  padding-right: 10px;
  font-weight: 100;

  }

h1 span:after {
  /* content: '-';*/
  padding-left: 10px;
  font-weight: 100;


}

.head-subtext {
  text-align: center;
  padding-top: 40px;
  /* padding-bottom: 40px; */
  color: #000;
  /* text-transform: uppercase; */
  text-transform:lowercase;
  font-size: 14px;
 /* line-height: 22px;*/
}

#section01 .head-subtext {
  padding-bottom: 30px;
}

#section04 .head-subtext {
  padding-bottom: 30px;
}

svg {
  pointer-events: none;
}

.drawings {
  position: relative;
  max-height: 600px;
}

.illustration {
  position: absolute;
  top: 50%;
  left: 50%;
  max-height: 100%;
  max-width: 100%;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.show {
  opacity: 1;
}

.hide {
  opacity: 0;
}

.line-drawing,.illustration {
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
}

.line-drawing path {
  fill: none;
  stroke-width: 1;
}

path.line-round {
  stroke-linecap: round;
}

path.stroke-medium {
  stroke-width: 2;
}

path.stroke-thin {
  stroke-width: 1;
}

#section03 {
  position: relative;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  margin-top: 60px;
  padding-top: 50px;
  padding-bottom: 70px;
  z-index: 2;
}

ul.history-timeline {
  margin: 40px auto 0;
  width: 100%;
  height: auto;
  position: relative;
  padding: 0 0 80px;
}

#section03 .content {
  padding-bottom: 0;
}

.history-timeline .timeline-item span.date .fa {
  margin-right: 6px;
}

.history-timeline .year {
  background: #FFFFFF;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  clear: both;
  color: #3C3D3D;
  font-size: 20px;
  font-weight: 300;
  height: auto;
  margin: 31px auto;
  padding: 8px 0;
  text-align: center;
  width: 75px;
  left: -35px;
  position: relative;
  top: -5px;
}

.history-timeline .year:nth-of-type(2n) {
  right: -36px;
  left: auto;
}

.timeline-image {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  position: relative;
  margin-bottom: 15px;
  overflow: hidden;
}

.timeline-image a img {
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transition: all 0.7s;
}

.timeline-image img {
  width: 100%;
}

.timeline-image a .image-overlay {
  background: rgba(237,51,22,.8);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.timeline-image a .image-zoom {
  color: #FFFFFF;
  font-size: 25px;
  left: 50%;
  position: absolute;
  top: 50%;
  z-index: 2;
  -webkit-transform: translateY(-50%) translateX(-50%) scale(5);
  -moz-transform: translateY(-50%) translateX(-50%) scale(5);
  -ms-transform: translateY(-50%) translateX(-50%) scale(5);
  transform: translateY(-50%) translateX(-50%) scale(5);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.history-timeline .timeline-item {
  float: left;
  padding: 20px;
  width: 43.7%;
  background: rgba(186,104,200,.7);
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  margin: 10px 0;
  position: relative;
  z-index: 550;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.history-timeline .year + .timeline-item {
  margin-top: -20px;
}

.history-timeline .timeline-item h4 {
  font-size: 19px;
  font-weight: 300;
  margin: 5px 0px 0px 0px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.history-timeline .timeline-item div.article {
  font-size: 14px;
  color: #767676;
  margin: 8px 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.history-timeline .timeline-item span.date {
  font-size: 14px;
  text-transform: uppercase;
  color: #a5a5a5;
  line-height: 12px;
}

.history-timeline .timeline-item:after {
}

.history-timeline .timeline-item:nth-of-type(2n):before {
}

.history-timeline .timeline-item:before {
}

.history-timeline .timeline-item:nth-of-type(2n) {
  float: right;
  clear: right;
}

.history-timeline .timeline-item:nth-of-type(2n):after {
  left: -6.8%;
}

a.load-more {
  background: #2D728B;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  color: #FFFFFF;
  display: inline-block;
  font-size: 16px;
  padding: 10px 20px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.history-timeline .timeline-item a.read-more {
  color: #F26341;
  display: block;
  float: right;
  text-align: right;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.history-timeline .timeline-item:hover {
}

.history-timeline .timeline-item:hover h4 {
  color: #fff;
  border-color: #ddd;
}

.history-timeline .timeline-item:hover div.article {
  color: #ddd;
}

.history-timeline .timeline-item:hover:after {
  background: #F26341;
  border: 2px solid #fff;
}

.history-timeline .timeline-item:nth-of-type(2n):hover:before {
  border-right-color: rgba(0, 0, 0, .8);
  border-left-color: rgba(0, 0, 0, 0);
}

.history-timeline .timeline-item:hover:before {
  border-left-color: rgba(0, 0, 0, .8);
  border-right-color: rgba(0, 0, 0, 0);
}

.timeline-image:hover a .image-overlay, .timeline-image a:hover .image-overlay {
  opacity: 1;
  filter: alpha(opacity=1);
}

.timeline-image:hover a .image-zoom, .timeline-image a:hover .image-zoom {
  opacity: 1;
  filter: alpha(opacity=1);
  -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
  -moz-transform: translateY(-50%) translateX(-50%) scale(1);
  -ms-transform: translateY(-50%) translateX(-50%) scale(1);
  transform: translateY(-50%) translateX(-50%) scale(1);
}

.timeline-image:hover a img {
  -webkit-transform: scale(1.5) rotate(15deg);
  -moz-transform: scale(1.5) rotate(15deg);
  -ms-transform: scale(1.5) rotate(15deg);
  transform: scale(1.5) rotate(15deg);
}

a.load-more:hover {
  background: #2D3E48;
}

.history-timeline .timeline-item a.read-more:hover {
  color: #777;
}

ul.section07-timeline {
  margin: 0px auto; /*   margin: 40px auto 0px;  padding: 0px 0px 80px;*/
  width: 100%;
  height: auto;
  position: relative;
}

.section07-timeline .section07-item {
  font-family: Malgun Gothic !important;
  float: left;
  padding: 20px;
  width: 43.7%;
  background: #fff;
  box-shadow: 0 9px 9px -7px rgba(0,0,0,.2);
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  margin: 10px 10px;
  position: relative;
  z-index: 550;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.board_output a:link {background: #fff;
  font-size: 13px !important;
  font-family: Malgun Gothic !important;
}

.gallery-img .gal-more, .gallery-img img {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.gallery-img {
  display: block;
  overflow: hidden;
  z-index: 2;
}

.gallery-img {
  margin-top: 0px;
}

.gallery-img:hover img {
  /*
  -webkit-transform: scale(1.2,1.2);
  -moz-transform: scale(1.2,1.2);
  -ms-transform: scale(1.2,1.2);
  -o-transform: scale(1.2,1.2);
  transform: scale(1.2,1.2);
  */
}

.gal-more,.gal-more, .gallery-img .gal-more {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  background: rgba(63,188,211,0.5);
  text-align: center;
  opacity: 0;
}


.gal-more {
  background: rgba(63,188,211,0.8);
}

.gal-more, .gal-more, .gallery-img:hover .gal-more {
  opacity: 1;
}

.gal-more:before, .gal-more:before, .gallery-img .gal-more:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.gal-more .mask-elem,.gal-more .mask-elem, .gallery-img .gal-more .mask-elem {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}


.gal-more1,.gal-more1, .gallery-img .gal-more1 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  background: url(../images/section04/1-ci.jpg);
  background-size:cover;
  text-align: center;
  opacity: 0;
}


.gal-more1 {
  background: rgba(63,188,211,0.8);
}

.gal-more1, .gal-more1, .gallery-img:hover .gal-more1 {
  opacity: 1;
}

.gal-more1:before, .gal-more1:before, .gallery-img .gal-more1:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.gal-more1 .mask-elem,.gal-more1 .mask-elem, .gallery-img .gal-more1 .mask-elem {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}







.gal-btn, .product-btn {
  color: #ffffff;
  font-size: 40px;
  display: inline-block;
}

.gal-title {
  font-size: 12px;
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
}

#section07 {
  position: relative;
  margin: 0 auto;
  width: 100%;
  background-color:#e9e3dc;
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 50px;
  z-index: 2;
}

#section_cs {
  position: relative;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  margin-top: 150px;
  padding-top: 50px;
  padding-bottom: 70px;
  z-index: 2;
}

#sep {
  position: relative;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  padding-top: 150px;
  padding-bottom: 150px;
}

#sep2 {
  position: relative;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  padding-bottom: 170px;
}

#sep3 {
  position: relative;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  padding-bottom: 170px;
}

#sep4 {
  position: relative;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  padding-top: 150px;
  padding-bottom: 150px;
}

/* form mail board */
.formmail_cell_bgcolor {
padding: 5px 10px; 
}
.formmail_cell_bgcolor textarea{
height:200px;
}




.est_cate_cell, .formmail_title_bgcolor{
text-align: left;
padding: 10px; 10px;
color:#777;
}

.est_btn_cell{
padding-left:5px;
padding-top:0px;
}
.keywordform {
height:27px;
font-size:12px;
width:250px;
}
#search_display1 {
height:27px;

}

.keywordform, .formmail_cell_bgcolor input[type="text"], .formmail_cell_bgcolor textarea {
border:1px solid #dedede;
background: #fff;
height:12px;
font-size:12px;
}

.formmail_border{
border:1px solid #fff;
background: #fff;
}



/* ±âº» ÅØ½ºÆ® ½ºÅ¸ÀÏ */
.formmail_txt {font-size:12px;font-family:±¼¸²,µ¸¿ò;color:#333333}

/* ÅØ½ºÆ®¹Ú½º ½ºÅ¸ÀÏ */
.formmail_border {font-size:12px;font-family:±¼¸²,µ¸¿ò;color:#333333;border:1 solid #D4D4D4}

/* Ç×¸ñÄ­ ½ºÅ¸ÀÏ */
.formmail_title_bgcolor {background-color:#F7F7F7;font-family:±¼¸²,µ¸¿ò}

/* ÀÔ·ÂÄ­ ½ºÅ¸ÀÏ */
.formmail_cell_bgcolor {background-color:#FFFFFF;font-size:12;font-family:±¼¸²,µ¸¿ò;color:#333333;padding-left:10;}

/* ÅØ½ºÆ®¿¡¾î¸®¾î ½ºÅ¸ÀÏ */
.formmail_textarea_style {font-size:12px;font-family:±¼¸²,µ¸¿ò;color:#333333;border:1 solid #D4D4D4}





/* board */
.bbsno, .bbsetc_add1, .bbsnewf5, .bbswriter, .bbsetc_dateof_write, .board_desc, .board_desc, .board_desc, .board_description{
font-size:12px;
padding-top: 5px;
}

.table_02 {
    width: 100%;
    border-top: 2px #9e0b0f solid;
    border-bottom: 1px #9e0b0f solid;
    border-left: 1px #e5e5e5 solid;
}


.z-index {
  z-index: 5;
}

.test {
  position: relative;
  width: 100%;
  z-index: 100;
  text-align: center;
  margin: 0 auto;
}

.test h6 {
  font-size: 14px;
  line-height: 22px;
  padding-bottom: 25px;
  padding-top: 15px;
  font-weight: 300;
  color: #fff;
}

.test h6 a{ color: #fff; }

.test p {
  padding-bottom: 10px;
  font-size: 90%;
  text-align: center;
  color: #fff;
}

.test span {
  border-top: 1px solid rgba(255,255,255,.7);
  padding-top: 5px;
}

.icon-test {
  position: relative;
  font-family: 'FontAwesome';
  font-size: 26px;
  line-height: 26px;
  height: 26px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 20px;
  text-align: center;
}

.bx-wrapper {
  position: relative;
  width: 100%;
}

.bx-wrapper .bx-prev {
  left: 50%;
  margin-left: -35px;
  bottom: -40px;
  background: url(../images/arr1.png) no-repeat center center;
  background-size: 15px 15px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.bx-wrapper .bx-next {
  right: 50%;
  margin-right: -35px;
  bottom: -40px;
  background: url(../images/arr2.png) no-repeat center center;
  background-size: 15px 15px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.bx-wrapper .bx-prev:hover {
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
}

.bx-wrapper .bx-next:hover {
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  outline: 0;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  z-index: 9;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

.facts-wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.facts-wrap h6 {
  padding-top: 15px;
  color: #fff;
}

.facts-line {
  position: absolute;
  width: 1px;
  background: #fff;
  opacity: .2;
  right: -10px;
  top: 30px;
  bottom: 30px;
  z-index: 20;
}

.facts-wrap-num {
  font-weight: 300;
  font-size: 80px;
  line-height: 80px;
  text-shadow: 0px -2px 0px rgba(51,51,51,.1),0px 2px 3px rgba(102,102,102,.1);
  width: 100%;
  text-align: center;
  opacity: .9;
}

.parallax {
  background: url('../images/parallax/1-1.jpg') repeat fixed; /* ¹è°æÀÌ¹ÌÁö ../images/parallax/1.jpg */
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
}

.just_pattern1 {
  background: -webkit-gradient(radial, center center, 0, center center, 460, from(rgba(225,225,225,0.01)), to(rgba(225,225,225,.3)));
  background: -webkit-radial-gradient(circle, rgba(225,225,225,0.01), rgba(225,225,225,.3));
  background: -moz-radial-gradient(circle, rgba(225,225,225,0.01), rgba(225,225,225,.3));
  background: -ms-radial-gradient(circle, rgba(225,225,225,0.01), rgba(225,225,225,.3));
  background: radial-gradient(circle, rgba(225,225,225,0.01), rgba(225,225,225,.3));
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.just_pattern1_bak {
  background: -webkit-gradient(radial, center center, 0, center center, 460, from(rgba(0,0,0,0.01)), to(rgba(0,0,0,.9)));
  background: -webkit-radial-gradient(circle, rgba(0,0,0,0.01), rgba(0,0,0,.9));
  background: -moz-radial-gradient(circle, rgba(0,0,0,0.01), rgba(0,0,0,.9));
  background: -ms-radial-gradient(circle, rgba(0,0,0,0.01), rgba(0,0,0,.9));
  background: radial-gradient(circle, rgba(0,0,0,0.01), rgba(0,0,0,.9));
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  width: 7em;
  padding: 1em;
  margin: 20px auto;
  text-align: center;
  float: right;
}

.btn-default:hover {
  background-color: rgba(186, 104, 200, 0.7);
  color: #fff;
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
}

@media only screen and (min-width: 1930px) {
  .parallax {
    background-size: cover;
  }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
  .parallax {
    background-size: cover;
    background-attachment: scroll;
    background-position: top center!important;
  }
}

@media only screen and (max-width: 959px) {
  .parallax {
    background-size: cover;
    background-attachment: scroll;
    background-position: top center!important;
  }
}

.parallax1 {
  background: url('../images/parallax/2-1.jpg') repeat fixed; /* ../images/parallax/2.jpg */
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
}

@media only screen and (min-width: 1930px) {
  .parallax1 {
    background-size: cover;
  }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
  .parallax1 {
    background-size: cover;
    background-attachment: scroll;
    background-position: top center!important;
  }
}

@media only screen and (max-width: 959px) {
  .parallax1 {
    background-size: cover;
    background-attachment: scroll;
    background-position: top center!important;
  }
}

#action {
  position: relative;
  width: 100%;
  background: rgba(0,0,0,.3);
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 150px;
  z-index: 200;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

#action:hover {
  background: rgba(0,0,0,.5);
}

#action h6 {
  color: #fff;
}

#action p {
  padding-top: 10px;
  text-align: center;
  text-transform: uppercase;
}

#section06 {
  position: relative;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  padding-top: 100px;
}

.parallax2 {
  background: url('../images/parallax/3-1.jpg') repeat fixed; /* ../images/parallax/3.jpg */
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
}

@media only screen and (min-width: 1930px) {
  .parallax2 {
    background-size: cover;
  }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
  .parallax2 {
    background-size: cover;
    background-attachment: scroll;
    background-position: top center!important;
  }
}

@media only screen and (max-width: 959px) {
  .parallax2 {
    background-size: cover;
    background-attachment: scroll;
    background-position: top center!important;
  }
}

.parallax3 {
  background: url('../images/parallax/1-1.jpg') repeat fixed;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
}

@media only screen and (min-width: 1930px) {
  .parallax3 {
    background-size: cover;
  }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
  .parallax3 {
    background-size: cover;
    background-attachment: scroll;
    background-position: top center!important;
  }
}

@media only screen and (max-width: 959px) {
  .parallax3 {
    background-size: cover;
    background-attachment: scroll;
    background-position: top center!important;
  }
}

.contact-wrap {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  padding: 5px;
  background: rgba(158,11,15,.6);
  /* background: rgba(236,64,122,.6); */
}

.contact-wrap a {
  color: #fff;
}

.contact-wrap h6 {
  padding-bottom: 25px;
  text-align: center;
  color: #fff;
  opacity: .8;
}

.contact-wrap h4 {
  color: #fff;
  opacity: .8;
}

.contact-wrap p {
  padding-bottom: 30px;
  text-align: center;
  color: #fff;
  opacity: .8;
}

.contact-wrap p span {
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
  padding-right: 10px;
  font-weight: 800;
}

.icon-contact1 {
  font-family: 'FontAwesome';
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  z-index: 6;
  padding-right: 10px;
}

.contact-wrap p:last-child {
  padding-bottom: 0;
}

label {
  display: block;
  font-size: 14px;
  line-height: 32px;
}

input {
  border: 1px solid #ddd;
  padding-top: 5px;
  padding-bottom: 5px;
  background: rgba(0,0,0,0);
}

input[type='image'] {
  border: none;
  padding-top: 0px;
  padding-bottom: 0px;
  background: rgba(0,0,0,0);
}

textarea {
  width: 96%;
  height: 90px;
  margin-top: 2px;
  padding-top: 5px;
  padding-bottom: 5px;
  border: none;
  background: rgba(0,0,0,0);
}

.error {
  font: 10px/22px 'Open Sans', sans-serif;
  text-transform: uppercase;
  display: none;
  color: #fff;
}

#button-con {
  position: relative;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  margin-top: 10px;
}

#button-con button {
  width: 100%;
  height: 40px;
  padding-top: 0;
  margin: 0 auto;
  text-align: center;
  font-size: 13px;
  line-height: 40px;
  color: #fff;
  background: rgba(0,0,0,.4);
  text-transform: uppercase;
}

#button-con button:hover {
  background: rgba(0,0,0,.6);
}

#button-con button:focus {
  outline: none !important;
}

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

#google_map {
  -webkit-filter: grayscale(90%);
  -moz-filter: grayscale(90%);
  -ms-filter: grayscale(90%);
  -o-filter: grayscale(90%);
  filter: grayscale(90%);
  filter: url(../images/grayscale.svg#greyscale);
  filter: gray;
}

#google_map {
  width: 100%;
  height: 400px;
  z-index: 0;
  position: relative;
  z-index: 200;
  opacity: .8;
}

.button-map {
  margin-top: 50px;
  cursor: pointer;
  text-align: center;
  position: relative;
  width: 100%;
  display: block;
  color: #fff;
  background: rgba(0,0,0,.3);
  font-size: 16px;
  text-transform: uppercase;
  padding: 30px 0;
  z-index: 200;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}

.close-map:after {
  content: "\f107";
  font-family: FontAwesome;
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  margin-left: 16px;
  font-size: 18px;
}

.show-map:after {
  content: "\f106";
  font-family: FontAwesome;
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  margin-left: 16px;
  font-size: 18px;
}

.button-map:hover {
  background: rgba(0,0,0,.7);
  color: #fff;
}

.map-tooltip h6 {
  color: #292929;
  text-transform: uppercase;
  margin-left: 20px;
  font-size: 18px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.map-tooltip p {
  margin-bottom: 10px;
  margin-left: 20px;
  font-size: 13px;
  text-align: center;
}

#footer {
  position: relative;
  margin: 0 auto;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 30px;
}

#footer .back-top {
  position: absolute;
  cursor: pointer;
  top: -10px;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 40px;
  font-family: 'FontAwesome';
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  text-align: center;
  z-index: 10000;
  font-size: 22px;
  line-height: 40px;
  background: #000000;
  -webkit-box-shadow: 0 -5px 15px -5px #000;
  -moz-box-shadow: 0 -5px 15px -5px #000;
  box-shadow: 0 -5px 15px -5px #000;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}

#footer .back-top:hover {
  background: #101010;
  -webkit-box-shadow: 0 -5px 5px -5px #000;
  -moz-box-shadow: 0 -5px 5px -5px #000;
  box-shadow: 0 -5px 5px -5px #000;
}

#footer p {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  padding-bottom: 5px;
}

.icon-footer {
  font-family: 'FontAwesome';
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  z-index: 6;
  padding-left: 5px;
  padding-right: 5px;
}

.portfolio-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.portfolio-box {
  position: relative;
  width: 16.66666%; /*   width: 25%; */
  overflow: hidden;
  display: inline-block;
  float: left;

}

.portfolio-box img {
  width: 100%;
  height: auto;
  display: block;

}

.portfolio-box:hover img {
  /*
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  */
}

.portfolio-box .mask {
  position: absolute;
  background: rgba(0,0,0,.7) url('../images/cross1.png') no-repeat center center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}

.portfolio-box:hover .mask {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.portfolio-box h4 {
  position: absolute;
  top: 20px;
  left: -100px;
  z-index: 100;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid rgba(255,255,255,.4);
  opacity: 0;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}

.portfolio-box:hover h4 {
  left: 20px;
  opacity: 1;
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
  transition-delay: 300ms;
}

#portfolio-filter {
  position: relative;
  width: 100%;
  text-align: center;
}

#filter {
  position: relative;
  width: 100%;
}

#filter li {
  display: inline-block;
  line-height: 14px;
}

#filter li a {
  position: relative;
  display: inline-block;
  font-weight: 400;
  font-size: 12px;
  outline: none;
  color: #706e6e;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 0 0 1px rgba(255,255,255,0.3);
  margin-left: 8px;
  margin-right: 8px;
  margin-bottom: 30px;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}

#filter li a:after {
  content: '::::';
  font-weight: 400;
  font-size: 12px;
  color: #706e6e;
  padding-left: 20px;
  opacity: .5;
}

#filter li:last-child a:after {
  display: none;
}

#filter li .current {
  color: #bdb3b3;
}

#filter li a:hover {
  color: #bdb3b3;
}

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

.isotope, .isotope .isotope-item {

}

.isotope {

}

.isotope .isotope-item {

}

#last-work {
  position: relative;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 50px;
  background: #292929;
  width: 100%;
  overflow: hidden;
  z-index: 2;
}

#last-work img {
  width: 100%;
  height: auto;
  display: block;
}

#last-work h6 {
  text-align: left;
  padding-bottom: 25px;
}

#last-work p {
  text-align: left;
  padding-bottom: 30px;
}

#last-work p:last-child {
  padding-bottom: 0;
}

#slider-wrap {
  position: relative;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  z-index: 2;
}

#slider-wrap img {
  width: 100%;
  height: auto;
  display: block;
}

.padding-project {
  padding-top: 50px;
  padding-bottom: 50px;
}

#sep8 .z-index {
  z-index: 2000;
}

#sep8 {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  padding-top: 150px;
  padding-bottom: 150px;
  z-index: 2;
}

.parallax8 {
  background: url('../images/projects/16.jpg') repeat fixed;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
}

@media only screen and (min-width: 1930px) {
  .parallax8 {
    background-size: cover;
  }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
  .parallax8 {
    background-size: cover;
    background-attachment: scroll;
    background-position: top center!important;
  }
}

@media only screen and (max-width: 959px) {
  .parallax8 {
    background-size: cover;
    background-attachment: scroll;
    background-position: top center!important;
  }
}

#project-single-video {
  position: relative;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  z-index: 2;
}

#thevideo {
  display: none;
}

.video {
  width: 100%;
  height: auto;
  display: block;
}

.video-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

iframe {
  width: 100%;
  height: auto;
  display: block;
}

#sep9 .z-index {
  z-index: 2000;
}

#sep9 {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  padding-top: 150px;
  padding-bottom: 150px;
  z-index: 2;
}

.parallax9 {
  background: url('../images/projects/26.jpg') repeat fixed;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
}

@media only screen and (min-width: 1930px) {
  .parallax9 {
    background-size: cover;
  }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
  .parallax9 {
    background-size: cover;
    background-attachment: scroll;
    background-position: top center!important;
  }
}

@media only screen and (max-width: 959px) {
  .parallax9 {
    background-size: cover;
    background-attachment: scroll;
    background-position: top center!important;
  }
}

#services {
  position: relative;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  margin-top: 60px;
  padding-top: 50px;
  z-index: 2;
}

.last-services {
  position: relative;
  margin: 0 auto;
  padding: 20px;
  background-color: #292929;
  background-image: url('../images/qud1.png');
  background-repeat: no-repeat;
  background-position: top right;
  overflow: hidden;
  z-index: 2;
  cursor: pointer;
  -webkit-transition: background-image .35s ease-in-out;
  -moz-transition: background-image .35s ease-in-out;
  -ms-transition: background-image .35s ease-in-out;
  -o-transition: background-image .35s ease-in-out;
  transition: background-image .35s ease-in-out;
}

.last-services:hover {
  background-image: url('../images/qud2.png');
}

.last-services h6 {
  position: relative;
  display: inline-block;
  padding-left: 15px;
  text-align: left;
  padding-bottom: 25px;
}

.last-services p {
  text-align: left;
}

.icon-left1 {
  position: relative;
  display: inline-block;
  font-family: 'FontAwesome';
  line-height: 32px;
  font-size: 22px;
  text-align: left;
  z-index: 6;
  width: 22px;
  height: 32px;
}

.last-services1 {
  position: relative;
  margin: 0 auto;
  padding: 20px;
  background-color: #292929;
  background-image: url('../images/qud.png');
  background-repeat: no-repeat;
  background-position: top left;
  overflow: hidden;
  text-align: right;
  z-index: 2;
  cursor: pointer;
  -webkit-transition: background-image .35s ease-in-out;
  -moz-transition: background-image .35s ease-in-out;
  -ms-transition: background-image .35s ease-in-out;
  -o-transition: background-image .35s ease-in-out;
  transition: background-image .35s ease-in-out;
}

.last-services1:hover {
  background-image: url('../images/qud2.png');
}

.last-services1 h6 {
  position: relative;
  display: inline-block;
  padding-right: 15px;
  text-align: right;
  padding-bottom: 25px;
}

.last-services1 p {
  text-align: right;
}

.icon-right1 {
  position: relative;
  display: inline-block;
  font-family: 'FontAwesome';
  line-height: 32px;
  font-size: 22px;
  text-align: right;
  z-index: 6;
  width: 22px;
  height: 32px;
}

.et-wrapper {
  width: 100%;
  height: 300px;
}

#section02 {
  position: relative;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  margin-top: 60px;
  padding-top: 50px;
  padding-bottom: 70px;
  z-index: 2;
}

#section02 h6 {
  text-align: center;
  padding-bottom: 20px;
  font-size: 15px;
}

#section02 img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  text-align: center;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}

.flipWrapper {
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  -o-perspective: 1000;
  perspective: 1000;
  width: 100%;
  height: 300px;
  position: relative;
  margin: 0 auto;
  cursor: pointer;
  text-align: center;
}

.flipWrapper .card.flipped {
  -webkit-transform: rotatey(180deg);
  -moz-transform: rotatey(180deg);
  -ms-transform: rotatey(180deg);
  -o-transform: rotatey(180deg);
  transform: rotatey(180deg);
}

.flipWrapper .card {
  width: 100%;
  height: 100%;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  margin: 0 auto;
  text-align: center;
}

.flipWrapper .card .face {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  background: #f2f2f2;
  position: absolute;
  margin: 0 auto;
  text-align: center;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 2;
}

.flipWrapper .card .front {
  position: absolute;
  z-index: 1;
  color: white;
  cursor: pointer;
}

.flipWrapper .card .back {
  -webkit-transform: rotatey(-180deg);
  -moz-transform: rotatey(-180deg);
  -ms-transform: rotatey(-180deg);
  -o-transform: rotatey(-180deg);
  transform: rotatey(-180deg);
  background: #f2f2f2;
  cursor: pointer;
  width: 100%;
  height: 100%;
  padding: 0;
}

.flipWrapper .card .back p {
  padding-top: 20px;
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
}

.flipWrapper .card .back p:last-child {
  padding-top: 10px;
}

.social-team {
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 5;
}

.team-social li {
  margin: 0 auto;
  list-style: none;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  width: 30px;
  height: 16px;
}

.team-social li.icon-team a {
  font-family: 'FontAwesome';
  font-size: 16px;
  line-height: 16px;
  margin: 0 auto;
  text-align: center;
  padding-right: 15px;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}

.team-social li:last-child.icon-team a {
  padding-right: 0;
}

.team-social li:hover {
}

.team-social li:hover.icon-team a {
  opacity: .6;
}

#section05 {
  position: relative;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  background: #fff;
  padding-top: 50px;
  padding-bottom: 70px;
  z-index: 2;
}

.services-offer {
  position: relative;
  margin: 0 auto;
  width: 100%;
  background: #fff;
  margin-top: 13px;
  margin-bottom: 13px;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}

.services-offer:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-box-shadow: 0 9px 9px -7px rgba(0,0,0,.2);
  -moz-box-shadow: 0 9px 9px -7px rgba(0,0,0,.2);
  box-shadow: 0 9px 9px -7px rgba(0,0,0,.2);
}

.services-offer:hover h6,.services-offer:hover p,.services-offer:hover .services-icon1:before,.services-offer:hover .services-icon2:before,.services-offer:hover .services-icon3:before {
}

.services-offer h6 {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 25px;
}

.services-offer p {
  text-align: center;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}

.services-offer .services-icon {
  position: relative;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  font-size: 30px;
  line-height: 50px;
  height: 50px;
}

.no-touch.cssanimations .services-offer .services-icon:before {
  -webkit-animation: dollar 6s linear infinite;
  -moz-animation: dollar 6s linear infinite;
  animation: dollar 6s linear infinite;
}

.services-list p {
  margin: 10px 0 10px 0;
  padding: 0;
}

.list-services li {
  list-style: none;
  margin: 0 auto;
  text-align: center;
  border-top: 1px dashed rgba(100,100,100,.4);
  margin-left: 20px;
  margin-right: 20px;
  font-size: 12px;
  text-transform: uppercase;
}

.list-services li:last-child {
  border-bottom: 1px dashed rgba(100,100,100,.4);
}

.services-offer:hover .list-services li {
  border-top: 1px dashed rgba(100,100,100,.4);
}

.services-offer:hover .list-services li:last-child {
  border-bottom: 1px dashed rgba(100,100,100,.4);
}

.services-offer .services-link {
  position: relative;
  margin: 0 auto;
  padding: 20px 15px;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  color: #292929;
  background: rgba(230,230,230,1);
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 20px;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}

.services-offer .services-link:hover {
  color: #fff;
}

.featured {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

@keyframes dollar {
  0% {
    top: 0;
  }

  10% {
    top: 10px;
  }

  20% {
    top: 0;
  }

  30% {
    top: 10px;
  }

  40% {
    top: -5px;
  }

  50% {
    top: 10px;
  }

  60% {
    top: 0;
  }

  70% {
    top: 10px;
  }

  80% {
    top: -5px;
  }

  90% {
    top: 10px;
  }

  100% {
    top: 0;
  }
}

@-webkit-keyframes dollar {
  0% {
    top: 0;
  }

  10% {
    top: 10px;
  }

  20% {
    top: 0;
  }

  30% {
    top: 10px;
  }

  40% {
    top: -5px;
  }

  50% {
    top: 10px;
  }

  60% {
    top: 0;
  }

  70% {
    top: 10px;
  }

  80% {
    top: -5px;
  }

  90% {
    top: 10px;
  }

  100% {
    top: 0;
  }
}

@media only screen and (max-width: 800px) {
  h1 {
    font-size: 28px;
    line-height: 28px;
  }

  #royal_preloader.text .loader {
    letter-spacing: 2px;
    font-size: 26px;
  }

  .logo { /* ºê¶ó¿ìÀú°¡ ÀÛÀ»¶§ ¸Å¿ì ÀÛÀ»¶§ ÇÚµåÆù */
    width: 160px;
    height: 30px; 
    left: 5%;
/*    top: 10px; */
    top: 25px; /* auto */
    background: url('../images/logo.jpg') no-repeat center center;
    background-size: 160px 30px;
  }

  .cbp-af-header.cbp-af-header-shrink .logo {
    width: 160px;
    height: 30px;
    left: 5%;
    top: 25px;/*    top: 10px; auto*/
    background: url('../images/logo.jpg') no-repeat center center;
    background-size: 160px 30px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }

  .cbp-af-header.cbp-af-header-shrink ul.slimmenu li a {
    border-bottom: none;
  }

  .cbp-af-header.cbp-af-header-shrink ul.slimmenu li a:hover {
    border-bottom: none;
    background: none;
  }

  .cbp-af-header.cbp-af-header-shrink ul.slimmenu li {
    background: none;
  }

  ul.slimmenu li a: {
    border-bottom: none;
  }

  ul.slimmenu li a:hover {
    border-bottom: none;
    background: none;
  }

  ul.slimmenu li {
    background: none;
  }

  ul.slimmenu li > ul {
    width: 100%;
    text-align: right;
  }
}

@media only screen and (min-width: 960px) and (max-width: 1199px) {
  .prev {
    left: 100px;
  }

  .next {
    right: 100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
  .cd-intro {
    display: none;
  }

  .section07-timeline .section07-item {
    width: 41.7%;
  }

  .big-text {
    margin-top: -40px;
    font-size: 40px;
    line-height: 40px;
  }

  .small-text {
    margin-top: 25px;
  }

  .social-top {
    margin-top: 65px;
  }

  .prev {
    top: auto;
    bottom: 20px;
    margin-top: 0;
    background: url('../images/arrow-left.png') no-repeat center center;
    background-size: 16px 29px;
    left: 20px;
    width: 16px;
    height: 29px;
  }

  .next {
    top: auto;
    bottom: 20px;
    margin-top: 0;
    background: url('../images/arrow-right.png') no-repeat center center;
    background-size: 16px 29px;
    right: 20px;
    width: 16px;
    height: 29px;
  }

  .flipWrapper {
    height: 236px;
  }

  .flipWrapper svg {
    display: none;
  }

  .flipWrapper .card .face {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .menu-back {
    background: rgba(35,32,31,1);
/*   background: rgba(122,36,65,.9);*/
  }

  .cd-intro {
    display: none;
  }

  .history-timeline .timeline-item {
    width: 100%;
  }

  .big-text {
    margin-top: -40px;
    font-size: 30px;
    line-height: 30px;
  }

  .small-text {
    margin-top: 20px;
    font-size: 20px;
    line-height: 20px;
  }

  .social-top {
    margin-top: 50px;
  }

  .prev {
    top: auto;
    bottom: 20px;
    margin-top: 0;
    background: url('../images/arrow-left.png') no-repeat center center;
    background-size: 16px 29px;
    left: 20px;
    width: 16px;
    height: 29px;
  }

  .next {
    top: auto;
    bottom: 20px;
    margin-top: 0;
    background: url('../images/arrow-right.png') no-repeat center center;
    background-size: 16px 29px;
    right: 20px;
    width: 16px;
    height: 29px;
  }

  #about svg {
    display: none;
  }

  .flipWrapper {
    height: 420px;
  }

  .flipWrapper svg {
    display: none;
  }

  .flipWrapper .card .face {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }

  .facts-line {
    display: none;
  }

  .logos-wrap {
    width: 33.3333333333333333333333333%;
  }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .menu-back {
    background: rgba((35,32,31,1);
	/*  background: rgba(122,36,65,.9); */
  }

  .cd-intro {
    display: none;
  }

  ul.slimmenu li:first-child {
    margin-top: 20px;
  }

  ul.slimmenu li a {
    font-size: 1.4em;
    font-weight: 700;
    text-align: center;
  }

  .video-wrapper {
    top: 78px;
  }

  .container {
    position: relative;
    width: 95% !important;
    margin: 0 auto;
    padding: 0;
  }

  .container .columns, .container .column {
    margin: 10px 0px;
    width: 100% !important;
  }

  ul.section07-timeline {
    margin: 0px auto 0px;
    width: 100%;
    height: auto;
    position: relative;
    padding: 0px;
  }

  .section07-timeline .section07-item {
    padding: 20px;
    width: 87%;
    margin: 10px 0px;
  }

  .history-timeline .timeline-item {
    width: 90%;
  }

  .timeline-image img {
    width: 100%;
  }

  .contact-wrap {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .just_pattern1 {
    display: none;
  }

  .big-text {
    top: 75%;
    font-size: 20px;
    line-height: 20px;
  }

  .big-text span {
    padding-left: 15px;
    padding-right: 15px;
    line-height: 3em;
  }

  .small-text {
    margin-top: 20px;
    font-size: 14px;
    line-height: 14px;
  }

  .social-top {
    margin-top: 50px;
  }

  .prev {
    top: auto;
    bottom: 20px;
    margin-top: 0;
    background: url('../images/arrow-left.png') no-repeat center center;
    background-size: 16px 29px;
    left: 20px;
    width: 16px;
    height: 29px;
  }

  .next {
    top: auto;
    bottom: 20px;
    margin-top: 0;
    background: url('../images/arrow-right.png') no-repeat center center;
    background-size: 16px 29px;
    right: 20px;
    width: 16px;
    height: 29px;
  }

  #about svg {
    display: none;
  }

  .flipWrapper {
    height: 300px;
  }

  .flipWrapper svg {
    display: none;
  }

  .flipWrapper .card .face {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }

  .facts-line {
    display: none;
  }

  .logos-wrap {
    width: 50%;
  }

  .project-info {
    width: 200px;
  }

  input[name="writer"] {
    width: 50% !important;
    padding: 10px;
  }

  input[name="password"] {
    width: 50% !important;
    padding: 10px;
  }

  input[name="subject"] {
    width: 90% !important;
    padding: 10px;
  }

  div.nneditor-container .nneditor-toolbar-container {
    display: none;
  }

  #descriptionView_IFRAME {
    height: 200px !important;
  }

  #google_map {
    width: 95%;
    height: 300px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 319px) {
  .menu-back {
    background: rgba((35,32,31,1);
/*    background: rgba(122,36,65,.9);*/
  }

  .history-timeline .timeline-item {
    width: 100%;
  }

  .cd-intro {
    display: none;
  }

  .contact-wrap {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .big-text {
    margin-top: -30px;
    font-size: 15px;
    line-height: 15px;
  }

  .big-text span {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    border: none;
  }

  .small-text {
    margin-top: 0;
    font-size: 14px;
    line-height: 14px;
  }

  .social-top {
    margin-top: 20px;
  }

  .prev {
    top: auto;
    bottom: 20px;
    margin-top: 0;
    background: url('../images/arrow-left.png') no-repeat center center;
    background-size: 16px 29px;
    left: 20px;
    width: 16px;
    height: 29px;
  }

  .next {
    top: auto;
    bottom: 20px;
    margin-top: 0;
    background: url('../images/arrow-right.png') no-repeat center center;
    background-size: 16px 29px;
    right: 20px;
    width: 16px;
    height: 29px;
  }

  #about svg {
    display: none;
  }

  .flipWrapper {
    height: 220px;
  }

  .flipWrapper svg {
    display: none;
  }

  .flipWrapper .card .face {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }

  .facts-line {
    display: none;
  }

  .logos-wrap {
    width: 50%;
  }

  .project-info {
    width: 200px;
  }
}

.cd-top {
  z-index: 9999999999999999;
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(232, 98, 86, 0.8) url(../images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
  visibility: visible;
  opacity: 1;
}

.cd-top.cd-fade-out {
  opacity: .5;
}

.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}

@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }

  .cd-intro {
    position: absolute;
    top: 50%;
    width: 100%;
    text-shadow: 0 0 15px rgba(0,0,0,0.5);
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    font-size: 50px;
    line-height: 50px;
    color: #ededed;
    z-index: 20;
  }

  .cd-intro span {
    background: rgba(0,0,0,.3);
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 30px;
    padding-right: 30px;
    text-shadow: 0 0 15px rgba(0,0,0,0.5);
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    font-size: 50px;
    line-height: 50px;
    color: #ededed;
  }

  .cd-intro > h1 span:before {
    content: '';
  }

  .cd-intro > h1 span:after {
    content: '';
  }@  media only screen and (min-width: 768px) {
  }@  media only screen and (min-width: 1170px) {
    .cd-intro{
  }
}

.cd-headline {
}

@media only screen and (min-width: 768px) {
  .cd-headline {
  }
}

@media only screen and (min-width: 1170px) {
  .cd-headline {
  }
}

.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}

.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}

.cd-words-wrapper b.is-visible {
  position: relative;
}

.no-js .cd-words-wrapper b {
  opacity: 0;
}

.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}

.cd-headline.rotate-1 .cd-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}

.cd-headline.rotate-1 b {
  opacity: 0;
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.cd-headline.rotate-1 b.is-visible {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-animation: cd-rotate-1-in 1.2s;
  -moz-animation: cd-rotate-1-in 1.2s;
  animation: cd-rotate-1-in 1.2s;
}

.cd-headline.rotate-1 b.is-hidden {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-animation: cd-rotate-1-out 1.2s;
  -moz-animation: cd-rotate-1-out 1.2s;
  animation: cd-rotate-1-out 1.2s;
}

@-webkit-keyframes cd-rotate-1-in {
  0% {
    -webkit-transform: rotateX(180deg);
    opacity: 0;
  }

  35% {
    -webkit-transform: rotateX(120deg);
    opacity: 0;
  }

  65% {
    opacity: 0;
  }

  100% {
    -webkit-transform: rotateX(360deg);
    opacity: 1;
  }
}

@-moz-keyframes cd-rotate-1-in {
  0% {
    -moz-transform: rotateX(180deg);
    opacity: 0;
  }

  35% {
    -moz-transform: rotateX(120deg);
    opacity: 0;
  }

  65% {
    opacity: 0;
  }

  100% {
    -moz-transform: rotateX(360deg);
    opacity: 1;
  }
}

@keyframes cd-rotate-1-in {
  0% {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0;
  }

  35% {
    -webkit-transform: rotateX(120deg);
    -moz-transform: rotateX(120deg);
    -ms-transform: rotateX(120deg);
    -o-transform: rotateX(120deg);
    transform: rotateX(120deg);
    opacity: 0;
  }

  65% {
    opacity: 0;
  }

  100% {
    -webkit-transform: rotateX(360deg);
    -moz-transform: rotateX(360deg);
    -ms-transform: rotateX(360deg);
    -o-transform: rotateX(360deg);
    transform: rotateX(360deg);
    opacity: 1;
  }
}

@-webkit-keyframes cd-rotate-1-out {
  0% {
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }

  35% {
    -webkit-transform: rotateX(-40deg);
    opacity: 1;
  }

  65% {
    opacity: 0;
  }

  100% {
    -webkit-transform: rotateX(180deg);
    opacity: 0;
  }
}

@-moz-keyframes cd-rotate-1-out {
  0% {
    -moz-transform: rotateX(0deg);
    opacity: 1;
  }

  35% {
    -moz-transform: rotateX(-40deg);
    opacity: 1;
  }

  65% {
    opacity: 0;
  }

  100% {
    -moz-transform: rotateX(180deg);
    opacity: 0;
  }
}

@keyframes cd-rotate-1-out {
  0% {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }

  35% {
    -webkit-transform: rotateX(-40deg);
    -moz-transform: rotateX(-40deg);
    -ms-transform: rotateX(-40deg);
    -o-transform: rotateX(-40deg);
    transform: rotateX(-40deg);
    opacity: 1;
  }

  65% {
    opacity: 0;
  }

  100% {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0;
  }
}

.cd-headline.type .cd-words-wrapper {
  vertical-align: top;
  overflow: hidden;
}

.cd-headline.type .cd-words-wrapper::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 90%;
  width: 1px;
  background-color: #aebcb9;
}

.cd-headline.type .cd-words-wrapper.waiting::after {
  -webkit-animation: cd-pulse 1s infinite;
  -moz-animation: cd-pulse 1s infinite;
  animation: cd-pulse 1s infinite;
}

.cd-headline.type .cd-words-wrapper.selected {
  background-color: #aebcb9;
}

.cd-headline.type .cd-words-wrapper.selected::after {
  visibility: hidden;
}

.cd-headline.type .cd-words-wrapper.selected b {
  color: #0d0d0d;
}

.cd-headline.type b {
  visibility: hidden;
}

.cd-headline.type b.is-visible {
  visibility: visible;
}

.cd-headline.type i {
  position: absolute;
  visibility: hidden;
}

.cd-headline.type i.in {
  position: relative;
  visibility: visible;
}

@-webkit-keyframes cd-pulse {
  0% {
    -webkit-transform: translateY(-50%) scale(1);
    opacity: 1;
  }

  40% {
    -webkit-transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}

@-moz-keyframes cd-pulse {
  0% {
    -moz-transform: translateY(-50%) scale(1);
    opacity: 1;
  }

  40% {
    -moz-transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }

  100% {
    -moz-transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}

@keyframes cd-pulse {
  0% {
    -webkit-transform: translateY(-50%) scale(1);
    -moz-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    -o-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    opacity: 1;
  }

  40% {
    -webkit-transform: translateY(-50%) scale(0.9);
    -moz-transform: translateY(-50%) scale(0.9);
    -ms-transform: translateY(-50%) scale(0.9);
    -o-transform: translateY(-50%) scale(0.9);
    transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(-50%) scale(0);
    -moz-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    -o-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}

.cd-headline.rotate-2 .cd-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}

.cd-headline.rotate-2 i, .cd-headline.rotate-2 em {
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.cd-headline.rotate-2 b {
  opacity: 0;
}

.cd-headline.rotate-2 i {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(-20px) rotateX(90deg);
  -moz-transform: translateZ(-20px) rotateX(90deg);
  -ms-transform: translateZ(-20px) rotateX(90deg);
  -o-transform: translateZ(-20px) rotateX(90deg);
  transform: translateZ(-20px) rotateX(90deg);
  opacity: 0;
}

.is-visible .cd-headline.rotate-2 i {
  opacity: 1;
}

.cd-headline.rotate-2 i.in {
  -webkit-animation: cd-rotate-2-in 0.4s forwards;
  -moz-animation: cd-rotate-2-in 0.4s forwards;
  animation: cd-rotate-2-in 0.4s forwards;
}

.cd-headline.rotate-2 i.out {
  -webkit-animation: cd-rotate-2-out 0.4s forwards;
  -moz-animation: cd-rotate-2-out 0.4s forwards;
  animation: cd-rotate-2-out 0.4s forwards;
}

.cd-headline.rotate-2 em {
  -webkit-transform: translateZ(20px);
  -moz-transform: translateZ(20px);
  -ms-transform: translateZ(20px);
  -o-transform: translateZ(20px);
  transform: translateZ(20px);
}

.no-csstransitions .cd-headline.rotate-2 i {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 0;
}

.no-csstransitions .cd-headline.rotate-2 i em {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.no-csstransitions .cd-headline.rotate-2 .is-visible i {
  opacity: 1;
}

@-webkit-keyframes cd-rotate-2-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(90deg);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(-10deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0deg);
  }
}

@-moz-keyframes cd-rotate-2-in {
  0% {
    opacity: 0;
    -moz-transform: translateZ(-20px) rotateX(90deg);
  }

  60% {
    opacity: 1;
    -moz-transform: translateZ(-20px) rotateX(-10deg);
  }

  100% {
    opacity: 1;
    -moz-transform: translateZ(-20px) rotateX(0deg);
  }
}

@keyframes cd-rotate-2-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(90deg);
    -moz-transform: translateZ(-20px) rotateX(90deg);
    -ms-transform: translateZ(-20px) rotateX(90deg);
    -o-transform: translateZ(-20px) rotateX(90deg);
    transform: translateZ(-20px) rotateX(90deg);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(-10deg);
    -moz-transform: translateZ(-20px) rotateX(-10deg);
    -ms-transform: translateZ(-20px) rotateX(-10deg);
    -o-transform: translateZ(-20px) rotateX(-10deg);
    transform: translateZ(-20px) rotateX(-10deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0deg);
    -moz-transform: translateZ(-20px) rotateX(0deg);
    -ms-transform: translateZ(-20px) rotateX(0deg);
    -o-transform: translateZ(-20px) rotateX(0deg);
    transform: translateZ(-20px) rotateX(0deg);
  }
}

@-webkit-keyframes cd-rotate-2-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0);
  }

  60% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-100deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-90deg);
  }
}

@-moz-keyframes cd-rotate-2-out {
  0% {
    opacity: 1;
    -moz-transform: translateZ(-20px) rotateX(0);
  }

  60% {
    opacity: 0;
    -moz-transform: translateZ(-20px) rotateX(-100deg);
  }

  100% {
    opacity: 0;
    -moz-transform: translateZ(-20px) rotateX(-90deg);
  }
}

@keyframes cd-rotate-2-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0);
    -moz-transform: translateZ(-20px) rotateX(0);
    -ms-transform: translateZ(-20px) rotateX(0);
    -o-transform: translateZ(-20px) rotateX(0);
    transform: translateZ(-20px) rotateX(0);
  }

  60% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-100deg);
    -moz-transform: translateZ(-20px) rotateX(-100deg);
    -ms-transform: translateZ(-20px) rotateX(-100deg);
    -o-transform: translateZ(-20px) rotateX(-100deg);
    transform: translateZ(-20px) rotateX(-100deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-90deg);
    -moz-transform: translateZ(-20px) rotateX(-90deg);
    -ms-transform: translateZ(-20px) rotateX(-90deg);
    -o-transform: translateZ(-20px) rotateX(-90deg);
    transform: translateZ(-20px) rotateX(-90deg);
  }
}

.cd-headline.loading-bar span {
  display: inline-block;
  padding: .2em 0;
}

.cd-headline.loading-bar .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}

.cd-headline.loading-bar .cd-words-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background: #0096a7;
  z-index: 2;
  -webkit-transition: width 0.3s -0.1s;
  -moz-transition: width 0.3s -0.1s;
  transition: width 0.3s -0.1s;
}

.cd-headline.loading-bar .cd-words-wrapper.is-loading::after {
  width: 100%;
  -webkit-transition: width 3s;
  -moz-transition: width 3s;
  transition: width 3s;
}

.cd-headline.loading-bar b {
  top: .2em;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.cd-headline.loading-bar b.is-visible {
  opacity: 1;
  top: 0;
}

.cd-headline.slide span {
  display: inline-block;
  padding: .2em 0;
}

.cd-headline.slide .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}

.cd-headline.slide b {
  opacity: 0;
  top: .2em;
}

.cd-headline.slide b.is-visible {
  top: 0;
  opacity: 1;
  -webkit-animation: slide-in 0.6s;
  -moz-animation: slide-in 0.6s;
  animation: slide-in 0.6s;
}

.cd-headline.slide b.is-hidden {
  -webkit-animation: slide-out 0.6s;
  -moz-animation: slide-out 0.6s;
  animation: slide-out 0.6s;
}

@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(20%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -moz-transform: translateY(-100%);
  }

  60% {
    opacity: 1;
    -moz-transform: translateY(20%);
  }

  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}

@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    -ms-transform: translateY(20%);
    -o-transform: translateY(20%);
    transform: translateY(20%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }

  60% {
    opacity: 0;
    -webkit-transform: translateY(120%);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
}

@-moz-keyframes slide-out {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }

  60% {
    opacity: 0;
    -moz-transform: translateY(120%);
  }

  100% {
    opacity: 0;
    -moz-transform: translateY(100%);
  }
}

@keyframes slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  60% {
    opacity: 0;
    -webkit-transform: translateY(120%);
    -moz-transform: translateY(120%);
    -ms-transform: translateY(120%);
    -o-transform: translateY(120%);
    transform: translateY(120%);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }
}

.cd-headline.clip span {
  display: inline-block;
  padding: .2em 0;
}

.cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}

.cd-headline.clip .cd-words-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background-color: #aebcb9;
}

.cd-headline.clip b {
  opacity: 0;
}

.cd-headline.clip b.is-visible {
  opacity: 1;
}

.cd-headline.zoom .cd-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}

.cd-headline.zoom b {
  opacity: 0;
}

.cd-headline.zoom b.is-visible {
  opacity: 1;
  -webkit-animation: zoom-in 0.8s;
  -moz-animation: zoom-in 0.8s;
  animation: zoom-in 0.8s;
}

.cd-headline.zoom b.is-hidden {
  -webkit-animation: zoom-out 0.8s;
  -moz-animation: zoom-out 0.8s;
  animation: zoom-out 0.8s;
}

@-webkit-keyframes zoom-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(100px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
  }
}

@-moz-keyframes zoom-in {
  0% {
    opacity: 0;
    -moz-transform: translateZ(100px);
  }

  100% {
    opacity: 1;
    -moz-transform: translateZ(0);
  }
}

@keyframes zoom-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(100px);
    -moz-transform: translateZ(100px);
    -ms-transform: translateZ(100px);
    -o-transform: translateZ(100px);
    transform: translateZ(100px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@-webkit-keyframes zoom-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateZ(-100px);
  }
}

@-moz-keyframes zoom-out {
  0% {
    opacity: 1;
    -moz-transform: translateZ(0);
  }

  100% {
    opacity: 0;
    -moz-transform: translateZ(-100px);
  }
}

@keyframes zoom-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateZ(-100px);
    -moz-transform: translateZ(-100px);
    -ms-transform: translateZ(-100px);
    -o-transform: translateZ(-100px);
    transform: translateZ(-100px);
  }
}

.cd-headline.rotate-3 .cd-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}

.cd-headline.rotate-3 b {
  opacity: 0;
}

.cd-headline.rotate-3 i {
  display: inline-block;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.is-visible .cd-headline.rotate-3 i {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

.cd-headline.rotate-3 i.in {
  -webkit-animation: cd-rotate-3-in 0.6s forwards;
  -moz-animation: cd-rotate-3-in 0.6s forwards;
  animation: cd-rotate-3-in 0.6s forwards;
}

.cd-headline.rotate-3 i.out {
  -webkit-animation: cd-rotate-3-out 0.6s forwards;
  -moz-animation: cd-rotate-3-out 0.6s forwards;
  animation: cd-rotate-3-out 0.6s forwards;
}

.no-csstransitions .cd-headline.rotate-3 i {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
  opacity: 0;
}

.no-csstransitions .cd-headline.rotate-3 .is-visible i {
  opacity: 1;
}

@-webkit-keyframes cd-rotate-3-in {
  0% {
    -webkit-transform: rotateY(180deg);
  }

  100% {
    -webkit-transform: rotateY(0deg);
  }
}

@-moz-keyframes cd-rotate-3-in {
  0% {
    -moz-transform: rotateY(180deg);
  }

  100% {
    -moz-transform: rotateY(0deg);
  }
}

@keyframes cd-rotate-3-in {
  0% {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }

  100% {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}

@-webkit-keyframes cd-rotate-3-out {
  0% {
    -webkit-transform: rotateY(0);
  }

  100% {
    -webkit-transform: rotateY(-180deg);
  }
}

@-moz-keyframes cd-rotate-3-out {
  0% {
    -moz-transform: rotateY(0);
  }

  100% {
    -moz-transform: rotateY(-180deg);
  }
}

@keyframes cd-rotate-3-out {
  0% {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
  }

  100% {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
  }
}

.cd-headline.scale b {
  opacity: 0;
}

.cd-headline.scale i {
  display: inline-block;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.is-visible .cd-headline.scale i {
  opacity: 1;
}

.cd-headline.scale i.in {
  -webkit-animation: scale-up 0.6s forwards;
  -moz-animation: scale-up 0.6s forwards;
  animation: scale-up 0.6s forwards;
}

.cd-headline.scale i.out {
  -webkit-animation: scale-down 0.6s forwards;
  -moz-animation: scale-down 0.6s forwards;
  animation: scale-down 0.6s forwards;
}

.no-csstransitions .cd-headline.scale i {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 0;
}

.no-csstransitions .cd-headline.scale .is-visible i {
  opacity: 1;
}

@-webkit-keyframes scale-up {
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
  }

  60% {
    -webkit-transform: scale(1.2);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}

@-moz-keyframes scale-up {
  0% {
    -moz-transform: scale(0);
    opacity: 0;
  }

  60% {
    -moz-transform: scale(1.2);
    opacity: 1;
  }

  100% {
    -moz-transform: scale(1);
    opacity: 1;
  }
}

@keyframes scale-up {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  60% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes scale-down {
  0% {
    -webkit-transform: scale(1);
    opacity: 1;
  }

  60% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
}

@-moz-keyframes scale-down {
  0% {
    -moz-transform: scale(1);
    opacity: 1;
  }

  60% {
    -moz-transform: scale(0);
    opacity: 0;
  }
}

@keyframes scale-down {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  60% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
}

.cd-headline.push b {
  opacity: 0;
}

.cd-headline.push b.is-visible {
  opacity: 1;
  -webkit-animation: push-in 0.6s;
  -moz-animation: push-in 0.6s;
  animation: push-in 0.6s;
}

.cd-headline.push b.is-hidden {
  -webkit-animation: push-out 0.6s;
  -moz-animation: push-out 0.6s;
  animation: push-out 0.6s;
}

@-webkit-keyframes push-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(10%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@-moz-keyframes push-in {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%);
  }

  60% {
    opacity: 1;
    -moz-transform: translateX(10%);
  }

  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}

@keyframes push-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(10%);
    -moz-transform: translateX(10%);
    -ms-transform: translateX(10%);
    -o-transform: translateX(10%);
    transform: translateX(10%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes push-out {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }

  60% {
    opacity: 0;
    -webkit-transform: translateX(110%);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
}

@-moz-keyframes push-out {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }

  60% {
    opacity: 0;
    -moz-transform: translateX(110%);
  }

  100% {
    opacity: 0;
    -moz-transform: translateX(100%);
  }
}

@keyframes push-out {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }

  60% {
    opacity: 0;
    -webkit-transform: translateX(110%);
    -moz-transform: translateX(110%);
    -ms-transform: translateX(110%);
    -o-transform: translateX(110%);
    transform: translateX(110%);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
}