/*
	[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;
	}


/*
		[FONT]
					 */

@font-face {
  font-family: 'akrobat-light';
  src: url("font/Akrobat-Light.otf");
	font-weight: 300;
}

@font-face {
	font-family: 'akrobat-regular';
	src: url("font/Akrobat-Regular.otf");
	font-weight: normal;
}

@font-face {
	font-family: 'akrobat-extrabold';
	src: url("font/Akrobat-ExtraBold.otf");
	font-weight: 700;
}

@font-face {
	font-family: 'akrobat-black';
	src: url("font/Akrobat-Black.otf");
	font-weight: 900;
}



/*
	[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) {
	
/*
	[Elements]
				 */
	.container{
		margin: 0 auto;
		width: 90%;
		height: auto;
		padding: 0;
	}

	

/*
		[BACKGROUND]
						 */
	
	.bg-header{
		background-color: #ffffff;
		padding: 0;
		z-index: 99;
		position: relative;
		min-height: auto;
		border-bottom: 14px solid #db903e;
	}
	
	.bg-section{
		z-index: 66;
		position: relative;
	}
	
	.bg-white{
		position: relative;
		z-index: 55;
		background: #fff;
		padding: 0;
	}
	
	.bg-parallax{
		background: url("img/bg-parallax.jpg") top center no-repeat ;
		float: left;
		width: 100%;
		position:relative;
		margin: 0 auto;
		max-width: 1920px;
		bottom: 0;
		background-position: 50% 0;
		background-repeat: repeat;
		background-attachment: fixed;
		z-index: 22;
		padding: 0;
		min-height: auto;
	}

	.bg-footer{
		position: relative;
		z-index: 11;
		background: #434343;
		padding: 50px 0;
	}

	

/*
	[HEADER]
				 */
	
	/*logo*/
	a.logo{
		width: 100%;
		padding: 0;
		text-align: center;
		margin: 20px 0;
		float: left;
	}	 
	
	img.logo{ 
		width: 280px;
		margin: 0;
		text-align: center;
		position: relative;
		left: 0
	}
		
	/*menu*/
	.nav ul {
		font-size: 16px!important;
		font-weight: 600;
		margin: 30px 0 0!important
	}	
	
	.nav ul li em{
		float: right!important;
		position: relative;
		top: 0;
		left: 0;
		color: #f29134;
		font-size: 0;
		
	}
	
	
	
	/*contact-header*/
	.contact{
		float: right;
		min-width: 0;
		margin: 0;
		width: auto
	}
	
	.contact a:hover{
		opacity: 0.6;
	}
	
	.contact span{
		float: left;
		text-align: center;
		width: 0;
		margin: 0;
	}
	
	.contact a{
		float: left;
		font-family: 'Open Sans', arial;
		text-align: left;
		font-weight: normal;
		font-size: 0;
		color: #959799;
		line-height: 0;
		width: auto;
		margin: 0;
	}
		
	

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


	#layerslider img{
		max-width: auto!important;
		height: 200px!important;
		top: 0;
	}
	
	.container-anima{
		float: none!important;
		position: relative!important;
		height: 100px!important;
		width: 100%!important;
		margin: 0 auto!important;
	}

	#layerslider .container-anima a{
		font-size: 25px;
		color: #e6e3f2;
		text-align: center;
		font-family: 'Akrobat-light';
		width: 100%;
		float: left;
		margin: 70px 0 0;
		line-height: 0.9;
		text-transform: uppercase;
		font-weight: lighter;
		letter-spacing: 5px;
		left: 0;
		position: relative;
	}
	
	
	#layerslider a strong{
		font-size: 25px;
		color: #e29949;
		font-family: 'Akrobat-extrabold';
		position: relative;
		left: 0;
		letter-spacing: 2px;
	}
	


		
	
/*
	[ARTICLE]
				 */	
	
	
	/*about*/
	.about{
		float: left;
		width: 100%;
		margin: 50px 0;
		position: relative;
		left: 0;
	}
	
	h1 span{
		width: 100%;
		float: left;
		margin: 0 0;
		text-align: center;
	}

	h1{
		float:left;
		font-family: 'Open Sans', arial;
		font-size: 25px;
		width: 80%;
		text-align: center;
		margin: 0 10%;
		color: #f29134;
		font-weight: lighter;
		line-height: 0.8;
	}
	
	h1 strong{
		font-size: 30px;
	}
	
	
	.line-tit{
		float: right;
		width: 100%;
		margin: 30px 0 0;
		background: #f7f6f6;
		height: 4px;
	}
	
	.about p{
		color: #96989a;
		font-size: 18px;
		font-family: 'Open Sans', Helvetica, Arial;
		font-weight: lighter;
		line-height: 1.4;
		text-align: justify;
		width: 80%;
		float: left;
		margin: 6% 10%;
	}
	
	a.learn-more{
		float: left;
		width: 80%;
		text-align: center;
		margin: 0 10%;
	}
	
	a.learn-more:hover{
		opacity: 0.9;
		transition: 1s;
		transform: scale(0.99)
	}
	
	
	/*aside*/
	aside{
		float: right;
		width: 100%;
		text-align: center;
		margin: 0 0 35px;
	}
	
	aside img{
		width: 280px;
	}
	
	
		
	

	
	

/*
	[CAROUSEL-SERVICES]
						 */
	
	
	#carousel-services {
		margin: 0 2.5%;
		width: 95%;
		top: 0;
		position: relative;
		margin-bottom: 0;
		float: left;
	}
	
	#carousel-services h2{
		float: left;
		width: 100%;
		text-align: center;
		font-family: 'Akrobat-extrabold', arial;
		color: #FFF;
		font-size: 30px;
		margin: 90px 0 70px;
	}
	
	#carousel-services ul {
		list-style: none;
		float: left;
		width: 100%;
		margin: 0
	}
	
	#carousel-services ul li{
		float: left;
		width: 100%;
	}
	
		
	/*COLUMN*/
	.column{
		float: left;
		width: 98%;
		margin: 0 1%;
		height: 390px!important;
	}
		
	.column:hover{
		opacity: 0.8;
		transition: 1s;
		transform: scale(1.01)
	}
		
	.column span{
		width: 100%;
		text-align: center;
		float: left;
		margin: 0;
	}
	
	.column h3{
		width: 100%;
		text-align: center;
		float: left;
		margin: 10px 0;
		font-family: 'Akrobat-light', arial;
		font-size: 20px;
		color: #FFF;
		font-weight: lighter;
	}
	
	.column h3 strong{
		font-family: 'Akrobat-extrabold', arial;
		font-weight: bolder;
	}
	
	.column a.more{
		width: 100%;
		text-align: center;
		float: left;
		margin: 30px 0 0;
		font-family: 'Akrobat-light', arial;
		font-size: 70px;
		color: #FFF;
		font-weight: lighter;
		line-height: 0;
	}
	
	
	/*BUTTON-CAROUSEL-SERVICES*/
	#menu-carousel-services{
		float: right;
		clear: both;
		width: 100%;
		text-align: center;
		height: 0;
		position: relative;
		margin-top: 0;
		margin-right: 0px;
	}
	
	.next{
		float:right;
		margin-right: 0;
		cursor: pointer;
		font-size: 0;
		color: none;
		font-family: 'Open Sans', arial;
	}
	
	.next:hover{
		opacity: 0.7;
	}
	
	
	
/*
	[CAROUSEL-PROFILE]
						 */
	
	#carousel-profile {
		margin: 0 2.5%;
		width: 95%;
		position: relative;
		float: left;
		padding: 60px 0;
	}
	
	#carousel-profile h3{
		float: left;
		width: 100%;
		text-align: center;
		font-family: 'Akrobat-light', arial;
		color: #f29134;
		font-size: 35px;
		margin: 0;
		font-weight: lighter;
	}
	
	#carousel-profile h4{
		float: left;
		width: 100%;
		text-align: center;
		font-family: 'Akrobat-black', arial;
		color: #96989a;
		font-size: 24px;
		margin: 10px 0 0;
	}
	
	#carousel-profile ul {
		list-style: none;
		float: left;
		width: 100%;
		margin: 0
	}
	
	#carousel-profile ul li{
		float: left;
		width: 100%;
	}
	
		
	/*row*/
	.row{
		float: left;
		width: 96%;
		margin: 0 2%;
		height: 450px!important;
	}
		
	.row:hover{
		opacity: 0.8;
		transition: 1s;
		transform: scale(1.01)
	}
		
	.row span{
		width: 100%;
		text-align: center;
		float: left;
		margin: 0 0 15px;
	}
	
	.row span img{
		width: 250px;
	}
	
		
	.row a.more-cv{
		width: 100%;
		text-align: center;
		float: left;
		margin: 20px 0 0;
	}
	
	
	/*BUTTON-CAROUSEL-PROFILE*/
	#menu-carousel-profile{
		float: right;
		clear: both;
		width: 100%;
		text-align: center;
		height: 0;
		position: relative;
		margin-top: 0;
		margin-right: 0px;
	}
	
	.next-b{
		float:right;
		margin-right: 0;
		cursor: pointer;
		font-size: 0;
		color: #ffffff;
		font-family: 'Open Sans', arial;
		background: #d9801e;
		padding: 0;
	}
	
	.next-b:hover{
		background: rgba(67,67,67,1.00)
	}

	.prev-b{
		float:left;
		margin-left: 0;
		cursor: pointer;
		font-size: 0;
		color: #ffffff;
		font-family: 'Open Sans', arial;
		background: none;
		padding: 0;
	}
	
	.prev-b:hover{
		background: rgba(67,67,67,1.00)
	}


	
	
	
/*
	[FOOTER]
				 */
	
	footer ul{
		float: left;
		width: 100%;
		list-style: none;
		margin: 0;
	}
	
	footer ul li{
		float: left;
		width: 95%;
		margin: 25px 2.5%;
	}
	
	footer ul li span{
		float: left;
		width: 100%;
		text-align: center;
		margin: 0 0 -15px
	}
	
	.line-vertical{
		width: 100%;
		float: left;
		text-align: center;
		margin: 5px 0
	}
	
	footer ul li a.ans{
		float: left;
		width: 100%;
		text-align: center;
		font-size: 14px;
		color: #e6e3f2;
		font-family: "Akrobat-light", Helvetica, Arial;
		margin: 20px 0;
	}
	
	footer ul li a.ans:hover{
		opacity: 0.5;
		transition: 1s;
	}
	
	.media{
		float: left;
		width: 40%;
		text-align: center;
		margin: 0 30%;
	}
	
	.media a{
		float: left;
		width: 50%;
		text-align: center;
		margin: 0;
		padding: 5px;
	}
	
	.media a:hover{
		opacity: 0.7;
	}
	
	
	
	
	footer ul li h4{
		float: left;
		width: 100%;
		text-align: center;
		margin: 0 0 20px;
		font-size: 30px;
		color: #ffffff;
		font-family: "Akrobat-light", Helvetica, Arial;
		font-weight: lighter;
	}
	
	footer ul li a.topic{
		float: left;
		width: 100%;
		text-align: center;
		margin: 12px 0;
		font-size: 16px;
		color: #ffffff;
		font-family: "Akrobat-regular", Helvetica, Arial;
		font-weight: normal;
		padding: 0;
		line-height: 0.8;
		padding-left: 12px;
		border-left: 12px solid #db903e;
		letter-spacing: 1px;
	}
	
	footer ul li a.topic:hover{
		opacity: 0.7;
	}
	
	.footer-item{
		float: left;
		width: 100%;
		margin: 0 0 10px;
	}
		
	.footer-item span{
		float: left;
		width: 100%;
		margin: 10px 0 0;
		padding: 2px;
		text-align: center;
	}
	
	.info{
		float: right;
		text-align: center;
		margin: 8px 0;
		width: 100%;
	}
	
	.info a{
		color: #FFF;
		font-family: 'Akrobat-Light', arial;
		font-size: 15px;
		text-transform: uppercase;
		line-height: 1.4;
	}
	
	.info a:hover{
		opacity: 0.5;
		transition: 1s;
	}
	
	
	
	
	

	
}









@media only screen and (min-width: 603px) {
	
	
	#layerslider img{
		height: 350px!important;
	}

}







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

/*
	[Elements]
				 */
	.container{
		width:1000px;
	}
	


/*
		[BACKGROUND]
						 */
	
	.bg-header{
		background-color: #ffffff;
		padding: 0;
		z-index: 99;
		position: relative;
		min-height: auto;
		border-bottom: 14px solid #db903e;
	}
	
	.bg-section{
		z-index: 66;
		position: relative;
	}
	
	.bg-white{
		position: relative;
		z-index: 55;
		background: #fff;
		padding: 0;
	}
	
	.bg-parallax{
		background: url("img/bg-parallax.jpg") top center no-repeat ;
		float: left;
		width: 100%;
		position:relative;
		margin: 0 auto;
		max-width: 1920px;
		bottom: 0;
		background-position: 50% 0;
		background-repeat: repeat;
		background-attachment: fixed;
		z-index: 22;
		padding: 0;
		min-height: auto;
	}

	.bg-footer{
		position: relative;
		z-index: 11;
		background: #434343;
		padding: 100px 0;
	}

	

/*
	[HEADER]
				 */
	
	/*logo*/
	a.logo{
		width: 300px;
		padding: 0;
		text-align: center;
		margin: 20px 0;
		float: left;
	}	 
	
	img.logo{ 
		width: 300px;
		margin: 0;
		text-align: center;
		position: relative;
		left: -40px
	}
		
	/*menu*/
	.nav ul {
		font-size: 18px!important;
		font-weight: 600;
		margin: 30px 0 0!important
	}	
	
	.nav ul li em{
		float: right!important;
		position: relative;
		top: -50px;
		left: 6px;
		color: #f29134;
		font-size: 20px;
	}
	
	
	
	/*contact-header*/
	.contact{
		float: right;
		min-width: 200px;
		margin: 45px 10px 0 0;
		width: auto
	}
	
	.contact a:hover{
		opacity: 0.6;
	}
	
	.contact span{
		float: left;
		text-align: center;
		width: auto;
		margin: 5px 20px;
	}
	
	.contact a{
		float: left;
		font-family: 'Open Sans', arial;
		text-align: left;
		font-weight: normal;
		font-size: 18px;
		color: #959799;
		line-height: 1.2;
		width: auto;
		margin: 14px 5px 0 0;
	}
		
	

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


	#layerslider img{
		max-width: auto!important;
		height: 500px!important;
		top: 0;
	}
	
	.container-anima{
		float: none!important;
		position: relative!important;
		height: 100px!important;
		width: 1000px!important;
		margin: 0 auto!important;
	}

	#layerslider .container-anima a{
		font-size: 55px;
		color: #e6e3f2;
		text-align: center;
		font-family: 'Akrobat-light';
		width: 100%;
		float: left;
		margin: 180px 0 0;
		line-height: 0.9;
		text-transform: uppercase;
		font-weight: lighter;
		letter-spacing: 5px;
		left: 70px;
		position: relative;
	}
	
	
	#layerslider a strong{
		font-size: 55px;
		color: #e29949;
		font-family: 'Akrobat-extrabold';
		position: relative;
		left: -150px;
		letter-spacing: 2px;
	}
	


		
	
/*
	[ARTICLE]
				 */	
	
	
	/*about*/
	.about{
		float: left;
		width: 50%;
		margin: 50px 0;
		position: relative;
		left: -50px;
	}
	
	h1 span{
		width: 100%;
		float: left;
		margin: 0 0;
		text-align: center;
	}

	h1{
		float:left;
		font-family: 'Open Sans', arial;
		font-size: 40px;
		width: auto;
		text-align: center;
		margin: 0 15%;
		color: #f29134;
		font-weight: lighter;
		line-height: 0.8;
	}
	
	h1 strong{
		font-size: 60px;
	}
	
	
	.line-tit{
		float: right;
		width: 100%;
		margin: 30px 0 0;
		background: #f7f6f6;
		height: 4px;
	}
	
	.about p{
		color: #96989a;
		font-size: 18px;
		font-family: 'Open Sans', Helvetica, Arial;
		font-weight: lighter;
		line-height: 1.4;
		text-align: justify;
		width: 80%;
		float: left;
		margin: 6% 10%;
	}
	
	a.learn-more{
		float: left;
		width: 80%;
		text-align: center;
		margin: 0 10%;
	}
	
	a.learn-more:hover{
		opacity: 0.9;
		transition: 1s;
		transform: scale(0.99)
	}
	
	
	/*aside*/
	aside{
		float: right;
		width: 50%;
		text-align: center;
		margin: 75px 0 0;
	}
	
	aside img{
		width: auto;
	}
	
	
		
	

	
	

/*
	[CAROUSEL-SERVICES]
						 */
	
	
	#carousel-services {
		margin: 0 5%;
		width: 90%;
		top: 0;
		position: relative;
		margin-bottom: 0;
		float: left;
	}
	
	#carousel-services h2{
		float: left;
		width: 100%;
		text-align: center;
		font-family: 'Akrobat-extrabold', arial;
		color: #FFF;
		font-size: 55px;
		margin: 90px 0 70px;
	}
	
	#carousel-services ul {
		list-style: none;
		float: left;
		width: 100%;
		margin: 0
	}
	
	#carousel-services ul li{
		float: left;
		width: 100%;
	}
	
		
	/*COLUMN*/
	.column{
		float: left;
		width: 29.3%;
		margin: 0 2%;
		height: 450px!important;
	}
		
	.column:hover{
		opacity: 0.8;
		transition: 1s;
		transform: scale(1.01)
	}
		
	.column span{
		width: 100%;
		text-align: center;
		float: left;
		margin: 0;
	}
	
	.column h3{
		width: 100%;
		text-align: center;
		float: left;
		margin: 15px 0;
		font-family: 'Akrobat-light', arial;
		font-size: 35px;
		color: #FFF;
		font-weight: lighter;
	}
	
	.column h3 strong{
		font-family: 'Akrobat-extrabold', arial;
		font-weight: bolder;
	}
	
	.column a.more{
		width: 100%;
		text-align: center;
		float: left;
		margin: 35px 0 0;
		font-family: 'Akrobat-light', arial;
		font-size: 110px;
		color: #FFF;
		font-weight: lighter;
		line-height: 0;
	}
	
	
	/*BUTTON-CAROUSEL-SERVICES*/
	#menu-carousel-services{
		float: right;
		clear: both;
		width: 100%;
		text-align: center;
		height: 0;
		position: relative;
		margin-top: -350px;
		margin-right: 0px;
	}
	
	.next{
		float:right;
		margin-right: -30px;
		cursor: pointer;
		font-size: 85px;
		color: #ffffff;
		font-family: 'Open Sans', arial;
	}
	
	.next:hover{
		opacity: 0.7;
	}
	
	
	
/*
	[CAROUSEL-PROFILE]
						 */
	
	#carousel-profile {
		margin: 0 5%;
		width: 90%;
		position: relative;
		float: left;
		padding: 100px 0;
	}
	
	#carousel-profile h3{
		float: left;
		width: 100%;
		text-align: center;
		font-family: 'Akrobat-light', arial;
		color: #f29134;
		font-size: 35px;
		margin: 0;
		font-weight: lighter;
	}
	
	#carousel-profile h4{
		float: left;
		width: 100%;
		text-align: center;
		font-family: 'Akrobat-black', arial;
		color: #96989a;
		font-size: 24px;
		margin: 10px 0 0;
	}
	
	#carousel-profile ul {
		list-style: none;
		float: left;
		width: 100%;
		margin: 0
	}
	
	#carousel-profile ul li{
		float: left;
		width: 100%;
	}
	
		
	/*row*/
	.row{
		float: left;
		width: 29.3%;
		margin: 0 2%;
		height: 450px!important;
	}
		
	.row:hover{
		opacity: 0.8;
		transition: 1s;
		transform: scale(1.01)
	}
		
	.row span{
		width: 100%;
		text-align: center;
		float: left;
		margin: 0 0 15px;
	}
	
	.row span img{
		width: auto;
	}
		
	.row a.more-cv{
		width: 100%;
		text-align: center;
		float: left;
		margin: 20px 0 0;
	}
	
	
	/*BUTTON-CAROUSEL-PROFILE*/
	#menu-carousel-profile{
		float: right;
		clear: both;
		width: 100%;
		text-align: center;
		height: 0;
		position: relative;
		margin-top: -400px;
		margin-right: 0px;
	}
	
	.next-b{
		float:right;
		margin-right: -50px;
		cursor: pointer;
		font-size: 55px;
		color: #ffffff;
		font-family: 'Open Sans', arial;
		background: #d9801e;
		padding: 15px 25px;
	}
	
	.next-b:hover{
		background: rgba(67,67,67,1.00)
	}

	.prev-b{
		float:left;
		margin-left: -50px;
		cursor: pointer;
		font-size: 55px;
		color: #ffffff;
		font-family: 'Open Sans', arial;
		background: #d9801e;
		padding: 15px 25px;
	}
	
	.prev-b:hover{
		background: rgba(67,67,67,1.00)
	}


	
	
	
/*
	[FOOTER]
				 */
	
	footer ul{
		float: left;
		width: 100%;
		list-style: none;
		margin: 0;
	}
	
	footer ul li{
		float: left;
		width: 26.3%;
		margin: 0 3.5%;
	}
	
	footer ul li span{
		float: left;
		width: 100%;
		text-align: center;
		margin: 0 0 -15px
	}
	
	.line-vertical{
		width: 100%;
		float: left;
		text-align: center;
		margin: 5px 0
	}
	
	footer ul li a.ans{
		float: left;
		width: 100%;
		text-align: center;
		font-size: 14px;
		color: #e6e3f2;
		font-family: "Akrobat-light", Helvetica, Arial;
		margin: 20px 0;
	}
	
	footer ul li a.ans:hover{
		opacity: 0.5;
		transition: 1s;
	}
	
	.media{
		float: left;
		width: 40%;
		text-align: center;
		margin: 0 30%;
	}
	
	.media a{
		float: left;
		width: 50%;
		text-align: center;
		margin: 0;
		padding: 5px;
	}
	
	.media a:hover{
		opacity: 0.7;
	}
	
	
	
	
	footer ul li h4{
		float: left;
		width: 100%;
		text-align: left;
		margin: 0 0 20px;
		font-size: 40px;
		color: #ffffff;
		font-family: "Akrobat-light", Helvetica, Arial;
		font-weight: lighter;
	}
	
	footer ul li a.topic{
		float: left;
		width: 100%;
		text-align: left;
		margin: 12px 0;
		font-size: 16px;
		color: #ffffff;
		font-family: "Akrobat-regular", Helvetica, Arial;
		font-weight: normal;
		padding: 0;
		line-height: 0.8;
		padding-left: 12px;
		border-left: 12px solid #db903e;
		letter-spacing: 1px;
	}
	
	footer ul li a.topic:hover{
		opacity: 0.7;
	}
	
	.footer-item{
		float: left;
		width: 100%;
		margin: 0 0 10px;
	}
		
	.footer-item span{
		float: left;
		width: 12%;
		margin: 10px 0 0;
		padding: 2px;
	}
	
	.info{
		float: right;
		text-align: left;
		margin: 8px 0;
		width: 85%;
	}
	
	.info a{
		color: #FFF;
		font-family: 'Akrobat-Light', arial;
		font-size: 15px;
		text-transform: uppercase;
		line-height: 1.4;
	}
	
	.info a:hover{
		opacity: 0.5;
		transition: 1s;
	}
	
	
	
	
	
}





