@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@charset "UTF-8";
a {
  text-decoration: none;
}
.icons-sprite,
.icons-icon_arrow,
.icons-icon_asterisk,
.icons-icon_asterisk_textarea,
.icons-icon_close,
.icons-icon_fb,
.icons-icon_gallery,
.icons-icon_hamburger,
.icons-icon_magnifier,
.icons-icon_marker,
.icons-icon_marker_big,
.icons-icon_quotes,
.icons-icon_route,
.icons-logo_lang,
.locationblock .marker,
.contactform .required,
.contactform .textarea_rq {
  background-image: url("https://www.ladoucedordogne.com/wp-content/themes/ladoucedordogne/less/../images/icons-sprite.png");
  background-repeat: no-repeat;
}
.icons-icon_arrow {
  background-position: 0 0;
}
.icons-icon_asterisk {
  background-position: 0 -12px;
}
.icons-icon_asterisk_textarea {
  background-position: 0 -54px;
}
.icons-icon_close {
  background-position: 0 -158px;
}
.icons-icon_fb {
  background-position: 0 -169px;
}
.icons-icon_gallery {
  background-position: 0 -186px;
}
.icons-icon_hamburger {
  background-position: 0 -201px;
}
.icons-icon_magnifier {
  background-position: 0 -213px;
}
.icons-icon_marker {
  background-position: 0 -265px;
}
.icons-icon_marker_big {
  background-position: 0 -281px;
}
.icons-icon_quotes {
  background-position: 0 -311px;
}
.icons-icon_route {
  background-position: 0 -338px;
}
.icons-logo_lang {
  background-position: 0 -356px;
}
.icon {
  display: block;
  width: 40px;
  height: 40px;
  background: url("https://www.ladoucedordogne.com/wp-content/themes/ladoucedordogne/less/../images/iconsx2.png") no-repeat;
  background-size: 400px;
  position: absolute;
  top: 0;
  left: 0;
}
.no-backgroundsize .icon {
  background-image: url("https://www.ladoucedordogne.com/wp-content/themes/ladoucedordogne/less/../images/icons.png") !important;
}
.icon-holder {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
}
.icon-holder .icon {
  -webkit-transition: opacity 0.25s ease-out;
  -moz-transition: opacity 0.25s ease-out;
  -ms-transition: opacity 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
}
.icon-holder .hover {
  opacity: 0;
}
.icon-holder:hover .hover {
  opacity: 1;
}
.icon-holder:hover .hover + .icon {
  opacity: 0;
}
a:hover .icon-holder .hover,
a:hover .icon-holder-40 .hover {
  opacity: 1;
}
a:hover .icon-holder .hover + .icon,
a:hover .icon-holder-40 .hover + .icon {
  opacity: 0;
}
.no-opacity .icon-holder .hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.no-opacity .icon-holder:hover .hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.no-opacity .icon-holder:hover .hover + .icon {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.no-opacity a:hover .icon-holder .hover,
.no-opacity a:hover .icon-holder-40 .hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.no-opacity a:hover .icon-holder .hover + .icon,
.no-opacity a:hover .icon-holder-40 .hover + .icon {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
/*ICONS*/
.icon-marker {
  background-position: 0px 0px;
}
.icon-marker2 {
  background-position: -40px 0px;
}
.icon-marker3 {
  background-position: -160px -40px;
}
.icon-cross {
  background-position: -80px 0px;
}
.icon-cross2 {
  background-position: -80px -40px;
}
.icon-magnifier {
  background-position: -120px 0px;
}
.icon-hamburger {
  background-position: -120px -40px;
}
.icon-gallery {
  background-position: -200px 0px;
}
.icon-quote1 {
  background-position: -240px 0px;
}
.icon-quote2 {
  background-position: -280px 0px;
}
.icon-fb {
  background-position: -320px 0px;
}
.icon-route {
  background-position: -360px 0px;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body,
#body-wrapper {
  margin: 0;
  font-size: 13px;
  line-height: 1.231;
}
body,
#body-wrapper,
button,
input,
select,
textarea {
  font-family: 'Montserrat', sans-serif;
  color: #222;
}
::-moz-selection {
  background: #fe57a1;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #fe57a1;
  color: #fff;
  text-shadow: none;
}
a {
  color: #00e;
}
a:visited {
  color: #551a8b;
}
a:hover {
  color: #06e;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
pre,
code,
kbd,
samp {
  font-family: 'Montserrat', sans-serif;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
small {
  font-size: 85%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
ul,
ol {
  margin: 0;
  padding: 0;
}
dd {
  margin: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
label {
  cursor: pointer;
}
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
  *overflow: visible;
}
table button,
table input {
  *overflow: auto;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
input:invalid,
textarea:invalid {
  background-color: #f0dddd;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: top;
}
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}
.ir br {
  display: none;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
html {
  font-size: 16px;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  position: relative;
}
@media only screen and (min-width: 320px) and (max-width: 736px) {
  html {
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    width: auto;
    height: auto;
  }
}
body,
#body-wrapper {
  width: 100vw;
  height: 100vh;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 320px) and (max-width: 736px) {
  body,
  #body-wrapper {
    overflow: visible;
    height: auto;
    width: auto;
  }
}
.cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.no-backgroundsize .cover {
  background-size: cover;
  -ms-behavior: url("https://www.ladoucedordogne.com/wp-content/themes/ladoucedordogne/less/../images/backgroundsize.min.htc");
}
p,
a,
li,
em,
td,
input,
span {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
}
a,
a:focus {
  outline: none;
}
a,
input[type=submit] {
  text-transform: uppercase;
  text-decoration: none;
  color: #c7c5c3;
}
h1,
h2,
h3,
h4,
h5,
label,
a,
p,
li,
span {
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  margin: 0;
}
h1,
h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 27px;
  text-transform: uppercase;
  color: #4a4949;
}
em {
  font-style: normal;
}
p {
  color: #4a4949;
}
table {
  border: 1px solid #8a8988;
}
thead {
  border-bottom: 1px solid #8a8988;
}
input[type=text],
input[type=email],
input[type=tel],
textarea {
  background-color: #868686;
  background-color: rgba(215, 215, 215, 0.4);
  color: rgba(74, 73, 74, 0.6);
  font-style: italic;
  font-size: 11px;
  padding-left: 15px;
  margin-bottom: 5px;
  border: 0;
  width: 294px;
  outline: none;
}
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #a690bf;
  font-family: 'Montserrat', sans-serif;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  font-size: 11px;
}
input[type=text]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
textarea:-moz-placeholder {
  color: #a690bf;
  font-family: 'Montserrat', sans-serif;
  font-style: italic;
  font-size: 11px;
}
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #a690bf;
  font-family: 'Montserrat', sans-serif;
  font-style: italic;
  font-size: 11px;
}
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #a690bf;
  font-family: 'Montserrat', sans-serif;
  font-style: italic;
  font-size: 11px;
}
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: rgba(74, 73, 74, 0.6);
  font-family: 'Montserrat', sans-serif;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  font-size: 11px;
}
input[type=text]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
textarea:-moz-placeholder {
  color: rgba(74, 73, 74, 0.6);
  font-family: 'Montserrat', sans-serif;
  font-style: italic;
  font-size: 11px;
}
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
textarea::-moz-placeholder {
  color: rgba(74, 73, 74, 0.6);
  font-family: 'Montserrat', sans-serif;
  font-style: italic;
  font-size: 11px;
}
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: rgba(74, 73, 74, 0.6);
  font-family: 'Montserrat', sans-serif;
  font-style: italic;
  font-size: 11px;
}
@media only screen and (min-width: 320px) and (max-width: 736px) {
  input[type=text],
  input[type=email],
  input[type=tel],
  textarea {
    width: 250px;
  }
}
input[type=text],
input[type=email],
input[type=tel] {
  height: 40px;
}
textarea {
  height: 90px;
  padding-top: 10px;
  resize: none;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
::-moz-selection {
  background: #a690bf;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #a690bf;
  color: #fff;
  text-shadow: none;
}
#leftsidebar {
  width: 330px;
  height: 100vh;
  position: absolute;
  top: 0;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #leftsidebar {
    width: 273px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 736px) {
  #leftsidebar {
    left: 0 !important;
    width: 100%;
    height: auto;
    z-index: 2;
  }
}
#leftsidebar .btn {
  width: 160px;
}
.sidebar_wrapper {
  height: 100%;
}
@media only screen and (min-width: 320px) and (max-width: 736px) {
  .sidebar_wrapper {
    display: none;
    height: auto;
    width: 100%;
  }
}
.is-left {
  left: -330px;
}
.is-white {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.95);
}
@media only screen and (min-width: 320px) and (max-width: 736px) {
  .is-white {
    background-color: #fff;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .is-white {
    background-color: #fff;
  }
  .is-white.wrapleft__right {
    background-color: #fafafa;
  }
}
.nav_wrapper {
  /*@include vertical-align();*/
  padding-top: 40px;
}
@media (max-width: 1024px) and (orientation: landscape) {
  .nav_wrapper {
    padding-top: 40px;
  }
  .nav_wrapper .contactdata {
    font-size: 10px;
  }
}
@media (max-height: 768px) and (min-width: 900px) {
  .nav_wrapper {
    padding-top: 40px;
  }
  .nav_wrapper .contactdata {
    font-size: 10px;
  }
  .nav_wrapper .logo {
    display: block;
    width: 100px;
    margin: 0 auto;
  }
  .nav_wrapper .logo img {
    display: block;
    width: 100%;
    height: auto;
  }
}
@media only screen and (min-width: 320px) and (max-width: 736px) {
  .nav_wrapper {
    margin-top: 0;
    top: auto;
    padding-top: 0;
    -webkit-transform: none;
    transform: none;
    -ms-transform: none;
  }
  .nav_wrapper .logo {
    display: none;
  }
}
.btn {
  height: 40px;
  line-height: 40px;
  color: #faf9f9;
  background: #b79ed2;
  display: inline-block;
  text-align: center;
  text-transform: uppercase !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
.btn span {
  z-index: 2;
  position: relative;
  color: #faf9f9;
}
.btn:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  width: 0%;
  height: 40px;
  top: 0;
  left: 0;
  background-color: #a690bf;
  color: #faf9f9 !important;
}
.btn:visited {
  color: #faf9f9;
}
.btn:hover,
.btn:active {
  color: #faf9f9;
}
.btn:hover:after,
.btn:active:after {
  width: 100%;
  z-index: 1;
  color: #faf9f9;
}
input[type=submit] {
  height: 40px;
  color: #faf9f9;
  background: #b79ed2;
  border: 0;
  padding: 0 18px;
}
input[type=submit]:hover {
  background-color: #a690bf;
  color: #faf9f9;
}
.content .btn {
  width: 178px;
}
.btn.reserve {
  margin-bottom: 10px;
}
.contactdata a,
.contactdata p {
  color: #8e8e8e;
  font-size: 14px;
  text-transform: lowercase;
}
.contactdata a:hover {
  color: #4a4949;
}
.main-menu {
  width: 160px;
  padding-top: 37px;
  padding-bottom: 33px;
  margin: 0 auto;
}
@media (max-width: 1024px) and (orientation: landscape) {
  .main-menu {
    padding-top: 25px;
    padding-bottom: 23px;
  }
  .main-menu li a {
    font-size: 10px;
  }
}
@media (max-height: 768px) and (min-width: 900px) {
  .main-menu {
    padding-top: 25px;
    padding-bottom: 23px;
  }
  .main-menu li a {
    font-size: 10px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 736px) {
  .main-menu {
    width: 100%;
    padding-top: 0;
  }
}
.main-menu > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.main-menu li {
  list-style-type: none;
  display: block;
  width: 160px;
  text-align: center;
  border-bottom: 1px solid #e4e4e2;
  line-height: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.main-menu li a {
  font-size: 12px;
}
@media only screen and (min-width: 320px) and (max-width: 736px) {
  .main-menu li {
    width: 100%;
  }
  .main-menu li a {
    padding: 18px 0 17px 0;
  }
}
.main-menu li.pre_active {
  border: 0;
}
.main-menu li.current-menu-item {
  border-left: 1px solid #e4e4e2;
  border-right: 1px solid #e4e4e2;
}
@media only screen and (min-width: 320px) and (max-width: 736px) {
  .main-menu li.current-menu-item {
    color: #a690bf;
  }
}
.main-menu li.current-menu-item a {
  font-weight: bold;
}
.main-menu li:first-of-type {
  border-top: 1px solid #e4e4e2;
}
.main-menu li a {
  padding: 13px 0 12px 0;
  color: #4a4949;
  display: block;
}
.main-menu li a:hover {
  color: #a690bf;
}
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  /* Black prints faster: h5bp.com/s */
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  /* Don't show links for images, or javascript/internal links */
  pre,
  blockquote {
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  /* h5bp.com/t */
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 2cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
a:hover .icon-holder .hover,
a:hover .icon-holder-40 .hover {
  opacity: 1;
}
a:hover .icon-holder .hover + .icon,
a:hover .icon-holder-40 .hover + .icon {
  opacity: 0;
}
.no-opacity .icon-holder .hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.no-opacity .icon-holder:hover .hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.no-opacity .icon-holder:hover .hover + .icon {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.no-opacity a:hover .icon-holder .hover,
.no-opacity a:hover .icon-holder-40 .hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.no-opacity a:hover .icon-holder .hover + .icon,
.no-opacity a:hover .icon-holder-40 .hover + .icon {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
#container {
  position: relative;
  height: 100%;
}
@media only screen and (min-width: 320px) and (max-width: 736px) {
  #container {
    height: auto;
  }
}
.wrapright,
.wrapleft {
  float: left;
  width: 100%;
}
@media only screen and (min-width: 320px) and (max-width: 736px) {
  .wrapright,
  .wrapleft {
    float: none;
  }
}
@media only screen and (min-width: 320px) and (max-width: 736px) {
  .wrapright {
    position: relative;
    z-index: 1;
    float: none;
  }
}
.wrapright__right {
  margin-left: 330px;
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
}
@media (min-width: 736px) {
  .wrapright__right {
    -webkit-overflow-scrolling: touch;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrapright__right {
    margin-left: 273px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 736px) {
  .wrapright__right {
    margin-left: 0;
    padding-top: 80px;
    overflow: hidden;
    height: auto;
  }
}
.wrapright__left {
  float: left;
  width: 330px;
  margin-left: -100%;
  height: 100%;
}
.l-home .wrapright__right {
  overflow: hidden;
}
@media only screen and (min-width: 320px) and (max-width: 736px) {
  .wrapright__left {
    display: none;
  }
}
.wrapleft__left {
  margin-right: 460px;
  height: 100vh;
  overflow-y: auto;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrapleft__left {
    display: none;
  }
}
@media only screen and (min-width: 320px) and (max-width: 736px) {
  .wrapleft__left {
    display: none;
  }
}
.wrapleft__right {
  float: right;
  width: 460px;
  margin-left: -460px;
  height: 100vh;
  overflow-y: auto;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrapleft__right {
    width: 100%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 736px) {
  .wrapleft__right {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-right: 0;
  }
}
.clearfix {
  overflow: hidden;
  *zoom: 1;
  clear: both;
}
.main {
  position: relative;
  width: 100%;
  height: 100%;
  opacity: 1;
}
@media only screen and (min-width: 320px) and (max-width: 736px) {
  .main {
    background-color: #a690bf;
  }
}
.main .mobileintro {
  width: 100%;
}
.main h1 {
  position: absolute;
  top: 30%;
  font-size: 40px;
  color: #fff;
  width: 66%;
  text-align: center;
  margin: 0 auto;
  line-height: 50px;
  left: 50%;
  margin-left: -32%;
  opacity: 0;
}
@media (max-height: 768px) and (min-width: 900px) {
  .main h1 {
    font-size: 21px;
    line-height: 35px;
  }
}
@media only screen and (max-width: 1100px) {
  .main h1 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 947px) {
  .main h1 {
    font-size: 21px;
    line-height: 35px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 736px) {
  .main h1 {
    position: relative;
    font-size: 14px;
    line-height: 20px;
    margin-top: 15%;
  }
}
.main .roomselection {
  position: absolute;
  bottom: 25%;
  opacity: 0;
  text-align: center;
  left: 0;
  right: 0;
  width: auto;
}
@media only screen and (min-width: 320px) and (max-width: 736px) {
  .main .roomselection {
    position: relative;
    margin-top: 15%;
    width: auto;
    margin-left: 0;
    left: 0;
  }
}
.main .roomselection .line {
  height: 2px;
  background-color: #fff;
  width: 170px;
  display: inline-block;
  margin-bottom: 22px;
}
@media (max-width: 1023px) {
  .main .roomselection .line {
    width: 60px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 736px) {
  .main .roomselection .line {
    display: none;
  }
}
.main .roomselection a {
  display: inline-block;
  border: 2px solid #fff;
  padding: 13px 15px 11px 15px;
  color: #fff;
  margin-left: 15px;
  margin-right: 15px;
  position: relative;
  line-height: normal;
}
.main .roomselection a:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  width: 0%;
  bottom: 0;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.3);
  color: #fff !important;
}
.main .roomselection a:visited {
  color: #fff;
}
.main .roomselection a:hover,
.main .roomselection a:active {
  color: #fff;
}
.main .roomselection a:hover:after,
.main .roomselection a:active:after {
  width: 100%;
  z-index: 1;
  color: #fff;
}
.main .roomselection span {
  display: table-cell;
  vertical-align: middle;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 2px;
  z-index: 2;
  position: relative;
  color: #fff;
}
.main > .locationblock {
  position: absolute;
  bottom: 5%;
  opacity: 0;
  margin: 0 auto;
  left: 50%;
  margin-left: -120px;
}
@media only screen and (min-width: 320px) and (max-width: 736px) {
  .main > .locationblock {
    display: block;
    margin-left: 0;
    left: 0;
    position: relative;
    bottom: 0;
    margin: 0 auto;
    margin-top: 30%;
    padding-bottom: 10%;
    width: 215px;
  }
  .main > .locationblock p {
    font-size: 10px;
    color: #fff;
  }
}
.locationblock {
  height: 40px;
  padding-left: 38px;
  width: 280px;
}
@media only screen and (min-width: 320px) and (max-width: 736px) {
  .locationblock {
    display: none;
  }
}
.locationblock .marker {
  width: 23px;
  height: 30px;
  background-position: 0 -281px;
  float: left;
  padding-right: 15px;
  margin-top: 3px;
}
.locationblock .icon {
  top: -2px;
  left: -9px;
}
.locationblock p {
  font-size: 13.6px;
  color: white;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 2px;
}
.locationblock.intro {
  position: absolute;
  left: 160px;
  bottom: -40px;
}
.no-intro .main h1 {
  top: 25%;
  opacity: 1;
}
.no-intro .roomselection {
  bottom: 33%;
  opacity: 1;
}
.no-intro .locationblock {
  bottom: 10%;
  opacity: 1;
}
.is-mobile {
  display: none;
}
@media only screen and (min-width: 320px) and (max-width: 736px) {
  .is-mobile {
    display: block;
  }
}
.is-tablet {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .is-tablet {
    display: block;
  }
}
.is-mobile_tablet {
  display: none;
}
@media only screen and (min-width: 320px) and (max-width: 736px) {
  .is-mobile_tablet {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .is-mobile_tablet {
    display: block;
  }
}
@media only screen and (min-width: 320px) and (max-width: 736px) {
  .mobilenav .mobilenav__wrapright {
    float: left;
    width: 100%;
  }
  .mobilenav .mobilenav__right {
    height: 80px;
    padding-left: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mobilenav .mobilenav__left {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
  }
  .mobilenav .mobilenav__left .mobilelogo {
    height: 80px;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
  }
  .mobilenav .hamburger {
    position: relative;
    height: 80px;
    text-align: center;
    line-height: 81px;
    color: #4a4949;
  }
  /*.icon_hamburger {
    display: inline-block;
    width: 16px;
    height: 12px;
    background: url('https://www.ladoucedordogne.com/wp-content/themes/ladoucedordogne/less/../img/icons/icon_hamburger.png');
    margin-bottom: -1px;
    }*/
  .mobilenav .hamburger span {
    text-align: center;
    height: 80px;
    vertical-align: middle;
    text-transform: uppercase;
    font-size: 18px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .mobilenav .hamburger .icon {
    top: -13px;
    left: -27px;
  }
  .mobilenav .hamburger .arrow {
    position: absolute;
    top: 1px;
    right: -5px;
    display: inline-block;
    width: 9px;
    height: 12px;
    background: url("https://www.ladoucedordogne.com/wp-content/themes/ladoucedordogne/less/../images/icon_arrow.png");
    margin-bottom: -2px;
    display: none;
  }
  .mobilenav .hamburger .arrow.show {
    display: inline-block;
  }
}
.background_container {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  background-color: #fff;
  height: 100%;
  width: 100%;
}
.background_container .fig {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: -1;
}
@media only screen and (min-width: 320px) and (max-width: 736px) {
  .background_container {
    display: none;
  }
  .background_container.on-intro {
    display: block;
  }
}
@media only screen and (min-width: 320px) and (max-width: 736px) {
  .l-home {
    background-image: none !important;
  }
}
/*.l-home .overlay {
    height: 100%;
    width: 100%;
    background: rgba(47, 40, 30, 0.7);
    opacity: 0;
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
}

@media only screen and (min-width: 320px) and (max-width: 736px) {
    .l-home .overlay {
        display: none;
    }
}

.l-home.no-intro .overlay {
    opacity: 0.8;
}*/
.l-home .wrapright__right {
  overflow: hidden;
}
.picturescroll {
  height: 100vh;
  width: 100%;
  text-align: center;
}
.picturescroll .pic {
  overflow: hidden;
  width: 70%;
  max-height: auto;
  margin: 6% auto;
}
.picturescroll img {
  width: 100%;
  height: auto;
  -moz-box-shadow: #666666 2px 2px 10px;
  -webkit-box-shadow: #666666 2px 2px 10px;
  box-shadow: #666666 2px 2px 10px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 10px;
  box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 10px;
  -webkit-transition: opacity 3s, -webkit-transform 3s;
  transition: opacity 3s, transform 3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.picturescroll img:hover {
  -webkit-transform: scale3d(1.2, 1.2, 1);
  transform: scale3d(1.2, 1.2, 1);
}
.linkout {
  position: absolute;
  top: 125px;
  right: 0;
  width: 260px;
}
@media only screen and (min-width: 320px) and (max-width: 736px) {
  .linkout {
    position: relative;
    top: auto;
    width: auto;
  }
  .linkout div {
    float: none !important;
    width: auto;
    margin-bottom: 0 !important;
    background: #a690bf !important;
  }
}
.linkout div {
  display: block;
  height: 50px;
  background-color: #a690bf;
  margin-bottom: 10px;
  line-height: 52px;
  text-align: left;
  float: right;
  padding-left: 18px;
  position: relative;
  padding-right: 47px;
}
/*i {
z-index: 2;
position: relative;
display: inline-block;
margin-right:19px;
float:right
}*/
/*&.gallery {
i {
@include icons-sprite(icon_gallery);
width: 18px;
height: 15px;
margin-left: 12px;
margin-top: 17px;
}
}*/
/*&.googlemaps {
i {
@include icons-sprite(icon_marker);
width: 12px;
height: 16px;
margin-left: 12px;
margin-top: 16px;
}
}*/
/*&.fb {
i {
@include icons-sprite(icon_fb);
width: 8px;
height: 17px;
margin-left: 16px;
margin-top: 16px;
margin-right:24px;
}
}
&.route {
i {
@include icons-sprite(icon_route);
width: 17px;
height: 18px;
margin-left: 12px;
margin-top: 16px;
}
}*/
.linkout div:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  width: 0%;
  height: 50px;
  top: 0;
  left: 0;
  background-color: #857399;
  color: #f8f6ef !important;
}
.linkout div:hover,
.linkout div:active {
  color: #f8f6ef;
}
.linkout div:hover:after,
.linkout div:active:after {
  width: 100%;
  z-index: 1;
  color: #f8f6ef;
}
.linkout div span {
  z-index: 2;
  position: relative;
  color: #f8f6ef;
}
.linkout div .icon {
  left: auto;
  right: 7px;
  top: 5px;
  z-index: 2;
}
.header_img {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .header_img {
    width: 100%;
    height: auto;
    display: block;
  }
}
@media only screen and (min-width: 320px) and (max-width: 736px) {
  .header_img {
    width: 100%;
    height: auto;
    display: block;
  }
}
.content {
  padding-top: 63px;
  padding-bottom: 134px;
  padding-left: 60px;
  padding-right: 60px;
}
@media only screen and (min-width: 320px) and (max-width: 736px) {
  .content {
    padding-top: 20px;
    padding-bottom: 50px;
    padding-left: 25px;
    padding-right: 20px;
  }
}
.content h1 {
  padding-top: 70px;
  padding-bottom: 7px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .content h1 {
    padding-top: 10px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 736px) {
  .content h1 {
    padding-top: 30px;
  }
}
.content a {
  text-transform: none;
  color: #a690bf;
  font-weight: bold;
  font-size: 14px;
}
.content a:visited {
  color: #a690bf;
}
.content a:hover {
  color: #857399;
}
.content a.backlink {
  float: right;
  color: #c7c5c3;
  position: relative;
  padding-right: 20px;
  font-weight: normal;
}
/*i {
display: inline-block;
width: 11px;
height: 10px;
@include icons-sprite(icon_close);
margin-left: 13px;
}*/
.content a.backlink .icon {
  position: absolute;
  top: -13px;
  right: -16px;
  left: auto;
  opacity: .6;
}
.content a.backlink:hover {
  color: #A3A19F;
}
.content a.backlink:hover .icon {
  opacity: .9;
}
.content h2 {
  margin: 1.4em 0 .4em 0;
}
@media only screen and (min-width: 320px) and (max-width: 736px) {
  .content h2 {
    width: 80%;
  }
}
.content h3 {
  font-weight: bold;
  margin: 1.4em 0;
  color: #a690bf;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
}
.content ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 1.3em 0;
  margin-left: 14px;
}
.content ul li {
  font-size: 14px;
  padding: 3px 0;
  color: #4a4949;
  text-indent: -1.3em;
  line-height: 22px;
}
.content ul li:before {
  content: "■";
  color: #a690bf;
  padding-right: 8px;
}
@media only screen and (min-width: 320px) and (max-width: 736px) {
  .content ul li:before {
    font-size: 6px;
  }
}
.content > em {
  margin: 1em 0;
  color: #a690bf;
  text-transform: uppercase;
  font-size: 10px;
  display: block;
}
.content table {
  margin: 1.5em 0 1.5em;
}
.content table thead td {
  padding: 10px 18px;
}
@media only screen and (min-width: 320px) and (max-width: 736px) {
  .content table thead td {
    padding: 14px 7px;
  }
}
.content table tbody td {
  padding: 14px 18px;
}
@media only screen and (min-width: 320px) and (max-width: 736px) {
  .content table tbody td {
    padding: 14px 11px;
  }
}
.content table td {
  text-transform: uppercase;
  font-size: 10px;
  color: #010101;
  vertical-align: middle;
}
.content table td.price {
  font-family: 'Montserrat', sans-serif;
  font-size: 28px;
  color: #b79ed2;
  padding-top: 16px;
}
.content table td.is-dark {
  color: #181818;
}
.content table + .btn {
  margin-top: -.75em;
}
.content p {
  font-size: 14px;
  width: 90%;
  margin: 1.4em 0;
  line-height: 22px;
}
.content .is-light {
  color: #b79ed2;
}
.content .pictures {
  display: none;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .content .pictures {
    display: block;
  }
}
@media only screen and (min-width: 320px) and (max-width: 736px) {
  .content .pictures {
    display: block;
  }
}
.content .pictures img {
  width: 40%;
  display: inline-block;
  margin-bottom: 5px;
}
.content.maisonbertine strong {
  color: #a690bf;
}
.content.maisonbertine > ul li {
  line-height: 19px;
  letter-spacing: normal;
  color: #4a4949;
  width: 90%;
  padding: 1px 0;
}
.content.links h2 {
  padding-bottom: 5px;
}
.content.links a {
  text-transform: none;
  text-decoration: underline;
  color: #9b868d;
}
.content.links a:hover {
  color: #a690bf;
  text-decoration: none;
}
.content.links p {
  padding-top: 0;
  padding-bottom: 8px;
}
.contactform {
  width: 310px;
}
@media only screen and (min-width: 320px) and (max-width: 736px) {
  .contactform {
    width: 250px;
    margin-bottom: 20px;
  }
}
.contactform .zipcode {
  width: 85px;
  float: left;
  margin-right: 5px;
}
@media only screen and (min-width: 320px) and (max-width: 736px) {
  .contactform .zipcode {
    width: 250px;
    float: none;
  }
}
.contactform .county {
  width: 188px;
  float: left;
}
@media only screen and (min-width: 320px) and (max-width: 736px) {
  .contactform .county {
    width: 250px;
    float: none;
  }
}
.contactform .required {
  background-position: 0 -12px;
}
.contactform .textarea_rq {
  background-position: 0 -54px;
  margin-bottom: 10px;
}
.contactform input[type=submit] {
  float: right;
}
@media only screen and (min-width: 320px) and (max-width: 736px) {
  .contactform input[type=submit] {
    float: left;
  }
}
.contactform p {
  width: 100%;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.contactform .wpcf7-response-output {
  float: left;
  display: none;
  color: #ff7c6d;
  font-size: 10px;
  text-transform: none;
  width: 170px;
  font-style: italic;
  line-height: 16px;
  border: 0 none;
  padding: 0;
  margin: 0;
}
@media only screen and (min-width: 320px) and (max-width: 736px) {
  .contactform .wpcf7-response-output {
    width: 100%;
  }
}
.wpcf7-not-valid-tip {
  display: none !important;
}
.ajax-loader {
  display: none;
}
.bg_room {
  background-image: url("https://www.ladoucedordogne.com/wp-content/themes/ladoucedordogne/less/../images/bg_room.jpg");
}
.l-rooms {
  width: 100%;
}
.l-rooms .rooms_container {
  margin: 0 auto;
  max-width: 980px;
  padding: 100px 20px 100px 20px;
}
@media only screen and (min-width: 320px) and (max-width: 736px) {
  .l-rooms .rooms_container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.l-rooms .rooms_container .col {
  width: 33.333333%;
  float: left;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 1351px) {
  .l-rooms .rooms_container {
    padding: 100px 0 100px 0;
    margin: 0 70px;
    max-width: none;
  }
}
@media (min-width: 1600px) {
  .l-rooms .rooms_container .col {
    width: 33.333333%;
  }
}
@media (max-width: 1250px) {
  .l-rooms .rooms_container .col {
    width: 50%;
  }
}
@media (max-width: 1023px) {
  .l-rooms .rooms_container {
    max-width: 300px;
    padding-right: 0;
    padding-left: 0;
  }
  .l-rooms .rooms_container .col {
    width: auto;
    float: none;
    padding: 0;
  }
}
.roomblock {
  display: block;
  position: relative;
  margin-bottom: 40px;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/*&:last-of-type {
margin-bottom: 100px;
}*/
.roomblock:hover .icon_magnifier:after,
.roomblock:hover .icon_magnifier:active:after {
  width: 100%;
  z-index: 1;
  color: #a690bf;
}
.roomblock .img_holder {
  overflow: hidden;
  position: relative;
  z-index: 10000;
}
.roomblock .img_holder img {
  width: 100%;
  -moz-box-shadow: #666666 2px 2px 10px;
  -webkit-box-shadow: #666666 2px 2px 10px;
  box-shadow: #666666 2px 2px 10px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 10px;
  box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 10px;
  -webkit-transition: opacity 3s, -webkit-transform 3s;
  transition: opacity 3s, transform 3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.img_holder img:hover {
  -webkit-transform: scale3d(1.2, 1.2, 1);
  transform: scale3d(1.2, 1.2, 1);
}
.roomblock .room_content {
  background-color: #fff;
  padding: 25px 24px;
}
.roomblock .room_content h2 {
  font-size: 18px;
  letter-spacing: -1px;
}
@media only screen and (min-width: 320px) and (max-width: 736px) {
  .roomblock .room_content {
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
  }
}
.roomblock > h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
}
.roomblock > h2,
.roomblock p {
  color: #4a4949;
}
@media only screen and (min-width: 320px) and (max-width: 736px) {
  .roomblock > h2,
  .roomblock p {
    padding-left: 0;
    float: none;
  }
}
.roomblock > p {
  text-transform: uppercase;
}
@media only screen and (min-width: 320px) and (max-width: 736px) {
  .roomblock > p {
    padding-bottom: 18px;
  }
}
.roomblock .icon_magnifier {
  width: 52px;
  height: 52px;
  background-repeat: no-repeat;
  border: 1px solid #8d8d8d;
  position: absolute;
  right: 17px;
  bottom: 14px;
}
/*i {
display: block;
width: 52px;
height: 52px;
@include icons-sprite(icon_magnifier);
z-index:2;
position: relative;
}*/
.roomblock .icon_magnifier .icon {
  top: 6px;
  left: 6px;
  z-index: 2;
}
.roomblock .icon_magnifier:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  width: 0%;
  height: 52px;
  top: 0;
  left: 0;
  background-color: #a690bf;
  color: #faf9f9 !important;
}
@media only screen and (min-width: 320px) and (max-width: 736px) {
  .roomblock .icon_magnifier {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .languageselection {
    bottom: 27px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 736px) {
  .intro {
    height: 100%;
  }
  .intro #body-wrapper {
    height: 100%;
  }
  .intro #container {
    height: 100%;
  }
}
.sidebar_wrapper {
  height: 100%;
}
@media only screen and (min-width: 320px) and (max-width: 736px) {
  .sidebar_wrapper {
    display: none;
    height: auto;
    width: 100%;
  }
}
.languageselection {
  margin-top: 25px;
  margin-bottom: 25px;
}
.wpml-ls-statics-shortcode_actions {
  margin: 0px auto;
}
.lang {
  width: 320px;
  left: 20px;
  top: 160px;
  position: absolute;
  opacity: 0;
}
.lang .lang_logo,
.lang .lang_selection {
  width: 160px;
  height: 160px;
}
.lang .lang_logo {
  background-image: url("https://www.ladoucedordogne.com/wp-content/themes/ladoucedordogne/less/../images/logo.jpg");
  -moz-box-shadow: #666666 2px 2px 10px;
  -webkit-box-shadow: #666666 2px 2px 10px;
  box-shadow: #666666 2px 2px 10px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 10px;
  box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 10px;
  z-index: 2;
  position: relative;
}
.lang .lang_selection {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f9f7f0;
  z-index: 0;
}
.lang .lang_selection ul {
  display: block;
  -webkit-transform: translateY(-50%);
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.lang .lang_selection ul li {
  margin-bottom: 20px;
  margin-left: 30px;
}
.lang .lang_selection a {
  color: #968383;
  font-weight: 700;
}
.lang .lang_selection a:hover {
  color: #cec1c1;
}
@media only screen and (min-width: 320px) and (max-width: 736px) {
  .lang {
    opacity: 1;
    width: 245px;
    left: 50%;
    margin-left: -122px;
  }
  .lang .lang_logo {
    width: 120px;
    height: 120px;
    background-size: 100%;
  }
  .lang .lang_selection {
    left: 120px;
    width: 125px;
    height: 120px;
  }
  .lang .lang_selection ul li {
    margin-left: 20px;
    margin-bottom: 15px;
    font-size: 12px;
  }
}
.wrapper {
  margin: 0 auto;
  padding: 40px;
  position: relative;
  top: 50%;
  transform: translate3d(0px, -50%, 0px);
  width: 400px;
  text-align: center;
}
.wrapper #logo {
  display: block;
  height: 160px;
  left: 50%;
  margin: 0 auto 2em -80px;
  position: absolute;
  top: -180px;
  width: 160px;
}
.wrapper h1 {
  color: #4a4949;
  font-size: 1.5em;
  font-weight: 400;
  text-transform: uppercase;
}
.wrapper p {
  line-height: 1.2;
  margin-bottom: 1em;
}
.wrapper .butn {
  background: #a690bf none repeat scroll 0 0;
  color: #faf9f9;
  display: inline-block;
  font-size: 0.9em;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: normal;
  padding: 15px 20px 14px;
  text-decoration: none;
  text-transform: uppercase !important;
  transition: all 0.3s ease 0s;
}
.wrapper .butn:hover {
  background: #857399;
}
#lang_sel_list a {
  background-color: transparent !important;
  border: 0 none;
}
/*@import "layouts/roomdetail";*/
.l-gallery {
  margin-top: -1px;
  /*blockquote {
display: table-cell;
vertical-align: middle;
font-family: verdana, sans-serif;
font-style: italic;
text-transform: lowercase;
font-size: 16px;
color: $dlila5;
padding:20%;
text-align: center;

}*/
}
.l-gallery .closegallery {
  background: #cec1c1;
  width: 50px;
  height: 50px;
  color: #fff;
  display: block;
  position: absolute;
  right: 0;
  top: 125px;
  z-index: 5;
}
@media only screen and (min-width: 320px) and (max-width: 736px) {
  .l-gallery .closegallery {
    display: none;
  }
}
.l-gallery .closegallery .icon {
  top: 6px;
  left: 6px;
}
.l-gallery .item {
  overflow: hidden;
  position: relative;
  float: left;
  /*@media (max-width: 1200px){
.fig{
background:none !important;
img{
display: block !important; width: 100%; height: auto;
}
}
.quote{
position: static;
span{
margin: 50px 40px; top:0;
-webkit-transform: translate(0,0);
-moz-transform: translate(0,0);
-ms-transform: translate(0,0);
-o-transform: translate(0,0);
transform: translate(0,0);
}
}
}*/
}
.l-gallery .item .pusher {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 0;
}
.l-gallery .item .pusher2 {
  display: none;
}
.l-gallery .item .fig {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
}
.l-gallery .item .fig img {
  display: none;
}
@media (max-width: 1440px) {
  .l-gallery .item .pusher {
    display: none;
  }
  .l-gallery .item .pusher2 {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 0;
  }
}
@media (max-width: 768px) {
  .l-gallery .item {
    float: none;
    width: auto !important;
    height: auto !important;
  }
  .l-gallery .item .pusher,
  .l-gallery .item .pusher2 {
    display: none;
  }
  .l-gallery .item .fig {
    background: none !important;
    position: relative;
  }
  .l-gallery .item .fig img {
    display: block;
    width: 100%;
    height: auto;
  }
  .l-gallery .item .gallery-children {
    position: static;
  }
}
.l-gallery .gallery-children {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.l-gallery .w50 {
  width: 50%;
  /*@media(min-width: 1600px){
    width:33.333333%;
    }*/
}
@media (max-width: 1200px) {
  .l-gallery .w50 {
    width: 100%;
  }
}
.l-gallery .h50w100 {
  height: 50%;
  width: 100%;
}
.l-gallery .h50w50 {
  height: 50%;
  width: 50%;
}
.l-gallery .caption {
  background-color: rgba(255, 255, 255, 0.8);
  height: 50px;
  position: absolute;
  bottom: 0;
  width: 101%;
  display: table;
  z-index: 2;
}
.l-gallery .caption p {
  display: table-cell;
  vertical-align: middle;
  padding-left: 25px;
}
.l-gallery .quote {
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.l-gallery .quote span {
  position: absolute;
  top: 50%;
  display: block;
  left: 40px;
  right: 40px;
  text-align: center;
  color: #a59999;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-size: 1.8em;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.l-gallery .quote .icon {
  left: 50%;
  margin-left: -20px;
}
.l-gallery .quote .icon-quote1 {
  top: -45px;
}
.l-gallery .quote .icon-quote2 {
  top: auto;
  bottom: -45px;
}
@media (min-width: 1600px) {
  .l-gallery .quote span {
    font-size: 2.1em;
  }
  .l-gallery .quote .icon-quote1 {
    top: -60px;
  }
  .l-gallery .quote .icon-quote2 {
    bottom: -60px;
  }
}
@media (max-width: 1300px) {
  .l-gallery .quote span {
    font-size: 1.5em;
  }
  .l-gallery .quote .icon {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@media (max-width: 1200px) {
  .l-gallery .quote span {
    font-size: 1.8em;
  }
  .l-gallery .quote .icon {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@media (max-width: 768px) {
  .l-gallery .quote {
    position: static;
    display: block;
  }
  .l-gallery .quote span {
    top: 0;
    position: static;
    margin: 70px 40px;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.languageselection img {
  margin-right: 20px;
  width: 25px;
  height: auto;
}
