/*
Theme Name: Boulat
Theme URI: Boulat
Description: Custom Wordpress Theme by de-MO.org
Version: 4.0
Author: Alien Development
Author URI: aliendevelopment.com
License:
License URI:
Tags:
*/
img{
	border:none;
}
@font-face {
    font-family: 'Apercu-light';
    src: url('fonts/apercu_light-webfont.eot');
    src: url('fonts/apercu_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/apercu_light-webfont.woff') format('woff'),
         url('fonts/apercu_light-webfont.ttf') format('truetype'),
         url('fonts/apercu_light-webfont.svg#aperculight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'apercubold';
    src: url('fonts/apercu_bold-webfont.eot');
    src: url('fonts/apercu_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/apercu_bold-webfont.woff') format('woff'),
         url('fonts/apercu_bold-webfont.ttf') format('truetype'),
         url('fonts/apercu_bold-webfont.svg#apercubold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'apercumedium';
    src: url('fonts/apercu_medium-webfont.eot');
    src: url('fonts/apercu_medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/apercu_medium-webfont.woff') format('woff'),
         url('fonts/apercu_medium-webfont.ttf') format('truetype'),
         url('fonts/apercu_medium-webfont.svg#apercumedium') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'apercuregular';
    src: url('fonts/apercu_regular-webfont.eot');
    src: url('fonts/apercu_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/apercu_regular-webfont.woff') format('woff'),
         url('fonts/apercu_regular-webfont.ttf') format('truetype'),
         url('fonts/apercu_regular-webfont.svg#apercuregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
.clear{
	clear:both;
}
.no-border
{
	border:0px !important;
}
body {
    font-family: 'apercuregular';
    margin: 0;
}
#wrapper {
    margin: 0 auto;
    padding-top: 15px;
    width: 100%;
    max-width: 970px;
}
.lang_sel_list_vertical {
    margin: 0 auto;
}
.language a img{
	width:18px !important;
	height:17px !important;
}
#lang_sel_list ul a, #lang_sel_list_list ul a:visited
{
	color: #FFFFFF !important;
	padding:0px  !important;
	border:0px solid !important;
}
#lang_sel_list li
{
	display:inline !important;
	width:23px !important;
	overflow:hidden !important;
	border:0px solid !important;
}
#lang_sel_list ul
{
	border:0px solid !important;
}
#lang_sel_list
{
	width: 48px !important;
}
.top-menu-label {
    display: block;
    text-align: center;
    margin-top: 15px;
}

.top-menu p {
    font-family: 'Apercu-light';
    font-size: 14px;
    margin: 0 10px 0 0;
}
.middle-menu {
    padding-top: 15px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.header_top{
	padding-bottom: 30px;
}
select {
    background: url("images/bg-select.png") repeat-x scroll 0 0 transparent;
    border: 1px solid #A6A6A6;
    border-radius: 4px 4px 4px 4px;
	float:left;
    font-size: 12px;
    font-weight: bold;
    height: 20px;
    padding-left: 20px;
    width: 300px;
}

option {
    padding-left: 5px;
}

.title-menu {
    border-bottom: 1px dashed #343434;
}

.title-menu h2 {
    float: left;
    font-family: 'apercubold';
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 5px;
    margin-left: 35px;
    width: 450px;
}
.middle-menu div.sub{
	float: left;
    font-family: 'Apercu-light';
    font-size: 14px;
    margin-bottom: 0;
    margin-left: 36px;
    margin-top: 0;
    width: 449px;
	height:20px;
	padding-top:4px;
}
.middle-menu div.sub a {
    text-decoration: none;
	color:#000;
}
.middle-menu div.sub a:hover {
	color:red;
}
.middle-menu div.sub .menu
{
	list-style: none outside none;
	list-style: none outside none;
    margin: 0;
    padding: 0;
}
.middle-menu div.sub .menu li
{
	background: url("images/sub-menu-bg.png") no-repeat scroll 0 7px transparent;
    display: inline;
    padding-left: 15px;
    padding-right: 2px;
}
.middle-menu div.sub .menu li:first-child
{
	background: none;
    display: inline;
    padding-left: 0px;
    padding-right: 0px;

}
/* sub menu */
.sub-menu{
	float: left;
    list-style: none outside none;
    margin: 0 0 0 0px;
    padding: 0;
    width: 100%;
    max-width: 485px;
    box-sizing: border-box;
}
.hp-slide .sub-menu {
    float: none;
}
.sub-menu li{

}
.sub-menu li a{
	color: #000000;
    font-family: 'apercubold';
    text-decoration: none;
    text-transform: none;
	font-size: 18px;
	padding-left:36px;
	border-bottom: 1px dashed #343434;
	display:block;
}
.sub-menu li ul{
	list-style: none outside none;
	margin: 0;
    padding: 0;
	padding-left:36px;

}

.sub-menu li ul li{
	background: url("images/sub-menu-bg.png") no-repeat scroll 0 9px transparent;
    display: inline;
    padding-left: 15px;
    padding-right: 2px;
}
.sub-menu li ul li:first-child {
    background: none repeat scroll 0 0 transparent;
    display: inline;
    padding-left: 0;
    padding-right: 0;
}
.sub-menu li ul li a{
	font-family:'Apercu-light';
	font-size:14px;
	padding-left:0px;
	border-bottom: 0px dashed #343434;
	display:inline;
}
.sub-menu li.current-menu-parent > a, .sub-menu li.current-menu-item  > a ,.sub-menu .current-works-ancestor > a
{
	color:#C60000;
}
/* --- */
#content {
    position: relative;
}
.popup-page {
    display: none;
    margin-left: 35px;
    padding-top: 15px;
    height: 678px;
    width: auto;
}
.hp-left-navigation, .hp-right-navigation {
    margin-bottom: 20px;
}
.img-left .slider-left, .img-right .slider-right {
    margin-bottom: 0;
}
.hp-right-navigation {
    margin-top: 20px;
}
.logo{
	margin-top:30px;
	margin-left:17px;
}

.close-btn {
    display: none;
    cursor: pointer;
    height: 20px;
    position: absolute;
    right: 5px;
    text-align: center;
    top: 10px;
    width: 20px;
}
.loading {
    margin: 0 auto;
    padding-top: 10px;
    width: 100px;
}
.loading > img {
    width: 100%;
}

.pierre {
    margin-top: 15px;
}

.pierre h3 {
    font-family: 'apercubold';
    font-size: 36px;
    font-weight: normal;
    line-height: 1.4;
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 18px;
    padding-left: 18px;
    width: 100%;
    box-sizing: border-box;
}

.grant-content p {
    font-family: 'Apercu-light';
    font-size: 14px;
}
.grant-content p strong, .grant-content p span {
	font-weight: normal;
	font-family: apercumedium;
}
.content-right{
	float:right;
}

.pierre.page_grant h3 {
    margin-bottom: 30px;
}

.page_grant .grant-content {
    padding: 0 20px;
}

.page_grant .grant-images {
	font-size: 13px;
    font-family: 'apercuregular';
    margin-top: 20px;
}

.page_grant .grant-image-block {
    border-bottom: 1px dashed #666666;
    margin-bottom: 30px;
}

.page_grant .grant-images img {
    display: block;
    margin-bottom: 10px;
    max-width: 100%;
}

.grant-image-description, .grant-image-meta {
    padding: 0 20px;
}

.grant-image-meta {
    color: #999999;
}

.page_grant .grant-images p:first-child {
	margin-top: 0;
}

.page_grant .grant-images p:first-child img {
	border-top: none;
	margin-top: 0;
	padding-top: 0;
}

.page_grant .grant-image-meta strong {
	color:#cc0000;
	font-weight: normal;
}

.grant-application-form {
    margin: 0 20px 40px 20px;
    box-sizing: border-box;
    background: #ffff00;
    padding: 14px;
    font-size: 14px;
    font-family: apercubold;
    color: #333;
    text-transform: uppercase;
}

.grant-application-form a {
    color: #d43600;
}

.content-association p{
    font-family: 'Apercu-light';
	font-size:14px;
}
.content-association {
    border-bottom: 1px dashed #343434;
    padding: 20px;
}
.content-exhibitions {
    /*border-top: 1px dashed #343434;*/
    margin-bottom: 10px;
    padding-top: 5px;
    width: 625px;
    max-width: 100%;
}

.post-exhibition {
	border-bottom: 1px dashed #343434;
	margin-bottom: 20px;
}

.content-exhibitions .img-left {
	margin-left: 0;
    width: 625px;
    max-width: 100%;
	height: auto;
}

.content-exhibitions-images {
    line-height: 0;
}

.content-exhibitions-images img:last-child {
	margin-top: 4px;
}

.content-exhibitions .list-content {
    margin-top: 0;
}

.content-exhibitions.last {
    border-bottom: 1px dashed #343434;
    padding-bottom: 5px;
}

.list-content{
	margin-top:15px;
	clear: both;
	margin-bottom:15px;
	background:#f8f8f8;
	padding:15px 15px 37px 15px;
}

.list-content .img-left{
	float:left;
}
.list-content .text-exh {
	font-family:'Apercu-light';
	font-size: 14px;
    float: right;
    width: 300px;
}
.list-content p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 17px;
}

.list-content .text p:first-child {
	margin-top: 0;
}

.list-content .text strong {
	font-family: apercumedium;
	font-weight: normal;
}

.list-content h2 {
    color: #CC0000;
    font-family: 'apercubold';
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 18px;
    margin-top: 0;
}
.list-content h4 {
	font-family:'Apercu-light';
	font-size:14px;
    margin-top: 0;
    margin-bottom: 0;
}
.list-content span{
	font-family:apercumedium;
}
.content-exhibitions.last img{
	padding-bottom:10px;
}
.page {
    border-bottom: 1px dashed #343434;
    margin-left: 36px;
    padding-bottom: 95px;
	letter-spacing:-1px;
	 font-size: 15px;

}
.page h2 {
    font-family: apercubold;
    font-size: 72px;
    font-weight: normal;
    margin-bottom: 35px;
    margin-top: 45px;
}
/*--- Dropdown ---*/
.wrapper-dropdown-1 {
    background: url("images/bg-select-top.png") no-repeat scroll 0 0 transparent;
    border: 0 none;
    border-radius: 4px 4px 4px 4px;
    float: left;
    font-size: 12px;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    padding-left: 20px;
    position: relative;
    width: 283px;
    outline:none;
    left: calc(50% - 141px);
}

.wrapper-dropdown-1:after {

}

.wrapper-dropdown-1 .dropdown {
    background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #CCCCCC;
    font-weight: normal;
    left: 0;
    list-style: none outside none;
    margin: 0;
    opacity: 0;
    padding: 0;
	display:none;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 107%;
	z-index:9;
}
.wrapper-dropdown-1 .dropdown li a {
    color: #000000;
    display: block;
    padding: 1px 20px;
    text-decoration: none;
}
/* Hover state */
.wrapper-dropdown-1 .dropdown li:hover a {
    background: #D33E3E;
	color:white;
}

/* Active state */
.wrapper-dropdown-1.active .dropdown {
    opacity: 1;
    pointer-events: auto;
	display:block;
}
.wrapper-dropdown-1 .dropdown li a br
{
	display: none;
}
.wrapper-dropdown-1 span{
    display: block;
    height: 20px;
    margin-right: 20px;
    overflow: hidden;
	font-weight:normal;
}
.wrapper-dropdown-1 span br
{
	display:none;
}
.wrapper-dropdown-1 .dropdown li a
{
	display: block;
    height: 20px;
    overflow: hidden;
}

/* No CSS3 support */

.no-opacity       .wrapper-dropdown-1 .dropdown,
.no-pointerevents .wrapper-dropdown-1 .dropdown {
    display: none;
    opacity: 1; /* If opacity support but no pointer-events support */
    pointer-events: auto; /* If pointer-events support but no pointer-events support */
}

.no-opacity       .wrapper-dropdown-1.active .dropdown,
.no-pointerevents .wrapper-dropdown-1.active .dropdown {
    display: block !important;
}
.wrapper-dropdown-1 .active .dropdown
{
}

/* works sub*/

.work-sub{
	border-bottom: none;
	letter-spacing:0px;
}
.work-sub .menu{
	width: 450px;
	float: left;
}
.work-sub ul{
	list-style: none;
}
.work-sub ul li a {
	background: none repeat scroll 0 0 #F8F8F8;
    color: #C60000;
    display: block;
    font-size: 14px;
    height: 90px;
    line-height: 50px;
    text-decoration: none;
    width: 100%;
    box-sizing: border-box;
}
.work-sub .list-item{
	width: 455px;
	float: right;
}
.work-sub .list-item  .item{
	background: none repeat scroll 0 0 #F8F8F8;
    float: left;
    height: 213px;
    position: relative;
    width: 220px;
}
.work-sub .list-item  .item img {
    display: block;
    margin: auto;
    max-height: 150px !important;
    max-width: 100%;
}
.work-sub > h2 {
    border-bottom: 1px dashed black;
}
.work-sub .menu ul{
	padding: 0;
	margin: 0;
}

.work-sub .item a {
    height: 100%;
    text-decoration: none;
    width: 100%;
}

.work-sub .item .work-content {
	left: 0;
    line-height: 15px;
    padding: 10px 0;
    top: 150px;
    z-index: 2;
}
.work-sub .item p.title,.work-sub .item div.info {
    font-size: 13.5px;
    margin: 0;
    padding: 5px 10px;
    text-decoration: none;
	color: #999999;
}
.work-sub .item div.info p{
	margin:0px;
	padding-top:0px;
	padding-bottom:0px;
	font-size: 13px;
}
.work-sub .item p.title {
	color: #000;
}

.work-sub .item div.info {
	max-height: 30px;
	overflow: hidden;
	color: #999;
}

.works-description {
	margin-bottom: 20px;
}
.works-description .alexan-left {
    margin-right: 4%;
    width: 48% !important;
}
.works-description .alexan-right {
    float: left;
    font-family: apercu-light;
    font-size: 14px;
    width: 48% !important;
}
.works-description p
{
	 letter-spacing: 0px;
	 font-size: 14px;
}

.work-sub {
    margin: 0;
}

.work-sub > h2 {
    padding: 20px;
}

/* list-work */

.work-sub .list-work {
    display: grid;
    grid-gap: 15px;
}

.work-sub .list-work .item {
    background: #f8f8f8;
    text-decoration: none;
    position: relative;
}

.work-sub .list-work .item-image {
    height: 250px;
    background-size: cover;
}

.work-sub .list-work .item h3 {
    color: #C90813;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    padding: 15px 15px 45px 15px;
    text-transform: uppercase;
    z-index: 100;
    position: relative;
}

.work-sub .list-work .item::before {
    content: "";
    display: block;
    transition: all 0.2s ease 0s;
    background: rgba(180, 0, 0, .75);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 99;
}

.work-sub .list-work .item:hover::before, .work-sub .list-work .item:active::before {
	opacity: 1;
}

.work-sub .list-work .item:hover h3, .work-sub .list-work .item:active h3 {
    color: #fff;
}

/*** Works items ***/

.work-items {
    margin: 0;
    padding: 0;
}

.work-item {
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}

.work-item > a {
    padding: 0 15px;
    text-transform: uppercase;
    transition: .2s all;
}

.work-item > a:hover {
    background: #c60000;
    color: white;
}

.work-item--active {
    margin-bottom: 25px;
}

.work-item--active > a {
    background: #c60000 !important;
    color: white !important;
}

.work-item .item-image {
    height: 200px;
    background-size: cover;
}

.work-item .list-items {
    display: grid;
    grid-gap: 10px;
    margin-top: 10px;
}

.work-item .list-items .item a {
    height: 100%;
    position: relative;
}

.work-item .list-items .item a::before {
    content: "";
    display: block;
    transition: all 0.2s ease 0s;
    background: rgba(180, 0, 0, .75);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 99;
}

.work-item .list-items .item a:hover::before {
    opacity: 1;
}

.work-item .list-items .item a:hover .title {
    z-index: 100;
    color: white;
    position: relative;
}

.work-item .list-items .item a:hover .info {
    z-index: 100;
    color: #dedede;
    position: relative;
}

/*---- CSS SLIDER SHOW ----*/
.single-work h2{
 border-bottom: 1px dashed black;
 margin-bottom:0px;
 padding-bottom: 35px;
}
#slider_show{
    display: grid;
    width: 100%;
}
.slideshow-container
{
	height: 520px;
	overflow:hidden;
}
#controls {
    display: none;
}

#gallery img {
    max-width: 95%;
}

#gallery #caption
{
	background: none repeat scroll 0 0 #F8F8F8;
	color: #999999;
	font-size: 13px;
	padding: 16px 15px 10px 16px;
	margin-top:5px;
	min-height: 125px;
}
#gallery #caption .caption h4
{
	color: #C90813;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
}
.advance-link
{
	background: none repeat scroll 0 0 #F8F8F8;
    display: block;
    height: 500px;
    margin-top: 21px;
    position: relative;
    text-align: center;
    text-decoration: none;
	letter-spacing: -4px;
	 font-size:0px;
}
#slideshow
{
	background: none repeat scroll 0 0 #F8F8F8;
}
.advance-link > img {
    bottom: 0;
    height: 500px;
    left: 0;

    top: 0;
    width: auto;
}
#thumbs {
    display: none !important;
    height: 500px;
    padding-top: 21px;
    width: 185px !important;
	margin-bottom: 0;

}
.thumb
{

}.thumb:hover{	background:red;	}
.thumb > img {
    height: 93px;
    width: auto;
}
.thumb:hover img
{
	opacity:0.4;
}
ul.thumbs {
	margin-top: 0;
    padding-left: 15px;
	margin-bottom: 0;
}
ul.thumbs li {
    list-style: none outside none;
    margin-top: 8px;	display:block;	text-align:center;	background:none repeat scroll 0 0 #F8F8F8;
}
ul.thumbs li:first-child {
	margin-top:0;
}
.thumb {
    display: block;
}
#slider-right{
	float: left;
    height: 500px;
    overflow: hidden;
    padding-top: 20px;
    width: 100%;
}
.content-single-work {
    border-top: 1px dashed black;
    color: #000000;
    font-size: 14px;
    letter-spacing: 0;
    margin-top: 30px;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}

.addthis_toolbox {
    margin-top: 20px;
}
.at16nc.at16t_tumblr {
    background: url("images/social.png") no-repeat scroll 0 bottom rgba(0, 0, 0, 0) !important;
    height: 23px;
    width: 23px;
}
.at16nc.at16t_tumblr:hover {
	background: url("images/social.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
}
.at16nc.at16t_pinterest_share {
    background: url("images/social.png") no-repeat scroll -27px bottom rgba(0, 0, 0, 0) !important;
    height: 23px;
    width: 23px;
}
.at16nc.at16t_pinterest_share:hover {
	background: url("images/social.png") no-repeat scroll -27px 0 rgba(0, 0, 0, 0) !important;
}
.at16nc.at16t_twitter{
    background: url("images/social.png") no-repeat scroll -53px bottom rgba(0, 0, 0, 0) !important;
    height: 23px;
    width: 23px;
}
.at16nc.at16t_twitter:hover{
	background: url("images/social.png") no-repeat scroll -53px 0 rgba(0, 0, 0, 0) !important;
}
.at16nc.at16t_facebook {
    background: url("images/social.png") no-repeat scroll -78px bottom rgba(0, 0, 0, 0) !important;
    height: 23px;
    width: 23px;
}
.at16nc.at16t_facebook:hover {
	background: url("images/social.png") no-repeat scroll -78px 0 rgba(0, 0, 0, 0) !important;
}
.at16nc.at16t_google_plusone_share{
    background: url("images/social.png") no-repeat scroll -104px bottom rgba(0, 0, 0, 0) !important;
    height: 23px;
    width: 23px;
}
.at16nc.at16t_google_plusone_share:hover{
	background: url("images/social.png") no-repeat scroll -104px 0 rgba(0, 0, 0, 0) !important;
}
.content-single-work  h3
{
	margin:0px;
	font-weight: normal;
	font-size:14px;
	color:#C90813;
}
.content-single-work .content p
{
	margin:0 0 15px 0;
}
.single-work
{
	 border-bottom: 0px dashed #343434;
}
.alexan-right > img {
    max-width: 450px;
}
/*----- CSS SCROLL -----*/
.table .viewport { height: 500px; overflow: hidden; position: relative; }
.table .overview { list-style: none; position: absolute; left: 0; top: 0; padding: 0px 0; margin: 0;width:170px; }
.table .scrollbar{ background: transparent url(images/tren.png) repeat-y 0 0; position: relative; background-position: 0 0; float: right; width: 15px; padding-top:2px; }
.table .track {  height: 100%; width:13px; position: relative; padding: 0 1px 3px; }
.table .scrollbar .thumb { background: transparent url(images/repeat.png) no-repeat 50% 100%; height: 20px; width: 25px; cursor: pointer; overflow: hidden; position: absolute; top: 0; left: -6px; }
.table .scrollbar .thumb .end { background: transparent url(images/re.png) no-repeat 50% 0; overflow: hidden; height: 5px; width: 25px; }
.table .disable { display: none; }
.noSelect { user-select: none; -o-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; }

@media screen and (max-width: 767px) {
    #slider-right, .table .viewport {
        height: 300px;
    }

    .table .overview {
        width: 100%;
    }

    .table .overview .thumbs {
        display: grid;
        grid-gap: 5px;
        grid-template-columns: repeat(2, 1fr);
    }

    ul.thumbs li {
        margin-top: 0;
    }
}

/* --- language ----*/
#lang_sel_list a.lang_sel_sel {
    background-image: none;
    border-bottom: 2px solid #C60000 !important;
    color: #444444;
    display: block;
    height: 20px;
    width: 19px;
}

/*----- BOOKS ----*/
.pierre .page_book h3 {
    border-bottom: 1px dashed #000000;
    border-top: 1px dashed #000000;
    color: #CC0000;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    padding-top: 0;
    width: auto;
    text-transform: uppercase;
}
.book_item h4 {
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 20px;
    text-transform: capitalize;
}
.book_item {
    padding: 20px;
    border-bottom: 1px dashed #000000;
    color: #000000;
    font-size: 14px;
    margin-bottom: 25px;
    padding-bottom: 20px;
}
.book_item img {
    height: 160px;
    width: 113px;
}
.book_item p {
    font-family: 'Apercu-light';
    font-size: 14px;
    margin: 0;
}
.book_item p.author_book {
    margin-top: 15px;
}
.book_item p.author_book a {
    color: #000000;
}
.book_item.last {
    border-bottom: 0 none;
    padding-bottom: 0;
}
.page_book {
    padding-top: 20px;
}

.book-purchase-inquiry-form {
    padding: 0 20px;
    font-family: 'Apercu-light';
    font-size: 14px;
}

.book-purchase-inquiry-form .wpforms-field-textarea textarea {
    height: 50px !important;
}

.book-purchase-inquiry-form div.wpforms-container-full .wpforms-form .wpforms-field-label, .wpforms-field-label-inline {
    font-weight: normal;
    font-size: 14px !important;
    font-family: 'Apercu-light' !important;
}

.wpforms-field-checkbox input {
    margin-right: 3px !important;
}

.book-purchase-inquiry-form div.wpforms-container-full .wpforms-field-checkbox > label {
    color: red;
    padding-left: 20px;
}

.book_form .wpforms-field-container {
    display: grid;
    grid-gap: 0px 30px;
}

div.book-purchase-inquiry-form div.wpforms-container-full .wpforms-form input[type="text"],
div.book-purchase-inquiry-form div.wpforms-container-full .wpforms-form input[type="email"],
div.book-purchase-inquiry-form div.wpforms-container-full .wpforms-form select,
div.book-purchase-inquiry-form div.wpforms-container-full .wpforms-form textarea {
    background: #f2f2f2;
    box-shadow: inset 1px 1px 3px #999;
    /* background: url(images/input-box.png) repeat-x scroll 0 0 transparent; */
    border: 1px solid #A6A6A6;
    float: left;
    font-size: 12px;
    font-weight: bold;
    height: 25px;
    padding-top: 5px;
    padding-left: 5px;
}

div.book-purchase-inquiry-form div.wpforms-container-full .wpforms-form input[type="text"][readonly] {
    box-shadow: none;
    background: #d1d1d1;
}

div.book-purchase-inquiry-form div.wpforms-container-full .wpforms-form button[type="submit"] {
    width: 100%;
    border: 1px solid #FF0000;
    height: 37px;
    line-height: 1;
    background: #f8f8f8;
    text-transform: uppercase;
    color: #FF0000;
    margin-top: 10px;
    font-weight: bold;
}

.box-50-letf{
    float: left;
    width: 50%;
    height: auto;
}
.box-50-right{
    float: left;
    width: 50%;
    height: auto;

}
.box-100{
    width: 100%;
}


.select-box {
    background: url("images/bg-select.png") repeat-x scroll 0 0 transparent;
    border: 1px solid #A6A6A6;
	float:left;
    font-size: 12px;
    font-weight: bold;
    height: 30px;
    width: 220px;
    padding-top: 5px;
    padding-left: 5px;
}

#send-mail {
	font-family: apercuregular;
	font-size: 12px !important;
}

#send-mail .bolder-title {
	font-family: apercumedium;
	font-weight: normal;
	font-size: 12px !important;
}

#send-mail input {
	font-family: apercuregular;
}

#send-mail input[type=submit] {
	font-family: apercumedium;
}

#send-mail input.error{
	border: 1px solid red !important;
}
.input-box {
    background: url("images/input-box.png") repeat-x scroll 0 0 transparent;
    border: 1px solid #A6A6A6;
	float:left;
    font-size: 12px;
    font-weight: bold;
    height: 25px;
    width: 215px;
    padding-top: 5px;
    padding-left: 5px;
}

.input-box[readonly] {
    background: #dadada;
}

.input-box-full {
    background: url("images/input-box-full.png") repeat-x scroll 0 0 transparent;
    border: 1px solid #A6A6A6;
	float:left;
    font-size: 12px;
    font-weight: bold;
    height: 25px;
    width: 455px;
    padding-top: 5px;
    padding-left: 5px;
}
.name_in_popup{
    padding-left: 0 !important;
    border-bottom: 1px dashed #000000;
    color: #CC0000;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    padding-top: 0;
    width: auto;
    margin-top: 50px;
    font-weight: bold;
    margin-bottom: 10px;
    display: inline-block;
    margin-left: 0px !important;
}
.in_popup_content span{
    color: #FF0000;
    padding-left: 24px;
    padding-top: 20px;
    display: inline-block;
}


.in_popup_content p {
    display: block;
    font-weight: bold;
    margin: 20px 0 0;
}
.submit-box{
    width: 458px;
    border: 1px solid #FF0000;
    height: 37px;
    line-height: 37px;
    background: #f8f8f8;
    text-transform: uppercase;
    color: #FF0000;
    margin-top: 40px;
    font-weight: bold;
}
label{
    margin: 5px 0px;
    display: inline-block;
}
.flexslider .slides img {
    display: block;
    height: 663px;
    width: 450px;
}
.prints .flexslider .slides img {
    height: auto;
    width: auto;
}

.page_prints .flexslider {
    margin-bottom: 30px;
}

div.page_prints {
	font-size: 14px;
	word-spacing: 1px;
	font-family: Apercu-light !important;
}

div.page_prints .prints {
	padding: 0 20px;
	box-sizing: border-box;
}

.page_prints strong {
	font-weight: normal;
	font-family: apercumedium;
}

/** PAGE: WORK / PARIS **/

.page_slug_paris .content-single-work h3 {
	font-family: apercumedium;
}

.page_slug_paris .content-single-work .content p {
	font-family: Apercu-light;
}

.page_slug_paris .addthis_toolbox {
	margin-top: 29px;
}

/** BOOKS - FORM SUBMITTED **/

.page_book .tb {
	color: red;
	margin: 15px 0 30px 0;
	font-size: 16px;
}

/** PAGE: GRANT **/

.page_grant .content-left p {
	margin-bottom: 10px;
}

.page_grant .content-left p:first-child {
	margin-top: 0px;
}

.page_grant strong {
	font-weight: bold;
}

/** PAGE: EXHIBITIONS **/

.page_exhibitions .list-content h2 {
	font-family: apercumedium;
}

.page_exhibitions .list-content h4 {
	font-family: apercumedium;
	font-weight: normal;
}

.page_exhibitions .list-content p {
	font-family: Apercu-light;
}

/*********** Bio */

.page_bio {
    margin-left: 0;
}

.page_bio > h2 {
    margin: 20px 20px 0 20px;
}

.page-bio-content {
    display: grid;
    grid-gap: 20px;
}

.page_bio .alexan-left {
    padding: 20px;
    font-size: 14px;
    line-height: 1.3;
}

.page_bio .alexan-left h4, .page_bio .alexan-left h5 {
    font-family: apercumedium;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
}

.page_bio .alexan-left > h5 {
	margin-bottom: 30px;
}

.page_bio .alexan-left p {
    font-family: apercu-light;
}

.alexan-right img {
    max-width: 100%;
}

/** Single work */

.single-work {
    margin: 0;
}

.single-work > h2 {
    padding-left: 20px;
}
