/* HTML5 Boilerplate  */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body { margin: 0; font-size: 1em; line-height: 1.4; }

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }

/* borio style */
@font-face {
    font-family: 'dinregular';
    src: url('http://www.ilveneziano.biz/fonts/din_regular-webfont.eot');
    src: url('http://www.ilveneziano.biz/fonts/din_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://www.ilveneziano.biz/fonts/din_regular-webfont.woff') format('woff'),
         url('http://www.ilveneziano.biz/fonts/din_regular-webfont.ttf') format('truetype'),
         url('http://www.ilveneziano.biz/fonts/din_regular-webfont.svg#dinregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'dinregular';
    src: url('http://www.ilveneziano.biz/fonts/din_bold-webfont.eot');
    src: url('http://www.ilveneziano.biz/fonts/din_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://www.ilveneziano.biz/fonts/din_bold-webfont.woff') format('woff'),
         url('http://www.ilveneziano.biz/fonts/din_bold-webfont.ttf') format('truetype'),
         url('http://www.ilveneziano.biz/fonts/din_bold-webfont.svg#dinregular') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'dinregular';
    src: url('http://www.ilveneziano.biz/fonts/din_regularitalic-webfont.eot');
    src: url('http://www.ilveneziano.biz/fonts/din_regularitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://www.ilveneziano.biz/fonts/din_regularitalic-webfont.woff') format('woff'),
         url('http://www.ilveneziano.biz/fonts/din_regularitalic-webfont.ttf') format('truetype'),
         url('http://www.ilveneziano.biz/fonts/din_regularitalic-webfont.svg#dinregular') format('svg');
    font-weight: normal;
    font-style: italic;
}
/* background with full screen classes */
body {font-family: 'dinregular', Arial, sans-serif; font-size: 12px; background-image: url( '../img/ui/null.html' ); background-repeat: repeat; background-color: #444}
#bgdiv { left: 0; top: 0; position:fixed; overflow:hidden; z-index: -9999 }
#bg { position:relative; display:none }      
input {font-family: 'dinregular', Arial, sans-serif; font-size: 12px; outline: none;}

#bg_grid
{
	left:0;
	top:0;
	width:100%;
	height:100%;
	position:absolute;
	z-index:0;
	background-image: url("../img/ui/bg_grid.gif");
	background-repeat: repeat;
}
a, a:visited, a:hover, a:active, a:focus
{
	text-decoration: none;
	outline: none;
	border: none;
	cursor: pointer;
	color: #000;
}
a:hover, .blbox a:hover, #mabout a:hover, #copyright a:hover, #mdown a:hover, #mcont a:hover
{
	color: #1f94d0;
}
.opac
{	zoom: 1;
 	filter: alpha(opacity=60);
 	opacity: 0.6;
}
.blbox
{
	width:auto;
	height: 50px;
	color: #fff;
	line-height:50px;
	overflow:hidden;
	white-space:nowrap;
}
.blbox a
{
	color: #fff;
	padding-left: 14px;
	text-decoration: none;
	outline: none;
	border: none;
	cursor:pointer;
}
#menuspacer
{
	height: 8px;
	width: 100%;
	position: absolute;
	left: 0;
    top: 0;
    background-color: #000;
    border-bottom: solid 1px #444;
	z-index: 10;
}
#menucontainer
{
	position:absolute;
	left: 0px; 
	top: 9px;
	width: 100%;
	height: 50px;
	background-color: #000;
	z-index: 10;
}
#logo
{
	position:absolute;
	left: 22px; 
	top: 0;
	z-index: 10;
}
#menu
{
	position:absolute;
	left: 310px; 
	top: 0;
	width:auto;
	z-index: 10;
}
#menuex
{
	position:absolute;
	right: 35px; 
	top: 0;
	width:auto;
	z-index: 10;
}
#menuadmin
{
	position:absolute;
	left: 35px; 
	bottom: 580px;
	width:959px;
	text-align:left;
	z-index: 2;
	background-color:#000;
	height:24px;
	line-height:24px;
}
#copyright
{
	position:absolute;
	right: 0; 
	top: 50px;
	width:160px;
	background-color: #000;
	color: #fff;
	padding:20px;
	display: none;
	z-index: 10;
}
#copyright a
{
	color: #fff;
	outline: none;
}
#mabout, #mdown, #mcont, #mcard
{
	position: absolute;
	left: 310px;
	top: 35px;
	width: auto;
	background-color: #000;
	color: #fff;
	padding: 15px;
	display: none;
	line-height: 24px;
	white-space: nowrap;
	z-index: 10;
	text-transform:uppercase;
}
#mabout a, #mdown a, #mcont a, #mcard a 
{
	color: #fff;
	outline: none;
}
#mdown
{
	left: 732px;
}
#mcont
{
	left: 815px;
}
#mcard
{
	left: 647px;
}
#menucontainer .sel, #menuadmin .sel
{
	text-decoration: underline;
}
.slidecontent
{
	position: absolute;
	top: 25px;
	left: 30px;
	width: 908px;
	height: auto;
}
#infobox, #expandbox, #adminbox
{
	position:absolute;
	left: 35px;
	bottom: 80px;
	width: 708px;
	height: 300px;
	background-image: url(  '../img/ui/op90.png' );
	color: #111;	
	line-height: 20px;
	padding: 0px;
	overflow: hidden;
}
#expandbox
{
	padding: 10px 20px 10px 20px;
	width: auto;
	height: 40px;
	bottom: 80px;
	display: none;
}
#adminbox
{
	height:501px;
	overflow:visible;
}
#tadmin
{
	position:absolute;
	bottom:56px;
	left:35px;
	background-color: #1f94d0;
	height:24px;
	width:auto;
	padding-left:20px;
	padding-right:20px;
	line-height:24px;
}
#infobox h3, #adminbox h3
{
	padding: 0;
	margin: 0;
	font-size:20px;
	padding-bottom:10px;
	text-transform:uppercase;
}
.stit
{
	font-weight:bold;
	text-transform:uppercase;
}
#close
{
	background-color: #000;
	width:20px;
	height:20px;
	line-height:20px;
	text-align:center;
	color: #fff;
	position:absolute;
	top:25px;
	right:20px;
	cursor:pointer;
}
#expand
{
	cursor:pointer;
}
.plus
{
	background-color: #000;
	width:20px;
	height:20px;
	line-height:20px;
	text-align:center;
	color: #fff;
	cursor:pointer;
	float:left;
}
#sgal
{
	position: absolute;
	right: 50px;
	top: 24px;
}
#galnav
{
	display:block;
}
#prevslide
{
	bottom: 50%;
	position: absolute;
	left: 30px;
}
#nextslide
{
	bottom: 50%;
	position: absolute;
	right: 30px;
}
.col
{
	width: 400px;
}
.colm
{
	width: 300px;
	padding-right: 20px
}
.cold
{
	width: auto;
	padding-right: 50px;
	font-weight: bold;
	line-height:30px	
}
.colc
{
	width: 180px;
	padding-right: 20px
}
.coll
{
	width: auto;
	padding-right: 70px
}
#scnt
{
	position:absolute;
	right:0;
	bottom: 0;
}
#pager
{
	position: absolute;
	top: 28px;
	right: 0px;
	font-size: 44px;
	font-family: Arial, sans-serif;
}
#pager a
{
	color: #aaa;
}
#pager a:hover
{
	color: #1f94d0;
}
.pagerp, .pagern
{
	border-style: none;
	border-width: 0px;
	position: absolute;
	top: 0;
	left: 0;
	text-decoration: none;
}
.pagern
{
	left: 30px !important;
}
#slidecaption
{
	position: absolute;
	bottom: 160px;
	right: 30px;
	background-image: url(    '../img/ui/op90d.png' );
	z-index: 10;
	z-index: 10;
	color: #fff;
	font-size: 18px;
	padding: 10px 0 10px 0;
}
.link
{
	font-size: 12px;
	font-weight: bold;
}
#spcontainer
{
	position: absolute;
	bottom: 80px;
	left: 35px;
}
.spbox
{
	float:left;
	background-color: #000;
	height: 50px;
	width:auto;
	line-height:50px;
	color:#fff;
	padding:0 40px 0 0;
	margin-right:3px;
	margin-top:3px;
	text-transform:uppercase;
	cursor:pointer;
	white-space:nowrap;
}
.spimgc
{
	width: 53px;
	height: 50px;
	overflow: hidden;
	float: left;
	margin-right: 20px;
    position: relative;
}
.spimgc img
{
	position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.photog
{
	position: absolute;
	color: #fff;
	right: 35px;
	bottom: 20px;
	z-index: 1;
	text-transform: uppercase;
	font-size: 11px;
}
#worksmenu
{
	position:relative;
	left: 0; 
	top: 59px;
	width:100%;
	text-align:left;
	background-color: #e2e2e2;
	height: 50px;
	color: #fff;
	line-height:50px;
	overflow:hidden;
	z-index:9;
}
#worksmenu img
{
	outline: none;
}
#floatcont
{
	position: relative;
	top: 0px;
	left: 0;
	width: 980px;
	height: auto;
	padding: 0;
	margin: 0px 0px 0px 0px;
	background-image: url(../img/ui/op90.png);
	overflow:hidden;
}
#fltcnt
{
	padding: 5px;
	position: relative;
	top: 48px;
	left: 20px;
	height: auto;
	width: 96%;
}
.wrkitem
{
	float:left;
	width:479px;
	padding:0;
	margin:0;
}
.wrkitem h4
{
	padding: 6px 0px 2px 0px;
	margin: 0;
	font-size: 16px;
	text-transform:uppercase;
}
.wrkitem h5
{
	padding: 0 0 10px 22px;
	margin: 0;
	font-size: 11px;
	font-weight: normal;
}
.wrkline
{
	 width:450px;
	 height:4px;
	 background-color: #000;
}
#fltcnt li
{
	float: left;
	width: 469px;
	border-width: 4px;
	border-color: #000;
	list-style-type: none;
	padding: 6px 0px 2px 0px;
	margin-right: 0;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	border-top-style: solid;
	background-image: url(../img/ui/op90.png);
	cursor: pointer;
	margin-right:5px;
	margin-bottom: 3px;
}
.lbtext
{
	color: #1f94d0;
	text-transform:none;
	font-size:12px;
	font-weight:normal;
	padding-left:14px;
}
#map_canvas
{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	overflow: hidden;
}
#map_canvas_box
{
	width: 755px;
	height: 488px;
	position: absolute;
	left: 35px;
	bottom: 80px;
	overflow: hidden;
	background-color: #000;
	visibility:hidden;
}
#map
{
	width: 100%;
	height: 100%;
}
#map_box
{
	width: 735px;
	height: 438px;
	position: absolute;
	left: 10px;
	top: 25px;
}
#cmap
{
	color: #fff;
	position: absolute;
	right: 15px;
	top: 5px;
	font-size: 10px;
}
#rwcnt
{
	padding: 5px;
	position: relative;
	top: 58px;
	left: 20px;
	height: auto;
	width: 96%;
}
.bxrow
{
	width: 188px;
	height: auto;
	float: left;
	padding-right: 5px;
}
.rlcnt
{
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
 	background-color: #000;
 	margin-right:5px;
}
.bxcnt
{
	width: 193px;
	height: auto;
	float: left;
	padding-bottom: 5px;
}
.bxcnt img
{
	width: 188px;
}
.bxinf
{
	width: 168px;
	height: 75px;
	background-color: #000;
	color: #fff;
	padding: 10px;
	white-space: nowrap;
	font-size:12px;
}
.bxmsg
{
	background-color: #1f94d0;
	color: #fff;
	position: absolute;
	bottom: 110px;
	right: 0px;
	width: auto;
	text-transform: uppercase;
	padding: 5px;
	text-align: right;
	margin-left: auto;
	font-weight:bold;
}
.hgl
{
	text-decoration: underline;
}
#fltsel, #fltsel a
{
	color: #000;
	font-weight:bold;
}
#ftlbar
{
	position:absolute;
	right:30px;
	top:0px;
	!top:14px;
	height:50px;
	vertical-align:middle;
}
#ftlbar input
{
	font-weight: bold;
	height: 20px;
	border: none 0px #fff;
	margin: 0;
	padding: 0 5px 0 5px;
	text-transform:uppercase;
	vertical-align:middle;
}
#loghi
{
	position:absolute;
	left: 520px; 
	top: 48px;
}
.ortit
{
	color:#1f94d0;
	text-transform:uppercase;
}
.bclogo
{
	position: absolute;
    top: 90px;
    right: 70px;
}
.bcdlogo
{
	position: absolute;
    bottom: 30px;
    right: 70px;
}
#cardback
{
	position: absolute;
    top: 24px;
    right: 60px;
    font-weight:bold;
}

/* Video box */
.videobox
{
	border-style: solid;
	border-width: 25px 8px 8px 8px;
	border-color: #000;
	position: absolute;
	bottom: 80px;
	left: 35px;
	width: 740px;
	height: 455px;
	background-color: #000;
	display: none;
	z-index: 10;
}

#vclose, .vclose
{
	position: absolute;
	top: -25px;
	right: 5px;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
}

/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:         top, left, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/* end borio style */

@media only screen and (min-width: 35em) {
  

}

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } 
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
