@charset "UTF-8";
/* CSS Document */


/* 01 STRUCTURE
-------------------------------------------------------------- */

body > div { overflow-x: hidden; }

#btn-offcanvas { display: none; }

.grid > .grid {
  margin: 0;
}
.grid.col {
  padding-left: 0;
  padding-right: 0;
}
.col .inner {
  height: inherit;
  position: relative;
}

/* Advertisements */

.advertisement img {
  display: block;
}
.advertisement.col3.wide {
  float: right;
  margin: 0;
}
body:not(.has-skyscraper) .advertisement.col3.wide {
  display: none;
}
.content-section + .leaderboard {
  margin-top: 40px;
}

.sidebar .advertisement {
  margin-bottom: 20px;
}
.list-articles .advertisement {
  padding-top: 20px;
  padding-bottom: 20px;
}
.list-articles .advertisement img {
  display: block;
  margin: 0 auto;
}

/* 02 GLOBAL ELEMENTS
-------------------------------------------------------------- */

/* Content */

#site-content {
  margin-top: 40px;
}
.content-area {
  margin-bottom: 20px;
}
.home-section .content-area:last-child {
  margin-bottom: 0;
}
.content-block {
  background: #fff;
  border: 0;
  border-radius: 0 0 2px 2px;
  margin-bottom: 20px;
  margin-top: 0;
  padding: 20px;
  position: relative;
}
.content-block:last-child { margin-bottom: 0; }

body:not(.has-skyscraper) .content-block.col9 {
  width: 100%;
}

.content-block .content {
  margin-bottom: 40px;
}
.content-block .content:last-child {
  margin-bottom: 0;
}

.content-block.col {
  background: transparent;
  padding: 0 10px;
}
.content-block.col .inner {
  background: #fff;
  padding: 20px;
}

/* Texts */

.nav a { color: #444; }
.nav a:hover { color: #26952e; }

a.link {
  font-size: 0.8125em;
  font-weight: 600;
  text-transform: uppercase;
}
a.link:before {
  content: '›';
  margin-right: 0.5em;
  position: relative;
  top: -1px;
}
a.link-section,
a.link-service {
  font-size: 0.875em;
}
a.link-section:before,
a.link-service:before {
  content: '»';
  position: relative;
  top: -1px;
}
p a.link {
  font-size: 0.93333em;
}

.title {
  font-family: 'LFT Etica', 'lft-etica', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1em;
  font-weight: 600;
}
.block-title {
  background: #444;
  color: #fff;
  font-family: 'LFT Etica', 'lft-etica', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1em;
  font-weight: 600;
  height: 34px;
  line-height: 36px;
  padding: 0 20px;
}
.content-block .block-title {
  margin: 0 -20px 20px;
}

.content-block .block-title:first-child {
  margin-top: -20px;
}
.content-block .content:not(:first-child) .block-title {
  margin-top: 0;
}

h1.block-title,
h2.block-title {
  font-size: 1.25em;
  height: 48px;
  line-height: 50px;
  text-transform: uppercase;
}

.section-title {
  font-weight: 600;
  margin-bottom: 0.75em;
}

.inline-title {
  background: #444;
  color: #fff;
  display: inline-block;
  font-size: 1em;
  font-weight: 400;
  height: 40px;
  left: -20px;
  line-height: 42px;
  margin: 0;
  padding: 0 20px;
  position: relative;
  text-transform: uppercase;
  top: -20px;
}
.inline-title strong {
  font-weight: 600;
}
.inline-title + a.link {
  margin-top: -0.5em;
}

.form-item-title {
  font-weight: 600;
}

.note {
  font-style: italic;
}
.note p {
  margin: 0 0 0.25em;
}
.note p:last-child { margin-bottom: 0; }

a.edit {
  float: right;
  font-size: 0.8125em;
  font-weight: 600;
  text-transform: uppercase;
}
dd a.edit,
li a.edit {
  font-size: 0.86667em;
}
a.more {
  font-size: 0.875em;
}
p.note {
  color: #0099bd;
  font-size: 0.875em;
  font-style: italic;
  font-weight: 600;
}
p.descr {
  color: #555;
  font-size: 0.875em;
}
.highlight {
  color: #ee5f4f;
}

.label {
  border: 1px solid #444;
  display: inline-block;
  font-size: 0.875em;
  padding: 0.25em 0.5em;
  text-transform: uppercase;
}

.label-blue {
  border-color: #008bab;
  color: #008bab;
}
.label-green {
  border-color: #26952e;
  color: #26952e;
}

/* Images */

.userpicture {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #ddd;
  padding: 4px;
}
.userpicture img {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: block;
}

.img img {
  display: block;
  height: auto;
  max-width: 100%;
}

/* Forms */


.form-header {
  background: #26952e;
  color: #fff;
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  text-transform: uppercase;
}
.form-header > .title {
  display: inline-block;
}
.form-header .btn {
  background: #1f8226;
  color: rgba(255,255,255,0.9);
  float: right;
  font-size: 0.8125em;
  font-weight: 600;
  line-height: 34px;
  margin: 13px 0 0;
}
.form-header .btn:hover {
  background: #1b7722;
}

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked,
[type="radio"]:not(:checked),
[type="radio"]:checked  {
  /* display: none; */
  height: 14px;
  left: 10px;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: 8px;
  width: 14px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label,
[type="radio"]:not(:checked) + label,
[type="radio"]:checked + label {
  border-radius: 2px;
  cursor: pointer;
  display: inline-block;
  padding: 5px 10px 5px 35px;
  position: relative;
  transition: all 0.1s ease-in-out;
}
[type="checkbox"]:not(:checked) + label:hover,
[type="radio"]:not(:checked) + label:hover {
  background: rgba(0,0,0,0.06);
}
[type="checkbox"]:checked + label,
[type="radio"]:checked + label {
  background: #26952e;
  color: #fff;
}

/* Disabled display on checkboxes & radios */

input[type="checkbox"]:disabled + label,
input[type="radio"]:disabled + label,
input[type="checkbox"]:disabled + label:hover,
input[type="radio"]:disabled + label:hover {
  background-color: transparent;
  color: #ccc;
  cursor: auto;
}
input[type="checkbox"]:disabled + label:before,
input[type="radio"]:disabled + label:before {
  border-color: #ccc;
}

[type="radio"]:not(:checked) + label:before,
[type="radio"]:checked + label:before {
  background: transparent;
  border-radius: 50%;
  border: 2px solid #26952e;
  content: '';
  height: 14px;
  left: 10px;
  position: absolute;
  top: 8px;
  width: 14px;
}
[type="radio"]:checked + label:before { border-color: #fff; }
[type="radio"]:checked + label:after {
  background: #fff;
  border-radius: 50%;
  content: '';
  font-size: 0;
  height: 4px;
  left: 15px;
  position: absolute;
  top: 13px;
  transition: all .2s;
  width: 4px;
}

[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  background: transparent;
  border: 2px solid #26952e;
  content: '';
  height: 14px;
  left: 10px;
  position: absolute;
  top: 8px;
  width: 14px;
}
[type="checkbox"]:checked + label:before { border-color: #fff; }
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  background: transparent;
  content: '✔︎';
  color: #fff;
  font-size: 14px;
  height: 10px;
  left: 13px;
  line-height: 10px;
  margin: 0;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 9px;
  transition: all .3s;
  width: 10px;
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
}

.block-radio,
.block-checkbox {
  text-align: center;
}
.block-radio > label,
.block-checkbox > label {
  font-weight: 600;
  margin-bottom: 20px;
  text-align: left;
}
.block-radio .form-item,
.block-checkbox .form-item {
  display: inline-block;
  margin: 0 10px;
}
.block-radio .form-item label,
.block-checkbox .form-item label {
  display: block;
  padding: 20px 20px 50px;
}
.block-radio .form-item label span,
.block-checkbox .form-item label span {
  display: block;
  font-size: 0.9375em;
  font-weight: 400;
  margin: 0.25em 0 0;
  max-width: 340px;
}

.block-checkbox [type="checkbox"]:not(:checked) + label:before,
.block-checkbox [type="checkbox"]:checked + label:before,
.block-radio [type="radio"]:not(:checked) + label:before,
.block-radio [type="radio"]:checked + label:before {
  bottom: 20px;
  left: 50%;
  margin: 0 0 0 -7px;
  top: auto;
}
.block-radio [type="radio"] + label:after,
.block-checkbox [type="checkbox"] + label:after {
  bottom: 25px;
  left: 50%;
  margin: 0 0 0 -2px;
  top: auto;
}
.block-checkbox [type="checkbox"] + label:after {
  bottom: 23px;
  margin-left: -5px;
}

.select {
  -webkit-padding-end: 50px;
  background: #fff;
  border: 1px solid #ddd;
  overflow: hidden;
  padding: 0 44px 0 0;
  position: relative;
  transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
.select:before {
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  content: '';
  background: transparent url(../img/layout/fl-down.png) no-repeat center center;
  border-left: 1px solid #e7e7e7;
  position: absolute;
  height: 24px;
  width: 34px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  height: 32px;
  padding-top: 4px;
  position: relative;
  width: 130%;
}
.csscalc .select select {
  width: calc(130% + 44px);
}
.select select:focus {
  box-shadow: 0 0 3px red;
  outline: 0;
}

input[type=color],
input[type=date],
input[type=datetime],
input[type=email],
input[type=tel],
input[type=month],
input[type=password],
input[type=search],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
input[type=number],
input[type=submit],
select,
textarea,
select,
textarea,
.select,
button,
.btn {
  border-radius: 0;
}

/* List */

ul.list-classifieds,
ul.list-articles,
ul.list-icons,
ul.list-thumbs,
ul.list-zodiac,
ul.not-std-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
ul.grid {
  margin-left: -10px;
  margin-right: -10px;
}
ul.col {
  padding-left: 10px;
}

.list-classifieds li,
.list-articles li {
  font-size: 1em;
}
.list-thumbs.grid li {
  float: left;
  margin-bottom: 20px;
  padding: 0 10px;
}
.list-thumbs a {
  display: block;
  height: inherit;
}
.list-thumbs img {
  display: block;
}

/* Comments */

#comments .comment-list > li { border-bottom: 1px solid #ddd; margin: 0 0 20px; padding: 0 0 20px; }
#comments .comment-list li:last-child { border: 0; margin: 0; padding: 0; }
#comments .userpicture { width: 75px; }
#comments .comment-content { padding: 0 0 0 95px; }
#comments .user { font-weight: 600; }
#comments time { color: #999; font-size: 0.875em; }
#comments .comment-body { margin: 5px 0 10px; }
#comments .comment-actions { margin: 0 0 10px; }
#comments .comment-actions .btn { font-size: 0.875em; height: 28px; line-height: 28px; }
#comments .children { padding: 20px 0 0 95px; }
#comments .children li { margin: 0 0 20px; }

/* jQuery UI */

.ui-widget-content { background: transparent; }

.ui-tabs .ui-tabs-nav li {
  border: none;
  border-radius: 0;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active { background: transparent; }
.ui-tabs .ui-tabs-nav li:last-child { border: none; }
.ui-tabs .ui-tabs-nav .ui-tabs-anchor { padding: 0; color: #999; }
.ui-tabs .ui-tabs-nav li.ui-tabs-active a { color: #333; }

.ui-tabs .ui-tabs-panel { border: 0; padding: 0; }

/* Range slider */

.slider-range {
  background-color: #fff;
  height: 10px;
  position: relative;
}

.ui-slider-range {
  background-color: #eee;
  height: 100%;
  position: absolute;
}

.slider-range .ui-slider-handle {
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  background-color: #26952e;
  border: none;
  border-radius: 100%;
  height: 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  z-index: 100;
}
.slider-range .ui-slider-handle {
  margin-left: -5px;
}
.slider-range .ui-slider-handle:before {
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 100%;
  content: "";
  display: block;
  height: 4px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 4px;
  transform: translate(-50%, -50%);
}

/* Values slider */

.values-slider {
  width: 100%;
}

.values-slider .title {
  margin: 0 1em 0 0;
}
.values-slider .amount {
  border: none;
  font-size: 0.938em;
  margin-top: -2px;
  padding: 0;
}
.values-slider .title,
.values-slider .amount {
  background-color: transparent;
  display: inline-block;
  width: auto;
}

/* Tabs */

.tabs-nav,
.ui-tabs .tabs-nav {
  background: #fbfbfb;
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}

body:not(.has-skyscraper) .tabs-nav.col9 {
  width: 100%;
}

.tabs-nav li {
  border-left: 1px solid #f3f2f1;
  font: 600 1em 'LFT Etica', 'lft-etica', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  float: left;
  height: 60px;
  margin: 0;
  position: relative;
}
.tabs-nav li:first-child {
  border-left: 0;
}
.tabs-nav li.ui-tabs-active,
.tabs-nav .active {
  background: #fff;
}
.tabs-nav li.ui-tabs-active:before,
.tabs-nav .active:before {
  background: #0099bd;
  bottom: -2px;
  content: '';
  height: 4px;
  position: absolute;
  width: 100%;
}

.tabs-nav a,
.ui-tabs .tabs-nav a {
  color: #999;
  padding: 0;
}
.ui-tabs-active a,
.tabs-nav .active a { color: #333; }

.tabs-nav.col3 {
  background: transparent;
  border: 0;
  float: right;
}

.tabs-nav.col3 li,
.ui-tabs .tabs-nav.col3 li {
  background: #fbfbfb;
  border: 0;
  float: none;
  height: 60px;
  margin: 0 0 1px;
  padding: 0;
}
.tabs-nav.col3 li.ui-tabs-active:before,
.ui-tabs .tabs-nav.col3 .active:before {
  display: none;
  height: 0;
  width: 0;
}

.tabs-nav a {
  display: block;
  height: 60px;
  line-height: 64px;
  padding: 0 24px;
}
.tabs-nav.col3 a,
.ui-tabs .tabs-nav.col3 a {
  float: none;
  display: block;
  height: 60px;
  line-height: 64px;
  padding: 0 20px 0 80px;
}

.steps-nav { counter-reset: li; }
.steps-nav li a:before {
  background: transparent;
  border-right: 1px solid #e7e7e7;
  color: #999;
  content: counter(li, decimal);
  counter-increment: li;
  font: 600 1.625em/44px 'LFT Etica', 'lft-etica', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  height: 40px;
  left: 0;
  position: absolute;
  text-align: center;
  top: 10px;
  width: 60px;
}

.steps-nav li.ui-tabs-active a:before {
  background: #26952e;
  border: none;
  color: #fff;
  height: 60px;
  padding: 10px 0;
  top: 0;
}
.steps-nav li.ui-tabs-active a:after {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  background: #fff;
  content: '';
  height: 14px;
  left: 53px;
  position: absolute;
  top: 23px;
  transform: rotate(45deg);
  width: 14px;
}

.steps-nav li.step-complete a:before {
  background: transparent url(../img/layout/icon-complete.png) no-repeat 0 -10px;
  border-color: #26952e;
  content: '';
}
.svg .steps-nav li.step-complete a:before { background-image: url(../img/layout/icon-complete.svg); }
.steps-nav li.ui-tabs-active.step-complete a:before {
  background-color: #26952e;
  background-position: 0 -60px;
}

.tabs-nav li .number {
  background: #555;
  border-radius: 1px;
  color: #fff;
  font-size: 0.8125em;
  left: 2px;
  line-height: normal;
  padding: 2px 6px;
  position: relative;
  top: -2px;
}

/* Collapsible panels */

.collapsible {
  border: 0;
  margin-bottom: 1px;
  margin-top: 0;
  padding: 0;
}

.collapse-link {
  background: #444;
  border-radius: 1px;
  color: rgba(255,255,255,0.8);
  display: block;
  font-weight: 600;
  height: 40px;
  line-height: 42px;
  padding: 0 20px;
  position: relative;
}
.collapse-link:hover,
.collapsible.open .collapse-link {
  background-color: #333;
  color: #fff;
}
.collapse-link:after {
  background: transparent url(../img/layout/icons-collapsible.png) no-repeat;
  border: 1px solid rgba(255,255,255,0.4);
  content: '';
  height: 22px;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 22px;
}
.open .collapse-link {
  color: #fff;
}
.open .collapse-link:after {
  background-position: 0 -20px;
}
.collapsible-content {
  padding: 20px 20px 30px;
}

/* Magnific popup */

.white-popup {
  max-width: 1240px;
}

.mfp-gallery .mfp-arrow {
  background: transparent url(../img/layout/fl-lightbox.png) no-repeat 0 center;
  height: 100%;
  opacity: 0.65;
  top: 0;
  transition: opacity 0.2s ease-in-out;
  margin: 0;
}
.mfp-gallery .mfp-arrow:hover { opacity: 1; }
.mfp-gallery .mfp-arrow-right { background-position: -90px center; }

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a { border: 0; }

.mfp-bottom-bar {
  font-size: 0.875em;
  margin-top: -30px;
}

/* Responsive video */

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Pricing table */

.pricing-table {
  list-style: none;
  padding: 0;
}
.pricing-table .plan {
  background: #f3f2f1;
  color: #444;
  float: left;
  text-align: center;
}
.pricing-table-3 .plan {
  border-right: 1px solid #fff;
  width: 33.3334%;
}
.pricing-table h4 {
  background: #333;
  color: #fff;
  padding: 15px 0;
  text-transform: uppercase;
  transition: background 0.2s ease-in-out;
}
.pricing-table .descr {
  box-sizing: content-box;
  height: 2.6em;
  padding: 20px;
}
.pricing-table .price {
  padding: 20px;
}
.pricing-table .price p {
  font-size: 2.6em;
  font-weight: 300;
}
.pricing-table .price span {
  font-weight: 700;
}
.pricing-table .select-option label {
  border-radius: 0;
  border-top: 1px solid #fff;
  font-size: 1em;
  padding: 50px 20px 20px;
  text-transform: uppercase;
  width: 100%;
}
.pricing-table .select-option input:not(:checked) + label {
  background: rgba(0,0,0,0.03);
}
.pricing-table .select-option input + label:before {
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  left: 50%;
  top: 20px;
  transform: translateX(-50%);
}
.pricing-table .select-option input + label:after {
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  left: 50%;
  top: 21px;
  transform: translateX(-50%);
}

/* Flexslider */

.flexslider {
  border: none;
  border-radius: 0;
}
.flexslider .slides li {
  font-size: 1em;
}
.flexslider .flex-control-nav {
  bottom: 20px;
  height: 16px;
  opacity: 0.8;
  z-index: 10;
}
.flexslider .flex-control-nav a {
  background: transparent;
  border: 1px solid #fff;
  box-shadow: none;
  height: 16px;
  width: 16px;
}
.flexslider .flex-control-nav a:hover,
.flexslider .flex-control-nav .flex-active {
  background: #fff;
}

.flexslider .flex-control-thumbs {
  height: auto;
  opacity: 1;
}

.flex-direction-nav a {
  background: rgba(0,0,0,0.6);
  bottom: 0;
  height: auto;
  margin: 0;
  opacity: 0.1;
  text-indent: -3000em;
  top: 0;
  width: 40px;
}
.flex-direction-nav .flex-prev {
  left: 0 !important;
}
.flex-direction-nav .flex-next {
  right: 0 !important;
  text-align: left;
}
.flex-direction-nav a:before {
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  background: url('../img/layout/arrow-slideshow.png') no-repeat 0 0;
  content: "";
  height: 22px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 13px;
}
.flex-direction-nav .flex-prev:before {
  background-position: 0 -22px;
}
.svg .flex-direction-nav a:before {
  background-image: url('../img/layout/arrow-slideshow.svg');
}

.flexslider .flex-caption {
  margin-top: 10px;
}
.flexslider .slides img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
  width: auto;
}

/* Alert box */

.alert-box {
  background: #0099bd;
  color: #fff;
  line-height: 1.5em;
  padding: 20px 20px 20px 60px;
  position: relative;
}
.alert-box:before {
  background: url('../img/layout/icon-alert.svg') no-repeat 0 0 / 100% 100%;
  content: "";
  display: block;
  height: 20px;
  left: 20px;
  position: absolute;
  top: 20px;
  width: 20px;
}

.alert-box a,
.alert-box span {
  color: #fff;
  font-weight: 600;
}

.alert-box-title {
  display: block;
  font-weight: 600;
  margin-bottom: 0.5em;
}

/* Pagination */

.pagination a {
  display: inline-block;
  height: 22px;
  margin: 0 -4px;
  opacity: 0.9;
  text-align: center;
  vertical-align: middle;
  width: 22px;
}
.pagination .active a {
  font-weight: 900;
  opacity: 1;
}

.pagination a[rel="prev"],
.pagination a[rel="next"] {
  line-height: 18px;
  opacity: 1;
}

/* Modals */

.modal-backdrop {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1030;
}

.modal {
  bottom: 0;
  left: 0;
  overflow: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1040;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  margin: 30px auto;
  max-width: 600px;
  position: relative;
}

.modal.in .modal-dialog {
  -ms-transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.modal-content {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  margin: 0 20px;
}

.modal-header {
  border-bottom: 1px solid #e5e5e5;
  padding: 15px 50px 15px 20px;
  position: relative;
}

.modal-header .bootstrap-dialog-title {
  font-weight: 700;
}

.modal-header .close {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  color: #000;
  cursor: pointer;
  font-size: 21px;
  font-weight: 700;
  height: auto;
  line-height: 1;
  opacity: 0.2;
  padding: 15px 20px;
  position: absolute;
  right: 0;
  top: 0;
}
.modal-header .close:hover {
  opacity: 1;
}

.modal-body {
  padding: 20px;
  position: relative;
}

.modal-footer {
  padding: 20px;
  text-align: right;
}

.modal-footer button {
  margin-right: 10px;
}
.modal-footer button:last-of-type {
  margin-right: 0;
}

/* Share options */

.options-share > a {
  background: url('../img/layout/icons-share.png') no-repeat 0 0;
  height: 30px;
  float: left;
  overflow: hidden;
  text-indent: -8000px;
  width: 30px;
}
.svg .options-share > a {
  background-image: url('../img/layout/icons-share.svg');
}

.options-share > a {
  margin-right: 10px;
}
.options-share > a:last-child {
  margin-right: 0;
}

.options-share > .facebook {
  background-position: 0 0;
}
.options-share > .twitter {
  background-position: -30px 0;
}
.options-share > .google {
  background-position: -60px 0;
}
.options-share > .email {
  background-position: -90px 0;
}

/* Alert */

.alert:before {
  background: url('../img/layout/tables-options.png') no-repeat -140px -20px;
  content: "";
  display: block;
  height: 20px;
  left: 20px;
  position: absolute;
  width: 20px;
}
.svg .alert:before {
  background-image: url('../img/layout/tables-options.svg');
}

.alert.success:before {
  background-position: -160px -20px;
}

/* 03 HEADER
-------------------------------------------------------------- */

#site-header form {
  margin-top: 0;
}

#header-top { height: 35px; }

#header-top ul {
  float: right;
  height: 24px;
  margin: 5px 0;
}
#header-top li {
  font-size: 0.75em;
  font-weight: 600;
  height: 20px;
  line-height: 24px;
  margin: 0 0 0 20px;
  text-transform: uppercase;
}

#header-top .advertisers a {
  color: #26952e;
  font-weight: 700;
}

#header-top .user {
  border-right: 1px solid rgba(0,0,0,0.2);
  padding-right: 20px;
}

#header-top .main-search {
  display: inline-block;
  float: right;
  height: 28px;
  margin-top: 4px;
  position: relative;
}
#header-top .main-search input[type="search"],
#header-top .main-search input[type="text"] {
  height: inherit;
  padding: 3px 50px 3px 9px;
/*   padding-right: 50px; */
  -webkit-appearance: textfield;
  -webkit-padding-start: 0;
  -webkit-padding-end: 0;
}

#header-top .main-search input[type="submit"] {
  background: transparent url('../img/layout/search-magnifier.png') no-repeat center center;
  border-left: 1px solid #ddd;
  height: 22px;
  margin: 3px 0;
  position: absolute;
  right: 0;
  top: 0;
}
.content-block .search-form input[type="text"] {
  padding-right: 50px;
}
.content-block .search-form input[type="submit"] {
  background: transparent url('../img/layout/search-magnifier.png') no-repeat center center;
  border-left: 1px solid #ddd;
  height: 22px;
  margin: 3px 0;
  position: relative;
  float: right;
  top: -30px;
}
.content-block .search-snippet strong {
  background-color: rgb(255,244,194);
}
.content-block ol.search-results {
  padding: 0;
}
.content-block ol.search-results li.search-result .search-info {
  margin-top: 10px;
}
.svg #header-top .main-search input[type="submit"] {
  background-image: url('../img/layout/search-magnifier.svg');
}

#header-content {
  background: #26952e;
  height: 60px;
}
.fixed-header #header-content {
  border-bottom: 1px solid #fff;
  position: fixed;
  top: 0;
  z-index: 100;
}
.fixed-header #site-header .insert-classified {
  border-bottom: 1px solid #fff;
}
.fixed-header #site-content {
  padding-top: 40px;
}
/*
.fixed-header #header-content + .advanced-search,
.fixed-header #header-content + .assistance-block {
  margin-top: 60px;
}
*/

.logo {
  background: transparent url('../img/layout/logo-ghi.png') no-repeat;
  float: left;
  height: 30px;
  margin: 15px 40px 15px 20px;
  text-indent: -3000px;
  width: 85px;
}
.svg .logo {
  background-image: url('../img/layout/logo-ghi.svg');
}
.logo-lc {
  background-image: url('../img/layout/logo-lc.png');
}
.svg .logo-lc {
  background-image: url('../img/layout/logo-lc.svg');
}
.logo a {
  display: block;
  height: 30px;
  width: 100%;
}

/* Navigation */

.site-menu {
  float: left;
  height: 60px;
}
.site-menu li {
  font: 400 1em 'LFT Etica', 'lft-etica', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  height: 60px;
  line-height: 64px;
  margin: 0;
  position: static;
  text-transform: uppercase;
}
.site-menu li:last-child { margin-right: 0; }
.site-menu a {
  color: #fff;
  height: 60px;
  padding: 0 20px;
  position: relative;
}
.site-menu > .nav > li > a {
  font-size: 1.125em;
  transition: none;
}

/* Dropdown */

#site-header .btn-dropdown {
  display: none;
}

.site-menu > ul > li:hover > a {
  background: #fff;
  color: #333;
}
.site-menu > ul > li:hover > a:before {
  content: "";
  background: #009933;
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: -3px;
}

.site-menu .dropdown {
  border: 1px solid #444;
  border-top: 0;
  padding: 20px 0;
}
.site-menu li.hover .dropdown {
    left: 0;
    right: 0;
    width: 100%;
}
.site-menu .dropdown li {
  float: none;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 1em;
  height: auto;
  line-height: 1.4em;
  margin-bottom: 0.5em;
  text-transform: none;
  white-space: normal;
}
.site-menu .dropdown li:last-child {
  margin-bottom: 0;
}
.site-menu .dropdown li p {
  font-size: 1em;
}
.site-menu .dropdown .title {
  font-size: 0.9375em;
  margin-bottom: 0.25em;
}
.site-menu .dropdown a {
  color: #333;
  height: auto;
  padding: 0;
}
.site-menu .dropdown a:hover {
  color: #26952e;
}

.site-menu .dropdown .nav {
  padding: 0 20px;
}
.site-menu .list-categories {
  border-right: 1px solid #ebebeb;
  width: 20%;
}
.site-menu .list-categories li {
  font-size: 0.9375em;
  font-weight: 600;
}

.site-menu .list-categories .category-title {
  font-size: 1em;
  margin-bottom: 1em;
}
.site-menu .list-categories .category-title p {
  text-transform: uppercase;
}

.site-menu .list-articles {
  width: 40%;
}
.site-menu .list-articles li,
.site-menu .list-classifieds > li {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.site-menu .list-articles li:last-child,
.site-menu .list-classifieds > li:last-child {
  border: 0;
  margin: 0;
  padding: 0;
}
.site-menu .list-articles .metadata {
  color: #666;
  font-size: 0.875em;
}
.site-menu .list-articles .metadata .cat {
  color: #26952e;
  font-weight: 600;
  text-transform: uppercase;
}
.site-menu .list-articles .metadata .cat:after,
.site-menu .classified-info li:after {
  content: "|";
  color: #aaa;
  font-weight: 400;
  margin: 0 0.25em 0 0.5em;
}

.site-menu .list-classifieds {
  border-right: 1px solid #ebebeb;
  margin-bottom: 40px;
  width: 33.3333%;
}

.site-menu .list-classifieds.list-categories {
  margin-bottom: 0;
  width: 25%;
}

.site-menu .list-classifieds:last-child {
  border: 0;
}
.list-classifieds a:hover,
.list-classifieds a:hover .title {
  color: #00819f;
}
.site-menu .list-classifieds .classifieds-title {
  border: 0;
  padding: 0;
}
.site-menu .list-classifieds .title {
  margin-bottom: 0.375em;
}
.site-menu .list-classifieds .cat {
  color: #0099bd;
  font-size: 0.875em;
  font-weight: 600;
  line-height: 1.2em;
  text-transform: uppercase;
}
.site-menu .classified-info {
  line-height: 1.2em;
}
.site-menu .classified-info li {
  color: #666;
  display: inline;
  font-size: 0.875em;
  font-weight: 600;
  margin-bottom: 0;
}
.site-menu .classified-info li:last-child:after {
  display: none;
  margin: 0;
}

.site-menu .list-classifieds.list-categories li,
.site-menu .list-classifieds .classifieds-title {
  border: 0;
  font-family: 'LFT Etica', 'lft-etica', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1em;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0;
}
.site-menu .list-classifieds.list-categories a,
.site-menu .list-classifieds .classifieds-title a {
  display: block;
  height: 46px;
  line-height: 46px;
  padding-left: 60px;
  position: relative;
}
.site-menu .list-classifieds .classifieds-title.emplois a {
  line-height: 23px;
}
.site-menu .list-classifieds.list-categories a:before,
.site-menu .list-classifieds .classifieds-title a:before {
  background: #0099bd url("../img/layout/icons-classifieds.png");
  border-radius: 50%;
  content: "";
  height: 46px;
  left: 0;
  position: absolute;
  width: 46px;
}
.svg .site-menu .list-classifieds.list-categories a:before,
.svg .site-menu .list-classifieds .classifieds-title a:before {
  background-image: url("../img/layout/icons-classifieds.svg");
}

.site-menu .list-classifieds .immobilier a:before {
  background-position: 0 0;
}
.site-menu .list-classifieds .autos a:before,
.site-menu .list-classifieds .vehicules a:before {
  background-position: 0 -50px;
}
.site-menu .list-classifieds .emplois a:before {
  background-position: 0 -100px;
}
.site-menu .list-classifieds .deuxroues a:before {
  background-position: 0 -150px;
}
.site-menu .list-classifieds .rencontres a:before {
  background-position: 0 -200px;
}
.site-menu .list-classifieds .erotique a:before {
  background-position: 0 -250px;
}
.site-menu .list-classifieds .vacances a:before {
  background-position: 0 -300px;
}
.site-menu .list-classifieds .nautisme a:before {
  background-position: 0 -350px;
}
.site-menu .list-classifieds .autres a:before {
  background-position: 0 -400px;
}
.site-menu .list-classifieds .enseignement a:before {
  background-position: 0 -450px;
}

/* Classifieds group */

.site-menu .list-classifieds-group {
  float: left;
  width: 75%;
}

/* Btn group */

#site-header .btn-group {
  clear: both;
  padding-left: 20px;
  text-align: center;
}

#site-header .btn-group a {
  display: inline-block;
  margin: 20px 20px 0 0;
}

#site-header .btn-group a:last-of-type {
  margin-right: 0;
}

#site-header .btn-group .btn {
  background-color: #26952e;
  border: 0;
  border-radius: 0px;
  color: #fff;
  float: none;
  font-size: 1.125em;
  font-weight: 400;
  height: 60px;
  line-height: 64px;
  padding: 0px 20px;
  vertical-align: top;
}
#site-header .btn-group .btn.insert-classified {
  background-color: #0099bd;
}

/* Offers group */

.offers-group .content-services img {
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
}
.offers-group .content-services .img {
  height: auto;
}
.featured-content-center .content-services .service-title {
  font-size: 1em;
/*   min-height: 2.6em; */
  text-transform: none;
}
.offers-group .content-services .service-title {
  font-size: 1.125em;
  min-height: 2.6em;
  text-transform: none;
}
.offers-group .content-services .content {
  padding-bottom: 20px;
}
.offers-group .content-services .btn-cta {
  color: #fff;
  font-size: 1em;
  padding: 10px 20px;
  width: 100%;
}
.offers-group .content-services .btn-cta:hover {
  color: #fff;
}

#site-header .offers-group {
  float: left;
  padding: 0 20px;
  width: 80%;
}

#site-header .offers-group .content-services {
  width: 33.3333%;
}

/* Insert classified */

#site-header .insert-classified {
  border-radius: 0;
  border-left: 1px solid #fff;
  float: right;
  font-size: 1.125em;
  font-weight: 400;
  height: 60px;
  line-height: 64px;
  padding: 0 50px;
}

/* Magnific Popup */

.mfp-close:hover { background: transparent; }

/* Assistance block */

.assistance-block {
  background-color: #fff;
  margin-bottom: 40px;
  padding: 20px;
  width: 100%;
}

.assistance-block .title,
.assistance-block ul {
  float: left;
}
.assistance-block .title,
.assistance-block ul,
.assistance-block ul li {
  display: inline-block;
  margin: 0;
}

.assistance-block ul {
  margin-top: -2px;
}
.assistance-block ul li {
  margin-left: 40px;
}
.assistance-block ul li a {
  padding-left: 40px;
  position: relative;
}
.assistance-block ul li a:before {
  background: url("../img/layout/assistance-icons.png") no-repeat 0 center;
  content: "";
  display: block;
  height: 26px;
  left: 0;
  position: absolute;
  top: 0;
  width: 26px;
}
.svg .assistance-block ul li a:before {
  background-image: url("../img/layout/assistance-icons.svg");
}
.assistance-block ul li.assistance-phone a:before {
  background-position: -26px center;
}
.assistance-block ul li.assistance-support a:before {
  background-position: -52px center;
}

/* 04 HOMEPAGE
-------------------------------------------------------------- */

.home-section {
  padding: 40px 0;
}
.home-section:first-child {
  padding-top: 0;
}
.home-section:last-child {
  margin-bottom: -40px;
}
.home-section .col4.wide {
  padding-left: 20px;
  padding-right: 20px;
}

.rowheight-1,
.rowheight-2,
.rowheight-3,
.rowheight-4,
.rowheight-5 {
  overflow: hidden;
}
.rowheight-1 {
  height: 420px;
}
.rowheight-2 {
  height: 380px;
}
.rowheight-3 {
  height: 340px;
}
.rowheight-4 {
  height: 270px;
}
.rowheight-5 {
  height: 560px;
}

/* Articles */

.list-articles a {
  display: block;
  height: inherit;
}

.content-article {
  margin-bottom: 20px;
  position: relative;
}
.content-article:last-child {
  margin-bottom: 0;
}
.content-article .inner {
  background: #fff;
  border-radius: 0 0 2px 2px;
}
.content-article .content {
  background: #fff;
  border-radius: 0 0 2px 2px;
  bottom: 0;
  left: 0;
  padding: 20px;
  position: absolute;
  right: 0;
}
.content-article .content:before {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  content: "";
  background: #fff;
  height: 20px;
  position: absolute;
  top: -10px;
  transform: rotate(45deg);
  width: 20px;
}
.article-title {
  font-weight: 800;
  margin: 0 0 0.25em;
}
.content-article .article-title:last-child {
  margin-bottom: 0;
}
.col3 .article-title {
  font-size: 1.125em;
}
.col5 .article-title,
.col4 .article-title {
  font-size: 1.375em;
}
.col6 .article-title {
  font-size: 1.625em;
}
.content-article .cat {
  background: #26952e;
  border: 1px solid #fff;
  border-bottom: 0;
  border-right: 0;
  color: #fff;
  font: 600 0.9375em / 36px 'LFT Etica', 'lft-etica', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  height: 35px;
  padding: 0 15px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: -35px;
}
.content-article p.gallery {
  background: rgba(0,0,0,0.6);
  position: absolute;
  border: 1px solid #fff;
  border-bottom: 0;
  border-right: 0;
  color: #fff;
  font: 600 1em / 36px 'LFT Etica', 'lft-etica', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  height: 35px;
  padding: 0 10px 0 40px;
  right: 0;
  top: -35px;
}
.content-article p.gallery:before {
  background: transparent url(../img/layout/icon-gallery.png) no-repeat;
  content: "";
  height: 16px;
  left: 10px;
  position: absolute;
  top: 9px;
  width: 20px;
}
.svg .content-article p.gallery:before {
  background-image: url(../img/layout/icon-gallery.svg);
}
.content-article .metadata {
  color: #444;
  font-size: 0.875em;
}
.content-article .metadata .tag {
  color: #26952e;
  font-weight: 600;
  text-transform: uppercase;
}
.content-article .metadata span:after,
.content-article .metadata time:after {
  content: "|";
  color: #aaa;
  font-weight: 400;
  margin: 0 0.25em 0 0.5em;
}
.content-article .metadata span:last-child:after,
.content-article .metadata time:last-child:after {
  display: none;
}

.content-article .img {
  overflow: hidden;
}
.content-article .img img {
  height: auto;
  position: relative;
  width: 100%;
}

.content-article .teaser {
  color: #333;
  overflow: hidden;
}

.content-article.rowheight-1 .img img {
  min-height: 290px;
}

.content-article.col6.rowheight-1 .img img {
  -ms-transform: translateY(-10%);
  -webkit-transform: translateY(-10%);
  transform: translateY(-10%);
}
.content-article.col6.rowheight-2 .img img {
  -ms-transform: translateY(-20%);
  -webkit-transform: translateY(-20%);
  transform: translateY(-20%);
}
.content-article.col5.rowheight-2 .img img {
  -ms-transform: translateY(-10%);
  -webkit-transform: translateY(-10%);
  transform: translateY(-10%);
}
.content-article.col3.rowheight-2 .img img {
  -ms-transform: translateY(-12%);
  -webkit-transform: translateY(-12%);
  transform: translateY(-12%);
}
.content-article.col4.rowheight-1 .img img {
  -ms-transform: translateY(-10%);
  -webkit-transform: translateY(-10%);
  transform: translateY(-10%);
}
.content-article.col4.rowheight-2 .img img {
  -ms-transform: translateY(-16%);
  -webkit-transform: translateY(-16%);
  transform: translateY(-16%);
}

.list-articles .content-article .content,
.featured-content .content-article .content {
  bottom: 40px;
}
.list-articles .content-article .article-social,
.featured-content .content-article .article-social {
  background: #fff;
  border-top: 1px solid #ebebeb;
  bottom: 0;
  left: 0;
  padding: 10px 20px;
  position: absolute;
  right: 0;
}

/* Lead */

.article-lead {
  position: relative;
}
.featured-content .article-lead .cat {
  border: 0;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  bottom: auto;
  left: 0;
  right: auto;
  top: 0;
}

/* Classifieds */

.classifieds-categories .content-block {
  padding: 0;
}
.classifieds-categories .content-block .block-title {
  background: #0099bd;
  font-size: 1.125em;
  font-weight: 400;
  height: 44px;
  line-height: 46px;
  margin: 0;
  text-transform: uppercase;
}
.classifieds-categories .list-categories {
  margin: 0;
  padding: 10px 5px 0;
}
.classifieds-categories .list-categories li {
  font-size: 1em;
  margin-bottom: 10px;
  padding: 0 5px;
  text-align: center;
  width: 33.3334%;
}
.classifieds-categories .list-categories a {
  border: 1px solid #ebebeb;
  display: block;
  height: 112px;
  padding: 65px 10px 0;
  position: relative;
}
.classifieds-categories .title {
  font-size: 0.9375em;
  margin-bottom: 0;
  text-transform: uppercase;
}

/* With the slider */
.classifieds-categories.with-slider .content-block .block-title {
  font-size: 1.05em;
}
.classifieds-categories.with-slider .title {
  font-size: 0.74em;
}
/* End With the slider */

.classifieds-categories .metadata {
  color: #666;
  font-size: 0.875em;
}

.classifieds-categories .list-categories a:before {
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  background: #0099bd url("../img/layout/icons-classifieds.png");
  border-radius: 50%;
  content: "";
  height: 46px;
  left: 50%;
  position: absolute;
  top: 10px;
  transform: translateX(-50%);
  width: 46px;
}
.svg .classifieds-categories .list-categories a:before {
  background-image: url("../img/layout/icons-classifieds.svg");
}
.classifieds-categories .list-categories .immobilier a:before {
  background-position: 0 0;
}
.classifieds-categories .list-categories .autos a:before,
.classifieds-categories .list-categories .vehicules a:before {
  background-position: 0 -50px;
}
.classifieds-categories .list-categories .emplois a:before {
  background-position: 0 -100px;
}
.classifieds-categories .list-categories .deuxroues a:before {
  background-position: 0 -150px;
}
.classifieds-categories .list-categories .rencontres a:before {
  background-position: 0 -200px;
}
.classifieds-categories .list-categories .erotique a:before {
  background-position: 0 -250px;
}
.classifieds-categories .list-categories .vacances a:before {
  background-position: 0 -300px;
}
.classifieds-categories .list-categories .nautisme a:before {
  background-position: 0 -350px;
}
.classifieds-categories .list-categories .autres a:before {
  background-position: 0 -400px;
}
.classifieds-categories .list-categories .enseignement a:before {
  background-position: 0 -450px;
}

/* Services */

.content-services {
  color: #fff;
}
.article-full .content-services .inner,
.content-services .inner {
  background: #444;
  border-radius: 0 0 2px 2px;
}
.content-services .img {
  border-bottom: 1px solid #f3f2f1;
  height: 200px;
  overflow: hidden;
  position: relative;
}
.content-services .block-title {
  background: #3a3a3a;
  font-size: 1.125em;
  height: 40px;
  line-height: 42px;
  margin-bottom: 0;
  padding: 0 20px;
}
.content-services .content:before {
  display: none;
}
.content-services .content {
  background: transparent;
  padding: 20px 20px 40px;
  position: static;
}
.content-services .service-title {
  color: #fff;
  font-size: 1.25em;
  margin-bottom: 1em;
  margin-top: 0;
}
.content-services .tag {
  color: #d8d8d8;
  font-size: 0.8125em;
  font-weight: 600;
  margin-bottom: 0.25em;
  text-transform: uppercase;
}
.content-services .link-service {
  background: #3a3a3a;
  bottom: 0;
  display: block;
  left: 0;
  padding: 10px 20px;
  position: absolute;
  right: 0;
}
.content-services .link-service:hover {
  background: #303030;
  color: #fff;
}

.content-services .list-thumbs li {
  width: 25%;
}
.content-services .list-thumbs img {
  border: 1px solid #c7c7c7;
  display: block;
  height: auto;
}
.content-services a {
  color: #fff;
}
.content-services a:hover {
  color: #26952e;
}
.content-services .btn-service {
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  border-color: #c7c7c7;
  bottom: 20px;
  color: #fff;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  white-space: nowrap;
}
.content-services .btn-service:hover {
  background: #fff;
  border-color: #fff;
  color: #444;
}

.content-services .btn-cta {
  background: #ee5f4f;
  font-size: 1.125em;
  font-weight: 600;
  height: auto;
  line-height: 1.4em;
  margin-bottom: 20px;
  padding: 10px 20px;
  text-align: center;
}
.content-services .btn-cta:hover {
  background: #df5849;
  color: #fff;
}
.content-services a + .btn-cta {
  margin-top: 20px;
}


/* Home Promotion */

.content-promotion {
  color: #fff;
}
.content-promotion a {
  color: #fff;
  display: block;
  height: inherit;
}
.content-promotion a:hover {
  color: #26952e;
}
.content-promotion .inner {
  background: #444;
  border-radius: 0 0 2px 2px;
}
.content-promotion .img {
  border-bottom: 1px solid #f3f2f1;
  height: 300px;
  overflow: hidden;
}
.content-promotion .block-title {
  background: #3a3a3a;
  font-size: 1.125em;
  height: 40px;
  line-height: 42px;
  margin-bottom: 0;
  padding: 0 20px;
}
.content-promotion .content {
  background: transparent;
  position: static;
}
.content-promotion .content:before {
  display: none;
}
.content-promotion .teaser-text {
  color: #fff !important;
  height: 80px;
  position: relative;
}
.content-promotion .teaser-text.no-title {
  height: 120px;
}
.content-promotion .teaser-text-content {
  padding: 0 20px;
  position: absolute;
  top: 50%; /* push referent half height */
  transform: translateY(-50%); /* push own half height */
}


.list-zodiac li {
  float: left;
  font-size: 0.875em;
  font-weight: 600;
  text-align: center;
  min-width: 80px;
}
.list-zodiac a {
  background: transparent url(../img/layout/icons-zodiac.png) no-repeat center 0;
  display: block;
  padding-top: 70px;
}
.svg .list-zodiac a {
  background-image: url(../img/layout/icons-zodiac.svg);
}
.list-zodiac .belier a {
  background-position: center 0;
}
.list-zodiac .taureau a {
  background-position: center -100px;
}
.list-zodiac .gemeaux a {
  background-position: center -200px;
}
.list-zodiac .cancer a {
  background-position: center -300px;
}
.list-zodiac .vierge a {
  background-position: center -400px;
}
.list-zodiac .balance a {
  background-position: center -500px;
}
.list-zodiac .scorpion a {
  background-position: center -600px;
}
.list-zodiac .sagittaire a {
  background-position: center -700px;
}
.list-zodiac .capricorne a {
  background-position: center -800px;
}
.list-zodiac .verseau a {
  background-position: center -900px;
}
.list-zodiac .poissons a {
  background-position: center -1000px;
}
.list-zodiac .lion a {
  background-position: center -1100px;
}

.content-services .list-zodiac li {
  margin-bottom: 20px;
  width: 25%;
}

.content-services.numerology ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.content-services.numerology li {
  float: left;
  font: 600 3em 'LFT Etica', 'lft-etica', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  height: 80px;
  padding: 0 10px;
  position: relative;
  text-align: center;
  width: 33.3333%;
}
.content-services.numerology li:last-child,
.content-services.numerology li:nth-last-child(2),
.content-services.numerology li:nth-last-child(3) {
  margin-bottom: 0;
}
.content-services.numerology a {
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.content-services *:last-child {
  margin-bottom: 0;
}

/* Sections */

.content-section {
  background: #f9f8f8;
  padding-top: 40px;
  padding-bottom: 40px;
}
.content-section:last-child {
  margin-bottom: -60px;
}
.content-section .section-title {
  font-size: 1.5em;
  font-weight: 700;
  margin-bottom: 1.25em;
  text-transform: uppercase;
}
.content-section .content-article .content:before {
  display: none;
}
.content-section .article-title {
  font-size: 1.25em;
  font-weight: 600;
}
.content-section .content-article .content {
  bottom: 0;
}

.content-section .link-section {
  position: absolute;
  right: 0;
  top: 6px;
}

.list-articles-secondary li {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 19px;
  padding-bottom: 19px;
}
.list-articles-secondary li:last-child {
  border: 0;
  margin: 0;
  padding: 0;
}
.list-articles-secondary .img {
  float: left;
  margin-right: 10px;
}
.list-articles-secondary .img + .content {
  min-height: 80px;
  padding-left: 90px;
}
.list-articles-secondary .article-title {
  font-size: 1em;
}
.list-articles-secondary .metadata {
  color: #444;
  font-size: 0.8125em;
  line-height: 1.3em;
}
.list-articles-secondary .metadata .date {
  display: block;
}

.content-topic .inner {
  background: #fff;
  border-radius: 0 0 2px 2px;
}
.content-topic .article-lead {
  border-bottom: 1px solid #f3f2f1;
  margin-bottom: 0;
}
.content-topic .article-lead .content {
  border-radius: 0;
}
.content-topic ul.list-articles-secondary {
  background: #fff;
  padding: 20px;
  width: auto;
}
.content-topic .list-articles-secondary li {
  border: 0;
  margin-bottom: 15px;
  padding: 0 0 0 20px;
  position: relative;
}
.content-topic .list-articles-secondary li:before {
  content: "";
  background: #26952e;
  border-radius: 50%;
  height: 6px;
  left: 0;
  position: absolute;
  top: 0.5em;
  width: 6px;
}
.content-topic .list-articles-secondary .article-title {
  font: 600 0.9375em "Open Sans", Helvetica, Arial, sans-serif;
  margin: 0;
}

/* 05 SIDEBAR
-------------------------------------------------------------- */

.advertisement + .sidebar {
  margin-top: 20px;
}

.sidebar .content-sidebar {
  margin-bottom: 20px;
}

/* Services */

.sidebar .content-services .img {
  height: 160px;
}
.sidebar .service-title {
  font-size: 1.125em;
  margin-bottom: 0.75em;
}
.sidebar .link-service {

}
.sidebar .btn-service {
  bottom: auto;
  position: relative;
  top: 10px;
}

.featured-content-center .content-services .img {
  height:inherit;
}
.featured-content-center .content-services .new-distribution {
  border-bottom: 1px solid #f3f2f1;
  padding: 20px;
}

.featured-content-center .content-services.pdf .inner,
.content-sidebar.pdf .inner {
  background: #26952e;
}
.featured-content-center .content-services.pdf .link-service,
.content-sidebar.pdf .link-service {
  background: #1f8226;
}
.featured-content-center .content-services.pdf .link-service:hover,
.content-sidebar.pdf .link-service:hover {
  background: #15781c;
}

.content-sidebar.pdf .inner {
  background: #26952e;
}
.content-sidebar.pdf .link-service {
  background: #1f8226;
}
.content-sidebar.pdf .link-service:hover {
  background: #15781c;
}

.content-sidebar .list-thumbs.grid {
  margin-left: -5px;
  margin-right: -5px;
}
.content-sidebar .list-thumbs.grid li {
  padding-left: 5px;
  padding-right: 5px;
}

/* Classifieds (homepage) */

.content-sidebar .list-classifieds li {
  background: #0099bd;
  height: 110px;
  margin-bottom: 20px;
}
.content-sidebar .list-classifieds .img {
  border-right: 1px solid #fff;
  float: left;
  margin-right: 15px;
}
.content-sidebar .list-classifieds .content {
  height: 110px;
  padding: 15px 15px 15px 125px;
}
.content-sidebar .list-classifieds a {
  color: #fff;
  display: block;
  height: inherit;
}
.content-sidebar .list-classifieds a:hover {
  background: #00819f;
}
.content-sidebar .list-classifieds .title {
  color: #fff;
  font-size: 0.9375em;
  line-height: 1.2em;
  max-height: 2.4em;
  overflow: hidden;
}
.content-sidebar .list-classifieds a:hover .title {
  color: #fff;
}
.content-sidebar .list-classifieds p {
  font-size: 0.8125em;
  line-height: 1.3em;
  max-height: 2.6em;
  overflow: hidden;
}
.content-sidebar .list-classifieds .cat {
  font-weight: 600;
  text-transform: uppercase;
}
.content-sidebar.classifieds .btn {
  border-color: #0099bd;
  color: #0099bd;
  font-size: 1.5em;
  height: auto;
  line-height: 1.4em;
  margin-bottom: 20px;
  padding: 20px 30px;
  text-align: center;
  text-transform: none;
}
.sidebar .classifieds .btn:hover {
  color: #00819f;
}

/* Articles */

.sidebar .secondary-articles {
  background: #fff;
  border-radius: 0 0 2px 2px;
  padding: 20px;
}
.sidebar .secondary-articles .block-title {
  margin: -20px -20px 0;
}
.sidebar .secondary-articles .list-articles {
  margin: 0 -20px;
}
.sidebar .secondary-articles li {
  margin: 0;
  padding: 20px;
}
.sidebar .secondary-articles .article-title {
  font-size: 0.9375em;
}

/* Classifieds form */

.classifieds-form .inner {
  background: #0099bd;
  border-radius: 0 0 2px 2px;
}


.classifieds-form form {
  margin: 0;
}
.classifieds-form .content {
  padding-bottom: 20px;
  position: relative;
}
.classifieds-form .search-category:before {
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  background: #0099bd url("../img/layout/icons-classifieds.png");
  border: 1px solid #fff;
  border-radius: 50%;
  content: "";
  height: 47px;
  left: 50%;
  position: absolute;
  top: -30px;
  transform: translateX(-50%);
  width: 47px;
  z-index: 2;
}
.svg .classifieds-form .search-category:before {
  background-image: url("../img/layout/icons-classifieds.svg");
}
.classifieds-form .form-item {
  margin-bottom: 10px;
}

.classifieds-form .search-category {
  background: #00819f;
  margin: -20px -20px 20px;
  padding: 25px 0 10px;
}
.classifieds-form .block-checkbox .form-item {
  margin: 0 2px;
}
.classifieds-form .block-checkbox label {
  padding: 5px 16px 30px;
}

.classifieds-form .block-checkbox [type="checkbox"]:not(:checked) + label:before,
.classifieds-form .block-checkbox [type="checkbox"]:checked + label:before,
.classifieds-form .block-radio [type="radio"]:not(:checked) + label:before,
.classifieds-form .block-radio [type="radio"]:checked + label:before {
  bottom: 8px;
  border-color: #fff;
  left: 50%;
  margin: 0 0 0 -7px;
  top: auto;
}
.classifieds-form .block-checkbox [type="checkbox"] + label:after {
  bottom: 11px;
}
.classifieds-form .block-checkbox [type="checkbox"]:checked + label {
  background: rgba(0,0,0,0.1);
}

.classifieds-form input,
.classifieds-form .select {
  border: none;
}

.classifieds-form input[type="submit"] {
  background: #006982;
  margin-top: 10px;
  position: relative;
}
.classifieds-form input[type="submit"]:hover {
  background: #006077;
}
.csstransforms .classifieds-form input[type="submit"] {
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  left: 50%;
  transform: translateX(-50%);
}

.sidebar .classifieds-form input[type="submit"] {
  -ms-transform: none;
  -webkit-transform: none;
  left: auto;
  transform: none;
  width: 100%;
}

.sidebar *:last-child {
  margin-bottom: 0 !important;
}

/* 06 ARTICLE
-------------------------------------------------------------- */

.article-full .inner {
  background: #fff;
  padding: 30px;
}

.article-full .section-title {
  margin-bottom: 20px;
  text-transform: none;
}

/* Header */

.article-header {
  margin-bottom: 40px;
}
.article-header .chapo {
  font-size: 1em;
  font-weight: 600;
  margin: 20px 0 30px;
}
.article-header .social {
  margin-bottom: 10px;
}

.article-social .comments {
  float: left;
}
.article-social .comments p {
  display: inline-block;
  font-size: 0.875em;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 0;
  position: relative;
}
.article-social .comments-count {
  padding-left: 30px;
}
.article-social .comments-count:before {
  content: "";
  background: transparent url(../img/layout/icons-article.png) no-repeat;
  height: 18px;
  left: 0;
  position: absolute;
  top: 2px;
  width: 22px;
}
.article-social .comments-link:before {
  color: #aaa;
  content: "|";
  font-weight: 400;
  margin: 0 0.25em 0 0;
}
.article-social .comments-count a {
  color: #333;
}
.article-social .comments-count a:hover {
  color: #1f8226;
}

.article-social .share {
  /* float: left; */
  position: relative;
  overflow: hidden;
}
.article-social .comments + .share {
  float: right;
}


.article-header .article-social {
  background: transparent;
  border-top: none;
  padding: 0;
  position: static;
}

/* Img – Slideshow */

.article-img {
  margin-bottom: 40px;
}
.article-header + .article-img {
  margin-top: -30px;
}
.article-img img,
.article-img .slideshow img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
  width: auto;
}
.article-img .slideshow img {
  max-height: 460px;
}
.article-img .caption {
  color: #666;
  font-size: 0.975em;
  font-style: italic;
}
.article-img .caption:empty {
  display: none;
}

.single-img .img {
  background: #f9f8f8;
  margin-bottom: 10px;
}

.article-img .slideshow {
  margin-bottom: 0;
}
.article-img .slides {
  height: 460px;
  position: relative;
}
.article-img .slides li,
.article-img .slides img {
  height: inherit;
}


.flexslider {
  background: transparent;
}
.article-img .slideshow {
  position: relative;
}
.article-img .slides {
  background: transparent;
  height: auto;
}
.article-img .slideshow:before {
  content: "";
  background: #f9f8f8;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 460px;
}
.article-img .slides .img,
.flex-direction-nav a {
  height: 460px;
}
.article-img .flex-control-nav {
  bottom: auto;
  top: 424px;
}

/*
.csstransforms .article-img .slides li {
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
*/

/* Content */

.article-content {
  margin: 40px 0;
  padding: 0 60px;
}

.article-content h2 {
  font-size: 1.25em;
}
.article-content .excerpt + h2 {
  margin-top: 1.5em;
}

.article-content .excerpt {
  margin-top: 1em;
  margin-bottom: 1.5em;
  padding: 15px 30px;
  width: 42%;
}
.article-content .excerpt.right {
  border-left: 5px solid #ebebeb;
  margin-right: -90px;
  margin-left: 30px;
}
.article-content .excerpt.left {
  border-right: 5px solid #ebebeb;
  margin-right: 30px;
  margin-left: -90px;
}
.article-content .excerpt p {
  color: #666;
  font-size: 1.125em;
}
.article-content .excerpt p.cite {
  color: #888;
  font-size: 0.8125em;
  font-style: italic;
}

/* Box */

.article-box {
  background: #f9f8f8;
  margin: 40px 0;
  padding: 30px 60px;
}
.article-box .article-title {
  font-weight: 600;
  margin-bottom: 30px;
}
.box-img {
  margin: 30px 0;
}
.box-img .img {
  float: left;
  margin-right: 20px;
  width: 50%;
}
.box-img .caption {
  color: #666;
  font-style: italic;
}

/* Complementary */

.article-complementary {
  border-bottom: 1px solid #ebebeb;
  margin: 40px -30px;
  padding: 0 90px 30px;
}

.article-gallery .list-thumbs li {
  width: 16.6667%;
}

.article-complementary .article-title {
  font-weight: 400;
}
.article-complementary .article-header {
  margin-bottom: 10px;
}

.article-content:last-child,
.article-box:last-child,
.article-complementary:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

/* Related articles */

.article-related .col6 {
  width: 50%;
}
.article-related .col4 {
  width: 33.3334%;
}

.article-full .article-related {
  margin-top: 40px;
}
.article-related .content-article {
  /*height: 360px;*/
  width: 50%;
}
.article-related .inner {
  padding: 0;
}
.article-related .content-article a {
  height: auto;
}
.article-related .content-article .content {
  bottom: 40px;
}
.article-related .img img {
  -ms-transform: translateY(-10%);
  -webkit-transform: translateY(-10%);
  transform: translateY(-10%);
}
.article-related .content-article .article-title {
  font-size: 1.25em;
}

/* 07 CATEGORY
-------------------------------------------------------------- */

.content-category .inner {
  background: #fff;
  padding: 0 0 20px;
}

/* Articles */

.content-category .content-article {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 0;
  padding: 20px 10px;
}
.content-category .advertisement + .content-article {
  border-top: 1px solid #ebebeb;
}
.content-category .content-article .content {
  background: transparent;
  padding: 0 10px;
  position: static;
}
.content-category .content-article .content:before {
  display: none;
}
.content-category .content-article .img {
  width: 25%;
}
.content-category .content-article .content {
  width: 75%;
}
.content-category .content-article .teaser {
  max-height: 2.8em;
}

/* Lead */

.content-category .article-lead .img {
  width: 41.6667%;
}
.content-category .article-lead .content {
  padding: 5px 10px 40px;
  width: 58.3334%;
}
.content-category .article-lead .teaser {
  max-height: 5.6em;
}
.content-category .article-lead .article-social {
  bottom: 25px;
  left: 41.6667%;
  margin-left: 10px;
  position: absolute;
}

/* List */

.content-category .list-articles .article-title {
  font-size: 1.375em;
  font-weight: 600;
}
.content-category .list-articles .metadata {
  margin-bottom: 0.75em;
}

/* Pagination */

.pager {
  border-top: 1px solid #ebebeb;
  list-style: none;
  margin-top: 0;
  padding: 20px 20px 0;
  text-align: center;
}
.pager > li {
  display: inline-block;
  margin: 0 0.25em;
}
.pager > li.pager-current {
  font-weight: 600;
}
.pager > li.pager-ellipsis {
  color: #999;
}

.content-category .list-articles + .pager {
  border: 0;
}

/* 08 CINEMA
-------------------------------------------------------------- */

.movie-title {
  font-weight: 700;
}

ul.movie-info {
  list-style: none;
  padding-left: 0;
}
ul.movie-info.col {
  padding-left: 10px;
  padding-right: 10px;
}

.movie-info {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.movie-info:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.movie-info li {
  margin-bottom: 0.25em;
}
.movie-info li:last-child {
  margin-bottom: 0;
}

.movie-links a {
  font-size: 0.875em;
}

/* List of movies */

.list-movies {
  list-style: none;
  padding: 0;
}
.list-movies li {
  font-size: 1em;
}
.list-movies .movie-title {
  font-weight: 600;
}

.list-movie-posters {
  text-align: center;
}
.list-movie-posters:not(:last-child) {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 20px;
}
.list-movie-posters .img {
  margin-bottom: 10px;
}
.list-movie-posters .movie-title {
  font-size: 1em;
}

/* New movies */

.cinema-newmovies .list-movies li {
  width: 25%;
}

/* Movie details */

.movie-content {
  margin-bottom: 40px;
}

.movie-details .movie-poster {
  width: 33.3334%;
}
.movie-details .content {
  width: 66.6667%;
}
.movie-info {
}
.movie-details .movie-info dt {
  font-weight: 400;
  width: 120px;
}
.movie-details .movie-info dd {
  font-weight: 600;
}

/* Homepage */


.content-services.cinema a {
  height: auto;
}
.content-services.cinema .img {
  height: 180px;
}
.content-services.cinema .inner {
  background: #3a3a3a;
}
.content-services.cinema .cinema-selection {
  background: #444;
  border: 0;
  margin: -20px -20px 0;
  padding: 20px;
}
.content-services.cinema .service-title {
  margin-bottom: 0.5em;
  max-height: 1.3em;
  overflow: hidden;
}
.content-services.cinema .movie-info {
  border: 0;
  margin: 0 0 0.75em;
  padding: 0;
}
.content-services.cinema .movie-descr {
  font-size: 0.875em;
  margin-bottom: 0.5em;
  max-height: 3.9em;
  overflow: hidden;
}
.content-services.cinema .movie-links {
  margin: 0;
  padding: 0;
}
.content-services.cinema .movie-info li {
  font-size: 0.875em;
  max-height: 1.3em;
  overflow: hidden;
}

/* 09 GALLERIES
-------------------------------------------------------------- */

.list-galleries .gallery {
  margin-bottom: 40px;
  width: 25%;
}
.list-galleries .gallery:nth-child(4n+1) {
  clear: left;
}
.list-galleries .img {
  margin-bottom: 10px;
  position: relative;
}
.list-galleries .img .caption {
  background: rgba(0,0,0,0.6);
  bottom: 0;
  color: #fff;
  font-size: 0.8125em;
  padding: 5px 10px;
  position: absolute;
  width: 100%;
}
.list-galleries .article-title {
  font-size: 1em;
  font-weight: 600;
}

/* Slideshow */

.content-gallery .article-header {
  margin-bottom: 10px;
}
.content-gallery .gallery-intro {
  margin: 20px 0 30px;
}
.content-gallery .gallery-intro p {
  font-weight: 600;
  margin-bottom: 0.25em;
}

.content-gallery .slides {
  background: #f9f8f8;
  height: 560px;
  margin-bottom: 70px;
}

.content-gallery .slideshow img {
  max-height: 560px;
}

.content-gallery .flex-direction-nav a {
  height: 560px;
}

.content-gallery .flex-control-thumbs {
  margin-left: -10px;
  margin-right: -10px;
  width: auto;
}
.content-gallery .flex-control-thumbs li {
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  width: 25%;
}

.content-gallery .flex-caption {
  color: #666;
  font-size: 0.975em;
  font-style:italic;
}

.content-gallery .flex-caption:empty {
  display: none;
}

/* 10 WEATHER
-------------------------------------------------------------- */

.weather-forecast .forecast-week {
  margin-top: 40px;
}
.weather-forecast .day {
  border-right: 1px solid #ebebeb;
  text-align: center;
  width: 16.66667%;
}
.weather-forecast .day:last-child {
  border: none;
}
.weather-forecast .day h4 {
  font-size: 0.9375em;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.weather-forecast .weather {
  margin-bottom: 5px;
  margin-top: 45px;
}
.weather-forecast .weather .time {
  font-size: 0.875em;
  font-weight: 400;
  height: 20px;
  margin-bottom: 10px;
}
.weather-forecast .weather-icon img {
  display: inline-block;
}
.weather-forecast .weather .am,
.weather-forecast .weather .pm {
  float: left;
  margin-top: -30px;
  width: 50%;
}
.weather-forecast .temp {
  color: #aaa;
  font-size: 0.9375em;
}
.weather-forecast .temp span {
  color: #444;
  font-weight: 600;
}
.forecast-week .day:first-child,
.forecast-week .day:nth-child(2) {
  width: 25%;
}

/* Homepage */

.content-services.weather {
  color: #444;
}
.content-services.weather .inner {
  background: #fff;
}
.content-services.weather a {
  color: #333;
}
.content-services.weather .btn-service {
  border-color: #444;
}
.content-services.weather .btn-service:hover {
  background: #26952e;
  border-color: #26952e;
  color: #fff;
}
.content-services.weather .block-title {
  display: none;
}
.weather-currently {
  background: transparent no-repeat center center;
  background-size: cover;
  color: #fff;
  height: 180px;
  padding: 20px;
  position: relative;
}
.weather-currently.geneva {
  background-image: url(../img/layout/weather/locations/geneva.jpg);
}
.weather-currently:before {
  content: "";
  background: #000;
  opacity: 0.2;
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
}
.weather-currently > * {
  position: relative;
}
.weather-currently p {
  margin-bottom: 0;
}
.weather-currently .day {
  float: left;
  font-size: 0.875em;
  font-weight: 600;
  text-transform: uppercase;
}
.weather-currently .location {
  clear: left;
  float: left;
  font-size: 0.875em;
}
.weather-currently .temp {
  font-size: 1.75em;
  text-align: right;
}
.content-services .weather-icon {
  border: 0;
}
.weather-currently .weather-icon {
  text-align: center;
}
.weather-currently .weather-icon img {
  display: inline-block;
  width: 100px;
}

.content-services.weather .content {
  padding-top: 30px;
}
.content-services .weather-forecast .day {
  width: 33.33334%;
}
.content-services .weather-icon {
  height: auto;
}
.content-services .weather-forecast p {
  font-size: 0.875em;
  font-weight: 600;
  text-transform: uppercase;
}
.content-services .weather-forecast .temp {
  margin-top: 5px;
}

/* 11 SELFIGES
-------------------------------------------------------------- */

.content-block.content-selfiges .inner {
  background: transparent;
}

/* Header */

.selfiges-header {
  background: transparent url(../img/layout/bg-selfiges.jpg) no-repeat;
  color: #fff;
  height: 200px;
  margin: -19px -20px 20px;
  padding: 20px 40% 20px 40px;
  position: relative;
}
.selfiges-header .content p {
  font-family: 'LFT Etica', 'lft-etica', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.125em;
}
.csstransforms .selfiges-header .content {
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

/* Grid */

.content-selfiges .list-selfiges {
  margin-left: -30px;
  margin-right: -30px;
}
.content-selfiges .list-selfiges .selfige {
  margin-bottom: 20px;
  width: 33.33334%;
}
.content-selfiges .list-selfiges .inner {
  border-radius: 0 0 2px 2px;
  background: #fff;
  padding: 0;
}
.content-selfiges .list-selfiges .img img {
  width: 100%;
}
.content-selfiges .list-selfiges .article-header {
  border-bottom: 1px solid #ebebeb;
  margin: 0;
  padding: 20px;
}
.content-selfiges .list-selfiges .article-title {
  font-size: 1.25em;
  font-weight: 600;
}
.content-selfiges .list-selfiges .article-date {
  color: #666;
  font-size: 0.875em;
}
.content-selfiges .list-selfiges .article-content {
  margin: 0;
  padding: 20px;
}
.content-selfiges .article-content p {
  color: #444;
}
.content-selfiges .list-selfiges .url {
  font-weight: 600;
  margin-top: -10px;
  padding: 0 20px 20px;
}

/* Selfiges details */

.content-selfiges-details .article-header {
  margin-bottom: 20px;
}

.content-selfiges-details .article-nav {
  margin-bottom: 13px;
  text-align: right;
}

.content-selfiges-details .article-img {
  background-color: #f9f8f8;
  margin-bottom: 20px;
}

.content-selfiges-details .article-img,
.content-selfiges-details .article-img img {
  max-height: 460px;
}

/* 12 LEISURE OFFERS
-------------------------------------------------------------- */

.content-offer .note {
  border-top: 1px solid #ebebeb;
  margin-top: 20px;
  padding-top: 15px;
}
.content-offer .note p {
  font-size: 1em;
  font-weight: 600;
}
.offer-competition {
  background: #444;
  border: none;
  border-radius: 0 0 2px 2px;
  color: #fff;
  margin-left: 0;
  margin-right: 0;
  padding: 0 0 30px;
}
.offer-competition .block-title {
  background: #df5849;
  border-bottom: 1px solid #fff;
  font-size: 1.125em;
  height: 38px;
  line-height: 40px;
  margin: 0 0 20px;
}
.offer-competition .box-content {
  font-size: 1em;
  font-weight: 600;
  padding: 0 20px;
}
.offer-competition .box-content p:not(:last-child) {
  margin-bottom: 0.5em;
}
.offer-competition .box-content .rules {
  color: rgba(255,255,255,0.5);
  font-size: 0.8125em;
  font-style: italic;
  font-weight: 400;
}

/* Related */

.article-related .content-services img {
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
}
.article-related .content-services .img {
  height: auto;
}
.article-related .content-services .service-title {
  font-size: 1.125em;
  min-height: 2.6em;
}
.article-related .content-services .content {
  padding-bottom: 20px;
}
.article-related .content-services .btn-cta {
  font-size: 1em;
  width: 100%;
}

/* 13 HOROSCOPE
-------------------------------------------------------------- */

/* Homepage */

.content-horoscope .description {
  margin-bottom: 1em;
}

.content-horoscope .list-zodiac li {
  margin: 20px 0;
  width: 25%;
}

.content-horoscope .list-zodiac .zodiac-sign {
  background: transparent url("../img/layout/icons-zodiac-homepage.png") no-repeat center 0;
  padding-top: 90px;
}
.svg .content-horoscope .list-zodiac .zodiac-sign {
  background-image: url("../img/layout/icons-zodiac-homepage.svg");
}

.content-horoscope .list-zodiac .belier .zodiac-sign {
  background-position: center 0;
}
.content-horoscope .list-zodiac .taureau .zodiac-sign {
  background-position: center -120px;
}
.content-horoscope .list-zodiac .gemeaux .zodiac-sign {
  background-position: center -240px;
}
.content-horoscope .list-zodiac .cancer .zodiac-sign {
  background-position: center -360px;
}
.content-horoscope .list-zodiac .vierge .zodiac-sign {
  background-position: center -480px;
}
.content-horoscope .list-zodiac .balance .zodiac-sign {
  background-position: center -600px;
}
.content-horoscope .list-zodiac .scorpion .zodiac-sign {
  background-position: center -720px;
}
.content-horoscope .list-zodiac .sagittaire .zodiac-sign {
  background-position: center -840px;
}
.content-horoscope .list-zodiac .capricorne .zodiac-sign {
  background-position: center -960px;
}
.content-horoscope .list-zodiac .verseau .zodiac-sign {
  background-position: center -1080px;
}
.content-horoscope .list-zodiac .poissons .zodiac-sign {
  background-position: center -1200px;
}
.content-horoscope .list-zodiac .lion .zodiac-sign {
  background-position: center -1320px;
}

.content-horoscope .list-zodiac .horoscope-links {
  margin-top: 8px;
}

.content-horoscope .list-zodiac .horoscope-links a {
  display: inline-block;
  height: auto;
  margin-right: 10px;
  padding: 0;
}
.content-horoscope .list-zodiac .horoscope-links a:last-child {
  margin-right: 0;
}

/* Horoscope - quotidien */

.horoscope-sign .sign-selected,
.horoscope-sign .sign-forecasts {
  float: left;
}

.horoscope-sign .sign-selected {
  width: 25%;
}

.horoscope-sign .sign-selected {
  padding-bottom: 40px;
  position: relative;
}

.horoscope-sign .sign-selected:after {
  background-color: #eee;
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: -20px;
  top: 0;
  width: 1px;
}

.horoscope-sign .list-zodiac li {
  clear: both;
  width: 100%;
}

.horoscope-sign .sign-selected .form-item {
  margin-bottom: 1em;
}

.horoscope-sign .sign-selected input.btn {
  float: right;
}

.horoscope-sign .sign-forecasts {
  padding-left: 40px;
  width: 75%;
}

.horoscope-sign .sign-forecasts .forecast {
  display: inline-block;
  margin: 20px 0;
}

/* 14 ERROR PAGES
-------------------------------------------------------------- */

.content-error .title-error {
  margin-bottom: 0.75em;
}

.content-error .list-articles {
  margin-top: 20px;
}

.content-error .list-articles .inner {
  padding: 0;
}

/* 15 NUMEROLOGY
-------------------------------------------------------------- */

/* Numerologist intro block */

.numerologist-intro {
  background-color: #444;
  color: #fff;
  padding: 20px;
}

.numerologist-intro .img {
  float: left;
  width: 20%;
}

.numerologist-intro .description {
  float: left;
  padding-left: 20px;
  width: 80%;
}

.numerologist-intro .description ul {
  margin-top: 0;
  padding-left: 1em;
}

/* Numerology tabs nav */

.ui-tabs .tabs-numerology.tabs-nav {
  background-color: #efefef;
  border-radius: 0;
  width: 100%;
}

.ui-tabs .tabs-numerology.tabs-nav > li {
  background-color: transparent;
  border-radius: 0;
  border-left: 1px solid #ccc;
  text-align: center;
  width: 11.1111%;
}

.ui-tabs .tabs-numerology.tabs-nav > li:first-child {
  border-left: 0;
}

.ui-tabs .tabs-numerology.tabs-nav > li a {
}

.ui-tabs .tabs-numerology.tabs-nav > li.ui-tabs-active,
.ui-tabs .tabs-numerology.tabs-nav > li.active {
  background-color: #f9f8f8;
}

.ui-tabs .tabs-numerology.tabs-nav > li.ui-tabs-active a,
.ui-tabs .tabs-numerology.tabs-nav > li.active a {
  color: #333;
}

.ui-tabs .tabs-numerology.tabs-nav > li.ui-tabs-active:before,
.ui-tabs .tabs-numerology.tabs-nav > li.active:before {
  left: 0;
}

.content-numerology .tabs .article-content {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

/* 16 COMPETITION
-------------------------------------------------------------- */

.content-competition form {
  margin-top: 0;
}

.content-competition .block-title {
  height: auto;
  line-height: 1.4em;
  padding-bottom: 16px;
  padding-right: 80px;
  padding-top: 16px;
}

/* Header */

.competition-header {
  background-color: transparent;
  background-position: 0 0;
  background-repeat: no-repeat;
  color: #fff;
  height: auto;
  margin: -19px -20px 20px;
  padding: 120px 20px 20px;
  position: relative;
}

.competition-header .content {
  background-color: rgba(34, 34, 34, 0.85);
  padding: 20px;
}

.competition-header .content p {
  font-family: 'LFT Etica', 'lft-etica', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.125em;
}

/* Competition form */

.competition-form > fieldset {
  border: 0;
  padding: 0;
}

.competition-form fieldset .form-item.col {
  float: left;
  width: 50%;
}

.competition-form .form-birth {
  width: 100%;
}
.competition-form .form-birth > label {
  display: block;
}

.competition-form > fieldset > .btn {
  margin-top: 20px;
}

/* Sidebar */

.competition-info .block-title {
  font-size: 1.125em;
  margin-bottom: 0;
}

.competition-info .content {
  background-color: #fff;
  padding: 20px;
}

.competition-info .content h3,
.competition-info .content h4 {
  font-size: 1.125em;
}

/* Share options */

.options-share {
  position: absolute;
  right: 15px;
  top: 15px;
}

/* FOOTER
-------------------------------------------------------------- */

.ac-widget {
  /*
  transform: none !important;
  bottom: 110px !important;
  top: auto !important;
  right: 20px !important;
  box-shadow: none !important;
  */
}

#site-footer {
  background: #444444;
  color: #fff;
  margin-top: 60px;
}
#site-footer a {
  color: #d8d8d8;
}
#site-footer a:hover {
  color: #26952e;
}

.footer-top,
.footer-bottom {
  background: #3a3a3a;
  height: 60px;
  padding: 15px 0;
}

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

/* Logo */

#site-footer .logo {
  margin: 0;
}

/* Nav */

.footer-top .nav {
  float: right;
  margin-top: 7px;
}
.footer-top .nav li {
  font-size: 0.8125em;
  margin-left: 15px;
  text-transform: uppercase;
}

/* Links */

.footer-main .grid {
  margin-left: -20px;
  margin-right: -20px;
}
.footer-main .footer-links {
  border-left: 1px solid #666;
  padding-left: 20px;
  padding-right: 20px;
  width: 22.2222%;
}
.footer-main .footer-links:first-child,
.footer-main .footer-links:last-child {
  border: 0;
}
.footer-main .footer-social {
  padding: 0 20px;
  width: 33.3333%;
}

.footer-main .title {
  font: 600 0.875em "Open Sans", Helvetica, Arial, sans-serif;
  margin-bottom: 1em;
  text-transform: uppercase;
}
.footer-main .links,
.footer-main .newsletter {
  margin-bottom: 40px;
}
.footer-main .footer-links ul {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}
.footer-main .footer-links li {
  font-size: 0.875em;
  line-height: 1.2em;
  margin-bottom: 0.5em;
}

.footer-main .footer-links *:last-child {
  margin-bottom: 0;
}
.footer-main .payment-methods li {
  background: transparent url('../img/layout/payment-methods-footer.png') no-repeat;
  border-radius: 2px;
  float: left;
  height: 50px;
  margin: 10px 0 0;
  text-indent: -3000em;
  width: 110px;
}
.svg .footer-main .payment-methods li {
  background-image: url('../img/layout/payment-methods-footer.svg');
}

.footer-main .payment-methods li:nth-child(1),
.footer-main .payment-methods li:nth-child(2) {
  margin-top: 0;
}

.footer-main .payment-methods li:nth-child(2n) {
  margin-left: 10px;
}
.footer-main .payment-methods li.postfinance {
  background-position: 0 0;
}
.footer-main .payment-methods li.visa {
  background-position: -110px 0;
}
.footer-main .payment-methods li.mastercard {
  background-position: -220px 0;
}
.footer-main .payment-methods li.americanexpress {
  background-position: -330px 0;
}

/* Social */

.footer-social .newsletter form {
  margin: 0;
}
.footer-social input {
  border: 0;
  float: left;
}
.footer-social input[type="submit"] {
  padding: 0;
  width: 140px;
}
.footer-social input[type="email"] {
  margin-right: 10px;
  width: calc(100% - 150px);
}

.footer-social .social li {
  float: left;
  height: 30px;
  margin: 0 10px 10px 0;
  width: 30px;
}
.footer-social .social a {
  background: transparent url('../img/layout/icons-social-footer.png') no-repeat;
  display: block;
  height: inherit;
  opacity: 0.6;
  text-indent: -3000em;
  transition: opacity 0.2s ease-in-out;
}
.svg .footer-social .social a {
  background-image: url('../img/layout/icons-social-footer.svg');
}
.footer-social .social a:hover {
  opacity: 0.8;
}
.footer-social .facebook a {
  background-position: 0 0;
}
.footer-social .twitter a {
  background-position: 0 -30px;
}

/* Credits */

.footer-bottom .credits {
  color: #d8d8d8;
  font-size: 0.8125em;
  margin-top: 7px;
  text-align: center;
}
#site-footer .credits .copy,
#site-footer .credits a {
  color: #fff;
  font-weight: 600;
}
#site-footer .credits a:hover {
  color: #26952e;
}



/*  -----------------------------------------------------------

	Media Queries - Desktop from 1020px to 1160px

	Column = 60px (* 12) / Gutter = 20px (* 13) => 980px

------------------------------------------------------------ */

@media screen and (max-width: 1160px) {



}



/*  -----------------------------------------------------------

	Media Queries - Small desktop (under 1000px) & vertical tablets (768px)

	Column = 40px (* 12) / Gutter = 15px (* 13) => 675px

------------------------------------------------------------ */

@media screen and (max-width: 1019px) {



}



/*  -----------------------------------------------------------

	Media Queries - Mobile phones (under 768px)

	Column = 25px / Gutter = 10px => 430px

------------------------------------------------------------ */


@media screen and (max-width: 767px) {



}

/*  -----------------------------------------------------------

	Media Queries - Mobile phones (under 480px)

	Column = 15px / Gutter = 10px => 310px

------------------------------------------------------------ */

@media screen and (max-width: 479px) {



}
