@charset "utf-8";

body {
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	margin: 0 auto;
	font-weight:300;
	color:#191919;
}
h1{font-size: 48px; text-transform:uppercase; font-weight:700; margin-bottom:50px;}
h2{font-size:36px;}
h3{font-size:28px;}
h1,h2,h3,h4,h5,h6{font-family: 'Oswald', sans-serif; font-weight:400;}
a{color:#316cab;}
.clearfloat{clear:both; height:0; font-size:1px; line-height:0px;}
.btn{background-color:#bed62f; padding:15px 45px; font-size:18px; font-weight:100; color:#FFF; font-family: 'Oswald', sans-serif; font-weight:400; border-radius:0; letter-spacing:1px; text-transform:uppercase;}
.btn:hover{color:#FFF; background-color:#abc12a;}

/* --- NAVBAR --- */
header{
	margin:0;
	border:none;
	position:absolute;
	z-index:11;
	left:0;
	top:0;
	right:0;
}
.img-logo{
	height:100px;
	margin: 25px 0 2px;
	padding:0;
	clear:both;
}
.logo{
	margin-bottom:25px;
	text-align:center;
	/*font-family:"Brittanic Bold", Times, serif;
	font-size:9px;*/
}
.logo a{
	color:#000;
}
.index .logo{
	display:none;
}
.logo a:hover{
	text-decoration:none;
}
.navbar-collapse.navHeaderCollapse{
	text-align:center;
}
.index .nav-group{
	position:absolute;
	top:100px;
	z-index:2;
}
.line-nav{
	float:left;
	width:100%;
	height:1px;
	margin:1px auto 1px;
	line-height:1px;
	background-image:url(../images/front/bg-menu.png);
	background-size:100% auto;
}
.navbar-nav{
	background-image:url(../images/front/bg-menu.png);
	background-repeat:repeat-y;
	background-size:100% auto;
	font-family: 'Oswald', sans-serif;
	font-weight:300;
	font-size:18px;
	text-align:center;
}
ul.nav.navbar-nav{
	width:100%;
	list-style:none;
}
ul.nav.navbar-nav li{
	margin:0;
	padding:0;
	float:none;
	display:inline-block;
	text-transform:uppercase;
}
ul.nav.navbar-nav li a{
	color: #3c3c3c;
	line-height:26px;
	padding: 10px 15px 10px;
	border-bottom: 1px solid #FFF;
}
ul.nav.navbar-nav li.lang{
	padding-left:30px;
}
ul.nav.navbar-nav li.lang a{
	display:inline-block;
	margin:0 0 12px;
	padding:0 5px;
	background-color:#F0F0F0;
	border-bottom: 1px solid #F0F0F0;
	border-radius:1px;
	font-size:12px;
	line-height:22px;
}
ul.nav.navbar-nav li.lang a.active{
	background-color:#CCC;
}
ul.nav.navbar-nav li a:hover{
	border-bottom: 1px solid #3c3c3c;
}
ul.nav.navbar-nav li.active a{
	border-bottom: 1px solid #3c3c3c;
}
ul.nav.navbar-nav li.active a:hover{
	color: #222;
}
.navbar-toggle {
	margin-top:10px;
	margin-right:0;
}
.navbar-toggle .icon-bar{
height: 4px;
width: 27px;
}
.navbar-toggle:hover, .navbar-toggle:focus{
background: none;
}
.navbar-toggle .icon-bar{
 background: #000;
}
.navbar-toggle:hover .icon-bar{
background: #333;
}
.navbar-toggle:focus, .navbar-toggle:hover{
  background-color: #fff;
}
.navbar-collapse{
	width:100%;
	margin: 0;
}
.navbar-toggle .icon-bar:nth-of-type(2) {
	top: 1px;
}
.navbar-toggle .icon-bar:nth-of-type(3) {
  	top: 2px;
}
.navbar-toggle .icon-bar {
	  position: relative;
	  transition: all 500ms ease-in-out;
}
.navbar-toggle.active .icon-bar:nth-of-type(1) {
	  top: 6px;
	  transform: rotate(45deg);
}
.navbar-toggle.active .icon-bar:nth-of-type(2) {
	  background-color: transparent;
}
.navbar-toggle.active .icon-bar:nth-of-type(3) {
	  top: -6px;
	  transform: rotate(-45deg);
}



.menu-btn{
	display:none;
	padding:5px;
	position:absolute;
	z-index:81;
	top:30px;
	left:auto;
	right:15px;
	cursor:pointer;
}
.index .menu-btn{
	top:15px;
}
.menu-btn img{
	width:20px;
	height:20px;	
}
.menu-btn:hover{
	background:#333;
}
.menu-btn .v2{
	display:none;
}
.menu-right{
	width:100%;
	height:100vh;
	padding:15px;
	position:fixed;
	z-index:101;
	background-image:url(../images/front/welcome-bg.jpg);
	background-position:right top;
	background-repeat:repeat-x;
	background-color:#F0F0F0;
	background-size:auto 100%;
	text-align:center;
	left:0;
	top:0;
}
.mobile-lang{
	float:left;
}
.mobile-lang a{
	display:inline-block;
	padding:5px 10px;
	color:#000;
	font-weight:bold;
}
.mobile-lang a.active{
	border:solid 1px #FFF;
}
.mobile-logo{
	width:100%;
	top:100px;
	left:0;
	text-align:center;
	position: absolute;
	display: inline-block;
	z-index:102;
}
.mobile-logo img{
	height:90px;
	margin:0px 0 0;
}
.close {
	float:right;
	position: relative;
	display: inline-block;
	width: 42px;
	height: 42px;
	line-height:42px;
	text-align:center;
	border-radius:50%;
	top:0;
	overflow: hidden;
	cursor:pointer;
	opacity:1;
	background-color:#EEE;
}
.menu-right .close{
	right:0;
}
.menu-right .close img{
	width:20px;
	height:20px;
}
.menu-right .close::before, .menu-right .close::after {
	background: #FFF;	
}
.works .close::before, .works .close::after {
	background: #000;	
}
.close::before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.close::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.close.hairline::before, .close.hairline::after {
	height: 1px;
}
.close.thick::before, .close.thick::after {
	height: 4px;
	margin-top: -2px;
}
.close:focus, .close:hover{
	opacity:1;
}
.menu-right ul{
	margin:25vh 0 0;
	padding:0;
	font-size:3vw;
	font-family: 'Open Sans', sans-serif;
	text-transform:uppercase;
	list-style:none;
}
.menu-right ul li{
	margin:0;
	padding:0;
	line-height:50px;
}
.menu-right ul a{
	text-decoration:none;
	color:#222;
	font-weight:bold;
	letter-spacing:1px;
}
.menu-right ul a:hover{
	color:#bed62f;
}


/* HEADER */
.index .nav-group{
	background-image:none;
}

/* BANNER */
.banner-container{
	width:100%;
	height:auto;
}
.banner-container img{
	width:100%;
	height:auto;
}


/* --- SLIDESHOW --- */
.slideshow{
	padding: 0;
}
.slideshow img{
	width: 100%;
	height:auto;
	object-fit:cover;
	aspect-ratio:17/8;
}
.slideshow .caption-slider{
	z-index: 999;
	color: #fff;
	margin:0;
	padding:0;
	position:absolute;
	bottom:30px;
	left:60px;
}
.slideshow .caption-slider img{
	width:100%;
	height:100px;
	object-fit:contain;
}
.my_btn_prev, .my_btn_next{
	margin:0;
	cursor: pointer;
	font-weight: 100;
	background-color: #3a3a3a;
	padding: 14px 30px;
}
.my_btn_prev:hover, .my_btn_next:hover{
	background:#222;
}
.my_btn_prev{
	border-bottom:1px solid #999;
}
.slick-dots{
	position: absolute;
	z-index:1000;
	margin:-40px auto 0;
	display: block;
	width: 100%;
	padding: 0;
	list-style: none;
	text-align: center;
}
.slick-dots li{
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}
.slick-dots li button{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus{
	outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before{
	opacity: 1;
}
.slick-dots li button:before{
	font-family: 'slick';
	font-size: 42px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: '•';
	text-align: center;
	opacity: .25;
	color: black;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before{
	opacity: .75;
	color: black;
}
/* --- END SLIDESHOW --- */


.home-mobile-logo{
	display:none;
}
.slideshowmobile{
	display:none !important;
}
.slick-list{
	width:100%;
}
.slideshowmobile img{
	width: 100%;
	height:auto;
	object-fit:cover;
}



.hm_about{
	background-color:#bed62f;
	border-top:solid 1px #FFF;
	/*background-image:url(../images/front/social-bg.jpg);
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;*/
	padding:60px 0;
	text-align: center;
}
.hm-about-content{
	padding: 15px 320px;
}
.hm-about-content h2{
	margin:0 0 30px;
}
.hm-about-content p{
	margin-bottom:25px;
	font-size: 18px;
	font-weight: 300;
}
.hm-about-content .btns{
	margin-top:10px;
	padding: 0;
}
.hm-about-content .btns a{
	text-decoration: none;
	border:solid 1px #FFF;
	background-color:#abc12a;
}



.glance{
	padding:60px 0 80px;
	background-color:#FAFAFA;
	text-align:center;
}
.glance h2{
	margin:0 0 40px;
}
.glance img{
	width:40%;
	height:auto;
}
.glance span{
	font-family: 'Oswald', sans-serif;
	font-size:20px;
}
.service_ctn h3{
	 margin-bottom:0;
}



.productpreview{
	width:100%;
	padding:60px 0 120px 0;
	background-image:url(../images/front/welcome.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-size:cover;
	color:#222;
}
.swiper-container{
	width:100%;
	height:280px;
}
.swiper-pagination{
	width:100%;
	bottom:150px !important;
}
.swiper-pagination-bullet{
	margin:0 2px;
}
.swiper-pagination-bullet-active{
	background:#000 !important;
}
.productpreview h2{
	margin:0 0 60px;
	padding:0;
	text-align:center;
	text-transform:uppercase;
}
.productpreview h3{
	color:#FFF;
}
.productpreview li a{
	color:#222;
}
.productpreview a:hover{
	text-decoration:none;
}
.productpreview li a:hover{
	text-decoration:none;
}
.productpreview ul{
	list-style:none;
}
.productpreview li{
	padding:15px;
	background-color:#FFF;
	border-radius:10px;
	color:#222;
	font-size:16px;
	line-height:1em;
}
.productpreview li img{
	width:100%;
	height:150px;
	object-fit:cover;
	margin:0 0 15px;
	border-radius:4px;
}
.productpreview li small{
	font-size:11px;
	line-height:10px;
}
.productpreview .more{
	width:100%;
	text-align:center;
	position:absolute;
	bottom:65px;
}
.icon-method{
	float:right;
	width:50px;
	height:50px;
	margin:-40px 5px -20px 0;
	padding:8px;
	position:relative;
	z-index:20;
	background-color:#FAFAFA;
	border-radius:50%;
	border:solid 2px #FFF;
	box-shadow:5px 5px 15px rgba(0,0,0,0.2);
}
.productpreview li .icon-method img{
	width:30px;
	height:30px;
	object-fit:cover;
}
.office{
	padding:0;
}

#popuphome h2{
	text-transform:uppercase;
	font-weight:700;
	font-size:36px;
}
#popuphome ul{
	list-style:none;
	margin:0;
	padding:0;
}
#popuphome li{
	margin:0;
	padding:0 15px;
}
#popuphome li img{
	width:100%;
	height:auto;
}
#popuphome .close{right:0; top:0; width:20px; height:20px; text-align:center; display:inline-block; position:absolute; z-index:2; font-weight:normal; line-height:15px; color:#000; border-radius:50%; opacity:1;}




.hm_pc{
	background-color:#FFF;
	padding: 30px 0 0;
	text-align: center;
}
.hm_project{
	padding:0 30px 60px;
}
.hm_project_ctn{
	padding:30px 10px 60px;
}
.hm_project_ctn img{
	width: 100%;
	height:200px;
	object-fit:contain;
}





.hm_contact{
	background-image: url(../images/front/bg-contact.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	padding: 50px 0 30px;
}
.hm_contact_sct{
	padding: 30px 240px;
}
.hm_contact_sct h3{
	color: #fff;
	font-size: 36px;
	padding-bottom: 30px;
}
.hm_contact_sct a.btn{
	padding: 10px 30px;
	border: 1px solid #fff;
	font-weight: 700;
	font-size:18px;
}



.footer{
	background-color:#333;
	color:#FFF;
}
.footer_ctn img:hover{
	opacity: 0.4;
}
.footer-logo{
	text-align:center;
	margin:30px 0 30px;
}
.footer-logo img{
	height:80px;
	width:auto;
}
.social{
	width:100%;
	margin:0 0 5px;
}
.social img{
	width:auto;
	height:40px;
	border-radius:50%;
	opacity:0.5;
}
.social a{
	display:inline-block; width:40px; height:40px; line-height:40px; margin-left:10px; margin-bottom:5px; text-align:center;
}
.social img:hover{
	opacity:1;
}
.copyright{
	height:120px;
	padding:40px 15px 30px 0;
	line-height:20px;
	text-align:right;
}


#sidebar2{
    width:80px;
    height:80px;
    position:fixed;
    right:15px;
    bottom:100px;
	z-index:200;
}
#sidebar2 img{
	width:80px;
	height:80px;
}
#sidebar2 a{
	display:block;
}



.powered{
	text-align:center;
}
.powered img{
	height:30px;
}


/* ROOM TYPES */
.roomtypes #loader{
	padding:50px 0 100px;
}
.roomtypes h1{
	margin:50px 0 10px;
}
.news_archieve{
	margin:0 0 50px;
}
.news_archieve img{
	width:100%;
	height:450px;
	object-fit:cover;
}
.news_archieve .na_title{
	margin:5px 0 0;
	font-size:18px;
}
.news_archieve .na_title a{
	color:#222;
	font-weight:bold;
}


.roomtypes_detail .main-image img{
	width:100%;
	height:auto;
}
.roomtypes_detail .pd .container{
	padding:50px 0 100px;
}


/*-- FACULITIES --*/
.facilities{
	/*background-image: url(../images/front/about-left.jpg), url(../images/front/about-right.jpg);
	background-repeat:no-repeat;
	background-position:left top, right bottom;*/
	padding: 60px 15px 100px;
	font-size:18px;
}
.facilities-content{
	line-height:2em;
	text-align:justify;
}
.facilities-content h1{
	margin:0 0 50px;
	text-align: center;
	color: #000;
}
.facilities-content h3{
	margin-bottom:25px;
	font-weight:700;
	color: #000;
}
.facilities-image{
	margin-bottom:30px;
}
.facilities-image img{
	width:100%;
	height:350px;
	object-fit:cover;
}

	

/*-- ABOUT --*/
.about{
	/*background-image: url(../images/front/about-left.jpg), url(../images/front/about-right.jpg);
	background-repeat:no-repeat;
	background-position:left top, right bottom;*/
	padding: 60px 15px 100px;
	font-size:18px;
}
.about-content{
	line-height:2em;
	text-align:justify;
}
.about-content h1{
	margin:0 0 50px;
	text-align: center;
	color: #000;
}
.about-content h3{
	margin-bottom:25px;
	line-height: 10px;
	font-weight:700;
	color: #000;
}
.about-content p.desc{
	text-align: justify;
	padding-top: 30px;
	color: #000;
}
.about-content img{
	width:100%;
	margin:30px 0 30px 0;
}
.about-content ul{
	padding-left: 15px;
}
.about-content ul li{
	color: #000;
}
.more-content{
	background-color:#35aee2;
	color:#FFF;
}
.more-content h3{
	color:#FFF;
}
.more2-content{
	background-color:#316dab;
	color:#FFF;
}
.more2-content h3{
	color:#FFF;
}



.events h1{
	margin:60px 0 60px;
}
.events_detail .main-image img{
	width:100%;
	height:auto;
	margin:60px 0 0;
}




.around h1{
	margin:60px 0 60px;
}
.around .news_archieve{
	text-align:center;
}
.around .news_archieve img{
	height:auto;
	aspect-ratio:11/6;
	object-fit:cover;
}
.around_detail .main-image img{
	width:100%;
	height:auto;
	margin:60px 0 0;
}



.testimonial h1{
	margin:60px 0 60px;
	text-align:center;
}
.testimonial{
	padding-bottom:100px;
}
.testimonial-item{
	padding:25px 15px 15px;
	border-bottom:dashed 1px #333;
	text-align:justify;
}
.testimonial-item img{
	height:16px;
	width:auto;
	margin-bottom:20px;
}




.book{
	padding: 60px 15px 100px;
	font-size:18px;
}
.book-content{
	line-height:2em;
	text-align:center;
}
.book-content h1{
	margin:0 0 50px;
	text-align: center;
	color: #000;
}
.book-content a{
	margin-bottom:25px;
	line-height: 10px;
	font-weight:700;
	color: #bfd62f;
}



/* SERVICES */
.services h1{
	margin-top:50px;
}
.services .main-image{
	margin-bottom:50px;
}
.services_detail .pd{
	width:100%;
	margin:0;
	padding:0 0 100px;
	font-size:18px;
	line-height:1.8em;
}
.services_detail .pd h3{
	margin:0 0 20px;
}
.services_detail .pd ul{
	margin:0;
	padding:0 0 20px 20px;
}
.services_detail .pd ul li{
	margin:0;
	padding:0 0 0 5px;
}
.services_detail .pd img{
	margin:0 0 50px;
}
.services_detail .pd.presentation{
	margin:0 0 50px;
	padding:50px 0;
	background-color:#F0F0F0;
}
.services_detail .pd.presentation h3{
	line-height:100px;
	margin:0;
}
.services_detail .pd.presentation .item{
	float:right;
	margin:0 0 30px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	line-height:1.2em;
}
.services_detail .pd.presentation .item a{
	color:#000;
}
.services_detail .pd.presentation img{
	height:100px;
	width:auto;
	margin:0 0 10px;
}
.services_detail .pd.video-gallery{
	padding:0 0 30px;
	background-color:#4da648;
}
.services_detail .pd.video-gallery h3{
	margin:50px 15px 30px;
	color:#FFF;
}
.services_detail .pd.video-gallery ul{
	padding:0 0 20px 10px;
}
.services_detail .pd.presentation + .pd.video-gallery{
	margin:-50px 0 50px;
}

.services_detail .pd.image-gallery{
	background-color:#dee1e6;
}
.services_detail .pd.image-gallery h3{
	margin:50px 15px 30px;
}
.services_detail .pd_archieve{
	margin:0;
	padding:0;
	list-style:none;
	font-size:18px;
	font-weight:bold;
}
.services_detail .pd_archieve li{
	margin:0 0 30px;
	padding:0 15px;
}
.services_detail .pd_archieve img{
	width:100%;
	height:200px;
	object-fit:cover;
}





/*-- SERVICES --*/
/*.service{
	background-image: url(../images/front/bg-project-contact.jpg);
	background-size: cover;
	padding: 30px 0 50px;
}
.service_sct{
	padding: 20px 80px;
}
.service_sct h1{
	text-align: center;
	color: #000;
}
.service_ctn{
	padding: 50px 20px;
	text-align: center;
}
.service_ctn img{
	width: 20%;
}
.service_ctn h3{
	color: #000;
}
.service_ctn p{
	text-align: justify;
}*/




/* Create three equal columns that floats next to each other */
.column {
	display: none; /* Hide all elements by default */
}
/* The "show" class is added to the filtered elements */
.column.show {
	display: block;
}
.column.show:nth-child(3n+1) {
	/*clear:left;*/
}





/* ARTICLE */
.article .news_archieve{
	margin-bottom:50px;
	font-size:18px;
	font-weight:bold;
}
.article .news_archieve a{
	color:#000;
}
.article .news_archieve img{
	width:100%;
	height:200px;
	margin-bottom:10px;
	object-fit:cover;
}


/* ARTICLE DETAIL */
.article h1, .article_detail h1{
	margin:50px 0 50px;
}
.article_detail .pd{
	padding:0 0 50px;
}
.article_detail .pd .container{
	font-size:18px;
}
.article_detail .client-logo-container{
	display:none;
}


/* SERVICES */
.services .news_archieve{
	margin-bottom:20px;
}
.services .news_archieve:last-child{
	margin-bottom:100px;
}
.services .news_archieve a{
	color:#000;
}
.services .news_archieve img{
	width:100%;
	height:100px;
	margin-bottom:10px;
	object-fit:contain;
}
.services .news_archieve .na_title{
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
}
.services .news_archieve .na_brief{
	color:#222;
	font-weight:normal;
}


/* PRODUCT */
.productcategory-container{
	padding:0 0 100px;
}
.productcategory-container h1{
	margin:50px 0 0;
	text-align:center;
}
.productcategory-container h2{
	margin:20px 0 20px;
	padding:0 0 15px;
	font-size:20px;
	text-align:center;
	border-bottom:dashed 1px #666;
}
.productcategory-container h3{
	margin:15px 0 30px;
	text-align:center;
}
.productcategory-container .pc-icon{
	float:left;
	width:100%;
	margin:50px 0 10px;
	text-align:center;
}
.productcategory-container .pc-icon-inner{
	display:inline-block;
	width:90px;
	height:90px;
	padding:15px;
	background-color:#FF9;
	border-radius:50%;
}
.productcategory-container .pc-icon img{
	width:auto;
	height:60px;
}
.productcategory-container .intro{
	font-size:16px;
}
.productcategory-container .intro ul{
	margin:0 0 10px;
	padding:0;
}
.productcategory-container .intro li{
	margin:0 0 0 17px;
	padding:0 0 0 1px;
}
.productcategory-container .cats ul{
	margin:0 -15px;
	padding:0;
	list-style:none;
}
.productcategorydetail-item{
	margin:0 0 30px;
}
.productcategorydetail-item:nth-child(4n+1){
	clear:left;
}
.productcategorydetail-item img{
	width:100%;
	height:150px;
	object-fit:cover;
}
.productcategorydetail-item .name{
	margin:5px 0 0;
	line-height:1em;
}
.productcategorydetail-item .name a{
	color:#222;
}

/*-- CONTACT --*/
.contact_sct{
	margin-bottom:50px;	
}
.contact_sct a{
	color:#bfd62f;
	font-weight:bold;
}
.contact h1{
	margin:50px 0 50px;
	text-align:center;
	color: #000;
}

.maps{
	margin-bottom:50px;
}
.maps iframe{
	display: block;
	pointer-events: none;
	position: relative; /* IE needs a position other than static */
}
.maps iframe.clicked{
	pointer-events: auto;
}
.form-group input{
	padding:10px 12px;
	background-color: #fff;
	color: #222;
	border-radius: 0;
}
.form-group textarea{
	height:100px;
	background-color: #fff;
	color: #222;
	border-radius: 0;
}
.contact_sct .linebelow{
	margin-bottom:50px;
	border-bottom:solid 2px #000;
}
.contact_ctn{
	margin-bottom:50px;
	font-size:20px;
	line-height:32px;
}
.contact_ctn h3{
	margin:0 0 30px;
}





.delay>*:nth-child(1) {
  animation-delay: 0s;
} 
.delay>*:nth-child(2) {
  animation-delay: 0.2s  ;
} 
.delay>*:nth-child(3) {
   animation-delay: 0.4s;
} 
.delay>*:nth-child(4) {
  animation-delay: 0.6s;
} 
.delay>*:nth-child(5) {
	animation-delay: 0.8s;
} 
.delay>*:nth-child(6) {
	animation-delay: 0.9s;
} 
.delay>*:nth-child(7) {
	animation-delay: 1s;
} 
.delay>*:nth-child(8) {
	animation-delay: 1.4s;
}


.notify{
	color:#FFF;
}