/*
 Theme Name: Host an artist
 Description: Host an artist using the parent theme Twenty Sixteen.
 Author: HAA
 Author URI: http://hostanartist.com/
 Template: twentysixteen
 Text Domain: host-an-artist
 Domain Path: /languages
 Version: 1
 */

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  /* Needed for mobile WebKit */
  -moz-box-sizing: border-box;
  /* Needed for Firefox */
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
	background-color: transparent;
}
a {
  color: #006699;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover,
a:active {
  outline: 0;
}
p {
  font-size: 1em;
  line-height: 1.4em;
  text-align: justify;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  max-width: 100%;
  width: auto\9;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
h2 {
	margin-top: 40px;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
.has-placeholder {
  position: relative;
  display: block;
  float: left;
}
.has-placeholder label {
  position: absolute;
  top: 0;
  left: 0;
  vertical-align: middle;
  color: #646464;
  line-height: 43px;
  height: 100%;
  width: 100%;
  text-decoration: none;
  padding: 0 15px;
  text-shadow: 0 1px 0 #ffffff;
  overflow: hidden;
}
textarea {
  background-color: #fff;
  border: solid 1px #bfbfbf;
  border-radius: 3px;
  display: inline-block;
  vertical-align: middle;
  color: #646464;
  line-height: 1em;
  text-decoration: none;
  padding: 10px;
  box-shadow: inset 0 1px 0 0 #dfd8d8;
  width: 280px;
}
div.select-box-focus {
  outline: 0;
  border: 1px solid #5B9DD9;
  -webkit-box-shadow: 0 0 5px 1px #5B9DD9;
  -moz-box-shadow: 0 0 5px 1px #5B9DD9;
  box-shadow: 0 0 5px 1px #5b9dd9;
}
.select-box {
  z-index: 0;
  position: relative;
  border-radius: 3px;
  width: auto;
  background-color: #f9f9f9;
  border: solid 1px #d3d3d3;
  display: inline-block;
  vertical-align: middle;
  color: #fff !important;
  line-height: 43px;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
  padding: 0px;
  overflow: hidden;
  height: 43px;
}
.select-box .select-box-label {
  height: 16px;
  overflow: hidden;
  display: block;
  float: left;
  position: absolute;
  top: 0;
  padding: 0px 15px;
  height: 100%;
  color: #646464;
  line-height: 30px;
  text-shadow: 0 1px 0 #ffffff;
}
.select-box a:hover {
  text-decoration: none;
}
.select-box select {
  position: relative;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 30px;
  -webkit-appearance: none;
  z-index: 1003;
  padding-right: 45px;
}
.select-box-icon {
  z-index: 0;
  position: absolute;
  top: -7px;
  right: 0px;
  height: 100%;
  width: 24px;
  text-decoration: none;
  display: block;
  font-family: "icons";
  color: #404040;
  font-size: 0.8em;
  text-align: left;
}
.ui-button {
  background-color: #f0f0f0;
  border-radius: 3px;
  display: inline-block;
  vertical-align: middle;
  color: #5f5f5f !important;
  line-height: 43px;
  text-decoration: none;
  padding: 0 15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}
input.ui-button,
button.ui-button {
  padding-left: 10px;
  padding-right: 10px;
}
.ui-button-main,
input[type="submit"] {
  background-color: #1777b6;
  /*border: solid 1px #db271a;*/
  border-radius: 3px;
  display: inline-block;
  vertical-align: middle;
  color: #fff !important;
  line-height: 30px;
  text-decoration: none;
  padding: 0 15px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
  text-transform:none;
  font-weight: normal;
  font-size: 0.875em;
}
a.ui-button {
  line-height: 34px;
}
.ui-button-middle {
  height: 30px;
  font-size: 1em;
  line-height: 1em;
}
.doublebutton {
  float: right;
}
.doublebutton a {
  border: solid 1px #d1d1d1;
  background-color: #f7f7f7;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  cursor: default;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  height: 28px;
  outline: 0;
  padding: 5px 6px;
  display: block;
  float: left;
}
.doublebutton a span {
  text-indent: -9999px;
  float: left;
  width: 16px;
  height: 16px;
  background-image: url(./images/icons.png);
  cursor: pointer;
}
.doublebutton .list-button {
  margin-right: -1px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-right: none;
}
.doublebutton .list-button span {
  background-position: -16px -16px;
}
.doublebutton .grid-button {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-left: none;
}
span.active a.grid-button span {
  background-position: -16px 0;
}
span.active a.list-button {
  border: solid 1px #d1d1d1;
  background-color: #f7f7f7;
}
span.active a.list-button span {
  background-position: 0 -16px;
}
.active a.grid-button,
.doublebutton a.list-button {
  background-color: #1777b6;
  border-color: #20abdc;
}
.alert_form {
  background-color: #f2f2f2;
  padding: 15px 10px;
}
.alert_form button {
  width: 100%;
}
.alert_form input {
  width: 184px;
  margin-bottom: 12px;
}
.form-vertical .control-group {
  clear: both;
  margin-bottom: 10px;
}

.user-forms-labels,
.user-login-page .login-username label,
.user-login-page .login-password label {
	margin-right: 20px;
	line-height: 1.2em;
}

.user-login-page .login-password {
	margin: 0 0 0.8em;
}
.user-login-page .login-remember {
	margin-left: 135px;
}
.user-login-page .login-submit {
	margin-left: 180px;
	clear:both;
}
.user-login-page .login-submit input {
	margin-top: 20px;	
}
.form-container {
	margin-top: 30px;
}
.user-login-page .login-username input, 
.user-login-page .login-password input,
.form-container .controls input,
.form-container .meta input {
  background-color: #fff;
  border: solid 1px #bfbfbf;
  border-radius: 3px;
  display: inline-block;
  vertical-align: middle;
  color: #646464;
  text-decoration: none;
  width: 280px;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  font-size: 1em;
}

.user-publish-buttons {
	padding-left: 20px;
}

.user-publish-buttons a {
	display: block;
	margin-left: 10px;
}

.form-container .ui-drop-files {
  width: 280px;
  padding: 0 10px;
  height: 70px;
  text-align: center;
  font-size: 18px;
  line-height: 70px;
  color: rgba(0, 0, 0, 0.5);
  border-radius: 8px;
}
.form-container .controls {
  font-size: 1em;
}
.form-container .main-button {
  background-color: #1777b6;
  border-radius: 3px;
  display: inline-block;
  vertical-align: middle;
  color: #fff !important;
  line-height: 43px;
  text-decoration: none;
  padding: 0 15px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
}
.form-container .checkbox input,
input[type="checkbox"],
.form-container .meta input[type="checkbox"],
.form-container .controls input[type="checkbox"],
input[type="radio"],
.form-container .meta input[type="radio"],
.form-container .controls input[type="radio"] {
  width: auto;
  height: auto;
  vertical-align: middle;
  margin-top: -2px;
  padding: 0;
  border: none;
  box-shadow: none;
}

.form-container .form-note {
	margin-top: 120px;
	font-size:12px;
	font-style: italic;
}


/* DENIS */

.item-post-form {
}

.item-post-form-step1 {
}

.item-post-form-step2 {
	/* display:none; */
}

.item-post-form-step1-previous {
}

.item-post-form-step1-next {
}

.resp-wrapper {
	padding: 0 10px;
}

.resp-wrapper.register-form	{
	padding: 10px 20px 60px 20px;
}


/* FIN DENIS */



.meta_list .meta .name {
  font-family: 'Helvetica', sans-serif;
  font-size: 1em;
  margin: 0;
  padding: 0;
  font-weight: 100;
  color: #242424;
  background-color: #d0eef8;
}
.meta_list .meta ul {
  margin: 5px 0 0 0;
  padding: 0;
  list-style: none;
  float: left;
}
.meta_list .meta ul li {
  clear: both;
  list-style: none;
}
.meta_list .meta ul li label {
  width: auto;
  margin-left: 5px;
  float: none;
}
.meta_list .meta input[type="checkbox"] {
  margin-top: 10px;
}
.meta_list .meta .cf_date_interval {
  width: 100px;
}
.meta_list .meta:after {
  content: "";
  clear: both;
}
.form-container .checkbox {
  margin-bottom: 5px;
}
.form-container .checkbox label {
  font-size: 0.85em;
}
.form-horizontal h3 {
  margin: 30px 0;
}
.form-horizontal .actions {
  border-top: solid 1px #eaeaea;
  padding: 10px 10px 15px 155px;
  margin: 0 25px;
}
.form-horizontal .actions a {
  font-size: 0.72em;
}
.form-horizontal label {
  float: left;
  width: 160px;
  padding-top: 7px;
  text-align: right;
  font-size: 0.85em;
}
.form-horizontal .select-box {
  width: 300px;
}
.form-horizontal .controls {
  margin-left: 180px;
  line-height: 32px;
}

.form-horizontal.location label {
  width: 80px;
}
.form-horizontal.location .controls {
  margin-left: 100px;
}
.form-horizontal.location textarea {
  width:380px;
  margin-bottom: 6px;
}

.form-horizontal .controls label {
  float: none;
  width: auto;
  padding-top: 0;
  text-align: left;
}
.form-horizontal .control-group,
.form-horizontal .meta_list .meta {
  clear: both;
  margin-bottom: 10px;
}
.form-container-box {
  border: solid 1px #eaeaea;
  margin: 0 auto;
  width: 700px;
  border-radius: 4px;
}
.form-container-box .header {
  background-color: #f7f7f7;
  padding: 10px 15px;
  margin-bottom: 30px;
}
.form-container-box .header h1 {
  margin: 0;
  line-height: 1.2em;
}
body .item-post .select-box {
  margin-bottom: 10px;
}
#item-post select {
  width: 300px;
}
.form-container .photos input {
  width: 100%;
  border: 0;
  margin: 0;
  padding: 0;
  box-shadow: none;
}
.photos_div {
  margin-bottom: 20px;
}
.form-container .controls #photos a {
  font-size: 12px !important;
}
button {
  background-color: #f0f0f0;
  border: none;
  border-radius: 3px;
  display: inline-block;
  vertical-align: middle;
  color: #5f5f5f !important;
  line-height: 43px;
  text-decoration: none;
  padding: 0 15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}
.ui-drop-files {
  box-shadow: none;
  border: 4px dashed rgba(0, 0, 0, 0.2);
  height: 100px;
  background: rgba(0, 0, 0, 0.1);
}
.bordered-box {
  border: solid 1px #eaeaea;
  border-radius: 4px;
  padding: 10px;
  font-size: 0.75em;
}
.bordered-box h2 {
  font-size: 1.2em;
  margin-top: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
}
.form-container .photos input {
  width: 100%;
}
.form-container .photos img {
  width: 120px;
}
.photos_div a {
  display: block;
}
.arrow-up {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #1777b6;
}
.hover .arrow-up {
  border-bottom-color: white;
}
.arrow-down {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #1777b6;
}
.hover .arrow-down {
  border-top-color: white;
}
.arrow-left {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #1777b6;
}
.hover .arrow-left {
  border-right-color: white;
}
.arrow-right {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #1777b6;
}
.hover .arrow-right {
  border-left-color: white;
}
.paginate {
  padding: 25px;
  text-align: center;
  clear: both;
}
.paginate li {
  display: inline;
  list-style-type: none;
}
.paginate a,
.paginate span {
  text-decoration: none;
  margin: 0 1px;
  padding: 5px 10px;
  border: 1px solid #EEE;
  border-radius: 3px;
}
.paginate a.previous {
  margin-right: 15px;
}
.paginate a.next {
  margin-left: 15px;
}
.paginate strong {
  border: 1px solid #EEE;
  color: #F30;
  margin: 0 1px;
  padding: 5px 10px;
}
.paginate em {
  border: 1px solid #EEE;
  color: #AAA;
  font-style: normal;
  margin: 0 1px;
  padding: 5px 10px;
  text-decoration: none;
}
.paginate em.previous {
  margin-right: 15px;
}
.paginate em.next {
  margin-left: 15px;
}
.searchPaginationSelected,
.paginate a:hover {
  font-weight: bold;
  background-color: #1777b6;
  color: white;
}
.see_by {
  float: right;
  border: solid 1px #D1D1D1;
  background-color: #F7F7F7;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  cursor: default;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  height: 28px;
  outline: 0;
  padding: 5px 6px;
  display: block;
  margin-right: 10px;
  position: relative;
}
.see_by span {
  float: left;
}
.see_by label {
  float: right;
  margin: 0;
  padding: 0 18px 0 5px;
  color: #1777b6;
}
.see_by ul {
  position: absolute;
  right: -1px;
  margin: 22px 0 0;
  padding: 8px 10px;
  list-style: none;
  text-align: right;
  background-color: #1777b6;
  border-radius: 2px;
  display: none;
}
.see_by ul a {
  font-size: 1em;
  font-weight: 500;
  color: #ffffff;
}
.see_by .arrow-up,
.see_by .arrow-down,
.see_by .arrow-right,
.see_by .arrow-left {
  position: absolute;
  right: 6px;
  top: 11px;
}
.arrow-envelope {
  position: absolute;
  right: -1px;
  top: -1px;
}
.hover .arrow-envelope {
  background-color: #1777b6;
  border: solid 1px #20abdc;
  width: 21px;
  height: 28px;
  border-bottom: none;
  z-index: 3;
}
.hover ul {
  display: block;
}
.site-content {
  padding: 0;
  min-height: calc( 100vh - 350px);	
}

.site-content p,
.site-content input,
.site-content button {
	font-family: "Helvetica Neue", sans-serif;
}

.wrapper-flash {
  font-weight: bold;
}
.flashmessage {
  font-size: 14px;
  padding: 15px 0;
  width: 100%;
  top: 10px;
  z-index: 999;
  text-align: center;
  color: #ffffff;
  position: relative;
}
.flashmessage-warning,
.help-box {
  background-color: #d0a52a;
  border: solid 1px #93741e;
}
.flashmessage-error {
  background-color: #c44e20;
  border: solid 1px #873616;
}
.flashmessage-ok {
  background-color: #839b44;
  border: solid 1px #4f5e29;
}
.flashmessage-info {
  background-color: #30a0ef;
  border: solid 1px #2477b2;
}
.recaptcha-recover {
  margin: 20px 0 20px 180px;
}

.help-box {
  padding: 5px 10px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  margin: 10px 0;
  border-radius: 4px;
}
.flashmessage .ico-close {
  position: absolute;
  top: 14px;
  right: 17px;
  float: right;
  font-size: 18px;
  line-height: 18px;
  color: white;
  text-shadow: none;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
}
.flashmessage-error .close {
  color: #b94a48;
}
.flashmessage-warning .close {
  color: #c09853;
}
.flashmessage-success .close,
.flashmessage-information .close {
  color: #3a87ad;
}
#error_list,
.error_list {
  background-color: #F2DEDE;
  border: solid 2px #EED3D7;
  color: #B94A48;
  border-radius: 4px;
  padding: 10px;
  list-style: none;
  display: none;
  margin: 0 10px 20px;
}
#error_list li,
.error_list li {
  list-style: none;
  padding: 2px 0 2px 18px;
}
#error_list li label,
.error_list li label {
  margin-top: 0;
  float: none;
  width: auto;
}
.user-card {
  background-color: #f7f7f7;
  position: relative;
  padding-left: 120px;
  height: 120px;
  border-radius: 4px;
  margin-bottom: 25px;
}
.user-card ul {
  padding: 15px;
  margin: 0;
  list-style: none;
}
.user-card .name {
  font-size: 1.5em;
  margin-bottom: 15px;
}
.user-card .website {
  font-size: 0.72em;
}
.user-card .location,
.user-card .adress {
  font-size: 0.72em;
}
.user-card img {
  position: absolute;
  left: 0;
  top: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  width: 120px;
}
@font-face {
  font-family: 'UnitedSansSemiCond-Thin';
  src: url('./fonts/UnitedSansSemiCond-Thin.eot?#iefix') format('embedded-opentype'), url('./fonts/UnitedSansSemiCond-Thin.otf') format('opentype'), url('./fonts/UnitedSansSemiCond-Thin.woff') format('woff'), url('./fonts/UnitedSansSemiCond-Thin.ttf') format('truetype'), url('./fonts/UnitedSansSemiCond-Thin.svg#UnitedSansSemiCond-Thin') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Osclass";
  font-weight: normal;
  src: url("./fonts/osclass-regular.woff");
}
@font-face {
  font-family: "Osclass";
  font-weight: 100;
  src: url("./fonts/osclass-extra-light.woff");
}
@font-face {
  font-family: "icons";
  src: url("./fonts/icons.eot");
  src: url("./fonts/icons.eot?#iefix") format("embedded-opentype"), url("./fonts/icons.woff") format("woff"), url("./fonts/icons.ttf") format("truetype"), url("./fonts/icons.svg#untitledregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
html {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-size: 100%;
  line-height: 1.125em;
  font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, Verdana, sans-serif;
  color: #404040;
}
.icons {
  font-size: 32px;
  line-height: 32px;
}
.icons :after {
  display: inline-block;
  font-family: "icons";
}
.ico-search:after {
  content: "s";
}
.ico-menu:after {
  content: "m";
}
.ico-grid:after {
  content: "g";
}
body {
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333333;
}
.wrapper {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
}
#responsive-trigger {
  display: none;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: bold;
  font-family: "UnitedSansSemiCond-Thin";
  color: #666;
  letter-spacing: -0.03em;
  line-height: 1em;
  margin-top: 0;
}
h1 {
  font-size: 2.6em;
}
h2 {
  font-size: 2.2em;
}
h3 {
  font-size: 1.9em;
}
h4 {
  font-size: 1.7em;
}
h5 {
  font-size: 1.55em;
}

h4.version-langue {
  font-size: 1em;
  font-style: italic;
}


.clear {
  clear: both;
}
body .search #sidebar,
body .user #sidebar {
  float: left;
  width: 210px;
}
body .search #results,
body .user #main {
  float: right;
  width: 728px;
}
body .search .list-header .actions {
  height: 35px;
}
.resp-toogle {
  display: none;
}
.title-has-actions {
  border-bottom: solid 1px #eaeaea;
  margin-bottom: 10px;
}
.title-has-actions h1,
.title-has-actions h2,
.title-has-actions h3 {
  float: left;
  margin-bottom: 0;
}
.title-has-actions a {
  float: left;
  margin-left: 10px;
  font-size: 0.825em;
  line-height: 2em;
}
.flashmessage-404 {
  background-color: #FCF8E3;
  border: solid 1px #FBEED5;
  color: #C09853;
  font-size: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 10px 15px;
  margin-top: 25px;
}
.flashmessage-404 ul {
  list-style: disc;
  padding: 10px 0px 10px 25px;
}
body .not-found .categories h2,
body .not-found .categories h3 {
  float: left;
  width: 25%;
  font-size: 13px;
  font-weight: normal;
  margin: 3px 0;
}
body .not-found .categories {
  margin-top: 10px;
}
body .not-found fieldset.main {
  padding: 10px 0;
}
body .not-found #uniform-sCategory {
  display: none;
}
body .not-found h1 {
  font-size: 24px;
  margin-bottom: 20px;
}
body .not-found #query {
  background-color: #fff;
  border: solid 1px #bfbfbf;
  border-radius: 3px;
  display: inline-block;
  vertical-align: middle;
  color: #646464;
  text-decoration: none;
  width: 280px;
  padding: 0 10px;
  height: 34px;
  line-height: 30px;
  font-size: 1em;
}
#footer {
  clear: both;
  margin-top: 50px;
  padding-bottom: 30px;
  border-top: solid 1px #eaeaea;
  padding-top: 15px;
  font-size: 0.72em;
  background-color: #242424;
  color: #cacaca;
}
#footer ul {
  /*float: right*/
}
#footer a {
  text-decoration: none;
  color: #20abdc;
}
#footer a:hover {
  text-decoration: underline;
}
#footer li {
  /*display: inline;
    margin-left: 10px*/
  text-align: left;
  font-size: 16px;
  line-height: 22px;
}
#footer h2 {
  color: #cacaca;
}
#footer .cell_3 {
  text-align: left;
}
/*#footer .resp-toogle {
    text-align: center;
}*/
#footer .lang a {
  font-size: 16px;
  color: #1777b6;
}
#footer .social ul {
  margin: 12px 0;
}
.footer-links,
#footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  clear: both;
}
.footer-links li {
  float: left;
  width: 31%;
  padding-right: 2%;
  margin-bottom: 5px;
  font-size: 0.72em;
}
#footer .resp-toogle .publish {
  padding: 0;
  margin: 15px 0;
  display: block;
}
#footer .resp-toogle .publish a {
  background-color: #20abdc;
  /*border: solid 1px #1acedb;*/
  border-radius: 3px;
  display: inline-block;
  vertical-align: middle;
  color: #fff !important;
  line-height: 43px;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
  width: 100%;
  margin: 0;
  font-size: 1.2em;
  padding: 0;
  text-align: center;
}
.js-download-contract {
  background-color: #20abdc;
  margin: 36px auto;
}
#download-pdf {
  display: none;
}
#warning-popup{
	width: 250px;
	position: fixed;
	right:20px;
	bottom:-1000px;
	border:#20abdc solid 10px;
	background-color: rgba(255,255,255,0.95);
	padding: 20px;
	transition-property: bottom; 
	transition-duration: 1.5s;
}
#warning-popup.start-transition{
	bottom:20px;
}
#warning-popup h4 {
	font-family: "UnitedSansSemiCond-Thin";
}
#warning-popup p {
	margin: 10px 0 0 0;
	font-size: 15px;
	line-height: 18px;
}
#warning-popup a {
	text-decoration: underline;
}
#warning-popup .close-popup {
	position: absolute;
	right:8px;
	top:0;
	color: #20abdc;
	transform: scale(1, 0.75);
	display: block;
	cursor: pointer;
}


header {
  background-color: #242424;
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  /*padding: 10px 0;*/
}
header .wrapper {
  position: relative;
  padding: 10px 0;
  margin: 0 auto;
}
header #logo {
  display: inline-block;
}
header #logo a {
  /*font-size: 1.5em;
    line-height: 0.8em;
    font-weight: bold;
    text-decoration: none;
    color: #fff*/
}

.user-dashboard.publish a,
header .publish a {
  background-color: #20abdc;
  border-radius: 3px;
  display: inline-block;
  vertical-align: middle;
  color: #fff !important;
  line-height: 30px;
  text-decoration: none;
  padding: 0 15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
	
header #logo span {
  color: #fff;
  font-family: "UnitedSansSemiCond-Thin";
  font-weight: 100;
  text-decoration: none;
  border: none;
  font-size: 0.8em;
  line-height: 1em;
  display: block;
}
header .lang {
  padding-left: 16px;
}
.main-search {
  width: 980px;
  margin: 0 auto;
  padding: 10px 0;
}
.main-search .has-placeholder {
  float: none;
}
.main-search input {
  background-color: #f6f6f6;
  border: solid 1px #bfbfbf;
  border-radius: 3px;
  display: inline-block;
  vertical-align: middle;
  color: #646464;
  line-height: 43px;
  text-decoration: none;
  padding: 0 15px;
  height: 43px;
  width: 100%;
}
.main-search .selector {
  padding-left: 12px;
  padding-right: 12px;
}
.main-search .reset-padding {
  padding-left: 0px;
}
.main-search .ui-button {
  background-color: #1777b6;
  border-radius: 3px;
  display: inline-block;
  vertical-align: middle;
  color: #fff !important;
  line-height: 43px;
  text-decoration: none;
  padding: 0 15px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
  height: 43px;
  text-transform: none;
  font-weight: normal;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.main-search .cell {
  display: table-cell;
  width: 100%;
  vertical-align: top;
}
header .nav {
  position: absolute;
  right: 0;
  top: 36px;
  padding: 0;
  margin: 0;
  list-style: none;
}
header .nav li {
  display: inline-block;
}
header .nav li.search,
header .nav li.cat {
  display: none;
}
header .nav li a,
header .nav li span {
  color: #cacaca;
  font-size: 0.875em;
}
header .nav li {
  color: black;
}
header .nav li a {
  margin-left: 10px;
}

.main-search .select-box .select-box-label {
  line-height: 43px;
}
.main-search .select-box select {
  width: auto;
  height: 42px;
}
.main-search .select-box-icon {
  top: 0px;
}
.wrapper-flash {
  margin-bottom: 35px;
}
div.breadcrumb {
  line-height: 1.05em;
  font-size: 0.75em;
  height: auto;
  margin: 0;
  width: auto;
  padding: 10px 0;
  border-bottom: 1px solid #eaeaea;
}
ul.breadcrumb {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.breadcrumb li {
  float: left;
  padding: 0 2px;
  font-weight: normal;
}
.r-list {
  display: none;
  margin: 0px 40px 0 0;
  padding: 0;
  list-style: none;
}
.latest_ads {
  padding-top: 25px;
}
.latest_ads h1 {
  float: left;
}
.latest_ads .actions {
  float: right;
  margin-top: 5px;
}
body .home .r-list {
  display: block;
}
body .home #main {
  width: 980px;
  margin: 24px 0;
  /*float: left;
    margin-top: -20px 40px 0 0*/
}
.home {
  /*display: inline-block;
    margin: 24px 0;*/
}
.home h1 {
  text-align: center;
}
.home #main > div {
  padding: 24px 0;
}
.home .home-video:hover img {
  opacity: 0.75;
}
.presentation .cell_3 {
  /*height: 240px;
    border: 1px solid black;*/
  padding: 20px 20px;
  text-align: center;
}
.presentation .cell_3:last-child {
  padding: 20px 10px;
}
.presentation p {
  margin-top: 30px;
  color: #8E8E8E;
  font-size: 18px;
  font-style: italic;
}
.residences .cell_3 {
  position: relative;
  border: 10px solid white;
  background-size: 100%;
  cursor: pointer;
  text-align: center;
  height: 240px;
  /*z-index: -2;*/
  background-position: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.residences .cell_3:hover {
  opacity: 0.8;
  background-size: 110%;
}
/*.home.residences .cell_3::after {
  content: "";
  background-color: #CCC;
  opacity: 0.4;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute; 
}*/
.residences h2 {
  line-height: 220px;
  margin: 0;
}
.residences a {
  display: block;
  color: #EFEFEF;
  text-decoration: none;
  text-shadow: 0 0 3px black;
}
.artistes .cell_3,
.locations .cell_3 {
  height: auto;
  /*background-color: #faf1e0;*/
  background-color: #cacaca;
  border: 10px solid white;
  padding: 24px 36px;
}
.artistes ul,
.locations ul {
  list-style-type: none;
  text-align: left;
  font-size: 22px;
  font-family: "UnitedSansSemiCond-Thin";
  font-weight: bold;
  line-height: 28px;
}
.artistes a,
.locations a {
  text-decoration: none;
  color: #1777B6;
}
.artistes a:hover,
.locations a:hover {
  text-decoration: none;
  color: #20abdc;
}
.artistes .total-items,
.locations .total-items {
  color: #8E8E8E;
  font-size: 18px;
}
.tbl {
  display: block;
  width: 100%;
}
div.first_cel ul {
  margin: 0;
}
.cell_3 {
  width: 33%;
  /*float: left*/
  display: inline-block;
  vertical-align: top;
}
.cell_3 ul {
  margin: 0;
  margin-left: 20px;
}
.r-list li {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.r-list li .r-list li li {
  float: none;
  width: 100%;
}
.r-list li > li:nth-child(4n),
.r-list li .clear {
  clear: both;
}
ul.r-list li h1 {
  margin: 25px 0 10px 0;
  padding: 0;
  font-size: 1em;
  overflow: hidden;
  text-overflow: ellipsis;
}
ul.r-list li h1 a {
  font-size: 1em;
}
ul.r-list li h1 span {
  font-weight: normal;
}
ul.r-list li a,
ul.r-list li span {
  text-decoration: none;
  font-size: 0.8125em;
}
ul.r-list li ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-header {
  margin-bottom: 15px;
  z-index: 3;
  position: relative;
}
.listing-card-list {
  margin: 0;
  padding: 0;
  list-style: none;
  clear: both;
  margin-bottom: 24px;
}
.see_more_link {
  clear: both;
  text-align: right;
  padding-right: 11px;
}
.counter-search {
  float: left;
  line-height: 32px;
}
#main h5 {
  /*margin-bottom: 10px*/
  margin: 12px 0;
}
#related-searches {
  padding-top: 25px;
}
#related-searches h5 {
  margin-bottom: 10px;
  /*font-size: 1em*/
}
.listing-card {
  clear: both;
  padding: 10px 0;
  margin: 0;
  border: 0;
  /*border-bottom: 1px solid #ECECEC;*/
  position: relative;
  width: 100%;
  display: table;
}
.listing-card .listing-basicinfo,
.listing-card .listing-attributes {
  display: block;
  vertical-align: top;
  width: auto;
  /*padding: 10px;*/
}
.listing-card .listing-attributes {
  width: auto;
}
.listing-card .currency-value {
  white-space: nowrap;
  font-weight: bold;
  color: #78c042;
}
.listing-card .listing-data {
  display: table-row;
  width: 100%;
}
.listing-card .listing-detail {
  width: auto;
  margin-left: 105px;
}
.listing-card .listing-cell {
  display: table;
  width: 100%;
}
.listing-card .listing-thumb {
  float: left;
}
.listing-card .listing-thumb img {
  height: 85px;
  width: 95px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.listing-card .listing-thumb:hover img {
  opacity: 0.7;
}
.listing-card .listing-attributes {
  font-size: 0.78em;
  color: #777;
  padding: 0 12px;
  line-height: 1em;
  text-overflow: ellipsis;
  /* overflow: hidden; */
	position: relative;
	padding-left: 40px;
}

.listing-card .listing-attributes .icon {
	position: absolute;
	top: 0px;
	left: 0px;
	padding-left: 10px;
}

.listing-card .listing-attributes .icon img {
	width: 20px;
	float:left;
	margin-right:4px;
}

.listing-card .listing-attributes .description {
	width: 190px;
	margin-top:5px;
	min-height: 30px;
	line-height: 16px;
}

.listing-card .listing-attributes a {
  color: #777;
  font-weight: bold;
}
.listing-card .listing-attributes a {
  text-decoration: none;
}
.listing-card .listing-attributes a:hover {
  text-decoration: underline;
}
.premium-list li.listing-card,
li.listing-card.premium {
 /*  background-color: #fcfcd7; */
}
.listing-grid .last {
  margin-right: 0px;
}
.listing-grid .listing-card {
  /*float: left;
    width: 190px;
    padding: 6px;
    background-color: #FFF;
    border: 1px solid #ECECEC;
    margin: 0 9px 9px 0;
    position: relative;
    display: block;
    clear: none*/
  width: 33%;
  position: relative;
  display: inline-block;
  padding: 10px;
  vertical-align: top;
  margin-top: 10px;
}
.listing-grid .listing-card .listing-attributes .location {
  /*display: block;*/
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.listing-grid .listing-card .listing-attributes .location a {
  display: inline;
}
.listing-grid .listing-card img {
  width: 100%;
  height: auto;
  float: none;
}
.listing-grid .currency-value {
  display: block;
}
.listing-grid .listing-detail {
  margin-left: 0;
}
.listing-grid .listing-basicinfo,
.listing-grid .listing-data {
  width: 100%;
  display: block;
}
.listing-grid .listing-thumb {
  width: 100%;
  height: 200px;
   overflow-y: hidden;
}
.listing-grid .listing-cell {
  display: block;
}
.listing-grid .listing-basicinfo .listing-description-text {
  display: none;
}
.listing-grid .listing-basicinfo a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  display: inline-block;
  padding: 10px 12px 8px 12px;
  text-decoration: none;
  font-size:1rem;
  line-height: 1.1rem;
}
.listing-grid .listing-basicinfo a:hover {
  text-decoration: underline;
}

.listing-basicinfo a.title.residences {
	color:#22acdc;
}

.listing-basicinfo a.title.artistes {
	color:#0e77b6;
}

.listing-grid .g-hide {
  display: none;
}
body .search .listing-grid .last {
  margin-right: 0px;
}
body .search .listing-grid .listing-card {
  /*width: 161px*/
  width: 32%;
}
body .home .listing-grid .first {
  clear: both;
}
#sidebar {
  width: 300px;
  float: right;
}
#sidebar fieldset {
  margin: 0;
  padding: 0;
  border: none;
}
#sidebar h3 {
  margin: 0;
  margin-bottom: 10px;
  line-height: 1em;
  font-size: 1em;
}
#sidebar fieldset {
  padding: 14px 0 16px;
  border-bottom: solid 1px #eaeaea;
  font-size: 0.8125em;
  line-height: 0.8125em;
}
#sidebar input {
  vertical-align: bottom;
}
#sidebar .input-text,
#sidebar input[type="text"] {
  background-color: #fff;
  border: solid 1px #bfbfbf;
  border-radius: 3px;
  display: inline-block;
  vertical-align: middle;
  color: #646464;
  text-decoration: none;
  width: 100%;
  padding: 0 10px;
  height: 24px;
  line-height: 24px;
}
#sidebar ul.category,
#sidebar ul.category ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.sidebar-list,
ul.user_menu {
  padding: 0;
  margin: 0;
  list-style: none;
}
body.user #sidebar {
  border-right: solid 1px #eaeaea;
}
#sidebar ul.category li,
ul.sidebar-list li,
ul.user_menu li {
  padding: 3px 0;
  line-height: 1.15em;
}
ul.user_menu li {
  padding: 0 0 12px;
  font-size: 0.8125em;
  line-height: 0.8125em;
}
/*#sidebar h1,
#sidebar h2,*/
#sidebar h3,
#sidebar h4,
#sidebar h5,
#sidebar h6 {
  font-family: "Helvetica", sans-serif;
  font-weight: normal;
}
#sidebar ul.category ul {
  padding-left: 15px;
}
#sidebar .show-sub a {
  font-weight: bold;
}
#sidebar .show-sub li a {
  font-weight: normal;
}
#sidebar .price-slice input,
#sidebar .two_input input {
  width: 65px;
  padding: 0 5px;
  margin-right: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#sidebar .two_input input {
  width: 70px;
}
#sidebar .price-slice span {
  margin-right: 0px;
}
#sidebar button {
  background-color: #1777b6;
  border-radius: 3px;
  display: inline-block;
  vertical-align: middle;
  color: #fff !important;
  text-decoration: none;
  padding: 4px 15px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
  line-height: 20px;
  font-size: 0.85em;
}
#sidebar .actions {
  padding: 20px 0;
}
#sidebar .plugin-hooks h6 {
  margin: 0;
  margin-bottom: 10px;
  line-height: 1em;
  font-size: 1em;
  font-weight: normal;
  font-family: "UnitedSansSemiCond-Thin";
  color: #666666;
}
#sidebar .plugin-hooks .row {
  margin-bottom: 10px;
}
#sidebar .select-box {
  width: 100%;
}
#sidebar a {
  text-decoration: none;
}
#sidebar a:hover {
  text-decoration: underline;
}
.widget-box {
  background-color: #f7f7f7;
  padding: 10px;
  margin-bottom: 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.widget-box h3 {
  margin: 0;
}
.widget-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget-box li a {
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  font-weight: normal;
  font-size: 0.8125em;
  display: block;
  padding: 4px 5px;
  border-radius: 0px;
  margin: -1px 0;
  position: relative;
  border-bottom: solid 1px #eaeaea;
  border-top: solid 1px #eaeaea;
}
.widget-box li li a:hover {
  background-color: #f6b6b1;
  border-color: #f7f7f7;
  color: #fff;
  z-index: 2;
  border-radius: 3px;
}
.widget-box.form-container {
  margin-top: 0;
}

body .item #sidebar .widget-box,
body .user-public-profile #sidebar .widget-box {
  padding: 20px;
}
body .item #sidebar .form-container .controls input,
body .user-public-profile #sidebar .form-container .controls input,
body .user-public-profile #sidebar .form-container .controls textarea {
  width: 238px;
}
body .item #sidebar .form-container label,
body .user-public-profile #sidebar .form-container label {
  font-size: 0.75em;
}
body .item #contact h2,
body .user-public-profile #contact h2 {
  margin-top: 0px;
}
body .item #main,
body .user-public-profile #main {
  width: 640px;
  float: left;
}
.item-photos .main-photo {
  width: 550px;
  float: left;
}
.item-photos .thumbs {
  float: right;
  width: 79px;
}
.item-photos .thumbs ul {
  margin: 0;
  padding: 0;
}
.item-photos .thumbs li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.item-photos .thumbs img {
  margin-bottom: 12px;
  border: solid 2px #eaeaea;
}
.item-header {
  margin-top: -10px;
  background: #f7f7f7;
  padding: 10px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  margin-bottom: 15px;
  font-size: 0.75em;
}
.item-header #type_dates {
  float: right;
}
.item-header #type_dates em {
  font-style: normal;
}
#item-content h2 {
	margin-top: 40px;
}
#item_location {
  list-style: none;
  margin: 0;
  padding: 0;
}
#item_location li {
  display: inline;
}
#description {
  clear: both;
  padding-top: 5px;
}
#description .meta {
  font-size: 1em;
  line-height: 1.4em;
  text-align: justify;
  padding: 6px 0;
}
#description .item-description {
  margin-top: 30px;
  color: #8e8e8e;
  font-size: 18px;
  font-style: italic;
}
.item-picto {
  text-align: center;
  margin: 36px 0;
}
#itemMap {
  margin: 32px 0;
}
div.mark_as {
  height: 32px;
  width: 100%;
  border: none;
  background: transparent;
  margin-bottom: 15px;
}
.mark_as a {
  width: 100%;
  height: auto;
  display: block;
  top: 0;
  left: 0;
  position: absolute;
}
.mark_as .select-box-label {
  border: solid 1px #f2f2f2;
  position: relative;
  float: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background: #f7f7f7;
}
.similar_ads h2 {
  margin-top: 35px;
}
.admin-options {
  font-size: 0.72em;
  line-height: 16px;
  display: inline-block;
  margin-top: 6px;	
}
.admin-options a {
  margin: 0 5px;
}
#comments {
  margin-top: 25px;
}
body .item h1 .price {
  font-weight: normal;
  font-size: 24px;
  float: right;
  background-color: #FCF8E3;
  padding: 5px 10px;
}
.item #comments h3 {
  font-family: "Helvetica", sans-serif;
  font-size: 1em;
  font-weight: normal;
}
.item #comments {
  clear: both;
  float: left;
  margin-bottom: 35px;
  width: 100%;
}
.item #comments .comments_list {
  border-bottom: 1px dotted #DDD;
  margin-bottom: 20px;
}
.item #comments .comment {
  background: url(./images/comments_quotes.gif) no-repeat 10px 0;
  margin-bottom: 15px;
  padding: 7px 0 0 60px;
}
.item #comments .comment h3 {
  color: #666;
  margin-bottom: 5px;
}
.item #comments .comment h3 em {
  color: #888;
  font-size: 12px;
  font-weight: normal;
}
.item #comments .comment p {
  color: #878787;
  font-style: italic;
  line-height: 18px;
}
.item #comments .pagination {
  text-align: right;
  margin-right: 10px;
  margin-bottom: 15px;
}
.item #comments .pagination a {
  border: 1px dotted #AAA;
  padding: 5px 8px;
}
.item #comments .pagination a.searchPaginationSelected {
  background-color: #f7f7f7;
}
.item #comments .pagination a.searchPaginationNext,
.item #comments a.searchPaginationPrev,
.item #comments .pagination a.searchPaginationFirst,
.item #comments a.searchPaginationLast {
  border: 0px;
  text-decoration: none;
}
.item #comments .pagination a.searchPaginationNext:hover,
.item #comments a.searchPaginationPrev:hover,
.item #comments .pagination a.searchPaginationFirst:hover,
.item #comments a.searchPaginationLast:hover {
  background-color: #ffffff;
}
.item #comments a:hover {
  background-color: #f7f7f7;
}
@media only screen and (max-width: 740px) {
  .wrapper,
  #footer {
    padding-left: 10px;
    padding-right: 10px;
    width: auto;
  }
  .has-placeholder {
    float: none;
  }
  div#main,
  body .home #main,
  body .search #results,
  body .user #main,
  body .item #main,
  body .user-public-profile #main {
    width: auto;
    float: none;
    clear: both;
  }
  #responsive-trigger {
    display: block;
  }
  #sidebar {
    width: 100%;
  }
  header {
    padding-bottom: 0px;
  }
  header .lang {
	position: absolute;
	top: -0px;
	right: 5px;
	font-size: 0.875em;
	padding: 0;
	margin: 0;	  
  }
  #footer {
    text-align: center;
  }
  #footer ul {
    float: none;
    font-size: 1.15em;
    margin-bottom: 15px;
  }
  .flashmessage {
    padding: 15px 40px 15px 15px;
    width: auto;
  }
  .contact_button a {
    margin-bottom: 10px;
  }
  div#recaptcha_widget {
    width: 100% !important;
  }
  div#recaptcha_image {
    width: 100% !important;
    height: auto !important;
  }
  div#recaptcha_image > img {
    width: 100% !important;
  }
  header {
    height: auto;
    margin-bottom: 20px;
  }
  header #logo {
    font-size: 1.7em;
    letter-spacing: -0.07em;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 10px;
  }
  header #logo span {
    display: none;
  }
  header .wrapper {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    position: relative;
  }
  .main-search {
    top: 100%;
    margin-left: 0;
    left: 0;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    border-width: 0 0 1px 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    display: none;
    position: absolute;
    margin-top: 0;
  }
  .main-search .cell {
    display: table-cell;
    width: 100%;
    padding-left: 11px;
    vertical-align: top;
  }
  .main-search .cell:last-child {
    padding-left: 42px;
    padding-right: 11px;
  }
  .main-search input {
    width: 100%;
  }
  .main-search .selector {
    display: none;
  }
  .main-search .reset-padding {
    padding-left: 0px;
  }
  header .nav {
	position: relative;
    top: 0;
    height: 100%;
    vertical-align: middle;
  }
  header .nav li {
	width:100%;	
	  float: left;
  }
  header .nav li a {
	width:100%;	
    padding: 5px 15px;
    background-color: #20abdc;
    color: #fff;
	float: left;
    border-left: solid 1px #1777b6;
    margin-left: 0;
  }
  header .nav li a#login_open {
	margin-bottom: 0.3em;
margin-top: 30px;
	}
  header .nav li strong  {
	  font-weight: normal;
 }
  header .nav li.active a,
  header .nav li a:hover {
    background-color: #1777b6;
    color: #ffffff;
  }
  header .nav li .icons:after {
    display: table-cell;
    vertical-align: middle;
  }
  header .nav li {
	color: #cacaca;
	font-size: 0.875em;
  }
	
  header .nav li span {
	padding-bottom: 5px;
	margin-left:5px;
	display: inline-block;
  }	
  header .nav li.search,
  header .nav li.cat {
    display: block;
  }
  header .publish a {
	border-radius:0;
	  line-height: 1.75;
	  margin-top: 0.35em;
  }
  body .item #sidebar .widget-box {
    padding: 20px;
  }
  .widget {
	margin-bottom: 0.35em;
  }
  body .item #sidebar .form-container .controls input,
  body .item #sidebar .form-container .controls textarea {
    width: 238px;
  }
  body .item #sidebar .form-container label {
    font-size: 0.75em;
  }
  body .item #contact h2 {
    margin-top: 0px;
  }
  .user-login-page .login-username,
 .user-login-page .login-password {
	 text-align: left;
 }
  .alert_form {
    background-color: transparent;
  }
  #alert_email {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  .form-container .controls input,
  #sidebar .input-text {
    height: 32px;
  }
  input[type="checkbox"] {
    width: auto;
    height: auto;
  }
  textarea,
  body .item #sidebar .form-container .controls input,
  body .item #sidebar .form-container .controls textarea,
  .form-container .controls input,
  #sidebar .input-text,
  button,
  .ui-button {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  ul.r-list {
    width: 100%;
    float: none;
    margin: 0;
    padding: 0;
    list-style: none;
    border: none;
    background-color: transparent;
    text-shadow: none;
  }
  ul.r-list:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
  }
  ul.r-list li {
    position: relative;
    margin-bottom: 5px;
    margin-right: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  ul.r-list > li:nth-child(2n) {
    padding-left: 5px;
  }
  ul.r-list > li:nth-child(odd) {
    clear: both;
  }
  .r-list > li.clear,
  .r-list > li:nth-child(4n) {
    clear: none;
  }
  ul.r-list li a.sub-category {
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    font-weight: bold;
    display: inline-block;
    padding: 10px;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
    font-size: 0.8em;
    border-color: #eaeaea;
    color: #069;
    background-color: #f7f7f7;
    text-shadow: 0 1px 1px #ffffff;
  }
  ul.r-list li h1 {
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    font-weight: bold;
    display: inline-block;
    padding: 10px;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
    border-color: #eaeaea;
    color: #069;
    background-color: #f7f7f7;
    text-shadow: 0 1px 1px #ffffff;
  }
  ul.r-list li h1 {
    margin: 0;
  }
  ul.r-list li span {
    display: none;
  }
  ul.r-list li ul {
    -webkit-transition: opacity 1s ease-out;
    opacity: 0;
    height: 0;
    overflow: hidden;
  }
  ul.r-list li.active h1,
  ul.r-list li.active a {
    background-color: #1777b6;
    color: #fff;
    border-color: #20abdc;
    text-shadow: 0 1px 1px #20abdc;
  }
  ul.r-list li span.collapse {
    width: 16px;
    height: 16px;
    margin-right: 10px;
    display: inline-block;
  }
  ul.r-list li.active ul {
    opacity: 1;
    height: auto;
    margin: 0;
    padding: 5px 0 0 0;
    margin-bottom: 5px;
  }
  ul.r-list li.active ul li {
    padding: 0;
  }
  ul.r-list li.active ul li a {
    border-color: #eaeaea;
    color: #069;
    background-color: #f7f7f7;
    text-shadow: 0 1px 1px #fff;
    font-size: 0.82em;
  }
  ul.r-list li ul li {
    float: none;
    width: 100%;
  }
  /*div.cell_3:nth-child(2n) {
        margin: 0 1%;
        width: 31%
    }*/
  .cell_3 {
    width: 32%;
  }
  .cell_3 ul {
    margin: 0;
    padding: 0;
  }
  .residences .cell_3 {
    width: 100%;
  }
  .select-box {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  .select-box select {
    width: 100%;
  }
  body .item-post #footer .resp-toogle {
    display: none;
  }
  body .display-cat .r-list {
    display: block;
  }
  body .display-search .main-search,
  body .home .main-search {
    display: table;
    background-color: #242424;
  }
  body .display-search header,
  body .home header {
    margin-bottom: 80px;
  }
  .resp-toogle {
    display: block;
  }
  body .display-filters div#sidebar {
    display: block;
  }
  .show-filters-btn {
    display: inline-block;
    border: solid 1px #d1d1d1;
    background-color: #f7f7f7;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
    font-size: 1em;
    line-height: 16px;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    height: 28px;
    outline: 0;
    padding: 5px 6px;
    text-decoration: none;
    color: #9e9e9e;
  }
  .form-container-box {
    width: auto;
  }
  .form-container .checkbox {
    margin-bottom: 15px;
  }
  .form-container .checkbox input {
    width: auto;
  }
  .form-horizontal .actions {
    margin: 0;
    padding-left: 0px;
    padding-right: 0px;
  }
  .form-horizontal label {
    float: none;
    width: 100%;
    font-size: 0.85em;
  }
  .form-horizontal .controls {
    width: auto;
    margin-left: 0;
  }
  body.item-post .select-box {
    margin-bottom: 10px;
  }
  #item-post select {
    width: 100%;
  }
  .form-horizontal .select-box {
    width: 100%;
  }
  .listing-grid .listing-card,
  body .search .listing-grid .listing-card {
    width: 32%;
    padding: 0;
    border: 0;
    /*margin: 1%*/
  }
  /*.listing-grid .listing-detail {
        border: solid 1px #ECECEC
    }*/
  .listing-grid .listing-thumb {
    float: none;
  }
  .listing-grid .listing-thumb img {
    height: auto;
    width: 92%;
    margin: 4%;
    float: left;
  }
  .listing-grid .listing-cell {
    display: block;
    width: 92%;
    padding: 4%;
  }
  .listing-grid .listing-basicinfo p {
    display: none;
  }
  .listing-grid .listing-basicinfo a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: block;
  }
  .listing-grid .listing-card:nth-child(3n),
  body .search .listing-card:nth-child(3n) {
    margin-right: 0%;
  }
  .listing-grid .listing-card:nth-child(3n+1),
  body .search .listing-grid .listing-card:nth-child(3n+1) {
    margin-left: 0%;
    clear: both;
  }
  body .not-found .categories h2,
  body .not-found .categories h3 {
    float: none;
    width: 100%;
  }
  body .item #sidebar,
  body .user-public-profile #sidebar {
    margin-top: 20px;
  }
  .item-photos .thumbs {
    float: none;
    margin-top: 10px;
    width: 100%;
    clear: both;
  }
  .item-photos .main-photo {
    width: 100%;
    float: none;
  }
  .item-photos .main-photo img {
    width: 100%;
  }
  body .search #sidebar,
  body .user #sidebar {
    width: auto;
    float: none;
    margin-bottom: 40px;
  }
  body .search #content {
    position: relative;
    padding-top: 100px;
  }
  body .user #sidebar {
    margin-top: 15px;
  }
  body .search .list-header {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 80px;
  }
  body .search #sidebar,
  body .user #sidebar {
    display: none;
    background-color: #f7f7f7;
    border: solid 1px #eaeaea;
    padding: 10px 15px 5px;
    width: auto;
    float: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  body .search #content h1 {
    display: block;
    margin: 0;
    font-size: 1.5em;
  }
	
  body .search .list-header .actions {
    padding: 10px 0;
    clear: both;
  }
  body .display-filters .show-filters-btn {
    background-color: #1777b6;
    border-color: #20abdc;
    color: white;
  }
}
@media only screen and (max-width: 640px) {
  body .item-header #type_dates {
    float: none;
  }
  body div.cell_3,
  body div.cell_3:nth-child(2n) {
    margin: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  ul.r-list li {
    float: none;
    width: 100%;
  }
  ul.r-list > li:nth-child(2n),
  body .search ul.r-list > li:nth-child(2n) {
    padding-left: 0px;
  }
  .listing-grid .listing-card,
  body .search .listing-grid .listing-card {
    width: 49%;
    clear: none;
  }
  /*.listing-grid .listing-card:nth-child(2n),body .search .listing-grid .listing-card:nth-child(2n) {
        margin-right: 0%;
        margin-left: 1%;
        clear: none
    }

    .listing-grid .listing-card:nth-child(2n+1),body .search .listing-grid .listing-card:nth-child(2n+1) {
        margin-left: 0%;
        margin-right: 1%;
        clear: both !important
    }*/
  body .home .listing-grid .first {
    clear: none;
  }
}
#plugin-hook .row {
  clear: both;
  margin-bottom: 10px;
}
#plugin-hook .row label {
  margin-right: 20px;
}
#plugin-hook h2.youtube-title {
	margin-top: 40px;
}


/**
 * MAILCHIMP : page newsletter
 */
#mc_embed_signup .clear {
  margin: 32px 0;
}
#mc_embed_signup .clear .button {
  background-color: #1777b6;
  border-radius: 3px;
  display: inline-block;
  vertical-align: middle;
  color: #fff !important;
  line-height: 43px;
  text-decoration: none;
  padding: 0 15px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
  height: 43px;
  border: none;
  margin-left: 184px;
}
.mc-field-group {
  margin: 16px 0;
}
.mc-field-group label {
  width: 180px;
  display: inline-block;
}
/**
 * VIDEO page home
 */
.popin-overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 666;
  top: 0;
  left: 0;
}
.popin-wrapper {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
.popin-wrapper .btn-close-video {
  width: 854px;
  margin: 4px auto;
  text-align: right;
}
.unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
	

/* WORDPRESS */

.site {
	margin:0;
}

.site-inner {
    margin: 0;
    max-width:inherit;
    position:inherit;
}

.site-header {
	padding:0;
}

.haa-slider-box .master-slider-parent {
	max-width: 100% !important;
}

.register-form .gform_wrapper .top_label .gfield_label {
	font-weight: normal;
	margin: -2px 10px 5px 10px;
}

.register-form .gform_wrapper .gform_footer input[type=submit].button {
	margin:20px;
	float: right;
}

.register-form .gform_wrapper .validation_error {
	padding: 20px;
	line-height: 20px;
}

.register-form .gform_wrapper .validation_message {
	padding: 0 20px;
	line-height: 20px;
}

.register-form li.checkbox-inscription .ginput_container .gfield_checkbox label {
	float: none;
	text-align: left;
}
.register-form li.checkbox-inscription .ginput_container .gfield_checkbox input {
	margin: 5px;
	float: left;
}

.gform_confirmation_message {
	margin: 0 20px 50px 20px;
}

.popup-cgu {
	width: 100vw;
	height: 100vh;
	z-index:1000;
	position: fixed;
	background-color: rgba(0,0,0,0.65);
	top: 0;
	left:0;
	padding:50px;
}

.popup-cgu .popup-cgu-content {
	color:black;
	overflow-y: auto;
	padding: 50px 20px;
	background-color: white;
	height: 100%;
}



/* CALENDAR */

.haa-calendar {
	display: none;
}

.calendar {
	font-family: Arial;
	margin-bottom: 30px;
}

.calendar .colors li {
	list-style:none;
}

.calendar .colors .color {
	display:inline-block;
	width:12px;
	height:12px;
	margin-right:5px;
}

.calendar .colors .color.reservable {
	background-color:#DDFFCC;
}

.calendar .colors .color.reserved {
	background-color:#22acdc;
}

.calendar .colors .color.unreservable {
	background-color:#CCCCCC;
}

.calendar.container {
	float:left; 
	clear:both;
}

.calendar-toolbar {
	clear:both;
	margin-right:15px;
}

.calendar-toolbar #afterCalendar {
	float:right;
}

.calendar-toolbar #addToCalendar {
	margin-left:175px;
	width: 182px;
}

.calendar .month {
	width: 200px;
	border: solid 2px #1777B6;
	margin: 0px 13px 10px 0px;
	padding: 8px 8px 10px 13px;
}

.calendar .month-header {
	text-align:center;
	margin-bottom:5px;
	text-transform: capitalize;
}

.calendar .month-footer {
	clear:both;
}

.calendar .month {
	float:left;
}

.calendar .month ul {
	list-style:none; 
	float:left; 
	clear:left; 
	margin:0 !important; 
	padding:0 !important; 
	display:block; 
	width:100%;
}

.calendar .month ul li {
	display:block; 
	float:left; 
	width:22px; 
	padding:0 !important;  
	height:22px; 
	line-height:22px; 
	font-size:12px !important; 
	text-align:center; 
	margin:0 0 2px 2px !important; 
	*margin:0 0 4px 2px !important; 
	position:relative; 
	z-index:2;
}

.calendar .month ul li.day.over {
	text-decoration:underline;
	cursor:pointer;
}

.calendar .month ul li.noDay { background: #EEEEEE; }
.calendar .month ul li.dayDefault { background: #DDFFCC; }

.calendar .month ul li.dayUnreservable { background: #CCCCCC; }
.calendar .month ul li.dayStartUnreservable { background: #CCCCCC; }
.calendar .month ul li.dayEndUnreservable { background: #DDFFCC; }

.calendar .month ul li.dayReserved { background: #22acdc; }
.calendar .month ul li.dayStartReserved { background: #22acdc; }
.calendar .month ul li.dayEndReserved { background: #DDFFCC; }

.calendar .month ul li.dayUnreservableThenReserved { background: #CCCCCC; }
.calendar .month ul li.dayStartUnreservableThenReserved { background: #22acdc; }
.calendar .month ul li.dayEndUnreservableThenReserved { background: #DDFFCC; }

.calendar .month ul li.dayReservedThenUnreservable { background: #CCCCCC; }
.calendar .month ul li.dayStartReservedThenUnreservable { background: #CCCCCC; }
.calendar .month ul li.dayEndReservedThenUnreservable { background: #DDFFCC; }

.calendar .month ul li .dayTopLeft  {
	z-index: 1;
	position: absolute;
	left: 0;
	top: 0;
	width: 0px;
	height: 0px;
	border-color:transparent;
	border-style: solid;
	border-width: 22px 22px 0 0;
	line-height: 0px;
	color: #000000;
}

.calendar .month ul li.dayStartUnreservable .dayTopLeft {
	border-color: #DDFFCC transparent transparent transparent;
}

.calendar .month ul li.dayEndUnreservable .dayTopLeft {
	border-color: #CCCCCC transparent transparent transparent;
}

.calendar .month ul li.dayStartReserved .dayTopLeft {
	border-color: #DDFFCC transparent transparent transparent;
}

.calendar .month ul li.dayEndReserved .dayTopLeft {
	border-color: #22acdc transparent transparent transparent;
}

.calendar .month ul li.dayStartUnreservableThenReserved .dayTopLeft {
	border-color: #CCCCCC transparent transparent transparent;
}

.calendar .month ul li.dayStartReservedThenUnreservable .dayTopLeft {
	border-color: #22acdc transparent transparent transparent;
}

.calendar .month ul li .dayDate {
	position: relative;
	z-index: 2;
	color: #000000;
}

.calendar #ui-datepicker-div {
	background-color:#EEEEEE;
	border:1px solid black;
	padding:5px;
	display:none;
}

.calendar .ui-datepicker {
	font-family:Arial;
	font-size: 14px;
}

.calendar .ui-datepicker-prev {
	float:left;
	cursor:pointer;
}

.calendar .ui-datepicker-next {
	float:right;
	cursor:pointer;
}

.calendar .ui-datepicker-title {
	text-align:center;
}

.calendar .ui-datepicker-calendar {
	background-color:white;
}

.popup-calendar {
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.10);
	position:fixed;
	top:0;
	left:0;
	z-index:3;
}

.popup-calendar .popup-centerpoint {
    top: 50%;
    left: 50%;
    position: absolute;
	z-index:2;
	background-color:red;
}

.popup-calendar .popup-dialog {
    position: relative;
	border:1px solid #CCCCCC;
    width: 360px;
    margin-left: -180px;
    margin-top: -140px;
	padding: 10px;
	background-color:white;
}

.popup-calendar .popup-title {
	text-align:center;
	margin:0;
	padding:10px 0 15px 0;
}

.popup-calendar .popup-type {
	margin-bottom:10px;
	padding:0px 20px 0 20px;
}

.popup-calendar .popup-type input {
	margin: 5px;
}

.popup-calendar .popup-dates {
	margin-bottom:10px;
	padding:10px 20px 5px 20px;
}

.popup-calendar .popup-artist-ui {
	margin-bottom:25px;
	padding:0px 20px 5px 20px;
}

.popup-calendar .popup-dates label, .popup-calendar .popup-artist-ui label {
	width: 60px;
	display: inline-block;
	margin-bottom:10px;
}

.popup-calendar .popup-dates input, .popup-calendar .popup-artist-ui input {
	width: 180px;
	display: inline-block;
}

.popup-calendar .popup-artist-ui.disabled label {
	color:#CCCCCC;
}

.popup-calendar .popup-artist-ui.disabled input {
	pointer-events: none; 
}

.popup-calendar .popup-buttons {
	clear:both;
	padding:0px 20px 0 20px;
}

.popup-calendar .popup-buttons #addPeriod {
	float:left;
}

.popup-calendar .popup-buttons #cancelPeriod {
	float:right;
}

.popup-calendar .popup-clear {
	clear:both;
}

.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 20px;
}

/* IE 6 doesn't support max-height */
* html .ui-autocomplete {
    height: 200px;
}

a.blue-rounded-button {
  background-color: #20abdc;
  border-radius: 3px;
  display: inline-block;
  vertical-align: middle;
  color: #fff !important;
  line-height: 30px;
  text-decoration: none;
  padding: 0 15px;
}

.form-container .ginput_container.ginput_recaptcha {
	margin-top: 30px;
	margin-left: 180px;
}

/* Messenger */

.comma-divided li+li:before {
    margin: 0 10px 0 0;
    content: ",";
}

.status {
    background: #ddd;
    padding: 5px 7px;
}

.status.status-scheduled {
    background: #75b0e1;
    color: #fff;
}

.status.status-accepted {
    background: #2dc578;
    color: #fff;
}

.status.status-refused {
    background: #eb5a5a;
    color: #fff;
}

.filters {
    float: left;
}

.filters .active a {
    color: #000;
    font-weight: bold;
    text-decoration: none;
}

.showing-results {
    border: 1px solid #ddd;
    display: inline-block;
    padding: 5px 10px;
    float: right;
    margin-right: 10px;
}

.thread.content {
	padding: 10px;
}

.messages-pagination {
  margin: 0 0 20px 0;
  float: right;
}

.messages-pagination ul {
  border-left: 1px solid #ddd;
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  margin-top: 0;
  *zoom: 1;
}

.messages-pagination ul > li {
  display: inline;
}

.messages-pagination ul > li > a,
.messages-pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0;
}

.ui-button,
input.ui-button,
.ui-button-main {
    line-height: 30px;
    padding-bottom: 0;
    padding-top: 0;
}

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

ul.inline > li {
    display: inline-block;
    margin-right: 5px;
}

.messenger-wrapper {
	margin-top: 20px;
}

.messenger .main textarea {
	width: 100%;
}

.messenger .sidebar {
    width: 30%;
    margin-left: 2%;
    float: left;
}

.messenger p {
    margin-top: 0;
}

.messenger .box,
.messenger .threads {
    border: 1px solid #D0D0D0;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -o-border-radius: 4px;
    border-radius: 4px;
}

.messenger .box {
    background: #f7f7f7;
    margin-bottom: 15px;
    padding: 15px;
}

.messenger .box.transparent {
    background: none;
    padding: 10px 15px;
}

.messenger .box .hidden {
	display: none;
}


.messenger .message .actions,
.messenger .message .meta {
    font-size: 0.8em;
}

.messenger .thread li.last-activity,
.messenger .thread li.item,
.messenger .message .actions a {
    color: #555;
}

.messenger .message .meta .sender > a,
.messenger .thread > a {
    color: #000;
}

.messenger .thread {
    font-size: 0.9em;
    line-height: 24px;
}

.messenger .thread > a {
    display: block;
    text-decoration: none;
}

.messenger .thread:hover {
    background: #ebfafd;
}

.messenger .thread.has-unread {
    background: #c9f0f8;
    border-left: 5px solid #35c3d9;
}

.messenger .thread {
    border-bottom: 1px solid #D0D0D0;
}

.messenger .thread li {
    float: left;
    margin-right: 1%;
}

.messenger .thread li.last-activity {
    width: 18.99%;
}

.messenger .thread li.title,
.messenger .thread li.item {
    width: 38.99%;
}

.messenger .thread li:last-child {
    margin-right: 0;
}

.messenger .message .actions {
    margin-top: 10px;
}

.messenger .message .meta {
    margin-bottom: 10px;
}

.messenger .status-wrapper {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.messenger .status-wrapper a.status {
    text-decoration: none;
}

.messenger .thread a {
    display: block;
    text-decoration: none;
}

.messenger .thread .last-activity > a {
    color: #666;
    text-decoration: none;
}

.messenger .thread .title > a {
    color: #333;
    text-decoration: none;
}

.messenger .post-item {
	margin-bottom: 45px;
}

.messenger .post-item .post-item-title {
	margin: 20px;
}

.messenger .post-item .thumbnail {
	float: left;
	margin-right: 10px;
	width: 100px;
    max-height: 100px;
}

.messenger .post-item .thumbnail img {
    margin-top: 15px;
    width: 100%;
}

.messenger .post-item .thumbnail em {
    border: 1px solid #D0D0D0;
    color: #555;
    display: block;
    margin-top: 10px;
    padding: 10px;
    text-align: center;
    text-decoration: none;
}

.messages .message.box.hidden {
	display: none;
}

/* */

.popup-container {
	position:fixed;
	top:0;
	left:0;
	background:rgba(0,0,0,0.9);
	z-index:10001;
	width:100%;
	height:100%;
} 

.popup-content {
	position:relative; 
	margin:20px 5%;
	width:90%;
	height:90%;
	z-index:10002;
}

.popup-content .bxslider,
.popup-content .bxslider > li {
	height: 100% !important;
}

.popup-content .bx-wrapper {
	width: 100% !important;
	height: 100% !important;
}


.popup-content .bx-wrapper .bx-viewport {
	width: 100% !important;
	height: 100% !important;
	background-color: black;
	box-shadow: none;
	border:none;
}

.popup-content .bxslider img {
	display: block;
	margin:5% auto;
	vertical-align: middle;
}

.popup-content .bxslider .popup-image-parent {
	display: block;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width: 80%;
	height: 80%;
	margin: 7% 10% 10% 7%;
}

.popup-content .bxslider .popup-image-parent .popup-image-legende {
	text-align: center;
	position: absolute;
	bottom:15px;
	width: 80%;
	font-size: 0.8em;
	color: #666666;
	font-style: italic;
	line-height: 1.05em;
}

.popup-content .bx-wrapper .bx-pager {
	position: relative;
	height: 20px;
	bottom: -40px;
}

.popup-content .bx-wrapper .bx-prev {
	left: 20px;
}

.popup-content .bx-wrapper .bx-next {
	right: 30px;
}

.video-parent {
	margin:50px 0;
}

.video-parent iframe {
	height: 400px;
}

.mce-statusbar {
	display: none !important;
}

.current-avatar {
	margin: 20px 0 40px;
}