@charset "utf-8";
@import "../font/font.css";/*importo css font*/
/* CSS Document */
/*scrollbar*/
/* CSS Document */

h1.caviar {
	font: 60px/68px  Arial, sans-serif;
	letter-spacing: 0;
}

p.caviaritalic {
	font: 18px/27px  Arial, sans-serif;
}
p.caviarbolditalic {
	font: 18px/27px  Arial, sans-serif;
}
p.caviar {
	font: 18px/27px  Arial, sans-serif;
}
p.caviarbold {
	font: 18px/27px  Arial, sans-serif;
}
h1.script {
	font: 60px/68px  Arial, sans-serif;
	letter-spacing: 0;
}
p.script {
	font: 18px/27px  Arial, sans-serif;
}

p.script span{
	font: 12px/12px  Arial, sans-serif;
}

.it{
	font-style:italic;
}

.link{
	color:#CFF;
	text-decoration:none;
}

.link:hover{
	color:#CFF;
	text-decoration:none;
}

.cont_pull{
	width:90px;
	background-color:rgba(0,0,0,0.7);
	height:55px;
	background-position:-214px 0px;
	padding-right:5px;
	margin-top:1px;
}

.cont_pull:hover{
	-moz-box-shadow:1px 1px 20px #fff;
    -webkit-box-shadow:1px 1px 20px #fff;
    box-shadow:-1px -1px 25px #fff;
	cursor:pointer;
	width:120px;
	background-position:0px 0px;
	background-repeat:no-repeat;
	-webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.pull_active{
	width:120px;
}

/*---------------------*/
.cont_flag{
	position:absolute;
	width:70px;
	height:85px;
	right:10px;
	top:15px;
	z-index:999999999999;
}
.flag_field{
	position:relative;
	margin-top:5%;
	width:100%;
	height:13px;
	cursor:pointer;
}

.flag_field span{
	float:left;
	color:#CCC;
	margin-left:-13px;
	font-size:10px;
	line-height:14px;
}

.flag_img{
	width:20px;
	height:13px;
	float:left;	
}
.flag_txt{
	width:31px;
	height:13px;
	margin-left:10px;
	float:left;
	color:#CCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:14px;
}
/*---------------------*/

/*pulsante BACK*/
.cont_back{
	position:absolute;
	bottom:40px;
	width:120px;
	background-color:rgba(0,0,0,0.7);
	height:20px;
	text-decoration:none;
	background-position:-214px 0px;
	padding-right:5px;
	margin-top:20px;
}

.cont_back:hover{
	-moz-box-shadow:1px 1px 20px #fff;
    -webkit-box-shadow:1px 1px 20px #fff;
    box-shadow:-1px -1px 25px #fff;
	cursor:pointer;
	width:120px;
	text-decoration:none;
	background-position:0px 0px;
	background-repeat:no-repeat;
	-webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.pull_back{
	text-align:right;
	text-decoration:none;
	padding-top:8px;
	color:#FFF;
	font: 12px/12px  Arial, sans-serif;
	font-size:12px;
	background-image:url(../img/back_arrow.png);
	background-repeat:no-repeat;
	background-position:500px 0px;
}

.pull_back:hover{
	text-align:right;
	text-decoration:none;
	padding-top:8px;
	padding-right:25px;
	color:#FFF;
	font: 12px/12px  Arial, sans-serif;
	font-size:12px;
	background-image:url(../img/back_arrow.png);
	background-repeat:no-repeat;
	background-position:right;
	-webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/*pulsante BACK*/

/*cont_pull sezione immaginette di background*/

.img1:hover{
	background-image:url(../img/img_menu/brand_.png);
}

.img2:hover{
	background-image:url(../img/img_menu/noi_.png);
}

.img3:hover{
	background-image:url(../img/img_menu/servizi_.png);
}

.img4:hover{
	background-image:url(../img/img_menu/you_.png);
}

.img5:hover{
	background-image:url(../img/img_menu/contact_.png);
}

.img6:hover{
	background-image:url(../img/img_menu/privacy_.png);
}

/*cont_pull sezione immaginette di background*/

.img1_:hover{
	background-image:url(../img/img_menu_studio_legale/brand_.png);
}

.img2_:hover{
	background-image:url(../img/img_menu_studio_legale/noi_.png);
}

.img3_:hover{
	background-image:url(../img/img_menu_studio_legale/servizi_.png);
}

.img4_:hover{
	background-image:url(../img/img_menu_studio_legale/you_.png);
}

.img5_:hover{
	background-image:url(../img/img_menu_studio_legale/contact_.png);
}

.img6_:hover{
	background-image:url(../img/img_menu_studio_legale/privacy_.png);
}

.pull{
	text-align:right;
}


.cont_sott{
	width:50%;
	float:left;
	height:auto;
	padding-top:5px;
	padding-bottom:4px;
	margin-top:15px;
}

.cont_sott:hover{
	background-color:rgba(0,0,0,0.5);
	/*-moz-box-shadow:1px 1px 10px #fff;
    -webkit-box-shadow:1px 1px 10px #fff;
    box-shadow:-1px -1px 10px #fff;*/
	cursor:pointer;
	-webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
/*off*/
.cont_sott_off{
	width:50%;
	float:left;
	height:auto;
	padding-top:5px;
	padding-bottom:4px;
	margin-top:15px;
}
/*off*/

.cont_active{
	background-color:rgba(0,0,0,0.5);
}

.cont_arabo{
	font-size:17px;
	line-height:22px;
	direction:rtl;
}

.title{
	font-size:16px;
	opacity:0.7;
	text-transform:uppercase;
	font-weight:bold;
}

.txt_privacy{
	font-size:11px;
	line-height:11px;
}

.title_arabo{
	font-size:20px;
	direction:rtl;
	opacity:0.7;
	text-transform:uppercase;
	font-weight:bold;
}

.pull_sott{
	color:#FC0;
	text-align:center;
	font: 12px/12px  Arial, sans-serif;
	font-size:14px;
	opacity:0.8;
	font-weight:bold;
}

.conteiner{
	position:absolute;
	width:550px;
	height:98%;
	background-color:rgba(0,0,0,0.5);
	right:10%;
	top:10px;
}

.img{
	text-align:center;	
}

.text_cont{
	width:100%-40px;
	background-color:rgba(0,0,0,0.5);
	margin-top:100px;
	height:auto;
	max-height:70%;
	overflow: auto;
}



.scrollbox {
overflow:auto;
}
 
.vertical-track {
	margin-right:2px;
width: 3px;
background-color:trasparent;
margin-top:100px;
}
 
.vertical-handle {
	margin-right:2px;
width: 3px;
background-color:#ccc;
}

.text{
	color:#FFF;
	padding:20px;
	font: 13px/13px  Arial, sans-serif;
	font-size:14px;
	text-align:justify;
	line-height:20px;
}

.contatti{
	color:#fff;
	font: 12px/12px  Arial, sans-serif;
	font-size:12px;
}

.contatti input{
	margin-top:10px;
	margin-right:5px;
	color:#FFF;
	font: 12px/12px  Arial, sans-serif;
}

.large{
	width:60%;
	background-color:rgba(34,34,34,0.9);
	border:hidden;
	/*opacity:0.5;*/
	color:#FFF;
}

.contatti textarea{
	margin-top:10px;
	width:60%;
	margin-right:5px;
	font: 12px/12px  Arial, sans-serif;
	font-size:13px;
	min-height:150px;
	background-color:rgba(34,34,34,0.9);
	border:hidden;
	/*opacity:0.5;*/
	color:#FFF;
}

.invio{
	background-color:rgba(34,34,34,0.9);
	border:hidden;
	color:#fff;
	width:45%;
	height:15px;
	cursor:pointer;
	margin-top:20px;
}

.invio_you{
	background-color:rgba(34,34,34,0.9);
	border:hidden;
	color:#fff;
	width:25%;
	height:15px;
	cursor:pointer;
	margin-top:20px;
}

.area_privata{
	width:100% -20px;
	height:auto;
	background-color:rgba(0,0,0,0.5);
	color:#FFF;
	text-align:center;
	margin-top:20px;
	border:solid 1px white;
	font-weight:bold;
	padding-left:10px;
	padding-right:10px;
	opacity:0.7;
}

body {

	background: url(../img/bg.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.bg_2{
	background-image:url(../img/slide/slide2.jpg);
}

.bg_3{
	background-image:url(../img/bg_3.jpg);
}

.header, body {
		margin: 0;
		border: 0;
		font: inherit;
		vertical-align: baseline;
		display: block; }
		
.header{
	width: 100%;
	position:fixed;
	z-index: 99999;
height: 1px;
}

.header{
		height: 95px;
		box-shadow: 0px 2px 5px rgba(0, 0, 0, .4);
	}
	
	#footertop{
	position:relative;
	background-color:rgba(0,0,0,0.5);
	width: 100%;
	height:100px;
}

#footer{
	position:fixed;
	bottom:0px;
	background-color:rgba(0,0,0,0.5);
	color:#fff;
	width: 100%;
	height:30px;
}

#footer p{
	text-align: left;
	padding-left:10%;
	color:#fff;
	font-size:14px;
	text-transform:uppercase;
	line-height:0px;
}

/*#logo{
	position:absolute;
	top: 10px;
	  float: left;
	  left: 10px;
	  height: 50px;
}*/
#logo{
	width:auto;
	height:100%;
	background-repeat:no-repeat;
	background-position:center center;
	margin: 0 auto;
	text-align:left;
	margin-left:20px;
	padding-top:8px;
}

.img_lightbox{
	opacity:1;
	border:solid 3px transparent;
}

.img_lightbox:hover{
	opacity:0.5;
	border:solid 3px #fff; 
	-webkit-transition: all 0.2s ease-out;
  	-moz-transition: all 0.2s ease-out;
  	-o-transition: all 0.2s ease-out;
  	-ms-transition: all 0.2s ease-out;
  	transition: all 0.2s ease-out;
	/*-moz-box-shadow:1px 1px 20px #fff;
    -webkit-box-shadow:1px 1px 20px #fff;
    box-shadow:-1px -1px 25px #fff;*/
}