html, body
{height:100%;}

::-webkit-scrollbar {
    width:7px;
	height:4px;
}

::-webkit-scrollbar-track {
    background:#f1f1f1; 
}
 
::-webkit-scrollbar-thumb {
    background:#888; 
	border-radius:20px;
}

::-webkit-scrollbar-thumb:hover {
    background:#555; 
}



/* page swaping animation */
.transition-fade {
    right:0;
	position:relative;
	transition-duration: 800ms; transition-timing-function:ease-in-out;
}
html.is-animating .transition-fade{
	right:-100%;
}

html.is-leaving .transition-fade{
	right:100%;
}




/* toggle menu style */
.clear-menu-btn
{position:relative; z-index:999; top:5px;}

.clear-menu-btn {
  
  width:35px;
  height:30px;
  z-index:999999;
  -webkit-transition:.4s; -moz-transition:.4s; -khtml-transition:.4s; -o-transition:.4s;
}

.clear-menu-btn .menu_tglbtn_checkbox {
  filter: alpha(opacity=0);
  opacity: 0;
  width: 100%;
  height: 100%;
}

.clear-menu-btn .menu_tglbtn_checkbox:hover { cursor: pointer; }

.clear-menu-btn .menu_tglbtn_checkbox_check ~ .top, .clear-menu-btn .menu_tglbtn_checkbox_check ~ .bottom { top:27%; }

.clear-menu-btn .menu_tglbtn_checkbox_check ~ .top {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.clear-menu-btn .menu_tglbtn_checkbox_check ~ .bottom {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.clear-menu-btn .menu_tglbtn_checkbox_check ~ .middle {
  filter: alpha(opacity=0);
  opacity: 0;
}

.clear-menu-btn .menu_tglbtn_checkbox_check ~ .circle {
  filter: alpha(opacity=100);
  opacity: 0;
}

.clear-menu-btn span {
  position: absolute;
  display: block;
  width:23px;
  height:1px;
  background-color: #221714;
  transition-duration: 300ms;
  transition-timing-function: ease-in-out;
  z-index: -1;
  left:0;
  top:0;
}

.clear-menu-btn .top { top: 0; width:18px; left:2.5px;}

.clear-menu-btn .middle { top: 7px; }

.clear-menu-btn .bottom { top: 14px; width:18px; left:2.5px;}

.clearmenubtn_active .bottom
{width:100%;}


.clear-menu-btn .circle {
  display: block;
  position:absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  filter: alpha(opacity=0);
  opacity: 0;
  width:28px;
  height:16px;
  background-color: transparent;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: -1;
  left:14px;
  top:10px;
}



.pure-checkbox input[type="checkbox"],
.pure-radiobutton input[type="checkbox"],
.pure-checkbox input[type="radio"],
.pure-radiobutton input[type="radio"] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pure-checkbox input[type="checkbox"]:focus + span:before,
.pure-radiobutton input[type="checkbox"]:focus + span:before,
.pure-checkbox input[type="radio"]:focus + span:before,
.pure-radiobutton input[type="radio"]:focus + span:before,
.pure-checkbox input[type="checkbox"]:hover + span:before,
.pure-radiobutton input[type="checkbox"]:hover + span:before,
.pure-checkbox input[type="radio"]:hover + span:before,
.pure-radiobutton input[type="radio"]:hover + span:before {
  border-color: #221714;
  background-color: #f2f2f2;
}
.pure-checkbox input[type="checkbox"]:active + span:before,
.pure-radiobutton input[type="checkbox"]:active + span:before,
.pure-checkbox input[type="radio"]:active + span:before,
.pure-radiobutton input[type="radio"]:active + span:before {
  transition-duration: 0s;
}
.pure-checkbox input[type="checkbox"] + span,
.pure-radiobutton input[type="checkbox"] + span,
.pure-checkbox input[type="radio"] + span,
.pure-radiobutton input[type="radio"] + span {
  position: relative;
  padding-left: 35px;
  vertical-align: middle;
  user-select: none;
  cursor: pointer;
  font-size:17px;
  color:#221714;
}

.pure-checkbox input[type="checkbox"] + span:hover,
.pure-radiobutton input[type="checkbox"] + span:hover,
.pure-checkbox input[type="radio"] + span:hover,
.pure-radiobutton input[type="radio"] + span:hover 
{color:#222222;}

.pure-checkbox input[type="checkbox"] + span:before,
.pure-radiobutton input[type="checkbox"] + span:before,
.pure-checkbox input[type="radio"] + span:before,
.pure-radiobutton input[type="radio"] + span:before {
  box-sizing: content-box;
  content: '';
  color: #333;
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  margin-top: -14px;
  border: 2px solid #707070;
  text-align: center;
  transition: all 0.4s ease;
}
.pure-checkbox input[type="checkbox"] + span:after,
.pure-radiobutton input[type="checkbox"] + span:after,
.pure-checkbox input[type="radio"] + span:after,
.pure-radiobutton input[type="radio"] + span:after {
  box-sizing: content-box;
  content: '';
  background-color: #221714;
  position: absolute;
  top: 50%;
  left: 6px;
  width: 12px;
  height: 12px;
  margin-top: -8px;
  transform: scale(0);
  transform-origin: 50%;
  transition: transform 200ms ease-out;
}
.pure-checkbox input[type="checkbox"]:disabled + span:before,
.pure-radiobutton input[type="checkbox"]:disabled + span:before,
.pure-checkbox input[type="radio"]:disabled + span:before,
.pure-radiobutton input[type="radio"]:disabled + span:before {
  border-color: #cccccc;
}
.pure-checkbox input[type="checkbox"]:disabled:focus + span:before,
.pure-radiobutton input[type="checkbox"]:disabled:focus + span:before,
.pure-checkbox input[type="radio"]:disabled:focus + span:before,
.pure-radiobutton input[type="radio"]:disabled:focus + span:before,
.pure-checkbox input[type="checkbox"]:disabled:hover + span:before,
.pure-radiobutton input[type="checkbox"]:disabled:hover + span:before,
.pure-checkbox input[type="radio"]:disabled:hover + span:before,
.pure-radiobutton input[type="radio"]:disabled:hover + span:before {
  background-color: inherit;
}
.pure-checkbox input[type="checkbox"]:disabled:checked + span:before,
.pure-radiobutton input[type="checkbox"]:disabled:checked + span:before,
.pure-checkbox input[type="radio"]:disabled:checked + span:before,
.pure-radiobutton input[type="radio"]:disabled:checked + span:before {
  background-color: #cccccc;
}
.pure-checkbox input[type="checkbox"] + span:after,
.pure-radiobutton input[type="checkbox"] + span:after {
  background-color: transparent;
  top: 50%;
  left: 6px;
  width: 8px;
  height: 3px;
  margin-top: -6px;
  border-style: solid;
  border-color: #ffffff;
  border-width: 0 0 2px 2px;
  border-image: none;
  transform: rotate(-45deg) scale(0);
}
.pure-checkbox input[type="checkbox"]:checked + span:after,
.pure-radiobutton input[type="checkbox"]:checked + span:after {
  content: '';
  transform: rotate(-45deg) scale(1);
  transition: transform 200ms ease-out;
}
.pure-checkbox input[type="radio"]:checked + span:before,
.pure-radiobutton input[type="radio"]:checked + span:before {
  animation: borderscale 300ms ease-in;
  background-color: white;
}
.pure-checkbox input[type="radio"]:checked + span:after,
.pure-radiobutton input[type="radio"]:checked + span:after {
  transform: scale(1);
}
.pure-checkbox input[type="radio"] + span:before,
.pure-radiobutton input[type="radio"] + span:before,
.pure-checkbox input[type="radio"] + span:after,
.pure-radiobutton input[type="radio"] + span:after {
  border-radius: 50%;
}
.pure-checkbox input[type="checkbox"]:checked + span:before,
.pure-radiobutton input[type="checkbox"]:checked + span:before {
  animation: borderscale 200ms ease-in;
  background: #221714;
  border:1px solid #221714;
}
.pure-checkbox input[type="checkbox"]:checked + span:after,
.pure-radiobutton input[type="checkbox"]:checked + span:after {
  transform: rotate(-45deg) scale(1);
}
@keyframes borderscale {
  50% {
    box-shadow: 0 0 0 2px #221714;
  }
}





/* silk slider start */
.imgWrap{position: relative; z-index: 2;}

imgWrap button:hover{opacity: 0.6;}

.imgWrap div.imgInner{width: 100%;}

.imgWrap div.slick-track{height:420px;}

.imgWrap div.slick-list{padding: 0!important;}

.imgWrap ul.imgList{padding: 0 0 20px;}

.imgWrap ul.imgList li.sld{ float: left; padding: 0 5px; opacity: 0.2; transition-duration: 300ms; transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19); max-width:640px; overflow:hidden;}

.imgWrap ul.imgList li.sld.slick-current{opacity: 1;}

.imgWrap ul.imgList li.sld img{max-width:640px;}

@media screen and (max-width: 960px){
	.imgWrap div.slick-track{height: 480px;}
	.imgWrap ul.imgList li.sld{height: 480px;}
	.imgWrap ul.imgList li.sld img{height: 480px; max-width: 720px;}
}

.imgWrap ul.slick-dots{padding: 20px 0 0; position: relative; bottom: 0; text-align: center; vertical-align: top; margin: 0 auto; width: 100%;}

.imgWrap ul.slick-dots li{display: inline-block; font-size:0; width:30px; height:6px; background:none; border:1px solid #221714; cursor:pointer; position:relative; text-align:left; border-radius:0;}

.imgWrap ul.slick-dots li+li
{margin:0 0 0 8px;}

.imgWrap ul.slick-dots li button{width:0; padding:0; border-radius:0; background:#221714; height:100%; transition-duration: 300ms; transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);}

.imgWrap ul.slick-dots li.slick-active button{width:100%;}

.imgWrap .slick-prev, .imgWrap .slick-next{position: absolute; top: 0; height:420px; width:70px; z-index: 10; background: none; border: none; cursor: pointer; display: inline-block; font-size: 11px; letter-spacing:2px !important;}

.imgWrap .slick-prev
{left:0;}

.imgWrap .slick-prev span{display:block; left: 20px; padding: 0 0 0 0; height:60px; position:relative;
    moz-transform-origin: 0 50%;
    -moz-transform: rotate(-90deg) translate(-50%, 50%);
    -webkit-transform-origin: 0 50%;
    -webkit-transform: rotate(-90deg) translate(-50%, 50%);
    -o-transform-origin: 0 50%;
    -o-transform: rotate(-90deg) translate(-50%, 50%);
    -ms-transform-origin: 0 50%;
    -ms-transform: rotate(-90deg) translate(-50%, 50%);
    transform-origin: 0 50%;
    transform: rotate(-90deg) translate(-50%, 50%);
}

.imgWrap .slick-prev span::after{content: ""; height: 30px; width:1px; background:#221714;  position: absolute; right: 0; top: 40px; left:0; margin:auto; transition-duration: 300ms; transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);}

.imgWrap .slick-prev:hover span::after{height:60px; top:15px;}

.imgWrap .slick-prev span::before
{content:""; width:5px; height:5px; background:#221714; border-radius:50%; position:absolute;  right: 0; top: 70px; left:0; margin:auto; transition-duration: 300ms; transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);}

.imgWrap .slick-prev:hover span::before
{top: 70px;}

.imgWrap .slick-next
{right:0;}

.imgWrap .slick-next span {display:block; right: -35px; padding: 0 0 0 0; height:60px; position:relative;
    moz-transform-origin: 0 50%;
    -moz-transform: rotate(90deg) translate(-50%, 50%);
    -webkit-transform-origin: 0 50%;
    -webkit-transform: rotate(90deg) translate(-50%, 50%);
    -o-transform-origin: 0 50%;
    -o-transform: rotate(90deg) translate(-50%, 50%);
    -ms-transform-origin: 0 50%;
    -ms-transform: rotate(90deg) translate(-50%, 50%);
    transform-origin: 0 50%;
    transform: rotate(90deg) translate(-50%, 50%);
}

.imgWrap .slick-next span::after{content: ""; height: 30px; width:1px; background:#221714;  position: absolute; right: 0; top: 40px; left:0; margin:auto; transition-duration: 300ms; transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);}

.imgWrap .slick-next:hover span::after{height:60px; top:15px;}

.imgWrap .slick-next span::before
{content:""; width:5px; height:5px; background:#221714; border-radius:50%; position:absolute;  right: 0; top: 70px; left:0; margin:auto; transition-duration: 300ms; transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);}

.imgWrap .slick-next:hover span::before
{top: 70px;}

@media screen and (max-width: 1170px){
    .imgWrap .slick-prev, div#content div.imgWrap .slick-next{top: auto; bottom: 51px;}
   .imgWrap .slick-prev{left: 25px;}
   .imgWrap .slick-next{right: 25px;}
}





.carousel-inner.vertical {
  height: 100%;
}
.carousel-inner.vertical > .carousel-item {
  -webkit-transition:cubic-bezier(0.77, 0, 0.175, 1) 100ms;
	transition: 650ms cubic-bezier(0.77, 0, 0.175, 1) 100ms;
	transition: 650ms cubic-bezier(0.77, 0, 0.175, 1) 100ms;
	transition: 650ms cubic-bezier(0.77, 0, 0.175, 1) 100ms, -webkit- 650ms cubic-bezier(0.77, 0, 0.175, 1) 100ms;
}
@media all and (transform-3d),
(-webkit-transform-3d) {
  .carousel-inner.vertical > .carousel-item {
    -webkit-transition:cubic-bezier(0.77, 0, 0.175, 1) 100ms;
	transition: 650ms cubic-bezier(0.77, 0, 0.175, 1) 100ms;
	transition: 650ms cubic-bezier(0.77, 0, 0.175, 1) 100ms;
	transition: 650ms cubic-bezier(0.77, 0, 0.175, 1) 100ms, -webkit- 650ms cubic-bezier(0.77, 0, 0.175, 1) 100ms;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
  }
  .carousel-inner.vertical > .carousel-item.carousel-item-next,
  .carousel-inner.vertical > .carousel-item.active.carousel-item-right {
   bottom: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  .carousel-inner.vertical > .carousel-item.carousel-item-prev,
  .carousel-inner.vertical > .carousel-item.active.carousel-item-left {
	 bottom: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  .carousel-inner.vertical > .carousel-item.carousel-item-next.carousel-item-left,
  .carousel-inner.vertical > .carousel-item.carousel-item-prev.carousel-item-right,
  .carousel-inner.vertical > .carousel-item.active {
    bottom: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}