
@font-face {
  font-family: 'Sofia';
  src: url('./font/SofiaPro-Light.woff');
}

@font-face {
  font-family: 'SofiaMedium';
  src: url('./font/SofiaPro-Medium.woff');
}

/*
font-family: 'Sofia', sans-serif;
*/

html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-size:62.5%;
	scroll-behavior: smooth;
}

*{
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
}

/************************************************/
/* 				Testo							*/
/************************************************/
h1{
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px 0px 0px 0px;
	padding: 1.0rem 0rem 1.0rem 0rem;
	font-weight: 700;
	font-size: 3rem;
	line-height: 3.8rem;
}

h2{
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px 0px 0px 0px;
	padding: 1.0rem 0rem 0.8rem 0rem;
	font-weight: 700;
	font-size: 2rem;
	line-height: 2.8rem;
}

h3{
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0rem 0rem 0rem 0rem;
	font-size: 1.6rem;
	line-height: 2.4rem;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: left;	
	font-size: 1.6rem;
	line-height: 2rem;
	font-family: 'Sofia', sans-serif;
	color: #444444;
}

a{
	text-decoration: none;
	color: #444444;
}

a:hover{
	text-decoration: underline;
	color: #d36139;
}

.fa-input {
	font-family: FontAwesome !important;
}

.text-center{
	text-align: center;
}

.text-right{
	text-align: right;
}

/********************************************************/
/* 				Form generica							*/
/********************************************************/
form label{
	position: relative;
	width: 100%;
	padding: 0;
	font-weight: bold;
	padding-top: 0.4rem;
}

form input[type="text"], form input[type="password"], form textarea, form select{
	position: relative;
	width: 100%;
	border: 0.1rem solid #ccc;
	padding: 0.6rem 1%;
	border-radius: 0.4rem;
	margin: 0 0 1rem 0;
	font-size: 1.4rem;
}

form input[type="text"]:focus, form input[type="password"]:focus, form textarea:focus, form select:focus{
	border: 0.1rem solid #d36139;
	box-shadow: 0.1rem 0.1rem 0.4rem #c8c8c8;
}

form textarea{
	min-height: 10rem;
	font-family: 'KoHo', sans-serif;
	font-size: 1.2rem;
	color: #444444;
}

form select{
	color: #444444;
}

form input[type='radio'], input[type='checkbox'] {
	cursor: pointer;
	margin: 5px 0;
}

form input[type="submit"], form input[type="reset"]{
	position: relative;
	width: 99%;
	margin: 1rem 1%;
	padding: 1.4rem 2%;
	border: 0.1rem solid #d36139;
	background: #d36139;
	color: #ffffff;
	cursor: pointer;
	transition: background 0.4s, color 0.4s;
	font-family: 'KoHo', sans-serif;
	font-weight: 600;
	font-size: 1.4rem;
}

form input[type="submit"]:hover, form input[type="reset"]:hover{
	background: #d36139;
	color: #ffffff;
}

.errore{
	color: #cf3838;
}

span.errore{
	font-size: 1.1rem; 
	color: #cf3838;
}

/************************************************/
/* 				Box principali					*/
/************************************************/
#container{
	position:relative;
	min-height:100%;
	width: 100%;
	left: 0px;
}

#contenitore{
	position:relative;
	width: 100%;
}

.contenuto{
	position: relative;
	max-width: 140rem;
	width: 90%;
	margin: 0 auto;
}

.contenutoDx{
	position: relative;
	width: 55%;
	float: left;
	margin: 0 0 0 5%;
}

.contenutoSx{
	position: relative;
	width: 40%;
	float: left;
}

.contenutoSx img{
	width: 100%;
	display: block;
}

#titolo{
	position: relative;
	width: 100%;
	align: center;
	text-align: center;
	padding: 1.4rem 0;
}

#titolo h1{
	color: #d36139;
}

@media only screen and ( max-width: 767px){

	.contenutoDx, .contenutoSx{
		position: relative;
		width: 100%;
		float: none;
	}
	
}

/************************************************/
/* 				Animazione banner				*/
/************************************************/
#boxBannerHome{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 95vh;
	overflow: hidden;
}

#boxBannerIn{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 70vh;
	overflow: hidden;
}

#boxBannerFascia{
	position: relative;
	width: 100%;
	height: 3rem;
	background: #ffffff;
}

video#videoBackground { 
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    /*height: 100%;*/
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
	/*background: url(croccantini.jpg) no-repeat;*/
    background-size: cover; 
}

#velinaVideo{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 10;
	background: #000;
	opacity: 0.4;
}

#slideshow{
	opacity: 1;
}

#slides{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 100;
	overflow: hidden;
}

#testoSlides{
	position: absolute;
	top: 50%;
	width: 50%;
	left: 25%;
	text-align: right;
	z-index: 500;
	color: #ffffff;
	line-height: 2.4rem;
	text-align: center;
}

#titoloSlide{
	display: inline-block;
	text-align: left;
	/*background: rgba(0, 0, 0, 0.1);*/
	padding: 1.4rem 5%;
	text-align: center;
	/*text-shadow: 0.4rem 0.4rem 0.4rem #000000;*/
}

.nomeSlide{
	position: relative;
	font-weight: 400;
	font-size: 4.4rem;
	letter-spacing: 0.2rem;
	line-height: 4rem;
} 

.descrizioneSlide{
	position: relative;
	font-weight: 300;
	font-size: 1.8rem;
	padding-top: 0.6rem;
}

@media only screen and ( max-width: 767px){
	.nomeSlide{
		position: relative;
		font-weight: 400;
		font-size: 2.6rem;
		letter-spacing: 0.2rem;
		line-height: 3.2rem;
	} 

	.descrizioneSlide{
		position: relative;
		font-weight: 300;
		font-size: 1.2rem;
		padding-top: 0.6rem;
	}
	
	video#videoBackground { 
		width: auto;
		height: 100%;
	}
}

/************************************************/
/* 				Home page						*/
/************************************************/
/*
#footerHome{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 15vh;
	background: rgba(255, 255, 255, 0.6);
	z-index: 1000;
	padding: 2rem 0 0 0;
}

#footerHome img{
	height: 3rem;
	margin: 0 1rem 0 0;
}

#_homeStampa, #_homeLancio, #_homeChi{
	padding: 5rem 0;
}

#_homeStampa{
	background: #f8f8f8;
}

#_homeStampa .boxHome33{
	text-align: center;
}

#_homeLancio .contenuto, #_homeChi .boxHome50{
	display: flex;
	align-items: center;
	justify-content: center;
}

#_homeStampa h1, #_homeLancio h1, #_homeChi h1{
	text-align: center;
	font-size: 2rem;
}

.homeChiImg{
	position: relative;
	float: left;
	width: 30%;
}

.homeChiImg img{
	border: 0.1rem solid #ffffff;
	border-radius: 8rem;
	width: 100%;
	display:block;
}

.homeChiTxt{
	position: relative;
	text-align: center;
}

.homeChiTxt .nome{
	padding: 0;
	font-weight: 600;
	font-size: 2rem;
	text-align: center;
}

.introHome{
	position: relative;
	padding: 2rem 2%;
}

.nome{
	cursor: pointer;
}

.descrizione{
	display: none;
	padding: 2rem 0;
}

.descrizione img{
	height: 5rem;
	margin: 1rem 0 0 0;
}

.homeContatto{
	position: relative;
	float: left;
	width: 45%;
	padding: 2rem 2%;
	margin: 2rem 2.5%;
	text-align: center;
	flex:1;
}

.tastoContatto{
	position: relative;
	float: left;
	width: 45%;
	margin: 2rem 2.5%;
	background: #d36139;
	color: #ffffff;	
	text-align: center;
	padding: 1.6rem 0;
	cursor: pointer;

	text-align: center;
	flex:1;
}

.tastoContatto:hover{
	background: #d36139;
}
*/

.introHomeSezioni1{
	position: relative;
	width: 100%;
	background: #d9d9d9;
	padding: 4rem 0;
}

.introHomeSezioni2{
	position: relative;
	width: 100%;
}

.introHomeSezioni1 .testo, .introHomeSezioni2 .testo{
	position: relative;
	max-width: 80rem;
	width: 80%;
	margin: 10rem auto;
	padding: 8rem 0;
	text-align: center;
	font-size: 2rem;
	line-height: 2.6rem;
}

.teamHome{
	display: inline-block;
	padding: 0 5%;
	width: 30%;
	max-width: 40rem;
}

.teamHome img{
	width: 80%;
}

.boxHome33{
	position: relative;
	float: left;
	width: 33.3%;
	padding: 4rem 2% 0 2%;
}

.boxHome33 img{
	width: 8rem;
	margin-bottom: 2rem;
}

.boxHomeIntro{
	font-size: 1.2rem;
	padding-top: 1rem;
}

#_homeStampa .boxHome33{
	font-size: 1.8rem;
	font-weight: 500;
}

.boxHome50{
	position: relative;
	float: left;
	width: 50%;
	padding: 4rem 2% 0 2%; 
}

.boxHome33 h1, .boxHome50 h1{
	font-size: 1.4rem;
	text-align: left!important;
}

.homeVetrina50{
	position: relative;
	float: left;
	width: 46%;
	margin: 0;
}

.homeVetrina30{
	position: relative;
	float: left;
	width: 33.33%;
	margin: 0;
	padding: 0.8rem;
}

.homeVelinaVetrina{
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	z-index: 1000;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	font-size: 4rem;
	text-trasform: uppercase;
	font-family: 'Sofia', sans-serif;
	opacity: 0;
}

.homeVetrina50 img, .homeVetrina30 img{
	width: 100%;
	display: block;
}

#boxPresentazione{
	position: relative;
	width: 100%;
	background: #fff;
	padding: 5rem 0;
	text-align: center;
	font-size: 2.4rem;
	line-height: 2.8rem;
	color: #d36139;
}

.boxPresentazione{
	position: relative;
	float: left;
	width: 33.3%;
	padding: 2rem 0.5%;
	line-height: 2.4rem;
	color: #444444;
	font-size: 1.6rem;
	text-transform: uppercase;
}

.boxPresentazione h1{
	color: #d36139;
	font-size: 2.4rem;
	line-height: 2.8rem;
}

.boxPresentazione img{
	width: 100%;
	display: block;
	margin: 2rem 0;
}

@media only screen and ( max-width: 767px){

	.boxHome33, .boxHome50{
		float: none;
		width: 100%!important;
	}
	
	.teamHome{
		display: inline-block;
		width: 100%;
		padding: 2rem 0;
	}
	
	.boxPresentazione{
		position: relative;
		float: none;
		width: 90%;
		margin: 4rem 5%;
	}
	
}

/************************************************/
/* 				Logo							*/
/************************************************/
.tastoIntestazione{
	position: absolute;
	top: 5rem;
	left: 10%;
	border: 0.1rem solid #d36139;
	background: #d36139;
	padding: 1rem 2%;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	font-family: 'SofiaMedium', sans-serif;
	z-index: 1000;
	color: #ffffff;
}

.tastoIntestazione:hover{
	border: 0.1rem solid #d36139;
	background: #ffffff;
	color: #d36139;
}

#logo{
	position: absolute;
	width: 40%;
	top: 10%;
	left: 30%;
	z-index: 1000;
	text-align: center;
}

#logo img{
	height: 6rem;
}

@media (max-width: 767px){
	#logo{
		top: 15rem;
	}
}
/************************************************/
/* 				MenuText						*/
/************************************************/
#menuSfondo{
	position: fixed;
	top: 0;
	right: -40%;
	width: 30%;
	height: 100%;
	background: rgba(255, 255, 255, 0.3);
	z-index: 1500;
}

#menu{
	position: fixed;
	top: 5rem;
	right: 0;
	width: 15%;
	z-index: 2000;
}

#nav{
	opacity: 0;
}

#nav > a{
}

#nav li{
    position: relative;
}
 
/* primo livello*/
#nav > ul{
	position: relative;
	top: 0;
	right: 0;
	width: 80%;
	margin: 0 auto; 
	padding: 0;
	list-style-type: none;
	font-size: 1.8rem;
	font-weight: bold;
}

#nav > ul > li{
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px 0px 0px 0px; 
	text-align: left;
	transition: background 0.4s;
}

#nav > ul > li a{
	display: block;
	text-decoration: none;
	padding: 1rem 0% 1rem 10%;  
	color: #000000;
}

#nav > ul > li a:hover{
	text-decoration:none;
	color: #d36139;
}

#nav > ul > li.corrente a{
	color: #d36139;
}

#nav > ul > li.corrente ul li a{
	color: #000000;
}

/* secondo livello*/
#nav > ul > li ul{
	display: none;
	position: relative;
	top: 0%;
	left: 0%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: 1.4rem;
	font-family: 'Sofia', sans-serif;
	font-weight: normal;
}

#nav > ul > li:hover > ul{
    display: block;
}

#nav > ul ul > li{
	position: relative;
	width: 100%;
}

#nav > ul ul > li a{
	display: block;
	text-align: left;
	padding: 1rem 0% 1rem 15%; 
}

#nav > ul ul > li a:hover{
	text-decoration:none;
	color: #d36139 !important;
}

#nav > ul ul > li.corrente a{
	color: #000000;
}

#nav > ul ul > li.corrente{
}

/* terzo livello */
#nav > ul ul > li ul{
	display: none;
	position: absolute;
	top: 0%;
	left: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
	overflow: hidden;
	font-size: 1.4rem;
	font-family: 'Sofia', sans-serif;
	font-weight: normal;
}

#nav > ul ul > li:hover > ul{
    display: block;
}

#nav > ul ul ul > li a{
	display: block;
	text-align: left;
	padding: 1rem 2%; 
}

.tastoMenu{
	position: relative;
	top: 0;
	float: left;
	margin: 0rem 10%;
	border-radius: 0rem;
	padding: 0rem;
	color: #ffffff;
	line-height: 0;
	cursor: pointer;
}

.tastoMenu:hover{
}

.tastoMenu img{
	width: 4rem;
}

#_chiudiMenu{
	display: none;
}

#_apriMenu{
} 

#_apriMenu .hover{
	position: absolute;
	top: 0rem;
	left: 0rem;
	padding: 0rem;
	opacity: 0;
	z-index: 1000;
}

#_apriMenu .hover:hover{
	opacity: 1;
}

#_apriMenu .hover img{
	width: 4rem;
}

#_chiudiMenu .hover{
	position: absolute;
	top: 0rem;
	left: 0rem;
	padding: 0rem;
	opacity: 0;
	z-index: 1000;
}

#_chiudiMenu .hover:hover{
	opacity: 1;
}

#_chiudiMenu .hover img{
	width: 4rem;
}

@media (max-width: 767px){
	
	#menuSfondo{
		position: fixed;
		top: 0;
		right: -50%;
		width: 50%;
		height: 100%;
		background: rgba(255, 255, 255, 0.7);
		z-index: 1500;
	}
	
	#menu{
		width: 25%;
	}
	
	#nav > ul{
		position: absolute;
		top: 5rem;
		width: 160%;
	}
}

/************************************************/
/* 				corpo							*/
/************************************************/
.corpo{
	position: relative;
	width: 80%;
	padding: 2rem 0;
	margin: 0 auto;
}

.corpoSx{
	position: relative;
	float: left;
	width: 50%;
	padding: 2rem 0;
	margin: 0 auto;
}

.corpoSx h1{
	color: #222222;
	font-size: 2.4rem;
	line-height: 3.2rem;
	padding: 2rem 0%;
}

.corpoSx h2{
	color: #444444;
	font-size: 1.8rem;
	line-height: 2.4rem;
	padding: 0rem 0%;
}

.corpoDx, .corpoDxContatti{
	position: relative;
	float: left;
	width: 50%;
	padding: 2rem 0;
	margin: 0 auto;
}

.corpoDxContatti img{
	width: 100%;
}

.corpoBox{
	position: relative;
	float: left;
	width: 23%;
	margin: 2rem 1%;
}

.corpoBoxTitolo{
	position: relative;
	width: 100%;
	border-bottom: 0.1rem solid #000000;
	padding: 0 0 0.4rem 0;
	margin: 0 0 1rem 0;
	font-size: 1.2rem;
	color: #666666;
}

#menuPagineInterne{
	position: relative;
	width: 100%;
	left: 0%;
	top: 0%;
	margin: 4rem 0 0 0;
}

#menuPagineInterne ul{
	position: relative;
	top: 0;
	right: 0;
	margin: 0; 
	padding: 0;
	list-style-type: none;
	z-index: 100;
	text-align: center;
}

#menuPagineInterne li{
	display: inline-block;
	/*border: 0.1rem solid #444444;*/
	padding: 1rem 0;
	text-align: center;
	width: 20%;
	text-transform: uppercase;
	cursor: pointer;
	font-family: 'SofiaMedium', sans-serif; 
	margin: 0 2rem;
}

#menuPagineInterne li a{	
	display: block;
	text-decoration: none;
	padding: 0.4rem 2%;
	color: #000000;
}

#menuPagineInterne li a:hover{
	color: #d36139;
}

#menuPagineInterne ul li ul{
	display: none;
}

.tasti{
	position: relative;
	width: 100%;
	text-align: center;
	padding: 4rem 0;
}

.introHomeSezioni2 .testo .tasti{
	padding: 2rem 0 0 0;
}

.tasto{
	display: inline-block;
	border: 0.1rem solid #444444;
	padding: 1rem 0;
	text-align: center;
	width: 20%;
	text-transform: uppercase;
	cursor: pointer;
	font-family: 'SofiaMedium', sans-serif;
}

.tasto:hover{
	border: 0.1rem solid #d36139;
	background: #d36139;
	color: #ffffff;
}

.tastoArancio{
	border: 0.1rem solid #d36139;
	background: #d36139;
	color: #ffffff;
}

.tastoArancio:hover{
	border: 0.1rem solid #d36139;
	background: #ffffff;
	color: #d36139;
}

.tastoBianco{
	border: 0.1rem solid #ffffff;
	color: #ffffff;
}

.tastoBianco:hover{
	border: 0.1rem solid #ffffff;
	background: #ffffff;
	color: #d36139;
}

@media (max-width: 767px){
	.corpoSx, .corpoDx, .corpoDxContatti{
		float: none;
		width: 100%;
		padding: 1rem 0;
		border: 0;
	}
	
	.tasto{
		width: 40%;
	}
}

/************************************************/
/* 				pagine composte					*/
/************************************************/
#pagineComposte{
	position: relative;
	width: 100%;
	padding: 2.5rem 0;
}

.pagineComposteFoto{
	position: relative;
	top: 0;
	width: 100%;
	height: 70vh;
}

.pagineComposteTesto{
	position: relative;
	width: 100%;
	padding: 2rem 5%;
}

@media (max-width: 767px){

}

/************************************************/
/* 				box fine						*/
/************************************************/
#fine{
	position:absolute;
	padding: 0rem;
	left: 0px;
	bottom: 0px; 
	width: 100%;
	text-align: left;
	z-index: 30;
	background: #d9d9d9;
}

#fine a{
	color: #444444;
	text-decoration: none;
	font-weight: 700;
	font-size: 2rem;
}

#fine a:hover{
	color: #d36139;
	text-decoration: none;
}

.fineIntestazione{
	position: relative;
	margin: 2rem 1.5%;
	font-size: 1.1rem;
	text-align: center;
}

.boxFine{
	position: relative;
	float: left;
	width: 30%;
	margin: 4rem 1.5%;
	line-height: 2.6rem;
	text-align: center;
}

.boxFine img{
	height: 4rem;
	margin: 0 2rem 0 0;
	opacity: 0.7;
}

.boxFine i{
	font-size: 3rem;
	margin: 0 1%;
}

.boxFinePartner{
	position: relative;
	width: 100%;
	padding: 5rem 1%;
	line-height: 3rem;
	text-align: center;
	padding: 5rem 0;
	font-size: 2.6rem;
	color: #d36139;
	background: #ffffff;
}

.boxLoghiPartner{
	display: inline-block;
}

.boxLoghiPartner img{
	height: 8rem;
	margin: 2rem;
}

.boxFine ul{
	position: relative;
	top: 0;
	right: 0;
	margin: 0; 
	padding: 0;
	list-style-type: none;
	z-index: 100;
	font-family: 'KoHo', sans-serif;
}

.boxFine li{
	position: relative;
	width: 100%;
	top: 0px;
	left: 0px;
	font-size: 1.6rem;
    font-weight: bold;
}

.boxFine li a, .boxFine li a:hover{	
	display: block;
	text-decoration: none;
	padding: 0.4rem 2%; 
	color: #beigeChiaro;
}

.fineLeft{
	text-align: left;
}

.fineRight{
	text-align: right;
}

@media (max-width: 767px) {

	.boxFine, .boxFineSx{
		float: none;
		width: 100%;
		margin: 3rem 0;
		text-align: center;
	}
	
	.fineLeft, .fineRight{
		text-align: center;
	}
}

/************************************************/
/* 				Foto							*/
/************************************************/
#galleria{
	position: relative;
	width: 100%;
	margin: 2rem 0;
}

.foto{
	position: relative;
	float: left;
	width: 20%;
	margin: 0 0%;
}

.foto img{
	width: 100%;
	display: block;
}

.fotoImg{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0.6;
	z-index: 100;
}

.fotoImg img{
	width: 100%;
	display: block;
}

.fotoTesto{
	position: absolute;
	width: 100%;
	height: 55%;
	top: 45%;
	left: 0;
	z-index: 101;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 2.2rem;
	opacity: 0;
	padding: 0 2% 0 2%;
	text-shadow: 0.4rem 0.4rem 0.4rem #000000;
}

@media (max-width: 767px) {
	.foto{
		position: relative;
		float: left;
		width: 50%;
		margin: 0;
	}
}

/************************************************/
/* 				Pagine composte					*/
/************************************************/
.foto30, .foto50, .foto100{
	position: relative;
	float: left;
	margin: 4rem 0% 2rem 0%;
	overflow: hidden;
}

.foto30 img, .foto50 img, .foto100 img{
	width: 100%;
	display: block;
}

.foto30{
	width: 33.3%;
}

.foto50{
	width: 50%;
}

.foto100{
	width: 100%;
}

.fotoFasciaVelina{
	position: absolute;
	width: 100%;
	height: 100;
	z-index: 100;
	opacity: 0;
	padding: 20% 5%;
	color: #ffffff;
	font-size: 3rem;
	text-shadow: 0.4rem 0.4rem 0.4rem #000000;
}

/************************************************/
/* 				Media Video						*/
/************************************************/
.video{
	position: relative;
	height: 0;
	overflow: hidden;
	padding-bottom: 55.5%;
}

.video iframe,
.video object,
.video embed {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

/************************************************/
/* 				Utilità							*/
/************************************************/
.vuoto {
	clear:both;
}

.visible-mob{
	display: none;
}

@media (max-width: 767px) {
	.visible-mob{
		display: block;
	}
	
	.hidden-mob{
		display: none;
	}
}