@charset "utf-8";
/* CSS Document */
html
{
	height: 100%;
}
body
{
	min-height: 100%;
}
body{
	background-color: #fff;
	color:#333;
	margin:0;
	padding:0;
	font-family: 'xSource Sans Pro', Arial, sans-serif;
	font-size: 12px;
	overflow-y: scroll;
	position: relative;
}
a{
	text-decoration:underline;
	color:#000;
}
a:hover
{
	text-decoration: underline;
}

h2
{
	font-size: 24px;
}

hr
{
	border:none;
	margin: 0;
	padding: 0;
	border-top: #000 solid 1px;
}



#ins-top,
#ins-bottom
{
	background-color: #000;
	color: #fff;
	text-align: center;
}
#ins-bottom
{
	position: absolute;
	left:0;
	right:0;
	bottom: 0;
}
#ins-middle
{
	padding-bottom: 100px;
}

.ins-hor-region
{
	text-align: center;
}
.ins-wraper
{
	text-align: left;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0 10px 0;
	position: relative;
}

.ins-col-wraper
{
	white-space: nowrap;
}
.ins-col
{
	white-space: normal;
	display: inline-block;
	padding: 10px;
	vertical-align: top;
}
.ins-left,
.ins-right
{
	width: 170px;
}
.ins-center
{
	width: 480px;
}

/*
	HEADER - menu - lang - search
*/
#ins-top a
{
	color: #fff;
	text-decoration: none;
	margin: 0 10px 0 10px;
}
#ins-top #ig-menu a:hover,
#ins-top a.selected
{
	border-bottom: #fff solid 1px;
}

#ig-menu
{
	display: inline-block;
}
#ig-menu ul
{
	margin: 0;
	padding: 0;
}
#ig-menu li
{
	display: inline-block;
	font-size: 14px;
	border-left: #fff solid 1px;
}
#ig-menu li:first-child
{
	border: none;
}
#ins-lang-search
{
	position: absolute;
	right: 0;
	bottom: 10px;
	width: 150px;
	text-align: right;
}
input#ig-search
{
	border: none;
	outline: none;
	margin: 0;
	padding: 3px 3px 3px 20px;
	background-image: url('img/icon-search.png');
	background-repeat: no-repeat;
	background-position: 5px 5px;
	float: right;
	width: 127px;
	text-align: left;
}
.ig-lang
{
	display: inline-block;
	margin-bottom: 5px;
}

.ins-uno-logo
{
	font-weight: bold;
	display: inline-block;
	text-transform: uppercase;
}

/*
	IG BACK LIST
*/
.ig-back-list
{
	list-style: none;
	margin: 0 0 0 0px;
	padding: 0;
}

/*
	IG SEARCH
*/
ul.ig-search
{
	list-style: none;
	margin: 0 0 0 0px;
	padding: 0;
}
ul.ig-search .ig-type
{
	margin: 10px;
	font-weight: bold;
}
ul.ig-search hr
{
	border-width: 2px;
	margin: 10px;
	width: 300px;
}

/*
	UNO FRONT
*/
#ins-uno-front
{
	padding: 75px;
	overflow-x: auto;
	white-space: nowrap;
}
.ins-uno-front-item
{
	display: inline-block;
	width: 50px;
	height: 400px;
	background-color: #000;
	position: relative;
	margin: 0 10px 0 10px;
	vertical-align: top;
	z-index: 100;
	text-align: left;
	white-space: normal;
	padding: 0;
}
.ins-uno-front-icon
{
	display: block;
	width: 50px;
	height: 400px;
	overflow: hidden;
	position: relative;
}
.ins-uno-front-icon img
{
	height: 100%;
}
.ins-uno-front-item:hover
{
	z-index: 101;
	background-color: #000;
}
.ins-uno-front-item:hover .ins-uno-front-icon
{
	width: 1000px;
}
.ins-uno-front-item-data
{
	position: absolute;
	left: 0;
	xbackground-color: #fff;
	background-image: url('img/trans_color/white_75.png');
	color: #000;
	white-space: nowrap;
	display: block;
	
}
.ins-uno-front-item:hover .ins-uno-front-item-data
{
	background: #000;
	color: #fff;
}
.ins-uno-front-item-data .ig-fld-title
{
	font-weight: bold;
	text-transform: uppercase;
	display: block;
}
.ig-fld-hover
{
	font-weight: bold;
	text-transform: uppercase;
	font-size: 24px;
	position: absolute;
	top: 5px;
	left: 5px;
	padding: 5px;
	color: #fff;
	background-image: url('img/trans_color/black_25.png');
	display: none;
}
.ins-uno-front-item:hover .ig-fld-hover 
{
	display: block;
}
.ins-uno-front-item-0
{	margin-top: 100px;}
.ins-uno-front-item-1
{	margin-top: 150px;}
.ins-uno-front-item-2
{	margin-top: 200px;}
.ins-uno-front-item-3
{	margin-top: 150px;}
.ins-uno-front-item-4
{	margin-top: 100px;}
.ins-uno-front-item-5
{	margin-top: 50px;}
.ins-uno-front-item-6
{	margin-top: 0;}
.ins-uno-front-item-7
{	margin-top: 50px;}

.ins-uno-front-item-0 .ins-uno-front-item-data,
.ins-uno-front-item-1 .ins-uno-front-item-data,
.ins-uno-front-item-6 .ins-uno-front-item-data,
.ins-uno-front-item-7 .ins-uno-front-item-data
{
	top: -40px;
}
.ins-uno-front-item-2 .ins-uno-front-item-data,
.ins-uno-front-item-3 .ins-uno-front-item-data,
.ins-uno-front-item-4 .ins-uno-front-item-data,
.ins-uno-front-item-5 .ins-uno-front-item-data
{
	bottom: -40px;
}

.ins-uno-front-year
{
	margin-top: 50px;
	position: relative;
	top: -80px;
}
.ins-uno-front-year-title
{
	font-size: 24px;
	display: block;
	margin-bottom: 75px;
	border-top: #aaa solid 1px;
}
.ins-uno-front-year-title:hover
{
	background-color: #000;
	color: #fff;
}

.ins-uno-artist-gall img
{
	height: 150px;
}

a.ins-uno-front-year-new
{
	display: inline-block;
	width: 44px;
	height: 220px;
	position: relative;
	margin: 100px 10px 0 10px;
	vertical-align: top;
	z-index: 100;
	text-align: center;
	white-space: normal;
	color: #000;
	text-decoration: none;
	font-size: 18px;
	padding: 180px 3px 0 3px;
	background-color: #f0f0f0;
}
a.ins-uno-front-year-new.selected,
a.ins-uno-front-year-new:hover
{
	color: #fff;
	background-color: #000;
}


/*
	UNO ARTIST
*/
#ins-uno-artist
{
	background-color: #f0f0f0;
	padding: 15px;
	margin: 70px 0 70px 0;
}
#ins-uno-artist h2
{
	margin: 0 0 5px 0;
	text-transform: uppercase;
	font-size: 50px;
}
#ins-uno-artist h3
{
	margin: 0 0 5px 0;
	font-size: 25px;
}
#ins-uno-artist hr.ins-separator
{
	width: 70px;
	border-top-width: 2px;
}

#ins-uno-artist .ins-left img
{
	width: 100%;
}
#ins-uno-artist .ins-date
{
	font-size: 20px;
}

.ins-press-list img
{
	display: none;
}
.ins-press-list:hover img
{
	display: block;
}

/*
	FOOTER
*/
#ins-bottom span
{
	display: inline-block;
	margin: 10px 10px 10px 50px;
	padding: 0;
	width: 400px;
}

#ins-front-logo
{
	border-bottom: #000 solid 1px;
	margin: 100px 0 50px 100px;
	background-image: url('img/logo.jpg');
	background-repeat: no-repeat;
	height: 110px;
}
#ins-front-uno-logo
{
	border-top: #aaa solid 1px;
	padding: 5px 0 0 100px;
	color: #aaa;
	display: inline-block;
}
#codeigniter_profiler
{
	position: fixed;
	z-index: 3000;
	top: 0;
	display: none;
}

#light-head
{
	background-image: url('img/trans_color/black_50.png');
	height: 64px;
	color: #fff;
	padding: 10px;
	position: relative;
}

