/*body:before{position:fixed;top:0;right:0;padding:5px 15px;color:white;z-index:900}
body:before{content:'mobile layout (upto 700)';background-color:rgba(255,0,0,0.5);}*/

.no-text{text-indent:-999em;overflow:hidden;}
html,body{height:100%;width:100%;font-family:"pf_futura_neu",sans-serif;overflow-x:hidden;}
body{position:relative;min-width:390px;overflow-y:scroll;-webkit-overflow-scrolling: touch;}
a {text-decoration:none;}
body > header{
    height:120px;
    background-color:#000;
    margin-bottom:-120px;
}
.inner > header{height:255px;margin-bottom:-255px;background-color:transparent;}
body > header:before {
    background-color: #000;
    content: "";
    height: 120px;
    position: absolute;
    right: 0;
    left: 0;
    z-index: -1;
}
body > header .nav-toggle{
    display:inline-block;
    position:absolute;
    right:30px;
    top:90px;
    width:30px;
}
body > header .nav-toggle span{
    display:block;
    height:1px;
    background:#fff;
    margin-bottom:8px;
}
body > header nav.main {
    display: none;
    position: absolute;
    top: 120px;
    left: 0;right: 0;
    background:#000;
    text-align:center;
    padding-top:80px;
    font-size:16px;
    overflow:hidden;
    z-index:100;
    
}
body > header nav.main ul{
    list-style:none;
    margin:0;
    padding:0;
}
body > header nav.main a {
    color: #fff;
    display: block;
    margin-bottom: 1.3em;
}
body > header nav.main a:hover,
body > header nav.main a.current,
.inner header > nav.main a:hover,
.inner header > nav.main a.current{color:#80805b}
body > header nav.main a br{display:none;}
body > header nav.open{display:block;}
body > header nav.sub{width:400px;display:block;height:185px;padding-top:120px;text-align:center;font-size:13px;margin:0 auto;}
body > header nav.sub a{width:120px;display:inline-block;line-height:20px;margin-top:10px;color:#000}
body > header nav.sub a:hover, header nav.sub a.current{color:#80805b}
body > header .additional-menu {
    font-size: 13px;
    position: absolute;
    right: 30px;
    top: 37px;
    width: 30px;
    line-height:1.32;
}
body > header .additional-menu .language a {
    display: block;
    color: #fff;
}
body > header .additional-menu .language a.current{color:#80805b}
body > header .top-logo {
    display:inline-block;
    height:36px;
    width:270px;
    background: url('../images/logo.png') 0 0 no-repeat;
    background-size:contain;
    
    position:absolute;
    top:37px;
    left:30px;
}

.screenreader {
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}
.screenreadertext {
	text-indent: -50000px;
}

.gallery img{max-width:100%;}



main{
    min-height:100%;
    padding-top:120px; /*header height*/
    padding-bottom:220px; /*footer height*/
	
	line-height:1.3;
}
.inner main{padding-top:255px;}
/*page specifics*/
/*homepage*/

.homepage{width:100%;position:relative;min-height:475px/*padding-top:117.5%;*/}
.homepage .home-gallery{position:absolute;top:0;left:0;overflow:hidden;width:100%;height:100%;}
.homepage .home-gallery img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:block;min-width:101%;min-height:101%;opacity:0;
transition:opacity 0.5s;
}
.homepage .home-gallery .paging{display:none;}
.homepage nav{display:none;}
.homepage .home-gallery img.selected{opacity:1}


/*exhibition*/
.exhibition-wrap{max-width:1200px;margin:20px auto 0;}
.exhibition{padding:0;margin:0 auto 60px auto;font-size:13px;min-width:391px;}
.exhibition li.item{    
    width:196px;
    height:196px;
    text-align:center;
    background-color:#fff;
    overflow:hidden;
    /*margin:0 0 -1px -1px;*/
}
.exhibition li.item.featured{
    width:392px;
    height:392px;
}
.exhibition .item a {
    display: block;
    height: 100%;
    overflow: hidden;
    width: 100%;
    padding:10px;
    color:#000;
    border:1px solid #DBDBDB/*#919090*/;
}
.exhibition .item a:hover{background-color:rgba(136,130,82,0.1);}
.exhibition .item a:hover{color:#80805b;}
.exhibition .item .title {
    display: block;
    height: 40px;
}
.exhibition .item .photo {
    height: 109px;
    line-height:109px;
    overflow: hidden;
    width: 100%;
}
.exhibition .item.featured .photo{
    height:304px;
    line-height:304px;
}
.exhibition .item .photo img {
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
    margin: 0 auto;
    vertical-align:middle;
}
.exhibition .item .type {
    display: table-cell;
    height: 25px;
    width:174px;
    text-align:center;
    vertical-align:bottom;
    font-size:12px;
    color:#9ea0a3;
}
.exhibition .item.featured .type{
    width:369px;
}


.production{max-width:1100px;margin:0 auto;}
.filters{font-size:13px;max-width:370px;margin: 10px auto 0;text-align:center;overflow:auto;}
.filters .select{display:none}
.filters fieldset > * {clear:both;margin-bottom:18px;line-height:37px;text-align:left;}
.filters fieldset > * > * {
    vertical-align: middle;
}
.filters .title {
    background: url('../images/filter-arrow.png') right 50% no-repeat;
    display: inline-block;
    height: 37px;
    padding-right: 50px;
    width: 125px;
	overflow:hidden;
}

.filters .search input{-webkit-appearance:none;-webkit-border-radius:0;border-radius:0;}
.filters .search input,
.filters select {
    background-color: transparent;
    border: none;
    margin-left: 35px;
    width: 170px;
    border-bottom:1px solid #000;
    padding:5px 10px;
    font-family:inherit;
}
.filters select{
    border:1px solid #919090;
}
.filters .search button{
    background-color: transparent;
    border:none;
    background:url('../images/filter-submit.png') 50% 50% no-repeat;
    width:20px;
    height:20px;
    text-indent: -9999em;
    overflow:hidden;
    cursor:pointer;
}
.preview {text-align: center!important;font-size:13px;max-width:370px;margin:0 auto;}
.preview .style{display:none;}

.preview .item {
    background-color: #000;
    color: #fff;
    display: inline-block;
    line-height: 36px;
    margin-bottom: 7px;
    margin-right: 7px;
    text-align: center;
    width: 220px;
}
.preview .item span {
    color: #888252;
    padding-left: 5px;
}

.results {
    font-size: 15px;
    margin: 50px auto 20px;
    max-width: 1100px;
    padding: 0 30px;
    overflow:hidden;
}
.results + .results{margin-top:30px;}
.results a {
    color: #80805b;
}
.results > li {
    border-bottom: 3px solid #000;
    margin-bottom: 35px;
    padding-bottom: 25px;
    overflow:hidden;
}
.results h1,
.results h3 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
}
.results .date {
    color: #7F7F7F;
    font-size: 22px;
    margin-bottom: 30px;
}
.results .field strong {
    font-weight: bold;
    padding-right: 10px;
}
.results .field span {
    color: #888252;
}
.results .field {
    margin-bottom: 10px;
}
.results .more {
    display: inline-block;
    margin-bottom: 5px;
    margin-top: 25px;
}
.results .details {
    color: #80805B;
    line-height: 1.8;
	margin-top:20px;
}
.results .details span,
.results .details span a{
    display: inline-block;
    color:#000;
}
.results .photo{display:none;}
.results .photo {
    border: 1px solid #000000;
    height: 235px;
    padding: 10px;
    text-align: center;
    width: 235px;
}
.results .photo img {
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
}
article.results header{position:relative;}
article.results header .photo ~ :last-child{padding-bottom:245px;}
article.results .photo{
	display:block;
	position:absolute;
	bottom:35px;
	left:0;
}

article.results{margin-top:15px}
article.results header {border-bottom: 3px solid #000000;margin-bottom: 25px;overflow: hidden;padding-bottom: 25px;}
article.results aside {border-bottom: 3px solid #000000;margin-bottom: 20px;max-width: 620px;padding-bottom: 25px;}
article.results aside:last-child{border-bottom:none;}
article.results h2 {font-size: 19px;margin-bottom: 20px;font-weight:bold;}
article.results aside table {color: #958559;width: 100%;}
article.results aside table td{padding:5px 0;border-bottom:1px solid #919090;}
article.results aside table td:nth-child(1) {width: 30%;}
article.results aside table td:nth-child(2) {width: 30%;}
article.results aside table td:nth-child(3) {text-align: right;font-size:12px;}
article.results a.back {
    background: url("../images/details-back.png") no-repeat scroll 0 50% rgba(0, 0, 0, 0);
    color: #000000;
    display: block;
    font-size: 13px;
    line-height: 46px;
    margin: 0 auto 20px;
    text-align: left;
    width: 180px;
    padding-left:70px;
}
article.results a:hover{color:#80805B;}

.people-results {
    margin: 15px auto 40px;
    max-width: 1100px;
    padding: 0 30px;
}
.people-results > li {
    border-bottom: 1px solid #919090;
    padding: 8px 0;
}
.people-results a {
    color: #888252;
}
main .people-results .paging_cell{
	padding-top:15px;
}
.results .date.clean {
    margin-bottom: 10px;
}
.results .date.clean + .field{margin-bottom:30px;}
.results .bio{max-width:620px;}
.results .person-productions li{padding:3px 0;}
.results .person-productions a{color: #888252;}


h1.section-title {
    color: #888252;
    margin: 0 auto;
    max-width: 1100px;
    padding: 0 30px;
}
.results.news{margin-top:20px;}
.results.news > li {
    border-color: #919090;
}
.results.news a {
    color: #000;
    display: block;
    overflow: hidden;
}
.results.news .photo {
    height: 155px;
    width: 155px;
}
.results.news .date {
    color: inherit;
    display: block;
    font-size: 18px;
    margin-bottom: 5px;
}
.results.news h3 {
    font-size: 17px;
}
.results.news a:hover h3 {
    color: #888252;
}
.results.news .description {
    max-width: 720px;
    padding-right: 30px;
    line-height:1.3
}

.results.news-details header {
    border-bottom: medium none;
    margin-bottom: 0;
}
.results.news-details .date {
    margin-bottom: 5px;
}
.results.news-details .description{line-height:1.3}
.results.news-details a.back{margin-top:40px;}
article.results.news-details header{padding-bottom:0;}
article.results.news-details .photo{
	display:block;
	position:static;
	margin-bottom:25px;
}

article h2.search-summary {
    margin: 0 auto;
    max-width: 1100px;
    padding: 0 30px;
    font-weight: normal;
}
article h2.search-summary strong{font-weight: bold;}



.comments-answers > li {
    background-color: #f7f7f7;
    margin-bottom: 35px;
    padding: 20px 25px 30px 25px;
    position: relative;
}
.comments-answers > li.admin_answer {
    background-color: #e3e2e2;
    margin-bottom: 25px;
}
.comments-answers > li.admin_answer:before {
    border-color: transparent transparent #e3e2e2;
    border-image: none;
    border-style: solid;
    border-width: 25px;
    content: "";
    height: 0;
    left: 25px;
    position: absolute;
    top: -50px;
    width: 0;
}
.comments-answers > li .user-data{font-size:17px;}
.comments-answers > li .answer-text{font-size:15px;margin-top:15px}


.comments form {margin-bottom: 40px;}
.comments form .form-field{width:100%;overflow: hidden;}
.comments form fieldset .form-field {
    float: left;
    margin-right: 3%;
    width: 48.5%;
}
.comments form .form-field input,
.comments form .form-field textarea{width: 100%;border:1px solid #010101;padding:5px 10px;margin-top:5px;-webkit-appearance:none;-webkit-border-radius:0;border-radius:0;}
.comments form .form-field textarea{min-height:250px;resize:none;}
.comments form fieldset .form-field:last-child {margin-right: 0;}
.comments form .no-input{visibity:hidden;position:absolute;opacity:0;z-index:-999;}
.comments form .form_validator {
    color: red;
    display: block;
    font-style: italic;
    padding: 5px 0;
}
.comments form a.comment-submit {
    border: 1px solid #010101;
    color: #000;
    display: inline-block;
    float: right;
    font-size: 13px;
    margin-top: 15px;
    padding: 10px 30px;
}
.comments .message {
    margin-bottom: 35px;
}

article.log-book header{border:none;}
.log-container {
    margin: 0 auto;
    max-width: 857px;
    overflow: hidden;
    width: 100%;
}
.log-book .announcements,
.log-book .banners{
    font-size:14px;
}
.log-book .announcements {background-color: #f0efef;padding: 40px 15px 30px;}
.log-book .announcements h3{text-align:right;font-size:1em;font-weight: normal;padding-bottom:2em;border-bottom:3px solid #333;}
.log-book .banners a:before {
    background-color: #333;
    bottom: 20px;
    content: "";
    height: 3px;
    left: 15px;
    position: absolute;
    right: 15px;
}
.log-book .banners a {
    color: #000;
    display: block;
    font-size:1em;
    line-height: 1.2;
    margin-bottom: 15px;
    padding: 40px 15px 30px;
    position: relative;
    text-align: right;
    
    background-color: #f0efef;
    background-repeat:no-repeat;
    background-position: 20px 20px;
}
.log-book .banners a.light-bulb{background-image: url('../images/light-bulb.png');}
.log-book .banners a.pencil{background-image: url('../images/pencil.png');}
.log-book .banners a.speech-bubbles{background-image: url('../images/speech-bubbles.png');}
.log-book .announcements li {
    border-bottom: 2px solid #919090;
    margin-top: 20px;
    padding-bottom: 20px;
}
.log-book .announcements a {
    line-height: 1.35;
}
.log-book .announcements .title {
    color: #231f20;
    display: block;
    font-size: 17px;
    font-weight: bold;
}
.log-book .announcements .date {
    display: block;
    font-size: 18px;
    margin: 0;
}
.log-book .announcements .description {
    color: #231f20;
}
.origin-info {
    background-color: #eee;
    font-size: 14px;
    margin: 0 auto;
    padding: 10px 0;
    text-align: center;
}


/*BOX TEMPLATES*/
.box-wrap{max-width:980px;margin:0 auto 60px;}
.box-wrap .boxes{overflow:hidden;margin:0 auto;}
.box-wrap .boxes .item{
    background-color: #f0efef;
    font-size: 14px;
	max-width:100%;
}
.box-wrap .boxes .item .title {
    border-bottom: 2px solid #000;
    color: #000;
    display: block;
    line-height: 1.3;
    margin-bottom: 17px;
    padding: 0 0 12px;
    text-align: right;
}
.box-wrap .boxes .item .photo img {
    max-width: 100%;
}
.box-wrap .boxes .item:hover{
    background-color:#d2cfbc;
}
.box-wrap .boxes .item > a{
	display:block;
    padding: 20px;
}
.box-wrap .boxes-2{width:418px;}
.box-wrap .boxes-3{width:275px;}
.box-wrap .boxes-4{width:200px;}
.box-wrap .boxes-2 .item {width: 418px;}
.box-wrap .boxes-3 .item {width: 275px;}
.box-wrap .boxes-4 .item {width: 200px;}

/******************************************************/
/*FOOTER */
footer{
    background-color:#fff;
    height:220px;
    margin-top:-220px;
    color:black;
    padding:10px 7px 0;
    position:relative;
    z-index:10;
}
footer .financed-by {
    font-size:11px;
    margin-bottom:45px;
    /*max-width:442px;*/
    max-width:442px;
}
/*footer .financed-by img{max-width:100%;display:block;margin-bottom:20px;}*/
footer .financed-by img {
    display: inline-block;
    margin-bottom: 20px;
    width: 80%;
}
.financed-by a {
    display: inline-block;
    margin-left: 6%;
    max-width: 20%;
    vertical-align: top;
}
footer .financed-by a img {
    margin: 0;
    width: 100%;
}
footer ul{font-size:13px;text-align:right;margin-bottom:10px;}
footer ul li{margin-bottom:10px;}
footer ul li a {
    color: #000;
    display: inline-block;
    padding: 0 10px;
    position: relative;
}
footer ul li a:after {
    background-color: #000;
    bottom: 0;
    content: "";
    position: absolute;
    right: 0;
    top: 2px;
    width: 1px;
}
footer ul li a:last-child{padding-right:0;}
footer ul li a:last-child:after{content:none;}
footer ul li a:hover{color:#80805b;}
footer .social{text-align:right;}
footer .social a{text-align:left;display:inline-block;width:28px;height:22px;background:url('../images/social.png') 0 0 no-repeat;}
footer .social a.facebook{background-position:0 0;}
footer .social a.twitter{background-position: -28px 0;}
footer .social a.youtube{background-position: -56px 0;}
footer .social a.flickr{background-position: -84px 0;}
.large-only{display:none;}



/*GOOGLE PAGING*/
main .paging_cell {
    border: none;
    margin: 0;
    padding: 0;
	position:relative;
    font-size: 0;
    white-space: nowrap;
}
main .results > li.paging_cell{
	margin-top:-15px;
}
main .paging_cell a,
main .results .paging_cell a{
    border-left: 1px solid #999;
    box-sizing: border-box;
    color: #000;
    display: none;
    font-size: 13px;
    line-height: 1em;
    position: relative;
    text-align: center;
    width: 2em;
	overflow:visible;
}
main .paging_cell a:first-child, 
main .paging_cell a.first {
    border-left: 0 none;
    padding-left: 0;
}
main .paging_cell a.visible {
    display: inline-block;
}
main .paging_cell a.selected {
    color: #888252;
}
main .paging_cell a.dots-after {
    margin-right: 2em;
}
main .paging_cell a.dots-after:after {
    content: "..";
    display: inline-block;
    left: 2em;
    position: absolute;
    width: 2em;
}
main .paging_cell a.dots-before {
    border-left: 0 none;
    margin-left: 2em;
}
main .paging_cell a.dots-before:before {
    border-left: 1px solid #999;
    content: "..";
    display: inline-block;
    left: -2em;
    position: absolute;
    width: 2em;
}

main .packery-container .paging_cell {
    margin-top: 15px;
    position: absolute;
    top: 100%;
	left:0;
}


/*HOMEPAGE POPUP*/

#popup {
    background: none repeat scroll 0 0 rgb(136, 130, 82);
    color: white;
    font-size: 0.8em;
    line-height: 1.4;
    padding: 30px;
}

#popup h1, #popup h2, #popup h3 {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 15px;
}



/*QUIZ*/
#questionaire, #questionaire *{
    -webkit-box-sizing: border-box;
    -moz-box-sizing:  border-box;
    box-sizing:  border-box;
}
#questionaire{
    width:420px;
    height:420px;
    padding:30px;
    background-color: #f5f5f5;
    margin:10px;
    position:relative;
	z-index:50;
}
#questions{height:300px;position:absolute;left:30px;top:90px;right:30px;}
#questionaire li{display:none;}
#questionaire li{overflow:hidden;position:absolute;width:100%;height:100%;top:0;left:0;}
#questionaire li .number{line-height:1;font-size:7em;font-weight:normal;color:rgb(136,130,82);margin-bottom:8px;}
#questionaire li .answers{position:absolute;bottom:0px;}
#questionaire li input{visibility:hidden;position:absolute;left:-999em;}
#questionaire li label{font-size:0.8em;display:inline-block;cursor:pointer;padding:0 30px;border:1px solid #000;margin-right:5px;background-color:#fff;color:#877f58;line-height:35px;height:37px;font-weight:bold;}
#questionaire li input:checked + label{background-color:#877f58;color:#fff;}
#questionaire .control-text{
    height:60px;
    position:absolute;
    top:30px;
	font-size:1.2em;
}
#questionaire .control-button{
    padding:0;
    border:0;
    background:transparent;
    width:auto;
    font-size:3em;
    position:absolute;
    bottom:24px;
    right:30px;
    cursor:pointer;
    height:48px;
    line-height:48px;
    overflow:hidden;
}
#questionaire .control-button > img {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
    transform: rotate(180deg);
}
#result{background-color:#f5f5f5;display:none;z-index:999;height:100%;position:absolute;left:0px;top:0px;right:0px;padding:90px 30px 0 30px;text-align:center;}
#result h3 {
    color: #877f58;
    font-family: tahoma;
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 20px;
}
#result .text {
    font-size: 1.2em;
    margin-bottom: 15px;
}
#result .score {
    color: #877f58;
    font-size: 6em;
}
@media screen and (max-width:417px){
	.exhibition{min-width:320px;width:320px;max-width:320px}
	.exhibition li.item{    
		width:320px;
		height:320px;
	}
	.exhibition li.item.featured{
		width:320px;
		height:320px;
	}
	.box-wrap .boxes-2{width:320px;}
	.box-wrap .boxes-3{width:320px;}
	.box-wrap .boxes-4{width:320px;}
	.box-wrap .boxes-2 .item {width: 320px;}
	.box-wrap .boxes-3 .item {width: 320px;}
	.box-wrap .boxes-4 .item {width: 320px;}
}
/*fix exhibitions*/
@media screen and (min-width:392px){
	.exhibition{width:392px}
	.exhibition li.item{    
		width:196px;
		height:196px;
	}
	.exhibition li.item.featured{
		width:392px;
		height:392px;
	}
}
@media screen and (min-width:588px){
	.exhibition{width:588px}
}
@media screen and (min-width:784px){
	.exhibition{width:784px}
}
@media screen and (min-width:980px){
	.exhibition{width:980px}
}
@media screen and (min-width:1176px){
	.exhibition{width:1176px}
}
/*fix boxes-2*/
@media screen and (min-width:418px){
	.box-wrap .boxes-2{width:418px;}
	.box-wrap .boxes-2 .item {width: 418px;}
}
@media screen and (min-width:858px){
	.box-wrap .boxes-2{width:858px;}
}
/*fix boxes-3*/
@media screen and (min-width:572px){
	.box-wrap .boxes-3{width:572px;}
}
@media screen and (min-width:869px){
	.box-wrap .boxes-3{width:869px;}
}
/*fix boxes-4*/
@media screen and (min-width:422px){
	.box-wrap .boxes-4{width:422px;}
}
@media screen and (min-width:644px){
	.box-wrap .boxes-4{width:644px;}
}
@media screen and (min-width:866px){
	.box-wrap .boxes-4{width:866px;}
}

/*ADDITIONAL*/
.results.news > li.sub-nav,
article aside.sub-nav,
aside.sub-nav{
	border:none;
	padding: 0;
    font-size: 13px;
    margin: 0 auto 35px;
}
.results.news > li.sub-nav li,
aside.sub-nav li {
    text-align:center;
    padding: 5px 0px;
	margin-bottom:5px;
}
.sub-nav li a{color:#000}
.sub-nav li a:hover,
.sub-nav li a.current{color:#80805B;}
.filters select.show-always {
    display: inline-block;
}
body > header nav.sub a{width:150px;}

.virtual-premier{padding-top:0px;}
.premier-items{overflow:hidden;padding:0 5px;}
.premier-items .item{
    width:49%;
    margin-right:2%;
    float:left;

    padding:10px;
    border:1px solid #ccc;
    margin-bottom:15px;
}
.premier-items .item:nth-child(2n){margin-right:0;}
.premier-items .item:nth-child(2n+1){clear:left;}

.premier-items .item img{max-width:100%;}
.premier-items .title{
    display:block;
    font-size:15px;
    height:2em;
    margin:10px 0;
    text-align:center;
    color:#9EA0A3;
    overflow:hidden;
}
.premier-items .item:hover .title{color:#80805b}

aside.calendar {
    margin: 40px auto;
    padding: 0px 30px;
}
.calendar ul.day-names, 
.calendar ul.days, 
.calendar ul.info {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.calendar ul.days{padding:15px 0px 40px;}
.calendar ul.info{margin-bottom:30px;}
.calendar ul.day-names li {
    float: left;
    width: 14.2857%;
    text-align: center;
}
.calendar ul.days li {
    float: left;
    width: 14.2857%;
    text-align: center;
    border-bottom: 1px solid #000;
}
.calendar ul.days li a,
.calendar ul.days li span{
    padding: 28px 0px;
    color: #000;
    display: block;
}
.calendar ul.days li.with-events a, 
.calendar ul.days li:hover a {
    background-color: #eee;
    font-weight: bold;
}
.calendar ul.days li.selected{background-color: rgba(128, 128, 91, 0.5);}
.calendar ul.days li.selected a,
.calendar ul.days li.selected:hover a{background-color:transparent;}
.calendar ul.days li.offset-1 {width: 14.2857%;}
.calendar ul.days li.offset-2 {width: 28.5714%;}
.calendar ul.days li.offset-3 {width: 42.8571%;}
.calendar ul.days li.offset-4 {width: 57.1428%;}
.calendar ul.days li.offset-5 {width: 71.4285%;}
.calendar ul.days li.offset-6 {width: 85.7142%;}

.calendar .info .next a, .calendar .info .previous a {
    position: absolute;
    top: 0px;
    width: 30px;
    height: 30px;
    background: transparent url('../images/calendar-arrows.png') 0 0 no-repeat;
    line-height: 30px;
    overflow:hidden;
    text-indent:-999em;
}
.calendar .info .previous a {
    left: 0px;
    background-position:0% 50%;
}
.calendar .info .next a{
    right: 0px;
    background-position:100% 50%;
}
.calendar .info .monthname {
    height: 30px;
    text-align: center;
    line-height: 30px;
}
/*premier form*/
article fieldset.premier-form legend{
	font-size:17px;
	font-weight:normal;
	color:#898254;
	padding:0 0 20px;
}
article fieldset.premier-form .form-group,
article fieldset.premier-form .checkbox {
	width: 100%;
	overflow: hidden;
	margin-bottom:15px;
}
article fieldset.premier-form .form-group input {
	width: 100%;
	height:35px;
	border: 1px solid #010101;
	padding: 5px 10px;
	margin-top: 10px;
	border-radius: 0px;
}
article fieldset.premier-form .checkbox input{
	float:left;
}
article fieldset.premier-form .checkbox .form-comment{display:block;margin-left:30px;}
article fieldset.premier-form .btn{
	display:inline-block;
	padding:10px 25px;
	color:#fff;
	background-color:#898254;
	font-weight:bold;
}

















/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
