/* -------------------------------------------------------------- 
  
   Boilerplate Screen Styles
   * Version:   0.5 (2007-11-19)
   
-------------------------------------------------------------- */
/*
@import "lib/reset.css";
@import "lib/typography.css";
@import "lib/forms.css";*/
/* @import "lib/plugins.css"; */


/* Site
-------------------------------------------------------------- */

/* Google Web Fonts */

@import url(http://fonts.googleapis.com/css?family=Questrial);


/* Site main styles */

body { font-size: 68.8%; }

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

h1, h2, h3 { font-size: 1em; font-weight: normal; }
hr { border: 0; height: 0; border-top: 1px solid rgba(0, 0, 0, 0.1); border-bottom: 1px solid rgba(255, 255, 255, 0.3); }

.page-content { margin: 0 auto; width: 950px; white-space: auto;

 }

/* #main-nav { z-index:5; position: fixed; bottom:151px; left: 0; height:35px; width:100%; background:url('../img/black-ui.png') repeat-x; } */

#main-nav {
	
	background: #161616; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJjMmMyYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxNjE2MTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #2c2c2c 0%, #161616 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2c2c2c), color-stop(100%,#161616)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #2c2c2c 0%,#161616 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #2c2c2c 0%,#161616 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #2c2c2c 0%,#161616 100%); /* IE10+ */
	background: linear-gradient(to bottom, #2c2c2c 0%,#161616 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2c2c2c', endColorstr='#161616',GradientType=0); /* IE6-8 */

	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;

	border-top: 1px solid #4d4d4d;
	outline: 1px solid #0f0f0e;

	z-index: 5;
	position: fixed;
	bottom: 151px;
	left: 0;
	height: 39px;
	width: 100%;

}

#main-nav h1 { 
	font-family: 'Questrial', Helvetica, Arial, sans-serif;
	font-size: 1.95em;
	font-weight: 400;
	color: #FFF;
	text-transform: uppercase;
	letter-spacing: .2em;

	margin: 0;
	padding: 7px 0 0 0;

	text-shadow: -1px -1px 0 #0a0a0a;
	filter: dropshadow(color=#0a0a0a, offx=-1, offy=-1);

	float:left;
	}

#main-nav .th1 { 
	font-family: 'Questrial', Helvetica, Arial, sans-serif;
	font-size: 1.95em;
	font-weight: 400;
	color: #FFF;
	text-transform: uppercase;
	letter-spacing: .2em;

	margin: 0;
	padding: 7px 0 0 0;

	text-shadow: -1px -1px 0 #0a0a0a;
	filter: dropshadow(color=#0a0a0a, offx=-1, offy=-1);

	float:left;
	}	

#main-nav .th1 span{ 
color: #ff0000;
	}

	#main-nav h1 span{ 
color: #ff0000;
	}
#main-nav h1 a {
  display: inline-block;
  border: 1px solid #fff;
  text-decoration: none;
}

#main-nav .th1 a {
  display: inline-block;
  border: 1px solid #fff;
  text-decoration: none;
}
	

#main-nav h1 a:hover { text-decoration: none; }
#main-nav .th1 a:hover { text-decoration: none; }

#main-nav ul.section_list { 
	margin: 0; 
	padding: 11px 0 0 0; 
	list-style: none;
	}
#main-nav ul.section_list li { 
	margin: 0; 
	padding: 0 10px; 
	display: inline; 
	font-family: Helvetica, Arial, sans-serif; 
	font-weight: 400; 
	text-transform: uppercase;
	}
#main-nav ul.section_list li:first-child { margin-left: 20px; }
#main-nav ul.section_list li a { color: #FFF; text-decoration: none;  font-size: 1.4em;}
#main-nav ul.section_list li a:hover { color: #FFF; text-decoration: underline; }

ul#info-block { margin: 15px 0; }
ul#info-block li { margin: 0 0 10px 0; padding: 10px; display: inline; float: left; clear: both; color: #000; background-color: rgba(255,255,255,.7); }

ul#info-block li.bac{
	background-color: transparent;
	color: #fff;
}

ul#info-block li.bac{

background-color: rgba(255, 255, 255, 0.45);
}

ul#demo-block li a { color: #eee; font-weight: bold; }

#slidecounter { float: left; color: #000; margin: 0 10px 0 15px; }
#slidecaption { overflow: hidden; color: #000; }

#box {
	position: absolute;
	top: 0; /* 10% */
	right: 10%; /* 10% */
	width: 480px;
	min-height: 1080px;
	
	background: #ffffff;

	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	

	z-index: 5;
}

#box2 {
	position: absolute;
	top: 0; /* 10% */
	right: 10%; /* 10% */
	width: 800px;
	min-height: 1080px;
	


	z-index: 5;
}

#box2 .wrpbox>div:first-child{

	background: #ffffff;
	width:480px;
	display: block;
	position: relative;
	float: left;

	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	min-height: 1080px;

}

#box2 .wrpbox>div:last-child{


	width:320px;
	display: block;
	position: relative;
	float: right;

	min-height: 1080px;

}


#box2 .wrpbox>div:last-child a{

display: block;
position: relative;
margin: 20px 0 20px 20px;


}

#box2 .wrpbox>div:last-child a img{


	width:300px;


}

#box div.box-content, #box2 div.box-content {
	padding: 90px 30px 25px 30px;
}

#box div.box-content a , #box2 div.box-content a {
	color: #161616;
	text-decoration: underline;
}

#box >h2, #box2 >h2, #news-wrapper h2, #box >h1, #box2> h1, #news-wrapper h1 {
  background: none repeat scroll 0 0 #161616;
  color: #FFFFFF;
  display: block;
  font-size: 1em;
  font-weight: normal;
  height: 30px;
  line-height: 32px;
  margin-left: -120px;
  opacity: 0.9;
  padding: 0 15px;
  position: fixed;
  text-transform: uppercase;
  top: 80px;
  white-space: nowrap;
  width: 90px;
}

#box > h2, #news-wrapper h2, #box > h1, #news-wrapper h1 {
  background: none repeat scroll 0 0 #161616;
  color: #FFFFFF;
  display: block;
  font-size: 1em;
  font-weight: normal;
  height: 30px;
  line-height: 32px;
  opacity: 0.9;
  padding: 0 15px;
  position: fixed;
  text-transform: uppercase;
  top: 80px;
  white-space: nowrap;
  right: 10%;
  margin-right: 480px;
  width: auto;
}

.undh1{

  background: none repeat scroll 0 0 #161616;
  color: #FFFFFF;
  display: block;
  font-size: 1em;
  font-weight: normal;
  height: 30px;
  line-height: 32px;
  opacity: 0.9;
  padding: 0 15px;
  position: fixed;
  text-transform: uppercase;
  top: 120px;
  white-space: nowrap;
  right: 10%;
  margin-right: 480px;
  width: auto;
}

.undh1 a{


  color: #FFFFFF;

}


#box h1 span{

  display: block;

}


#box h1 span a{

color: #000;

}

#box .news img {
  width: 420px;
  height: auto;
}
.box-content{
	font-size: 14px;
}

.box-content p{
margin: 0 0 10px 0;
}

ul.tel {
  margin: 10px 0;
  padding: 0 0 0 20px;
}

ul.tel li{

font-size: 18px;

}

#edito {
  bottom: 154px;
  padding: 5px;
  position: fixed;
  right: 0;
  z-index: 999;
}

#box div.box-content h3, #box div.box-content h2, #box2 div.box-content h3, #box2 div.box-content h2,
dl#toggle-view dt.toggle { 
	font-weight: bold;
	text-transform: uppercase;
}



dl#toggle-view dt.toggle { background: white; margin: 2px 0; }
dl#toggle-view dt.toggle span { float: right; padding: 0 5px; font-weight: normal; color: red; }

dl#toggle-view dd.hidden { padding-bottom: 1em; }



#news-wrapper {
	position: absolute;

	top: 80px;
	right: 10%;
	width: 480px;
	z-index: 5;
}

#news-wrapper ul.news {
	margin: 0;
	padding: 0;
	list-style: none;
}

#news-wrapper ul.news li {
	background: #161616;
	
	padding: 12px 30px 8px 30px;

	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	
	color: #ffffff;
}

#news-wrapper ul.news li h3 { 
	font-weight: bold; 
	padding: 0; 
	margin: 0;
	}

#footer {
	position: fixed;
	bottom: 0;
	
}

#footer p{
display: inline-block;
z-index: 10;
	
}



/*

Main

*/

* { margin:0; padding:0; }
body { background:#111; height:100%; }
img { border:none; }

#supersized-loader { position:absolute; top:50%; left:50%; z-index:0; width:60px; height:60px; margin:-30px 0 0 -30px; text-indent:-999em; background:url(../img/progress.gif) no-repeat center center;}

#supersized {  display:block; position:fixed; left:0; top:0; overflow:hidden; z-index:-999; height:100%; width:100%; }
#supersized img { width:auto; height:auto; position:relative; display:none; outline:none; border:none; }
#supersized.speed img { -ms-interpolation-mode:nearest-neighbor; image-rendering: -moz-crisp-edges; }	/*Speed*/
#supersized.quality img { -ms-interpolation-mode:bicubic; image-rendering: optimizeQuality; }			/*Quality*/

#supersized li { display:block; list-style:none; z-index:-30; position:fixed; overflow:hidden; top:0; left:0; width:100%; height:100%; background:#111; }
#supersized a { width:100%; height:100%; display:block; }
#supersized li.prevslide { z-index:-20; }
#supersized li.activeslide { z-index:-10; }
#supersized li.image-loading { background:#111 url(../img/progress.gif) no-repeat center center; width:100%; height:100%; }
#supersized li.image-loading img{ visibility:hidden; }
#supersized li.prevslide img, #supersized li.activeslide img{ display:inline; }

/*

Shutter 1.2

*/

/* Control Bar
----------------------------*/
#controls-wrapper { margin:0 auto; height: 42px; width:100%; bottom:0px; left:0; z-index:4; position:fixed; }
#controls { overflow:hidden; height:100%; position:relative; text-align:left; z-index:5; }

#navigation { float:right; margin:0px 20px 0 0; }
#play-button { float:left; }
#tray-button { float:right; }
#play-button:hover { cursor:pointer; } /*  background-color: rgba(0,0,0, .3);  */
#tray-button:hover { cursor:pointer; }

#prevslide, #nextslide{ position:fixed; height:43px; width:43px; top:50%; opacity:1; }
#prevslide{ left:10px; background:url('../img/back.png'); }
#nextslide{ right:10px; background:url('../img/forward.png'); }
#prevslide:active, #nextslide:active{ }
#prevslide:hover, #nextslide:hover{ cursor:pointer; }


/* Progress Bar
----------------------------*/					
#progress-back{ z-index: 5; position: fixed; bottom: 150px; left: 0; height: 0; width: 100%; }
#progress-bar{ position: relative; height: 1px; width: 100%; background-color: rgba(256,256,256, 0.5); }


/* Thumbnail Navigation
----------------------------*/	
#nextthumb,#prevthumb { z-index:2; display:none; position:fixed; bottom:61px; height:75px; width:100px; overflow:hidden; background:#ddd; border:1px solid #fff; -webkit-box-shadow:0 0 5px #000; }
#nextthumb { right:12px; }
#prevthumb { left:12px; }
#nextthumb img, #prevthumb img { width:150px; height:auto;  }
#nextthumb:active, #prevthumb:active { bottom:59px; }
#nextthumb:hover, #prevthumb:hover { cursor:pointer; }


/* Thumbnail Tray
----------------------------*/			
#thumb-tray{ position:fixed; z-index:3; bottom:0; left:0; height:150px; width:100%; overflow:hidden; text-align:center; }

#thumb-back, #thumb-forward{ position:absolute; z-index:5; bottom:42px; height:108px; width:40px; }
#thumb-back{ left:0; background: url('../img/thumb-back.png') no-repeat center center;}
#thumb-forward{ right:0; background:url('../img/thumb-forward.png') no-repeat center center;}
#thumb-back:hover, #thumb-forward:hover{ cursor:pointer; background-color:rgba(256,256,256, 0.1); }

ul#thumb-list{ display:inline-block; list-style:none; position:relative; left:0px; padding:0 0px; }
ul#thumb-list li{ background:#111; list-style:none; display:inline; width:162px; height:108px; overflow:hidden; float:left; margin:0; }
ul#thumb-list li img { width:162px; height:108px; opacity:0.5; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; filter:alpha(opacity=60); -webkit-transition: all 100ms ease-in-out; -moz-transition: all 100ms ease-in-out; -o-transition: all 100ms ease-in-out; -ms-transition: all 100ms ease-in-out; transition: all 100ms ease-in-out; }
ul#thumb-list li.current-thumb img, ul#thumb-list li:hover img{ opacity:1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter:alpha(opacity=100); }
ul#thumb-list li:hover{ cursor:pointer; }


#main-nav .logozon{

	display: block;
	position: relative;
background: transparent url("../img/logobg.png") no-repeat scroll 50% 50%;
}

.venivedi {
  background-color: #000;
  color: #fff;
  font-size: 15px;
  left: 10%;
  padding: 5px;
  position: absolute;
  text-transform: uppercase;
  top: 80px;
  z-index: 5;
  letter-spacing: 5px;
}

.backing{
	display: none;

}

.gohome {
  display: block;
  float: left;
  line-height: 37px;
  margin-right: 25px;
}
.gohome a {
  color: #FFFFFF;
  font-family: Helvetica,Arial,sans-serif;
  font-size: 1.4em;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}

.bmore{
	font-size: 16px;
}