@charset "utf-8";

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

}

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

}

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

}

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

}

.is-page-node-type-page table td {
  padding: 2px 4px;
  position: relative;
}

/*
.is-page-node-type-page table code {
  margin: 1.5rem 0;
  display: block;
}
*/

.hljs {
  background: #fff;
}



.is-page-node-type-page table .info span:after {
  content: ', ';
}

.is-page-node-type-page table .info span:last-of-type:after {
  content: '';
}

.is-page-node-type-page table .info {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  padding: 2px 4px;
}

.is-page-node-type-page table .mandatory {
  color: red;
}

.is-page-node-type-page table pre {
  overflow: hidden;
}
.is-page-node-type-page table pre code {
  margin: -44px 0 -44px -25px;
  line-height: 19px;
}

ul.menu a {
  color: #000 !important;
}

ul.menu a.is-active {
  font-family: 'open_sanssemibold';
}

details.hl {
  border: none;
}

details.hl .hljs {
  background: #333;
  color: #f8f8f2;
}

details.hl .hljs-attr {
  color: #e6db74;
}

details.hl .hljs-number {
  color: #ae81ff;
}
details.hl .hljs-string {
  color: #a6e22e;
}
details.hl .hljs-literal {
  color: #f92672;
}

details.hl summary {
  font-size: 14px;
  outline: none;
  position: relative;
  padding: 5px 5px 5px 20px;
  background: #fff;
  color: #000;
  transition: border-bottom 0.3s, background 0.3s, color 0.3s;
  border:solid #ccc 1px;
}

details.hl summary:hover {
  background: #ccc;
}

details.hl[open] summary {
  color: #f8f8f2;
  background: #333 !important;
}

details.hl summary::-webkit-details-marker {
  display: none;
}

details.hl summary:before {
  content: "\25be";
  position: absolute;
  top: 5px;
  left: 7px;
  transition: transform 0.2s;
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

details.hl[open] summary {
  border-bottom: solid #ccc 1px;
}

details.hl[open] summary:before {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

details.hl pre {
  margin: 0;
  max-height: 0;
  overflow: auto;
  transition: max-height 0.3s;
}

details.hl[open] pre {
  max-height: 500px;
}


body
{
    font-family: 'open_sansregular';
    color: #000;
    font-size: 16px;
}
a
{
    color: #000;
}
h1, h2 
{
    font-family: 'open_sanslight';
    font-weight: normal;
}
h1
{
    font-size: 30px;
}
h3,h4,h5,h6
{
    font-family: 'open_sanssemibold';
    font-weight: normal;
}
label {
    display: block;
    font-weight: normal;
}
.site-logo
{
    float:left;
    display:block;
}
.site-logo img
{
    margin-top: 50px;
    margin-right: 60px;
    margin-bottom: 35px;
}
.site-slogan
{
    font-family: 'open_sanslight';
    font-size: 26px;
    color: #c8c8c8;
    width: 256px;
    line-height: 1.2em;
    text-transform: lowercase;
    border-left: #c8c8c8 2px solid;
    padding-left: 15px;
    margin-left: 182px;
    padding-top: 0px;
    margin-top: 20px;
    margin-bottom: 0;
}
.events .row,
.events .row .item {
    clear: both;
}

.events .row .label {
    display: inline-block;
    float: left;
    width: 150px;
}

.events .row .value {
    margin-left: 160px;
}

.events table th {
    text-align: left;
}

.events pre {
    max-height: 300px;
    border: solid #aaa 1px;
    overflow: auto;
}
#node-event-form #edit-actions,
#node-call-form #edit-actions,
#node-job-form #edit-actions
{
    display:none;
}
.node-form .horizontal-tab-button a strong {
    pointer-events: none;
}
#block-plurioblocksautocompletesearchfrontpage
{
    background: #e30613;
    color: white;
    width: 49.5%;
    
}
#block-submit
{
   background: #333;
   color: white; 
   width: 49.5%;
}
#block-plurioblocksautocompletesearchfrontpage h2,
#block-submit h2
{
    padding: 30px 70px 20px 70px;
}
#block-plurioblocksautocompletesearchfrontpage .field--name-body,
#block-submit .field--name-body
{
    padding: 0 70px 40px 70px;
}
#block-views-block-searchsolr-block-1 .view-filters,
#block-views-block-searchsolr-block-2 .view-filters
{
    display: none;
}

.is-path-search .view-searchsolr > .view-header .view-header .msg,
#block-views-block-searchsolr-block-2 .msg
{
   top: 50%;
    position: relative;
}
.is-path-search .view-searchsolr > .view-header .view-header,
#block-views-block-searchsolr-block-2 .view-header
{
    position: absolute;
    z-index: 99;
    background: url(../images/dummymap.jpg);
    background-size: cover;
    width: 100%;
    height: 100%;
    text-align: center;
    display: none;
}
.is-path-search .view-searchsolr > .view-header .view-searchsolr,
#block-views-block-searchsolr-block-2
{
    width: 500px;
    float: left;
    margin-right: 4px;
    margin-bottom: 4px;
    height: 330px;
    background: url(../images/loader-events.gif) no-repeat center center #efefef;
    position: relative;
}

.is-path-search .view-searchsolr > .view-filters,
#block-plurioblockssearchevent,
#block-plurioblockssearchplace,
#block-plurioblockssearchjobs
{
    float: right;
    width: 635px;
    background: #e30613;
    color: white;
    height: 330px;   
}
.is-path-search .view-searchsolr.view-display-id-page_2 > .view-filters,
#block-plurioblockssearchplace
{
	float: right !important;
    background: #e30613;
}
.is-path-search .view-searchsolr.view-display-id-page_4 > .view-filters,
#block-plurioblockssearchjobs
{
    background: #577cc0;
	float: right !important;
}
.is-path-search .view-searchsolr > .view-filters form,
#block-plurioblockssearchevent form
{
    margin: 0 70px 40px;
    padding: 20px;
    background: rgba(255,255,255,0.2);
}
.view-searchsolr > .view-empty
{
    padding: 30px 76px;
    background: #929292;
}
.view-searchsolr .view-footer
{
    display: none;
}
#block-views-block-searchsolr-block-1 .pager,
#block-views-block-searchsolr-block-2 .pager
{
    display: none;
}
.is-path-search .layout-center .views-element-container
{
    clear: both;
}
.is-path-search .view-searchsolr.view-display-id-page_1 > .view-content,
.is-path-search .view-searchsolr.view-display-id-page_2 > .view-content,
.is-path-search .view-searchsolr.view-display-id-page_3 > .view-content,
.is-path-search .view-searchsolr.view-display-id-page_4 > .view-content,
#block-views-block-searchsolr-block-3
{
    background: #929292;
    padding: 30px 80px;
}
.is-path-search .view-searchsolr.view-display-id-page_1 > .view-header .view-content,
.is-path-search .view-searchsolr.view-display-id-page_2 > .view-header .view-content,
.is-path-search .view-searchsolr.view-display-id-page_3 > .view-header .view-content,
.is-path-search .view-searchsolr.view-display-id-page_4 > .view-header .view-content,
#block-views-block-searchsolr-block-3
{
    padding: 0;
}
.is-path-search .view-searchsolr .views-field-field-call-type,
.is-path-search .view-searchsolr .views-field-field-job-type
{
    margin-top: 20px;
}
#block-views-block-searchsolr-block-3
{
    margin-top:5px;
}
.node-form .form-item
{
    margin: 0 0 10px 0;
}
    
.view-searchsolr > .view-content > .views-row
{
    background: rgba(255,255,255,0.6);
    float: left;
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
    height: 159px;
    overflow: hidden;
}
.view-searchsolr > .view-content > .views-row:nth-child(even)
{
    margin-right: 0;
}
.view-searchsolr > .view-content > .views-row .views-field-title h2
{
    font-size: 18px;
    line-height: 1.1em;
    padding-right: 20px;
    margin-bottom: 10px;
    margin-top: 0;
    max-height: 40px;
    overflow: hidden;
    font-family: 'open_sansregular';
}
.view-searchsolr .views-row .views-field-field-date
{
    font-size: 14px;
    line-height: 1.1em;
    padding-right: 20px;
    margin-bottom: 10px;
}

.view-searchsolr .views-row .views-field-field-date .date-recur-date {
  white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.view-searchsolr > .view-content > .views-row  a
{
    color:#323232;
    text-decoration: none;
}
.view-searchsolr > .view-content >  .views-row
{
    cursor:pointer;
    -moz-transition: transform 0.8s;
    -webkit-transition: transform 0.8s;
    transition: transform 0.8s;
}
.view-searchsolr > .view-content > .views-row:hover
{
    
    -moz-transform: scale(1.05, 1..05);
    -webkit-transform: scale(1.05, 1.05); 
    transform: scale(1.05, 1.05);
   
    -moz-transition: transform 0.8s;
    -webkit-transition: transform 0.8s;
    transition: transform 0.8s;
}
.view-searchsolr h1
{
    margin-bottom: 10px;
        margin-top: 0;
}
.view-searchsolr h1
{
    margin-bottom: 10px;
        margin-top: 0;
}
.view-searchsolr div.summary
{
    background: #929292;
    padding: 0 78px;
}
.view-searchsolr:after
{
    clear: both;
    font-size: 0;
    display: table;
    height: 0;
    content: "";
}
.view-searchsolr .views-field-field-media
{
    float: left;
    width: 50%;
    margin-right: 20px;
        height: 159px;
    background: url(../images/default-plurio.gif) no-repeat center center;
    background-size: cover;
}
ul.date-recur-occurrences 
{
    margin: 0;
}
ul.date-recur-occurrences  li
{
    list-style: none;
}
.view-searchsolr .views-field-field-media img
{
    display: block;
}
.view-searchsolr .views-field-field-location ul li
{
    display: block;
}
.view-searchsolr .views-field-field-location h2,
.view-searchsolr .views-field-field-location .field--name-field-region
{
    display: none;
}
.view-searchsolr .views-field-field-location .field--name-field-town h2
{
    display: block;
    font-size: 14px;
    margin: 0;
    line-height: 1.2em;
}
.view-searchsolr .views-field-field-categories,
.view-searchsolr .views-field-field-cat1
{
    font-size: 14px;
    margin: 20px 0 0;
    line-height: 1.2em;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 20px;
    max-width: 100%;
    display: block;
    overflow: hidden;
}
.view-searchsolr .form-item-cat1,
.view-searchsolr .form-item-cat1 select
{
    width: 100%;
}
.is-path-search .view-searchsolr > .view-filters h2,
#block-plurioblockssearchplace h2{
    padding: 20px 70px 0;
    margin-bottom: 10px;
}
.is-path-search .view-searchsolr > .view-filters label,
#block-plurioblockssearchevent  label
{
    display: none;
}
.is-path-search .view-searchsolr > .view-filters .form-item,
#block-plurioblockssearchevent .form-item,
#block-plurioblockssearchjobs .form-item
{
    margin: 0 20px 10px 0;
}

.is-path-search .view-searchsolr > .view-filters  .form-item-field-date input,
#block-plurioblockssearchevent .form-item-field-date input,
.is-path-search .view-searchsolr > .view-filters  .form-item-field-date-to input,
#block-plurioblockssearchevent .form-item-field-date-to input
{
    width: 100%;
}
.is-path-search .view-searchsolr > .view-filters  .form-item-field-date,
#block-plurioblockssearchevent .form-item-field-date,
.is-path-search .view-searchsolr > .view-filters #edit-categories--3,
#block-plurioblockssearchevent #edit-categories--3
{
    width: 158px;
}
.is-path-search .view-searchsolr > .view-filters  .form-item-field-date,
#block-plurioblockssearchevent .form-item-field-date,
.is-path-search .view-searchsolr > .view-filters  .form-item-field-date-to,
#block-plurioblockssearchevent .form-item-field-date-to
{
    width: 48%;
    margin-right: 4%;
}
.is-path-search .view-searchsolr > .view-filters  .form-item-field-date-to,
#block-plurioblockssearchevent .form-item-field-date-to
{
    margin-right: 0%;
}
.is-path-search .view-searchsolr > .view-filters  .form-item-search-api-fulltext,
#block-plurioblockssearchevent  .form-item-search-api-fulltext,
.is-path-search .view-searchsolr > .view-filters  .form-item-target select,
#block-plurioblockssearchevent  .form-item-target select,
.is-path-search .view-searchsolr > .view-filters  .form-item-categories select,
#block-plurioblockssearchevent  .form-item-categories select,
.is-path-search .view-searchsolr > .view-filters .form-item-field-job-type select,
.is-path-search .view-searchsolr > .view-filters .form-item-field-contract-type select
{
    width: 100%;
    margin-right: 0;
}
.is-path-search .view-searchsolr > .view-filters  .form-item-search-api-fulltext input,
#block-plurioblockssearchevent .form-item-search-api-fulltext input,
#block-plurioblockssearchjobs .form-item-search-api-fulltext input,
.is-path-search .view-searchsolr > .view-filters .form-item-field-contract-type select
{
    width: 100%;
}
.is-path-search .view-searchsolr > .view-filters  .form-item-categories,
#block-plurioblockssearchevent .form-item-categories,
.is-path-search .view-searchsolr > .view-filters .form-item-field-job-type
{
    width: 48%;
    float: left;
    margin-right: 4%;
}
.is-path-search .view-searchsolr > .view-filters  .form-item-town,
#block-plurioblockssearchevent .form-item-town
{
    width: 275px;
}
.is-path-search .view-searchsolr > .view-filters  .form-item-target,
#block-plurioblockssearchevent .form-item-target,
.is-path-search .view-searchsolr > .view-filters .form-item-field-contract-type
{
    width: 48%;
    float: left;
    margin-right: 0px;
}
.views-exposed-form .form-item #edit-combine
{
    width: 100%;
}
.is-path-search .view-searchsolr > .view-filters  .form-actions, 
#block-plurioblockssearchevent .form-actions 
{
    float: left;
    clear: none;
    margin: 0;
}
input.form-submit,
a.form-submit,
.exlude-include-options input[type='button']
{
    background: #f78e1b;
    border: none;
    box-shadow: none;
    color: white;
    padding: 4px 20px;
    border-radius: 20px;
}
input.form-submit:hover,
a.form-submit:hover
{
    color: #f78e1b;
    background: white;
}
a.form-submit.continue
{
    float:right;
    margin-top: 19px;
}
a.form-submit.back
{
    display: inline-block;
    margin-top: 20px;
}
.node-form #edit-actions
{
    float: right;
}
.layout-3col__left-sidebar
{
    background: #929292;
}
.layout-3col__right-content
{
    padding-left: 5px;
    /**/
}
body.path-en-node-add-call .layout-3col__right-content,
body.path-en-myplurio-mycalls .layout-3col__right-content,
body.path-fr-node-add-call .layout-3col__right-content,
body.path-fr-myplurio-mycalls .layout-3col__right-content,
body.path-de-node-add-call .layout-3col__right-content,
body.path-de-myplurio-mycalls .layout-3col__right-content,
body.path-node-add-call .layout-3col__right-content,
body.path-myplurio-mycalls .layout-3col__right-content
{
    background: #333;
}

body.path-en-node-add-job .layout-3col__right-content,
body.path-en-myplurio-myjobs .layout-3col__right-content,
body.path-fr-node-add-job .layout-3col__right-content,
body.path-fr-myplurio-myjobs .layout-3col__right-content,
body.path-de-node-add-job .layout-3col__right-content,
body.path-de-myplurio-myjobs .layout-3col__right-content,
body.path-node-add-job .layout-3col__right-content,
body.path-myplurio-myjobs .layout-3col__right-content
{
    background: #577cc0;
}
body.api-doc .layout-3col__right-content,
body.section-api-doc .layout-3col__right-content
{
    background: none;
    color: black;
    padding-top: 0;
    padding-right: 0;
}
body.section-api-reference .layout-3col__right-content table
{
    margin-top:0;
}
body.section-api-reference .layout-3col__right-content table td
{
    padding:10px;
}
label.error
{
    background: red;
    border-radius: 3px;
    padding: 5px 5px 2px;
    margin-top: -2px;
    display: inline-block;
}
.horizontal-tabs
{
    border: none;
}
.horizontal-tabs .horizontal-tabs-list
{
    font-size: 14px;
    background: none;
    border: none;
    position: relative;
}
.node-event-form .horizontal-tabs .horizontal-tabs-list:after,
.node-call-form .horizontal-tabs .horizontal-tabs-list:after,
.node-job-form .horizontal-tabs .horizontal-tabs-list:after
{
    content:"";
    display: block;
    position: absolute;
    height: 20px;
    width: 100%;
    z-index: 2;
}
.is-page-node-type-job .views-field-nothing h3
{
    margin:0;
}
.horizontal-tabs ul.horizontal-tabs-list li:after
{
    content: " > ";
    display: inline-block;
    padding: 0 5px;
}
.horizontal-tabs ul.horizontal-tabs-list li a, .horizontal-tabs ul.horizontal-tabs-list li.selected a
{
    padding: 0;
    color: white;
    display: inline-block;
    cursor: text;
}
.horizontal-tabs .horizontal-tab-button
{
   background: none;
   border-right: none;
}
.horizontal-tabs .horizontal-tab-button strong
{
   font-weight: normal;
}
.horizontal-tabs-pane {
    padding: 0;
}
details > .details-wrapper {
    padding: 0 !important;
}
fieldset,
.node-form .field--type-date-recur,
.node-form .field--type-entity-reference,
.node-form .field--name-field-allowed-domains
{
    background: rgba(255,255,255,0.4);
    border: 0;
    padding: 10px 20px 30px;
}
.node-form .field--name-field-allowed-domains {
  padding-top: 20px;
  padding-bottom: 20px;
}
#edit-field-email-address-wrapper
{
    margin-top: 10px;
}
.field--name-field-allowed-domains .domain-list ul {
  margin: 0;
  margin-bottom: 12px;
}
.field--name-field-allowed-domains .domain-form .form-text {
  width: calc(100% - 145px);
}
.field--name-field-allowed-domains .domain-form .add-domain {
  width: 130px;
  margin-left: 15px;
}

.tabledrag-toggle-weight-wrapper
{
    display: none;
}
.node-form input.form-text,
.node-form input.form-url,
.node-form .form-type-textarea textarea,
.node-form .field--type-integer input,
.node-form .form-type-email input,
.node-form input.form-date
{
    border: 1px solid #e30613;
    border-radius: 3px;
    padding: 4px;
}
.node-form input.form-text,
.node-form input.form-url,
.node-form .form-type-email input,
.node-form .form-type-textarea textarea
{
    width: 100%;
}
.node-form legend
{
    position: relative;
    top: 30px;
}
.node-form .field--type-date-recur h4.label,
.node-form .field--type-entity-reference h4.label,
.node-form legend,
.node-form .field--name-field-allowed-domains label
{
    font-size: 18px;
    color:#363636;
    font-family: 'open_sanssemibold';
    font-weight: normal;
}
.node-form .form-type-textfield label,
.node-form .form-type-email label,
.node-form .field--type-video-embed-field label
{
    display: none;
}
.form-item-field-subtitle-2-0-value
{
    margin-bottom:0 !important;
}
.node-form .field--type-date-recur .form-item,
.node-form .field--type-entity-reference .form-item
{
    margin: 0;
}
.node-form .field--type-date-recur th,
.node-form .field--type-entity-reference th
{
    padding-bottom: 15px;
}
.node-form .field--type-date-recur .date-recur-container-inline h4.label,
.node-form .field--type-entity-reference .fieldset-wrapper h4.label
{
  font-size: 14px;
  /*
  width: 115px;
  */
}
.date-recur-container-inline .container-inline
{
    float: none;
}
.node-form .field--type-date-recur fieldset,
.node-form .field--type-entity-reference fieldset
{
    padding-left: 0;
    color:#363636;
}
form .field-multiple-table .field-multiple-drag
{
    background: rgba(255,255,255,0.2);
}
.node-form .field--type-date-recur .form-type-textarea label 
{
    display: none;
}
.node-form .field--type-date-recur .form-type-textarea .form-textarea-wrapper label 
{
    display: block;
    margin-top: 10px;
}
.node-form .field--type-date-recur .form-type-textarea .form-textarea-wrapper label.inline
{
    display: inline-block;
    width: 120px;
}
.node-form .field--type-date-recur .form-type-textarea .form-textarea-wrapper .end-options label.inline,
.node-form .field--type-date-recur .exlude-include-options  label.inline
{
    display: block;
    width: auto;
}
.node-form .field--type-date-recur .form-type-textarea .form-textarea-wrapper label input
{
    margin-right: 10px;
}
.date-recur-widget {
    background: rgba(255,255,255,0.2);
    border: none;
    border-radius: 0;
    padding: 10px 20px 20px;
    margin: 10px 0;
}
.node-form fieldset .field--type-boolean
{
    margin-bottom: 20px;
}
.node-form fieldset.prices input.form-text
{
    width: auto;
}
.node-form fieldset.prices thead
{
    display:none;
}
.multiple-fields-remove-button
{
    margin-top: 5px;
}
.node-form fieldset.field-group-fieldset
{
    padding-top: 44px;
}
.form-table__row:nth-child(2n), .form-table tbody tr:nth-child(2n), form table tbody tr:nth-child(2n)
{
        background-color: rgba(255,255,255,0.1);
}
.node-form .field--widget-inline-entity-form-complex fieldset
{
    background: none;
    margin: 0;
    padding: 0;
}
.node-form .field--widget-inline-entity-form-complex fieldset legend
{
    position: static;
    margin-bottom: 20px;
}
#field-tickets-values .field--type-datetime fieldset
{
    background: none;
    padding: 0;
    margin-bottom: 18px
}
#field-tickets-values .field--type-datetime fieldset legend
{
    position: static;
    float: left;
    font-size: 16px;
    margin-left: -1px;
    margin-top: 4px;
    margin-right: 10px;
    font-family: 'open_sansregular';
    width: 60px;
}
.form-composite > legend, .label {
    font-weight:normal !important;
    margin: 0;
    padding: 0;
}
.form-composite > legend {
    position: static;
    margin-bottom: 20px !important;
}
.field--type-entity-reference fieldset label,
.field--type-link label
{
    display: none;
}
.field--type-entity-reference fieldset .form-type-number label{
    display: inline-block;
    width: 60px;
}
.node-form fieldset .form-type-checkbox,
.node-form fieldset .form-type-radio{
   width: 204px;
    margin: 0 5px 5px 0 !important;
    display: inline-block;
        vertical-align: top;
}
.field--widget-options-buttons .multiple-fields-remove-button,
.field--widget-autocomplete-deluxe .multiple-fields-remove-button
{
    display: none;
}
.field--type-entity-reference fieldset .form-type-checkbox label,
.field--type-entity-reference fieldset .form-type-radio label {
    display: inline-block;
    font-size: 14px;
}
.field--type-entity-reference fieldset .field--type-integer,
.field--type-entity-reference fieldset .field--type-text,
.field--type-entity-reference fieldset .form-item.form-type-textarea
{
    margin-bottom: 18px
}
#node-event-form details.optional
{
    display: none;
}
.field--widget-options-buttons fieldset
{
    background: none;
}
.horizontal-tabs ul.horizontal-tabs-list li.selected a
{
    color: black;
}
#edit-field-cat2-wrapper
{
    margin-top: 20px;
}
.node-form details#edit-field-media summary,
#edit-field-video-wrapper label,
.field--widget-autocomplete-deluxe label
{
   color:#363636;
   font-weight: normal;
    
    padding: 0;
    margin-bottom: 10px;
}
.node-form .field--type-image details
{
    border: none;
    clear: both;
    background: rgba(252,255,255,0.2);
    padding: 20px;
    color: black;
}
.node-form .field--type-image details table thead
{
    display: none;
}
.node-form .field--type-image details table tbody tr td
{
    background: rgba(255,255,255,0.2);
    padding: 10px;
}
.node-form .field--type-image details table tbody tr td input.form-submit,
.node-form details table.field-multiple-table tbody tr td input.form-submit
{
    background: url(../images/icon-delete.png) no-repeat center center;
    font-size: 0;
    height: 20px;
    width: 20px;
    background-size: contain;
}
#edit-field-websites-wrapper thead,
#edit-field-websites-wrapper .form-type-textfield
{
    display: none;
}
#edit-field-websites-wrapper .form-type-url
{
    width: 100%;
    float: left;
    margin-right: -40px;
}
#edit-field-video-wrapper label
{
    display: block;
}
#block-mainnavigation-2 ul.menu
{
    padding: 30px 30px;
    margin: 0;
}
#block-mainnavigation-2 ul.menu li
{
   margin: 10px 0 10px;
}
#block-mainnavigation-2 ul.menu li a
{
   text-decoration: none;
   font-size: 17px;
}
#block-mainnavigation-2 ul.menu li.menu-item--active-trail a
{
   font-weight: bold;
}

#block-mainnavigation-2 ul.menu li ul.menu
{
    
    margin: 10px 0 20px;
    padding: 0;
}
#block-mainnavigation-2 ul.menu li ul.menu li a {
    padding: 9px 15px;
    margin-bottom: 5px;
    background: rgba(255,255,255,0.4);
    display: block;
}
#block-mainnavigation-2 ul.menu li ul.menu li a
{
   font-size: 16px;
}
#block-mainnavigation-2 ul.menu li ul.menu li a:hover
{
    -webkit-opacity:0.6;
    opacity:0.6;
}
#block-mainnavigation-2 ul.menu li ul.menu li.menu-item--active-trail a
{
    background: #e30613;
    display:block;
}
#block-mainnavigation-2 ul.menu li:nth-child(2) ul.menu li.menu-item--active-trail a
{
    background: #333
}
#block-mainnavigation-2 ul.menu li:nth-child(3) ul.menu li.menu-item--active-trail a
{
    background: #577cc0
}
#block-mainnavigation-2 ul.menu li ul.menu li.menu-item--active-trail a
{
    color: white;
    
}
#block-mainnavigation ul.menu li 
{
    font-size: 20px;
}
.menu-item--expanded 
{
    list-style-image: none !important;
    list-style-type: none !important;
}
#block-mainnavigation ul.menu li::after 
{
    content: '|';
    padding: 0 13px;
}
#block-mainnavigation ul.menu li.menu-item--active-trail
{
    font-family: 'open_sansbold';
}
#block-mainnavigation ul.menu li a:hover
{
    -webkit-opacity:0.6;
    opacity:0.6;
    text-decoration: none;
}
.layout-3col__right-content
{
    min-height: 456px;
}
.view-myplurio thead
{
    background: rgba(255,255,255,0.2);
    color: #323232;
    text-align: left;
}
.view-myplurio thead th
{
    padding: 10px;
}
.view-myplurio tbody tr
{
    background: rgba(255,255,255,0.8);
    margin-bottom: 4px;
    color: #323232;
}
.view-myplurio tbody tr td
{
    padding-top:5px;
    padding-bottom:5px;
}
.view-myplurio tbody tr td.views-field-field-date,
.view-myplurio tbody tr td.views-field-title
{
    padding-left:10px;
}
.views-field-edit-node, .clone
{
    width: 30px;
}
.views-field-edit-node a
{
    display: block;
    font-size: 0;
    background: url(/themes/plurio/images/icon-edit.png) no-repeat;
    background-size: auto auto;
    background-size: contain;
    width: 30px;
}
.clone a
{
    display: block;
    font-size: 0;
    background: url(/themes/plurio/images/icon-clone.png) no-repeat;
    background-size: auto auto;
    background-size: contain;
    width: 30px;
}
.myplurio-link.events
{
    background: #e30613 !important;
}
.myplurio-link.calls
{
    background: #333 !important;
}
.myplurio-link.jobs
{
    background: #577cc0 !important;
}
.myplurio-link.places
{
    background: #333 !important;
}
.myplurio-links .myplurio-link h2
{
    color: white;
}

#edit-field-tickets-wrapper .field--type-link
{
    width: 70%;
    margin-right: 1%;
    float: left;
}
#edit-field-tickets-wrapper .field--type-integer
{
    width: 29%;
    float: left;
}
#edit-field-tickets-wrapper .field--type-integer label
{
    display: none;
}
#edit-field-sales-phone-number-wrapper
{
    float: left;
    width: 49%;
}
#edit-field-sales-email-address-wrapper
{
    width: 49%;
    float: left;
    margin-right: 2%;
}
#edit-field-categories-wrapper,
#edit-field-type-wrapper,
#edit-field-secondary-category-wrapper
{
    padding: 0;
    background: none;
    margin-bottom: 10px;
}
.node-form .field--type-date-recur
{
    margin-bottom: 18px;
}
#block-views-block-calls-block-1,
#block-views-block-calls-block-2
{
    background: #efefef;
    border-right: solid #fff 2.5px;
    width: 50%;
    padding: 40px 70px;
    float: left;
    min-height: 513px;
    margin-bottom: 6px;
    color: white;
}
#block-views-block-calls-block-1
{
    background:#333;
}
#block-views-block-calls-block-2
{
    border-left: solid #fff 2.5px;
    border-right: none;
    background:#577cc0;
}
#block-views-block-calls-block-1 h2,
#block-views-block-calls-block-2 h2
{
    margin: 0;
    font-size: 30px;
    margin-bottom: 20px;
    line-height: 1.1em;
}
.view-calls .views-row
{
    clear: both;
    margin-bottom: 20px;
}
.view-calls .views-row:after
{
    clear: both;
    height: 0;
    font-size: 0;
    display: table;
    content: "";
}
.view-calls .views-field-field-image
{
    float: left;
    width: 145px;
    margin-right: 20px;
    height: 100px;
    background: url(../images/default-plurio.gif) no-repeat center center;
    background-size: cover;
}
.view-calls .views-row h3
{
    margin:0;
    font-size: 18px;
    line-height: 1.2em;
}
 #block-views-block-events-block-1 .views-field-field-location,
.view-calls .views-row h3,
.view-calls .views-field-field-company-name-organization .field-content
{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.view-calls .views-row h3
{
    color:white;
    font-size: 20px;
}
.view-calls .views-row h3 a
{
    text-decoration: none;
    color: white;
}
#edit-field-new-location-wrapper .field--name-field-house-numver
{
    width:130px;
    margin-right: 20px;
    margin-top:15px;
    float:left;
}
#edit-field-new-location-wrapper .field--name-field-street
{
    float: left;
    width: 421px;
    margin-top: 15px;
}

#edit-field-new-location-wrapper .field--name-field-town,
#edit-field-new-location-wrapper .field--name-field-cat1,
#edit-field-new-location-wrapper .field--name-field-cat2
{
    padding: 0;
    float: left;
    margin-top: 15px;
    margin-bottom: 15px;
    width: 100%;
}
#edit-field-new-location-wrapper .field--name-field-town label,
#edit-field-new-location-wrapper .field--name-field-cat1 label,
#edit-field-new-location-wrapper .field--name-field-cat2 label,
.node-form .form-type-select label
{
    display: none;
}
.node-form .field--widget-options-select,
.node-form .form-type-select select
{
    width: 100% !important;
}
#edit-field-new-location-wrapper,
#edit-field-new-location
{
        padding-top: 1px;
        margin-top: 0;
}

#datepicker .ui-datepicker {
	background: #efefef;
	border: 1px solid #e30613;
	border-right: 1px solid #efefef;
	border-right: 0;
	border-radius: 5px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	overflow: hidden;
	padding: 0;
}

#datepicker .ui-datepicker .ui-datepicker-header {
	background: #333;
    color:#fff;
	border: none;
	border-radius: 0;
	font-family: 'open_sanssemibold';
	font-weight: normal;
}

#datepicker .ui-datepicker th {
	font-family: 'open_sansregular';
	font-weight: normal;
}

#datepicker .ui-state-default {
	border-radius: 3px;
	transition: background 0.3s, border-color 0.3s, color 0.3s;
}

#datepicker .ui-state-default.ui-state-hover,
#datepicker .ui-datepicker-current-day .ui-state-default.ui-state-hover {
	border-color: #c5c5c5;
	background: #f6f6f6;
	color: #454545;
}

#datepicker .ui-datepicker-current-day .ui-state-default {
	border-color: #c5c5c5;
	background: #f6f6f6;
	color: #454545;
}

#datepicker .ui-state-highlight {
	border-color: transparent;
	background: none;
}

#datepicker .ui-state-highlight .ui-state-default,
#datepicker .ui-state-highlight.ui-datepicker-current-day .ui-state-default {
	background-color: #e30613;
	border-color: #e30613;
	color: #fff;
}

#datepicker .ui-datepicker .ui-datepicker-prev-hover,
#datepicker .ui-datepicker .ui-datepicker-next-hover {
	border: 0;
	background: rgba(255, 255, 255, 0.4);
	top: 2px;
}

#datepicker .ui-datepicker .ui-datepicker-prev-hover {
	left: 2px;
}

#datepicker .ui-datepicker .ui-datepicker-next-hover {
	right: 2px;
}


#edit-field-new-location-wrapper .field--name-field-contact-phonenumber,
#edit-field-new-location-wrapper .field--name-field-contact-email,
#edit-field-new-location-wrapper .field--name-field-websites
{
    margin-bottom: 15px;
}
#node-call-form fieldset,
#node-job-form fieldset
{
    margin-bottom: 0;
}
#node-call-form fieldset legend,
#node-job-form fieldset legend
{
    position: relative;
    top: 44px;
}
#node-call-form fieldset .form-radios,
#node-job-form fieldset .form-radios,
.node-form #edit-field-town-wrapper,
#edit-field-application-deadline-wrapper fieldset
{
    padding:0;
    background: none;
}
#node-call-form fieldset .form-checkboxes,
#node-job-form fieldset .form-checkboxes
{
    padding:0;
    background: none;
}
#edit-field-application-deadline-wrapper
{
    margin-bottom: 15px;
}
#edit-field-application-deadline-wrapper fieldset legend
{
    font-size: 14px;
    float: left;
    position: static;
    padding-top: 5px;
}
#edit-field-application-deadline-wrapper fieldset .fieldset-wrapper
{
    float: left;
}
.path-myplurio-myevents a.event-modify
{
    background: #e30613 !important;
    color: white;
}
.path-myplurio-mycalls a.call-modify
{
    background: #333 !important;
    color: white;
}
.path-myplurio-myjobs a.job-modify
{
    background: #577cc0 !important;
    color: white;
}
#block-plurioblockssearchcalls ,
#block-plurioblockssearchjobs 
{
    margin-bottom: 5px;
}
#block-plurioblockssearchjobs .form-item.form-item-field-job-type {
    margin: 0 25px 0 0 !important;
}

#block-plurio-local-tasks
{
    position: fixed;
    left: 0px;
    top: 50%;
    z-index: 999;
    padding: 10px;
    background: rgba(255,255,255,0.6);
}

#block-plurio-local-tasks nav.tabs,
#block-plurio-local-tasks .tabs,
#block-plurio-local-actions nav.action-links
{
    background: none;
    padding: 0;
    border: none;
    margin: 0;
}
#block-plurio-local-tasks .tabs__tab,
#block-plurio-local-actions nav.action-links li
{
    border-radius: 0;
    border: 0;
    background: none;
    -webkit-opacity: 0.6;
    opacity: 0.6;
}
#block-plurio-local-tasks .tabs__tab a,
#block-plurio-local-actions nav.action-links a
{
    border-radius: 0;
    border: 0;
    background: none;
        margin: 0;
    padding: 0;
}
#block-plurio-local-tasks .tabs__tab.is-active,
#block-plurio-local-actions nav.action-links.is-active,
#block-plurio-local-tasks .tabs__tab:hover
{
    border-radius: 0;
    border: 0;
    background: none;
    -webkit-opacity: 1;
    opacity: 1;
    
}
#block-plurio-local-tasks .tabs__tab
{
    display: block;
    float: none;
    margin-bottom: 8px;
}
#block-plurio-local-tasks .tabs__tab.View,
#block-plurio-local-tasks .tabs__tab.Voir,
#block-plurio-local-tasks .tabs__tab.Ansicht
{
    background: url(/themes/plurio/images/icon-view.png) no-repeat left center;
    background-size: auto auto;
    background-size: contain;
    font-size: 0;
    margin-bottom: 0;
}
#block-plurio-local-tasks .tabs__tab.Edit,
#block-plurio-local-tasks .tabs__tab.Modifier,
#block-plurio-local-tasks .tabs__tab.Bearbeiten
{
    background: url(/themes/plurio/images/icon-edit.png) no-repeat left center;
    background-size: auto auto;
    background-size: contain;
    font-size: 0;
}
#block-plurio-local-tasks .tabs__tab.Latest,
#block-plurio-local-tasks .tabs__tab.version,
#block-plurio-local-tasks .tabs__tab.Version
{
    background: url(/themes/plurio/images/icon-validate.png) no-repeat left center;
    background-size: auto auto;
    background-size: contain;
    font-size: 0;
}
#block-plurio-local-tasks .tabs__tab.Delete,
#block-plurio-local-tasks .tabs__tab.Supprimer,
#block-plurio-local-tasks .tabs__tab.Löschen
{
    background: url(/themes/plurio/images/icon-delete.png) no-repeat left center;
    background-size: auto auto;
    background-size: contain;
    font-size: 0;
}
#block-plurio-local-tasks .tabs__tab.Revisions,
#block-plurio-local-tasks .tabs__tab.Révisions,
#block-plurio-local-tasks .tabs__tab.Versionen
{
    background: url(/themes/plurio/images/icon-revisions.png) no-repeat left center;
    background-size: auto auto;
    background-size: contain;
    font-size: 0;
}
#block-plurio-local-tasks .tabs__tab.Translate,
#block-plurio-local-tasks .tabs__tab.Traduire,
#block-plurio-local-tasks .tabs__tab.Übersetzen
{
    background: url(/themes/plurio/images/icon-translate.png) no-repeat left center;
    background-size: auto auto;
    background-size: contain;
    font-size: 0;
}
#block-plurio-local-actions nav.action-links li:first-child
{
    background: url(/themes/plurio/images/icon-clone.png) no-repeat left center;
    background-size: auto auto;
    background-size: contain;
    font-size: 0;
}
#block-plurio-local-tasks .tabs__tab:nth-child(1) a,
#block-plurio-local-tasks .tabs__tab:nth-child(2) a,
#block-plurio-local-actions nav.action-links li:first-child a
{
    padding: 0;
    width: 23px;
}
.responsive-menus.responsified
{
    position: absolute;
    top: 61px;
    height: 33px;
}
.responsive-menus.responsified span.toggler
{
    box-shadow: none;
    background: none;
    color: #323232;
    text-align: right;
    top: 59px;
    right: -6px;
    font-size: 55px;
    display: block;
    margin-right: -9px;
    height: 71px;
}
.responsive-menus.responsified.responsive-toggled.absolute {
    position: absolute;
    z-index: 999;
    top: 59px;
    padding: 0 0 27px;
}
.responsive-menus.responsified .responsive-menus-simple
{
    box-shadow: none;
    border-radius: 0;
}
.responsive-menus.responsified.responsive-toggled span.toggler
{
    border-bottom: none;
}

.responsive-menus.responsified.responsive-toggled .responsive-menus-simple, .responsive-menus.responsified.responsive-toggled .responsive-menus-simple ul {

    background: none;
}
.responsive-menus.responsified .responsive-menus-simple li a {
    background: rgba(0,0,0,0.8);
    color: white;
}
.node-form .form-type-vertical-tabs
{
    display: none;
}
.role-administrator .node-form .form-type-vertical-tabs,
.role-editor .node-form .form-type-vertical-tabs
{
    display: block;
}
#edit-moderation-state-wrapper
{
    padding: 20px 20px 0;
    background: rgba(255,255,255,0.5);
    display: inline-block;
    color: #363636;
}
#edit-moderation-state-wrapper 
{
    display: none;
}
.role-administrator #edit-moderation-state-wrapper,
.role-editor #edit-moderation-state-wrapper 
{
    display: block;
}
.path-myevents #block-plurio-page-title h1,
.path-en-myevents #block-plurio-page-title h1,
.path-fr-myevents #block-plurio-page-title h1,
.path-de-myevents #block-plurio-page-title h1{
    margin: 0;
    padding: 20px 40px 10px;
}
.path-myevents #block-plurio-page-title,
.path-en-myevents #block-plurio-page-title,
.path-fr-myevents #block-plurio-page-title,
.path-de-myevents #block-plurio-page-title{
    background: #efefef;
    color: #323232;
}
#block-hervorgehobenesformularfake-fieldspage-1
{
    float: left;
}
#block-hervorgehobenesformularfake-fieldspage-1 label, 
#block-hervorgehobenesformularfake-fieldspage-1 .form-actions,
.views-exposed-form .form-item-latlon-value input,
.views-exposed-form .form-item-latlon-3-value input
{
   display: none;
}
#block-hervorgehobenesformularfake-fieldspage-1
{
    display: none;
    margin: 0 0 -8px 14px;
        float: none;
}
.views-exposed-form .form-item input.form-text
{
    height: 28px;
    border: none;
    padding: 5px;
}
.is-path-search .view-searchsolr > .view-filters .form-item-latlon-value,
#block-plurioblockssearchplace .form-item-latlon-value
{
    margin-right: 0;
    margin-bottom: 23px;
}

.is-path-search .view-searchsolr > .view-filters .form-item-latlon-value form,
.is-path-search .view-searchsolr > .view-filters .form-item-latlon-value .form-type-entity-autocomplete,
#block-plurioblockssearchplace .form-item-latlon-value form,
#block-plurioblockssearchplace .form-item-latlon-value .form-type-entity-autocomplete
{
    margin: 0;
    padding: 0;
}
.is-path-search .view-searchsolr > .view-filters .form-item-latlon-value .form-item-fake,
#block-plurioblockssearchplace .form-item-latlon-value .form-item-fake
{
        width: 206px;
}
.is-path-search .view-searchsolr > .view-filters .form-item-latlon-value form .form-actions,
#block-plurioblockssearchplace .form-item-latlon-value form .form-actions
{
    display: none;
}
.is-path-search .view-searchsolr > .view-filters .form-item-latlon-distance-from,
#block-plurioblockssearchplace .form-item-latlon-distance-from
{
    display: inline-block;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
}
#block-views-block-town-block-1
{
    margin-right: 15px;
}
#block-views-block-town-block-1 h2
{
    display: none;
}
#block-plurioblockssearchplace .form-item-latlon-value
{
    display: inline-block;
    margin-right: 0 !important;
    margin-bottom: 23px !important;
}
#block-plurioblockssearchplace .form-item-categories
{
    width: 275px;
}
#block-plurioblockssearchplace .form-item-cat1,
#block-plurioblockssearchplace .form-item-cat1 select
{
    width: 100%;
}
.view-searchsolr .views-row.jobtype-3.views-field-field-image {
    background-image: url(../images/defaults/small/administration-finance.jpg);
}
.view-searchsolr .views-row.club .views-field-field-pictures {
    background-image: url(../images/defaults/small/bar-club.jpg);
}
.view-searchsolr .views-row.Cinema .views-field-field-pictures {
    background-image: url(../images/defaults/small/cinema.jpg);
}
.view-searchsolr .views-row.Circus .views-field-field-pictures {
    background-image: url(../images/defaults/small/circus-streetart.jpg);
}
.view-searchsolr .views-row.City .views-field-field-pictures {
    background-image: url(../images/defaults/small/city-town-center.jpg);
}
.view-searchsolr .views-row.jobtype-1 .views-field-field-image {
    background-image: url(../images/defaults/small/creative-design.jpg);
}
.view-searchsolr .views-row.Cultural .views-field-field-pictures {
    background-image: url(../images/defaults/small/cultural-center.jpg);
}
.view-searchsolr .views-row.jobtype-6 .views-field-field-image {
    background-image: url(../images/defaults/small/editorial.jpg);
}
.view-searchsolr .views-row.Education .views-field-field-pictures {
    background-image: url(../images/defaults/small/education-conferences.jpg);
}
.view-searchsolr .views-row.Cultural .views-field-field-pictures {
    background-image: url(../images/defaults/small/cultural-center.jpg);
}
.view-searchsolr .views-row.Exhibitions .views-field-field-pictures {
    background-image: url(../images/defaults/small/exhibitions.jpg);
}
.view-searchsolr .views-row.Fair .views-field-field-pictures {
    background-image: url(../images/defaults/small/cultural-center.jpg);
}
.view-searchsolr .views-row.Festival .views-field-field-pictures {
    background-image: url(../images/defaults/small/festival.jpg);
}
.view-searchsolr .views-row.Gallery .views-field-field-pictures {
    background-image: url(../images/defaults/small/gallery.jpg);
}
.view-searchsolr .views-row.Hotel .views-field-field-pictures {
    background-image: url(../images/defaults/small/hotel-restaurant.jpg);
}
.view-searchsolr .views-row.Library .views-field-field-pictures {
    background-image: url(../images/defaults/small/library.jpg);
}
.view-searchsolr .views-row.jobtype-5 .views-field-field-image {
    background-image: url(../images/defaults/small/management.jpg);
}
.view-searchsolr .views-row.jobtype-4 .views-field-field-pictures {
    background-image: url(../images/defaults/small/marketing-communication.jpg);
}
.view-searchsolr .views-row.Memorial .views-field-field-pictures {
    background-image: url(../images/defaults/small/memorial-cultural-heritage.jpg);
}
.view-searchsolr .views-row.Museum .views-field-field-pictures {
    background-image: url(../images/defaults/small/museum.jpg);
}
.view-searchsolr .views-row.Others .views-field-field-pictures,
.view-searchsolr .views-row.jobtype-9 .views-field-field-image{
    background-image: url(../images/defaults/small/others.jpg);
}
.view-searchsolr .views-row.Outdoor .views-field-field-pictures {
    background-image: url(../images/defaults/small/heritage-traditions.jpg);
}
.view-searchsolr .views-row.jobtype-7 .views-field-field-image {
    background-image: url(../images/defaults/small/project-management.jpg);
}
.view-searchsolr .views-row.jobtype-2 .views-field-field-image {
    background-image: url(../images/defaults/small/sales-customer-support.jpg);
}
.view-searchsolr .views-row.School .views-field-field-pictures {
    background-image: url(../images/defaults/small/school-education.jpg);
}
.view-searchsolr .views-row.Sport .views-field-field-pictures {
    background-image: url(../images/defaults/small/sport-venue.jpg);
}
.view-searchsolr .views-row.jobtype-8 .views-field-field-image {
    background-image: url(../images/defaults/small/technician.jpg);
}
.view-searchsolr .views-row.Theatre .views-field-field-pictures {
    background-image: url(../images/defaults/small/theater-cabaret.jpg);
}
.view-searchsolr .views-field-field-company-name-organization
{
    max-height: 38px;
    overflow: hidden;
}

.view-searchsolr .view-content:after {
  content: '';
  clear: both;
  display: table;
}


/* Places */
.views-row.finance .event-top .views-field-views-conditional-field-1,
.views-row.cat-3 .event-top .views-field-views-conditional-field-1 {
    background-image: url(../images/defaults/administration-finance.jpg);
}
.views-row.cat-43651 .event-top .views-field-views-conditional-field-1,
.views-row.club .event-top .views-field-views-conditional-field-1 {
    background-image: url(../images/defaults/bar-club.jpg);
}
.views-row.cat-43639 .event-top .views-field-views-conditional-field-1,
.views-row.Cinema .event-top .views-field-views-conditional-field-1 {
    background-image: url(../images/defaults/cinema.jpg);
}
.views-row.Circus .event-top .views-field-views-conditional-field-1 {
    background-image: url(../images/defaults/circus-streetart.jpg);
}
.views-row.cat-43640 .event-top .views-field-views-conditional-field-1,
.views-row.City .event-top .views-field-views-conditional-field-1 {
    background-image: url(../images/defaults/city-town-center.jpg);
}
.views-row.cat-1 .event-top .views-field-views-conditional-field-1,
.views-row.design .event-top .views-field-views-conditional-field-1 {
    background-image: url(../images/defaults/creative-design.jpg);
}
.views-row.cat-43641 .event-top .views-field-views-conditional-field-1,
.views-row.Cultural .event-top .views-field-views-conditional-field-1 {
   background-image: url(../images/defaults/cultural-center.jpg);
}
.views-row.cat-6 .event-top .views-field-views-conditional-field-1,
.views-row.Editorial .event-top .views-field-views-conditional-field-1 {
    background-image: url(../images/defaults/editorial.jpg);
}
.views-row.cat-43648 .event-top .views-field-views-conditional-field-1,
.views-row.Education.event-top .views-field-views-conditional-field-1 {
    background-image: url(../images/defaults/education-conferences.jpg);
}
.views-row.cat-43645 .event-top .views-field-views-conditional-field-1,
.views-row.Cultural .event-top .views-field-views-conditional-field-1 {
    background-image: url(../images/defaults/cultural-center.jpg);
}
.views-row.Exhibition .event-top .views-field-views-conditional-field-1 {
    background-image: url(../images/defaults/exhibitions.jpg);
}
.views-row.cat-43642 .event-top .views-field-views-conditional-field-1,
.views-row.Fair .event-top .views-field-views-conditional-field-1 {
    background-image: url(../images/defaults/cultural-center.jpg);
}
.views-row.Festival .event-top .views-field-views-conditional-field-1 {
    background-image: url(../images/defaults/festival.jpg);
}
.views-row.cat-43643 .event-top .views-field-views-conditional-field-1,
.views-row.Gallery .event-top .views-field-views-conditional-field-1 {
    background-image: url(../images/defaults/gallery.jpg);
}
.views-row.cat-43652 .event-top .views-field-views-conditional-field-1,
.views-row.Hotel .event-top .views-field-views-conditional-field-1 {
    background-image: url(../images/defaults/hotel-restaurant.jpg);
}
.views-row.cat-43644 .event-top .views-field-views-conditional-field-1,
.views-row.Library .event-top .views-field-views-conditional-field-1 {
  background-image: url(../images/defaults/library.jpg);
}
.views-row.cat-5 .event-top .views-field-views-conditional-field-1,
.views-row.Management .event-top .views-field-views-conditional-field-1 {
    background-image: url(../images/defaults/management.jpg);
}
.views-row.cat-4 .event-top .views-field-views-conditional-field-1,
.views-row.communication .event-top .views-field-views-conditional-field-1 {
    background-image: url(../images/defaults/marketing-communication.jpg);
}
.views-row.Memorial .event-top .views-field-views-conditional-field-1 {
   background-image: url(../images/defaults/memorial-cultural-heritage.jpg);
}
.views-row.cat-43646 .event-top .views-field-views-conditional-field-1,
.views-row.Museum .event-top .views-field-views-conditional-field-1 {
    background-image: url(../images/defaults/museum.jpg);
}
.views-row.cat-9 .event-top .views-field-views-conditional-field-1,
.views-row.cat-43653 .event-top .views-field-views-conditional-field-1,
.views-row.Others .event-top .views-field-views-conditional-field-1,
.views-row.cat- .event-top .views-field-views-conditional-field-1 {
    background-image: url(../images/defaults/others.jpg);
}
.views-row.cat-43647 .event-top .views-field-views-conditional-field-1,
.views-row.Outdoor .event-top .views-field-views-conditional-field-1 {
    background-image: url(../images/defaults/heritage-traditions.jpg);
}
.views-row.cat-7 .event-top .views-field-views-conditional-field-1,
.views-row.Management.project .event-top .views-field-views-conditional-field-1 {
   background-image: url(../images/defaults/project-management.jpg);
}
.views-row.cat-2 .event-top .views-field-views-conditional-field-1,
.views-row.Sales .event-top .views-field-views-conditional-field-1 {
   background-image: url(../images/defaults/sales-customer-support.jpg);
}
.views-row.School .event-top .views-field-views-conditional-field-1 {
    background-image: url(../images/defaults/school-education.jpg);
}
.views-row.cat-43649 .event-top .views-field-views-conditional-field-1,
.views-row.Sport .event-top .views-field-views-conditional-field-1 {
   background-image: url(../images/defaults/sport-venue.jpg);
}
.views-row.cat-8 .event-top .views-field-views-conditional-field-1,
.views-row.Technician .event-top .views-field-views-conditional-field-1 {
   background-image: url(../images/defaults/technician.jpg);
}
.views-row.cat-43650 .event-top .views-field-views-conditional-field-1,
.views-row.Theatre .event-top .views-field-views-conditional-field-1 {
   background-image: url(../images/defaults/theater-cabaret.jpg);
}
.views-row.Technician .event-top .views-field-views-conditional-field-1 {
    background-image: url(../images/defaults/technician.jpg);
}
.views-row.cat-24358 .event-top .views-field-views-conditional-field-1 {
	background-image: url(../images/defaults/small/memorial-cultural-heritage.jpg)
}

#edit-field-new-location-wrapper .details-wrapper
{
    margin-top: 20px;
}
#edit-field-new-location-wrapper .form-inline-entity-form-field-cat1,
#edit-field-new-location-wrapper .field--type-entity-reference
{
    clear: both;
}
#block-views-block-town-block-1
{
    position: relative;
}
#block-views-block-town-block-1 .view-content
{
    position: absolute;
    z-index: 99;
    background: white;
    border: #ddd 1px solid;
    top: 10px;  
    width: 200px;
}
#block-views-block-town-block-1 .view-content .views-row,
#block-views-block-town-block-1
{
    display: none;
}
#block-views-block-town-block-1 form,
#block-views-block-town-block-1 .form-item
{
    padding: 0 !important;
    margin: 0 !important;
    position: relative;
}
#block-views-block-town-block-1 .view-content h3
{
    font-weight: normal;
    font-size: 12px;
    cursor: pointer;
    margin: 0;
    line-height: 1.2em;
    color: black;
    padding: 5px;
}
#block-views-block-town-block-1 .view-content h3:hover
{
    background:rgba(0,0,0,0.2);
}
#block-views-block-town-block-1 .form-item
{
    margin: 0;
    max-width: 219px;
}
.views-exposed-form-searchsolr-page-2 #block-views-block-town-block-1 .form-item {
    margin: 0;
    max-width: 272px;
}
input.form-submit[data-drupal-selector='edit-reset']
{
    background: rgba(255,255,255,0.5);
    color: #f78e1b;
}
.form-item-latlon-distance-from select
{
    vertical-align: top;
    width: 94px;
    margin-right: 20px;
}
.views-exposed-form select
{
    height: 29px;
}
#block-plurioblockssearchcalls .form-item-search-api-fulltext
{
    width: 100% !important;
    margin: 0 0 15px 0 !important;
}
.messages--error
{
    border: none;
    background: none;
    box-shadow: none;
}
.messages, .messages--status
{
    border: none;
    background: none;
    box-shadow: none;
}

#edit-field-event-type
{
    font-size: 14px;
}
#eventdategroup.datetype-1 .field-multiple-table .date-recur-container-inline .container-inline
{
    float: left;
}
#eventdategroup.datetype-1 .field-multiple-table .date-recur-container-inline .container-inline:last-child select
{
    margin-top: 2px;
}
#eventdategroup.datetype-1 .field-multiple-table fieldset
{
    padding: 0;
}
#eventdategroup.datetype-1 .field--name-field-date
{
    float: left;
    padding: 0;
    height: 242px;
    overflow: scroll;
    width: 400px;
	padding-bottom: 12px;
    box-sizing: content-box;
}
#eventdategroup.datetype-1 .field--name-field-date th {
	background: #333;
	color: #fff;
}
#contact .edit-field-email-address-wrapper 
{
    padding: 10px 0;
}
#eventdategroup.datetype-1 .field--type-date-recur .form-type-date > label
{
    width: 101px;
    display: inline-block;
	padding-left: 7px;
}
#eventdategroup.datetype-3 table.field-multiple-table  thead,
#eventdategroup.datetype-2 table.field-multiple-table  thead
{
    display: none;
}
#eventdategroup.datetype-3 .field--type-office-hours table thead th:last-child
{
    visibility: hidden;
}
#eventdategroup.datetype-3 .field--type-date-recur
{
    padding: 0;
}
#eventdategroup.datetype-2 .field--type-date-recur fieldset
{
    background: none;
    padding: 0;
}
#eventdategroup.datetype-2 span.clone,
#eventdategroup.datetype-3 span.clone,
#eventdategroup.datetype-2 .field-multiple-drag,
#eventdategroup.datetype-3 .field-multiple-drag,
#eventdategroup.datetype-2 .field-add-more-submit,
#eventdategroup.datetype-3 .field-add-more-submit,
#eventdategroup.datetype-3 .form-textarea-wrapper,
#eventdategroup.datetype-2 .date-recur-container-inline label,
#eventdategroup.datetype-3 .date-recur-container-inline label,
#eventdategroup.datetype-3 .date-recur-container-inline .form-time-wrapper,
.office-hours-copy-link,
.field--name-field-exceptionally-closed-on,
#eventdategroup.datetype-2 .date-recur-container-inline  > *:nth-child(3),
#eventdategroup.datetype-2 .date-recur-container-inline  > *:nth-child(4)
{
    display: none !important;
}
.office-hours-add-link
{
    background: url(../images/icon-clone.png) no-repeat;
    font-size: 0;
    width: 30px;
    height: 35px;
    display: block;
    background-size: contain;
}
#eventdategroup.datetype-3 .date-recur-container-inline
{
    padding-left: 30px;
}
#eventdategroup.datetype-3 .date-recur-container-inline h4
{
    display: inline-block;
    width: auto;
}
#eventdategroup.datetype-3 .date-recur-container-inline .container-inline
{
    display: inline-block;
    float: left;
    margin-right: 30px;
}
#eventdategroup.datetype-3 .field--widget-date-recur-interactive-widget
{
    margin-bottom: 0;
}
#eventdategroup.datetype-3 .field--type-office-hours
{
    width: auto;
    padding: 0 30px 30px;
    background: rgba(255,255,255,0.2)
}
#eventdategroup.datetype-3 .field--type-office-hours details
{
    margin: 0;
    border: 0;
    color: #323232;
}
#eventdategroup.datetype-3 .field--type-office-hours details summary
{
    padding: 0;
    font-weight: bold;
    padding-top:20px;
}
.office-hours-label
{
    font-weight: normal;
}
#eventdategroup.datetype-3 .field--type-office-hours table
{
    margin: 0;
}
#eventdategroup.datetype-2 .date-recur-widget .container-inline select[name="freq"] option[data-freq-base="yearly"],
#eventdategroup.datetype-2 .date-recur-widget .container-inline select[name="freq"] option[data-freq-base="daily"],
#eventdategroup.datetype-2 .date-recur-widget .container-inline select[name="freq"] option[data-freq-base="hourly"],
#eventdategroup.datetype-2 .date-recur-widget .container-inline select[name="freq"] option[data-freq-base="minutely"],
#eventdategroup.datetype-2 .date-recur-widget .container-inline select[name="freq"] option[data-freq-base="secondly"]
{
    display: none;
}

#eventdategroup.datetype-2 .date-recur-widget .byweekday-pos-container {
  display: block;
}

#eventdategroup.datetype-2 .date-recur-widget .byweekday-pos-input {
  border: solid #f78e1b 2px;
}

#eventdategroup.datetype-2 .date-recur-widget .byweekday-pos-container {
}

#eventdategroup.datetype-2 .date-recur-widget .container-inline label.controls
{
    display: inline-block;
    padding-right:10px;
}
#eventdategroup.datetype-2 .date-recur-widget > label:last-child
{
    display: none;
}
.is-page-node-type-widget article .field
{
    clear: both;
}
.is-page-node-type-widget article .field .field__label
{
    width: 200px;
}
#block-views-block-widgets-block-1
{
    clear: both;
}
#events_lu_widget_frame_code
{
    padding: 10px;
    border: 1px solid black;
    background: #929292;
    color: black;
    font-size: 12px;
}
.node-widget-edit-form .field-group-fieldset
{
    float: left;
    width: 48%;
    margin-right: 2%;
    height: 160px;
}
.node-widget-edit-form .field--type-entity-reference
{
    clear: both;
    padding-top: 20px;
    margin-bottom: 15px;
    padding-bottom: 20px;
}
.node-widget-edit-form #edit-field-country--wrapper
{
    background: rgba(255,255,255,0.2);
    border: 0;
    padding: 10px 20px;
}
.node-widget-edit-form #edit-field-country--wrapper legend
{
    position: relative;
}
.node-widget-edit-form #edit-field-country
{
    padding-top: 13px;
    padding-bottom: 10px;
}
.focal-point-indicator:after {
    content: '▲ ▼';
    width: 500px;
    height: 0px;
    background: none;
    transform: translate(-250px,-110px);
    padding: 55px 250px;
    border-top: 55px solid rgba(0,0,0,0.7);
    border-bottom: 55px solid rgba(0,0,0,0.7);
    font-size: 13px;
}
.focal-point-wrapper {
    overflow: hidden;
}
#block-footer ul.menu li.menu-item--collapsed
{
    list-style: none;
}