/** General */
@import "../fonts/ulysses-fonts.css";

html, body {
     margin:0; /* remove default margin */
     padding:0; /* remove default padding */
     width: 100vw; /* take full browser width */
}

html {
  position: relative;
  min-height: 100%;
}

body {
  font-family: 'muli-regular', sans-serif;
  font-size: 0.9em;
  margin-bottom: 240px;
  overflow-x: hidden;
  padding: 0;
  width: 100vw;
  display: block;
  color: #232323;
  @media (max-width: 768px) {
    margin-bottom: 0;
  }
}


#banner-end-of-life {
    background-color: #dc3545;
    color: #fff;
    @media (max-width: 768px) {
        padding: 0.3rem;
        margin-top: 15px;
        margin-left: 15px;
        margin-right: 15px;
    }
}

input[type="time"] {
	min-height: 2.3rem;
}

b, strong {
  font-family: 'muli-bold', sans-serif;
  font-weight: bold;
}

#cboxContent .main {
  min-width: 420px;
}

#cboxContent .main .container-fluid {
    width: 100%;
}

.container-full {
    width: 100vw;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 0;
}

.text-center {
    text-align: center;
}

.content-padding {
    padding-bottom: 50px;
}

@media (min-width: 1200px) {
    .container-full .container {
        width: 1000px;
        max-width: 100%;
        margin: auto;
    }

    .footer .container {
        width: 1000px;
        max-width: 100%;
        margin: auto;
    }

    .top-header > .top-header-bar{
        margin: auto;
    }
}


@media (max-width: 768px) {
    .container-full {
        padding-bottom: 100px;
    }
}

/* No scrollbars on Safari
::-webkit-scrollbar {
    display: none;
}
*/


.up-to-top {
  position: fixed;
  right: 0;
  top: 500px;
  display: none; /* hidden when page is loaded */
  z-index: 100;
  cursor: pointer;
}
.up-to-top img {
  width: 64px;
  height: 64px;
}



h1, h2, h3, h4, .title, .item-title, .subtitle, b {
    font-family: "muli-extrabold", sans-serif;
    font-size: 14px;
}

h2 {
    font-family: "montserrat-extrabold", sans-serif;
    font-size: 27px;
}

h3 {
    font-size: 16px;
}

h3 img {
    width: 24px;

}

body > .container {
  padding: 60px 15px 15px 0;
}

.container-fluid {
    margin: 0;
    padding: 0;
    width: 100vw;
}

img.icon {
    width: 24px;
}

img.icon-small {
    width: 16px;
}

img.icon-medium {
    width: 32px;
}

img.img-full {
    width: 100%;
}

img.img-rounded {
    border-radius: 8px;
    border: solid 1px #eee;
}

a, a:hover {
    color: #59b1bc;
    text-decoration: none;
}

.align-right {
    text-align: right;
}

.btn {
    padding: 10px 20px;
    border-radius: 2px;
    font-family:"muli-bold", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn img {
    width: 18px;
    vertical-align: top;
}


.upload-field .form-control{
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 150px);
    min-height: 38px;
    border: solid 1px #d9d9d9;
    margin-top: -2px;
}

.btn-icon {
    padding: 0 5px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
}

.btn-icon.disabled {
    opacity: 0.3;
}

.btn-icon img{
    width: 24px;
    vertical-align: top;
    margin-top: 5px;
}

.btn-work {
    background: #e34a64;
    padding: 10px;
}

.btn-work:hover {
    background: #f94b65;
}

.btn-profile {
    background: #59b1bc;
    float: right;
    padding: 10px;
}

.btn-work img{
    width: 24px;
}

.btn-event {
    background: #8371bf;
    padding: 10px;
}

.btn-event:hover {
    background: #aba0ec;
}

.btn-event img{
    width: 24px;
}



.btn-sm {
    font-size: 11px;
    padding: 4px 8px;
    vertical-align: middle;
}

.btn-md {
    padding: 8px 10px;
    border-radius: 2px;
    font-size: 0.8em;
    margin-right: 4px;
}

.btn-md img {
    width: 17px;
    vertical-align: center;
}

.btn-xs {
    font-size: 0.7em;
    padding: 2px 4px;
    vertical-align: middle;
}

.btn-xs img {
    vertical-align: middle;
    height: 24px;
}

.btn-xs2 {
    font-size: 0.7em;
    padding: 0 8px;
    vertical-align: middle;
}

.btn-xs2 img {
    vertical-align: middle;
    height: 30px;
}

.btn-xs span {
    vertical-align: middle;
}

.btn-dark {
    background: #333;
    color: #fff;
}

.btn-dark:hover {
    background: #333;
    color: #59b1bc;
}

.btn-round {
    border-radius: 50%;
    height: 32px;
    width: 32px;
    padding: 5px 0;
}

.btn-primary, .btn-primary:active, .btn-primary.active, .btn-primary:focus, .btn-primary.focus {
    background: #59b1bc;
    color: #fff;
    border-color: #59b2be;
    text-transform: uppercase;
    outline: none;
    box-shadow: none;
}

.btn-primary:hover, .btn-primary.hover {
    background: #87d7d7;
    color: #fff;
    border-color: #87d7d7;
}

.btn-secondary {
    background: #232323;
    color: #fff;
}

.btn-secondary:hover {
    background: #343434;
    color: #fff;
}

.btn-reset, .btn-reset:focus, .btn-reset.active.focus, .btn-reset:active:focus {
    background: #ccc;
    color: #fff;
    border-color: #bbb;
}

.btn-reset:hover {
    color: #eee;
    background: #aaa;

}

.btn-search {
    background: transparent;
    background-image: url(../img/loupe2.png);
    width: 48px;
    height: 48px;
    background-size: cover;
}

.btn-search:hover {
    background-image: url(../img/loupe2-bleue.png);
}


.btn-help-text {
    margin-top: 15px;
}

.none-text {
    color: #888;
    font-style: italic;
}

.icon-btn img{
    width: 24px;
}

a.edit-button {
    float: right;
    margin: -4px 5px 0 0;
    padding: 4px 16px;
    border-radius: 4px;
    color: #fff;
    background: #333;
    border: solid thin #333;
}

a.edit-button:hover {
    text-decoration: none;
    background: #444;
}


a.disabled, a.disabled:hover {
    color: #ccc;
    cursor: no-drop;
}

.small-text {
    color: #444;
    font-size: 0.8em;
}

.pagination {
    text-align: center;
    display: block;
}

.pagination a {
    margin: 0 10px;
    padding: 5px;
    border-radius: 50%;
    min-width: 32px;
    display: inline-block;
    text-align: center;
    color: #232323;
}

.pagination a.disabled {
    color: #ccc;
}

.pagination a:hover {
    text-decoration: none;
    background: #eee;
}


.pager-active, .pager-active:hover {
    background-color: #232323;
    border-color: #ccc;
    color: #fff;
    cursor: no-drop;
    text-align: center;
    padding: 5px;
    border-radius: 50%;
    min-width: 32px;
    display: inline-block;
}


.arrow-right {
    display: block;
    width: 24px;
    height: 150px;
    background-image: url(../img/bouton_flecheVertOF2.png);
    background-size: contain;
}

.arrow-right:hover {
    background-image: url(../img/bouton_flecheVertON2.png);
}

/* colorbox */

.popup_buttons {
    float: none;
    text-align: center;
}

.popup_buttons .btn-secondary {
    color: #59b2be;
    background: none;
    border: none;
    text-transform: uppercase;
}

.popup_form input {
    border: solid 1px #ddd;
    padding: 2px;
}


.chosen-container-multi .chosen-choices {
    border: none;
    border-radius: 0.25rem;
    font-size: 1rem;
    line-height: 1.25rem;
    padding: 0.15rem 0.75rem;
    width: 100%;
    color: #55595c;
    background: #fff;
}

.ulysses-form .chosen-container-multi .chosen-choices {
    border: solid 1px #ccc;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    height: 30px !important;
    font-family: muli-regular, sans-serif;
    font-size: 14px;
    color: #979b9e;
}

.chosen-container-multi .chosen-choices li.search-choice {
    background-image: none;
    box-shadow: none;
    font-size: 14px;
    font-family: 'muli-regular', sans-serif;
    background: #f6f6f6;
    padding: 3px 20px 3px 5px;
    margin: 5px 5px 1px 1px;
    border-radius: 2px;
}

.chosen-container-multi.chosen-disabled .chosen-choices {
    background: #ccc;
}

#colorbox .main {
    padding: 30px 5px 10px 5px;
}

#colorbox .main form {
    padding: 0 20px;
}

#colorbox {overflow:visible;}
#cboxOverlay {
    overflow:visible;
    background: #232323;
    opacity: 0.8 !important;
}
#cboxWrapper {overflow:visible;}
#cboxContent {overflow:visible;}
#cboxLoadedContent {overflow:visible !important;}

#cboxTopLeft, #cboxTopRight, #cboxBottomLeft, #cboxBottomRight, #cboxMiddleLeft,
#cboxMiddleRight, #cboxTopCenter, #cboxBottomCenter{
    display: none;
}

#cboxTitle {
    background: #f5f5f5;
    padding: 10px 20px;
    font-family: "muli-bold", sans-serif;
    font-size:1.1em;
    color: #59b1bc;
    top: 1px;
    line-height: 18px;
    height: 36px;
    overflow-x: hidden;
}

#cboxClose {
    background: url(../icons/exit.svg) no-repeat;
    width: 24px;
    height: 24px;
    background-size: contain;
    background-color: transparent;
    top: 10px;
    right: 10px;
}

#cboxClose:hover {
    background-position: 0;
}

.colorbox-form input.form-control,
.colorbox-form .chosen-container-multi .chosen-choices {
    border: solid 1px #ccc;
    font-family: muli-regular, sans-serif;
    font-size: 14px;
}

.colorbox-form .form-field-row .field{
    margin-bottom: 10px;
}

.colorbox-form .form-field-row .field .field-label label {
    margin-bottom: 0;
}

/* ---- */



.members-row {
    text-align: left;
}

.member-item {
    margin-bottom: 20px;
    color: #232323;
}

.member-item a{
    color: #232323;
}

.member-item:hover, .member-item:hover a {
    color: #59b1bc;
}

img.member-avatar {
    border-radius: 50%;
    padding: 0 !important;
    display: inline-block;
    width: 100px;
    border: 1px solid #a9a9a9;
    background-color: white;
    vertical-align: top;
}

.member-name {
    font-family: "muli-bold", sans-serif;
    line-height: 1.25;
    font-size: 14px;
    text-align: left;
}

.member-data {
    display: inline-block;
    width: calc(100% - 105px);
    margin-left: 5px;
}


.member-data .member-info > div{
    display: inline-block;
    margin-right: 8px;
    color: #232323;
    font-size: 10px;
    font-family: "muli-regular", sans-serif;
}

.member-item:hover .member-info > div {
    color: #59b1bc;
}

.member-data img{
    width: 15px;
    height: auto;
    display: inline-block;
    margin-right: 0;
}

.member-about {
    line-height: 1.2em;
    max-height: 1.2em;
    margin: 5px 0;
    font-size: 13px;
    font-family: "muli-light", sans-serif;
}

.item-hover {
    display: none;
}

.item-icon {
    position: relative;
    display: inline-block;
    vertical-align: top;
    border-radius: 50%;
}

.member-item .item-icon:hover .member-item-foreground {
    width: 100%;
    height: 100%;
    background: #232323;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
}

.item-icon:hover .item-hover {
    display: inline-block;
    width: 100%;
    position: absolute;
    top: 38px;
    left: 0;
    text-align: center;
}

.item-icon:hover .item-hover img{
    width: 20px;
    background: #fff;
    border-radius: 0;
    margin: 0 5px;
}

.player-work .item-icon:hover .item-hover img {
    width: 18px;
    margin: 0 2px;
}

.item-icon:hover .item-hover .item-hover-star img{
  background: #59b1bc;
}

.item-item:hover {
    color: #59b1bc;
}

.item-item:hover a{
    color: #59b1bc;
}

/** Top header */

.ulysses-logo {
    display: inline-block;
    margin: 0;
    padding: 2px 0;
    max-height: 40px;
}

.top-header .ulysses-logo{
    width: 200px;
}

.top-header .top-header-bar {
    border-bottom: solid 1px #eee;
}

/* .top-header.top-header-signin {
    background: #232323 !important;
}

.top-header.top-header-signin .top-header-bar {
    background: #232323;
    border-bottom: solid 1px transparent;
} */

ul.nav-inline {
    display: inline-block;
}

ul.nav-inline li {
    display: inline-block;
    padding: 10px 0;
}

.nav-left {
    margin-left: 0px;
}
.nav-top li {
    margin-right: 10px;
    padding: 0;
    font-family: "montserrat-semibold", sans-serif;
    font-size: 14px;
}

.nav-top li a{
    color: #232323;
    text-transform: uppercase;
    padding: 0 5px;
    font-size: 0.9em;
}

.nav-top li a:hover {
    text-decoration: none;
}

.nav-top.main-nav li:after {
    width: 60%;
    display: block;
    margin: auto;
    height: 3px;
    border-bottom: solid 2px transparent;
}

/* .top-header.top-header-signin .nav-top.main-nav li:hover:after,
.top-header.top-header-signin .nav-top.main-nav li.active:after {
    border-bottom: solid 2px #fff;
} */

.top-header.top-header-anonymous .nav-top.main-nav li:hover:after,
.top-header.top-header-anonymous .nav-top.main-nav li.active:after{
    border-bottom: solid 2px #232323;
}


/* .top-header.top-header-signin .nav-top li a{
    color: #fff;
} */

.nav-left li:after{
    content: '';
}

.nav-top .signin-menu li a{
    color: #59b1bc;
    text-transform: uppercase;
    padding: 10px 15px;
    font-size: 0.9em;
}

.nav-top .signin-menu li a.highlight{
    background: #59b1bc;
    color: #fff;
    border-radius: 4px;
}

.nav-top .signin-menu li a.highlight:hover{
    background: #5fd0db;
}

.nav-left li:last-of-type:after{
    content: '';
}

.nav-top.nav-right {
    float: right;
    text-align: right;
    font-size: 0.8em;
    margin: 0;
}

.nav-top.nav-right .btn {
    font-size: 0.8em;
}

.nav-top.nav-right .login-zone {
    font-size: 1.4em;
}

img.login-icon {
    width: 32px;
    margin-right: 5px;
    vertical-align: top;
}

.nav-top.nav-right .login-zone,
.nav-top.nav-right .register-zone{
    margin-right: 20px;
}

.nav-top.nav-right .navbar-user{
    background: #eee;
    text-align: left;
    margin-right: 50px;

}

.nav-top.nav-right ul.navbar-user{
    background: #fff;
    text-align: left;
    margin-right: 5px;
    padding: 0;
    display: block;
    position: relative;
    min-width: 150px;
}

.nav-top.nav-right ul.navbar-user > li.dropdown.open,
.nav-top.nav-right ul.navbar-user:hover,
.nav-top.nav-right ul.navbar-user:focus{
    background: #eee;
}

.nav-top.nav-right ul.navbar-user > li{
    padding: 5px;
    margin: 0;
    display: block;
    width: 100%;
}

.nav-top.nav-right ul.navbar-user > li > a{
    font-size: 1em;
    text-decoration: none;
    color: #232323;
    text-transform: none;
}

.nav-top.nav-right .navbar-user ul.dropdown-menu{
    background: #eee;
    text-align: left;
    left: 0;
    padding: 0 0 10px 0;
    width: 100%;
    min-width: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
}

.nav-top.nav-right .navbar-user li ul.dropdown-menu li{
    display: block;
    margin: 0;
    width: 100%;
}

.nav-top.nav-right .navbar-user li ul.dropdown-menu li a {
    margin-right: 10px;
    display: block;
    padding: 5px 10px;
    color: #232323;
    text-transform: none;
    width: 100%;
    min-width: 0;
}

.nav-top.nav-right .navbar-user li ul.dropdown-menu li a:hover {
    text-decoration: none;
    background: #ddd;
}

.profile-bar .icon{
    display: inline-block;
    width: 20px;
}

.profile-bar .avatar-icon{
    border-radius: 50%;
    border: 1px solid #a9a9a9;
    width: 28px;
    background-color: white;
}


/** Footer */
.footer {
    width: 100vw;
}

.footer > .container {
  padding: 50px;
}

.footer.with-player {
  margin-bottom: 60px;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #F5F5F5;
  min-height: 240px;
}

.container-full-authenticated .footer {
    min-height: 320px;
}

.footer a {
    display: block;
    color: #232323;
    font-size: 14px;
    font-family: "muli-regular", sans-serif;
}

.footer .links a img{
    margin-bottom: 20px;
}

.footer .footer-logos {
    text-align: right;
}
.footer .footer-logos img{
    margin-bottom: 20px;
}

.footer-mailing-list-title {
  font-size: 16px;
  font-family: "muli-extrabold", sans-serif;
  color: #232323;
  text-transform: uppercase;
  line-height: 1.125;
  text-align: center;
  margin-bottom: 20px;
}

.footer-mailing-list-form .email-field input{
    width: calc(100% - 50px);
    background: transparent;
    border: none;
    border-bottom: solid 2px #232323;
    padding: 4px;
    display: inline-block;
}

.footer-mailing-list-form .email-field input:focus{
    outline: none;
}

.footer-mailing-list-form .accept_cgu{
    font-size: 10px;
}

.footer-mailing-list-form .accept_cgu input{
    font-size: 10px;
    vertical-align: bottom;
    margin-top: 4px;
}

.footer-mailing-list-form .accept_cgu a{
    display: inline-block;
    color: #59b1bc;
    font-size: 10px;
}

.btn-submit-icon {
    border: none;
    background: transparent;
    display: inline-block;
}

.btn-submit-icon img {
    width: 24px;
}

/** content */
.container-fluid .content {
    padding: 0;
}

footer .footer-padding {
    padding: 40px 0;
}

/** Buttons */

.icon-button {
    width: 24px;
    height: 24px;
    background-size: contain;
    display: inline-block;
    vertical-align: top;
    background-repeat: no-repeat;
}

/*.read-more-button {*/
    /*background-image: url(../img/readmore-of.png);*/
/*}*/

/*.read-more-button:hover {*/
    /*background-image: url(../img/readmore-on.png);*/
/*}*/

/*.plus-button {*/
    /*background-image: url(../img/add-of.png);*/
/*}*/

/*.plus-button:hover {*/
    /*background-image: url(../img/add-on.png);*/
/*}*/

/*.search-button {*/
    /*background-image: url(../img/loupe2-bleue.png);*/
/*}*/

/*.search-button:hover {*/
    /*background-image: url(../img/loupe2.png);*/
/*}*/


/*.share-button {*/
    /*background-image: url(../img/share-of.png);*/
/*}*/

/*.share-button:hover {*/
    /*background-image: url(../img/share-on.png);*/
/*}*/

/*.send-button {*/
    /*background-image: url(../img/send2-of.png);*/
/*}*/

/*.send-button:hover {*/
    /*background-image: url(../img/send2-on.png);*/
/*}*/

/*.calendar-button {*/
    /*width: 18px;*/
    /*background-image: url(../img/favori2-of.png);*/
/*}*/

/*.calendar-button:hover {*/
    /*background-image: url(../img/favori2-on.png);*/
/*}*/

/*.calendar-button.in-calendar {*/
    /*background-image: url(../img/favori2-on.png);*/
/*}*/

/*.calendar-button.in-calendar:hover {*/
    /*background-image: url(../img/favori2-of.png);*/
/*}*/


/*.edit-post-button {*/
    /*background-image: url(../img/edit.png);*/
/*}*/

/*.edit-post-button:hover {*/
    /*background-image: url(../img/edit-hover.png);*/
/*}*/

/*.edit-field-button {*/
    /*background-image: url(../img/edit.png);*/
/*}*/

/*.edit-field-button:hover {*/
    /*background-image: url(../img/edit-hover.png);*/
/*}*/

/*.delete-post-button {*/
    /*background-image: url(../img/remove-field-button.png);*/
/*}*/

/*.delete-post-button:hover {*/
    /*background-image: url(../img/remove-field-button-hover.png);*/
/*}*/

/*.quit-button {*/
    /*background-image: url(../img/quit-button.png);*/
/*}*/

/*.quit-button:hover {*/
    /*background-image: url(../img/quit-button-hover.png);*/
/*}*/

/*.calendar-buttons {*/
    /*text-align: right;*/
/*}*/

/** Homepage */
.home-banner {
    background: #232323;
    font-family: "muli-regular", sans-serif;
    position: relative;
    height: 400px;
}

.home-banner .home-banner-background{
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
}

.home-announce_call-background {
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
}

.home-banner-promotion {
    position: absolute;
    bottom: 50px;
    width: 100%;
}

h1.home-banner-title {
    color: #fff;
    margin-bottom: 50px;
    font-family: "montserrat-extrabold", sans-serif;
    text-transform: uppercase;
    font-size: 30px;
}

h1.home-banner-title .ulysses-highlight {
    color: #59b1bc;
}

h1.home-banner-title:after {
    width: 60px;
    margin-top: 10px;
    content: " ";
    border-bottom: solid 6px #59b1bc;
    display: block;
}


.home-banner-icon {
    display: inline-block;
    width: 40px;
    margin-right: 10px;
}


.home-banner-text {
    display: inline-block;
    width: calc(90% - 60px);
    vertical-align: top;
    color: rgb(246, 246, 246);
    line-height: 1.2;
    text-align: left;
    font-family: "muli-regular", sans-serif;
    font-size: 14px;
}

.home-banner-promotion .col-md-4 {
    margin: 0;
    padding: 0;
}

@media (min-width: 768px) and (max-width: 900px) {
    .home-banner-icon {
        display: block;
    }

    .home-banner-text {
        display: block;
        width: 100%;
        vertical-align: top;
        color: rgb(246, 246, 246);
        font-size: 16px;
        line-height: 1.2;
        text-align: left;
    }

}

.home-banner-promotion-item {
    text-align: center;
}

@media (max-width: 767px) {
    .home-banner-promotion-item {
        margin: 10px;
    }
}

@media (max-width: 800px) {
    h1.home-banner-title {
        margin-bottom: 0;
    }
}

@media (max-width: 900px) {
    h1.home-banner-title br.only-on-large{
        display: none;
    }
}

@media (max-width: 400px) {
    h1.home-banner-title {
        font-size: 30px;
    }
}


@media (max-width: 250px) {
    h1.home-banner-title {
        font-size: 24px;
    }
}

.home-banner-promotion-item .btn-primary {
    display: inline-block;
    width: 100%;
    max-width: 300px;
    margin: auto;
}

.home-competitions {
    padding: 50px 0;
}

.home-competitions-title {
    text-transform: uppercase;
}

.home-competitions-panel {
  background-color: #FCD752;
  position: absolute;
  height: 740px;
  top: 0px;
  width: 400px;
}

.home-competitions-panel-no-background {
  background-color: transparent;
}

@media (min-width: 992px) {
    .home-competitions-panel {
        width: calc(((100% - 1000px) / 2) + 2 * (1000px / 12) - 15px);
    }
}

.home-competitions-authenticated .home-competitions-panel {
    top: 0;
}


.home-competitions-panel-announce {
    height: 360px;
    width: 400px;
    top: -80px;
}

.calls-competitions-panel-announce{
        margin-top: 50px;
}

.home-competitions-panel-calls-list {
    top: 0;
    height: 680px;
}

@media (min-width: 992px) {
    .home-competitions-panel-announce {
        width: calc(((100% - 1000px) / 2) + 3 * (1000px / 12) - 30px);
    }
}

.home-competitions-panel-title {
    margin-top: -40px;
}

.home-competitions-panel-announce-text-content {
    font-family: "muli-bold", sans-serif;
    font-size: 14px;
}

.annonce-your-call-subtitle {
    font-family: "muli-bold", sans-serif;
    font-size: 14px;
    text-align: center;
}


.home-announce-competitions-link a {
    margin-top: 20px;
    display: inline-block;
    color: #232323;
    text-transform: uppercase;
    font-family: "muli-bold", sans-serif;
    font-size: 12px;
}



.home-competitions-panel-announce-text {
    position: absolute;
    top: 0;
    width: 320px;
}

@media (min-width: 576px) {
    .home-competitions-panel-announce-text {
        left: calc((100% - 500px) / 2);
    }
}

@media (min-width: 768px) {
  .home-competitions-panel-announce-text {
        left: calc((100% - 720px) / 2);
    }
}

@media (min-width: 992px) {
  .home-competitions-panel-announce-text {
      left: calc((100% - 1000px) / 2);
      width: calc(3 * (1000px / 12) - 30px);
    }
}

/*.home-competitions-authenticated .home-competitions-panel {*/
    /*top: 0;*/
    /*height: 690px;*/
/*}*/

/*@media (min-width: 1300px) {*/
    /*.home-competitions-panel {*/
        /*width: 400px;*/
    /*}*/

    /*.home-competitions-panel-announce {*/
        /*width: 550px;*/
    /*}*/
/*}*/

.home-competitions-title:after {
    width: 60px;
    margin-top: 10px;
    content: " ";
    border-bottom: solid 6px #fff;
    display: block;
    margin-bottom: 30px;
}

.home-competitions-title .ulysses-highlight {
    color: #fff;
}

.competition-item {
    background-color: #232323;
    color: #fff;
    position: relative;
    display: block;
    font-family: "muli-regular", sans-serif;
    font-size: 14px;
    line-height: 1em;
}

@media (max-width: 767px) {
    .competition-item {
        margin-bottom: 20px;
    }
}

.competition-item .call-hover {
    display: none;
}

.competition-item:hover .call-hover {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.call-hover .call-hover-foreground {
    background: #232323;
    opacity: 0.8;
    width: 100%;
    height: 100%;
}


.competition-item.closed-competition:hover .call-hover .call-hover-foreground {
    background: #6f6f6f;
    opacity: 0.8;
}

.competition-item:hover .call-hover .call-hover-icon{
    position: absolute;
    left: calc(50% - 32px);
    top: calc(50% - 32px);
}

.competition-item-banner {
    width: 100%;
    height: 190px;
    display: block;
    background: #ccc;
}

.competition-item-banner-img {
    width: 100%;
    height: 190px;
    background-repeat: no-repeat;
    background-size: cover;
}

.competition-item-details {
    padding: 15px;
    min-height: 190px;
}

.home-competitions-see-all {
    text-align: center;
    margin: 25px 0;
    font-family: "muli-bold", sans-serif;
    font-size: 14px;
    color: #59b1bc;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2;
}

.competition-dates {
    color: #FCD752;
    margin-bottom: 2px;
    font-family: "muli-regular", sans-serif;
    font-size: 11px;
}


.competition-status {
    color: #fff;
    font-family: "muli-bold", sans-serif;
    text-transform: uppercase;
    font-size: 11px;
    margin: 0;
    text-align: left;
    padding: 5px 15px 15px;
    min-height: 10px;
    letter-spacing: 0.1em;
}

.competition-dates-icon {
    width: 24px;
}

.competition-title {
    font-family: "muli-bold", sans-serif;
    font-size: 14px;
    line-height: 18px;
    max-height: 80px;
    overflow: hidden;
    margin-bottom: 5px;
    color: #fff;
}

.competition-subtitle {
    line-height: 18px;
    max-height: 36px;
    overflow: hidden;
    margin-bottom: 5px;
    color: #fff;
    font-family: "muli-regular", sans-serif;
    font-size: 13px;
}

.competition-organizators a {
    color: #FCD752;
    font-family: "muli-regular", sans-serif;
    font-size: 13px;
}

.competition-organizators a:not([href]), .competition-organizators a:not([href]):hover {
    color: #FCD752;
}

.competition-banner-promotion .competition-organizators a:not([href]),
.competition-banner-promotion .competition-organizators a:not([href]):hover {
    color: #eee;
}

.competition-organizators a:after {
    content: "•";
    color: #fff;
}

.competition-item-details .competition-organizators a:first-of-type:after {
    content: "";
}

.competition-organizators a:last-of-type:after {
    content: "";
}

.competition-timeline {
    background: #FCD752;
    margin-top: 30px;
    padding: 0;
    font-family: "muli-regular", sans-serif;
    font-size: 14px;
}

.competition-timeline h2 {
    font-family: "montserrat-bold", sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 0;
}

.competition-timeline h3 {
    font-family: "muli-extrabold", sans-serif;
    font-size: 14px;
}

.competition-timeline a.btn {
    margin: 0;
    margin-top: 10px;
    display: block;
    width: 200px;
}



.competition-timeline-block {
    background: #FCD752;
    position: absolute;
    width: calc(((100% - 1000px) / 2) + (1000px / 3));
    min-height: 310px;
    margin-top: -50px;
}

@media (max-width: 767px) {
    .competition-timeline-block {
        display: none;
    }
}


@media (max-width: 1100px) {

    .competition-timeline-block {
        background: #FCD752;
        position: absolute;
        width: calc((1000px / 3) + 5%);
        min-height: 310px;
        margin-top: -50px;
    }
}

.competition-timeline img{
   width: 20px;
}

.competition-timeline h3{
    font-size: 14px;
    margin-top: 20px;
    line-height: 0.7;
}

.competition-applications {
    margin-top: 80px;
}

.competition-applications h2 {
    font-family: "montserrat-bold", sans-serif;
    font-size: 15px;
    text-transform: uppercase;
}

.competition-applications img{
   width: 20px;
}

.competition-news {
    font-family: "muli-regular", sans-serif;
    font-size: 14px;
}

.competition-summary {
    padding: 20px 0;
    margin-bottom: 40px;
}

.competition-summary strong, .competition-summary b,
.content-text strong, .content-text b{
    font-family: "muli-extrabold", sans-serif;
}

.page-top {
    margin-top: 40px;
}

.competition-news h2 {
    margin-bottom: 20px;
    margin-top: 30px;
    font-family: "montserrat-bold", sans-serif;
    font-size: 16px;
    text-transform: uppercase;
}

.competition-news h3 {
    font-size: 13px;
    margin-bottom: 8px;
    font-family: "muli-bold", sans-serif;

}

.competition-news img{
   width: 20px;
}

.competition-guidelines a.btn-primary,
.competition-guidelines a.btn-primary:focus,
.competition-guidelines a.btn-primary:hover{
    background: #FCD752;
    border-color: #FCD752;
    color: #fff;
    margin: 15px 0px 40px;
}


.competition-guidelines-header {
    background: #FCD752;
    padding: 40px 0;
}

.competition-guidelines-header h2.title:after {
    border-bottom: solid 6px #232323;
}

.profile-header {
    background: #f6f6f6;
    padding: 40px 0 90px 0;
}


.profile-header img {
    display: inline-block;
        vertical-align: middle;
}

.profile-header .profile-title {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    font-family: 'montserrat-bold', sans-serif;
    font-size: 16px;
    width: calc(100% - 120px);
}

.profile-header .profile-title h2 {
    margin: 0;
    font-size: 27px;
    font-family: 'montserrat-extrabold', sans-serif;
    display: inline-block;
    vertical-align: top;
}

.profile-header .profile-title h2:after {
    width: 60px;
    margin: 10px 0 20px 0;
    content: " ";
    border-bottom: solid 6px #59b1bc;
    display: block;
    text-align: left;
}

.profile-header-block {
    background: #59b1bc;
    position: absolute;
    width: calc(((100% - 1000px) / 2) + (1000px / 3));
    min-height: 300px;
    margin-top: -50px;
}

.profile-info {
    color: #fff;
    font-family: "muli-bold", sans-serif;
    font-size: 14px;
    min-height: 200px;
}


.profile-info a{
    color: #fff;
}

.profile-info .page-info-line {
    margin-bottom: 10px;
}

.profile-info .page-info-line .counter{
    font-family: "muli-regular", sans-serif;
}

.profile-info .page-info-line img {
    width: 24px;
}

.profile-info-more {
    margin-top: 100px;
}

.profile-info-more-item {
    margin-bottom: 20px;
}

.profile-info-more-title {
    font-family: "muli-bold", sans-serif;
    font-size: 14px;
    margin-bottom: 5px;
}

.profile-info-more-title img {
    height: 24px;
}

.home-members {
    background: #fff;
    margin-top: 20px;
    z-index: 1;
}

.home-members-title {
    text-transform: uppercase;
    text-align: center;

}
.home-members-title:after {
    width: 60px;
    margin-top: 10px;
    margin-left: calc(50% - 40px);
    content: " ";
    border-bottom: solid 6px #232323;
    display: block;
    margin-bottom: 30px;
    text-align: center;
}

.home-members-title .ulysses-highlight {
    color: #59b1bc;
}

.home-members .members-about {
    position: relative;
}

.home-members .members-about-panel {
  background-color: #59b1bc;
  position: absolute;
  width: 50%;
  height: 690px;
  top: -50px;
  right: 0;
}

.home-members .members-about-panel2 {
  background-color: #59b1bc;
  width: 100%;
  min-height: 350px;
  padding: 40px;
  margin: 20px 0;
}

@media (max-width: 767px) {
    .home-members .members-about-panel {
        display: none;
    }

}

@media (min-width: 768px) {
    .home-members .members-about-panel2 {
        background-color: transparent;
        padding: 0;
        margin: 0;
    }
}

.home-members-sub-title h3, .home-members-sub-title2 h3{
    font-size: 16px;
    font-family: "muli-extrabold", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #59b1bc;
    z-index: 1;
}

.home-members-sub-title2 h3{
    color: #fff;
}

.home-members a.member-item{
    color: #232323;
}

.home-members .caption {
  text-align: center;
}

.ulysses-moto {
    font-family: "muli-extrabold", sans-serif;
    font-size: 20px;
    line-height: 30px;
    z-index: 100;
}

.ulysses-moto .ulysses-highlight {
    color: #fff;
}


.ulysses-missions {
    margin-top: 40px;
    font-family: "muli-bold", sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
}

.ulysses-missions ul {
    padding: 0;
}
.ulysses-missions ul li{
    margin-top: 20px;
    margin-bottom: 10px;
    list-style: none;
    padding: 0 0 0 20px;
}

.ulysses-missions ul li:before{
   content: '';
   display: inline-block;
   height: 20px;
   width: 20px;
   background-image: url(../icons/arrow-white.svg);
   background-size:contain;
   background-repeat:no-repeat;
   margin-right: 0;
   margin-left: -20px;
   vertical-align: top;
}

.home-members-meet-our-members, .home-members-see-recent-posts {
    font-weight: bold;
    font-family: "muli-bold", sans-serif;
    text-transform: uppercase;
    font-size: 14px;
}

.home-members-see-recent-posts a{
    color: #fff;
}

.ulysses-missions h4 {
    font-family: "muli-extrabold", sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
}

/* - */

ul.user-messages {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

ul.user-messages li img.exit-icon {
    float: right;
    width: 24px;
    cursor: pointer;
}

ul.user-messages li {
    padding: 20px 20%;
    font-family: "muli-bold", sans-serif;
}

ul.user-messages li.success {
    background: #b8dce0;
}

ul.user-messages li.error {
    background: #ffbeb4;
}

ul.user-messages li.warning {
    background: #ffe81f;
}

/* --- */

.home-focus_on {
    padding-top: 30px;
    padding-bottom: 50px;
    position: relative;
}

.home-focus_on-panel {
  background-color: #232323;
  position: absolute;
  width: 238px;
  height: 720px;
  top: -30px;
  right: 0;
}

.home-focus_on-panel-calls-list {
   top: 0;
}


.home-focus_on-title {
    text-transform: uppercase;
    color: #59b1bc;
    text-align: right;
    margin-bottom: 50px;
    margin-top: 30px;
}

@media (min-width: 992px) {
    .home-focus_on-panel {
        width: calc(((100% - 1000px) / 2) + 2 * (1000px / 12) - 15px);
    }
}


.home-focus_on-title:after {
    width: 60px;
    margin-top: 10px;
    content: " ";
    border-bottom: solid 6px #fff;
    display: block;
    margin-bottom: 30px;
    position: absolute;
    right: 20px;
}

.home-focus_on-title .ulysses-highlight {
    color: #fff;

}

.home-focus_on-item {
    background-color: #59b1bc;
    color: #fff;
    position: relative;
    display: block;
}

@media (max-width: 767px) {
    .home-focus_on-item {
        margin-bottom: 20px;
    }
}

.home-focus_on-item .focus_on-hover {
    display: none;
}

.home-focus_on-item:hover .focus_on-hover {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.focus_on-foreground {
    background: #59b1bc;
    opacity: 0.6;
    width: 100%;
    height: 100%;
}

.home-focus_on-item:hover .focus_on-hover .focus_on-hover-icon{
    position: absolute;
    left: calc(50% - 32px);
    top: calc(50% - 32px);
}

.home-focus_on-banner {
    width: 100%;
    height: 170px;
    display: block;
    background: #ccc;
}

.home-focus_on-banner-img {
    width: 100%;
    height: 170px;
    background-repeat: no-repeat;
    background-size: cover;
}

.home-focus_on-item-details {
    font-family: muli-regular, sans-serif;
    padding: 15px;
    font-size: 14px;
    min-height: 170px;
}

.home-focus_on-see-all {
    text-align: center;
    margin: 25px 0;
    font-family: "muli-bold", sans-serif;
    font-size: 14px;
    color: #59b1bc;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2;
}


.focus_on-item-title {
    font-family: "muli-bold", sans-serif;
    font-weight: bold;
}

.focus-on .item {
    margin-bottom: 20px;
    font-size: 12px;
    color: #232323;
}

.focus-on-title {
    font-size: 20px;
}

.focus-on-text h4 {
    color: #59b1bc;
    font-size: 18px;
}

.focus-on .item .focus-on-title {
    font-family: "muli-bold", sans-serif;
    font-size: 14px;
    margin-top:10px;
    color: #59b1bc;
}

.focus-on .item .focus-on-summary {
    text-align: justify;
    font-size: 14px;
    color: #232323;
}

.focus-on .item .focus-on-date {
    color: #6f6f6f;
}

/* */
.login-secondary-actions:before {
    width: 200px;
    content: " ";
    border-top: solid 1px #232323;
    display: block;
    margin: 20px auto;
}

.login-secondary-actions {
    margin-top: 20px;
    text-align: center;
}

/* - */

/* - */


/* news-shared */

.news-shared {
    display: inline-block;
    font-family: "muli-bold", sans-serif;
    font-size: 14px;
}

.share-text-homepage {
    margin-bottom: 20px;
}

.feed-item-content-homepage {
    display: inline-block;
    width: calc(100% - 105px);
}

.home-community-news .title,
.home-looking-for .title{
  font-size: 1.2em;
  color: #232323;
  padding: 15px 0;
}

.home-community-news .title img,
.home-looking-for .title img{
    height: 50px;
}

.home-block  {
    position: relative;
}

.home-block img {
    cursor: pointer;
}

.home-block .on-image {
    position: absolute;
    bottom: 15%;
    color: #fff;
    right: 20px;
    text-align: right;
    cursor: pointer;
}

.home-block .title {
    font-size: 2em;
    line-height: 1em;
}
.home-block .title2 {
    font-size: 1.3em;
    line-height: 1em;
}

.home-block .subtitle {
    font-size: 1em;
    margin-top: 0;
    font-family: 'Verdana', sans-serif;
}

.home-block .home-block-bar{
    background: #fff;
    margin: 2px 0;
}

.home-block-dropdown-arrow {
    text-align: center;
}
.home-block-dropdown-arrow img {
    display: block;
    margin: 0 auto;
}


.home-block-dropdown-arrow:hover img {
    display: none;
}


.home-block-dropdown-arrow img.hovered {
    display: none;
}


.home-block-dropdown-arrow:hover img.hovered {
    display: block;
}


.home-block .home-block-dropdown-content{
    display: none;
    background: #fff;
    position: absolute;
    padding: 5px;
    border: solid #eee 1px;
    border-radius: 0 0 4px 4px;
    z-index: 1;
    margin-top: -1px;
    width: 100%;
}

.home-block .home-block-dropdown-content .row{
    margin-bottom: 2px;
    padding: 2px;
}

.home-block .home-block-dropdown-content .no-title{
    color: #888;
}

.home-block .home-block-dropdown-content .home-item-title {
    font-size: 0.8em;
}


.home-block .home-block-dropdown-content .home-item-subtitle {
    font-size: 0.6em;
    color: #444;
}


.home-block .home-block-dropdown-content .block-dropdown-item{
    margin-right: -7px;
    margin-left: -7px;
}

.home-block .home-block-dropdown-content .block-dropdown-item:hover{
    background: #f0f0f0;
}

.home-block .home-block-dropdown-content .block-dropdown-item a{
    color: #232323;
}


.home-block .home-block-bar {
    background: #e7e7e8;
}

.home-block .home-block-dropdown-more-content{
    text-align: center;
    background: #e7e7e8;
    margin: 0 5px;
    height: 28px;
    z-index: 1;
}

.home-block .home-block-dropdown-more-content a {
    display: block;
    height: 24px;
    width: 60%;
    background-image: url(../img/bouton_flecheHorzOF.png);
    background-size: cover;
    margin: auto;
    background-repeat: no-repeat;
}

.home-block .home-block-dropdown-more-content a:hover {
    background-image: url(../img/bouton_flecheHorzON.png);
}


.home-block .home-block-dropdown-more-content:hover{
    background: #ddd;
}

.home-block .home-block-bar .home-block-dropdown {
    display: block;
    height: 100%;
    cursor: pointer;
}

.home-block .home-block-bar .home-block-button {
    display: inline-block;
    text-align: right;
    float: right;
    background: #fff;
}

.home-block .home-block-bar .home-block-button a{
    display: inline-block;
}

.container-home-blocks {
    padding: 0;
    background: url(../img/fond-hachures2.png);
    background-repeat: repeat;
}

.container-home-block {
    background: #fff;
}

.logged-block {
    padding: 20px 10%;
    background: #fff;
    height: 100%;
    min-height: 100%;
}

@media (min-width: 768px) and (max-width: 1200px) {
    .logged-block {
        padding: 20px 5px;
    }
}

.home-members.logged-block{
    background: #eee;
}

.logged-block .member-item{
    margin: 20px 0;
}

.logged-block .item{
    font-size: 0.7em;
    margin: 10px 0;
    padding: 10px 0;
}

.home-logged-bar {
    padding: 0 50px;
    background: url(../img/fond-hachures2.png);
    background-repeat: repeat;
    border-bottom: solid 8px #ccc;
}

.home-logged-bar-col {
    padding: 0;
}

@media (min-width: 768px) {
    .home-logged-bar-community-news {
        padding: 0 2% 0 10%;
    }

    .home-logged-bar-lookingfor {
        padding: 0 10% 0 2%;
    }
}


/** Members */
.page {
    margin-top: 40px;
    min-height: 450px;
    padding-bottom: 40px;
}

.page-content-wrapper {
    margin-top: 40px;
}


.page-header {

}

.page .title-logo {
    float: left;
    padding-right: 20px;
}

.page .subtitle-logo {
    float: left;
    padding-right: 10px;
    width: 40px;
}

.items-list .list-item {
    padding: 10px;
    margin-bottom: 10px;
    text-align: center;
    line-height: 1em;
}

h2.title {
    margin: 0;
    font-size: 27px;
    letter-spacing: 0px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'montserrat-extrabold', sans-serif;
    display: block;
    float: none;
}

h2.title:after {
    width: 60px;
    margin: 10px auto 40px auto;
    content: " ";
    border-bottom: solid 6px #59b1bc;
    display: block;
    text-align: center;
}

.focus-on-header h2.title:after {
    width: 60px;
    margin: 10px auto 10px auto;
    content: " ";
    border-bottom: solid 6px #59b1bc;
    display: block;
    text-align: center;
}

.focus-on-header .h2-icons {
    text-align: center;
    margin-bottom: 30px;
}

h2.title2 {
    margin: 0;
    font-size: 16px;
    text-align: center;
    color: #59b1bc;
    font-family: 'muli-bold', sans-serif;
    display: block;
    text-transform: uppercase;
}

.page hr.small {
    display: block;
	height: 2px;
    margin: -0.5em auto;
    background-color: #232323;
    border: 0;
	text-align: center;
	width: 300px;
    line-height: 2;
    color: #232323;

}

.page .center {
    text-align: center;
}

.page h3.title3 {
    font-family: 'muli-bold', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 40px;
}

.register-complete-promote {
    font-size: 12px;
}

.register-complete-promote img {
    width: 48px;
}

.register-complete-promote-text {
    margin-top: 20px;
    font-size: 14px; 
}

.page.profile-page {
    margin-top: 20px;
}

.page.profile-page h2.title {
    margin-top: 15px;
}

/*
.page.profile-page div > .icon-button {
    display: none;
}

.page.profile-page div:hover > .icon-button {
    display: inline-block;
}
*/

.page .subtitle {
    color: #59b1bc;
}

.list-item a.item-title {
    font-size: 1em;
    display: block;
    margin-bottom: 3px;
}

.list-item .item-subtitle {
    font-size: 0.9em;
    display: inline-block;
    color: #444;
}

.profile-tab .row {
    padding: 5px;
}



ul.errorlist {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.errorlist li {
    font-size: 13px;
    color: #cc0000;
    font-family: "muli-regular", sans-serif;
}

.field-with-error input{
    border-color: #cc0000;
}

.search-form h3{
    font-size: 1.4em;
    margin-bottom: 0px;
}

.ulysses-form {
    padding-bottom: 20px;
}
.search-form label,
.ulysses-form label{

    font-size: 1em;
    margin-top: 10px;
    margin-bottom: 0;
    display: block;
}

.inline-field input {
    display: inline-block;
    margin-top: -2px;
}

.inline-field label {
    display: inline;
    vertical-align: top;
}

.field-label label{
    display: inline-block;
    vertical-align: bottom;
}

.inline-field .field-label label {
    display: inline;
    vertical-align: bottom;
}

.search-form .form-field,
.ulysses-form .form-field{
    padding-bottom: 10px;
}

.search-form button {
    float: right;
}

.form-buttons {
    margin-top: 10px;
}

.form-buttons.center {
    text-align: center;
}

.form-row {
    margin: 20px 0;
}

.form-row label{
    margin-top: 0;
    margin-bottom: 0.1rem;
    font-weight: 300;
    text-transform: lowercase;
}

.field-help-text {
    color: #888;
    font-weight: 300;
    font-size: 0.9em;
    display: block;
}

.help-text-row .field-help-text {
    display: block;
}

.calls-list {
    display: block;
    margin-bottom: 150px;
    margin-top: 40px;
}

.calls-list-item {
    margin-bottom: 30px;
    line-height: 16px;
    font-family: 'muli-regular', sans-serif;
}

.calls-list-item .calls-list-item-line {
    margin-bottom: 10px;
}

.calls-list-item .calls-list-item-line-small {
    font-size: 11px;
    font-family: 'muli-bold', sans-serif;
}

.calls-list-item-line-small img{
    width: 11px;
}

.calls-list-item-line-small a {
    margin-left: 5px;
}

.list-of-calls {
    margin-bottom: 50px;
}

.list-of-calls h2.title{
    margin-bottom: 20px;
}

.list-of-calls h2.title .ulysses-highlight {
    color: #FCD752;
}

.list-of-calls h2.title:after {
    border-color: #FCD752;
}

.list-of-calls-line {
    margin-bottom: 20px;
}

.list-of-calls-line:last-of-type {
    margin-bottom: 0;
}

.competition-block {
    padding: 20px;
    margin: 20px 0;
}

.competition-block .competition-info {
    padding: 20px;
    border: solid 1px #ccc;
}

.competition-block .competition-info h4{
    font-size: 1.2em;
}

.competitions-list-header {
    background: #eee;
    padding: 10px;
    border-radius: 4px;
}

.application-status {
    text-align: left;
    padding: 5px;
    background: #ffcc88;
    color: #232323;
    margin-bottom: 5px;
}

.competitions-list-header .form-control {
    border: solid #eee 1px;
}

/** Homepage */
.competition-banner {
    background: #232323;
    font-family: "muli-regular", sans-serif;
    position: relative;
    height: 240px;
}

.competition-banner .competition-banner-background{
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.competition-banner .competition-banner-background .competition-banner-foreground {
    width: 100%;
    height: 100%;
    background: #232323;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
}

.competition-banner-promotion {
    position: absolute;
    top: 10px;
    width: 100%;
    text-align: center;
    color: #fff;
}

.competition-banner-promotion a {
    color: #FCD752;
}

.competition-banner-promotion a.btn-primary,
.competition-banner-promotion a.btn-primary:focus,
.competition-banner-promotion a.btn-primary:hover,
.competition-banner-promotion a.btn-primary.active.focus,
.competition-banner-promotion a.btn-primary:active:focus{
    background: #FCD752;
    border-color: transparent;
    color: #fff;
    box-shadow: none;

}

h1.competition-banner-title {
    color: #fff;
    margin-bottom: 25px;
    font-family: "montserrat-extrabold", sans-serif;
    text-transform: uppercase;
    font-size: 27px;
    text-align: center;
}

h1.competition-banner-title .ulysses-highlight {
    color: #FCD752;
    font-family: "muli-regular", sans-serif;
    font-size: 14px;
}

h1.competition-banner-title:after {
    width: 60px;
    margin: 10px auto;
    content: " ";
    border-bottom: solid 6px #FCD752;
    display: block;
}

.competition-banner-apply {
    margin-top: 18px;
    min-height: 48px;
}


.top-bar {
    margin: 10px 0;
    text-align: right;
}

.top-bar a {
    vertical-align: top;
}

.visibility-info {
    display: inline-block;
    padding: 1px 5px;
    font-size: 0.6em;
    border-radius: 2px;
}
.visibility-info:after {
    content: "\f078";
    font-family: "FontAwesome";
}

a.visibility-info {
    color: #232323;
}

span.visibility-info {
    color: #232323;
}

span.visibility-info:after {
    color: #ccc;
    margin-left: 5px;
}

a.visibility-info:after {
    color: #232323;
}

.profile-competition-fields {
    display: inline-block;
    font-size: 0.8em;
    vertical-align: top;
    margin-top: 5px;
}

.detail-view .row {
}

.detail-form {
    margin-bottom: 100px;
}

.detail-form .form-fields > .row {
    margin-bottom: 10px;
    padding: 10px;
}

.detail-form label{
    font-weight: bold;
    display: block;
    text-align: right;
}

.detail-form .uploadify {
    display: inline-block;
    background: transparent;
    border-radius: 0.25rem;
}

.detail-form .uploadify:hover {
    background: #e6e6e6;
}

.detail-form .uploadify-button {
    border: solid 1px #ccc;
    -moz-user-select: none;
    border-radius: 0.25rem;
    cursor: pointer;
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25 !important;
    padding: 0.5rem 1rem;
    text-align: center;
    vertical-align: top;
    white-space: nowrap;
}

.detail-form .uploadify-button:hover {
    border: solid 1px #ccc;
    background: #e6e6e6;
}

.detail-form .uploadify-queue {
    background: #f7ecb5;
}

.detail-form .uploadify-queue-parent {
    margin-top: 5px;
}

.detail-form .uploadify-queue .cancel {
    display: inline-block;
}

.upload-queue{
    padding: 5px;
    background: #f7ecb5;
}

.upload-queue.error{
    background: #f78b13;
}

.detail-item {
    margin-bottom: 10px;
    padding: 10px;
    border: solid 1px #ccc;
    border-radius: 4px;
}

.user-warning {
    padding: 5px;
    background: #f2dede;
}

.print-warning {
    padding: 5px;
    font-weight: bold;
    border: solid #ccc 1px;
}

.ui-autocomplete {
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: "montserrat-regular", sans-serif;
}

.ui-autocomplete .ui-menu-item {
    padding: 2px 10px;
}

.ui-autocomplete .ui-menu-item a {
    color: #232323;
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
}

.ui-autocomplete .ui-menu-item a img {
    width : 13px;
    margin-right: 3px;
}

.ui-autocomplete .ui-menu-item a:hover {
    color: #232323;
    border: none;
    padding: 0;
    margin: 0;
}


.ui-helper-hidden-accessible {
    display: none;
}

.events-calendar {
    margin-bottom: 5px;
    font-size: 0.9em;
    background: #f0f0f0;
    padding: 10px;
    border-radius: 8px;
}

.events-calendar h3 {
    margin: 0;
}

.events-calendar .row {
    padding: 2px;
}

.events-calendar .current-month {

}

.events-calendar .calendar-header{
    padding: 10px;
    text-align: center;
    background: #59b1bc;
    color: #fff;
    border-radius: 8px;

}

.events-calendar .calendar-header .col-xs-10 {
    padding: 0;
}

.events-calendar .calendar-header a{
    color: #fff;
}

.events-calendar .calendar-header a:hover{
    color: #eee;
    text-decoration: none;
}


.events-calendar .calendar-content{
    padding: 2px;
}

.events-calendar .calendar-content a{
    color: #232323;
}

.events-calendar .calendar-event-item {
    font-size: 1em;
    margin-bottom: 3px;
    padding: 3px 0;
    border-bottom: solid 1px #59b1bc;
}


.events-calendar .calendar-event-item .title {
    font-size: 1em;
    color: #444;
    font-weight: 400;
}

.events-calendar .calendar-event-item .place {
    color: #444;
    font-size: 0.8em;
}

.events-calendar .calendar-event-item .organizators {
    color: #444;
    font-size: 0.8em;
}

.events-calendar .calendar-event-item .date {
    font-size: 1em;
    font-weight: 400;
}

.events-calendar .calendar-event-item .time {
    font-size: 0.8em;
}

.interactive-map {
    cursor: pointer !important;
}

.fileUpload {
    position: relative;
    overflow: hidden;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.works-list .item-icon:hover {
    background: transparent;
}

.item-icon:hover .item-hover {
    top: calc(50% - 10px);
}

.works-list .item-icon:hover .work-item-foreground {
    width: 100%;
    height: 100%;
    background: #232323;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}

.works-list .list-item {
    text-align: left;
    margin: 10px 0;
    padding: 2px;
}

img.img-work-small {
    width: 62px;
    max-width: 100%;
    height: auto;
}

.profile-view .works-list {
    margin-bottom: 40px;
}

.works-list .list-item a.item-title {
    font-family: muli-bold, sans-serif;
    font-size: 14px;
    color: #232323;
    margin: 5px 0 0 0;
    padding: 0;
    display: block;
    line-height: 1.25em;
    max-height: 3.9em;
    overflow: hidden;
    text-align: left;
}

.works-list .item-subtitle {
    font-size: 13px;
    margin: 0;
    padding: 0;
    display: block;
    line-height: 1.3em;
}

.works-list .list-item:hover a.item-title,
.works-list .list-item:hover .item-subtitle {
    color: #59b1bc;
}

.works-list .list-item .work-info img{
    width: 13px;
    height: auto;
    display: inline-block;
    padding-bottom: 5px;
    margin-right: 0;
    border: none;
    border-radius: 0;
}

.works-list .list-item .work-info > div {
    display: inline-block;
    font-size: 11px;
    font-family: "muli-regular", sans-serif;
    margin-right: 10px;
}

/* Work banner */
.work-banner {
    background: #232323;
    font-family: "muli-regular", sans-serif;
    position: relative;
    height: 240px;
}

.work-banner .work-banner-background{
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
}

.work-banner .work-banner-background .work-banner-foreground {
    width: 100%;
    height: 100%;
    background: #232323;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
}

.work-banner-promotion {
    padding: 50px 0;
    width: 100%;
    text-align: center;
    color: #fff;
}

.work-banner-promotion a {
    color: #e34a64;
}


.work-banner-promotion a.btn-primary{
    background: #e34a64;
    border-color: #e34a64;
    color: #fff;
}

.work-banner-promotion a.btn-primary:focus,
.work-banner-promotion a.btn-primary:hover{
    background: #f94b65;
    border-color: #f94b65;
}

h1.work-banner-title {
    color: #fff;
    margin-bottom: 25px;
    font-family: "montserrat-extrabold", sans-serif;
    text-transform: uppercase;
    font-size: 27px;
    text-align: center;
    letter-spacing: 2px;
}

h1.work-banner-title .ulysses-highlight {
    color: #e34a64;
    font-family: "muli-regular", sans-serif;
    font-size: 14px;
}

h1.work-banner-title:after {
    width: 60px;
    margin: 10px auto;
    content: " ";
    border-bottom: solid 6px #e34a64;
    display: block;
}

.work-banner-apply {
    margin-top: 18px;
}

.work-header .profile-title {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    font-family: 'montserrat-bold', sans-serif;
    font-size: 16px;
}

.work-header .profile-title h2 {
    margin: 0;
    font-size: 27px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: 'montserrat-extrabold', sans-serif;
    display: block;
}

.work-header .work-title h2:after {
    width: 60px;
    margin: 10px 0 20px 0;
    content: " ";
    border-bottom: solid 6px #e34a64;
    display: block;
    text-align: left;
}

.work-header-block {
    background: #e34a64;
    position: absolute;
    width: calc(((100% - 1000px) / 2) + (1000px / 3));
    padding-top: 150px;
    margin-top: -50px;
    padding-bottom: 50px;
}

.work-header-block-line {
    min-height: 20px;
}

.work-detail-info {
    color: #fff;
    font-family: "muli-bold", sans-serif;
    font-size: 14px;
    min-height: 100px;
}


.work-detail-info a{
    color: #fff;
}

.work-detail-info .page-info-line {
    margin-bottom: 10px;
}

.work-detail-info .page-info-line .counter{
    font-family: "muli-regular", sans-serif;
}

.work-detail-info .page-info-line img {
    width: 24px;
}

.work-detail-info-more {
    margin-top: 100px;
}

.work-detail-info-item {
    margin-bottom: 20px;
}

.work-detail-info-title {
    font-family: "muli-bold", sans-serif;
    font-size: 14px;
    margin-bottom: 5px;
}

.work-detail-info-more-title img {
    height: 24px;
}

.work-keyword {
    padding: 3px 6px;
    color: #6f6f6f;
    background: #f0f0f0;
    margin-bottom: 2px;
    margin-right: 2px;
    margin-top: 2px;
    display: inline-block;
    border-radius: 4px;
}


.work-page-info .page-info-line {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.4em;
}

.work-page-info .page-info-line b{
    font-family: "muli-bold", sans-serif;
}

.work-page-info .page-info-line .work-notes{
    text-align: justify;
    line-height: 1.4em;
}

.work-audio, .work-audio-invalid {
    cursor: pointer;
}

.events-list .list-item {
    text-align: left;
    margin-bottom: 20px;
}

.events-list .item-subtitle {
    font-size: 0.7em;
}

form .form-fields {
    background: #eee;
    padding: 20px;
    margin-bottom: 10px;
}

form.colorbox-form {
    background: #fff;
    padding: 0;
}

form.auto-form {
    background: transparent;
    padding: 0;
}

input.form-control {
    font-size: 14px;
}

.Application input.form-control {
    border: solid 1px #d9d9d9;
    font-size: 0.9rem;
}

.Application .CompetitionAttributeValuePreview {
    min-height: 38px;
}

.fileupload-control .form-control {
    width: calc(100% - 130px);
    display: inline-block;
}

input[type="checkbox"].form-control {
    display: inline-block;
}

input[type="checkbox"] {
    width: 16px;
    height: 16px;
}

.form-control:disabled, .form-control[readonly] {
    background: #ccc;
}

.fileupload-control .profile-image {
    text-align: center;
    background: #f8f8f8;
    padding: 10px;
}


.page-info .member-avatar {
    margin: 20px 0;
    max-height: 175px;
    display: block;
}

.page-info-works {
    margin-top: 30px;
    font-size: 0.8em;
}

.page-info-works img {
    border-radius: 4px;
    max-width: 100%;
}

img.img-event {
    border-radius: 8px;
}

img.img-event-small {
    width: 62px;
    max-width: 100%;
    height: auto;
}

.page-info {
    color: #232323;
}

.page-info a{
    color: #444;
}

.work-page-info a {
    color: #59b1bc;
}

.profile-view .section{
    margin-bottom: 40px;
}

.profile-view .section h4 {
    margin: 0;
}

.profile-view .main-content{
    padding: 10px 0;
    text-align: justify;
}

.profile-view .secondary-content{
    background: #eee;
    padding: 10px;
    text-align: justify;
}

.profile-tab .secondary-content{
    background: #ddd;
    padding: 5px;
}

.page-info-networks {
    font-size: 0.8em;
}

.page-info-networks .page-info-networks-line {
    margin-bottom: 2px;
    padding-bottom: 2px;
    border-bottom: solid 1px #59b1bc;
}

.page-info-networks .page-info-networks-line.ulysses-label {
    border: solid 1px #59b1bc;
    border-radius: 4px;
}

.page-info-networks .page-info-networks-line a {
    color: #232323;
}

.page-info-networks .page-info-networks-line img {
    vertical-align: bottom;
    width: 28px;
}

.event-detail {
    border: solid 1px #232323;
    border-radius: 8px;
    padding: 20px;
    font-size: 0.8em;
}

.event-detail-info {
    color: #fff;
    font-family: "muli-bold", sans-serif;
    font-size: 14px;
    min-height: 100px;
}

.event-detail-info .page-info-line {
    margin-bottom: 10px;
}

.event-detail-info .page-info-line img {
    width: 24px;
}

.event-line {
    margin-bottom: 20px;
}

.event-line:last-of-type {
    margin-bottom: 0;
}

.event-title, .work-title {
}

.event-line img.ulysses-label {
    width: 28px;
    height: 28px;
    display: inline-block;
    background: url(../img/labelUlysses-of.png);
    background-size: cover;
}

a.no-decoration:hover {
    text-decoration: none;
}


.event-detail-row {
    margin-bottom: 20px;
    font-size: 0.7em;
}

.event-detail-row h4{
    font-size: 1.9em;
 }

.event-detail-row .subtitle-logo {
    width: 28px;
}

.page-info-members {
    font-size: 0.7em;
    color: #232323;
    margin-top: 20px;
}

.page-info-members img.member-avatar {
    margin: 2px auto;
}

.row-media{
    margin-bottom: 20px;
}

.row-media-header {
    background: #eee;
    padding: 5px;
}

.row-media-header h4 {
    display: inline-block;
}

.row-media-header .btn {
    display: inline-block;
    float: right;
}

.row-media .row-media-header .btn .fa-chevron-down {
    display: inline-block;
}
.row-media .row-media-header .btn .fa-chevron-up {
    display: none;
}

.row-media.visible .row-media-header .btn .fa-chevron-up {
    display: inline-block;
}
.row-media.visible .row-media-header .btn .fa-chevron-down {
    display: none;
}


.work-detail .work-notes {
    text-align: justify;
    margin-bottom: 30px;
}

#work_map {
  height: 300px;
  margin-bottom: 30px;
}

#event_map {
  height: 300px;
  margin-bottom: 10px;
}

.personal-space-counter, .personal-space-total-counter{
    display: inline-block;
    margin: 0;
    padding: 4px;
    border-radius: 50%;
    min-width: 20px;
    background: #f1703a;
    text-align: center;
    font-size: x-small;
}

.personal-space-total-counter{
    display: none;
}

.personal-space-data-section {
    padding-bottom: 10px;
    margin-bottom: 50px;
}

.personal-space-data-section:after {
    content: " ";
    width: 160px;
    border-bottom: solid 1px #232323;
    display: inline-block;
    margin: 0 auto;
    margin-left: calc(50% - 80px);
}

.message-box-name {
    font-weight: bold;
    font-size: 1.2em;
}

.dynamic-pagination a {
    margin: 0 10px;
    padding: 2px;
    border-radius: 8px;
    min-width: 32px;
    display: inline-block;
    text-align: center;
    background: #eee;
    color: #ccc;

}

.dynamic-pagination a:focus:not([href]),
.dynamic-pagination a:not([href]),
.dynamic-pagination a:focus:not([href]):not([tabindex]),
.dynamic-pagination a:not([href]):not([tabindex]){
    color: #ccc !important;
    text-decoration: none;
}

.dynamic-pagination a:hover,
.dynamic-pagination a:focus{
    color: #ccc;
    text-decoration: none;
}

.dynamic-pagination a[href]{
    color: #232323;
    font-weight: bold;
}


.dynamic-pagination a[href]:hover,
.dynamic-pagination a[href]:focus{
    color: #fff;
    background: #232323;
}

.message-box-content .message-recipients {
    font-size: 0.7em;
    background: #eee;
}
.message-recipients-count {
    width: 64px;
    height: 64px;
    padding-top: 25%;
    text-align: center;
    border-radius: 50%;
    background: #59b1bc;
    color: #232323;
}

.ui-front {
    z-index:10000;
}

.following {
    padding: 2px 10px;
    background: #59b1bc;
    color: #fff;
    border-radius: 4px;
}

.profile-view .community-news {
    padding: 0;
}

.looking-for .item,
.community-news .item{
    margin-bottom: 30px;
}

.community-news a.comment-author-name {
    font-family: "muli-bold", sans-serif;
    color: #232323;
}

.community-news .item .notification {
    /*font-size: 1.4em; */
    padding: 5px;
}

.community-news .item .news-date,
.community-news .item .event-date{
    font-family: "muli-bold", sans-serif;
    font-size: 14px;
}

.community-news .item .share-text,
.looking-for .item .share-text{
    padding: 5px 0;
}

.community-news .item .share-text:last-of-type,
.looking-for .item .share-text:last-of-type{
    margin-bottom: 0;
    border-bottom: none;
}

.community-news .item .share-text .comment-owner{
    font-weight: bold;
    text-align: right;
}

.home-members .news-content {
    line-height: 18px;
    max-height: 36px;
    color: #fff;
}

.home-members .event-title, .home-members .event-date {
    color: #fff;
    line-height: 18px;
    max-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-members .work-title {
    line-height: 18px;
    max-height: 36px;
    color: #fff;
}

.community-news.logged-block .item .news-content {
    background: none;
}

.community-news .share-text,
.looking-for .share-text{
    margin-bottom: 2px;
}

.looking-for .news-content.shared-news,
.community-news .news-content.shared-news{
    background: #fff;
}

.community-news.logged-block .item .item-content,
.looking-for.logged-block .item .item-content{
    overflow: hidden;
    max-height: 90px;
}

.community-news.logged-block .item .item-content:hover,
.looking-for.logged-block .item .item-content:hover{
    overflow: hidden;
}

/*
.community-news.logged-block .item .item-content:hover,
.looking-for.logged-block .item .item-content:hover{
    overflow-y: visible;
}

.logged-block.community-news .item .news-content.with-overflow:after,
.logged-block.looking-for .item .news-content.with-overflow:after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 80%;
    width: 100%;
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 80%, rgba(255,255,255,0.6) 90%, rgba(255,255,255,1) 100%);
    background:    -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 80%, rgba(255,255,255,0.6) 90%, rgba(255,255,255,1) 100%);
    background:     -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 80%, rgba(255,255,255,0.6) 90%, rgba(255,255,255,1) 100%);
    background:      -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 80%, rgba(255,255,255,0.6) 90%, rgba(255,255,255,1) 100%);
    background:         linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 80%, rgba(255,255,255,0.6) 90%, rgba(255,255,255,1) 100%);
}

.logged-block.community-news .item:hover .item-content,
.logged-block.looking-for .item:hover .item-content{
    overflow: visible;
    max-height: none;
}


.logged-block.community-news .item:hover .news-content.with-overflow:after,
.logged-block.looking-for .item:hover .news-content.with-overflow:after{
    display: none;
}
*/

.share-text img.member-avatar {
    max-width: 100%;
    margin: 0 auto;
}

.community-news .item .news-share-bar {
    border-top: solid 1px #eee;
    margin-top: 5px;
    padding-top: 5px;
}

.news-share-bar.event-share-bar {
    margin-top: 20px;
}

.community-news .item .news-share-bar,
.looking-for .item .news-share-bar{
    text-align: right;
    padding: 2px;
}

.community-news.logged-block .news-share-bar,
.looking-for .item .news-share-bar{
}

.news-share-bar.profile-share-bar {
    text-align: right;
    margin-bottom: 20px;
}

.favorites-col {
    padding: 20px;
    background: #eee;
    min-height: 600px;
    border-radius: 8px;
}

.favorites-col h2.title {
    text-align: right;
    font-size: 1.2em;
}

.favorites-col h3 {
    font-size: 1em;
}

.share-content {
    padding: 5px 20px;
    font-family: "muli-bold", sans-serif;
}

.share-title {
    padding: 5px 20px;
}

.post-image {
    margin: 0;
    padding: 5px 0 5px 0;
}

.favorites-pagination {
    margin: 5px 0;
    text-align: center;
}

.favorite-events {
    padding: 20px;
    margin-bottom: 20px;
    border-bottom: solid 1px #fff;
}

.favorites .status {
    display: none;
    color: #888;
    font-size: 0.8em;
    font-style: italic;
}

.followers-members, .recommended-by-members, .favorite-members, .favorite-works {
    padding: 20px 10%;
    text-align: center;
}

.followers-members h3, .recommended-by-members h3, .favorite-members h3, .favorite-works h3 {
    margin: 0;
}

.followers-members .favorite-item,
.recommended-by-members  .favorite-item,
.favorite-members .favorite-item,
.favorite-works .favorite-item
{
    padding: 3px 1%;
    margin: 3px 0;
}

.followers {
    padding: 0 5%;
    margin-bottom: 20px
}

.recommended-by {
    padding: 0 5%;
    margin-bottom: 20px;
}

.favorites-content .col-sm-4 {
    padding: 0 5px;
}

/*!* shortcut-bar *!*/
/*.shortcut-bar {*/
    /*position: fixed;*/
    /*right: 0;*/
    /*top: 300px;*/
    /*background: #444;*/
    /*padding: 2px 15px;*/
    /*z-index: 100;*/
/*}*/

/*.shortcut-bar {*/
    /*top: 300px;*/
/*}*/


@media (max-width: 768px) {
    .ulysses-baseline {
        font-size: 0.9em;
    }
}


/*@media (max-width: 575px) {*/
    /*.shortcut-bar {*/
        /*top: 320px;*/
        /*padding: 2px;*/
    /*}*/

    /*.homepage-logo {*/
        /*margin-right: 80px;*/
    /*}*/

    /*.ulysses-baseline {*/
        /*font-size: 0.9em;*/
    /*}*/
/*}*/

/*.shortcut-bar a{*/
    /*display: block;*/
    /*width: 32px;*/
    /*height: 32px;*/
    /*margin: 10px 0;*/
    /*background-size: contain;*/
    /*background-repeat: no-repeat;*/
    /*position: relative;*/
/*}*/

/*.shortcut-bar a.shortcut-members{*/
    /*background-image: url(../img/MenuMembersOF.png);*/
/*}*/

/*.shortcut-bar a.shortcut-members:hover{*/
    /*background-image: url(../img/MenuMembersON.png);*/
/*}*/

/*.shortcut-bar a.shortcut-calls{*/
    /*background-image: url(../img/MenuCallsOK.png);*/
/*}*/

/*.shortcut-bar a.shortcut-calls:hover{*/
    /*background-image: url(../img/MenuCallsON.png);*/
/*}*/

/*.shortcut-bar a.shortcut-works{*/
    /*background-image: url(../img/MenuWorksOF.png);*/
/*}*/

/*.shortcut-bar a.shortcut-works:hover{*/
    /*background-image: url(../img/MenuWorksON.png);*/
/*}*/

/*.shortcut-bar a.shortcut-events{*/
    /*background-image: url(../img/MenuEventsOF.png);*/
/*}*/

/*.shortcut-bar a.shortcut-events:hover{*/
    /*background-image: url(../img/MenuEventsON.png);*/
/*}*/

/*.shortcut-bar a.shortcut-focus-on{*/
    /*background-image: url(../img/MenuFocusOF.png);*/
/*}*/

/*.shortcut-bar a.shortcut-focus-on:hover{*/
    /*background-image: url(../img/MenuFocusON.png);*/
/*}*/

/*.shortcut-bar a.shortcut-profile{*/
    /*background-image: url(../img/page-member-of.png);*/
/*}*/

/*.shortcut-bar a.shortcut-profile:hover{*/
    /*background-image: url(../img/page_Member.png);*/
/*}*/

/*.shortcut-bar a.shortcut-community-news{*/
    /*background-image: url(../img/CommunityNewsOF.png);*/
/*}*/

/*.shortcut-bar a.shortcut-community-news:hover{*/
    /*background-image: url(../img/page_CommunityNews.png);*/
/*}*/

/*.shortcut-bar a.shortcut-looking-for{*/
    /*background-image: url(../img/LookingForOF.png);*/
/*}*/

/*.shortcut-bar a.shortcut-looking-for:hover{*/
    /*background-image: url(../img/page_LookingFor.png);*/
/*}*/

/*.shortcut-bar a.shortcut-selection:after{*/
    /*content: "\f004";*/
    /*font-family: "FontAwesome";*/
    /*display: inline-block;*/
    /*padding: 5px;*/
    /*background: #232323;*/
    /*border-radius: 50%;*/
    /*width: 32px;*/
    /*height: 32px;*/
    /*text-align: center;*/
    /*color: #ccc;*/
/*}*/

/*.shortcut-bar a.shortcut-selection:hover:after{*/
    /*background: #59b1bc;*/
    /*color: #232323;*/
/*}*/

/*.shortcut-bar a .notification-counter {*/
    /*position: absolute;*/
    /*top: -6px;*/
    /*left: -6px;*/
    /*background: #f1703a;*/
    /*color: #fff;*/
    /*border-radius: 50%;*/
    /*font-size: 8px;*/
    /*padding: 3px;*/
    /*width: 16px;*/
    /*height: 16px;*/
    /*text-align: center;*/
/*}*/

.home-block > .row,
.home-block > .row > [class*="col-"]{
    padding: 0;
    margin: 0;
}

.home-block .btn{
    font-size: 0.7em;
    padding: 6px 2px;
    margin: 2px;
    display: block;
    text-align: center;
}


@media (min-width: 768px) and (max-width: 1100px) {
    .home-block .btn{
        font-size: 0.6em;
        padding: 3px 1px;
        margin: 2px;
    }
}

.home-block .icon-button {
    width: 100%;
    background-repeat: no-repeat;
    max-width: 32px;
    min-height: 32px;
    background-size: contain;
    display: inline-block;
    vertical-align: top;
}

.logged-block .more-links .icon-button {
    width: 32px;
    height: 32px;
}

.news-share-bar .icon-button {
    width: 32px;
    height: 32px;
}

@media (max-width: 768px) {
    .home-block{
        margin-bottom: 10px;
    }
}


.page-info-members .item{
    text-align: center;
    display: block;
}

.page-info-works .item{
    text-align: center;
    display: block;
}

.page-main-works {
    margin: 20px 0;
}

.page-main-works .item{
    text-align: center;
    display: block;
    margin-bottom: 10px;
    font-size: 0.7em;
}


.page-info-events .row{
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: solid #f0f0f0 1px;
}

.page-info-events .row:last-of-type {
    border-bottom: none;
}

.community-news .short-content {
    display: none;
}

.community-news-empty, .looking-for-empty{
    text-align: center;
    margin: 10px 0;
}

.community-news-empty .text,
.looking-for-empty .text{
    padding: 10px;
}

.community-news-examples {
    padding: 5px;
    font-size: 0.8em;
    background: #59b1bc;
    color: #fff;
    text-align: center;
    margin: 5px 0;
}


.pending-requests {
    background: #59b1bc;
    display: inline-block;
    padding: 2px 5px;
    color: #fff;
    font-size: 0.8em;
}

.individual-roles {
    font-family: muli-regular, sans-serif;
    font-size: 0.9em;
    margin-bottom: 10px;
}

.individual-organizations {
    font-weight: bold;
    margin-bottom: 5px;
}

a.individual-organization {
    color: #232323;
}

.show-short-content {
    text-align: center;
    display: block;
}

.calls-intro {
    padding-bottom: 10px;
    border-bottom: solid 1px #232323;
    margin-bottom: 10px;
}

.tab-content h4 {
    font-size: 1.1em;
}

.document-box-status-bar {
    text-align: center;
}

.document-item {
    margin-bottom: 40px;
    padding: 2px;
}

.document-name {
    font-size: 10px;
}

.document-box-container {
    min-height: 200px;
}

.document-unread {
    background: #ccc;
}

.ui-tooltip {
    font-size: 0.8em;
    color: #fff;
    background: #232323;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
    border: none;
    padding: 0;
    opacity: 1;
}

.ui-tooltip.ui-widget-shadow {
    box-shadow: none;
}

.ui-tooltip-content {
    position: relative;
    padding: 0.1em 1em;
}

.ui-tooltip-content::after {
    content: '';
    position: absolute;
    border-style: solid;
    display: block;
    width: 0;
}

.top .ui-tooltip-content::after{
    top: -10px;
    left: calc(50% - 10px);
    border-color: #232323 transparent;
    border-width: 0 10px 10px;
}


.left .ui-tooltip-content::after {
    top: 2px;
    right: -11px;
    border-color: transparent #232323;
    border-width: 10px 0 10px 10px;
}

.share-item-bar {
    float: right;
    margin-right: 10px;
}

.members-hover, .community-news-hover, .looking-for-hover, .selection-hover {
    display: none;
    position: fixed;
    background: #fff;
    z-index: 10000;
    padding: 10px;
    border: solid 1px #888;
}

.community-news-hover, .looking-for-hover, .selection-hover {
    max-width: 400px;
    padding: 0 20px;
}

.community-news-hover .notification,
.looking-for-hover .notification,
.selection-hover .notification {
    font-size: 0.8em;
    margin: 5px 0;
}

.members-hover .member-item {
    margin: 4px 0;
    text-align: left;
}

.members-hover .member-item .member-name,
.members-hover .member-item .member-about{
    text-align: left;
}

.feed-item {
    display: block;
}

.feed-item:hover {
    cursor: pointer;
}

.partners-list {
    margin: 20px 0;
}

.partner-item {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px #F0F0F0;
}

.individual-organization .on-hover {
    display: none;
}

.individual-organization:hover .on-hover {
    display: inline-block;
}

.item .on-hover {
    display: none;
}

.item:hover .on-hover {
    display: inline-block;
}

.editable-field .icon-button {
    display: none;
    float: right;
}

.editable-field .icon-button.no-float {
    float: none;
}

.editable-field:hover .icon-button {
    display: inline-block;
}

.individual-organization:after {
    content: ", ";
}

.individual-organization:last-of-type:after {
    content: "";
}

.post-tag {
    display: inline-block;
    margin-top: 2px;
    margin-bottom: 2px;
    margin-right: 5px;
    padding: 2px 5px;
    color: #6f6f6f;
    background: #f0f0f0;
    font-size: 12px;
    border-radius: 2px;
    text-transform: uppercase;
}

.profile-setup-info {
    text-align: right;
}

.profile-setup-level {
    display: inline-block;
    font-size: 1.2em;
    font-weight: bold;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    padding-top: 25px;
    text-align: center;
    color: #fff;

}

.profile-setup-low {
    background: #f1703a;
}

.profile-setup-medium {
    background: #f1703a
}

.profile-setup-high {
    background: #59b1bc;
}

.profile-setup-full {
    background: #59b1bc;
}

.empty-field {
    color: #888;
    font-size: 0.9em;
}

.empty-text {
    color: #888;
    font-style: italic;
}

.main-content .empty-text{
    min-height: 300px;
}

a.profile-url {
    font-size: 0.8em;
    max-width: 80%;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
}

a.btn-message-bar {
    color: #232323;
    border: solid thin #232323;
}

a.btn-message-bar:hover {
    color: #444;
    border: solid thin #232323;
}

a.btn-message-bar.active {
    color: #fff;
    background: #232323;
    border: solid thin #232323;
}

a.btn-message-bar.active:hover {
    color: #ddd;
    border: solid thin #232323;
}

.contacts-group {
    color: #232323;
    padding: 10px 5px;
    margin: 10px 0;
    border-bottom: solid 1px #888;
}

.contacts-group a.contacts-group-name {
    color: #232323;
}

.contacts-group:hover {
    background: #ddd;
}

.contacts-group.active {
    background: #ccc;
}

.contacts-group-count {
    display: inline-block;
    padding: 3px 5px;
    font-size: 0.6em;
    border-radius: 50%;
    border: solid 1px #888;
    min-width: 24px;
    text-align: center;
}

img.member-avatar-small {
    width: 42px;
}

.feed-item-icon-container {
    display: block;
    text-align: center;
}

img.member-avatar-sm {
    width: 62px;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.contacts-group-contact {
    margin-bottom: 2px;
    padding-bottom: 2px;
    border-bottom: solid 1px #888;
}

.works-tab .works {
    margin-top: 40px;
}

.works-tab .works .work {
    margin: 10px;
    padding: 10px;
    border-bottom: solid 1px #888;
}

.works-tab .works .work .work-access-type {
    font-weight: bold;
}

.works-tab .works .work .work-access-type-details {
    font-size: 0.6em;
}

.works-tab .works .work:last-of-type {
    border-bottom: none;
}

a.member-label {
    color: #232323;
    padding: 2px 10px;
    border: solid 1px #eee;
    border-radius: 4px;
    margin-right: 5px;
    display: inline-block;
}

a.member-label:hover {
    text-decoration: none;
    background: #f8f8f8;
}


a.reposts-counter {
    float: right;
    min-width: 28px;
    padding: 5px;
    text-align: center;
    border-radius: 50%;
    border: solid #ccc 1px;
    display: inline-block;
    background: #f8f8f8;
    text-decoration: none;
}

a.reposts-counter:hover{
    background: #f0f0f0;
}


.item .hidden-repost {
    display: none;
}


.share-item-description{
    background: #fff;
    padding: 5px;
    margin-bottom: 5px;
}

.share-item-description .share-item-description-content{
    overflow-x: hidden;
    overflow-y: hidden;
    max-height: 30px;
    position: relative;
}

a.share-item-description-link {
    color: #232323;
}

a.share-item-description:hover {
    text-decoration: none;
}


/*
.share-work .work-notes:hover  .work-notes-content{
    overflow: visible;
    max-height: none;
}
*/

.overflow-indicator {
    text-align: center;
    font-weight: bold;
}

.community-news .overflow-indicator {
    display: none;
    text-align: center;
    font-weight: bold;
}

.community-news .share-item-description.with-overflow .overflow-indicator {
    display: block;
}

/*
.community-news .share-work .overflow-indicator {
    display: none;
}

.community-news .share-work.with-overflow .overflow-indicator {
    display: block;
}

.community-news .share-work.with-overflow:hover .overflow-indicator {
     display: none;
}
*/

img.eu-partner {
    width: 250px;
}

.favorites-counter {
    font-size: 0.7em;
}


.favorites-counter:before {
    width: 18px;
    height: 24px;
    background-size: cover;
    content: " ";
    display: inline-block;
    background-image: url(../img/favori-of.png);
    vertical-align: middle;
    margin: 0;
}

.beta-warning {
    font-family: "muli-bold", sans-serif;
    text-align: right;
    font-weight: bold;
}

.beta-warning-sign {
    background: #59b1bc;
    color: #fff;
    /*display: inline-block;*/
    display: none;
    padding: 3px 20px;
    cursor: pointer;
}

.beta-warning-full {
    /*display: none;*/
    display: inline-block;
    background: #59b1bc;
    font-size: 0.8rem;
    color: #fff;
    padding: 7px;
    text-align: center;
    width: 100%;
}

.beta-warning-full > p{
    padding: 0;
    margin: 0;
}

/*
.beta-warning:hover .beta-warning-full {
    display: inline-block;
}
*/

.beta-warning-full span {
    margin: 0 10px;
}
.beta-warning-full a {
    color: #fff;
    text-decoration: underline;
}

/*
label[for="id_ulysses_label"], label[for="id_ulysses_partner"] {
    margin-top: -5px;
}

label[for="id_ulysses_label"]:before, label[for="id_ulysses_partner"]:before {
    content: "";
    width: 28px;
    height: 28px;
    display: inline-block;
    background: url(../img/labelUlysses-of.png);
    background-size: contain;
    vertical-align: bottom;
}
*/
.ulysses-name {
    width: 80px;
    display: inline-block;
    margin: 0 2px;
}
.ulysses-event {
    font-size: 0.8em;
    border: solid 1px #59b1bc;
    border-radius: 4px;
    padding: 6px 2px;
    min-height: 28px;
}

.ulysses-event img {
    width: 28px;
    height: 28px;
    display: inline-block;
    background: url(../img/labelUlysses-of.png);
    background-size: cover;
}

.favorite-counter-group {
    display: inline-block;
    padding: 2px 4px;
    font-size: 0.9em;
    border-radius: 4px;
    border: solid 1px #59b1bc;
}

.favorite-counter {
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url(../img/favori2-of.png);
    background-size: contain;
    color: #fff;
    vertical-align: middle;
    padding-top: 7px;
    font-size: 0.8em;
    text-align: center;
}

.favorite-counter.favorite-on {
    background: url(../img/favori2-on.png);
    background-size: cover;
}

.autocomplete-autocreate-widget-values {
    margin-bottom: 5px;
    background: #ddd;
    border: solid 1px #ccc;
    padding: 4px;
    border-radius: 4px;
    min-height: 48px;
}
.autocomplete-autocreate-widget-values .autocomplete-autocreate-item {
    position: relative;
    margin: 3px 0 3px 5px;
    padding: 3px 20px 3px 5px;
    border: 1px solid #aaa;
    border-radius: 3px;
    background-color: #e4e4e4;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
    background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-clip: padding-box;
    box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    display: inline-block;
}

.autocomplete-autocreate-widget-values .autocomplete-autocreate-item a.remove-autocomplete-autocreate-item {
    position: absolute;
    top: 6px;
    right: 3px;
    display: block;
    width: 12px;
    height: 12px;
    background: url(../chosen/chosen-sprite.png) -42px 1px no-repeat;
    font-size: 1px;
}

.autocomplete-autocreate-widget-values .autocomplete-autocreate-item a.remove-autocomplete-autocreate-item:hover {
    background-position: -42px -10px;
}

.img-call {
    border-radius: 4px;
}

.see-all-link {
    font-size: 0.8em;
}

.event-link {
    font-size: 1em;
}

.event-link img {
    width: 24px;
}

.copyright {
    color: #666;
    font-style: italic;
    font-size: 0.55em;
    text-align: left;
}

.login-intro {
    text-align: justify;
    width: 50%;
    min-width: 300px;
    margin: auto;
}

.login-intro p {
    padding: 20px;
}

form.Application label {
    display: inline;
}

.required-field:before {
    content: "*";
    font-family: "muli-extrabold", sans-serif;
    display: inline-block;
    vertical-align: bottom;
    color: #e34a64;
}

form.Application fieldset > .row {
    margin-bottom: 20px;
}

form.Application fieldset .description {
    text-align: left;
}

.btn-gray {
    background: #eee;
}

.btn-gray:hover {
    background: #ddd;
}

.player-wrapper {
    position: relative;
    display: block;
    margin: auto;
    width: 100vw;
}

.ulysses-player {
    position: fixed;
    bottom: 0;
    height: 80px;
    padding: 10px 0;
    background-color: #232323;
    color: #fff;
    display: block;
    width: 100%;
}

.ulysses-player.cookie-bar-shown {
    height: 110px;
}

.ulysses-player .container {
    width: 1000px;
}

.player-work {
    display: inline-block;
    text-align: left;
    width: 100%;
}

.player-work .member-data {
    width: auto;
    text-align: left;
}

.player-work .work-title-row {
    max-width: 550px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

a.player-work-title {
    display: inline-block;
    font-family: "muli-bold", sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    max-width: 360px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #e34a64;
    vertical-align: top;
}

.player-work-composer-name {
    display: inline-block;
    font-family: "muli-bold", sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    color: #fff;
    vertical-align: top;
}

.player-work-owner {
    text-align: left;
}

.player-work .member-info {
    margin-top: -5px;
}
.player-work .member-info > div {
    color: #fff;
}

.player-work .member-name {
    color: #59b1bc;
    font-family: "muli-bold", sans-serif;
    font-size: 14px;
    width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.player-work-image {
    display: inline-block;
    width: 60px;
    vertical-align: top;
}

.player-work-owner img.member-avatar {
    width: 32px;
    vertical-align: top;
    margin-top: 5px;
}

.player-work-data {
    display: inline-block;
    padding-left: 10px;
    max-width: calc(100% - 70px);
}

.player {
    display: inline-block;
}

.player-timeline {
    font-family: "muli-regular", sans-serif;
    font-size: 11px;
}

a.player-add-work {
    vertical-align: top;
    margin-left: -18px;
    margin-top: 22px;
    display: inline-block;
    color: #fff;
    font-family: "muli-bold", sans-serif;
    text-transform: uppercase;
    font-size: 11px;
}
.player-add-work img {
    width: 30px;
    vertical-align: top;
    margin-right: 5px;
    margin-top: -5px;
}

.order-by-links, .export-links {
    text-align: right;
}

.order-by-links .order-by-label {
    font-size: 13px;
}

.order-by-links a, .export-links a {
    font-family: "muli-regular", sans-serif;
    color: #232323;
    margin: 0 5px;
    font-size: 13px;
}

.order-by-links a:last-of-type:after {
    content: none;
}

.order-by-links a.active, .export-links a.active {
    color: #59b1bc;
}

.order-by-links a:after {
    content: "|";
    margin-left: 10px;
    color: #232323;
}

.filter-form {
    background: #f6f6f6;
    text-align: center;
    margin-bottom: 20px;
    padding: 10px 0;
}

.filter-field {
    display: inline-block;
}

.filter-field select {
    border: none;
    font-size: 12px;
    font-family: 'montserrat-bold', sans-serif;
    width: 120px;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    text-align: center;
}

.filter-field input {
    border: none;
    font-size: 12px;
    font-family: 'montserrat-bold', sans-serif;
    width: 120px;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    text-align: center;
}

.filter-field input::placeholder {
    color: #232323;
}

.sort-form {
    padding: 20px 0 30px 0;
}

.community-news-page .sort-form {
    padding: 0 0 20px 0;
}

.filter-form b{
    font-family: "muli-extrabold", sans-serif;
    font-size: 16px;
}

.order-by-label {
    font-family: "muli-regular", sans-serif;
    font-size: 14px;
}

.order-by-links,
.export-links{
    font-family: "muli-bold", sans-serif;
    font-size: 14px;
}

.order-by-links img {
    width: 80px;
}

.export-links .icon img {
    width: 24px;
}

.filter-form select, .filter-form input{
    color: #232323 !important;
    font-family: "muli-bold", sans-serif  !important;
    font-size: 14px  !important;
    margin: 6px 0 3px 0;
    text-align: center;
    text-align-last:center;
    width: 120px;
}

.filter-fields-item {
    display: inline-block;
    font-size: 14px;
    font-family: 'muli-regular', sans-serif;
    background: #f6f6f6;
    padding: 3px 5px;
    margin: 0 0 1px 5px;
    border-radius: 2px;
}

.filter-fields-item-remove {
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-left: 5px;
    background: url(../icons/exit.svg);
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
}

.load-more {
    text-align: center;
    margin: 5px 0;
}

.load-more-button img, .load-more-page img {
    width: 24px;
}

.load-more-button, .load-more-page {
    color: #59b1bc;
    text-transform: uppercase;
    font-family: "muli-bold", sans-serif;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
    padding-bottom: 20px;
}

.filter-fields-items-clear img{
     width: 24px;
}

.filter-fields-items-clear {
    color: #59b1bc;
    font-size: 14px;
    font-family: 'muli-regular', sans-serif;
    cursor: pointer;
    float: right;
}

.filter-fields-items-label {
    font-family: "montserrat-bold", sans-serif;
    font-weight: bold;
    font-size: 12px;
}

.sorry-no-results {
    text-align: center;
    font-family: "muli-bold", sans-serif;
    font-weight: bold;
    font-size: 14px;
    margin-top: 30px;
}

.title-container {
    position: relative;
}

.float-right-title {
    position: absolute;
    top: 0;
    right: 0;
    text-transform: uppercase;
    font-size: 12px;
    font-family: "muli-bold", sans-serif;
}

.float-left-title {
    position: absolute;
    top: 0;
    left: 0;
    text-transform: uppercase;
    font-size: 12px;
    font-family: "muli-bold", sans-serif;
}

.h1-text {
    display: inline-block;
}
.h1-icons {
    display: inline-block;
}

.float-right-title img,
.float-left-title img,
.h1-icons img{
    width: 24px;
    height: 24px;
    vertical-align: center;
}

.h1-icons .btn-profile {
    margin-left: 10px;
    margin-top: -10px;
}

/* Message box*/
.message-box {
    margin-bottom: 40px;
    border: solid 1px #6F6F6F;
}

.message-box > .row > .col-md-4 {
    padding-right: 0;
}

.message-box > .row > .col-md-8 {
    padding-left: 0;
    padding-bottom: 0;
    position: relative;
}

.messagebox-discussions{
    height: 602px;
    overflow-y: scroll;
}

.messagebox-discussion-detail-wrapper{
    position: relative;
    background: #fff;
}

.messagebox-discussion-detail{
    padding: 15px 5px;
    height: 480px;
    overflow-y: scroll;
}

.message-box-help-zone-content {
    max-height: 480px;
    overflow-y: scroll;
}

.messagebox-discussion-participants,
.messagebox-discussion-attachments{
    display: none;
}

.messagebox-discussion-participants-title,
.messagebox-discussion-attachments-title{
    font-family: "muli-extrabold", sans-serif;
    font-size: 14px;
    margin: 15px;
    color: #59b1bc;
}

.messagebox-discussion-participant,
.messagebox-discussion-attachment{
    padding: 5px 10px;
}

.messagebox-discussion-attachment-name{
    line-height: 1.2em;
    max-height: 1.2em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.messagebox-discussion-attachment-datetime {
    font-family: "muli-regular", sans-serif;
    font-size: 11px;
    color: #ccc;
}

.messagebox-discussion-participant img{
    width: 32px;
    display: inline-block;
    vertical-align: top;
    margin: 5px;
}

.messagebox-discussion-attachment img{
    width: 20px;
    display: inline-block;
    vertical-align: top;
}

.messagebox-discussion-participant-content,
.messagebox-discussion-attachment-content{
    display: inline-block;
    width: calc(100% - 50px);
    margin-top: 5px;
}

.messagebox-discussion-participant-content {
    min-height: 32px;
    display: inline-flex; /* contexte sur le parent */
    flex-direction: column; /* direction d'affichage verticale */
    justify-content: center; /* alignement vertical */
}

.messagebox-discussion-participant-content a {
    color: #232323;
}

.messagebox-discussion-attachment-content a{
    font-family: "muli-regular", sans-serif;
    font-size: 14px;
    color: #232323;
}

.messagebox-discussion-attachment-delete-link {
    float: right;
}

.messagebox-discussion-attachment-delete-link img{
    width: 14px;
}

.messagebox-discussion-participant-title {
    font-family: "muli-bold", sans-serif;
    font-size: 14px;
    line-height: 1.2em;
    max-height: 1.2em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.messagebox-discussion-participant-subtitle {
    font-family: "muli-regular", sans-serif;
    font-size: 12px;
    color: #6F6F6F;
    line-height: 1.2em;
    max-height: 1.2em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.message-box-help-zone {
    position: absolute;
    height: 100%;
    width: 45%;
    right: 0;
    top: 0;
    background: #ffffff;
    display: none;
    border-left: solid 1px #6F6F6F;
}

.message-box-help-zone-title {
    background: #f6f6f6;
    padding: 18px 10px;
    font-family: "muli-extrabold", sans-serif;
    font-size: 14px;
}

.message-box-help-zone-actions {
    position: absolute;
    bottom: 0;
    background: #f6f6f6;
    padding: 5px 10px;
    width: 100%;
}

.message-box-help-zone-actions a {
    color: #232323;
    display: block;
    padding: 5px 0;
    width: 100%;
}

.message-box-help-zone-actions img {
    width: 24px;
    display: inline-block;
    vertical-align: top;
}

.message-box-help-zone-actions .button-label {
    width: calc(100% - 30px);
    display: inline-block;
    vertical-align: top;
}

.messagebox-discussion {
    padding-bottom: 5px;
    padding-top: 5px;
    border-bottom: solid 1px #6F6F6F;
    cursor: pointer;
}

.messagebox-discussion:last-of-type {
    border-bottom: none;
}

.messagebox-discussion.unread{
    background: rgba(89, 177, 188, 0.46);
}

.messagebox-discussion.active{
    background: #59b1bc;
    color: #fff;
}

.messagebox-discussion-img,
.messagebox-discussion-img2{
    display: inline-block;
}

.message-box-header-discussion,
.message-box-help-zone-title-text{
    display: inline-block;
    width: calc(100% - 40px);
}

.message-box-help {
    display: inline-block;
    width: 30px;
    vertical-align: top;
}

.message-box-help img {
    width: 30px;
    cursor: pointer;
}

.messagebox-discussion img.member-avatar,
.message-box-header-discussion img.member-avatar{
    width: 50px;
}

.messagebox-discussion .icon,
.message-box-header-discussion .icon{
    background: #59b1bc;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 8px;
    margin-left: 5px;
}

.messagebox-discussion .avatar,
.message-box-header-discussion .avatar{
    margin-left: 5px;
}

.messagebox-discussion img{
    vertical-align: top;

}

.messagebox-discussion-info {
    width: calc(100% - 60px);
    display: inline-block;
    vertical-align: top;
}

.messagebox-discussion-name,
.messagebox-discussion-name2{
    width: calc(100% - 90px);
    display: inline-block;
    vertical-align: top;
    font-family: "muli-bold", sans-serif;
    font-size: 14px;
    line-height: 1.2em;
    max-height: 1.2em;
    margin-top: 6px;
    margin-bottom: 3px;
}

.messagebox-discussion-name2 a {
    color: #232323;
}

.messagebox-discussion-subject {
    font-family: "muli-regular", sans-serif;
    font-size: 14px;
    line-height: 1.2em;
    max-height: 1.2em;
}

.messagebox-discussion-date {
    width: 80px;
    display: inline-block;
    vertical-align: top;
    text-align: right;
    color: #6f6f6f;
    font-family: "muli-regular", sans-serif;
    font-size: 11px;
}

.message-box-header-discussion .messagebox-discussion-name,
.message-box-header-discussion .messagebox-discussion-img,
.message-box-header-discussion .messagebox-discussion-subject,
.message-box-header-discussion .messagebox-discussion-date{
    display: none;
}

.messagebox-discussion .messagebox-discussion-name2,
.messagebox-discussion .messagebox-discussion-img2,
.messagebox-discussion .messagebox-discussion-subtitle {
    display: none;
}

.messagebox-discussion.active .messagebox-discussion-date {
    color: #fff;
}

.message-box-header-discussion .messagebox-discussion-subtitle {
    line-height: 1.1em;
    height: 1.2em;
    overflow: hidden;
    display: inline-block;
    width: 100%;
}

.message-reply-line {
    margin-bottom: 10px;
    text-align: right;
}

.message-reply-line.sent-by-other {
    text-align: left;
}

.message-reply {
    display: inline-block;
    max-width: 60%;
    border-radius: 8px;
    padding: 10px 5px;
    text-align: left;
    background: #59b1bc;
    color: #fff;
    line-height: 19px;
}

.message-reply a {
    color: #E0E0E0;
}

.message-reply-line.sent-by-other .message-reply {
    background: #e6e6e6;
    color: #232323;
    line-height: 19px;
}

.message-reply-line.sent-by-other .message-reply a{
    color: #6f6f6f;
}

.message-reply-line.attachment .message-reply {
    font-style: italic;
}

.message-reply-line.message-action .message-reply {
    background: transparent;
    font-family: "muli-italic", sans-serif;
    padding: 0;
    color: #232323;
}


.message-body-placeholder {
    background: #fff;
    color: #ccc;
    padding: 8px;
}

.message-attachment-status {
    background: #ccc;
    color: #232323;
    padding: 8px;
}

.message-body-input {
    background: #fff;
    padding: 8px;
    min-height: 36px;
}

.messagebox-new-message-bar,
.messagebox-header-bar{
    background: #f6f6f6;
    padding: 8px;
}

.messagebox-new-message-disabled {
    padding: 16px 8px;
    font-family: "muli-bold", sans-serif;
    font-size: 16px;
}

.messagebox-new-message-bar .messagebox-new-message {
    display: inline-block;
    width: calc(100% - 80px);
    vertical-align: top;
}

/*.messagebox-new-message-bar .messagebox-discussion-detail {*/
    /*position: absolute;*/
    /*bottom: 0;*/
/*}*/

.messagebox-new-message-bar .messagebox-new-message input{
    width: 100%;
    padding: 5px;
}

.messagebox-new-message-bar .messagebox-new-message-button {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
}

.messagebox-new-message-bar .messagebox-new-message-button img{
    width: 32px;
    vertical-align: top;
}

.message-reply-sent-on {
    color: #ccc;
    font-size: 11px;
}

.message-reply-sent-by {
    color: #6f6f6f;
    font-size: 12px;
}

.message-box-right-area {
    position: relative;
    min-height: 602px;
    background: #f6f6f6;
    border-left: solid 1px #6F6F6F;
}


/** Dashboard */

.profile-edit-header-block {
    background: #f5f5f5;
    position: absolute;
    width: calc(((100% - 1000px) / 2) + 4 * (1000px / 12));
    min-height: 250px;
    margin-top: 0;
}
.profile-edit-page .profile-info {
    color: #232323;
    margin-left: 60px;
}
.profile-edit-name {
    font-family: "muli-bold", sans-serif;
    font-size: 14px;
    margin-bottom: 10px;
}
.profile-edit-name img {
    width: 60px;
    vertical-align: middle;
}
.profile-edit-name .img-right-text {
    display: inline-block;
    width: calc(100% - 80px);
    vertical-align: middle;
}
.profile-edit-page .page-info-line {
    position: relative;
}
.profile-edit-page .page-info-line .counter {
    position: absolute;
    right: 20px;
    top: 0;
}
.profile-edit-page fieldset {
    font-family: "muli-bold", sans-serif;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px #232323;
    font-size: 14px;
}

.profile-edit-page fieldset .fieldset-content {
    margin-left: 26px;
    font-size: 13px;
}
.profile-edit-page fieldset .fieldset-content .field {
    margin-bottom: 10px;
}

.profile-edit-page fieldset .fieldset-content .field-label {
    font-family: "muli-bold", sans-serif;
    font-size: 14px;
}
.profile-edit-page fieldset .fieldset-content .field-value {
    font-family: "muli-regular", sans-serif;
    font-size: 14px;
    word-wrap: break-word;
}

.profile-edit-page fieldset:last-of-type {
    border-bottom: none;
}

.profile-edit-page fieldset .legend {
  font-family: "muli-extrabold", sans-serif;
  font-size: 16px;
  margin-bottom: 5px;
  width: auto;
}

.Pages ul.tab-bar {
    list-style: none;
    padding: 0;
    text-align: center;
}

.Pages .tab-content {
    padding: 0;
    margin: 0 15px !important;
}

.Pages ul.tab-bar li{
    font-family: "muli-extrabold", sans-serif;
    font-size: 14px;
    padding: 5px 20px;
    text-transform: uppercase;
    display: inline-block;
    cursor: pointer;
}

.Pages ul.tab-bar li a{
    color: #232323;
}

.profile-edit-page fieldset .legend img {
  width: 24px;
}


.Pages ul.tab-bar li.active:after {
    width: 40px;
    margin: 5px auto 10px auto;
    content: " ";
    border-bottom: solid 2px #59b1bc;
    display: block;
    text-align: center;
}

.popup-line {
    margin: 10px 0;
    padding: 0 20px;
}

.popup-line-label {
    font-family: "muli-bold", sans-serif;
    font-size: 14px;
    color: #6f6f6f
}

.popup-line-text {
    font-family: "muli-regular", sans-serif;
    font-size: 14px;
}

/* Community banner */
.community-banner {
    background: #59b1bc;
    font-family: "muli-regular", sans-serif;
    position: relative;
    height: 240px;
    color: #fff;
}

.community-banner-promotion {
    padding: 30px 0;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 16px;
}

.community-banner-promotion a.btn-primary,
.community-banner-promotion a.btn-primary:focus,
.community-banner-promotion a.btn-primary:hover{
    background: #ffffff;
    border-color: #ffffff;
    color: #232323;
    margin: 0 10px;
    font-size: 14px;
}

h1.community-banner-title {
    color: #fff;
    margin-bottom: 25px;
    font-family: "montserrat-extrabold", sans-serif;
    text-transform: uppercase;
    font-size: 27px;
    text-align: center;
    letter-spacing: 2px;
}

h1.community-banner-title:after {
    width: 60px;
    margin: 10px auto;
    content: " ";
    border-bottom: solid 6px #ffffff;
    display: block;
}

.community-banner-actions {
    margin-top: 18px;
}

.community-news-page h3 {
    text-transform: uppercase;
    font-size: 16px;
}

.community-news-page h3 img{
    margin-right: 0px;
}

.community-news .news-author,
.community-news .news-date{
    margin-bottom: 0px;
}
.community-news .news-author a,
.community-news .event-title a{
    color: #232323;
    font-size: 14px;
    font-family: "muli-bold", sans-serif;
}

.community-news .event-title a{
    color: #8371bf;
}

.event-label {
    font-family: "muli-bold", sans-serif;
}


.community-news-page {
   margin-bottom: 40px;
}

.community-news-page .upcoming-events {
    margin-top: 20px;
}

.upcoming-events .event-image {
    min-width: 100%;
    width: auto;
    min-height: calc(220px * 3 / 4);
    background: #eee;
    margin-bottom: 5px;
    position: relative;
    border: solid 1px #f8f8f8;
}

.upcoming-events .event-image .event-image-date {
    position: absolute;
    background: #fff;
    top : 10px;
    right: 10px;
    border-radius: 4px;
    padding: 5px;
    text-align: center;
}

.upcoming-events .event-image .event-image-date .event-image-date-month {
    text-transform: uppercase;
    font-family: "montserrat-bold", sans-serif;
    color: #e34a64;
    font-size: 17px;
    line-height: 16px;
}

.upcoming-events .event-image .event-image-date .event-image-date-day {
    font-family: "montserrat-regular", sans-serif;
    color: #232323;
    font-size: 19px;
    line-height: 22px;
}

.upcoming-events .event-image .event-image-background {
    width: 100%;
    height: 100%;
    position: absolute;
}

.upcoming-events .event-date {
    margin-bottom: 3px;
    font-family: "muli-bold", sans-serif;
    font-size: 14px;
    line-height: 16px;
}

.upcoming-events .event-title {
    color: #8e7cc3;
    margin-bottom: 5px;
    font-family: "muli-extrabold", sans-serif;
    font-size: 14px;
    line-height: 16px;
}

.upcoming-events .event-title a{
    color: #8e7cc3;
    font-family: "muli-bold", sans-serif;
    line-height: 1.3em;
}

.upcoming-events .event-place {
    margin-bottom: 5px;
    font-family: "muli-light", sans-serif;
    font-size: 13px;
    line-height: 16px;
}

.upcoming-events .event-summary {
    margin-bottom: 40px;
}

.upcoming-events .event-summary:hover,
.upcoming-events .event-summary:hover a{
    color: #8371bf;
}

.upcoming-events .event-summary:hover .event-image .event-image-date .event-image-date-month {
    color: #8371bf;
}

.community-news-page .items-list .list-item {
    padding: 0;
}

.application-remove-document,
.application-remove-media {
    cursor: pointer;
}

.col-md-3-half {
    width: 12.5% !important;
    flex: 0 0 12.5% !important;
    -ms-flex: 0 0 12.5% !important;
}

.application-content{
    padding: 20px 0;
}

.application-content fieldset {
    margin-bottom: 20px;
    padding-bottom: 20px;
    text-align: center;
}

.application-content fieldset {
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.application-content form > .row > .col-md-12 > fieldset:after {
    content: " ";
    display: inline-block;
    width: 200px;
    border-bottom: solid 1px #232323;
}

.application-content .row:last-of-type > .col-md-12 > fieldset:after {
    content: "";
    border-bottom: none;
}

.application-content fieldset > .row {
    text-align: left;
    margin-bottom: 20px;
}

.application-content fieldset legend {
    font-family: "muli-bold", sans-serif;
    font-size: 16px;
    color: #59b1bc;
    text-align: left;
}

.application-content .form-buttons {
    text-align: center;
}

.application-content .btn,
.ulysses-form .btn{
    font-size: 13px;
}

.application-content .btn-secondary,
.ulysses-form .btn-secondary {
    color: #59b1bc;
    background: transparent;
    border: none;
    display: inline-block;
}

.application-content .span-btn,
.ulysses-form .span-btn{
    padding: 10px 10px;
}

.application-content .span-btn .btn-secondary,
.ulysses-form .span-btn .btn-secondary{
    padding: 0;
}

.application-content .span-btn:before,
.ulysses-form .span-btn:before{
    content: " ";
    width: 24px;
    height: 24px;
    display: inline-block;
    background-image: url(../icons/arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
}

.application-content .import-portfolio,
.ulysses-form .upper-link{
    display: inline-block;
    text-transform: none;
    color: #59b1bc;
    cursor: pointer;
}

.application-content .import-portfolio:before,
.ulysses-form .upper-link:before{
    content: " ";
    width: 24px;
    height: 24px;
    display: inline-block;
    background-image: url(../icons/arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
}

.application-rgpd-warning {
    text-align: center;
    font-family: "muli-regular", sans-serif;
    font-size: 14px;
    margin-bottom: 30px;
}

.radio-buttons ul {
    margin: 0;
    padding: 0;
}

.radio-buttons ul li {
    list-style: none;
}

ul.select-elements {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.select-elements li {
    padding: 0;
    margin: 0;
    cursor: pointer;
    color: #59b1bc;
    margin-bottom: 1px;
    vertical-align: middle;
    font-size: 12px;
}

ul.select-elements li:before {
    background-image: url(../icons/arrow.svg);
    content: " ";
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 3px;
    margin-top: -2px;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}


.history-element {
    margin-bottom: 5px;
}

.history-element-title {
    font-family: "muli-extrabold", sans-serif;
    font-size: 14px;
}

.history-element-subtitle {
    font-family: "muli-bold", sans-serif;
    font-size: 12px;
}

.form-field ul {
    padding: 0;
    margin: 0;
}
.form-field ul li{
    list-style: none;
    margin: 0;
    padding: 0;
}

.help-icon {
    width: 14px;
    margin-bottom: 3px;
    margin-left: 1px;
    vertical-align: middle;
}

.tinymce-word-counter {
    float: right;
    font-size: 12px;
    color: #ccc;
}

.tinymce-word-counter.max-length-error {
    color: #e34a64;
}

.html-widget .tinymce-word-counter {
    margin-top: -20px;
}

p.content-missing {
    color: #232323;
    font-style: italic;
    text-align: center;
}

.form-subtitle {
    font-family: "muli-extrabold", sans-serif;
    font-size: 16px;
    text-transform: uppercase;
}

.form-subtitle img {
    width: 28px;
    vertical-align: middle;
    margin-right: 10px;
}

.profile-info-btn {
    background: #59b1bc;
    width: 24px;
    height: 24px;
    padding: 4px;
    margin-right: 4px;
}

.edit-private-profile-intro {
    margin: 10px 0;
}

.cm-newscol1 {
    display: inline-block;
    width: 50px;
    vertical-align: top;
}

.cm-newscol2 {
    display: inline-block;
    width: calc(100% - 55px);
}

.post-text {
    line-height: 20px;
    max-height: 160px;
    overflow: hidden;
    position: relative;
}

.post-text.has-overflow:before {
  content:'';
  width:100%;
  height:100%;
  position:absolute;
  left:0;
  top:0;
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 60%, rgba(255,255,255,0.6) 80%, rgba(255,255,255,1) 100%);
  background:    -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 60%, rgba(255,255,255,0.6) 80%, rgba(255,255,255,1) 100%);
  background:     -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 60%, rgba(255,255,255,0.6) 80%, rgba(255,255,255,1) 100%);
  background:      -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 60%, rgba(255,255,255,0.6) 80%, rgba(255,255,255,1) 100%);
  background:         linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 60%, rgba(255,255,255,0.6) 80%, rgba(255,255,255,1) 100%);
}

.html-overflow-show-content {
    position: relative;
    text-align: center;
    cursor: pointer;
}

.html-overflow-show-content .ellipsis{
    color: #59b1bc;
    text-align: left;
    margin: 0 auto;
    padding-bottom: 4px;
}

/* Event banner */
.event-banner {
    background: #232323;
    font-family: "muli-regular", sans-serif;
    position: relative;
    height: 240px;
}

.event-banner .event-banner-background{
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
}

.event-banner .event-banner-background .event-banner-foreground {
    width: 100%;
    height: 100%;
    background: #232323;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
}

.event-banner-promotion {
    padding: 50px 0;
    width: 100%;
    text-align: center;
    color: #fff;
}

.event-banner-promotion a {
    color: #8371bf;;
}

.event-banner-promotion a.btn-primary,
.event-banner-promotion a.btn-primary:focus,
.event-banner-promotion a.btn-primary:hover{
    background: #8371bf;
    border-color: #8371bf;
    color: #fff;
}

h1.event-banner-title {
    color: #fff;
    margin-bottom: 25px;
    font-family: "montserrat-extrabold", sans-serif;
    text-transform: uppercase;
    font-size: 27px;
    text-align: center;
    letter-spacing: 2px;
}

h1.event-banner-title .ulysses-highlight {
    color: #8371bf;
    font-family: "muli-regular", sans-serif;
    font-size: 14px;
}

h1.event-banner-title:after {
    width: 60px;
    margin: 10px auto;
    content: " ";
    border-bottom: solid 6px #8371bf;
    display: block;
}

.event-banner-apply {
    margin-top: 18px;
}

.event-header .profile-title {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    font-family: 'montserrat-bold', sans-serif;
    font-size: 16px;
}

.event-header .profile-title h2 {
    margin: 0;
    font-size: 27px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: 'montserrat-extrabold', sans-serif;
    display: block;
}

.event-header .work-title h2:after {
    width: 60px;
    margin: 10px 0 20px 0;
    content: " ";
    border-bottom: solid 6px #8371bf;
    display: block;
    text-align: left;
}

.event-header-block {
    background: #8371bf;
    position: absolute;
    width: calc(((100% - 1000px) / 2) + (1000px / 3));
    padding-top: 150px;
    margin-top: -50px;
    padding-bottom: 50px;
}

.event-header-block-line {
    min-height: 20px;
}

.line-of-4 {
    display: inline-block;
    margin-right: 15px;
    width: calc((100% / 4) - 18px);
    vertical-align: top;
}

 .upcoming-events .line-of-4 .event-image {
    min-height: 140px;
}

.event-content {
    min-height: 300px;
}

.event-detail-info-more {
    margin-top: 100px;
}

.event-detail-info-item {
    margin-bottom: 20px;
}

.event-detail-info-title {
    font-family: "muli-bold", sans-serif;
    font-size: 14px;
    margin-bottom: 5px;
}

.event-detail-info-more-title img {
    height: 24px;
}

.event-section {
    font-size: 14px;
    margin-bottom: 20px;
}

.event-section .event-description{
    text-align: justify;
}

.event-keyword {
    display: inline-block;
    font-size: 14px;
    font-family: 'muli-regular', sans-serif;
    color: #6f6f6f;
    background: #f0f0f0;
    padding: 3px 6px;
    margin-bottom: 2px;
    margin-right: 2px;
    margin-top: 2px;
    border-radius: 4px;
}

/** Google Places in colorbox */
.pac-container {
    z-index: 10000 !important;
}

.upload-work-icon {
    min-height: 100px;
    height: 100%;
    width: 100%;
    background: #232323;
    vertical-align: 0;
    font-family: "muli-bold", sans-serif;
    font-size: 11px;
    color: #fff;
    text-align: center;
}

.upload-work-icon:hover {
    background: #e34a64;
}

.upload-work-icon a {
    color: #fff;
}

.search-field {
    position: relative;
    margin-bottom: 20px;
}

.search-field img {
    position: absolute;
    top: 8px;
    right: 8px;
    content: " ";
    display: block;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.search-result-line {
    margin-bottom: 30px;
}

.bookmarks-section {
    margin-bottom: 30px;
}

.cookie-bar {
    position: fixed;
    bottom: 0;
    background: #ccc;
    color: #fff;
    padding: 10px 50px;
    text-align: center;
    font-family: "muli-bold", sans-serif;
    font-size: 16px;
    width: 100%;
}

.cookie-bar a{
    color: #fff;
}

.cookie-bar img {
    width: 24px;
    cursor: pointer;
}

.error_message {
    color: #cc0000;
    margin-bottom: 20px;
}

.Application .form-control:disabled, .Application .form-control[readonly]{
    background: #fff;
    border: none;
}

.info-box {
    background: #59b1bc45;
    padding: 10px 8px;
    border-radius: 4px;
    margin-bottom: 30px;
}

.info-box .info-box-content {
    padding: 0 8px;
}

.info-box img.close-info-box {
    float: right;
    width: 24px;
    cursor: pointer;
    display: inline-block;
}

a.portfolio-document-title,
a.portfolio-document-title:hover {
    color: #232323;
    font-family: "muli-bold", sans-serif;
    font-size: 16px;
}

.portfolio-bio-title{
    color: #232323;
    font-family: "muli-bold", sans-serif;
    font-size: 16px;
}

.portfolio-bio-subtitle{
    color: #232323;
    font-family: "muli-bold", sans-serif;
    font-size: 12px;
}

.portfolio-bio-text {
    line-height: 20px;
    max-height: 60px;
    overflow: hidden;
    position: relative;
}

.portfolio-bio-text.has-overflow:before {
  content:'';
  width:100%;
  height:100%;
  position:absolute;
  left:0;
  top:0;
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 60%, rgba(255,255,255,0.6) 80%, rgba(255,255,255,1) 100%);
  background:    -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 60%, rgba(255,255,255,0.6) 80%, rgba(255,255,255,1) 100%);
  background:     -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 60%, rgba(255,255,255,0.6) 80%, rgba(255,255,255,1) 100%);
  background:      -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 60%, rgba(255,255,255,0.6) 80%, rgba(255,255,255,1) 100%);
  background:         linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 60%, rgba(255,255,255,0.6) 80%, rgba(255,255,255,1) 100%);
}

.portfolio-bio {
    margin-bottom: 30px;
}

.nav-dropdown {
    position: relative;
}

.nav-dropdown-menu {
    display: none;
}

.nav-dropdown:hover .nav-dropdown-menu {
    display: block;
    position: absolute;
    margin-top: 15px;
    padding: 10px;
    background: #fff;
    color: #232323;
    border: solid 1px #ccc;
    margin-left: -205px;
    width: 250px;
    text-align: right;
    z-index: 100;
}

.nav-dropdown.nav-dropdown-menu-profile:hover .nav-dropdown-menu {
    margin-top: 11px;
}

.nav-dropdown:hover .nav-dropdown-menu:after {
	content: '';
	position: absolute;
	top: 0;
	left: 220px;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-bottom-color: #ffffff;
	border-top: 0;
	margin-left: -8px;
	margin-top: -8px;
}

.nav-dropdown:hover .nav-dropdown-menu a{
    color: #232323 !important;
    text-transform: none;
    display: block;
    margin: 4px 0;
    font-family: "montserrat-regular", sans-serif;
}

.nav-dropdown:hover .nav-dropdown-menu a:hover{
    color: #59b1bc !important;
}

.nav-dropdown:hover .nav-dropdown-menu a img{
    width: 24px;
}

.nav-dropdown-menu .notification {
    line-height: 14px;
    font-size: 12px;
    font-family: "montserrat-regular", sans-serif;
}

.notification-badge {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #f0f0f0;
    display: inline-block;
    vertical-align: top;
    margin-top: 12px;
}

.notification-unread .notification-badge {
    background: #59b1bc;
}

.nav-dropdown:hover .nav-dropdown-menu .notification a{
    display: inline-block;
    vertical-align: top;
}

.notification-text {
    padding-top: 2px;
    width: calc(100% - 60px);
    display: inline-block;
}

.header-icon,
.header-text{
    position: relative;
}


.header-icon .header-icon-badge,
.header-text .header-icon-badge{
    position: absolute;
    display: inline-block;
    width: 14px;
    height: 14px;
    background: #59b1bc;
    border-radius: 50%;
    top: 5px;
    right: 0;
    font-size: 11px;
    font-family: "montserrat-regular", sans-serif;
    color: #fff;
    text-align: center;
}

.header-text .header-icon-badge{
    top: -8px;
    right: -8px;
}

.focus-on-associated {
    margin: 60px 0 20px 0;
}

.search-field .submit-btn {
    z-index: 999;
}

.search-field .submit-btn img{
    z-index: 1000;
    background: url(../icons/search-black.svg);
    background-size: contain;
    display: inline-block;
}

.search-result a {
    color: #232323;
}

.search-result .search-result-title {
    text-transform: uppercase;
    font-family: "muli-extrabold", sans-serif;
    font-size: 14px;
    margin-bottom: 5px;
    color: #59b1bc;
}

.search-result .search-result-name {
    font-family: "muli-extrabold", sans-serif;
    font-size: 14px;
    margin-bottom: 5px;
}

.search-result-competition .search-result-title {
    color: #FCD752;
}

.search-result-event .search-result-title {
    color: #aba0ec;
}


.search-result-work .search-result-title {
    color: #e34a64;
}

.search-result-focus-on .share-item-description{
    background: #fff;
    padding: 5px;
    margin-bottom: 5px;
}
.search-result-focus-on .overflow-indicator {
    text-align: left;
}

.profile-info-private .page-info-line a {
    color: #232323;
}

.form-static-label {
    font-family: "muli-bold", sans-serif;
    margin-bottom: -20px;
}

.form-static-label.form-static-label-error {
    color: #e34a64;
}

.popup-form-intro {
    padding: 0 15px;
}

.header-mobile {
   display: none;
}

.community-banner-actions .a-wrapper {
   display: inline-block;
}

.page-banner {
    padding-top: 40px;
}

.profile-edit-top-sm {
   display: none;
}

@media (max-width: 768px) {

    /*.player-wrapper {*/
    /*    display: none;*/
    /*    margin: 0;*/
    /*}*/

    .ulysses-player {
        height: unset;
        text-align: center;
    }

    .player-work {
        text-align: center;
    }

    .ulysses-player .container {
        width: 100%;
    }

   .footer.with-player {
      margin-bottom: 130px;
   }

   .up-to-top img{
       display: none;
   }

   .home-competitions-panel {
       display: none;
   }

   .home-competitions-title {
       text-align: center;
   }

   .home-competitions-title h2 .ulysses-highlight {
       color: #FCD752;
   }

   .home-competitions-title:after {
       border-bottom-color: #232323;
       margin-left: auto;
       margin-right: auto;
   }

   .home-banner-promotion {
       text-align: center;
   }

   .home-banner-title:after{
       margin-left: auto;
       margin-right: auto;
   }

   .home-banner-promotion-item {
       padding: 0 40px;
   }

   .home-members-sub-title,
   .home-members-meet-our-members{
       text-align: center;
   }

   img.member-avatar {
       width: 80px;
   }

   .members-about-panel2-wrapper {
       padding: 0;
   }

   .home-focus_on-panel {
       display: none;
   }

   .home-focus_on-title {
       text-align: center;
   }

   .home-focus_on-title h2 {
       color: #232323;
   }
   .home-focus_on-title h2 .ulysses-highlight {
       color: #59b1bc;
   }

   .home-focus_on-title:after {
       border-bottom-color: #59b1bc;
       margin-left: auto;
       margin-right: auto;
       position: relative;
       right: auto;
   }

   .home-competitions-announce .home-banner {
       background: transparent;
   }

   .container-fluid.home-competitions-announce {
       padding: 0 15px;
   }

   .home-competitions-panel-title {
        margin-top: 0;
    }

   .home-announce_call-background {
       position: absolute;
       bottom: -100px;
   }

   .home-competitions-panel-announce {
       padding: 10px;
   }
   .home-competitions-panel-announce-text {
       width: calc(100% - 30px);
       padding: 20px 0;
   }

   .home-competitions-panel-announce-text h2 .ulysses-highlight {
   }

   .header-desktop {
       display: none;
   }

   .header-mobile {
       display: block;
   }

   .header-mobile .top-header-bar-header{
       text-align: center;
   }

   .burger-icon {
       width: 40px;
   }

   .header-icon {
       margin-top: 5px;
       width: 32px;
   }

   ul.nav-top li {
       display: block;
       padding: 0;
       width: 100%;
       font-size: 14px;
       margin-bottom: 5px;
   }

   .header-mobile-main,
   .header-mobile-user {
       padding: 10px 15px;
       display: none;
       width: 100%;
   }

   ul.nav-inline.profile-bar li {
       display: inline-block;
       padding: 10px;
   }

   .header-mobile-links a {
       padding: 10px 5px;
   }

   .header-mobile-user {
       text-align: right;
   }

   .top-header.top-header-signin .nav-top.main-nav li:hover:after,
   .top-header.top-header-signin .nav-top.main-nav li.active:after {
       display: none;
   }

   .top-header.top-header-signin .nav-top.main-nav li.active a {
       color: #FCD752;
   }

   .member-about {
       padding: 0;
       margin: 1px 0;
   }

   .community-banner {
       height: auto;
   }


   .community-banner-actions .a-wrapper {
       display: block;
       margin-bottom: 10px;
   }

   .community-banner-actions .a-wrapper a{
       width: 80%;
   }

   .page {
       min-height: 800px;
       padding-bottom: 100px;
   }

   ul.user-messages li {
       padding: 20px 10%;
   }

   .profile-edit-header-block {
       width: 100%;
       min-height: 300px;
   }

   .profile-edit-page .profile-edit-name {
       display: inline-block;
       width: auto;
       margin-bottom: 10px;
   }

   .profile-edit-page .profile-info {
       width: auto;
       margin-right: auto;
       margin-left: auto;
   }

   .sm-offset-2 {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 2;
      order: 2;
   }

   .sm-offset-1 {
      -webkit-box-ordinal-group: 1;
      -ms-flex-order: 1;
      order: 1;
   }

   .profile-edit-top-sm {
       display: block;
   }

   .profile-edit-top {
       display: none;
   }

   .profile-edit-page .tab-bar {
       margin-top: -20px;
   }

   .profile-edit-page .tab-frame {
       margin-bottom: 80px;
   }

   .float-right-title,
   .float-left-title {
       margin-top: 60px;
   }

   .profile-header-block,
   .work-header-block,
   .event-header-block{
       width: 100%;
       margin-top: 0;
       padding-top: 100px;
   }

   .profile-header-block{
       min-height: 220px;
   }

   .profile-info-more {
       margin-top: 0;
   }

   .message-box {
        margin-bottom: 40px;
        border: solid 1px transparent;
    }

   .messagebox-discussions {
       height: 240px;
       margin-bottom: 30px;
   }

   .message-box-right-area {
       border-left: none;
   }

   .message-box > .row > .col-md-4,
   .message-box > .row > .col-md-8 {
       padding: 0 15px;
   }

   .messagebox-discussion-detail-wrapper {
       border: solid 1px #f0f0f0;
   }

   .cookie-bar {
     padding: 10px 10px;
     font-size: 14px;
     width: 100vw;
   }

   .competition-timeline {
       padding: 10px;
       margin: 0 -15px;
   }

   .competition-timeline a.btn {
        margin: 10px auto 0 auto;
    }

   .content-padding {
       padding-bottom: 200px;
   }

   #colorbox {
      width: 90% !important;
   }

   #cboxWrapper{
      width: 100% !important;
   }

   #cboxContent {
       width: 100% !important;
   }

   #cboxLoadedContent {
       width: 100% !important;
   }

   #cboxLoadedContent {
       width: 100% !important;
   }

   #cboxContent .main {
      width: 100% !important;
      min-width: auto;
   }

   form.ulysses-form {
       padding: 0 15px;
   }

   .float-md-right {
       float: right !important;
   }

   .home-banner-promotion {
       bottom: 25px;
   }

   .hidden-xs {
       display: none;
   }

   .calls-list {
       margin-bottom: 10px;
       margin-top: 20px;
   }

   .calls-competitions-panel-announce {
       margin: 0;
   }

   .competition-banner {
        height: 340px;
   }

   .competition-banner-promotion {
       /*bottom: 60px;*/
   }

   .h1-holder {
       margin-bottom: 10px;
   }

   .event-detail-info {
       padding: 0 10px;
   }

}

@media (min-width: 769px) {

    #colorbox {
        min-width: 420px !important;
    }

    /*#cboxLoadedContent {*/
        /*min-width: 200px !important;*/
    /*}*/

    #cboxWrapper {
        min-width: 420px !important;
    }

    #cboxContent {
        min-width: 420px !important;
    }
}

.help-menu {
    position: absolute;
}

@media (max-width: 768px) {
    .help-menu {
        position: relative;
    }
}

.help-menu h3{
    cursor: pointer;
}

.help-menu ul {
    padding: 0;
    margin: 0 0 40px 0;
}

.help-menu ul li {
    list-style: none;
    padding: 0;
    margin: 5px 0;
}

.help-menu ul li a{
    color: #232323;
    font-family: 'muli-regular', sans-serif;
    font-weight: normal;
}

.highlight-mandatory-fields .mandatory-field{
    color: #e34a64;
    font-family: "muli-bold", sans-serif;
    font-weight: bold;
}

@media (max-width: 768px) {
    .help-menu {
        position: relative;
    }

    .help-menu ul li{
        display: none;
    }

    .help-menu ul {
        margin: 0 0 20px 0;
    }
}

.field ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.field ul li{
    margin: 0;
    padding: 0;
}

.event-location-picker {
  cursor: default;
}

.filter-form {
    position: relative;
}

.loc-form, .p_loc-form {
  z-index: 1000;
  background: #f8f8f8;
  position: absolute;
  padding: 10px;
  border: solid 1px #f0f0f0;
}

.loc-form .label-input, .p_loc-form .label-input{
  display: inline-block;
  width: 80px;
}

.loc-form .btn-primary.disabled,
.loc-form .btn-primary:disabled,
.p_loc-form .btn-primary.disabled,
.p_loc-form .btn-primary:disabled
{
    background: #59b1bc;
}

.bottom-links {
    text-align: center;
    margin: 40px 0;
}

.event_alerts-list-item {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px #f0f0f0;
}

.event_alerts-list-item:last-of-type {
    border-bottom: none
}

.document-file-item {
    border: solid #eee 1px;
    border-radius: 4px;
    padding: 4px 8px;
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 2px;
}

.document-file-item-remove {
    display: inline-block;
    margin-left: 2px;
    color: #444;
}

.document-file-item-remove img {
    width: 18px;
}

.facebook-page-container {
    position: relative;
}

.facebook-page-holder {
    position: absolute;
    right: 0;
    bottom: 100px;
    width: 400px;
    margin-right: 15px;
}

@media (max-width: 768px) {
    .facebook-page-holder {
        bottom: -50px;
    }
}

@media (max-width: 445px) {
    .facebook-page-holder {
        right: -15px;
        margin: 0;
    }
}

@media (max-width: 415px) {
    .facebook-page-holder {
        right: unset;
        left: 0;
        margin: 0;
    }
    .home-announce_call-background {
        display: none;
    }
}

.home-competitions-annonce-your-call {
    position: relative;
    text-align: center;
    color: #fff;
    margin-top: 45px;
    margin-bottom: 20px;
    min-height: 200px;
    font-family: "muli-bold", "muli-regular", sans-serif;
}

.home-competitions-annonce-your-call .home-competitions-annonce-your-call-text {
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
}

.home-competitions-annonce-your-call img.img-bg {
    height: 100%;
    min-height: 200px;
    width: 100%;
}

.home-competitions-annonce-your-call-bg {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    background: #000;
    opacity: 0.45;
}

.home-competitions-annonce-your-call h3{
    color: #FCD752;
    margin-bottom: 10px;
    font-size: 18px;
}

.home-competitions-annonce-your-call .home-announce-your-call-link{
    color: #FCD752;
    margin-top: 10px;
}

.home-competitions-annonce-your-call .home-announce-your-call-link a{
    color: #FCD752;
    text-transform: uppercase;
}

@media (max-width: 357px) {
    .home-competitions-annonce-your-call .home-competitions-annonce-your-call-text {
        top: 20px;
    }
}

@media (max-width: 320px) {
    .home-competitions-annonce-your-call .home-competitions-annonce-your-call-text {
        top: 10px;
        font-size: 0.85em;
    }
}

@media (max-width: 200px) {
    .home-competitions-annonce-your-call {
        min-height: 300px;
    }

    .home-competitions-annonce-your-call-bg {
        background: #000;
        opacity: 1;
    }
}