/*
 * Copyright inpleworks, Co.
*/

/* --------------------------------------------------------------------------*/
/*   reset
----------------------------------------------------------------------------*/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html, body { 
	height:100%;
	font-size: 14px;
	line-height: 1.42857143;
    -webkit-text-size-adjust: none; 
	-moz-text-size-adjust: none; 
	-ms-text-size-adjust: none; 
}
body { 
	margin:0; 
	padding:0; 
	background: #000; 
	color: #111; 
}
hmtl, body, table, th, td, button, input { 
	font-family: 'Ubuntu', 'Apple SD Gothic Neo', 'Nanum Gothic', 'Malgun Gothic', '돋움', Dotum, 'Lucida Sans', 'Trebuchet MS', Arial, Tahoma, sans-serif; 
}
div,h1,h2,h3,h4,h5,h6,form,input,textarea,p,figure { 
	margin:0; 
	padding:0; 
}
fieldset, img { 
	border:0 none; 
}
a, a:visited, a:hover, a:active, a:focus { 
	text-decoration:none; 
}
a[href^=tel]{
    color:inherit;
    text-decoration:none;
}
a, input { 
	outline:none; 
}
:focus { 
	outline: 0; 
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
/* 반응형을 위한 */
img,
embed,
object,
video {
    max-width: 100%;
}


/* --------------------------------------------------------------------------*/
/* header
----------------------------------------------------------------------------*/
#xet-header {
	z-index: 100;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	height: 60px;
	line-height: 60px;
	background-color: #f9f9f9;
	box-shadow:0 4px 5px -3px rgba(0,0,0,.3);
	transition: all 0.5s;
	-moz-transition: all 0.5s; 
	-webkit-transition: all 0.5s; 
	-o-transition: all 0.5s; 
}
#xet-header.xet-small {
	height: 60px;
	line-height: 60px;
}

/* Logo
---------------------------------*/
.xet-logo a {
	display: block;
	white-space: nowrap;
	color: #111;
}
.xet-logo a.left-logo {
	text-align: left;
	padding-left: 60px;
}
.xet-logo a img {
	max-width: 180px;
	vertical-align: middle;
}

/* Login
---------------------------------*/
.xet-acc {}
.xet-acc a {
	display: block;
	color: #fff;
	background-color: #1b1b1b;
}
.xet-acc a.xet-lang-top {
	border-left: 1px solid #3b3b3b;
}
.xet-acc a.is-active {
	background-color: #ff2b58;
}
.xet-acc a i {
	vertical-align: middle;
}
.xet-acc-wrp {
	z-index: 99;
	position: fixed !important;
	right: -100%;
	top: 60px;
	bottom: 0px;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	background-color: #f9f9f9;
	-webkit-transition: right 0.3s;
	-moz-transition: right 0.3s;
	transition: right 0.3s;
}
/*IE10이하*/
@media screen\0 {
	.xet-acc-wrp {
		-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;
		box-sizing: content-box;
	}
}
.xet-acc-wrp.is-in {
  	right: 0;
}

/* search
---------------------------------*/
.xet-search-form {
	position: relative;
	margin: 0;
	padding: 0;
	line-height: 50px;
	border-bottom: 1px solid #f1f1f1;
}
.xet-search-form input.itext {
	width: 100%;
	height: 50px;
	padding: 0 40px 0 15px;	
	font-size: 14px;
	border: 0;
	background-color: #eee;
	color: #111;
}
.xet-search-form .search-btn {
	position: absolute;
	right: 10px;
	top: 0;
	height: 100%;
	padding: 0;
	cursor: pointer;
	font-size: 16px;
	border: 0;
	background: none;
}


/* NAV Button
---------------------------------*/
.xet-hamburger-wrp {
	background-color: #1b1b1b;
}
.xet-hamburger {
	display: inline-block;
	cursor: pointer;
	transition-property: opacity, -webkit-filter;
	transition-property: opacity, filter;
	transition-property: opacity, filter, -webkit-filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	color: #fff;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	overflow: visible; 
}
.xet-hamburger-box {
	width: 30px;
	height: 10px;
	display: inline-block;
	position: relative; 
}
.xet-hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -2px; 
}
 .xet-hamburger-inner, 
 .xet-hamburger-inner::before, 
 .xet-hamburger-inner::after {
    width: 30px;
    height: 2px;
    background-color: #fff;
    border-radius: 2px;
    position: absolute;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; 
}
.xet-hamburger-inner::before, 
.xet-hamburger-inner::after {
	content: "";
	display: block; 
}
.xet-hamburger-inner::before {
	top: -10px; 
}
.xet-hamburger-inner::after {
	bottom: -10px; 
}
.xet-hamburger-vortex .xet-hamburger-inner {
	transition-duration: 0.3s;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); 
}
.xet-hamburger-vortex .xet-hamburger-inner::before, 
.xet-hamburger-vortex .xet-hamburger-inner::after {
	transition-duration: 0s;
	transition-delay: 0.1s;
	transition-timing-function: linear; 
}
.xet-hamburger-vortex .xet-hamburger-inner::before {
	transition-property: top, opacity; 
}
.xet-hamburger-vortex .xet-hamburger-inner::after {
	transition-property: bottom, -webkit-transform;
	transition-property: bottom, transform;
	transition-property: bottom, transform, -webkit-transform; 
}
.xet-hamburger-vortex.is-active .xet-hamburger-inner {
	-webkit-transform: rotate(765deg);
      transform: rotate(765deg);
	  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); 
}
.xet-hamburger-vortex.is-active .xet-hamburger-inner::before, 
.xet-hamburger-vortex.is-active .xet-hamburger-inner::after {
	transition-delay: 0s; 
}
.xet-hamburger-vortex.is-active .xet-hamburger-inner::before {
	top: 0;
	opacity: 0; 
}
.xet-hamburger-vortex.is-active .xet-hamburger-inner::after {
	bottom: 0;
	-webkit-transform: rotate(90deg);
    transform: rotate(90deg); 
}

/* Nav Side Wrap
---------------------------------*/
.xet-nav-wrp {
	z-index: 99;
	position: fixed !important;
	left: -100%;
	top: 60px;
	bottom: 0px;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	background-color: #fff;
	-webkit-transition: left 0.3s;
	-moz-transition: left 0.3s;
	transition: left 0.3s;
}
/*IE10이하*/
@media screen\0 {
	.xet-nav-wrp {
		-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;
		box-sizing: content-box;
	}
}
.xet-nav-wrp.is-in {
  left: 0;
}

/* Vertical NAV */
.xet-nav {}
.xet-nav-m {
	list-style: none;
	margin: 0;
	padding: 0;
}
.xet-nav-m li {
	margin: 0;
	padding: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: returnToNormal;
	animation-name: returnToNormal;
}		
@-webkit-keyframes returnToNormal {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes returnToNormal {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.xet-nav-m li a img {
	vertical-align: middle;
}
.xet-nav-m li .arrow {
	position: absolute;
	top: 0;
	right: 15px;
	height: 100%;
}
.xet-nav-m li.admin {}
.xet-nav-m li a {
	position: relative;
	display: block;
	padding: 0 15px;
	line-height: 50px;
	text-align: left;
	overflow: hidden;
	white-space: nowrap;
	vertical-align: middle;
	color: #111;	
	border-bottom: 1px solid #f1f1f1;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.xet-nav-m li a i {
	font-size: 16px;
}
.xet-nav-m li.current > a {
	background-color: #ff2b58;
	color: #fff;
}

/* 2차 */
.xet-nav-m ul {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;	
	background-color: #f1f1f1;
}
.xet-nav-m ul li {
	border: 0;
}
.xet-nav-m ul li a {
	line-height: 40px;
	border: 0;
}

/* 3차 */
.xet-nav-m ul ul {
	background-color: #e9e9e9;
}

/* contact */
.xet-contact {
	line-height: 1.5 !important;
}

/* Shadow layer
---------------------------------*/
#xet-shadow-layer {
	position: fixed;
	min-height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background-color: rgba(58,52,42,0.6);
	cursor: pointer;
	z-index: 98;
	display: none;
}
#xet-shadow-layer.is-visible {
	display: block;
	-webkit-animation: cd-fade-in 0.3s;
	-moz-animation: cd-fade-in 0.3s;
	animation: cd-fade-in 0.3s;
}
@-webkit-keyframes cd-fade-in {
	0% {
		opacity: 0;
	}	
	100% {
		opacity: 1;
	}
}
@-moz-keyframes cd-fade-in {
	0% {
		opacity: 0;
	}	
	100% {
		opacity: 1;
	}
}
@keyframes cd-fade-in {
	0% {
		opacity: 0;
	}	
	100% {
		opacity: 1;
	}
}


/* Header Colorset
---------------------------------*/
#xet-header.light .xet-logo {
	background-color: #1b1b1b;
}
#xet-header.light .xet-logo a {
	color: #fff;
}
#xet-header.light .xet-acc a {
	background-color: #f9f9f9;
	color: #111;
}
#xet-header.light .xet-acc a.is-active {
	background-color: #ff2b58;
	color: #fff;
}
#xet-header.light .xet-hamburger-wrp {
	background-color: #f9f9f9;
}
#xet-header.light .xet-hamburger {
	color: #111;
}
#xet-header.light .xet-hamburger-inner, 
#xet-header.light .xet-hamburger-inner::before, 
#xet-header.light .xet-hamburger-inner::after {
    background-color: #111;
}


/* --------------------------------------------------------------------------*/
/* main 
----------------------------------------------------------------------------*/
#xet-main {
	margin-top: 60px;
}
.xet-main {
	background-color: #fff;
	color: #111;
}
.xet-main.dark {
	background-color: #1b1b1b;
	color: #eee;
}

.xet-section {
	background-color: #fff;
}
.xet-section.bg-f1 {
	background-color: #f1f1f1;
}
.xet-section img {
	vertical-align: top;
}
.xet-bgCover {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.h2.title {
	position: relative;
	margin-top: 20px;
}
.h2.title::after {
    content: "";
    height: 50%;
    left: 1px;
    position: absolute;
    top: -50%;
    width: 0px;
    background-color: #111;
}

/* Section slider
---------------------------------*/
#xet-slider {}
#xet-slider .sp-layer {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	height: 100%;
}


/* Section About
---------------------------------*/
.xet-about .xet-about-img {
	position: relative;
	overflow: hidden;
}
.xet-about .xet-about-img img {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.xet-about .xet-about-img:hover img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.xet-link {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.xet-link.xet-btn-play {
	background: url(../img/play-btn.png) center center no-repeat;
	background-color: rgba(0,0,0,.3);
	background-size: 64px 64px;
}

/* Section Info
---------------------------------*/
.xet-info .xet-info-img {
	position: relative;
	overflow: hidden;
}
.xet-info .xet-info-img img {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.xet-info .xet-info-img:hover img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.xet-info .xet-link {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}


/* Section feature
---------------------------------*/
.xet-feature figure {
	background-color: #000;
	background-color: -webkit-linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%);
	background-color: linear-gradient(45deg, #22682a 0%,#9b4a1b 40%,#3a342a 100%);
}
.xet-feature figure img {
	opacity: 0.9;
	width: 100%;
}
.xet-feature figure figcaption.caption {
	position: absolute;
	left: 5%;
	right: 5%;
	top: 5%;
	bottom: 5%;
	text-shadow: 1px 1px 2px rgba(100, 100, 100, 0.4);
}

/* Section Video
---------------------------------*/
.xet-video {
	position: relative;
	background-color: #2b2b2b;
}
.xet-video figcaption {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 0 15px;
	color: #fff;
	background-color: rgba(58,52,42,0.6);
	-webkit-transition: background-color 0.35s;
	text-shadow: 1px 1px 2px rgba(100, 100, 100, 0.4);
}
.xet-video .xet-btn-video {
	z-index: 3;
	position: absolute;
	left: 15px;
	bottom: 15px;
}
.xet-video .xet-btn-video button {
	display: inline-block;
	cursor: pointer;
	font-size: 18px;
	margin-right: 5px;
	padding: 0;
	background: none;
	border: 0;
	color: #fff;
}
.xet-video .video-btn-wrp {
	height: 64px;
}
.xet-video .video-btn-wrp img,
.xet-video button img {
	width: 64px;
	height: 64px;
}
.xet-video button {
	display: none;
	cursor: pointer;
	background: none;
	border: 0;
}
#video-pause {
	position: absolute;
	right: 30px;
	top: 30px;
}
#xet-main-video {
	background: none !important;
}

/* Effect
---------------------------------*/
/* Common style */
.xet-effect-item figure {
	position: relative;
	overflow: hidden;
	background: #3085a3;
	text-align: center;
}
.xet-effect-item figure img {
	position: relative;
	display: block;
	width: 100%;
	vertical-align: top;
	opacity: 0.8;
}
.xet-effect-item figure figcaption {
	padding: 2em;
	color: #fff !important;
	text-transform: uppercase;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.xet-effect-item figure figcaption p {
	color: #fff !important;
}
.xet-effect-item figure figcaption::before,
.xet-effect-item figure figcaption::after {
	pointer-events: none;
}

.xet-effect-item figure figcaption,
.xet-effect-item figure figcaption a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.xet-effect-item figure figcaption a {
	z-index: 11;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}
.xet-effect-item figure .effect-subject {
	word-spacing: -0.15em;
}
.xet-effect-item figure .effect-subject span {}
.xet-effect-item figure p {
	letter-spacing: 1px;
}

/* Hover Effects */
.xet-effect-item figure.effect-oscar {
	background: -webkit-linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%);
	background: linear-gradient(45deg, #22682a 0%,#9b4a1b 40%,#3a342a 100%);
}
.xet-effect-item figure.effect-oscar img {
	opacity: 0.9;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}
.xet-effect-item figure.effect-oscar figcaption {
	padding: 1em;
	background-color: rgba(58,52,42,0.4);
	-webkit-transition: background-color 0.35s;
	transition: background-color 0.35s;
}
@media (min-width: 768px) {	
.xet-effect-item figure.effect-oscar figcaption::before {
	position: absolute;
	top: 5%;
	right: 5%;
	bottom: 5%;
	left: 5%;
	border: 1px solid #fff;
	content: '';
}
.xet-effect-item figure.effect-oscar .effect-subject {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,50%,0);
	transform: translate3d(0,50%,0);
	text-shadow: 1px 1px 2px rgba(100, 100, 100, 0.4);
}
.xet-effect-item figure.effect-oscar figcaption::before,
.xet-effect-item figure.effect-oscar p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(0);
	transform: scale(0);
	text-shadow: 1px 1px 2px rgba(100, 100, 100, 0.4);
}
.xet-effect-item figure.effect-oscar:hover .effect-subject {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.xet-effect-item figure.effect-oscar:hover figcaption::before,
.xet-effect-item figure.effect-oscar:hover p {
	padding: 15px 30px 0;
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.xet-effect-item figure.effect-oscar:hover figcaption {
	background-color: rgba(58,52,42,0);
}
.xet-effect-item figure.effect-oscar:hover img {
	opacity: 0.4;
}
}


/* SUB
-------------------------------------- */  
.xet-sub-top {
	position: relative;
	min-height: 240px;
	background-color: #3b3b3b;
	background-repeat: no-repeat;
	background-position: center center;
	color: #fff;
	text-shadow: 1px 1px 2px rgba(100, 100, 100, 0.4);
}
.xet-sub-top figcaption {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 0 15px;
}
.xet-sub-top figcaption.sub-layer {
	background-color: rgba(58,52,42,0.6);
}
.xet-sub-top a {
	color: #fff;
}
.xet-lnb-top {
	background-color: #000;
}
.xet-lnb-top a {
	display: inline-block;
	margin: 0 10px;
	padding: 15px 0;
	font-size: 14px;
	color: #aaa;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.xet-lnb-top a img {
	vertical-align: middle;
}
.xet-lnb-top a.on,
.xet-lnb-top a:hover {
	color: #fff;
	box-shadow: inset 0 -2px 0 #fff;
}
.xet-lnb-top.dark {
	background-color: #fff;
}
.xet-lnb-top.dark a {
	color: #555;
}
.xet-lnb-top.dark a.on,
.xet-lnb-top.dark a:hover {
	color: #111;
	box-shadow: inset 0 -2px 0 #000;
}

/* content */
.xet-content { 
	position: relative; 
}

/* --------------------------------------------------------------------------*/
/* FOOTER
----------------------------------------------------------------------------*/
#xet-footer {
	z-index: 1;
	color: #ccc;
	background-color: #1b1b1b;
}
#xet-footer h5 {
	color: #fff;
}

/* footer NAV */
.xet-footer-nav {
	list-style: none;
	margin: 0;
	padding: 0;
}
.xet-footer-nav li {
	display: block;
	margin: 0 0 10px; 
	padding: 0 0 0 10px;
	background:url(../img/bullet.gif) left center no-repeat; 
}
.xet-footer-nav li a {
	color: #eee;
}
.xet-footer-nav li a:hover {
	text-decoration: underline;
}

/* blog */
#xet-footer .xet-code a {
	color: #eee !important;
}

/* Contact */
.xet-sns {
	font-size: 0;
}
.xet-sns a {
	display: inline-block;
	font-size: 18px;
	width: 40px;
	line-height: 32px;
	text-align: center;
	border: 1px solid #ccc;
	color: #ccc;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.xet-sns a:nth-child(even) {
    background-color: #ccc;
    color: #111;
}
.xet-sns a:hover {
	background-color: #ff2b58;
	color: #fff;
}

/* copyright */
.xet-copyright {
	z-index: 22;
	position: fixed;
	left: 0;
	right: 0;
	bottom: -100%;
	height: 40px;
	line-height: 40px;
	color: #ccc;
	background-color: #1b1b1b;
	border-top: 1px solid #ccc;
	transition:all 0.9s ease-in-out;
	-moz-transition:all 0.9s ease-in-out;
	-webkit-transition:all 0.9s ease-in-out;
}
.xet-copyright.up {
	bottom: 0;
}

/* Lang */
#xet-lang a { 
	display: block;
	text-decoration:none;
	font-size: 18px;
	color: #ccc;
	border-right: 1px solid #ccc;
}
#xet-lang-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: fixed;
	width: 180px;
	left: 0px;
	bottom: 39px;
	background: #000;
	border-radius: 3px;
	border: 1px solid #e1e1e1;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	visibility: hidden;
	overflow: hidden;
	z-index: 9;
	/* Force Hardware Acceleration in WebKit */
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: 0% 100%;
	-moz-transform-origin: 0% 100%;
	-ms-transform-origin: 0% 100%;
	-o-transform-origin: 0% 100%;
	transform-origin: 0% 100%;
	-webkit-transition: -webkit-transform 0.3s, visibility 0s 0.3s;
	-moz-transition: -moz-transform 0.3s, visibility 0s 0.3s;
	transition: transform 0.3s, visibility 0s 0.3s;
}
#xet-lang-nav ul li {
	margin: 0;
	padding: 5px 15px;
	border-bottom: 1px solid #333;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
#xet-lang-nav ul li:last-child {
	border-bottom: 0;
}
#xet-lang-nav li a {
	cursor: pointer;
	display: block;
	font-size: 12px;
	line-height: 20px;
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
	color: #ccc;
}
#xet-lang-nav ul.is-visible {
	visibility: visible;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform 0.3s, visibility 0s 0s;
	-moz-transition: -moz-transform 0.3s, visibility 0s 0s;
	transition: transform 0.3s, visibility 0s 0s;
}



/* top scroll */
#xet-scrollToTop a { 
	display: block;
	text-decoration:none;
	font-size: 18px;
	color: #ccc;
	border-left: 1px solid #ccc;
}


/* --------------------------------------------------------------------------*/
/* intro loader
----------------------------------------------------------------------------*/
#xet-loader { 
	display:block;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: #0b0b0b;
	z-index: 100000;	    
}
#xet-loading{
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 1;
	margin-top: 0px;
	top: 0px;
}
#xet-loading-center{
	width: 100%;
	height: 100%;
	position: relative;
}
#xet-loading-absolute {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 200px;
	width: 200px;
	margin-top: -100px;
	margin-left: -100px;
}
.xet-object {
	position: absolute;
	border-top: 2px solid #FFF;
	border-bottom: 2px solid #fff;
	border-left:  2px solid #FFF;
	border-right: 2px solid #fff;
	border-radius: 50%;
	-webkit-animation: animate 2s infinite;
	animation: animate 2s infinite;	
}
@-webkit-keyframes animate {
	50% {
		-ms-transform: rotate(360deg) scale(0.7); 
		-webkit-transform: rotate(360deg) scale(0.7); 
		transform: rotate(360deg) scale(0.6); 
  	}
}
@keyframes animate {	
	50% {
		-ms-transform: rotate(360deg) scale(0.7); 
		-webkit-transform: rotate(360deg) scale(0.7); 
		transform: rotate(360deg) scale(0.7); 
  	}	
}
#object-one{
	position: absolute;
	left: 75px;
	top: 75px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 11px;
	text-align: center;
	color: #fff;
}							
#object-two{
	left: 45px;
	top: 45px;
	width: 110px;
	height: 110px;
	-webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}		
#object-three{
	left: 20px;
	top: 20px;
	width: 160px;
	height: 160px;
	-webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
#object-four{
	left: 0;
	top: 0;
	width: 200px;
	height: 200px;
	-webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}	




/* --------------------------------------------------------------------------*/
/* TOP Scroll buttons
----------------------------------------------------------------------------*/


/* --------------------------------------------------------------------------*/
/* viewportchecker animate fade
----------------------------------------------------------------------------*/
.hidden {
	opacity: 0;
}
.visible{
	opacity: 1;
}

/* Animation Timers
---------------------------------*/
.delay-01s { 
	animation-delay: 0.1s; 
	-webkit-animation-delay: 0.1s; 
}
.delay-02s { 
	animation-delay: 0.2s; 
	-webkit-animation-delay: 0.2s; 
}
.delay-03s { 
	animation-delay: 0.3s; 
	-webkit-animation-delay: 0.3s; 
}
.delay-04s { 
	animation-delay: 0.4s; 
	-webkit-animation-delay: 0.4s; 
}
.delay-05s { 
	animation-delay: 0.5s; 
	-webkit-animation-delay: 0.5s; 
}
.delay-06s { 
	animation-delay: 0.6s; 
	-webkit-animation-delay: 0.6s; 
}
.delay-07s { 
	animation-delay: 0.7s; 
	-webkit-animation-delay: 0.7s; 
}
.delay-08s { 
	animation-delay: 0.8s; 
	-webkit-animation-delay: 0.8s; 
}
.delay-09s { 
	animation-delay: 0.9s; 
	-webkit-animation-delay: 0.9s; 
}
.delay-10s { 
	animation-delay: 1s; 
	-webkit-animation-delay: 1s; 
}
.delay-11s { 
	animation-delay: 1.1s; 
	-webkit-animation-delay: 1.1s; 
}
.delay-12s { 
	animation-delay: 1.2s; 
	-webkit-animation-delay: 1.2s; 
}
.delay-13s { 
	animation-delay: 1.3s; 
	-webkit-animation-delay: 1.3s; 
}
.delay-14s { 
	animation-delay: 1.4s; 
	-webkit-animation-delay: 1.4s; 
}
.delay-15s { 
	animation-delay: 1.5s; 
	-webkit-animation-delay: 1.5s; 
}
.delay-16s { 
	animation-delay: 1.6s; 
	-webkit-animation-delay: 1.6s; 
}
.delay-17s { 
	animation-delay: 1.7s; 
	-webkit-animation-delay: 1.7s; 
}
.delay-18s { 
	animation-delay: 1.8s; 
	-webkit-animation-delay: 1.8s; 
}
.delay-19s { 
	animation-delay: 1.9s; 
	-webkit-animation-delay: 1.9s; 
}
.delay-20s { 
	animation-delay: 2s; 
	-webkit-animation-delay: 2s; 
}