 /* 
	Theme Name: Lim
	Author: Visuality
	Version: 1.0
*/


.max-video-home{
	overflow:hidden;
}
.max-video-home video{
	width:100%;
	height:auto;
 	position: relative;
}

.header-lim-fix {
	position: fixed;
	z-index:9999;
	top:-100px;
	left:0;
	width:100%;
	transition: all 0.5s;
	-webkit-backdrop-filter: blur(15px);
	backdrop-filter: blur(15px);
	background: rgba(255, 255, 255, 0.5);
	box-shadow: 0 0 5px #00000061;
 }
.header-lim-fix  .nav-click{
	padding:18px 25px;
}
.header-lim-fix   .nav-click-destaque{
	padding:19px 43px;
}

.header-lim{
	
}

.nav-click{
	font-size:18px;
	padding:30px 25px;
	display: inline-block;
	color:#000;
	cursor: pointer;
	font-weight:500;
	transition: all 0.5s;
}
.nav-click:hover{
	color:var(--main-azul);
}
 

.nav-click-destaque{
	font-size:18px;
	padding:30px 43px;
	color:#fff;
	background: var(--main-azul);
	display: inline-block;
	transition: all 0.5s;
	cursor: pointer;
	font-weight:500;
}
.nav-click-destaque:hover{
	background: var(--main-azul3);
	transition: all 0.5s;
	color:#fff;
}

/*asesion lim 1*/
.session-1-lim{
	padding: 73px 0 90px;
}
.session-1-lim h2{
	font-size:69.2px;
	line-height:72.3px;
	margin-bottom:90px;
	text-transform: uppercase;
	border-top: solid 1px #BEBDC1;
	border-bottom: solid 1px #BEBDC1;
	padding: 0 15px;
}
.session-1-lim .flex-col-end{
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.space-line{
	display:block;
	width:100%;
	border-bottom:solid 1px rgba(33, 33, 33, 0.15);
 }
 

.border-left-seesoin-1{
	border-left:solid 1px rgba(33, 33, 33, 0.15);
}
 

.session-1-lim small{
	font-size:15.5px;
	line-height:23.6px;
	margin-bottom:29px;
	display:block
}
.session-1-lim p{
	font-size:29.8px;
	line-height:36.2px;
	width:90%;
}
.session-1-lim .img-full img{
	border-radius:30px;
	padding:15px;
}
.item-session-lim-1{
	padding:16.5px 0 16.5px 15px;
  	cursor: pointer;
	transition: all 0.5s;
	border-top: solid 1px rgba(33, 33, 33, 0.15);
}


.item-session-lim-1:hover{
	padding:16.5px 0 16.5px 35px ;
	transition: all 0.5s;
	color:#A68A78;
}



.item-session-lim-1 img{
	display:block;
	margin-right:16px;
	width: auto;
	height:40px;
}
.item-session-lim-1 span{
	font-size:22.6px;
	line-height:27.5px;
}



/*video hero lim*/
.video-hero-lim{
	height:100vh;
	overflow:hidden;
}
.slogan-video-hero-lim{
	position: absolute;
	z-index:9;
	width:100%;
	font-size:23px;
	line-height:27.5px;
	left:0;
	text-transform: uppercase;
	font-weight:300;
	top:0;
	text-align:center;
	padding:17px 0;
	border-bottom: solid 1px #ffffff4d;
	color:#fff;
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
	background: rgba(33, 33, 33, 0.15);
}
.slogan-video-hero-lim span:before{
	display:block;
	width:8px;
	height:8px;
	border-radius:50px;
	content:"";
	background:#FE5000;
	margin-right:20px;

}
.video-hero-lim video{
	height:auto;
	width:110%;
}

.container-play-hero{
	height:100%;
	width:100%;
	position: absolute;
	z-index:1;
	top:0;
	left:0;
	z-index:1;
	justify-content:center;
}
.play-hero{
	width:136px;
	height:136px;
	color:#fff;
	border-radius:100%;
	border: solid 1px #ffffff40;
	display: inline-flex;
	cursor: pointer;
	-webkit-backdrop-filter: blur(15px);
	backdrop-filter: blur(15px);
	background: rgba(223, 255, 255, 0.2);
	font-size:15.35px;
	line-height:18.4px;
	justify-content:center;
	align-items:center;
	transition: all 0.5s;
	flex-direction: row;
}
.play-hero:hover{
	flex-direction: row-reverse;
	transition: all 0.5s;
	width:136px;
	height:136px;
}
.play-hero:after{
	width:6.54px;
	height:13.6px;
	content:"";
	background: url(images/play.svg) top center no-repeat;
	background-size:cover;
	display: inlie-block;
	margin: 0 5px;
}
 

/*manual*/
.session-manual-lim {
	background: #0032A0;
	background: linear-gradient(0deg, rgba(0, 50, 160, 1) 100%, rgba(13, 87, 250, 1) 100%);
}
.session-manual-lim-int {
	padding:180px 15%; 
}

.session-manual-lim .item-right{
	padding: 27px 30px 27px 49px;
	font-size:18px;
	line-height:20px;
	font-weight:600;
	border: solid 1px #E8E8E8;
	border-radius:14px;
	position: absolute;
	z-index:1;
	width:300px;
	-webkit-backdrop-filter: blur(15px);
	backdrop-filter: blur(15px);
	background: rgba(223, 255, 255);
	background: linear-gradient(100deg, rgba(255, 255, 255, 0.29) 0%, rgba(255, 255, 255, 0.64) 100%);
}
.session-manual-lim .item-left{
	font-size:18px;
	line-height:20px;
	font-weight:600;
	border: solid 1px #E8E8E8;
	border-radius:14px;
	position: absolute;
	z-index:1;
 	-webkit-backdrop-filter: blur(15px);
	backdrop-filter: blur(15px);
	background: rgba(223, 255, 255);
	background: linear-gradient(255deg, rgba(255, 255, 255, 0.29) 0%, rgba(255, 255, 255, 0.64) 100%);
	padding: 27px 49px  27px  30px;
	top: 59%;
	width: 280px;
}
 .session-manual-lim .item-left2{
	font-size:18px;
	line-height:20px;
	font-weight:600;
	border: solid 1px #E8E8E8;
	border-radius:14px;
	position: absolute;
	z-index:1;
 	-webkit-backdrop-filter: blur(15px);
	backdrop-filter: blur(15px);
	background: rgba(223, 255, 255);
	background: linear-gradient(255deg, rgba(255, 255, 255, 0.29) 0%, rgba(255, 255, 255, 0.64) 100%);
	padding: 27px 49px  27px  30px;
	top: 83%;
	width: 280px;
	left: 24%;
}
 

.session-manual-lim .item-right:nth-child(1){
	right: 27%;
    top: -18px;
}
.session-manual-lim .item-right:nth-child(2){
	right: 79px;
    top: 20%;
    width: 250px;
}
.session-manual-lim .item-right img{
	width:196px;
	height:auto;
	top: 27px;
	right: 88%;
	position: absolute; 
}
.session-manual-lim .item-left img, .session-manual-lim .item-left2 img{
	width:196px;
	height:auto;
	bottom: 27px;
	left: 88%;
	position: absolute; 
}

#imagem-box{
	transition: transform 0.2s ease-out;
    transform-style: preserve-3d;
    will-change: transform;
}

.container-slider-manual {
  overflow: hidden;       /* esconde o que sai da área */
  width: 100%;            /* largura visível */
  position: absolute;
  z-index:1;
top: 30px;
left:0;
}

.session-vitrine-lim .container-slider-manual {
top: 0px;
margin: 30px 0 80px 0;
}
.session-vitrine-lim  .container-slider-manual li {
  color:#0032A0;
}




.container-slider-manual ul {
  display: flex;          /* coloca os <li> lado a lado */
  list-style: none;
  padding: 0;
  margin: 0;
  animation: slide 20s linear infinite; /* animação contínua */
}

.container-slider-manual li {
  flex: 0 0 auto;         /* impede quebra */
  padding: 0 0;        /* espaçamento entre itens */
  color:#2294FF;
  font-size:20px;
  line-height:27.8px;
  display: inline-flex;
  align-items:center;
  padding: 0 20px;
  text-transform:uppercase;
  position: relative;
}
.container-slider-manual li:before {
  content:"*";
  font-size:30px;
  line-height:20px;
  color:#2294FF;
  left:-3px; 
  top:10px;
  position: absolute;
 }

/* animação */
@keyframes slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%); /* move metade da largura */
  }
}







.bg-center{
 	background: url(images/bg-center.png) top center no-repeat;
	background-size:100%;
  }

/*qualidade*/
 
 .session-topicos-qualdiade-lim{
	 padding-top:20px;
		
 }
 .item-qualiadde{
	 padding:40px;
	 border: solid 1px #FFF;
 }
 
 .item-qualiadde h4{
	 font-size:30.2px;
	 line-height:36.2px;
	 color:#212121;
	 font-weight:600;
 } 
 .item-qualiadde h4:before{
	width:40px;
	height:40px;
	border-radius:50px;
	color:#fff;
	display: flex;
	align-items:center;
	justify-content:center;
	font-size:19.5px;
	line-height:23.4px;
	background-color: var(--main-laranja);
	content: attr(data-number);
	margin-bottom:115px;
 }
 
 .btn-topicos-qualidade{
	display: flex;
	align-items:center;
	justify-content:center;
	color:#fff!important;
	text-transform:uppercase;
	transition: all 0.5s;
	background-color: var(--main-azul);
	padding:21px;
	font-size:19.7px;
	line-height:23.7px;
	position: relative
 } 
 .btn-topicos-qualidade:hover{
	transition: all 0.5s;
	background-color: var(--main-azul3);
 }

 .btn-topicos-qualidade:before{
	width:14px;
	height:14px;
	content:"";
	position: absolute;
	z-index:1;
	left:21px;
	background: url(images/seta-btn-qualidade.svg) center right no-repeat;
 	transition: all 0.5s;
 }
 .btn-topicos-qualidade:hover:before, .item-vitrine  .btn-topicos-qualidade:hover:before{
	background: url(images/seta-btn-qualidade.svg) center left no-repeat;
 	transition: all 0.5s;
 }
 .btn-topicos-qualidade:after{
	width:14px;
	height:14px;
	content:"";
	position: absolute;
	z-index:1;
	right:21px;
	background: url(images/seta-btn-qualidade.svg) center right no-repeat;
 	transition: all 0.5s;
 }
 .btn-topicos-qualidade:hover:after, .item-vitrine  .btn-topicos-qualidade:hover:after{
	background: url(images/seta-btn-qualidade.svg) center left no-repeat;
 	transition: all 0.5s;
 }
 

.session-recomendacoes-lim h2{
	font-size:70.2px;
	line-height:72.3px;
	text-transform: uppercase;
	margin:90px 0;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
}
#prev-slider-ercomendacoes{
	background:#fff!important; 
	display: flex!important; 
	align-items:center; 
	justify-content: center;
	width:50px; height:50px; 
	border: solid 1px rgba(33, 33, 33, 0.15); 
	border-right:0;
	border-top:0;
	left:auto!important; 
	right:50px!important;  
	bottom:-21px!important;  
	top:auto!important; 
 	color:#000!important;
	transition: all 0.5s;
}

#next-slider-ercomendacoes{
	width:50px; 
	height:50px; 
	border: solid 1px rgba(33, 33, 33, 0.15);
	border-right:0; 
	border-top:0; 
	right:0px!important;  
	bottom:-21px!important; 
	top:auto!important;  
 	color:#000!important;
	display: flex!important; 
	align-items:center; 
	justify-content: center;
	background:#fff!important; 
	transition: all 0.5s;
}
#slider-ercomendacoes-line{
	width:100%;
	position: absolute;
	left:0;
	bottom:0;
	height:1px;
	border-top: solid 1px rgba(33, 33, 33, 0.15);
	position: relative;
	bottom: -21px;
}

#prev-slider-ercomendacoes:hover img, #next-slider-ercomendacoes:hover img{
	 opacity:0.5;
	transition: all 0.5s;
 }


.session-vitrine-lim{
	padding: 40px 0 180px 0;
}

.session-vitrine-lim h2{
	font-size:70.2px;
	line-height:72.3px;
	text-transform: uppercase;
	margin:60px 0;
	border-bottom: solid 1px #DEDEDE;
	border-top: solid 1px #DEDEDE;
}
.session-vitrine-lim .container-slider-manual{
	border-bottom: solid 1px #DEDEDE;
	border-top: solid 1px #DEDEDE;
}

.item-vitrine{
	padding:30px;
	border-radius:7px;
	background-color:#F3F3F3;
}
.item-vitrine .tag{
	padding:7.5px;
	color:#fff;
	text-align:center;
	font-size:14px;
	line-height:15.6px;
	background-color: var(--main-laranja);
	display:block;
	margin-bottom:20px;
	text-transform: uppercase;
}
.item-vitrine h5{
	font-size:19.5px;
	line-height: 23.4px;
	color:#212121;
	margin-bottom:11px;
	 text-transform:uppercase;
}
.item-vitrine .resumo{
	font-size:13px;
	line-height: 20px;
	color:#212121;
	width:60%;
	display:block
 }

.item-vitrine  .btn-topicos-qualidade {
    padding: 17px;
    font-size: 15px;
    line-height: 23.7px;
	margin-top:28px;
 }
.item-vitrine  .btn-topicos-qualidade .por{
    margin: 0px 10px;
 }
.item-vitrine  .btn-topicos-qualidade .de{
   text-decoration: line-through;
   font-size:11.7px;
   line-height:15.3px;
 }



.img-item-vitrine{
	height:220px;
	margin: 15px 0 50px 0;
	transition: all 0.5s;
}
.item-vitrine:hover .img-item-vitrine{
	height:240px;
	margin: 5px 0 30px 0;
	transition: all 0.5s;
}


.repetidor{
	padding:0;
	list-style:none;
	display: inline-flex;
	flex-wrap: wrap;
	width:30%;
	margin:0;
}

.repetidor li{
	width:50%;
	height:200px;
}
.repetidor2 {
	width:30%;
}
.repetidor2 li{
	width:100%;
	height:400px;
}

.repetido3{
	width:15%!important;
}
.repetido3 li{
	width:100%!important;
	height:200px;
}




.session-footer-lim{
	padding:25px;
	background-color: #2357cab0;
	color:#fff;
}
.session-footer-lim .container-fluid{
 	 background-color: var(--main-azul);
 }

.nav-footer-lim{
	padding: 0 30px 0 50px
}

.nav-footer-item{
	font-size:13.7px;
	font-weight:400;
	line-height:20.6px;
	margin: 20px 0;
	display:block
}
.copy-lim{
 	font-size:11.7px;
	line-height:15.3px;
	 
}
.nav-footer-item{
	cursor:pointer;
}
.border-left-foot{
	border-left: solid 1px #ffffff52;
}
.border-top-foot{
	border-top: solid 1px #ffffff52;
}
.police{
	margin-right:20px;
	display: inline-block
}

.session-letter-lim {
	padding: 0 30px
}
.session-letter-lim h5{
	font-size:19.5px;
	line-height:24px;
	margin:38px 0 28px 0;
	width:70%
}
.session-letter-lim small{
	font-size:11.7px;
	line-height:15.3px;
	margin-bottom:28px;
	width:60%;
	display:block
}



.session-footer-lim  .es_form_wrapper{
	max-width: 100%!important;
}
.session-footer-lim  .es_form_wrapper form{
	background: none!important;
    padding: 0px!important;
    border-radius: 0px!important;
	display: flex;
    justify-content: space-between;
}
.session-footer-lim  form[data-form-id="4"] .es-subscribe-btn{
	border:none!important;
	border-radius:0px!important;
	font-size:0px!important;
	background:url(images/btn-letter.svg) center center no-repeat!important;
	background-size:cover!important;
	margin:7px 0px 0 -2px!important;
	height: 62px !important;

}
 

.dados-footer-lim-end{
	display:flex;
	justify-content: space-between;
}

.session-footer-lim  .es_form_wrapper .es-field-wrap:nth-child(1){
	width:100%!important;
	margin-bottom:0px!important
}
.session-footer-lim .es_form_wrapper .es-field-wrap:nth-child(1) label{
	margin-bottom:0px!important;
	margin: 16px 0 !important;
}
.session-footer-lim  #es_form_f4-n1 .ig_es_form_field_email{
	width:100%!important;
	outline:none!important;
	border-radius:0px!important;
	color:#fff;
	border:solid 1px #ffffff52!important;
	background:none!important;
	padding: 15px 25px!important;
	font-size:19.7px!important;
	
}
.session-footer-lim  #es_form_f4-n1 .ig_es_form_field_email:-ms-input-placeholder, 
.session-footer-lim  #es_form_f4-n1 .ig_es_form_field_email:-ms-input-placeholder, 
.session-footer-lim  #es_form_f4-n1 .ig_es_form_field_email:-ms-input-placeholder {  
   color: #EFEFEF!important;  
}

 

.session-footer-lim  .es_form_wrapper .es-field-label{
	width:100%!important;
	font-size:0px;
}


  
	.ic-menu{
			color:var(--main-green-light);
			font-size:25px;
		}
			 
			 
 @media (min-width:769px) and (max-width: 1024px){
	  
	 html{
			 overflow-x:hidden;
		 }
	 
 }

 
 
/*----- footer -----*/


#slider-footer .swiper-slide, #slider-footer .swiper-slide-duplicate{
	width:auto!important;
} 

.session-footer{
	padding:0 2% 20px 2%;
}
.session-footer .font-title-footer{
	font-size:17px;
	color:var(--main-blue-dark);
	margin-bottom:35px;
	display:block
}
.session-footer .font-big-footer{
	font-size:20px;
	color:var(--main-blue-dark);
}

.destaques-footer{
	font-size:90.72px;
	line-height:93px;
	font-weight:300;
 	flex-wrap:wrap;
	padding: 80px 0;
	overflow:hidden;
	justify-content:center;
	display:flex;
	position: relative;
	z-index:0;
	color:#FE5000
}
.destaques-footer span{
 	white-space: nowrap;
	text-transform:uppercase;
	display:inline-flex;
	align-items:center;
	
}
.destaques-footer span:before{
 	display:inline-block;
	content:"*";
	margin: 0 20px;
	width: auto;
    height: 49px;
}
.dados-footer-lim{
	margin: 11px 0;
	display:block;
	font-size:13.6px;
	line-height:20.6px;
}



.destaques-footer .button-auto{
 	margin: 0 20px 
}
.destaques-footer-hidden{
	overflow:hidden;
	justify-content:center;
}
.destaques-footer-hidden .destaques-footer-hidden-int{
	width:100%;
  }
.destaques-footer-titulo{
	font-size:280px;
	color: var(--main-blue);
	font-weight:700;
	letter-spacing:-5px;
	white-space: nowrap;
}
 



.credit{
	color: var(--main-blue-dark)!important;
}

.redes a{
	color: var(--main-blue-dark)!important;
	font-size:21px;
	margin: 0 7.5px;
	transition: all 0.5s;
}


.session-footer .redes a:hover{
color:var(--main-blue)!important;
	transition: all 0.5s;
}
 
.video-footer{
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	overflow:hidden;
	z-index:-1
}
.video-footer video{
	width:100%;
	height:auto;
 }
 
			@media screen and (min-width: 1720px) {
			  .container-fluid {
				max-width: 1280px !important;
				zoom: 3.2;
			  }
			  .header-lim-fix{
				  display:none
			  }
			  
		}
		
 
 
	@media screen and ( min-width: 768px ) and ( max-width: 1024px ) {
		.header-lim-fix .nav-click {
				padding: 15px 12px;
			}
		.nav-click {
 			padding: 15px 12px; 
		}


	}
 
@media screen and ( max-width: 768px ){
	
	.video-hero-lim video {
		height: auto;
		width: 100%;
	}
	
	.nav-footer-item {
		display: inline-block;
		width: 49%;
		margin: 10px 0;
	}
	.session-letter-lim h5,.session-letter-lim small{
		width: 100%;
	}


	 #slider-vitrine .swiper-slide{
		width:97%!important;
		padding-left:1%!important
	}
	.item-vitrine .btn-topicos-qualidade{
		font-size:14px;
	}
	
}

	@media screen and ( max-width: 1024px ){
		
		.session-manual-lim-int {
			padding: 130px 30px 80px 30px;
			margin-top: -10px;
		}
		.session-manual-lim .item-left, .session-manual-lim .item-left2, .session-manual-lim .item-right, .session-manual-lim .item-left2, .session-manual-lim .item-right:nth-child(2),  .session-manual-lim .item-right:nth-child(1) {
			top: auto;
			width: 90%;
			margin-bottom:26px;
			position: relative;
			left:10%;
			bottom:auto;
			right:auto;
			display: inline-flex;
			align-items:center;
			padding: 27px  30px  27px   49px
		}
			.session-manual-lim .item-left img,  .session-manual-lim .item-left2 img, .session-manual-lim .item-right img, .session-manual-lim .item-left2 img{
			width: 65px;
			height: auto;
			right: auto;
			left: -30px;
			position: absolute;
		}
		
		
		
		/*
			.session-manual-lim .item-right:nth-child(1) {
				right: -6%;
				top: -105px;
			}
			.session-manual-lim .item-right:nth-child(2) {
				right: -95px;
				top: 5%;
				width: 250px;
			}
			
			.session-manual-lim .item-left {
				top: 63%;
				left: -108px;
			}
		
		*/
		

		.max-video-home {
 			padding: 0 10px 0 0px;
		}
		.session-manual-lim {
			padding: 0px 0px;
		}
		
		
		
		
		
		
		
		#slider-ercomendacoes .swiper-slide {
			margin-left:-10px;
		}
		
		
			.video-footer video{
				width:auto;
				height:100%;
			 }
		
		
			html{
				overflow-x:hidden;
			}
			.nav-click-destaque, .header-lim-fix .nav-click-destaque {
				padding: 16px 23px;
			}
			.session-1-lim h2 {
				font-size: 32.2px;
				line-height: 48.3px;
				margin-bottom: 40px;
 				padding: 0 30px 0 10px;
			}
			.video-hero-lim {
				height: auto;
				overflow: auto;
			}
			
			.session-recomendacoes-lim h2 {
				font-size: 30.2px;
				line-height: 32.3px;
 				margin: 40px 0;
			}
			.session-vitrine-lim h2 {
				font-size: 30.2px;
				line-height: 32.3px;
 				margin: 40px 0;
			}
			.repetidor {
				width:100%!important;
			}
			.repetidor li{
				width:50%!important;
				height:200px;
			}
			.repetidor2 li{
				width:100%!important;
			}
			.flex-mobile-galeria{
				flex-wrap:wrap;
			}
			.bg-center{
				background: url(images/bg-center.png) top center no-repeat;
				background-size: 500%;
			  }
			.btn-topicos-qualidade {
				flex-wrap: wrap;
			}
			.btn-topicos-qualidade .de {
				display:none
			}
			.session-vitrine-lim {
				padding: 40px 0 40px 0;
			}
			.destaques-footer {
				font-size: 30.72px;
				line-height: 33px;
				font-weight: 400;
 				padding: 30px 0;
 			}
			
			.nav-footer-lim {
				padding: 30px 30px 0 20px;
			}
			.session-footer-lim {
				font-size: 13px;
			}
				
			.dados-footer-lim-end{
				justify-content: center;
				flex-wrap: wrap;
			}	
			.border-top-foot{
				justify-content: center;
				flex-wrap: wrap;
			}
			.border-top-foot span{
				width:100%;
				text-align:center
			}
		}	
  
		

	
		 
	 
 
	 
	 /*nav mobile*/
	 .content-nav-mobile{
		 position: fixed;
		 z-index:99999;
		 left:-100%;
		 top:0;
		 height:100vh;
		 color:#fff;
		 width:100%;
		 background: var(--main-blue);
		 transition: all 0.5s;
		 padding:15px 5px;
	 }
	 .content-nav-mobile .nav .menu-item {
 		padding: 0;
 		width: 100%;
	}
	.content-nav-mobile .nav .menu-item a, .content-nav-mobile .nav .menu-item a:nth-child(1)  {
		padding: 10px 0;
		font-size: 24px;
		width:100%;
		text-align: center;
		display: block;
	}	
	.content-nav-mobile .nav .menu-item a .button-auto-min{
		width:50%;
		display: inline-block;
	}
	
	
	
	.content-nav-mobile .nav .menu-item .button-blue-dark{
		margin-top:20px!important
	}
	.close-nav{
		width:40px;
		height:35px;
		background: url(images/ic-close-menu.png) no-repeat;
		display: inline-block;
		background-color:#000;
		margin-top:1px;
		background-size:cover;
 	}
	
 
 