@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,700|Roboto+Slab:300,400);

html { box-sizing: border-box; }
*, *:before, *:after { box-sizing: inherit; }

html, body, header, footer, section, nav, aside, article, figure, figcaption, td, div, p, ul, ol, li, dl, dt, dd, select, input, textarea, label, button, hr { color: #373e4f; font:300 14px/22px 'Open Sans', Helvetica, Arial, Tahoma, sans-serif; margin:0; padding:0; list-style:none; -webkit-font-smoothing:antialiased; text-rendering:optimizelegibility; -moz-osx-font-smoothing:grayscale; }
body { width:100%; height:100%; background:#ecf0f3; }
h1, h2, h3, h4, h5, h6, .title { margin:0 0 40px 0; color:#373e4f; font-family:'Roboto Slab', Helvetica, Arial, Tahoma, sans-serif; font-weight:400; text-transform:uppercase; }
h1, h2 { font-size:30px; line-height:36px; font-weight:300; color:#373e4f; margin-bottom: 20px; }
h3, .title { font-size:18px; line-height:20px; margin-bottom:10px; }
a { color:#373e4f; text-decoration:none; }
img { border:0; }
strong { font-weight:700; }
em { color:#333; }
p { margin-bottom: 10px; }
header, footer, nav, section, aside, article, figure, figcaption { display:block; box-sizing:border-box; }
ul, li, div, select, textarea, input[type="text"], .button, input[type="submit"] { box-sizing:border-box; }

.clearfix:after { content:""; display:table; clear:both; }

.fancybox-skin { background: #FFF; -webkit-border-radius:0; -moz-border-radius:0; border-radius:0; }
.fancybox-skin[style] { padding:0 !important; }
.fancybox-type-ajax .fancybox-skin { padding: 10px !important; }

.owl-carousel,
.owl-wrapper-outer,
.owl-wrapper,
.owl-stage-outer,
.owl-stage,
.owl-item,
.item {
  height: 100%;
}

.owl-carousel .owl-nav { margin: 0; }
.owl-carousel .owl-nav [class*='owl-'] {
  width: 24px;
  height: 24px;
  margin: 0 0 0 5px;
  text-indent: -10000px;
  background-color: #5889b5;
  background-image: url('/images/free9/icons.svg');
  background-repeat: no-repeat;
  border-radius: 4px;
  margin: 0 0 0 10px;
}
.owl-carousel .owl-nav [class*='owl-']:hover { background-color: #9eb8d0; }
.owl-carousel .owl-controls .owl-nav .owl-prev { background-position: -51px -32px; }
.owl-carousel .owl-controls .owl-nav .owl-next { background-position: -50px -52px; }

.layout,
.layoutLarge,
.layoutBig {
  position: relative; width: 100%; max-width: 1040px; padding-left: 20px; padding-right: 20px; margin: 0 auto; overflow: hidden;
}
.layoutLarge { max-width: 1240px; }
.layoutBig { max-width: 1940px; }

.clear { clear:both !important; border:none; height:0; }
.last { margin-right:0 !important; }


/** FORMS */
input[type="text"],
input[type="password"],
textarea,
select,
.ms-choice,
.ms-choice.disabled {
  color:#333;
  border:none;
  width:100%;
  height:35px;
  padding: 5px 10px;
  background:transparent;
  background-image:none;
  background-color: #f7f7f7;
  -webkit-appearance:none;
  -moz-border-radius:0px;
  -webkit-border-radius:0px;
  border-radius:0px;
}
textarea { min-height: 100px; }
select[multiple="multiple"] { min-height: 100px; }
input[type="submit"],
.button {
  display: inline-block;
  color: #FFF;
  padding: 10px 20px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #5889b5;
  border: none;
  border-radius: 0;
  cursor: pointer;
}
.ms-parent { width: 100%; }
.ms-drop.bottom { width: auto; }
.ms-drop ul { padding-right: 30px; overflow-x: hidden; }
.ms-drop input[type="checkbox"] { margin-right: 5px; }

.select2-container { width: 100% !important; max-width: 100%; margin: 0 1px 0 0; }
.select2-container--default .select2-selection--multiple { max-height: 35px; padding: 5px 10px; border: none; border-radius: 0; overflow: hidden; }
.select2-container--default .select2-selection--multiple .select2-selection__choice { margin-top: 0; background: #f5f5f5; border: none;  }
.select2-container--default.select2-container--focus .select2-selection--multiple { border: none; }
.select2-container .select2-search--inline .select2-search__field { margin-top: 0; }

.ms-choice > div,
.dropdown:after {
  top: 13px;
  right: 15px;
  width: 5px;
  height: 11px;
  background: url('/images/free9/icons.svg') -60px -180px no-repeat;
  transform: rotate(90deg);
}
.dropdown { position: relative; }
.dropdown:after { content: ''; position: absolute; }
.dropdown select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 1px;
  text-overflow: '';
}

.g-recaptcha { margin-bottom: 20px; text-align: center; }
.g-recaptcha > div { margin: auto; }


/** HEADER */
header { height:350px; background-size:cover; background-position: center; background-repeat: no-repeat; background-color:#7f9ab5; }
header > div { height: 100%; padding-top: 50px; margin-top: -50px; background-color: rgba(18, 69, 119, 0.5); }
header .logo { position: absolute; display: table; width: 100%; height: 100px; padding-top: 20px; text-align: center; z-index: 10; }
header .logo > div { display: table-cell; height: 100%; vertical-align: middle; }
header .logo > div img { max-height: 100px; }

header article.cms { background-color: #373e4f; }
header article.cms p { color: #FFF; text-align: center; }

header nav { position: relative; min-height: 50px; background-color: #373e4f; z-index: 11; }
header nav ul.menu { text-align: center; overflow: visible; }
header nav ul.menu > li { display:inline-block; position: relative; margin:0 5px; vertical-align: middle; }
header nav ul.menu > li > a { display: block; color:#FFF; text-transform:uppercase; font-size:18px; font-weight:400; padding: 13px 5px; border-bottom: 4px solid transparent; }
header nav ul.menu > li.btn { display: none; }
header nav ul.menu > li.btn a { width: 32px; height: 32px; margin-top: 9px; background: url('/images/free9/icons.svg') 2px -236px no-repeat; border: none; }
header nav ul.menu > li > ul a { display: block; color:#FFF; font-weight:400; padding: 5px; }

@media (min-width:1025px) {
  header nav ul.menu > li.over > a,
  header nav ul.menu > li:hover > a {
    border-bottom: 4px solid #cc9933;
  }
  header nav ul.menu li.submenus:after {
    content: "";
    position: absolute;
    bottom: 2px;
    left: 50%;
    height: 0;
    width: 0;
    margin-left: -6px;
    pointer-events: none;
    border: solid transparent;
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #cc9933;
    border-width: 6px;
  }
  header nav ul.menu > li > ul { display: none; position: absolute; top: 100%; left: -9999px; right: -9999px; width: 250px; margin: -2px auto 0 auto; background-color: #373e4f; z-index: 10; }
  header nav ul.menu > li:hover > ul { display: block; }
  header nav ul.menu > li > ul li { display: block; position: relative; }

  header nav ul.menu > li > ul > li.submenus:after { top: 15px; left: auto; right: 2px; -webkit-transform:rotate(-90deg); -moz-transform:rotate(-90deg); transform:rotate(-90deg); }
  header nav ul.menu > li > ul > li > ul { display: none; position: absolute; top: 0; left: 100%; width: 100%; max-width: 250px; background-color: #373e4f; text-align: left; }
  header nav ul.menu > li > ul > li:hover > ul { display: block; }

}

nav ul.culture, nav ul.currencies { position:absolute; z-index:100; right:10px; top:0; background: #373e4f; }
nav ul.culture:after, nav ul.currencies:after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: -9999px;
  right: -9999px;
  display: block;
  width: 8px;
  height: 5px;
  margin: auto;
  background: url('/images/free9/icons.svg') -60px -160px no-repeat;
}
nav ul.culture:hover:after, nav ul.currencies:hover:after { content: none; }
nav ul.culture li, nav ul.currencies li { display:none; font-size:9px; font-weight:400; }
nav ul.culture li.selected, nav ul.currencies li.selected,
nav ul.culture:hover li, nav ul.currencies:hover li {
  display:list-item;
}
nav ul.culture:hover li.selected, nav ul.currencies:hover li.selected { background:none; }
nav ul.culture li a, nav ul.currencies li a { display: block; color: #FFF; padding: 13px 5px; }


/** FOOTER */
footer { background-color: #bac0cc; }
footer > .layoutLarge { padding-top: 40px; padding-bottom: 40px; }
footer > .credits { padding-top: 25px; padding-bottom: 25px; background-color: #373e4f; text-align: center; }
footer > .credits p, footer > .credits a { color: #FFF; }
footer .navigation, footer .sectors { float: left; }
footer .navigation { width: 145px; padding-right: 10px; }
footer .sectors { width: 335px; }

footer .follow { clear: both; float: left; width: 100%; margin-top: 40px; }
footer ul.alerts { float: right; width: 48%; }
footer ul.alerts li { float: left; width: 50%; }

footer ul.socialLinks { float: left; }
footer ul.socialLinks li { display: inline-block; margin-left: 10px; margin-right: -0.25em; vertical-align: middle; }
footer ul.socialLinks li:first-child { margin-left: 0; }
.social a,
footer ul.alerts li a:before {
  display: block;
  width: 36px;
  height: 36px;
  text-indent: -10000px;
  background-color: #e5e7eb;
  background-image: url('/images/free9/social.svg');
  background-repeat: no-repeat;
  overflow: hidden;
  -webkit-border-radius:2px;
  -moz-border-radius:2px;
  -o-border-radius:2px;
  border-radius:2px;
}
.social a.facebook { background-position: -36px -36px; }
.social a.facebook:hover { background-position: 0 -36px; }
.social a.twitter { background-position: -36px -72px; }
.social a.twitter:hover { background-position: 0 -72px; }
.social a.youtube { background-position: -36px -108px; }
.social a.youtube:hover { background-position: 0 -108px; }
.social a.dailymotion { background-position: -36px -144px; }
.social a.dailymotion:hover { background-position: 0 -144px; }
.social a.google { background-position: -36px -180px; }
.social a.google:hover { background-position: 0 -180px; }
.social a.instagram { background-position: -36px -216px; }
.social a.instagram:hover { background-position: 0 -216px; }
.social a.linkedin { background-position: -36px -252px; }
.social a.linkedin:hover { background-position: 0 -252px; }
.social a.pinterest { background-position: -36px -288px; }
.social a.pinterest:hover { background-position: 0 -288px; }
.social a.viadeo { background-position: -36px -324px; }
.social a.viadeo:hover { background-position: 0 -324px; }
.social a.skype { background-position: -36px -360px; }
.social a.skype:hover { background-position: 0 -360px; }

footer ul.alerts li a:before {
  display: inline-block;
  content: "";
  margin-right: 10px;
  text-indent: 0;
  background-image: url('/images/free9/icons.svg');
  vertical-align: middle;
}
footer ul.alerts li a.alertMail:before { background-position: 4px 5px; }
footer ul.alerts li a.newsletter:before { background-position: 4px -55px; }
footer h3 { display: inline-block; color: #373e4f; font-weight: 300; padding-bottom: 16px; margin-bottom: 20px; border-bottom: 3px solid #c8cdd6; }
footer a { color: #373e4f; }

footer .content { position: relative; float: right; width: 48%; }
footer .content h3 { display: block; }
footer .content .picture { display: table-cell; width: 48%; height: 100%; margin-right: 2%; overflow: hidden; }
footer .content .comment { display: table-cell; padding: 10px 20px; vertical-align: middle; }
footer .content .comment p { font-size: 12px; line-height: 20px; }
footer .content a.all { position: absolute; top: 0; right: 0; }

footer .agency { display: table; width: 100%; height: 155px; background-color: #e5e7eb; }
footer .news { background-color: #e5e7eb; }


/** Carousels */
.home-carousel .item img { width:100%; display:block; margin: auto; }
.home-carousel .item div { position:absolute; width:50%; left:0; bottom:40px; z-index: 10; }
.home-carousel .item div h2 { display:inline-block; padding:10px 10px 10px 80px; margin:0; font-size:40px; color:#FFF; background:#373e4f; }
.home-carousel .item div p { margin:-5px 0 5px 70px; padding:10px; font-size:16px; line-height:24px; background:rgba(236,240,243,.9); }
.home-carousel .owl-controls { width:100%; position:absolute; margin:-33px auto auto auto; }

.selection-carousel { width:102%; margin-left:-1%; }
.selection-carousel .item { height:200px; margin:0 10px; margin-bottom:2px; text-align:center; background:#FFF; box-shadow:0 1px 2px rgba(0,0,0,.1); }
.selection-carousel .item div { width:100%; height:121px; overflow:hidden; background:#d6d9dc; }
.selection-carousel .item div a { display:block; height:121px; }
.selection-carousel .item div img { width:100%; }
.selection-carousel .item.heightfix div img { width:auto; height:100%; }
.selection-carousel .item h3 { font-family: 'Open Sans', sans-serif; font-size: 14px; color: #5889b5; font-weight: 700; text-transform: none; margin: 5px 0 0 0; }
.selection-carousel .item p { color: #5889b5; font-size: 12px; font-weight: 700; }
.selection-carousel .item p .price { color: #cc9933; }

.selection-carousel .owl-controls { position:absolute; top:-44px; right:10px; margin:0; }
.selection-carousel .owl-dots .owl-dot span {
  width: 24px;
  height: 24px;
  margin: 0 0 0 5px;
  background-color: #5889b5;
  background-image: url('/images/free9/icons.svg');
  background-repeat: no-repeat;
  border-radius: 4px;
}
.selection-carousel .owl-dots .owl-dot:first-child span { background-position: -51px -32px; }
.selection-carousel .owl-dots .owl-dot:last-child span { background-position: -50px -52px; }
.selection-carousel .owl-dots .owl-dot.active span,
.selection-carousel .owl-dots .owl-dot:hover span {
  background-color: #9eb8d0;
}

.owl-theme .owl-controls .owl-page span { width:8px; height:8px; background:#FFF; filter:Alpha(Opacity=100); opacity:1; }
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span { background:#718fad; }
.owl-fadeUp-in {
  -webkit-animation:scaleUpFrom 1s ease both;
     -moz-animation:scaleUpFrom 1s ease both;
          animation:scaleUpFrom 1s ease both;
}
.owl-fadeUp-out {
  -webkit-animation:scaleUpTo 1s ease both;
     -moz-animation:scaleUpTo 1s ease both;
          animation:scaleUpTo 1s ease both;
}

/* selection 2 */
.selection2 .layoutLarge { max-width: 1680px; }
.selection2 .selection-carousel .item h3 {
  color: #5a6e7f;
  text-align: left;
  font-size: 21px;
  line-height: 30px;
  font-weight: 300;
}
.selection2 .selection-carousel .item { height: auto; background: none; box-shadow: none; }
.selection2 .selection-carousel .item div { padding-bottom: 66.6%; }
.selection2 .selection-carousel .item p {
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
}

/* selection 3 */
.selection3 .layoutLarge { max-width: 1680px; }
.selection3 .selection-carousel .item {
  position: relative;
  overflow: hidden;
  height: auto;
  margin: 0 1px;
}
.selection3 .selection-carousel .item div { padding-bottom: 75%; }
.selection3 .selection-carousel .item div img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.selection3 .selection-carousel .item .content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 100px 15px 15px 15px;
  text-align: left;
  background: rgba(0, 0, 0, 0.7);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 70%);
  z-index: 10;
}
.selection3 .selection-carousel .item h3,
.selection3 .selection-carousel .item p {
  color: #FFF; margin: 0;
}
.selection3 .selection-carousel .item h3 { font-size: 16px; font-weight: 400; }
.selection3 .selection-carousel .item p { font-size: 14px; font-weight: 700; }
.selection3 .selection-carousel .item p .price { float: right; color: #FFF; }
.selection3 .selection-carousel .item .soleagent { top: 5px; height: 30px; }





/** HOMEPAGE */
.homepage-index header { height: auto; }
.homepage-index header > div { background: none; }
.homepage-index header .logo { height: 200px; }
.homepage-index header .logo > div img { max-height: 200px; }

.homepageVideo { position: relative; height: 400px; overflow: hidden; }

#unmuteButton { position: absolute; right: 10px; bottom: 10px; width: 32px; height: 32px; background: url('/images/free9/icons.svg') -200px -300px; background-repeat: no-repeat; border: none; z-index: 99; cursor: pointer; outline: none; }
#unmuteButton.muted { background-position: -120px -300px; }

aside.homepageSearch { padding: 20px 20px 15px 20px; background-color: #373e4f; overflow: visible; }

section.shortcuts ul { margin: 0 -10px; text-align: center; }
section.shortcuts ul li { position: relative; display: inline-block; padding: 10px; margin-right: -0.25em; }
section.shortcuts ul li h2 { position: absolute; top: 20px; left: 0; padding: 0 20px; color:#FFF; z-index: 10; }
section.shortcuts ul li .content { position: absolute; top: 60px; left: 0; padding: 0 20px; color:#FFF; z-index: 10; }
section.shortcuts ul li .content p { color: #FFF; text-align: justify; }
section.shortcuts ul li .picture { width: 100%; height: 100%; }
section.shortcuts_50 ul li { width: 50%; height: 350px; }
section.shortcuts_33 ul li { width: 33.33%; height: 250px; }
section.shortcuts ul li .picture img {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
section.shortcuts ul li:hover .picture img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

section.homepageCms,
section.main,
section.selection,
section.agency,
section.shortcuts,
section.map {
  padding: 40px 0;
}

.homepage .frame img { float:left; margin:15px 80px 15px 0; }
.homepage .frame h3 { margin-bottom:0; }
.homepage .frame p { font-size:12px; line-height:18px; }

section.selection h2 { padding-right: 75px; }

section.agency { padding: 40px 0; background-color: #373e4f; }
section.agency h2, section.agency h3 { color:#5889b5; }
section.agency h1, section.agency p { color:#FFF; }
section.agency h1 { text-align:center; }
section.agency article, .address { width:50%; float:right; }
section.agency article p { text-align: justify; }

.address { display:table; }
.address>div { display:table-cell; vertical-align:middle; }
.address>div:first-of-type { width:220px; }
.address>div>div { width:200px; height:200px; overflow:hidden; margin-right:20px;
  -webkit-border-radius:100%;
     -moz-border-radius:100%;
       -o-border-radius:100%;
          border-radius:100%;
		  z-index:99; position:relative;
}
.agency div div img { height:200px; }
.address p { font-size:12px; line-height:18px; }

section.alert { padding: 40px 0; text-align: center; background-color: #373e4f; }
section.alert h2,
section.alert p {
  color: #FFF;
}
section.alert p:first-of-type { margin-bottom: 40px; }

section.homepageMusic article audio { display: block; margin: auto; }


/** LISTING */
.estate-index header { margin-bottom: 0; }
section.listing article { margin-bottom: 40px; text-align: center; }
section.listing article h1 { margin-bottom: 10px; }
section.listing article h1:first-letter { text-transform: uppercase; }
section.listing article > div { min-width: 600px; max-width: 33.33%; margin: 0 auto; }

.listingSearch { padding: 20px 20px 15px 20px; margin-bottom: 40px; background-color: #373e4f; overflow: visible; }
.listingSearch h3 { color:#FFF; }
.search form { margin: 0 -1%; }
.search form > div, .search form > section > div { float: left; width: 16%; margin: 0 1% 5px 1%; }
.search .ms-choice > span { padding-top: 5px; }
.search input[type="submit"] { width:20px; padding: 7px 20px; text-indent:-1000px; overflow:hidden; background:transparent url('/images/free9/search-icon.svg') center center no-repeat; }
.search .loading {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.5) url('/images/free9/loader.gif') center center no-repeat;
  z-index: 20;
}
aside.searchAlert { padding-right: 230px; }
aside.searchAlert .alertMail { position: absolute; top: 20px; right: 20px; height: 35px; padding: 6px 10px; }
aside.searchAlert .alertMail:before { content: ""; display: inline-block; width: 15px; height: 18px; margin-right: 10px; background: url('/images/free9/icons.svg') 0 -300px no-repeat; vertical-align: middle; }

.ads { margin:  0 -1%; overflow: hidden; }
.ad { position: relative; float: left; width: 31.33%; height: 600px; margin: 0 1% 40px 1%; background: #FFF; box-shadow: 0 1px 2px rgba(0,0,0,.1); }
.ad h2 { font-size:14px; line-height:18px; padding: 0 10px; margin-bottom:5px; margin-top:10px; text-align:center; }
.ad h3 { padding: 5px; font-size: 14px; color: #FFF; text-align: center; background-color: #373e4f; }
.ad p { padding: 0 10px; }
.ad .price { color: #373e4f; font-size: 12px; font-weight: 700; text-align: center; margin-bottom: 5px; }
.ad .soleagent, .ad .sold, .selection-carousel .item .soleagent { position:absolute; z-index:100; padding:5px 10px; font-weight:400; text-transform:uppercase; }
.ad .soleagent, .selection-carousel .item .soleagent { color:#FFF; background:#373e4f; }
.selection-carousel .item .soleagent { top: 10px; }
.ad .sold { color:#FFF; background:#de3939; }
.ad .picture { position: relative; width:100%; height:406px; overflow:hidden; }
.ad .noPicture { opacity: 0.5; }
.ad .picture img {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  opacity: 0;
}
.ad .noPicture img {
  opacity: 1;
  max-height: 50%;
  max-width: 50%;
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  margin: auto;
}
.ad .picture div { position: absolute; width: 100%; height: 100%; }
.ad:hover .multiplePicture div:nth-child(1) img {
  filter: Alpha(Opacity=0);
  opacity:0 !important;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  cursor: pointer;
}
.ad:hover .multiplePicture div:nth-child(2) img {
  filter: Alpha(Opacity=100);
  opacity:1 !important;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  cursor: pointer;
}

.ad .medias {
    position: absolute;
    display: none;
    right: 0;
    top: 10px;
    width: 17px;
    height: 17px;
    padding: 14px 22px;
    text-indent: -9999px;
    overflow: hidden;
    background: transparent url('/images/free10/icons.svg') -735px -693px no-repeat;
}

.ad .reference:after { content: "-"; margin: 0 0 0 5px; }

/* Listing : 2 by line */
@media screen and (min-width: 1024px) {
  .productsByLine_2 { max-width: 1240px; }
  .productsByLine_2 .ad { width: 48%; height: 540px; }
  .productsByLine_2 .ad .picture { height: 350px; }
}

.pager { float:right; margin:20px 0; }
.pager li { display:block; float:left; font-size:12px; line-height:23px; font-weight:400; text-align:center; }
.pager li a {
  display:block;
  width:24px;
  height:24px;
  background:#FFF;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.pager li.current,
.pager li:hover a { width:24px; height:24px; background:#373e4f; color:#FFF; }
.pager li.firstpage a,
.pager li.previouspage a,
.pager li.nextpage a,
.pager li.lastpage a { width: 24px; text-indent:-10000px; background:transparent url('/images/free9/icons.svg') no-repeat; }
.pager li.firstpage a { background-position: -53px -72px; }
.pager li.previouspage a { background-position: -52px -92px; }
.pager li.nextpage a { background-position: -50px -112px; }
.pager li.lastpage a { background-position: -52px -132px; }


/** SHOW */
.estate-show header { height: 50px; margin-bottom: 0; }

section.showPictures { position: relative; max-width: 1920px; height: 600px; margin: auto; background-color: #BAC0CC; }
section.showPictures .title { position: absolute; bottom: 20px; left: 0; }
section.showPictures .title h1,
section.showPictures .title h2 {
  float: left; position: relative; z-index: 10;
}
section.showPictures .title h1 { padding:10px; margin:0; color:#FFF; background-color: #373e4f;}
section.showPictures .title h2.price { padding: 10px; margin:0; font-size: 16px; line-height: 18px; font-weight: 400; background: rgba(236,240,243,.9); clear: both; }

aside.showThumbs { position: relative; height: 110px; margin-bottom: 40px; background-color: #FFF; }
.show-carousel-thumbs { max-width: 1920px; padding: 10px 60px; margin: auto; }
.show-carousel-thumbs .item { width: 150px; height: 100%; margin: 0 10px 0 0; cursor: pointer; }

.show-carousel .owl-controls .owl-nav .owl-prev,
.show-carousel .owl-controls .owl-nav .owl-next,
.show-carousel-thumbs .owl-controls .owl-nav .owl-prev,
.show-carousel-thumbs .owl-controls .owl-nav .owl-next {
  position: absolute; top: 0; width: 50px; height: 100%; padding: 0; margin: 0; text-indent: -10000px; background: #373e4f url('/images/free9/icons.svg') top left no-repeat; border-radius: 0;
}

.show-carousel .owl-controls .owl-nav .owl-prev,
.show-carousel .owl-controls .owl-nav .owl-next {
  top: 50%; width: 75px; height: 100px; margin-top: -50px; background-color: rgba(55, 62, 79, 0.5);
}
.show-carousel .owl-controls .owl-nav .owl-prev { left: 50px; background-position: -33px -210px; }
.show-carousel .owl-controls .owl-nav .owl-next { right: 50px; background-position: -27px -330px; }
.show-carousel-thumbs .owl-controls .owl-nav .owl-prev { left: 0; background-position: -45px -205px; }
.show-carousel-thumbs .owl-controls .owl-nav .owl-next { right: 0; background-position: -40px -325px; }

section.showPictures[data-pictures="2"] { height: 450px; }
section.showPictures[data-pictures="3"] { height: 320px; }
section.showPictures[data-pictures="4"] { height: 250px; }
section.showPictures[data-pictures="2"] .show-carousel .owl-item,
section.showPictures[data-pictures="3"] .show-carousel .owl-item,
section.showPictures[data-pictures="4"] .show-carousel .owl-item {
  padding: 0 5px;
}
section.showPictures p.soleagent{position: absolute;left:6px;z-index: 9;color:#FFF;font-size: 12px;font-weight: 700;background: #CE1111;padding: 2px 10px;}


section.show h2 { font-size: 25px; margin-bottom: 20px; }
section.show h3,
section.show .title {
  color: #FFF; padding: 5px; background-color: #373e4f;
}

.friend,
.print {
  display: block; width: 24px; height: 16px; text-indent: -10000px; background: url('/images/free9/icons.svg') top left no-repeat;
}
.friend { background-position: 0 -180px; }
.print { background-position: 0 -120px; }

.pictures { width:100%; }
.mainpicture { display:block; width:100%; height:600px; margin-bottom:10px; overflow:hidden; }
.mainpicture img { width:100%; }
.pictures ul li { float:left; height:66px; overflow:hidden; margin:0 0 10px 10px; }
.pictures, .path p, ul.action, .show article, .show aside { float:left; margin-bottom:20px; background:#FFF; box-shadow:0 1px 2px rgba(0,0,0,.1); }
section.show article, .path { width:66%; padding:10px; clear: both; }
section.show article .comment { font-size: 16px; text-align: justify; }
section.show article ul li { line-height: 20px; padding: 3px 0; border-bottom: 1px dashed #E6E6E6; overflow: hidden; }
section.show article ul li:last-child { border-bottom: none; }
section.show article ul li span { float: right; font-weight: 700; opacity: 0.75; }
section.show article .details { margin: 0 0 0 -2%; }
section.show article .details div { display: inline-block; width: 48%; margin: 20px -0.25em 0 2%; vertical-align: top; }
section.show article .details div.diagnostics img { display: inline-block; width: 49%; padding: 0 5px; background-color: #fff; }
section.show article .details div.diagnostics.de img { width: 100%; }
section.show .sold {
  float: right;
  display: inline-block;
  padding: 10px;
  color: #FFF;
  font-weight: 400;
  text-transform: uppercase;
  background-color: #de3939;
}
section.show .media iframe { width: 100%; height: 400px; }

section.show .media.rhinov { position: relative; padding-bottom: 75%; }
section.show .media.rhinov iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

section.show article .panorama {margin-top: 40px; margin-bottom: 20px;}
section.show article .panorama #panorama-item {height: 500px;width: 100%;}
section.show article .panorama #panorama-item .psv-container {width: 100%; margin-bottom: 20px;}

section.show aside, ul.action { float: right; width:32%; padding:10px; }
section.show aside:nth-child(1n+2) { clear: right; }
section.show aside h4 { margin-bottom:0; color:#333; font-weight:400; }
section.show aside form { margin-top:40px; }

section.show .lotParent h2 { font-size: 16px; line-height: 24px; }


.seasonalCalendar .month { float: none; width: 100% !important; margin: 0 !important; }

ul.action { float:right; width:32%; height:42px; padding:10px 0; margin-bottom:20px; background:#FFF; }
ul.action li { display:block; float:left; height:20px; margin-top: 3px; margin-left:15px; line-height:20px; vertical-align:bottom; }
ul.action .social { margin: -5px 5px 0 0; float: right; }
ul.action .social a { width: 32px; height: 32px; }
ul.action .social a.google,
ul.action .social a.google:hover {
  background-position: -2px -181px;
}
ul.action .social a.facebook,
ul.action .social a.facebook:hover {
  background-position: -2px -38px;
}
ul.action .social a.twitter,
ul.action .social a.twitter:hover {
  background-position: -2px -73px;
}
ul.action .social a.linkedin,
ul.action .social a.linkedin:hover {
  background-position: -2px -253px;
}

.path { float: left; padding: 0; }
.path p { float: none; overflow: hidden; }
.path p a,
.path p span {
  float: left;
  padding: 0 10px;
  line-height: 42px;
}
.path p a { color: #FFF; background-color: #373E4F; border-right: 1px solid #FFF; }
.path p a:last-of-type { padding-right: 0; }
.path p a:last-of-type:after {
  content:"";
  display:block;
  float:right;
  width:0;
  height:0;
  margin-left:4px;
  background:#FFF;
  border-top: 21px solid transparent;
  border-bottom: 21px solid transparent;
  border-right: 15px solid #373E4F;
  -webkit-transform:rotate(180deg);
  -moz-transform:rotate(180deg);
  transform:rotate(180deg);
}

.back { float: right; margin-left: 20px; }

.media { margin-top: 20px; }

section.show aside.map { position: relative; z-index: 99; }

/** CMS */
section.cms { padding-top: 40px; }
section.cms article { max-width: 800px; margin: auto; }
section.cms article,
section.cms article p {
  text-align: center;
}

.cms aside img { width:100%; }

article.cms p { text-align: justify; }
article.cms img { max-width: 100%; }

section.agenciesList { margin-left: -1%; margin-right: -1%; }
section.agenciesList article.agency { float: left; display: table; width: 48%; min-height: 300px; margin: 0 1% 20px 1%; background-color: #bac0cc; }
section.agenciesList article.agency:nth-child(odd) { clear: both; }
section.agenciesList article.agency .resizePicture { display: table-cell; width: 50%; height: 100%; margin-bottom: 0; }
section.agenciesList article.agency .infos { display: table-cell; width: 50%; padding: 20px; }
section.agenciesList article.agency .infos h2 { margin-bottom: 10px; }
section.agenciesList article.agency .openingHours { width: 100%; }
section.agenciesList article.agency .openingHours td:first-child { font-weight: 400; text-transform: capitalize; padding-right: 20px; }
section.agenciesList article.agency .openingHours caption { font-weight: 400; text-align: left; }

article.cookies { clear: both; }


/** CONTACT */
section.contact article.cms,
section.cmsForm article.cms,
section.newsshow article.cms,
.blockMap {
  float: left; width: 66%;
}
.blockMap { margin-top: 20px; }
section.contact aside.contact,
section.cmsForm aside.contact,
section.newsshow aside.news {
  float: right; width: 32%; background: #FFF; box-shadow: 0 1px 2px rgba(0,0,0,.1);
}
section.contact aside.contact > div { margin-bottom: 20px; }
section.contact aside.contact .agency { margin-bottom: 40px; }

.contact aside, .cms aside, .cmsForm aside { width:32%; padding:10px;  }
.contact aside form, .contact aside p { margin-bottom:20px; }

.contact-us-content > div { margin-bottom: 5px; }
.contact-us-content .dropdown { overflow: hidden; }

.contactus-grpd a { text-decoration: underline; }

/** USERS */
section.users aside.map { position: relative; margin-bottom: 40px; }
section.userList { margin: 40px -1% 0 -1%; }
section.userList article.user { float: left; width: 48%; margin: 0 1% 40px 1%; }
section.userList article.user:nth-child(odd) { clear: both; }
section.userList article.user .picture { float: left; width: 200px; height: 200px; margin-right: 20px; }
section.userList article.user .infos p { text-align: left; }


/** NEWS */
section.newsList article { position: relative; height: 300px; margin-bottom: 40px; background-color: #e5e7eb; }
section.newsList article > a { display: block; width: 100%; height: 100%; }
section.newsList article .picture { float: left; position: relative; width: 40%; height: 100%; margin-right: 20px; overflow: hidden; }
section.newsList article .picture img { position: absolute; top: -9999px; bottom: -9999px; left: -9999px; right: -9999px; width: 100%; margin: auto; }
section.newsList article .content { padding: 10px; }
section.newsList article .content h2 { margin-bottom: 10px; }
section.newsList article .content h2 span { float: right; font-size: 14px; }
section.newsList article .content .button { position: absolute; bottom: 10px; right: 10px; font-weight: 700; }

section.newsshow article.cms h1 { margin-bottom: 10px; }
section.newsshow article.cms .date { font-size: 18px; line-height: 24px; margin-bottom: 20px; }
section.newsshow article.cms .picture { height: 300px; margin-bottom: 20px; }
section.newsshow aside.news p,
section.newsshow aside.news ul {
  margin-bottom: 10px;
}

section.newsshow aside.news ul.action {width: 100%; box-shadow: none; border-bottom: 1px solid #ddd; padding-bottom: 40px;}
section.newsshow aside.news ul li { line-height: 16px; margin-bottom: 10px; }
section.newsshow aside.news ul li h4 { margin: 0; }
section.newsshow aside.news ul li .picture { height: 120px; }
section.newsshow aside.news ul li .date { font-weight: 400; }

/*  LEGALS  */

.homepage-legals .user { margin: 0 0 30px; }
.homepage-legals .user h3 { display: block; margin-bottom: 10px; }
.homepage-legals .user h4 { margin-bottom: 10px; }

.homepage-legals .agencies { position: relative; margin: 0; overflow: hidden; }
.homepage-legals .agencies li { float: left; width: 50%; margin-bottom: 20px; }
.homepage-legals .agencies li:nth-child(odd) { clear: both; }
.homepage-legals .agencies li h3 { margin-bottom: 10px; font-size: 28px; }

/** IE Fix */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  section.agenciesList article.agency .resizePicture img,
  footer .content .resizePicture img {
    position: relative; top: auto; bottom: auto; left: auto; right: auto; width: 100% !important; height: auto !important; vertical-align: middle; opacity: 1;
  }
  section.agenciesList article.agency .infos { vertical-align: top; }
}
