

@charset 'UTF-8';


/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/

html
	{
		height: 100%;
		background-color:;	
	}
	
	body
	{
		margin: 0;
		padding: 0;
		background: ;
		text-align:center;
		height: 100%;
	}

	body
	{
		font-family: 'Cinzel', serif;
	/**	font-family: 'Cinzel Decorative', cursive;   */
		font-size: 11pt;
		font-weight: 300;
		
		color: ;
	}
	
header
{
	z-index: 1005;
    width: 100%;
    height: 4em;
    position: fixed;
    top: 0;
    left: 0;
    background-color:rgba(255,255,255,0.9);
    opacity:1;
}

.header2
{
	z-index: 1005;
    width: 100%;
    height: 4em;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(255,255,255,0.9);
    opacity:0;
}

.topSpace
{
	padding-top:3em;
}

.topPad
{
	padding-top:10vh;
}

.menu
{
	list-style-type: none;
    margin: 0;
    text-align: center;
    padding:0;
    font-weight:bold;
    font-size:1.1em;
    width:100%;
    height:;
    top: 0;
    left:0;
    z-index: 20;
    display:inline-block;
    opacity:1 !important;
    box-shadow:inset 0px 0px 0px 0px #000;
}

.menu ul
{
	display:inline-block;
}

.menu li
{
	display:inline-block;
	padding: 1.15em 1em;
	position:relative;
	text-shadow: 0px 0px 0px #000000;
}

.menu li a
{
	text-decoration: none;
    margin: 0;
    color:rgba(0, 0, 0,0);
}
	
#main
{
	height:100%;
}
	
.container
{
	max-width: 1200px;
    margin: 0 auto;
}


#logoImg
{
	height:100%;
}

#logoImg2
{
	height:100%;
	display:none;
	opacity:0;
}

#logo 
{
    height:4em;
    display: inline-block;
    z-index: 2500;
    cursor:pointer;
    padding-top: 15vh;
    top: 0;
    left: 1vw;
    width:4%;
    position:fixed;
}

#msg1
{
	display: block;
    z-index: 2500;
    width:100%;
    font-family: 'Great Vibes', cursive;
    color:#98c1a7;
    font-size:8vh ;
    opacity:1;
 /*   text-shadow: 0px 0px 1px #4d805e;*/
}

#msg2
{
	display: inline-block;
    z-index: 2500;
    width:100%;
    font-family: 'Great Vibes', cursive;
    font-size:10vh ;
    color:#98c1a7;
    position: fixed;
    top: 30vh;
    left: 0;
    opacity:0;
  /*  text-shadow: 0px 0px 1px #4d805e;*/
}

#logo2
{
    height:4em;
    left:1vw;
    position:fixed;
    display: inline-block;
    z-index: 25;
    cursor:pointer;
}


#boxLogo
{
	background-color:#ffffff;
	width: 100%;
	height:18vh;
	position:absolute;
	top: 0;
    left: 0;
	
}

#slideshow
{
	position: relative;
	width: 100%;
	height: 110vh;
	max-height:55vw;
	overflow: hidden;
	z-index: 1001;
	/*margin: 100px auto 0px;*/
	display:inline-block;
	box-shadow: 0px 0px 30px 1px #000;
}

#gallerySpacer
{
	display: block;
    height: 200px;
}

#slideshow2
{
	position: absolute;
	z-index:1001;
	top:0;
	left:0;
	width: 100%;
	height: 100vh;
	max-height:55vw;
	overflow: hidden;
	/*margin: 100px auto 0px;*/
	display:inline-block;
}

.slideshow2
{
	position: absolute;
	z-index:1001;
	top:0;
	left:0;
	width: 100%;
	max-height: 48.9vw;
	overflow: hidden;
	/*margin: 100px auto 0px;*/
	display:inline-block;
}

.RArrow
{
	z-index: 2;
    position: absolute;
    transform: rotate(-90deg);
    height: 6em;
    right: 0;
    top: 50vh;
    opacity:0;
    cursor: pointer;
}

.LArrow
{
	z-index: 2;
    position: absolute;
    transform: rotate(90deg);
    height: 6em;
    left: 0;
    top: 50vh;
    opacity:0;
    cursor: pointer;
}

.BArrow
{
	z-index: 2;
    position: absolute;
    transform: rotate(0deg);
    height: 6em;
    bottom: 3vw;
    opacity: 0;
    cursor: pointer;
    margin-left: -2.5em;
}

.tri
{
	display:inline-block;
	width:30%;
	
}

.duo
{
	display:inline-block;
	height: 25vw;
    width: 37.5vw;
	position: relative;
	
}

.duoW
{
	display: block;
    width: 48%;
    position: relative;
    margin-bottom: 5vw;
    float: left;
    padding: 0 0.5vw;
    text-align:center;
}

.triW
{
	display: block;
    width: 32%;
    position: relative;
    margin-bottom: 5vw;
    float: left;
    padding: 0 0.5vw;
    text-align:center;
}

.triW h3,.duoW h3
{
	color:#4d805e;
}

.triText
{
	display: inline-block;
    position: absolute;
    text-align: center;
    width:100%;
    font-family: 'Prata', serif;
    top: 20vw;
}

.triTextP
{
	position: relative;
	font-size: 1em;
    width: 95%;
    letter-spacing: 0px;
    display: inline-block;
    font-family: 'Prata', serif;
}

.imgText
{
	display: inline-block;
    position: absolute;
    text-align: center;
    width:100%;
    font-family: 'Cinzel Decorative', cursive;
    opacity:1;
    margin-left: -50%;
    padding-top: 7vw;
    top: 0%;
    height: 100%;
    background-color: rgba(255,255,255,0.5);
    opacity:0;
}

.fotoT
{
	height:100%;
	position: absolute;
    margin-left: -50%;
}

.top
{
	top: -10vw;
}

.top05
{
	top:-10vw;
}

.fotoF
{
		width: 100%;
		height: auto;
		position: absolute;
		
		left: 0px;
}

.fotoF2
{
		width: 100%;
		height: auto;
		top:0;
		left: 0px;
}

#backM
{
	display:block;
	width: 100%;
	height: auto;
	position: fixed;
	top: 0;
	z-index: 1000;
}

.socials
{
	display:inline-block;
	padding-left:0;
	font-size:1.6em;
	margin: 0.3em;
}

.socials li a
{
	color:#000000;
}

.socials li a i:hover {
    color: #000;
    transform:scale(1.4,1.4);
    
}

.socials li
{
	text-decoration:none;
	color:#000;
	display:inline-block;
}

footer
{
	padding-top: 6em;
}

#boxFootLogo
{
	width:5em;
}

#footLogo
{
	width:10em;
}

#footText
{
	display:inline-block;
	width:100%;
	background-color:#98c1a7;
	font-family:'Prata', serif;
}

#footText p a
{
	color:#000000;
}

#footText p a:hover
{
	color:#e6ffe6;
}

li a i
{
	padding:1vh;
}


input
	{
		width: 50%;
	    border: 1px solid #000;
	    padding: 0.5em;
	    margin: 1em;
	    font-family: 'Prata', serif;
	}
	
textarea
{
	border: 1px solid #000;
	padding: 0.5em;
	font-family: 'Prata', serif;
	width:95%;
	margin-top: 1em;
}

#fullScreen
{
	width: 100%;
	text-align: center;
	display:inline-block;
}

#fullScreenText
{
    margin: 0 auto;
	text-align: center;
	display:inline-block;
	max-width:1200px;
	padding:0 1.2em;
	padding-top:3em;
}

#fullScreenContact
{
    margin: 0 auto;
	text-align: center;
	display:inline-block;
	max-width:800px;
	padding:0 1.2em;
	padding-top:3em;
}

#terms
{
    margin: 0 auto;
    margin-top:5em;
	text-align: center;
	display:inline-block;
	max-width:800px;
	margin-top:2em;
	text-align:justify;
	font-family: 'Prata', serif;
	padding-left: 1em;
    padding-right: 1em;
}

#terms h1
{
	padding:1vh;
	padding-top:2vh;
	font-family: 'Cinzel', cursive;
	color:#4d805e;
	font-size:1.6em;
	text-align:center;
	margin-bottom:3em;
}

#terms h3
{
	color:#4d805e;
}

#fullScreen2
{
	width: 85%;
    text-align: center;
    margin: 0 auto;
    margin-top:10vh;
    display: inline-block;
    text-align: center;
    width: 100%;
    margin-bottom: 0;
}

#fullScreenText .textW h1
{
	padding:0.5em;
	padding-top:0.7em;
	font-family: 'Cinzel', cursive;
	color:#4d805e;
	font-size:1.2em;
	display: inline-block;
    text-align: center;
    width: 100%;
    margin-bottom: 0;
}

#fullScreen h1,#fullScreenTeam h1
{
	padding:1em;
	padding-top:0.55em;
	font-family: 'Cinzel', cursive;
	color:#4d805e;
	font-size:1.6em;
}

#fullScreen h2,#fullScreenTeam h2
{
	padding:1em;
	padding-top:0.55em;
	font-family: 'Cinzel', cursive;
	color:#4d805e;
	font-size:1.6em;
}

#fullScreenContact h1
{
	padding-top:0.55em;
	padding-bottom:0.55em;
	font-family: 'Cinzel', cursive;
	color:#4d805e;
	font-size:1.6em;
}

#imagesTit
{
	text-align: center;
	font-family: 'Great Vibes', cursive;
	width: 100%;
    text-align: left;
    font-family: 'Great Vibes', cursive;
    font-size: 2em;
}

#imagesTit h3
{
	text-align: left;
    padding: 1vh;
    border-bottom: 3px solid #98c1a7;
    padding-left: 6vw;
    width: max-content;
}

#imagesTit p
{
	text-align: right;
    border-bottom: 3px solid #98c1a7;
    width: 50%;
}

.test
{
	text-shadow:0px 0px 50px #000;
}
	
#fullScreen p,#fullScreenContact p
{
	font-size: 16px;
    max-width: 800px;
    letter-spacing: 1px;
    display: inline-block;
    font-family: 'Prata', serif;
    text-align: justify;
}

#fullScreenContact p
{
    display: block;
    margin: 2em 0;
}

#fullScreen p span
{
	font-size:1.5em;
	font-weight: bold;
}

.container2 h1
{
	padding-top:3%;
	font-size:2.5em;
	text-shadow:0px 0px 2px #fff;
}

.more
{
	text-decoration: none;
    width: 9em;
    display: inline-block;
    margin: 3em;
    padding: 10px;
    background-color: #4d805e;
    color:#fff;
    border:1px solid #4d805e;
    cursor:pointer;
    font-family: 'Prata', serif;
}

.moreButtonLeft
{
	text-align: center;
	text-decoration: none;
    width: 9em;
    display: inline-block;
    margin-left:0;
    margin-top: 3em;
    margin-bottom: 3em;
    background-color: #4d805e;
    color:#fff;
    border:1px solid #4d805e;
    cursor:pointer;
    font-family: 'Prata', serif;
}

.more:hover,.moreButtonLeft:hover
{
    background-color: #cfe2d7;
    color:#1d3025;
}

.button {
	text-align:center;
    width:8em;
   	background-color:#000;
    border:2px solid #000;
    display:inline-block;
    color:#fff;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    cursor:pointer;
    text-decoration:none;
    margin:2em;
    -moz-transition: color 0.5s ease-in-out, background-color 0.5s ease-in-out;
		-webkit-transition: color 0.5s ease-in-out, background-color 0.5s ease-in-out;
		-o-transition: color 0.5s ease-in-out, background-color 0.5s ease-in-out;
		-ms-transition: color 0.5s ease-in-out, background-color 0.5s ease-in-out;
		transition: color 0.5s ease-in-out, background-color 0.5s ease-in-out;
    
}

.buttonS {
    width:auto;
   	background-color:#000033;
    border:2px solid #000033;
    display:inline-block;
    color:#fff;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    cursor:pointer;
    font-size:1.2em;
    text-decoration:none;
    margin:1em;
    
}

.button:hover
{
	background-color: #fff;
	color: #000;
	border:2px solid #000;
	/*box-shadow:inset 3px 3px 3px 3px #fff;*/
	/*box-shadow: -10px -10px 5px #000058;*/
	box-shadow: 0px 0px 30px 1px #000;
	text-decoration: none;
	
}

#boxLogoC
{
	background-color:#c0c0c0;
	border-bottom: 1px solid #000022;
	padding:2vh;
}

#logoC
{
	width:60%;
}

h1 span
{
	color:#2c6dd6;
}

#boxStampa
{
	border: 1px solid #000022;
	display:inline-block;
	margin:10%;
	width:60%;
	margin-bottom: 2%;
}

#boxStampa #logo #logoImg
{
	width:90%;
}

#boxStampa h1
{
	font-size: 1.2em;
	width:80%;
	display:inline-block;
}

.mobile
{
	display:none;
}

#back
{
	z-index: 900000000000000000000000000;
}

#boxButton
{
	display:none;
}

#hiddenMenu
{
	display:none;
}

.fotoAb
{
	display: inline-block;
    width: 25%;
    max-width: 335px;
    margin-right: 0%;
    margin-left: 10%;
    float: left;
    margin-right:2%;
    margin-top: 2em;
    margin-bottom: 0.5em;
}

.fotoW
{
	width:100%;
}

.boxFotoW
{
	display: table-row;
    float: left;
    margin-top: 2em;
    max-width: 500px;
    margin-right:3em;
}

.boxFotoW h1
{
	padding:0.5em;
	padding-top:0.7em;
	font-family: 'Cinzel', cursive;
	color:#4d805e;
	font-size:1.2em;
	display: inline-block;
    text-align: center;
    width: 100%;
    margin-bottom: 0;
    display: none;
}

.textAb
{
	font-size: 16px;
    width: 53%;
    max-width: 715px;
    float:left;
    letter-spacing: 1px;
    display: inline-block;
    font-family: 'Prata', serif;
    margin-top: 2em;
    text-align:justify;
}

.textW
{
	font-size: 15px;
    max-width: 600px;
    font-family: 'Prata', serif;
    text-align:justify;
    display: table-cell;
}

#galleryWrapper
{
	width: 100%;
    display: inline-block;
}

#cboxTitle
{
	display:none !important;
}

#galleryList li 
{
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
}

#galleryBox
{
	width: 90%;
	max-width:1200px;
	padding-top:5vh;
	display:inline-block;
}

#galleryBox h1
{
	color:#4d805e;
	font-size:1.6em;
	padding-top: 2em;
}

.left
{
	max-width: 700px;
    display: inline-block;
    text-align: center;
    font-size: 1.2em;
}

.right
{
	max-width:400px;
	display:inline-block;
}

#googleMap
{
	display:block;
	width:100%;
    height: 55vh;
    margin-top:8em;
    border-top:1px solid #000;
    border-bottom:1px solid #000;
}

#checkbox
{
	font-family: 'Prata', serif;
	padding-left: 2em;
    text-align: justify;
}

#ctrlDatiPersonali
{
	margin:0;
	margin-top:2px;
	width:2em;
	float: left;
}

input[type="checkbox" i] 
{
    width: 1em;
    height: 1em;
}

input[type="text"] 
{
    width: 97%;
    margin-left: 0;
    padding: 0.5em 0;
    padding-left: 2%;
}


form
{
	margin-top: -1em;
	font-family: 'Prata', serif;
}

select
{
	font-family: 'Prata', serif;
	margin: 1em 0;
	max-width: 98%;
	padding: 0.4em;
}

#selTit
{
	margin-top: 3em;
}

.centered
{
	text-align: center;
}

.g-recaptcha
{
	display:inline-block;
}

.imgText h1
{
	color:#4d805e !important;
	text-shadow: 0px 0px 5px #ffffff;
}

#homeButton
{
	cursor: pointer;
}

#footMenu
{
	list-style-type: none;
    margin: 0;
    text-align: center;
    padding:0;
  	font-size: 0.9em;;
    width:100%;
    display:inline-block;
    background-color:#000;
    color:#fff;
}

#footMenu ul
{
	display:inline-block;
}

#footMenu li
{
	display:inline-block;
	padding: 2vh 1em;
}

#footMenu li a
{
	text-decoration: none;
	color: #fff;
    margin: 0;
}

.flex-images
{
	overflow:hidden;
}

.fotoTeam
{
	display: inline-block;
    width: 110px;
    margin-right: 0%;
    margin-left: 0%;
    float: left;
    margin-top: 2em;
    margin-bottom: 3em;
    border-radius: 50%;
    border: 3px solid #98c1a7;
}

.textTeam
{
	font-size: 16px;
    width: 80%;
    letter-spacing: 1px;
    display: inline-block;
    font-family: 'Prata', serif;
    margin-top: 5.5em;
    text-align: justify;
    float: left;
    margin-left: 4%;
}

#fullScreenTeam .textTeam h1
{
	padding:0;
}

#fullScreenTeam
	{
	    width: 80%;
	    text-align: center;
	    display: inline-block;
	}

#fullScreenTeam
	{
	    width: 80%;
	    text-align: center;
	    display: inline-block;
	}
	
#fullScreenTeam p
	{
	    font-size: 16px;
	    letter-spacing: 1px;
	    display: inline-block;
	    font-family: 'Prata', serif;
	    text-align: justify;
	    width: 100%;
	}
	
#fullScreenTeam p i
	{
	    font-size: 16px;
	    letter-spacing: 1px;
	    display: inline-block;
	    color:#70a985;
	}
	
#fullScreenTeam #teamH1
{
	text-align: left;
    padding: 0;
    position: relative;
    left: 5%;
    margin-left: 110px;
    top: 4em;
    width: 50%;
}

#team
{
	margin-top: -3em;
    margin-bottom: 3em;
}

#team #fullScreenTeam
{
	height:170px;
}

.closer
{
	position: relative;
    bottom: 4em;
}

.wLang
{
	text-decoration: none;
	font-family:'Cinzel', cursive;
	outline: none;
	color: #000;
	border:none;
	cursor: pointer;
	font-weight: bold;
    font-size: 1.1em;
	text-align:center;
	-webkit-appearance: none;
	-moz-appearance: none;
	padding: 0.5em;
    padding-bottom: 0.2em;
    display:inline-block;
}

.lingua
{
	display: none;
    position: fixed;
    top: 1.8em;
    right: 2em;
    cursor: pointer;
    z-index:10000000;
}

.lingua a:hover 
{
    color: #98c1a7;
}

.menu li a:hover 
{
    color: #98c1a7 !important;
}

.leftCont
{
	width:45%;
	display: inline-block;
	float: left;
}

.rightCont
{
	width:45%;
	display: inline-block;
	font-family: 'Prata', serif;
}

.leftAll
{
	text-align:left;
}

@media only screen and (max-width:1050px)		/*// MOBILE- //*/
	{
		.rightCont span
		{
			display:block;
			margin-top: 1em;
		}
		select
		{
			margin-top:0.5em;
			margin-bottom:1em;
			max-width: 90%;
		    margin-left: 0px;
		}
		.leftCont 
		{
			width: 100%;
		}
		.rightCont 
		{
			width: 100%;
		}
		#hiddenMenuSpacer
		{
			height:3em;
			background-color:#98c1a7;
		}
		.lingua
		{
			display: none;
		    position: fixed;
		    top: 5em;
		    left:0;
		    width: 100%;
		    background-color:#98c1a7;
		    height:3em;
		}
		.wLang
		{
			color:#ffffff;
			font-weight: normal;
			font-size: 1.4em;
    		padding: 0.3em 0.5em;
		}
		.closer
		{
		    bottom: 0em;
		}
		#fullScreenTeam #teamH1 
		{
		    position:static;
		    margin-left:0;
		    margin-bottom:0;
		    margin-top: 3em;
		    width:100%;
		    text-align:center;
		}
		#fullScreenTeam
		{
		    width: 85%;
		}
		.fotoTeam
		{
		    width: 7em;
		    float: none;
		    margin-top: 2em;
		    margin-bottom: 0;
		    margin-left:5em;
		    margin-right:5em;
		    border-radius: 50%;
		}
		.textTeam
		{
			width:100%;
		    float: none;
		    margin:0;
		    margin-top: 2em;
		}
		.flex-images .item 
		{
		    width: 300px;
		}
		.flex-images
		{
			width:100%;
		}
		.boxFotoW h1
		{
			display:inline-block;
		}
		#fullScreenText .textW h1
		{
			display:none;
		}
		.imgText h1
		{
			font-size:1em !important;
		}
		.duo
		{
			width: 48%;
		    height: 32vw;
		}
		#checkbox
		{
			width: 85%;
    		display: inline-block;
    		padding-left:0;
    		margin-bottom: 2em
		}
		textarea
		{
			width: 90%;
		}
		input[type="text"] 
		{
		    width: 90%;
		    margin-left: 0;
		    display: inline-block;
		    margin-right: 0;
		}
		#backM
		{
			width: 100%;
		}
		.RArrow
		{
		    height: 3em;
		    top: 27vw;
		}
		.LArrow
		{
		    height: 3em;
		    top: 27vw;
		}
		.BArrow
		{
		    display:none;
		}
		#logo2
		{
			height:4em;
		}
		#googleMap
		{
		    margin-top:5em;
		}	
		.left
		{
			width: 85%;
		    float: none;
		    margin-top: 2em;
		    text-align: left;
		    padding-left: 0;
		    font-size: 1.2em;
		}
		
		.right
		{
			width:85%;
			display:inline-block;
		}
		.boxFotoW
		{
			width:90%;
			margin-top: 0;
    		margin-bottom: 2em;
    		margin-right:0;
    		float:none;
    		display:inline-block;
		}
		.textW
		{
			width:90%;
			margin-top: 1em;
			display:inline-block;
		}
		#galleryList li 
		{
		    float: none;
		}
		
		#galleryBox
		{
			width:95%;
			padding-top:0;
		}
		.textAb 
		{
			float: none;
		    width: 85%;
		}
		.fotoAb 
		{
		    display: inline-block;
		    width: 50%;
		    margin-right: 0;
		    margin-left: 0;
		    float: none;
		    margin-top: 2em;
		    margin-bottom: 0;
		}
		#imagesTit
		{
	    	font-size: 1.6em;
		}
		#logo
		{
			height: 4em;
		    z-index: 2500;
		    top:0;
		    position: fixed;
		    opacity:1;
		    padding-top:4em;
		    display: inline-block;
		}
		
		.menu
		{
			display:none;
		}
		#fullScreen h1,#fullScreenTeam h1
		{
			font-size:1.2em;
		}
		#fullScreen2 
		{
		    width: 90%;
		    text-align: center;
		    /* margin: 0 auto; */
		    margin-top: 3em;
		    display: inline-block;
		}
		
		#msg1
		{
		    opacity:1;
		    font-size:2.5em;
		    padding-top: 15vw;
		    margin:0 auto;
		    max-width: 200px;
		    text-shadow: none;
		}
		
		#msg2
		{
			margin-top:4em;
			top:40vw;
			position:fixed;
			font-size:2.5em;
			text-shadow: none;
		}
		.mobile
		{
			display:block;
		}
		
		.menuM
		{
			margin-top: 2em;
			display:block;
			text-decoration: none;
    		padding: 0;
    		height:130%;
		}
		
		.menuM li
		{
			padding:1em;
		}
		
		.menuM li a
		{
			color:#98c1a7;
			text-decoration: none;
			font-size: 1.4em;
		}
		#hiddenMenu
		{
			width:100%;
			height:130%;
			text-align:center;
			display:block;
			position:fixed;
			top:4em;
			left: 100%;
			background-color:#000;
			z-index: 1000000;
			overflow: auto;
			padding-top:0;
		}
		
		header, .header2
		{
			opacity:1 !important;
			height:4em !important;
		}
		
		.header2
		{
			background-color:#ffffff;
		}
		
		#main
		{
			padding-top:4em;
		}
		
		#imagesTit p
		{
			width:auto;
			display: inline-block;
			text-align: left;
		    padding: 0.7em;
		}
		
		#slideshow
		{
			position: relative;
			width: 100%;
			max-height: 62.7vw;
			overflow: hidden;
			/*margin: 100px auto 0px;*/
			display:inline-block;
		}
		
		#slideshow2
		{
			display:inline-block;
			top:4em;
			max-height: 62.7vw;
			position:fixed;
			box-shadow: rgb(0, 0, 0) 0px 0px 30px 1px;
		}
		
		.slideshow2
		{
			display:inline-block;
			top:4em;
			max-height: 62.7vw;
			position:fixed;
		}
		.triW 
		{
		    display: inline-block;
		    width: 85%;
		    position: relative;
		    margin-bottom: 2em;
		    float: none;
		    padding: 0;
		    text-align: center;
		}
		
		.fotoF2
		{
			display:inline-block;
		}
		
		#boxButton
		{
		    width: 2.5em;
		    top: 1.1em;
		    right: 4vw;
		    position: fixed;
		    z-index: 2000;
		    display:block;
		    cursor: pointer;
		}
		
		#boxButton span
		{
			background-color:#000;
			height: 1px;
		    display: block;
		    margin-bottom: 0.8em;
		}
		
		#fullScreen p 
		{
		    width: 90%;
		    font-size: 14px;
		}
		
		.topSpace
		{
			padding-top: 2em !important;
		}
		
		.top
		{
			top:0 !important;
		}
		
		.top05
		{
			top:0 !important;
		}
		
		#boxLogo
		{
			display:none !important;
		}
		.imgText
		{
    		font-size: 0.8em;
		}
		
	}

@media only screen and (max-width:1050px)and (min-width: 600px)		/*// TABLET- //*/
{
	.imgText
		{
    		font-size: 1.5em;
		}
	#logo 
	{
    	

    }
	#msg1
	{
		font-size:4em;
		top: 3em;
		max-width: 500px;
	}
	#msg2
	{
		font-size:4em;
		top: 5em;
	}
}
