/*
	[Initial]
				 */
				 
img, object, embed, video {
	max-width: 100%;
	}
	
body{ 
	background:#FFFFFF;
	}

*{
	margin:0;
 	padding:0;
	}
 
*, *::after, *::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
	
html {
	font-size: 50%;
	scroll-behavior: smooth;
}
	
.ie6 img {
	width:100%;
	}

.gridContainer { 
	margin-left:auto; 
	margin-right:auto;
	width:100%;
	}


/*
	[Attribute]
				 */
img {
	border:0;
	padding:0;
	margin:0;
	}

	
a{
	border:0;
   text-decoration:none;
	}

	::placeholder {
		color: #FFF;
		opacity: 1; /* Firefox */
	}
	
	:-ms-input-placeholder { /* Internet Explorer 10-11 */
		color: #FFF;
	}
	
	::-ms-input-placeholder { /* Microsoft Edge */
		color: #FFF;
	}




/*
	[Elements]
				 */
	
.content{
	width:100%;
	float:left;
	}

header{
	float:left;
	width:100%;
	}
	
section{
	float:left;
	width:100%;
	}
	
article{
	float:left;
	width:100%;
	}
	
footer{
	float:left;
	width:100%;
	}
	
	

@media only screen and (min-width: 300px) {
	
	
/*
	[EFFECT-TEXT]
					 */

	.inline-photo {
		opacity: 0;
		transform: translateY(4em) rotateZ(0deg);
		transition: transform 7s .25s cubic-bezier(0,1,.3,1), opacity .5s .25s ease-out;
		will-change: transform, opacity;
	}


	.inline-photo.is-visible {
		opacity: 1;
		transform: rotateZ(0deg);
	}

	.main-photo {
		transform: scale(.8);
	}

	.heading {
		transform: translate(-50%, calc(-50% + 1em));
	}

	.is-visible .main-photo {
		transform: none;
	}

	.is-visible .heading {
		transform: translate(-50%, -50%);
	}



/*
	[Elements]
				 */
	

.container{
	margin:0 auto;
	width:90%;
	height:auto;
	padding:5px 0;
	}
	
	

/*
		[Background]
						 */
	
/*
	[BG-HEADER]
				 */
	.bg-header{
		background: #ff0000;
		padding: 15px 0 0;
		z-index: 88;
		position: relative;
		transition: all .8s ease-in-out;
		-webkit-transition: all .8s ease-in-out;
		border-bottom: 8px solid #dfe6e8
	}
	
	.sticky {
		position: fixed;
  		top: 0;
  		width: 100%;
		padding: 10px 0 0!important;
		border-bottom: 2px solid #dfe6e8;
	}

	.sticky + .content {
  		padding-top: 80px;
	}
	
	.sticky .logo{
		width: 170px;
		margin: auto;
	}
	
	.sticky .nav .navtoogle{
		float: right;
		width: 40px;
		margin: 35px 0 0;
	}
		
	.sticky a.menu-top{
		margin: 0;
		width: 0;
		background: none;
		height: 0;
	}
	
	.sticky a.menu-top:hover{
		background:none;
	}
	
	.sticky a.menu-top span{
		font-size: 0;
		padding: 0;
	}
	
	.sticky a.menu-top img{
		width: 0;
	}

	

	
	/*		//		*/

	.bg-section{
		z-index: 55;
		position: relative;
	}
	
	.bg-about{
		z-index: 44;
		position: relative;
		background: url("img/bg-about.jpg") top center no-repeat;
		padding: 80px 0;
		min-height: auto;
	}

	.bg-product{
		z-index: 33;
		position: relative;
		background: #2b2e4f;
		padding: 80px 0;
	}

	.bg-footer{
		z-index: 22;
		position: relative;
		padding: 75px 0;
		border-bottom: 2px solid #303358;
	}

	.bg-sub-footer{
		z-index: 11;
		position: relative;
		background: #ff0000;
		padding: 60px 0;
		border-top: 2px solid #FFF;
	}

	

/*
	[HEADER]
				 */
	
	a.logo{
		width: 100%;
		padding: 0;
		text-align: center;
		margin: 0;
		float: left;
	}	 
	
	img.logo{ 
		width: 260px;
		margin: 0 0 20px;
		text-align: center;
		position: relative;
		left: 0
	}
		
	.nav ul {
		font-size: 15px!important;
		font-weight: 400;
		margin: 15px 0!important;
	}
	

	
	a.menu-top{
		float: right;
		margin: 0;
		padding: 0;
		width: 0;
		color: #FFF;
		background: none;
		height: 0;
		text-align: center;
	}
	
	a.menu-top:hover{
		transition: 1s;
		background:#27a0c9;
		color: #FFF
	}
	
	a.menu-top span{
		font-size: 0;
		font-family: 'Open sans';
		padding: 0;
		float: none;
		font-weight: normal;
	}
	
	a.menu-top img{
		float: left;
		width: auto;
		padding: 0;
		filter: none;
		position: relative;
		top: 0;
		left: 0;
	}

		
	
/*
	[ANIMATION]
				 */
	
	#layerslider{
		width: 100%; 
		height: 160px;
		right: 0;
		background: center center;
		z-index: 33;
		position: relative;
		float: left;
		top: 0;
		margin-bottom: 0;
	}


	#layerslider img{
		max-width: auto!important;
		height: 160px!important;
		top: 0;
	}

	
	#layerslider .ls-slide span{
		float: right;
		width: auto;
		text-align: right!important;
		color: #54daff;
		font-family: 'Open Sans';
		line-height: 1.6;
		position: relative;
		font-weight: 600;
		opacity: 0.8;
		font-size: 15px;
		top: 20px;
		left: 0;
		letter-spacing: 0;
		background: #18c3f3;
		box-shadow: 4px 4px 0 4px #0f91b6;
		padding: 17px;
	}

	#layerslider .ls-slide span strong{
		font-size: 17px;
		color: #383c67;
		position: relative;
		left: 0;
		top: 0;
	}

	#layerslider .ls-slide span em{
		font-size: 15px;
		color: #0c759a;
		position: relative;
		left: 0;
		top: 0;
		font-style: normal;
	}

	.container-anima{
		float: none!important;
		position: relative!important;
		height: 100px!important;
		width: 90%!important;
		margin: 0 auto!important;
	}

		
	
/*
	[ARTICLE]
				 */
	
/*
	[ABOUT]
			 */
	
	
	h1{
		float:left;
		font-family: 'montserrat';
		font-size: 25px;
		line-height: 1.3;
		font-weight: bold;
		width: 100%;
		text-align: center;
		margin: 30px 0 0;
		color: #344485;
	}
	
	h1 strong{
		font-size: 25px
	}
	
	.tit-size{
		font-size: 25px;
	}
	
	
	.about{
		float:right;
		width: 95%;
		margin: 70px 2.5% 0;
	}
	
	.about p{
		color: #707070;
		font-size: 15px;
		font-family: 'Open Sans';
		font-weight: normal;
		line-height: 1.4;
		text-align: justify;
	}
		

	
/*
	[PRODUCT]
				 */
	.bg-product h2{
		float: left;
		width: 100%;
		text-align: center;
		margin: 0 0 80px;
		font-size: 30px;
		color: #ffffff;
		font-family: "Myriad Pro", Helvetica, Arial;
		font-weight: 600;
	}
	
/*
	[CAROUSEL]
				 */
		
	
	#carrossel {
	margin:0 auto;
	width:100%;
	top: 0;
	position: relative;
	margin-bottom: 0;
	}
	
	#carrossel ul {
	list-style:none;
	float:left;
	width:100%;
	}
		
	/*column*/
	.column{
	float: left;
	width: 98%;
	margin: 0 1%;
	height: 450px!important;
	}
		
	.column span{
		width: 100%;
		text-align: center;
		float: left;
		margin: 0;
	}
	
	.column h3{
		width: 100%;
		text-align: center;
		float: left;
		margin: 15px 0 30px;
		font-size: 18px;
		color: #ffffff;
		font-family: 'Open Sans';
		font-weight: 200;
	}
	
	.line{
		text-align: center;
		width: 20%;
		margin:10px 40% 0;
		background: #18c3f3;
		float: left;
		height: 1px;
	}
		
	.more{
		text-align: center;
		width: 100%;
		margin:20px 0 0;
		float: left;
	}
		
		
	
	/*menu-carrossel*/
	#menu-carrossel{
	float:right;
	clear: both;
	width: 100%;
	text-align: center;
	height: 0;
	position:relative;
	margin-top:0px;
	margin-right:0px;
	}
	
	.next{
	float:right;
	margin-right: 0;
	cursor: pointer
	}


	/* Style the buttons */
	.btn {
		border: none;
		outline: none;
		cursor: pointer;
	}

	/* Style the active class (and buttons on mouse-over) */
	.btn .active {
	opacity: 0;
	}

	/* Style the active class (and buttons on mouse-over) */
	.btn:hover {
	opacity: 0.5;
	}

	.prev{
	float:left;
	margin-left: 0;
	cursor: pointer;
	}



	
/*
	[FOOTER]
				 */
	

	footer h2{
		width: 100%;
		float: left;
		margin: 0 0 60px;
		text-align: center;
		font-size: 30px;
		color: #383c67;
		font-family: 'Open Sans';
		font-weight: 600;
	}
	
	ul.contact{
		float: left;
		list-style: none;
		width: 100%;
		margin: 0;
	}

	ul.contact li{
		float: left;
		width: 100%;
		box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.10);
		min-height: 250px;
		padding: 25px 10px;
	}
	
	ul.contact li:hover{
		opacity: 0.7;
		transition: 1s;
		transform: scale(0.98)
	}
	
	.line-footer{
		height: 40px;
		background: none;
		width: 100%;
		margin: 0;
		float: left;
	}

	ul.contact li span{
		text-align: center;
		float: left;
		width: 100%;
		margin: 0
	}

	ul.contact li h3{
		font-size: 19px;
		color: #383c67;
		font-family: 'Open Sans';
		font-weight: bolder;
		width: 100%;
		margin: 13px 0 7px;
		text-align: center;
		float: left;
	}

	ul.contact li p{
		width: 100%;
		text-align: center;
		color: #383c67;
		font-size: 13px;
		font-family: 'Open Sans';
		font-weight: normal;
	}


	
/*
	[SUB-FOOTER]
					 */
	
	a.ans{
		float: left;
		width: 100%;
		margin: 15px 0 0;
		text-align: center;
	}
	
	a.ans:hover{
		opacity: 0.7;
		transition: 1s;
		transform: scale(0.98)
	}
	
	a.ans img{
		float: none;
		text-align: center;
	}
	
	a.ans span{
		float: left;
		font-size: 12px;
		color: #ffffff;
		font-family: Segoe, "Segoe UI";
		width: 100%;
		text-align: center;
		font-weight: 200;
		letter-spacing: 1.5px;
		padding: 0 0 0 10px;
		line-height: 1.7;
	}
	
	ul.media{
		float:right;
		text-align: center;
		width: 100%;
		list-style: none;
		margin: 25px 0 0;
	}
	
	ul.media li{
		float:none;
		text-align: center;
		width: 25%;
		margin: 5px 0;
	}
	
	ul.media li:hover{
		opacity: 0.7;
		transition: 1s;
		transform: scale(0.98)
	}

	ul.media li:hover{
		opacity: 0.7;
	}

	ul.media span{
		float: right;
		font-size: 14px;
		color: #ffffff;
		font-family: Segoe, "Segoe UI";
		width: auto;
		text-align: left;
		font-weight: 200;
		letter-spacing: 1.5px;
		padding: 0;
		line-height: 1.7;
		margin: -60px 0 0
	}
	

	ul.media span strong{
		font-size: 18px
	}
	
	
	.whatsapp {
    position: fixed;
    bottom: 2%;
    right: 1%;
    padding: 8px;
    z-index: 10000000;
	width: 65px;
	}

	.whatsapp:hover{
	opacity: 0.5;
	}

	
}









@media only screen and (min-width: 603px) {
			
	
/*
	[ANIMATION]
				 */
	
	#layerslider{
		height: 300px;
	}

	#layerslider img{
		height: 300px!important;
	}

	
	#layerslider .ls-slide span{
		font-size: 25px;
		top: 45px
	}

	#layerslider .ls-slide span strong{
		font-size: 25px;
	}

	#layerslider .ls-slide span em{
		font-size: 25px;
	}
		
	
/*
	[ARTICLE]
				 */
	
/*
	[ABOUT]
			 */
	
	
	h1{
		font-size: 35px;
		margin: 0;
	}
	
	h1 strong{
		font-size: 35px
	}
	
	.tit-size{
		font-size: 35px;
	}
		
	.about p{
		font-size: 18px;
	}
		

	
/*
	[PRODUCT]
				 */
	.bg-product h2{
		font-size: 50px;
	}
	
/*
	[CAROUSEL]
				 */
	
	/*column*/
	.column{
	float: left;
	width: 48%;
	margin: 15px 1%;
	height: 550px!important;
	}
	.more{
		margin:10px 0 0;
	}
		
		
	
	
/*
	[FOOTER]
				 */
	

	ul.contact li{
		float: left;
		width: 46%;
		box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.10);
		min-height: 250px;
		padding: 25px 10px;
	}
	
	
	.line-footer{
		height: 100px;
		background: none;
		width: 3%;
		margin: 0;
		float: left;
	}

	
/*
	[SUB-FOOTER]
					 */
	
	ul.media{
		float:right;
		text-align: center;
		width: 40%;
		list-style: none;
		margin: 25px 30% 0;
	}	
	
}










@media only screen and (min-width: 1024px) {

/*
	[Elements]
				 */
		
	.container{
	width:1000px;
	}
	
/*
	[EFFECT-TEXT]
					 */
	.inline-photo {
		opacity: 0;
		transform: translateY(4em) rotateZ(0deg);
	}


/*
		[Background]
						 */
	
/*
	[BG-HEADER]
				 */
	.bg-header{
		background: #c20a1d;
		padding: 15px 0;
		z-index: 88;
		position: relative;
		transition: all .8s ease-in-out;
		-webkit-transition: all .8s ease-in-out;
		border-bottom: 8px solid #dfe6e8
	}
	
	.sticky {
		position: fixed;
  		top: 0;
  		width: 100%;
		padding: 10px 0!important;
		border-bottom: 2px solid #dfe6e8;
	}

	.sticky + .content {
  		padding-top: 102px;
	}
	
	.sticky .logo{
		width: 180px;
		margin: auto;
	}
	
	.sticky .logo{
		left: 0;
	}
	
	.sticky a.menu-top{
		margin: 0;
		width: 0;
		background: none;
		height: 45px;
	}
	
	.sticky a.menu-top:hover{
		background:none;
	}
	
	.sticky a.menu-top span{
		font-size: 0;
		padding: 12px 0 0;
	}
	
	.sticky a.menu-top img{
		width: 0;
	}

	
	.sticky .nav .navtoogle{
		float: right;
		width: auto;
		margin: 0;
	}
	
 	.sticky .nav ul {
		font-size: 14px!important;
		font-weight: normal;
		margin: 28px 0 0!important
	}

	

	
	/*		//		*/

	.bg-section{
		z-index: 55;
		position: relative;
	}
	
	.bg-about{
		z-index: 44;
		position: relative;
		background: url("img/bg-about.jpg") top center no-repeat;
		padding: 80px 0;
		min-height: 569px;
	}

	.bg-product{
		z-index: 33;
		position: relative;
		background: url("img/bg-product.jpg") top center no-repeat;
		padding: 80px 0;
	}

	.bg-footer{
		z-index: 22;
		position: relative;
		padding: 70px 0;
		border-bottom: 2px solid #303358;
	}

	.bg-sub-footer{
		z-index: 11;
		position: relative;
		background: #ff0000;
		padding: 100px 0;
		border-top: 2px solid #FFF;
	}

	

/*
	[HEADER]
				 */
	
	a.logo{
		width: 325px;
		padding: 0;
		text-align: center;
		margin: 0;
		float: left;
	}	 
	
	img.logo{ 
		width: 325px;
		margin: 0;
		text-align: center;
		position: relative;
		left: -10px
	}
		
	.nav ul {
		font-size: 15px!important;
		font-weight: 300;
		margin: 45px 0 0!important
	}

	
	a.menu-top{
		float: right;
		margin: 15px 0 0 30px;
		padding: 0;
		width: 170px;
		color: #FFF;
		background: #000000;
		height: 45px;
	}
	
	a.menu-top:hover{
		transition: 1s;
		background:#27a0c9;
		color: #FFF
	}
	
	a.menu-top span{
		font-size: 16px;
		font-family: 'Open sans';
		padding: 12px 0 0;
		float: left;
		font-weight: normal;
	}
	
	a.menu-top img{
		float: left;
		width: auto;
		padding: 0;
		filter: none;
		position: relative;
		top: -15px;
		left: -15px;
	}

		
	
/*
	[ANIMATION]
				 */
	
	#layerslider{
		width: 100%; 
		height: 630px;
		right: 0;
		background: center center;
		z-index: 33;
		position: relative;
		float: left;
		top: 0;
		margin-bottom: 0;
	}


	#layerslider img{
		max-width: auto!important;
		height: 630px!important;
		top: 0;
	}

	
	#layerslider .ls-slide span{
		float: right;
		width: auto;
		text-align: right!important;
		color: #FFFFFF;
		font-family: 'Open Sans';
		line-height: 0.8;
		position: relative;
		font-weight: 600;
		opacity: 0.8;
		font-size: 16px;
		top: 50px;
		left: 0;
		letter-spacing: 0;
		background: #000000;
		box-shadow: 12px 12px 0 12px #000000;
		padding: 50px 35px;
	}

	#layerslider .ls-slide span strong{
		font-size: 24px;
		color: #ff0000;
		position: relative;
		left: 0;
		top: 0;
	}

	#layerslider .ls-slide span em{
		font-size: 18px;
		color: #ffffff;
		position: relative;
		left: 0;
		top: -7px;
		font-style: normal;
	}

	.container-anima{
		float: none!important;
		position: relative!important;
		height: 100px!important;
		width: 1000px!important;
		margin: 0 auto!important;
	}

		
	
/*
	[ARTICLE]
				 */
	
/*
	[ABOUT]
			 */
	
	
	h1{
		float:left;
		font-family: 'montserrat';
		font-size: 47px;
		line-height: 1.3;
		font-weight: bold;
		width: 45%;
		text-align: right;
		margin: 85px 0 0;
		color: #344485;
	}
	
	h1 strong{
		font-size: 72px
	}
	
	.tit-size{
		font-size: 55px;
	}
	
	
	.about{
		float:right;
		width: 47%;
		margin: 70px 0 0;
	}
	
	.about p{
		color: #707070;
		font-size: 20px;
		font-family: 'Open Sans';
		font-weight: normal;
		line-height: 1.6;
		text-align: justify;
	}
		

	
/*
	[PRODUCT]
				 */
	.bg-product h2{
		float: left;
		width: 100%;
		text-align: center;
		margin: 0 0 80px;
		font-size: 55px;
		color: #ffffff;
		font-family: "Myriad Pro", Helvetica, Arial;
		font-weight: 600;
	}
	
/*
	[CAROUSEL]
				 */
		
	
	#carrossel {
	margin:0 auto;
	width:100%;
	top: 0;
	position: relative;
	margin-bottom: 0;
	}
	
	#carrossel ul {
	list-style:none;
	float:left;
	width:100%;
	}
		
	/*column*/
	.column{
	float: left;
	width: 23%;
	margin: 0 1%;
	height: 370px!important;
	}
		
	.column:hover{
		opacity: 0.8;
		transition: 1s;
	}
		
	.column span{
		width: 100%;
		text-align: center;
		float: left;
		margin: 0;
	}
	
	
	
	.image {
		display: block;
		width: 100%;
		height: 220px;
		float: left;
	}

 	.overlay {
		position: relative;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		height: 220px;
		width: 227px;
		opacity: 0;
		transition: .5s ease;
		background-color: rgba(24,195,243,0.6);
		border-radius: 25px;
		border: 15px solid #2c2e4f;
	}

	.column span:hover .overlay {
		opacity: 1;
		transition: 1s;
		transform: scale(1.03);
	}

	.test {
		color: white;
		font-size: 0;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		text-align: center;
	}	

	
	.column h3{
		width: 100%;
		text-align: center;
		float: left;
		margin: 30px 0 0;
		font-size: 18px;
		color: #ffffff;
		font-family: 'Open Sans';
		font-weight: 200;
	}
	
	.line{
		text-align: center;
		width: 20%;
		margin:10px 40% 0;
		background: #18c3f3;
		float: left;
		height: 1px;
	}
		
	.more{
		text-align: center;
		width: 100%;
		margin:20px 0 0;
		float: left;
	}
		
		
	
	/*menu-carrossel*/
	#menu-carrossel{
	float:right;
	clear: both;
	width: 100%;
	text-align: center;
	height: 0;
	position:relative;
	margin-top:-220px;
	margin-right:0px;
	}
	
	.next{
	float:right;
	margin-right: -55px;
	cursor: pointer
	}


	/* Style the buttons */
	.btn {
		border: none;
		outline: none;
		cursor: pointer;
	}

	/* Style the active class (and buttons on mouse-over) */
	.active {
	opacity: 0;
	}

	/* Style the active class (and buttons on mouse-over) */
	.btn:hover {
	opacity: 0.5;
	}

	.prev{
	float:left;
	margin-left: -55px;
	cursor: pointer;
	}



	
/*
	[FOOTER]
				 */
	

	footer h2{
		width: 100%;
		float: left;
		margin: 0 0 60px;
		text-align: center;
		font-size: 30px;
		color: #383c67;
		font-family: 'Open Sans';
		font-weight: 600;
	}
	
	ul.contact{
		float: left;
		list-style: none;
		width: 100%;
		margin: 0;
	}

	ul.contact li{
		float: left;
		width: 22.5%;
		box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.10);
		min-height: 250px;
		padding: 25px 10px;
	}
	
	ul.contact li:hover{
		opacity: 0.7;
		transition: 1s;
		transform: scale(0.98)
	}
	
	.line-footer{
		height: 2px;
		background: #383c67;
		width: 1%;
		margin: 120px 1% 0;
		float: left;
	}

	ul.contact li span{
		text-align: center;
		float: left;
		width: 100%;
		margin: 0
	}

	ul.contact li h3{
		font-size: 19px;
		color: #383c67;
		font-family: 'Open Sans';
		font-weight: bolder;
		width: 100%;
		margin: 13px 0 7px;
		text-align: center;
		float: left;
	}

	ul.contact li p{
		width: 100%;
		text-align: center;
		color: #383c67;
		font-size: 13px;
		font-family: 'Open Sans';
		font-weight: normal;
	}


	
/*
	[SUB-FOOTER]
					 */
	
	a.ans{
		float: left;
		width: 45%;
		margin: 15px 0 0;
	}
	
	a.ans:hover{
		opacity: 0.7;
		transition: 1s;
		transform: scale(0.98)
	}
	
	a.ans img{
		float: left;
		text-align: left;
	}
	
	a.ans span{
		float: left;
		font-size: 12px;
		color: #ffffff;
		font-family: Segoe, "Segoe UI";
		width: auto;
		text-align: left;
		font-weight: 200;
		letter-spacing: 1.5px;
		padding: 3px 25px;
		line-height: 1.7;
	}
	
	ul.media{
		float:right;
		text-align: center;
		width: 32%;
		list-style: none;
		margin: 0 0;
	}
	
	ul.media li{
		float:none;
		text-align: center;
		width: 50%;
		margin: 5px 0;
	}
	
	ul.media li:hover{
		opacity: 0.7;
		transition: 1s;
		transform: scale(0.98)
	}

	ul.media li:hover{
		opacity: 0.7;
	}

	ul.media span{
		float: right;
		font-size: 14px;
		color: #ffffff;
		font-family: Segoe, "Segoe UI";
		width: auto;
		text-align: left;
		font-weight: 200;
		letter-spacing: 1.5px;
		padding: 0;
		line-height: 1.7;
		margin: -60px 0 0
	}
	
	ul.media span strong{
		font-size: 18px
	}
	
	
	.whatsapp {
    position: fixed;
    bottom: 2%;
    right: 1%;
    padding: 8px;
    z-index: 10000000;
	width: 65px;
	}

	.whatsapp:hover{
	opacity: 0.5;
	}


}


#animation {
    animation: go-back 1s infinite alternate;
}

@keyframes go-back {
    from {
        transform: translatey(10px);
    }
    to {
        transform: translatey(0);
    }
}
/* Fade in tabs */
@-webkit-keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}	
