/* 768 

_________________________________________________

320 and Up boilerplate extension
Andy Clarke http://about.me/malarkey
Keith Clark http://twitter.com/keithclarkcouk
Version: 2
URL: http://stuffandnonsense.co.uk/projects/320andup/
License: http://creativecommons.org/licenses/MIT/
_____________________________________________________

1 ROOT
2 HEADINGS
3 TYPOGRAPHY
4 LINKS
5 FIGURES & IMAGES
6 TABLES
7 FORMS
8 BANNER
9 NAVIGATION
10 CONTENT
11 MAIN
12 COMPLEMENTARY
13 CONTENTINFO
14 GLOBAL OBJECTS
15 VENDOR-SPECIFIC 
16 MODERNIZR
17 TEMPLATE SPECIFICS

COLOURS 

*/

/* 1 ROOT 					============================================================================= */
/* 2 HEADINGS 				============================================================================= */
/* 3 TYPOGRAPHY 			============================================================================= */
/* 4 LINKS 					============================================================================= */
/* 5 FIGURES & IMAGES 		============================================================================= */
/* 6 TABLES 				============================================================================= */
/* 7 FORMS 					============================================================================= */
/* 8 BANNER 				============================================================================= */
/* 9 NAVIGATION				============================================================================= */
/* 10 CONTENT 				============================================================================= */
/* 11 MAIN 					============================================================================= */
/* 12 COMPLEMENTARY 		============================================================================= */
/* 13 CONTENTINFO 			============================================================================= */
/* 14 GLOBAL OBJECTS 		============================================================================= */
/* 15 VENDOR-SPECIFIC 		============================================================================= */
/* 16 MODERNIZR 			============================================================================= */
/* 17 TEMPLATE SPECIFICS 	============================================================================= */
/* 480 

_________________________________________________

320 and Up boilerplate extension
Andy Clarke http://about.me/malarkey
Keith Clark http://twitter.com/keithclarkcouk
Version: 2
URL: http://stuffandnonsense.co.uk/projects/320andup/
License: http://creativecommons.org/licenses/MIT/
_____________________________________________________

1 ROOT
2 HEADINGS
3 TYPOGRAPHY
4 LINKS
5 FIGURES & IMAGES
6 TABLES
7 FORMS
8 BANNER
9 NAVIGATION
10 CONTENT
11 MAIN
12 COMPLEMENTARY
13 CONTENTINFO
14 GLOBAL OBJECTS
15 VENDOR-SPECIFIC 
16 MODERNIZR
17 TEMPLATE SPECIFICS

COLOURS 

*/

/* 1 ROOT 					============================================================================= */
/* 2 HEADINGS 				============================================================================= */
/* 3 TYPOGRAPHY 			============================================================================= */
/* 4 LINKS 					============================================================================= */
/* 5 FIGURES & IMAGES 		============================================================================= */
/* 6 TABLES 				============================================================================= */
/* 7 FORMS 					============================================================================= */
/* 8 BANNER 				============================================================================= */
/* 9 NAVIGATION				============================================================================= */
/* 10 CONTENT 				============================================================================= */
/* 11 MAIN 					============================================================================= */
/* 12 COMPLEMENTARY 		============================================================================= */
/* 13 CONTENTINFO 			============================================================================= */
/* 14 GLOBAL OBJECTS 		============================================================================= */
/* 15 VENDOR-SPECIFIC 		============================================================================= */
/* 16 MODERNIZR 			============================================================================= */
/* 17 TEMPLATE SPECIFICS 	============================================================================= */
#lang {
    font-size: 10px;
    position: absolute;
    right: 10px;
    top: 7px;
}
header #lang {
    display: block;
}
body.page_main header[role="banner"] h1 {
    display: block;
    background-color: #fff;
    margin: auto 0;
    padding: 0;
}

body.page_main header[role="banner"] h1 a {
    color: #000;
}

aside {
    display: none;
}

article header.current-page {
    display: none;
}

div#current-exhibition-details, div#current-exhibition-description {
    display: none;
}

/*body {
    width: 480px;
}*/

header[role="banner"] {display: block;border-bottom: 1px solid #000;}

section.artists-list {
    margin-top: 10px;
}

body .content, body.page_contact .content {
    padding-top: 0;
}
body.page_main,
body.selected_work,
body.page_contact,
body.page_contact_photo,
body.page_exhibitions_place,
body.page_exhibition_video,
body.page_exhibition {
    background-color: #fff;  
}



.page_artist {
    width: 320px;
}

body .content, body.page_main .content, .page_artist .content {
    padding:  1px 0 0;
}


/* Artists */
section.artists-list {
    padding: 0 10px 0;
}
article.artist_works header {
    display: none;
}

article.artist_works figure {
    overflow:  hidden;
    width: auto;
}

article.artist_works figure .artist_work {
    width: 480px;
    height: 300px;
}

article.artist_works figure .artist_work header {
    display: block;
}


/* hiddable */
article .hiddable header, .hiddable header, article .hiddable dl {
    display: block;
    width: 440px;
}
.selected_work .hiddable dl  {
    color: #fff;
    text-align: left;
    background-color: rgba(0, 0, 0, 0.3);
}

.hiddable header a, article .hiddable header a {
    color: #000;
    text-decoration: none;
}
/* Contact page */
.exhibition_place { margin: 0 auto; width: 460px; }
.contact_exhibitions > ul { overflow: hidden; margin: 0 auto; width: 380px; }
.contact_exhibitions > ul > li { width: 460px; height: 230px;  }
.contact_exhibitions > ul > li > figure { width: 380px;  }
.contact_exhibitions > ul > li > figure > figcaption { font-size: 25px; padding: 3px 0 0; width: 380px; }
h1.place_name {
    display: none;
}
#gmap_link {
    width: 460px;
}
.contact_exhibitions {
    display: none;
}
.page_contact #slideshow_holder {
    display: block;
}
.page_contact #slideshow_holder figcaption { 
    background-color: rgba(230, 230, 230, 0.5);
    color: #000000;
    font-size: 21px;
    padding: 3px 0 0;
    position: absolute;
    text-transform: uppercase;
    width: 380px;
}
article header {
    display: none;
}
.page_artist article header {
    display: block;
}
#place_exhibitions {
    display: none;
}
.page_exhibitions_place #slideshow_holder, .page_exhibitions_place #slideshow_holder header {
    display: block;
}

/* News page */
.news-list li {
    font-size: 14px;
    width: 460px;
}
.news-list .image {
    display: none;
}
.news-list li dt  {
    display: block;
    font-weight: bold;
    font-size: 15px;
}
.news-list li a {
    color: #000;
}
.news-list .hiddable header {
    display: none !important;
}


/* Exhibition place*/
/* the same as iphone portrait */
header nav[role="mobile_menu"] {
  display: none;
}


/* Artist exhibition */
article.exhibition header, article.exhibition #press-release {
    display: none;
}

/* slideshow */
#slideshow_holder, .selected_works #slideshow_holder {
    margin-top: 1px;
    height: 269px;
    width: 460px;
}
#slideshow_holder #slideshow_right, #slideshow_holder #slideshow_left {
    top: 100px;
}
#slideshow_holder li, .selected_works #slideshow_holder li {
    height: 269px !important;
    width: 460px !important;
}
.selected_press #slideshow_holder {
    height: 300px;
    width: 212px;
}
.selected_press #slideshow_holder li {
    height: 300px !important;
    width: 212px !important;
}

/* slideshow video */
.page_main #slideshow_holder {
    display: block;
}
.mobile_home {
    display: none;
}

/* slideshow homepage */
.page_main #slideshow_holder {
    overflow: hidden;
}
.page_main .mtdtouch-scroll-wrapper {
    margin-top: 0;
    overflow: hidden !important;
}
.page_main #slideshow {
    margin-top: 0;
    overflow: hidden !important;
}
.page_main #slideshow_holder ul {
    overflow: hidden;
} 
.page_main #slideshow_holder li {
    float: left !important;
    margin-bottom: 0;
}
.page_main #slideshow_holder #slideshow_right, .page_main #slideshow_holder #slideshow_left {
    display: block;
}
/* Selected works */
article.selected_works header {
    display: none;
}
.selected_works #slideshow_holder dl {
    position: absolute;
    top: 0;
    text-align: center;
    width: 440px;
}
.exhibition-info {
    width: 359px;
}

/* video */
article.video #slideshow_holder , article.video #slideshow_holder li {
    height: 300px !important;
    width: 480px !important;
    margin-top: 0;
}
.video_slideshow li .video_embed iframe {
    width: 380px;
    height: 200px;
}

/*begin add 17/10/2014*/

.list_other_artists {
    display: block;
}
footer .list_other_artists section.artists-list {
     display: block;
}
#list_static a{
    color: #a2a2a4;
}
.list_social{
	display: inline;
}
.list_social li{
	display: inline;
}
.social{
text-align:center;
}
/*end add 17/10/2014*/












html, body {
    background-color: #fff;
    width: 100%;
}
body {
    min-height: 1024px;
}
.content a {
    color: #000;
    text-decoration: none;
}

body .content, .page_artist .content {
    padding: 120px 10px 15px;
    width: auto;
}
body.page_main .content  {
    padding: 90px 10px 0;
}
body.page_artists .content {
    padding: 67px 10px 0;
}
body.page_contact .content {
    padding: 100px 10px 0;
}
body.selected_work {
    min-height: 1px;
}
body.page_news .content,
body.page_exhibitions .content,
body.selected_work .content,
body.page_publications .content {
    padding: 120px 10px 0;
}
body.page_contact_info .content {
    padding-bottom: 80px;
}
body.page_exhibition_video .content  {
    padding: 240px 10px 0;
}

body.page_artist {
    width: 100%;
}

header nav {
    float: none;
    width: 100%;
    margin:  0 auto;
}

header {
    border:  none;
    height: 76px;
    padding: 20px 0 10px;
    position: static;
    background: #fff;
}
header h1 {
    float: none;
    text-align: center;
    width: 100%;
    margin: 0;
}


header ul {
    /*font-size: 12px;*/
    margin-top: 20px;
    text-align: center;
}

header ul li {
    float: none;
    display: inline;
}

#lang {
    position: absolute;
    font-size: 10px;
    right: 10px;
    top: 7px;
}
#lang a {
    color: #000;
    text-decoration: none;
}

/*.content{
    background: #000;
    color: #fff;
    height: 100%;
    padding: 0 10px;
    width: 98%;
}*/
#main {
    overflow: hidden;
}
article header, article.selected_works header, article.exhibition header, article.video header, article.artist header {
    /*background: #000;*/
    display: block;
    height: auto;
    padding: 10px 0 7px 10px;
    position: fixed;
    top: 102px;
    left: 0;
    border-bottom: 1px solid #777;
    margin: 0 0 40px;
    width: 100%;
    z-index: 1000;
}
.page_main article header {
    display: block;
    padding: 30px 0 0px;
    margin: 0 auto 40px;
    position: static;
    width: 700px;
} 

article header h1 {
    text-align: left;
    font-size: 16px;
    margin-bottom: 9px;
    color: #000;
    font-size: 26px;
    width: auto;
    background: none;
    margin-bottom: 0;
}

.exhibition header {
    padding: 0;
}


.exhibitions figure {
    position: relative;
}
.exhibitions figure header {
    top: 0;
    left: 0;
    height: auto;
    padding:  10px;
    width: 680px;
}
.exhibitions figure header h2,
.exhibitions figure header h3 {
    color: #000;
    margin: 3px 0 0;
    padding: 0;
    text-transform: uppercase;
}
.exhibitions figure header h2 {
    font-size: 30px;
    font-weight: normal;
}
.exhibitions figure header h3 {
    font-size: 24px;
}

#current-exhibition-details {
    border-bottom: 1px solid #fff;
    height: 1%;
    overflow: hidden;
    padding-bottom: 14px;
}
#current-exhibition-details span {
    display: block;
    float: left;
    font-size: 24px;
    text-transform: uppercase;
}
#current-exhibition-details time {
    float: right;
    font-size: 14px;
    margin-top: 13px;
    text-transform: uppercase;
}

aside ul {
    height: 1%;
    overflow: hidden; 
}
aside li {
    float: left;
    margin-right: 2em;
    overflow: hidden;
    width: 168px;
}

aside {
    display: block;
}

div#current-exhibition-details, div#current-exhibition-description {
    display: block;
}

header[role="banner"] {
    display: block;
    position: fixed;
	border-bottom: 1px solid #000;
}

header #lang {
    display: block;
}

header[role="banner"] h1 {
    display: block;
    background-color: transparent;
    margin: auto 0;
    padding: 0;
}
header nav[role="menu"] {
    display: block;
    margin-top: 15px;
}
header nav[role="menu"] .active {
    font-weight: bold;
}

header nav ul li {
    font-size: 13px;
    padding:  0 10px;
}
header #lang ul {
    font-size: 13px;
}
section.artists-list {
    margin-top: 25px;
}
/*section.artists-list ul li {
    color: rgb(240,240,240);
    font-size: 24px;
    margin: 0;
    padding: 0;
}
section.artists-list ul li a {
    padding: 25px 0;
    color: #a2a2a4;
}
*/
section.artists-list ul {
    margin: 0;
	/*padding: 10px;*/
}

section.artists-list {
    padding: 0;
}
section.artists-list p {
    display: inline;
}

/* artist bio */
.page_artist .artist_image {
    position: fixed;
    z-index: 100;
}
.page_artist .artist_links {
    float: left;
    width: 300px;
    min-height: 200px;
    margin-top: 310px;
    position: fixed;
}
.page_artist .box {
    width: 300px;
    float: left;
    margin-right: 10px;
}
.page_artist .artist_bio,
.page_artist .artist_cv {
    font-size: 12px;
    margin-left: 310px;
}
.page_artist .artist_bio {
    min-height: 290px;
}

.page_artist .artist_cv {
    border-top: 1px solid #777;
    padding-top: 2em;
}
.page_artist .artist_cv {
    margin-bottom: 25px;
}
#download_cv {
    overflow: hidden;
    margin-bottom: 5px;
}
#download_cv a, article.exhibition #press-release .download a {
    display: block;
    float: right;
    font-size: 10px;
    padding: 1px 5px;
    background-color: #fff;
    color: #000;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/* submenu */
div#submenu {
    display: block;
    /*position: fixed;*/
    left: 0;
    bottom: 0;
    width: 100%;
   /* background: #000 url(../img/picto/iphone_menu_bg.png) repeat-x;*/
}
div#submenu nav {
    width: 100%;
    margin:  0 auto;
}
div#submenu ul {
    margin: 0 0 20px;
    padding:0;
    text-align: left;
}
div#submenu ul li:hover, div#submenu ul li.active {
    /*background: -webkit-gradient(linear, center top, center bottom, from(rgba(210,210,210, 0.2)), to(rgba(30,30,30, 0.3)));
    background: -moz-linear-gradient(90deg, from(rgba(210,210,210, 0.2)), to(rgba(30,30,30, 0.3)));*/
}
#submenu .active a {
    color: #000;
	font-weight: bold;
}
#submenu a:hover {
    color: #000;
	font-weight: bold;
}
div#submenu ul li {
    display: inline-block;
    list-style-type: none;
    line-height: 30px;
    font-size: 12px;
    text-transform: uppercase;
    padding:  0 5px;
    color: rgb(210,210,210);
}
body.page_artist header nav ul li#contact,
body.page_artist_works header nav ul li#contact,
body.page_artist header nav ul li#exhibitions,
body.page_artist_works header nav ul li#exhibitions {
    display: inline;
}

article.artist_works header h1 {
    font-size: 26px;
    color: rgb(255,255,255);
}
article.artist_works header {
    display: block;
}

article.artist_works figure {
    width: 700px;
    margin:  50px auto 0;
    height: 410px;
    background: rgb(88,88,90);
}
article.artist_works figure .artist_work, #slideshow_holder {
    width: 700px;
    height: 409px;
    font-size: 14px;
}
#slideshow_holder, .selected_works #slideshow_holder {
    background-color: transparent;
}
#slideshow_holder li {
    height: 409px !important;
    width: 700px !important;
}
#slideshow_holder #slideshow_right, #slideshow_holder #slideshow_left {
    top: 190px;
}
.selected_press #slideshow_holder {
    height: auto;
    width: 700px;
    margin-bottom: 50px;
}
.selected_press #slideshow_holder #slideshow {
    height: visible !important;
}
.selected_press #slideshow_holder li {
    height: auto !important;
    width: 700px !important;
    background-color: #fff;
}
.selected_press #slideshow_holder li .article {
    color: #000;
    font-family: georgia;
    font-style: italic;
    height: 104px;
    margin-bottom: 5px;
    overflow: hidden;
    text-align: left;
    width: 700px;
}
.selected_press #slideshow_holder li .article .logo {
    text-align: center;
    width: 150px;
}
.selected_press #slideshow_holder li .article .information {
    padding-left: 20px;
    width: 400px;
}
.selected_press #slideshow_holder li .article h3,
.selected_press #slideshow_holder li .article h4  {
    font-family: georgia;
    font-weight: normal;
    font-size: 12px;
    margin: 5px 0;
}
.selected_press #slideshow_holder li .article h3 {
    font-size: 14px;
    margin: 0;
}
.selected_press #slideshow_holder li .article .pages {
    color: #999;
    text-transform: uppercase;
}

.artist_work header div {
    font-weight: normal;
    text-align: left;
}

.artist_links, .artist_cv {
    display: block;
}
.artist_links li {
    padding-right: 12px;
}

/* hiddable */
.hiddable header, .hiddable dl, .exhibition-info {
    color: #000;
    background-color: #fff;
    padding: 10px;
    text-align: center;
    width: 280px;
}
.page_main .hiddable header {
    background-color: rgba(0, 0, 0, 0.3);
    color: #000;
    position: absolute;
    text-align: left;
}
.contact_exhibitions .hiddable header {
    width: 540px;
}
.contact_exhibitions .hiddable h2 {
    font-size: 21px;
    font-weight: normal;
}
 
/* Contact page */
.page_contact .contact_exhibitions {
    margin-top: 10px;
}
.contact_exhibitions > ul { width: 540px; }
.contact_exhibitions > ul > li { width: 538px; height: 315px; overflow: hidden; position: relative; }
.contact_exhibitions > ul > li > figure { width: 538px; height: 315px; overflow: hidden; }
.contact_exhibitions > ul > li > figure > figcaption { font-size: 21px; width: 538px; }
h1.place_name {
    display: block;
    font-size: 26px;
    margin: 10px 0 90px;
    padding-bottom: 3px;
}


/* News page */
article.news {
    width: 100%;
}
.news-list {
    margin-left: 10px;
    padding-bottom: 40px;
}
.news-list li {
    height: 1%;
    overflow: hidden;
    width: 100%;
}
.news-list .image {
    display: block;
    float: left;
    width: 310px;
}
.news-list li dl  {
    margin-left: 310px;
}
.news-list li dt  {
    display: block;
    font-size: 15px;
}
.news-list li dd  {
    display: block;
    font-size: 12px;
}
.news-list li dd span {
    font-size: 12px !important;
}
.news-list li dt, .news-list li dd.subtitle, .news-list li dd.date, .news-list li dd.place {
    display: block;
    margin: 0;
}
.page_artist_news .news-list li dd.subtitle {
    display: none;
}
.news-list li a {
    color: #fff;
}

.news-list li dd.description a.more {
    color: white;
}

/* Exhibition place*/
.page_exhibitions_place #slideshow_holder {
    display: none;
}
#place_exhibitions {
    display: block;
}
.page_exhibition #slideshow_holder {
    height: auto;
}
.exhibition_place #submenu nav {
    padding: 0;
}
.exhibition_place #submenu nav ul {
    width: auto;
}
.exhibition_place #submenu nav li {
    float: none;
}

.exhibition_place {width: 700px; margin: 0 auto; position: relative;}
.exhibition_place nav { padding-bottom: 20px }

.exhibition_place .place_main nav ul { background: inherit; list-style: none; width: 300px; padding: 0; margin: 0 auto;}
.exhibition_place .place_main nav ul li { display: block; float: left; font-size: 12px; padding: 3px 14px; text-transform: uppercase; }

.exhibition_place div.place_name { font-size: 26px; padding: 10px 0; width: 700px; }
.exhibition_place div.place_name span { padding: 0 3px }

.exhibition_place div a{ color: #87888a; text-transform: lowercase; text-decoration: none }
.exhibition_place div a:hover { text-decoration: underline }

.exhibition_place .place_main { overflow: hidden; }
.exhibition_place .place_left { float: left; width: 380px; }
.exhibition_place div.place_image { display: block;  }
.exhibition_place div.place_map { width: 380px; background-color: #eee; float: left; margin: 12px 0 0; height: 300px; }
.exhibition_place div.place_information { float: right; width: 300px; float: right; }
.exhibition_place .mobile_place_information { display: none; }
.exhibition_place .place_hours {padding: 10px 0; text-transform: none; font-size: 15px; line-height: 18px; border-top: 1px solid #8b8b8b; border-bottom: none;}
.exhibition_place .place_description { font-size: 11px; margin: 0; font-style: italic; line-height: 13px; margin-top: 0;}
.exhibition_place .place_contacts { font-size: 11px; color: #000; padding: 15px 0 0; }
.exhibition_place .place_contacts  a { color: #000;}
.exhibition_place div#submenu li a { text-transform: uppercase; }
#gmap_link {
    width: 380px;
}
.place_information,
.exhibition_place .place_information .place_hours, 
.exhibition_place .place_information .place_contacts {
  display: block;
}
.exhibition_place .place_information .place_hours {
    display: block;
}
.page_contact_photo .place_information {
  display: block;
  text-align: center;
}
.contact_exhibitions {
    display: block; 
}
.page_contact #slideshow_holder {
    display: block;
}
.artist_exhibitions .exhibitions .exhibition-info, .all_exhibitions .exhibitions .exhibition-info {
    width: auto;
}
.artist_exhibitions .exhibitions .exhibition-info {
    margin-top: -10px;
}
.artist_exhibitions .exhibitions .exhibition-image, .all_exhibitions .exhibitions .exhibition-image{
    position: absolute;
    left: 0;
    width: 460px;
    height: 280px;
    top: 4px;
}
.artist_exhibitions .exhibition-info h2 {
    display: none;
}
.exhibitions {
    padding-bottom: 35px;
}
.all_exhibitions .exhibition, .artist_exhibitions .exhibition {
    margin-bottom: 20px;
    min-height: 280px;
    overflow: hidden;
}

.exhibition-info {
    float: none;
    font-size: 12px;
    margin-left: 480px;
    padding: 0;
    position: static;
    text-align: left;
    width: auto;
}

.exhibition-info h3 {
    margin-top: 10px;
    text-transform: uppercase;
    font-size: 13px;
    border-bottom:  none;
    margin-bottom: 5px;
}
.exhibition-info .place, .exhibition-info .area {
    display: block;
}
.exhibition-info time {
    display: inline;
}
.exhibition-info .place {
    text-transform: uppercase;
    margin-bottom: 0.3em;
}
.all_exhibitions .exhibition-info h2 {
    margin-top: 0;
    border-bottom: 1px solid #777;
    font-size: 20px;
    text-transform: uppercase;
}

/* Artist exhibition */
article.exhibition header h3 {
    font-size: 21px;
    font-weight: normal;
	display: none;
}
article.exhibition header div, article.exhibition header .time {
    display: none;
}
article.exhibition {
    width: 100%;
    min-height: 300px;
}
article.exhibition #exhibition_infos {
    display: block;
    list-style-type: none;
    margin: 1.5em auto;
    overflow: hidden;
    padding: 0;
    width: 700px;
}
article.exhibition #exhibition_infos li {
    float: left;
    text-transform: uppercase;
    width: 32%;
}
article.exhibition #exhibition_infos li.place {
    font-size: 13px;
    margin-top: -2px;
}
article.exhibition #exhibition_infos li.time {
    float: right;
    margin-top: 1px;
    width: auto;
}
article.exhibition #exhibition_infos li a {
    color: #000;
    text-decoration: none;
}

article.exhibition #press-release {
    display: block;
    margin: 10px auto 50px;
    width: 700px;
}
article.exhibition #press-release h2, article.video #press-release h2 {
    font-weight: bold;
    font-size: 18px;
}

article.exhibition #press-release .download {
    display: block;
    margin: 0 0 15px;
    overflow: hidden;
}
article.exhibition #press-release .download a {
    float: left;
}
article.artist_publications header {
    display: none;
}

article.artist_publications #slideshow_holder {
    background: none;
    width: 700px;
    height: 410px;

}
article.artist_publications {
    margin-top: 80px;
}
article.artist_publications figure#slideshow {
    width: 338px;
    height: 409px;
    float: left;
}

article.artist_publications .artist_publication_desc {
    position: absolute;
    right: 140px;
    top: 173px;
    font-size: 14px;
}

article.artist_publications .artist_publication_desc .hr {
    display: none;
}

article.artist_publications #slideshow_holder li {
    width: 338px !important;
    height: 409px !important;
}

article.artist_publications #slideshow_holder #slideshow_right {
    top: 0;
    background-color: rgb(110,110,110);
    right: 0;
}
article.artist_publications #slideshow_holder #slideshow_left {
    top: 0;
    background-color: rgb(110,110,110);
    right: 48px;
    left: auto;
}
div.order-btn a {
    color: #000;
    background: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    font-size: 10px;
    padding:  1px 5px;
    text-transform: lowercase;
}

/* Selected works */
.selected_works #slideshow_holder {
    margin-top: 110px;
    margin-bottom: 50px;
}
.selected_works #slideshow_holder, .selected_works #slideshow_holder li {
    height: 440px !important;
    width: 700px !important;
}
.selected_works #slideshow_holder dl {
    font-size: 14px;
    width: 680px;
}
.selected_works #slideshow_holder dd {
    margin: 4px 0;
}
.selected_works .fullscreen_toggle {
    padding-left: 40px;
}

/* Exhibition works */
.exhibition_works .selected_works #slideshow_holder {
    margin-top: 30px;
    margin-bottom: 50px;
}

/* Publications */
article.publications {
    margin-top: 0;
}
.publication-list ul {
    list-style-type: none;
    margin: 0 auto;
    width: 640px;
}
.publication-list li {
    min-height: 345px;
    overflow: hidden;
}
.publication-main-image {
    float: left;
    width: 265px;
    margin-top: 5px;
}
.artist_publication_desc {
    font: 12px georgia;
    float: left;
    width: 370px;
}
.artist_publication_desc div {
    margin-bottom: 0.3em;
}
.artist_publication_desc h3 {
    border-bottom: 1px solid #777777;
    font-size: 20px;
    margin: 0 0 10px;
    padding-bottom: 6px;
    text-transform: uppercase;
}
.artist_publication_desc .title {
    font-style: italic;
    font-size: 14px;
}

/* slideshow video */
article.video header {
    background-color: #fff;
    display: block;
    margin-bottom: 30px;
}
article.video h3 {
    font-size: 21px;
}

article.video #slideshow_holder, article.video #slideshow_holder li {
    height: 409px !important;
    width: 700px !important;
    margin: 0 auto;
    z-index: 10;
}
.video_slideshow li .video_embed iframe {
    width: 630px;
    height: 305px;
}
.video_title {
    margin-top: -254px;
}
.video_title, .video_date {
    font-size: 14px;
}
.video_embed {
    padding-top: 60px;
}
article.video #slideshow_holder  #slideshow_left, article.video #slideshow_holder  #slideshow_right {
    top: 180px;
}


/* slideshow homepage */
.page_main #slideshow_holder, .page_main #slideshow_holder li {
    height: 490px !important;
}
.page_main .exhibitions figure header {
    width: 680px;
}
.page_main #slideshow_holder .exhibition-details {
    margin-top: 5px;
    text-align: left;
}
.page_main #slideshow_holder .place {
    font-size: 24px;
    text-transform: uppercase;
}
.page_main #slideshow_holder .area {
    font-size: 14px;
}
.page_main #slideshow_holder time {
    float: right;
    font-size: 14px;
    margin-top: -23px;
}
.page_main aside {
    border-top: 1px solid #fff;
    height: 1%;
    padding-top: 15px;
    position: relative;
}
.page_main aside li {
    margin: 0 5px 5px 0;
    width: 180px;
}
aside li.exhibition {
    padding: 15px 0 0;
}
.page_main aside h3 {
    background-color: #fff;
    font-size: 10px;
    font-weight: normal;
    margin: 0;
    padding: 10px 0;
    position: absolute;
    text-transform: uppercase;
    top: 0;
    width: 230px;
}
.page_main aside h3 a {
    color: #000;
}

/* fullscreen */
.fullscreen_toggle {
    display: block;
}

/*begin add 17/10/2014*/

.list_other_artists {
    display: block;
}
footer .list_other_artists section.artists-list {
     display: block;
}
#subscribe {
    display: none;
}
#list_static a{
    color: #a2a2a4;
}
.list_social{
	display: inline;
}
.list_social li{
	display: inline;
}
.social{
text-align:center;
}
/*end add 17/10/2014*/
.artist_publication .publication-list .title {
    border-bottom: 1px solid #777777;
    font-family: arial;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 5px;
    text-transform: uppercase;
}

#selectedWorks_artist_mobile{
	display:none;
}
#selectedWorks_artist{
	display:block;
}
.mobile_home li img {
    width: 100%;
}
