* {
    padding: 0;
    margin: 0;
    font-size: 12px;
    list-style-type: none;
    font-family: Century Gothic, Futura, arial, verdana, sans-serif;
    text-decoration: none;
    outline: none;
    border: 0;
    letter-spacing: 0.3px;
    color: #8c8c8c;
}
a {
    color: #fff;
}
a:hover {
    color: #c2cb5d;
}
a.selected {
    color: #c2cb5d;
    font-weight: bold;
}
h3 ,
h3 a,
h3 span {
    font-size: 26px;
}
h3 span {
    font-weight: normal;
}
h3 font {
    font-size: 26px;
    color: #ff0000;
}
h4,
h4 a,
h4 span {
   font-size: 26px;
   color: #000;
}
h4 font {
   font-size: 26px;
   color: #ff0000;
}
td {
    vertical-align: top;
    padding: 2px 2px 2px 0;
}
td.title {
    width: 100px;
}
td p {
    height: 18px;
}
form {
    position: relative;
}
input {
    border: 0;
    height: 15px;
    width: 150px;
    padding: 2px;
    background: #676767;
    color: #fff;
    font-size: 11px;
}
button {
    font-weight: bold;
    background: #231f20;
    color: #fff;
    font-size: 16px;
    height: 20px;
    width: 25px;
    text-align: center;
    cursor: pointer;
}
label {
    position: absolute;
    right: 0;
    top: 0;
    color: #c2cb5d;
}
.date {
    font-size: 18px;
}
.text,
.text * {
    line-height: 17px;
    font-size: 18px;
}
.text a {
    line-height: 17px;
    font-size: 18px;
    text-decoration: underline;
}
.chapo {
    line-height: 17px;
    font-weight: bold;
}
.caption {
    text-align: right;
    font-size: 10px;
}
label {
    display: block;
    padding: 10px 0 3px 0;
}
label.error {
    font-weight: bold;
    padding-top: 3px;
}
.invisible {
    display: none;
}
.message {
    margin: 20px 0 20px 0;
}
.message span {
    background-color: #ffc146;
    color: #000;
    font-weight: bold;
    padding: 10px;
}

/* layout */
body {
    background: #231f20;
}
div#container {
   width: 940px;
   margin: auto;
}
div#content {
    position: relative;
}
div.service {
    padding-top: 55px;
    padding-bottom: 100px;
    position: relative;
}


/* header */
div#header {
   position: relative;
   height: 90px;
}
img#logo {
    position: absolute;
    right: 0;
    bottom: 0;
}
ul#menu {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 17px;
}
ul#menu li {
    display: inline;
    padding-right: 10px;
}
ul#menu li a {
    font-size: 16px;
    letter-spacing: 0.7px;
    color: #848484;
}
ul#menu li a:hover,
ul#menu li a.selected {
    color: #c2cb5d;
}
ul#languages {
    position: absolute;
    left: 0;
    bottom: 19px;
}
ul#languages li {
    display: inline;
    padding-right: 5px;
}
ul#languages li a {
    color: #b2b2b2;
}
ul#languages li a:hover,
ul#languages li a.selected {
    color: #fff;
    font-weight: normal;
}

/* footer */
div#footer {
    background: #231f20;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 5px 0 3px 0;
    height: 85px;
    z-index: 50;
    position: fixed;
}
div#footer_container {
    width: 940px;
    padding-top: 20px;
    margin: auto;
}
div#footer_address {
    padding-top: 5px;
}
div#footer_address,
div#footer_address a {
    font-size: 10px;
    color: #8c8c8c;
}
div#footer_address a:hover {
    color: #fff;
}
div#footer_container form span {
    font-size: 16px;
    color: #fff;
    padding-right: 10px;
}

/* credits */
div#credits {
    padding: 25px 10px 10px 10px;
}
div#credits * {
    font-size: 11px;
}
div#credits h3 {
    font-size: 11px;
    color: #fff;
}
div#credits p.legal {
    margin-bottom: 7px;
}
div#credits p strong {
    color: #fff;
}

/* popup newsletter */
div#popup_credits,
div#popup_newsletter {
    position: absolute;
    z-index: 100;
    width: 420px;
    height: 200px;
    border: 1px solid #6f713d;
}
div#popup_credits_close,
div#popup_newsletter_close {
    position: absolute;
    top: 5px;
    right: 5px;
}
div#popup_credits_close a,
div#popup_newsletter_close a {
    color: #c2cb5d;
}
div#popup_newsletter p strong {
    color: #fff;
    display: block;
}
div#popup_newsletter p {
    width: 400px;
    text-align: center;
    position: absolute;
    left: 10px;
    top: 70px;
}
div#popup_mask {
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    filter: alpha(opacity=90);
    -moz-opacity: 0.90;
    opacity: 0.90;
    background-color: #101010;
}


/* contact */
div#contact_address {
    width: 370px;
    float: left;
}
div#contact_emails {
    width: 450px;
    float: left;
}
div#contact_address div,
div#contact_emails div,
div#map_popup div.infos div {
    margin-bottom: 15px;
}
div#contact h4 {
    font-size: 18px;
    color: #fff;
}
div#contact h5,
div#contact h4 span {
    font-size: 18px;
    color: #fff;
    font-weight: normal
}
div#contact p,
div#contact p a {
    font-size: 18px;
    color: #939393;
}
div#contact p a:hover {
    color: #fff;
}
div#contact a.map {
    background: #3a3738;
    color: #fff;
    font-size: 18px;
    padding: 8px 15px 8px 10px;
}
div#map_popup {
    width: 940px;
    height: 520px;
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 48;
    background: #424242;
    /*border: 1px solid #272526;*/
}
div#map_popup div.infos {
    position: absolute;
    width: 300px;
    top: 50px;
    left: 30px;
    z-index: 49;
}
div#map_popup div.infos * {
    font-size: 14px;
}
div#map_popup div.map {
    position: absolute;
    with: 627px;
    top: 50px;
    right: 30px;


}
div#map_popup div#popup_close {
    width: 940px;
    height: 35px;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
}
div#map_popup div#popup_close a {
    position: absolute;
    right: 12px;
    top: 8px;
}

/* press */
div#press h3 ,
div#press h3 span {
    color: #fff;
}
div#press li.exhibition {
    margin-bottom: 30px;
}
div#press div.thumbnails {
    position: relative;
    margin-top: 20px;
    width: 780px;
    height: 130px;
}
div#press div.thumbnails p.previous {
    position: absolute;
    left: 0px;
    top: 40px;
}
div#press div.thumbnails p.next {
    position: absolute;
    right: 0px;
    top: 40px;
}
div#press div.thumbnails div.next {
    position: absolute;
}
div.scroll_container {
    position: absolute;
    left: 40px;
    overflow: hidden;
    width: 700px;
    height: 130px;
}
div#press div.thumbnails ul {
    position: absolute;
    height: 130px;
}
div#press div.thumbnails ul li {
    float: left;
    width: 120px;
}

/* events */
div#events h3 {
    color: #fff;
}
div#events div.content {
    padding-top: 15px;
    margin-bottom: 45px;
    width: 940px;
}
div#events div.thumbnail {
padding-top: 5px;
    width: 180px;
    height: 120px;
    float: left;
    margin-right: 20px;
    text-align: center;
}
div#events div.details {
    width: 640px;
    float: left;
}
div#events div.details p.description {
    width: 630px;
    height: 93px;
    padding: 0 0 15px 0;
    font-size: 17px;
    line-height: 22px;   
    color: #fff;
    overflow: hidden;
}
div#events div.details p.description a{
    font-size: 17px;
    line-height: 20px;
}
div#events div.details p.description a:hover{
    color: #ddd;
}
div#files {
    bottom: 0;
}

div#files p.links a{
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    background: url(../img/arrow_right.png) no-repeat 0px 5px;
}
div#nav {
    position: absolute;
    top: 10px;
    left: 0;
}

/* gallery */
div#gallery {
    position: relative;
}
div#gallery_image {
    float: left;
    margin-right: 20px;
}
div#gallery p.text {
    width: 580px;
    float: left;
    font-size: 18px;
    line-height: 23px;    
}
div#gallery p.text,
div#gallery p.text * {
    color: #fff;
}
p#gallery_file {
    padding-top: 5px;
}
p#gallery_file a {
    padding-left: 15px;
    font-weight: bold;
    font-size: 14px;
    background: url(../img/arrow_right.png) no-repeat 0px 5px;
}

/* media viewer */
div.viewer {
    position: absolute;
    left: 15px;
    top: 80px;
    width: 480px;
    height: 360px;
}
div.medias {
    overflow: hidden;
    width: 480px;
    height: 320px;
    background: #f2f2f2;
}
div.medias li {
    width: 480px;
    height: 320px;
    text-align: center;
    overflow: hidden;
}
div.medias_nav {
    position: absolute;
    bottom: 15px;
    right: 0;
    width: 480px;
    height: 20px;
    text-align: right;
}
div.medias_nav a {
    padding-right: 5px;
    color: #8c8c8c;
}
div.media_types a.selected,
div.medias_nav a.activeSlide {
    color: #c2cb5d;
    font-weight: bold;
}
div.media_types {
    position: absolute;
    left: 0;
    bottom: 15px;
    width: 100px;
    height: 20px;
}
a#next {
    padding-left: 5px;
}


/* artists */
div#artists h3 a {
    font-weight: normal;
    display: block;
    width: 500px;
    position: relative;
}
div#artists ul li {
    margin-bottom: 5px;
}
div.artist_popup {
    position: absolute;
    width: 400px;
    height: 255px;
    left: 350px;
    top: 0;
    overflow: hidden;
    border: 1px solid #000;
    padding: 10px 0 10px 10px;
}
div.artist_popup div.scrollable p.title {
    color: #fff;
     font-size: 16px;
}
div.artist_popup div.scrollable {
    width: 400px;
    height: 255px;
    overflow: hidden;
    color: #c2cb5d;
    line-height: 16px;
     font-size: 16px;
}
div.artist_popup .jScrollPaneDrag {
    background: #000;
}
div.artist_popup .jScrollPaneTrack {
    background: #231f20;
}
/* artist */
div#artist h3 {
   color: #c2cb5d;
   font-weight: normal;
   margin-bottom: 5px;
}
div#artist ul.menu li * {
    font-size: 16px;
}
div#artist ul.menu li {
    float: left;
    height: 22px;
}
div#artist ul.menu li.separator {
    width: 30px;
    text-align: center;
}
div#artist ul.menu li a {
    color: #8c8c8c;
}
div#artist ul.menu li span.selected,
div#artist ul.menu li a.selected {
    color: #c2cb5d;
    font-weight: normal;
}
div#artist ul.menu li a:hover {
    color: #fff;
}
div#artist ul.menu li.select {
    width: 175px;
    position: relative;
    cursor: pointer;
    background: url(../img/select.png) no-repeat 163px 8px;
    border: 1px solid #494949;
    padding-left: 5px;
    z-index: 46;
}
div#artist ul.menu li.select ul {
    width: 180px;
    position: absolute;
    top: 22px;
    left: -1px;
    background: #231f20;
    /*filter: alpha(opacity=90);
    -moz-opacity: 0.90;
    opacity: 0.90;*/
    border-left: 1px solid #494949;
    border-right: 1px solid #494949;
    border-bottom: 1px solid #494949;
    z-index: 46;
}
div#artist ul.menu li.select ul li{
    height: 17px;
    width: 170px;
    padding: 5px;
    overflow: hidden;
}

/* artist biography */
div#artist_biography {
    position: relative;
    height: 340px;
    width: 940px;
    margin-top: 15px;
}
div#artist_biography p.image {
    position: absolute;
    top: 0;
    left: 0;
    width: 340px;
    height: 340px;
    overflow: hidden;
    border: 1px solid #494949;
}
div#artist_biography p.file {
    position: absolute;
    top: 345px;
    left: 0;
}
div#artist_biography p.file a {
    padding-left: 15px;
    font-weight: bold;
    font-size: 14px;
    background: url(../img/arrow_right.png) no-repeat 0px 5px;
}
div#artist_biography p.text {
    position: absolute;
    top: 0;
    right: 0;
    width: 580px;
    height: 340px;
    font-size: 18px;
    line-height: 23px;
    
}
div#artist_biography p.text,
div#artist_biography p.text * {
    color: #fff;
}

/* artist artwork */
div#artist_artwork {
    position: relative;
    margin-top: 20px;
    width: 940px;
    height: 360px;
}
div#artwork_details {
    position: absolute;
    top: 0;
    left: 520px;
    width: 420px;
} 
div#artist_artwork h4 {
    color: #c2cb5d;
    font-weight: normal;
}
div#artist_artwork p.type {
    color: #fff;
    font-size: 18px;
}
div#artist_media_description {
    font-size: 18px;
    color: #8b8c8f;
}
div#artist_artwork div.viewer {
    top: 0;
    left: 0;
}
div#artist_artwork ul.menu {
    position: absolute;
    bottom: 37px;
    left: 515px;
}
div#artist_artwork ul.menu li a {
    color: #fff;
    padding-left: 15px;
    font-weight: normal;
    font-size: 14px;
    background: url(../img/arrow_right.png) no-repeat 0px 5px;
}

/* exhibitions */
div#exhibitions div#nav {
    margin-bottom: 15px;
}
div#exhibitions ul li.exhibition {    
    position: relative;
    width: 920px;
    height: 147px;
    padding: 10px 10px 10px 10px;
    background: #272324;
    margin-bottom: 20px;
}
div#exhibitions div.thumbnail {
    position: relative;
    width: 220px;
    height: 147px;
    background: #333;
    overflow: hidden;
}
div#exhibitions div.details {
    position: absolute;
    width: 680px;
    height: 150px;
    top: 10px;
    left: 240px;
} 
div#exhibitions div.details h4 a {
    color: #c2cb5d;
    font-weight: bold;
}
div#exhibitions div.details h4 span {
    color: #c2cb5d;
    font-weight: normal;
}
div#exhibitions div.details ul {
    position: absolute;
    bottom: 0px;
}
div#exhibitions div.details ul li a {
    color: #fff;
    padding-left: 15px;
    font-weight: normal;
    font-size: 14px;
    background: url(../img/arrow_right.png) no-repeat 0px 5px;
}


/* exhibition & event*/
div#event,
div#exhibition {
    width: 910px;
    height: 415px;
    padding: 10px 15px 15px 15px;
    position: relative;
    background: #fff;
}
div#event h4,
div#exhibition h4 {
    color: #000;
}
div#event h4 span,
div#exhibition h4 span {
    font-weight: normal;
}
div#event div.text,
div#exhibition div.text {
    position: absolute;
    right: 0;
    top: 80px;
    overflow: hidden;
    width: 425px;
    height: 230px;
}
div#event div.text div.scroll-pane,
div#exhibition div.text div.scroll-pane {
    overflow: hidden;
    width: 425px;
    height: 230px;
    font-size: 18px;
    line-height: 23px;
    color: #000;
}
div#event div.text div.scroll-pane *,
div#exhibition div.text div.scroll-pane * {
    color: #000;
}
div#event ul.menu,
div#exhibition ul.menu {
    position: absolute;
    bottom: 37px;
    left: 515px;
}
div#event ul.menu a,
div#exhibition ul.menu a {
    color: #000;
    padding-left: 15px;
    font-weight: normal;
    font-size: 14px;
    background: url(../img/black_arrow_right.png) no-repeat 0px 5px;
}
div#popup_close {
    position: absolute;
    right: 10px;
    top: 10px;
}
div#popup_close a {
    color: #b3b3b3;
    font-size: 16px;
}
div#exhibition a {
    color: #000;
}
div#exhibition a.text {
    color: #000;
    text-decoration: underline;
}
div#exhibition a.selected,
div#exhibition a.activeSlide {
    color: #c2cb5d;
}

/* home */
div#home {
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    padding-bottom: 15px;
    background-color: #c2cb5d;
    z-index: 49;
    filter: alpha(opacity=82);
    -moz-opacity: 0.82;
    opacity: 0.82;
}
div#home_container {
    /*padding-top: 30px;*/
    /*height: 100px;*/
    width: 940px;
    height: 100px;
    margin: auto;
    position: relative;
    padding-top: 30px;
}
img#home_logo {
    position: absolute;
    right: 0px;
    /*top: 50px;*/
    top: 50px;
}
ul#home_exhibitions li {
    margin-bottom: 10px;
}
ul#home_exhibitions li h3, 
ul#home_exhibitions li h3 span {
    font-size: 26px;
    font-weight: normal;
    color: #fff;
}
ul#home_exhibitions li h3 {
    font-weight: bold;
}
ul#home_exhibitions li p {
    font-size: 18px;
    color: #fff;
}
ul#home_languages {
    margin-top: 70px;
    /* margin-top: 70px; */
}
ul#home_languages li {
    display: inline;
    padding-right: 10px;
}
ul#home_languages li a {
    color: #000;
    font-size: 14px;
    font-family: Century Gothic, Futura, Arial, Verdana, sans-serif;

}
ul#home_languages li a:hover {
    color: #fff;
}
ul#home_exhibitions li a:hover,
ul#home_exhibitions li a:hover * {
    color: #000;
}

/* home background */
div#background,
*  body {
	width: 100%;
	height: 100%; 
}
div#background {
	position: fixed;
	z-index: 1;
	overflow: hidden;
	right: 0;
}
* html div#background {
	position: absolute;
	top: 0;
}

/* tooltip */
#tooltip {
	position: absolute;
	z-index: 3000;
	width: auto;
    padding:5px;
    text-align: left;
    left: -500px;
}
#tooltip h3, #tooltip div {
    margin: 0;
    font-family: Century Gothic, Futura, Verdana, Helvetica, Arial, sans-serif; 
    font-size: 11px;
    font-weight: normal;
}
#tooltip h3 {
    font-weight: bold;
}
/* clearfix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
	display: inline-table;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;

}