/*veneziani 2014 stylesheet*/
@import url('reset.css');
@font-face {
    font-family: 'theano_didotregular';
    src: url('theanodidot-regular-webfont.eot');
    src: url('theanodidot-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('theanodidot-regular-webfont.woff') format('woff'),
         url('theanodidot-regular-webfont.ttf') format('truetype'),
         url('theanodidot-regular-webfont.svg#theano_didotregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
/* ---------------------------------------------------------------------- */
/*	Reset
/* ---------------------------------------------------------------------- */
	
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { display: block; }

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

dt,dd { display: inline-block; }

a {
    margin:0;
    padding:0;
    font-size:100%;
	outline: none;
	text-decoration:none;
    background:transparent;
	vertical-align:baseline;
}

a:hover { 
	color: #5a5d60; 
	text-decoration: none;
}

.not-ie a {
	-webkit-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
			transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
}

ul li { list-style: none; }

img {
    border: 0;
	height: auto;
	/*max-width: 100%;*/
	-ms-interpolation-mode: bicubic;
}
.scroll-box img {
	max-width:100%;
}
.scroll-box .gr-box-full img {
	width:100%;
}
b { color: #5a5d60; }

::-moz-selection {
	background-color: #ff8b84;
	color: #fff;
}

::selection {
	background-color: #ff8b84;
	color: #fff;
}

.map img,
.google_map img {  max-width: none; }
body{
	background:#fff;
	color:#fff;
	font-family: 'Lato', Arial, sans-serif;
	font-size:12px;
	height:100%;
}
body#prehome {height:auto;padding-top:5%;}
a{
	color:#000;
	text-decoration:none;
}
.clr{
	clear:both;
}
html, body {
	height: 100%;
}
.container {
	width:100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -116px auto;
	z-index:100;
}
.container.prehome {
	height:80%;
	position:relative;
	top:20%;
	margin:0;
	padding:0;
}
.container-nofoot {
	width:100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
	z-index:100;	
}
footer {
    /*background: none repeat scroll 0 0 #000000;*/
    background-color:white;
    /*display: inline;
    float: left;*/
    height:80px;
    z-index:4;
    bottom:0;
}
footer#pre-home {
	width:100%;
	text-align:center;
	background:none;
	color:#929896;
	margin-top:80px;
}
footer#other {
    display: inline;
    float: left;
    width:100%;
    margin-top:50px;
}
.content {
	width:1000px;
	margin:0 auto;
}
h1{
	margin:10px 0 0px 20px;
	font-size:34px;
	color:#000;
	text-shadow:1px 1px 1px #fef7a9;
	text-transform:uppercase;
}
h1 span{
	font-size:18px;
	text-transform:none;
}
.more ul{
	text-transform:uppercase;
	font-size:13px;
	padding:50px 0px 30px 0px;
	height:30px;
	clear:both;
	width:1000px;
	margin:10px auto 0 auto;
	color:#000;
}
.more ul li{
	float:left;
	margin:0px 2px;
}
.more ul li.selected a,
.more ul li.selected a:hover{
	background:#000;
	color:#fff;
	text-shadow:none;
}
.more ul li a{
	text-shadow:1px 1px 1px #fff;
	color:#555;
	background:#f7f7f7;
	padding:3px 6px;
	-moz-box-shadow:1px 1px 2px #aaa;
	-webkit-box-shadow:1px 1px 2px #aaa;
	box-shadow:1px 1px 2px #aaa;
}
.more ul li a:hover{
	background:#000;
	color:#fff;
	text-shadow:none;
}
.content{
	width:100%;
	position:relative;
}
#choose_lang {
	width:160px;
	margin:20px auto;
	text-align:center;
	position:absolute;
	left:45.5%;
}
#choose_lang li {
	width:48%;
	float:left;
	display:inline;
}
#choose_lang li a:hover {
	color:#308D5E;
}
.generic {
background: transparent url("../img/contactbg.png") right bottom no-repeat;
/*-moz-background-size: cover;
-webkit-background-size: cover;
-o-background-size: cover;
background-size: cover;*/
}
.generic .contact {
	width:100%;
	height:610px;
    z-index:1;
}

#choose_lang ul {
	text-align:center;
}
#choose_lang ul li {
	float:left;
	display:inline;
}
#choose_lang ul li.last {
	float:right;
	display:inline;
}
#choose_lang ul li a {
	font-size:16px;
}
#choose_lang ul li a:hover {
	color:;
}
header{
	/*position:fixed;
	z-index:4;
	*/
	height:106px;
	width:100%;
	line-height:24px;
	background:#fff;
	top:0;
	opacity:0.9;

}
header ul {margin:40px 20px 0 0;}
header ul li {
	display:inline;
	margin-right:20px;
	display: block;
	float: left;
	margin-left: 80px;
	position: relative;
	}
header ul li a{
 	background: none repeat scroll 0 0 #FFFFFF;
	    color: #A7A7A7;
	    font-size: 18px;
	    opacity: 0.999;
	    text-decoration: none;
	    text-transform: uppercase;
}
nav #menu li div {
    left: 50%;
    margin-left: -100px;
    padding-top: 3px;
    position: absolute;
    text-align: center;
    top: 25px;
    width: 200px;
}
nav #menu li div a {
    font-size: 10px;
}
header a span{
	font-weight:bold;
}
header span.right_ab{
	position:absolute;
	right:4px;
}
header h1 {
	float:left;
	display:block;
	text-indent:-9999px;
	color:#000;
	background:transparent url("../images/jvm_logo.svg") top left;
	width:137px;
	height:82px;
}
.no-svg header h1 {
	background:transparent url("../images/logo.png") top left;
}
header nav {
	float:right;
	margin-top:45px;
	}
nav ul {
	float:right;
	display:inline;
}
/* Vertical Accordion Style */
.va-container{
	position:relative;
	margin:106px auto 0 auto;
	padding-top:106px;
	padding-top:0;
}
.va-wrapper{
	width:100%;
	height:100%;
	position:relative;
	overflow:hidden;
}
.va-slice{
	cursor:pointer;
	position:absolute;
	width:100%;
	left:0px;
	overflow:hidden;
}
.va-slice-1{
	background:#000 url(../images/1.jpg) no-repeat center center;
}
.va-slice-2{
	background:#000 url(../images/2.jpg) no-repeat center center;
}
.va-slice-3{
	background:#000 url(../images/3.jpg) no-repeat center center;
}
.va-slice-4{
	background:#000 url(../images/4.jpg) no-repeat center center;
}
.va-slice-5{
	background:#000 url(../images/5.jpg) no-repeat center center;
}
.va-slice-6{
	background:#000 url(../images/6.jpg) no-repeat center center;
}
.va-slice-7{
	background:#000 url(../images/7.jpg) no-repeat center center;
}
.va-slice-color-1{
	background-color:#97c5eb;
	background:transparent url("../images/pe15.jpg")top left no-repeat;
	background-size:100% auto;
	background-repeat:no-repeat;
}
.va-slice-color-2{
	background-color:#97c5eb;
	background:transparent url("../images/fascia2.jpg")top left no-repeat;
	background-size:100% auto;
	background-repeat:no-repeat;
}
.va-slice-color-3{
	background-color:#97c5eb;
	background:transparent url("../images/fascia3.jpg")top left no-repeat;
	background-size:100% auto;
	background-repeat:no-repeat;
}
.va-slice-color-4{
	background-color:#97c5eb;
	background:transparent url("../images/fascia4.jpg")top left no-repeat;
	background-size:100% auto;
	background-repeat:no-repeat;
}
.va-slice-color-5{
	background-color:#97c5eb;
	background:transparent url("../images/fascia5.jpg")top left no-repeat;
	background-size:100% auto;
	background-repeat:no-repeat;
}

.va-slice-color-6{
	background-color:#002c76;
}
.va-slice-color-7{
	background-color:#002144;
}
.va-title{
	font-family:"theano_didotregular";
	font-size:60px;
	text-align:center;
	color:#fff;
	text-shadow: 1px 1px 6px #333;
}
.va-slice h4.subtitle {
	text-shadow: 1px 1px 6px #333;
	font-size:18px;
	color:#fff;
	width:40%;
	margin:-100px auto 20px auto;/*con sottotitolo visibile*/
	margin:0 auto 20px auto;
	text-align:center;
}
.va-content{
	display:none;
	margin:0 auto;
	margin:-50px auto 0 auto;
	width:780px;
	height:380px;
	padding:3% 0 2% 7%;
}
#slide01 {
	background: transparent url("../img/back_slide01.jpg")top center no-repeat;
	background-size:auto;
}
#slide02 {
	background: transparent url("../img/back_slide02.jpg")top center no-repeat;
	background-size:auto;
}
#slide03 {
	background: transparent url("../img/back_slide03.jpg")top center no-repeat;
	background-size:auto;
}
.va-content h5 {
	color:black;
	font-size:26px;
	font-family:"theano_didotregular";
	width:41%;
	line-height:100%;
}
.va-slice p{
	line-height:200%;
	color:black;
	font-size:14px;
	font-weight:normal;
	width:41%;
	margin-top:2%;
}
.va-slice ul{
	margin-top:20px;
}
.va-slice ul li{
	float:left;
	margin:0px 2px;
}
.va-slice ul li a{
	color:#000;
	background:#eede2f;
	padding:3px 6px;
	font-size:14px;
	text-transform:uppercase;
}
.va-slice ul li a:hover{
	background:#000;
	color:#fff;
	text-shadow:none;
}
.va-nav span{
	width:40px;
	height:25px;
	background:transparent url(../images/prev.png) no-repeat center center;
	position:absolute;
	top:-35px;
	left:50%;
	margin-left:-20px;
	text-indent:-9000px;
	opacity:0.7;
	cursor:pointer;
	display:none;
	z-index:100;
}
.va-nav span.va-nav-next{
	background-image:url(../images/next.png);
	top:auto;
	bottom:-35px;
}
.va-nav span:hover{
	opacity:1.0;
}

h4.logofooter {
    background: url("../images/veneziani_small.png") no-repeat scroll center top rgba(0, 0, 0, 0);
    height: 35px;
    margin: 0px auto 0;
    text-indent: -9999px;
    width: 34px;
    display:none;
}
p.footertext {
    color: #C4C4C4;
    color:#000;
    font-family: 'Lato','Lucida Sans',Lucida,Arial,sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-align: center;
    margin-bottom:15px;
}

.ajax {
	/*margin-top:106px;*/
	max-width:100%;
}
#content {
	width:70%;
	margin:0 auto 50px auto;
}

.home footer, .generic footer {
	margin:0;
	padding-top:1px;
}
.generic #content {
	width:100%;
	margin:0;
}
.separator {
	width:218px;
	height:2px;
	background:#000;
	margin:40px auto 36px auto;
}
#texts {
	width:100%;
	float:left;
}
#texts h4 {
	font-family:"theano_didotregular";
	font-size:24px;
	color:#000;
	text-align:center;
	margin-bottom:10px;
}
#texts figure {
	width:30%;
	float:left;
	display:inline;
}
#texts figure.right {float:right;text-align:right;}
#texts figure img {
	width:80%;
}
#texts p {
	width:70%;
	float:left;
	display:inline;
	color:#000;
	font-size:14px;
	line-height:180%;
	margin-top:4%;	
}
.half_page {
	width:460px;
	float:left;
}

.half_page.first {
	margin-right:20px;
}

.selectors {
	text-align:center;
	margin:20px;
}
.selectors a {
	font-family: 'BebasNeueRegular', Sans;
	font-weight: normal;
	text-decoration:none;
	color:#313131;
	font-size:34px;
	margin:10px;
}
.selectors a.active,
.selectors a:hover {
	color:#dd5555;
}

a.image_rollover_bottom,
a.image_rollover_right,
a.image_rollover_top,
a.image_rollover_left
{
	margin:0;
 	display:block;
	position:relative;
	overflow:hidden;
}

a.image_rollover_bottom img,
a.image_rollover_right img,
a.image_rollover_top img,
a.image_rollover_left img {
	display:block;
}
.image_roll_zoom {
	display:inline-block;
	width:100%;
	height:100%;
	position:absolute;
	background:url(../images/zoomIn.png) no-repeat center center;
}
.image_roll_glass {
	display:none;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background:url('../images/glass.png') repeat;
}
#presscontainer {
	width:960px;
	margin:110px auto 0 auto;
	position:relative;
	z-index:3;
}
#footermenu {
	height:auto;
	margin:15px auto 10px auto;
	color:white;
	font-size:12px;
	text-transform:uppercase;
	text-align:center;
}
#footermenu ul {float:none;margin:0 auto;display:block;color:black;}
#footermenu ul li {
	display:inline;
	font-size:11px;
	text-transform:uppercase;
}
#footermenu ul li span.active {color:#C4C4C4;color:#308d5e;}
#footermenu ul li a {color:white;color:black;text-transform:uppercase;}
#footermenu ul li a:hover {text-decoration:underline;}

section#vcard {
	background: transparent url("../img/back_card.png") top left no-repeat;
	width:181px;
	height:181px;
	padding:40px 20px;
	position:relative;
	top:200px;
	left:20%;
	color:#000;
}
section#vcard h3 {
	font-size:24px;
	font-family:"theano_didotregular";
}
#colophon {
	width:100%;
	margin:0 auto 300px auto;
	color:#000;
}
#colophon h3 {
	font-family:"theano_didotregular";
	font-size:36px;
}
#colophon h4 {
	font-family:"theano_didotregular";
	font-size:18px;
	margin-top:10px;	
}
/* ------------------------ help --------------------------------- */


.help {
	width:960px;
	text-align:left;
	margin:0 auto;
}

.help p {
	margin:10px 0;
}

.help h2{
	margin:40px 0 20px 0;
	font-size:32px;
}

.help ol {
	padding-left:20px;
}

.big_image {
	margin-left:-120px
}
a#submit {
	background: none repeat scroll 0 0 #000000;
    color: #FFFFFF;
    cursor: pointer;
    float: left;
    font-size: 10px;
    margin-top: 14px;
    padding: 14px;
    text-transform: uppercase;
}
a#submit:hover {
	background:#308D5E;
}
/*Imposto menu di default*/
#sidr{ display: none; }
#simple-menu{ display: none; }
#controls-wrapper {
    bottom: 0;
    height: 52px;
    position: absolute;
    right: 10px;
    width: 40px;
    z-index:10;
}
ul#changelanguage {
	color:#a7a7a7;
	position:absolute;
	top:10px;
	right:32px;
}
header ul#changelanguage {margin:0;color:}
header ul#changelanguage li {float:left;display:inline;margin-left:10px;margin-right:0;}
header ul#changelanguage li a {font-size:11px;}
header ul#changelanguage li span.active {color:#308d5e;font-size:11px;}

/**COOKIE**/

#cookie {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	color: #000;
	z-index: 200;
	padding: 20px 16px;
}
#cookie p {
	width:70%;
}
#cookie p a:hover {
	color: #308d5e;
}

#cookie #btn-cookie {
	-webkit-appearance: none;
	-moz-appearance: none;
	position: absolute;
	top: 50%;
	right: 40px;
	background-color: transparent;
	color: #308d5e;
	line-height: 1;
	border: 0;
	cursor: pointer;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

/*Media Queries for Responsive Design*/

/*iPhone PORTRAIT mode*/
@media screen and (max-width: 481px) {
	body#prehome {padding-bottom:60px} 
    .ajax {margin:0;}
	header {height:90px;position:static;}
	header h1 {margin:0px auto;float:none;}
	/*
	header nav {float:none;margin:24px auto 0 auto;width:290px;}
	nav ul {float:right;}
	header ul li a {font-size:14px;}
    /*.sf-navbar li.first {margin-left:20px;}*/
    .sf-navbar li.first {margin-left:0px;}
	.va-container {margin:0;padding-top:0px;}
	p.footertext {width:80%;margin:0 auto;}
	h4.logofooter {margin-top:0;}
	footer {height:auto;padding-bottom:10px;z-index:8;}
	.va-title {font-size:28px;line-height:100%;}
	.va-slice h4.subtitle {color:#000;width:90%;}
	.va-content {width:292px;height:380px;}
	.va-content h5 {
		color:black;
		font-size:18px;
		font-family:"theano_didotregular";
		width:90%;
		margin:20px auto 0 auto;
		text-align:center;
		line-height:100%;
	}
	.va-slice p {
		line-height:140%;
		color:black;
		font-weight:normal;
		width:90%;
		text-align:center;
		margin-top:2%;
	}	
	#slide01 {
		background: transparent url("../img/back_slidehome_iphone.jpg")top center no-repeat;
		background-size:auto;
	}
	#presscontainer {
		width:100%;
		position:static;
		margin-top:0;
	}
	#colophon {margin-top:0;}
    #content-tray {z-index:-7;}
	/* == MENU SMARTPHONE == */

	#sidr-big{ display: none; }
	#sidr{ display: inline; }
	#simple-menu{ display: inline; }
	.generic .contact {height:452px;}
	section#vcard {top:20px;left:20px;}
	#choose_lang {
		position:static;
		left:0;
		margin:20px auto 0 auto;
	}
	#cookie p {
		width:70%;
	}

}
@media screen and (min-width:320px) and (max-width:567px) and (orientation: landscape){
    
	#sidr-big{ display: none; }
	#sidr{ display: inline; }
	#simple-menu{ display: inline; }
    #content-tray {z-index:-7;}
	#cookie p {
		width:70%;
	}
}
/*iPad LANDSCAPE mode*/
@media screen and (min-width:1023px) and (max-width:1024px) and (orientation: landscape) {
	@import url('reset.css');
	@font-face {
	    font-family: 'theano_didotregular';
	    src: url('theanodidot-regular-webfont.eot');
	    src: url('theanodidot-regular-webfont.eot?#iefix') format('embedded-opentype'),
	         url('theanodidot-regular-webfont.woff') format('woff'),
	         url('theanodidot-regular-webfont.ttf') format('truetype'),
	         url('theanodidot-regular-webfont.svg#theano_didotregular') format('svg');
	    font-weight: normal;
	    font-style: normal;}
	footer {
		border-top:none;
	}
	p.footertext {
		margin-bottom:15px;
	}
	.bold {
		font-size:18px;
		font-weight:bold;
		}
	.slidecaption_inv {
		font-size:13px;
	}
	.fsSlide img {
		position:relative;
		/*left:-200px;*/
	}
	#cookie p {
		width:70%;
	}
}