*, html {
	margin: 0;
	padding: 0;
	outline: none;
	position: static;
	list-style: none;
}
img {display: block; border:0;}
body, input, textarea {
	font-size: 12px;
	font-family: Arial, Helvetica, Sans, sans-serif;
}
.fixfloat {
    clear: both;
    float: none;
    font-size: 0;
    line-height: 0;
    padding: 0;
    margin: 0;
    border: 0;
    text-decoration: none;
}
span.fixfloat {
    display: block;
}
#poweredby {padding: 10px 0; text-align: center; font-size: 10px; font-weight: normal; font-family: Arial; color: #999;}
#poweredby a {color: #999;}

/* GALLERY TYPE: FADE */
.gallery .type_fade img {position: relative; top: 0;}

/* LANGUAGE FLAG-SPRITE */
/*.lang_flag .iso_flag { background-image: url(../img/language_flag_sprite.png);}*/

/*.lang_flag_de .iso_flag {background-position: 5px 0px;}*/
/*.lang_flag_en .iso_flag {background-position: 5px -12px;}*/

/*Liststyles input Modules*/
.module ul li {
    list-style: disc outside none;
    margin-left: 1.5em;
}
.module ol li {
    list-style: decimal outside none;
    margin-left: 1.5em;
}

/* Default formular styles */
.module-form .success {color: green; border: 2px solid green; padding: 5px 10px; margin-bottom: 10px;}
.module-form .error {color: red; border: 2px solid red; padding: 5px 10px; margin-bottom: 10px;}
.module form .field {height: auto;}
.module form .field.checkbox,
.module form .field.group {height: auto;}
.module form .field.group .option {display: block;}
.module form .field select {display: block; padding: 3px; background-color: #fff; border: 1px solid #ccc; width: 95%;}
.module form .field.text input {display: block; height: 16px; padding: 3px; background-color: #fff; border: 1px solid #ccc; width: 95%;}
.module form .field.textarea textarea {display: block; padding: 3px; background-color: #fff; border: 1px solid #ccc; width: 95%; min-height: 100px;}
.module form .field_info {font-size: 10px;}
.module form .field.captcha input {display: block; height: 16px; padding: 3px; background-color: #fff; border: 1px solid #ccc;}
.module form .field.captcha .description {margin-bottom:5px;}
.editly_grid_row {
  margin-left: -15px;
  margin-right: -15px;
  *zoom: 1;
}
.editly_grid_row:before,
.editly_grid_row:after {
  display: table;
  content: "";
  line-height: 0;
}
.editly_grid_row:after {
  clear: both;
}
.editly_grid_col {
  box-sizing: border-box;
  width: 10%;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  min-width: 150px;
}
.editly_grid_col_100 {
  width: 100%;
}
.editly_grid_col_75 {
  width: 75%;
}
.editly_grid_col_66 {
  width: 66.666666666667%;
}
.editly_grid_col_50 {
  width: 50%;
}
.editly_grid_col_33 {
  width: 33.333333333333%;
}
.editly_grid_col_25 {
  width: 25%;
}
@media screen and (max-width: 900px) {
  .editly_grid_row_cols2 .editly_grid_col_75,
  .editly_grid_row_cols2 .editly_grid_col_25,
  .editly_grid_row_cols2 .editly_grid_col_33,
  .editly_grid_row_cols2 .editly_grid_col_66,
  .editly_grid_row_cols4 .editly_grid_col_75,
  .editly_grid_row_cols4 .editly_grid_col_25,
  .editly_grid_row_cols4 .editly_grid_col_33,
  .editly_grid_row_cols4 .editly_grid_col_66 {
    width: 50%;
  }
  .editly_grid_row_cols3 .editly_grid_col_25 {
    width: 50%;
  }
  .editly_grid_row_cols3 .editly_grid_col_50 {
    width: 100%;
  }
}
@media screen and (max-width: 650px) {
  .editly_grid_row_cols3 .editly_grid_col_33 {
    width: 100%;
  }
}
@media screen and (max-width: 450px) {
  .editly_grid_row_cols2 .editly_grid_col_75,
  .editly_grid_row_cols2 .editly_grid_col_25,
  .editly_grid_row_cols2 .editly_grid_col_33,
  .editly_grid_row_cols2 .editly_grid_col_66,
  .editly_grid_row_cols2 .editly_grid_col_50,
  .editly_grid_row_cols4 .editly_grid_col_75,
  .editly_grid_row_cols4 .editly_grid_col_25,
  .editly_grid_row_cols4 .editly_grid_col_33,
  .editly_grid_row_cols4 .editly_grid_col_66,
  .editly_grid_row_cols4 .editly_grid_col_50 {
    width: 100%;
  }
  .editly_grid_row_cols3 .editly_grid_col_25,
  .editly_grid_row_cols3 .editly_grid_col_50 {
    width: 100%;
  }
}

/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('/proxy.php/js/fancybox/fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('/proxy.php/js/fancybox/fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('/proxy.php/js/fancybox/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('/proxy.php/js/fancybox/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('/proxy.php/js/fancybox/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('/proxy.php/js/fancybox/fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('/proxy.php/js/fancybox/fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('/proxy.php/js/fancybox/fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('/proxy.php/js/fancybox/fancybox.png');
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('/proxy.php/js/fancybox/fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('/proxy.php/js/fancybox/fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('/proxy.php/js/fancybox/fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('/proxy.php/js/fancybox/fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('/proxy.php/js/fancybox/fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('/proxy.php/js/fancybox/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('/proxy.php/js/fancybox/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('/proxy.php/js/fancybox/fancybox.png') -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/proxy.php/js/fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/proxy.php/js/fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/proxy.php/js/fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/proxy.php/js/fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/proxy.php/js/fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/proxy.php/js/fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/proxy.php/js/fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/proxy.php/js/fancybox/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/proxy.php/js/fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/proxy.php/js/fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/proxy.php/js/fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/proxy.php/js/fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/proxy.php/js/fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/proxy.php/js/fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/proxy.php/js/fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/proxy.php/js/fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
html,
body {
  width: 100%;
}
body {
  background-color: #fff;
}
h1 {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 32px;
  color: #313b3b;
  line-height: 1.7;
  font-weight: bold;
}
@media screen and (max-width: 490px) {
  h1 {
    font-size: 22px;
  }
}
h2 {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 16px;
  color: #313b3b;
  line-height: 1.7;
  line-height: 1.5;
  font-weight: bold;
}
h3 {
  text-transform: uppercase;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 20px;
  color: #313b3b;
  line-height: 1.7;
  margin-bottom: 10px;
  font-weight: bold;
}
.fixfloat {
  clear: both;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
#wrapper .text a {
  color: #313b3b;
}
.row {
  margin: 0 -1.085%;
  zoom: 1;
}
.row:before,
.row:after {
  content: "";
  display: table;
}
.row:after {
  clear: both;
}
#list {
  margin-bottom: 30px;
  zoom: 1;
}
#list:before,
#list:after {
  content: "";
  display: table;
}
#list:after {
  clear: both;
}
#list .module-listmod {
  border-bottom: 1px solid #e8e8e8;
}
#list .even,
#list .odd {
  padding: 10px;
}
#list .odd {
  background-color: #f7f7f7;
  border-top: 1px solid #e8e8e8;
}
#list .even {
  background-color: #fff;
  border-top: 1px solid #e8e8e8;
}
#list .column-one {
  float: left;
  width: 11%;
  margin-right: 1%;
}
#list .column-two {
  float: left;
  width: 86%;
  margin: 0 1%;
}
#list .image {
  margin: 0 auto;
}
#list .module-wysiwyg {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 14px;
  color: #313b3b;
  line-height: 1.7;
  color: #2daae1;
  line-height: 20px;
}
#list h3 {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 16px;
  color: #313b3b;
  line-height: 1.7;
  text-transform: none;
}
#header {
  width: 100%;
}
#header .top-line {
  background-color: #313b3b;
  border-bottom: 2px solid #2daae1;
}
#header .top-line .top-inner {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 8px 0;
  text-align: right;
  min-height: 12px;
  zoom: 1;
}
#header .top-line .top-inner:before,
#header .top-line .top-inner:after {
  content: "";
  display: table;
}
#header .top-line .top-inner:after {
  clear: both;
}
#header .top-line .top-inner .text,
#header .top-line .top-inner .link {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 12px;
  color: #313b3b;
  line-height: 1.7;
  color: #fff;
}
#header .top-line .top-inner .text-first,
#header .top-line .top-inner .text-mail,
#header .top-line .top-inner .text-phone {
  float: right;
  margin-right: 25px;
}
@media screen and (max-width: 950px) {
  #header .top-line .top-inner .text-first,
  #header .top-line .top-inner .text-mail,
  #header .top-line .top-inner .text-phone {
    margin-right: 10px;
  }
}
#header .top-line .top-inner .text-language .languages ul {
  zoom: 1;
  padding: 0 0 0 5px;
  z-index: 1000;
  position: absolute;
  top: 8px;
  right: 0;
  height: 16px;
  overflow: hidden;
  width: 85px;
  background-color: #313b3b;
}
#header .top-line .top-inner .text-language .languages ul:before,
#header .top-line .top-inner .text-language .languages ul:after {
  content: "";
  display: table;
}
#header .top-line .top-inner .text-language .languages ul:after {
  clear: both;
}
#header .top-line .top-inner .text-language .languages ul:hover {
  height: 60px;
}
#header .top-line .top-inner .text-language .languages ul li {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 12px;
  color: #313b3b;
  line-height: 1.7;
  color: #fff;
  text-align: left;
  padding-bottom: 10px;
}
#header .top-line .top-inner .text-language .languages ul li:first-child {
  background: transparent url("../../img/header/languages_arrow.png") no-repeat 94% 9px;
}
#header .top-line .top-inner .text-language .languages ul .lang_flag_de:before {
  content: "";
  width: 17px;
  height: 12px;
  background: transparent url("../../img/header/de.png") no-repeat left 4px;
  float: left;
  padding: 12px 3px 0 0;
}
#header .top-line .top-inner .text-language .languages ul .lang_flag_en:before {
  content: "";
  width: 17px;
  height: 12px;
  background: transparent url("../../img/header/en.png") no-repeat left 4px;
  float: left;
  padding: 12px 3px 0 0;
}
#header .top-line .top-inner .text-phone:before {
  content: "";
  width: 15px;
  height: 15px;
  background: transparent url("../../img/header/phone.png") no-repeat left center;
  float: left;
  padding: 5px 5px 0 0;
}
#header .top-line .top-inner .text-phone .text {
  font-weight: bold;
}
#header .top-line .top-inner .text-mail {
  margin-right: 100px;
}
#header .top-line .top-inner .text-mail:before {
  content: "";
  width: 15px;
  height: 15px;
  background: transparent url("../../img/header/mail.png") no-repeat center left;
  float: left;
  padding: 5px 5px 0 0;
}
#header .top-line .top-inner .text-mail .link {
  font-weight: bold;
}
#header .top-line .top-inner .text-contact {
  display: none;
  margin-right: 150px;
  padding-top: 2px;
}
#header .top-line .top-inner .text-contact .link {
  font-weight: bold;
}
#header .logo-container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
#header .logo-container .logo {
  margin: 0 auto;
  display: block;
  text-align: center;
  background: transparent url("../../img/header/logo.png") no-repeat center top;
  width: 287px;
  height: 135px;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 910px) {
  #header .logo-container .logo {
    background: transparent url("../../img/header/logo_scroll.png") no-repeat 15px 55px;
  }
}
#header .navigation {
  background-color: rgba(255,255,255,0.9);
  z-index: 1;
  position: absolute;
  top: 38px;
  left: 0;
  width: 100%;
}
#header .navigation .navigation-inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  zoom: 1;
}
#header .navigation .navigation-inner:before,
#header .navigation .navigation-inner:after {
  content: "";
  display: table;
}
#header .navigation .navigation-inner:after {
  clear: both;
}
#header .navigation .navigation-inner ul {
  margin-left: 240px;
  padding-top: 21px;
  float: right;
  zoom: 1;
}
#header .navigation .navigation-inner ul:before,
#header .navigation .navigation-inner ul:after {
  content: "";
  display: table;
}
#header .navigation .navigation-inner ul:after {
  clear: both;
}
@media screen and (max-width: 1015px) {
  #header .navigation .navigation-inner ul {
    margin-right: 10px;
  }
}
#header .navigation .navigation-inner ul li {
  float: left;
  display: block;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 14px;
  color: #313b3b;
  line-height: 1.7;
  text-transform: uppercase;
  font-weight: bold;
}
#header .navigation .navigation-inner ul li a {
  padding: 5px 25px 25px 25px;
  display: block;
}
#header .navigation .navigation-inner ul li:hover a {
  color: #2daae1;
  text-decoration: none;
}
#header .navigation .navigation-inner ul li.flag a,
#header .navigation .navigation-inner ul li.active a {
  border-bottom: 2px solid #2daae1;
}
#header .navigation .navigation-inner ul li:last-child {
  color: #fff;
}
#header .navigation .navigation-inner ul li:last-child a {
  background: #2daae1;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#1a8cd3),color-stop(1,#2daae1));
  background: -ms-linear-gradient(bottom,#1a8cd3,#2daae1);
  background: -moz-linear-gradient(center bottom,#1a8cd3 0%,#2daae1 100%);
  background: -o-linear-gradient(#2daae1,#1a8cd3);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2daae1', endColorstr='#1a8cd3', GradientType=0);
  margin-right: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #1C698B;
  padding: 5px;
  margin-left: 25px;
  -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 0 4px rgba(0,0,0,0.3);
  box-shadow: 0 0 4px rgba(0,0,0,0.3);
}
#header .navigation .navigation-inner ul li:last-child a:hover {
  background: #2daae1;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#2daae1),color-stop(1,#2daae1));
  background: -ms-linear-gradient(bottom,#2daae1,#2daae1);
  background: -moz-linear-gradient(center bottom,#2daae1 0%,#2daae1 100%);
  background: -o-linear-gradient(#2daae1,#2daae1);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2daae1', endColorstr='#2daae1', GradientType=0);
  text-decoration: none;
  -webkit-box-shadow: 0 0 4px rgba(0,0,0,0);
  -moz-box-shadow: 0 0 4px rgba(0,0,0,0);
  box-shadow: 0 0 4px rgba(0,0,0,0);
  color: #fff;
}
.editly_admin_view #header .navigation {
  position: relative;
  top: auto;
  left: auto;
}
#footer .footer-top {
  background-color: #313b3b;
}
#footer .footer-top .nav-rooms {
  padding-bottom: 55px;
}
#footer .footer-top .nav-rooms ul {
  border-bottom: 1px solid rgba(255,255,255,0.3);
  border-top: 1px solid rgba(255,255,255,0.3);
  margin: 0 -1.085%;
  zoom: 1;
}
#footer .footer-top .nav-rooms ul:before,
#footer .footer-top .nav-rooms ul:after {
  content: "";
  display: table;
}
#footer .footer-top .nav-rooms ul:after {
  clear: both;
}
#footer .footer-top .nav-rooms ul:before,
#footer .footer-top .nav-rooms ul:after {
  content: "";
  display: table;
}
#footer .footer-top .nav-rooms ul:after {
  clear: both;
}
#footer .footer-top .nav-rooms ul li {
  width: 22.83%;
  margin: 0 1.085%;
  float: left;
  text-align: center;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 13px;
  color: #313b3b;
  line-height: 1.7;
  color: rgba(255,255,255,0.65);
  padding: 15px 0;
}
#footer .footer-top .nav-rooms ul li:last-child {
  text-align: right;
}
#footer .footer-top .nav-rooms ul li:first-child {
  text-align: left;
}
@media screen and (max-width: 850px) {
  #footer .footer-top .nav-rooms ul li {
    width: 47.83%;
    margin: 0 1.085%;
    float: left;
    margin-bottom: 10px;
    text-align: center;
  }
  #footer .footer-top .nav-rooms ul li:last-child {
    text-align: center;
  }
  #footer .footer-top .nav-rooms ul li:first-child {
    text-align: center;
  }
}
@media screen and (max-width: 500px) {
  #footer .footer-top .nav-rooms ul li {
    width: 97.83%;
    margin: 0 1.085%;
    float: left;
    margin-bottom: 5px;
    text-align: left;
  }
  #footer .footer-top .nav-rooms ul li:last-child {
    text-align: left;
  }
  #footer .footer-top .nav-rooms ul li:first-child {
    text-align: left;
  }
}
#footer .footer-bottom {
  background-color: #1e2626;
  border-top: 1px solid rgba(255,255,255,0.3);
}
#footer .footer-bottom .footer-navigation {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
#footer .footer-bottom .footer-navigation .back-to-top {
  margin-bottom: 10px;
}
#footer .footer-bottom .footer-navigation .back-to-top a {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 10px;
  color: #313b3b;
  line-height: 1.7;
  text-align: center;
  text-transform: uppercase;
  color: rgba(255,255,255,0.65);
  display: block;
  padding-top: 5px;
}
#footer .footer-bottom .footer-navigation .back-to-top a:before {
  content: "";
  background: transparent url("../../img/footer/back-to-top.png") no-repeat center center;
  width: 42px;
  height: 21px;
  float: none;
  display: block;
  position: absolute;
  top: -21px;
  left: 50%;
  margin-left: -21px;
}
#footer .footer-bottom .footer-navigation .footer-nav {
  text-align: center;
  margin-bottom: 10px;
}
#footer .footer-bottom .footer-navigation .footer-nav ul {
  zoom: 1;
  display: inline-block;
}
#footer .footer-bottom .footer-navigation .footer-nav ul:before,
#footer .footer-bottom .footer-navigation .footer-nav ul:after {
  content: "";
  display: table;
}
#footer .footer-bottom .footer-navigation .footer-nav ul:after {
  clear: both;
}
#footer .footer-bottom .footer-navigation .footer-nav ul li {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 12px;
  color: #313b3b;
  line-height: 1.7;
  color: rgba(255,255,255,0.65);
  float: left;
  border-right: 1px solid rgba(255,255,255,0.65);
  line-height: 12px;
}
#footer .footer-bottom .footer-navigation .footer-nav ul li:last-child {
  border: none;
}
#footer .footer-bottom .footer-navigation .footer-nav ul li a {
  padding: 0 10px;
}
#footer .footer-bottom .footer-navigation .footer-logo {
  margin: 0 auto;
  padding-bottom: 15px;
  display: block;
  text-align: center;
  background: transparent url("../../img/footer/logo.png") no-repeat center top;
  width: 83px;
  height: 40px;
  max-width: 100%;
}
#copyright {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 12px;
  color: #313b3b;
  line-height: 1.7;
  color: rgba(255,255,255,0.65);
  text-align: center;
  margin-bottom: 10px;
}
#header.scroll {
  position: fixed;
  top: -38px;
  left: 0;
  width: 100%;
  z-index: 10;
}
#header.scroll .top-line {
  display: none;
}
#header.scroll .navigation {
  width: 100%;
  z-index: 25;
  background-color: rgba(255,255,255,0.9);
  border-bottom: 1px solid rgba(0,0,0,0.1);
  -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 2px 3px rgba(0,0,0,0.1);
  box-shadow: 0 2px 3px rgba(0,0,0,0.1);
}
#header.scroll .navigation ul {
  margin-left: 50px;
  padding-top: 10px;
}
#header.scroll .navigation ul li a {
  padding: 5px 25px 15px 25px;
  display: block;
}
#header.scroll .navigation ul li:last-child {
  color: #fff;
}
#header.scroll .navigation ul li:last-child a {
  background: #2daae1;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#1a8cd3),color-stop(1,#2daae1));
  background: -ms-linear-gradient(bottom,#1a8cd3,#2daae1);
  background: -moz-linear-gradient(center bottom,#1a8cd3 0%,#2daae1 100%);
  background: -o-linear-gradient(#2daae1,#1a8cd3);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2daae1', endColorstr='#1a8cd3', GradientType=0);
  margin-right: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #1C698B;
  padding: 3px 5px;
  margin-left: 25px;
  -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 0 4px rgba(0,0,0,0.3);
  box-shadow: 0 0 4px rgba(0,0,0,0.3);
}
#header.scroll .navigation ul li:last-child a:hover {
  background: #2daae1;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#2daae1),color-stop(1,#2daae1));
  background: -ms-linear-gradient(bottom,#2daae1,#2daae1);
  background: -moz-linear-gradient(center bottom,#2daae1 0%,#2daae1 100%);
  background: -o-linear-gradient(#2daae1,#2daae1);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2daae1', endColorstr='#2daae1', GradientType=0);
  text-decoration: none;
  -webkit-box-shadow: 0 0 4px rgba(0,0,0,0);
  -moz-box-shadow: 0 0 4px rgba(0,0,0,0);
  box-shadow: 0 0 4px rgba(0,0,0,0);
  color: #fff;
}
#header.scroll .logo-container .logo {
  background-image: url("../../img/header/logo_scroll.png");
  background-position: 50% 0;
  z-index: 100;
  top: 45px;
  width: 222px;
  height: 40px;
}
@media screen and (max-width: 820px) {
  #header.scroll {
    top: 0;
  }
}
#mobile-outer {
  padding: 10px 10px 0 10px;
  display: none;
  zoom: 1;
  background-color: #f7f7f7;
  border-bottom: 3px solid #2daae1;
}
#mobile-outer:before,
#mobile-outer:after {
  content: "";
  display: table;
}
#mobile-outer:after {
  clear: both;
}
#mobile-outer .logo-small {
  float: left;
  margin: 0 auto 10px auto;
  display: block;
  text-align: center;
  background: transparent url("../../img/header/logo_scroll.png") no-repeat center top;
  width: 222px;
  height: 40px;
  max-width: 100%;
  z-index: 2;
}
#mobile-outer .mobile-navigation {
  float: right;
  width: 100%;
  position: relative;
}
#mobile-outer .mobile-navigation .icon {
  position: absolute;
  top: -40px;
  right: 10px;
}
#mobile-outer .mobile-navigation span {
  background-color: #2daae1;
  width: 24px;
  height: 3px;
  display: block;
  margin-bottom: 5px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#mobile-outer .accordion {
  width: 100%;
}
#mobile-outer .accordion ul {
  background-color: #f7f7f7;
}
#mobile-outer .accordion .haschilds {
  background: transparent url("../../img/header/navigation_arrow.png") no-repeat 98% 20px;
}
#mobile-outer .accordion .haschilds:hover,
#mobile-outer .accordion .haschilds.active {
  background-image: url("../../img/header/navigation_arrow_active.png");
}
#mobile-outer .accordion li {
  border-top: 1px solid #EDEDED;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 16px;
  color: #313b3b;
  line-height: 1.7;
}
#mobile-outer .accordion li a {
  margin-right: 40px;
  display: block;
  padding: 10px 30px;
}
#mobile-outer .accordion li li {
  border-color: #ededed;
}
#mobile-outer .accordion li li a {
  padding-left: 50px;
}
#mobile-outer .accordion li li li a {
  padding-left: 70px;
}
#mobile-outer .accordion li ul {
  display: none;
}
#mobile-outer .accordion li.flag > a,
#mobile-outer .accordion li.active > a {
  font-weight: bold;
}
@media screen and (max-width: 820px) {
  #header.scroll {
    position: absolute;
    top: -38px;
    left: 0;
    width: 100%;
    z-index: 10;
  }
  #header .top-line .text-first,
  #header .top-line .text-phone,
  #header .top-line .text-mail,
  #header .navigation,
  #header .logo-container {
    display: none;
  }
  #header .top-line .top-inner {
    padding: 0;
    min-height: 24px;
  }
  #header .top-line .top-inner .text-language .languages ul {
    top: 2px;
    right: 15px;
  }
  #mobile-outer {
    display: block;
  }
  #header .top-line .top-inner .text-contact {
    display: block;
  }
}
.editly_viewport_right #wrapper .wrapper-inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding-top: 20px;
}
.editly_viewport_right #wrapper .wrapper-inner .content {
  float: left;
  width: 67%;
}
.editly_viewport_right #wrapper .wrapper-inner .content .inner {
  margin-right: 1%;
}
.editly_viewport_right #wrapper .wrapper-inner .right {
  float: left;
  width: 33%;
}
.editly_viewport_right #wrapper .wrapper-inner .right .inner {
  margin-left: 2%;
}
@media screen and (max-width: 1020px) {
  .editly_viewport_right #wrapper .wrapper-inner {
    padding: 20px 2% 0;
    width: 96%;
  }
}
@media screen and (max-width: 690px) {
  .editly_viewport_right #wrapper .wrapper-inner .content {
    float: none;
    width: 100%;
  }
  .editly_viewport_right #wrapper .wrapper-inner .right {
    float: none;
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .editly_viewport_right #wrapper .wrapper-inner {
    padding: 20px 5% 0;
    width: 90%;
  }
}
#footer .footer-inner {
  padding-top: 30px;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1020px) {
  #footer .footer-inner {
    padding: 30px 2% 0;
    width: 96%;
  }
}
@media screen and (max-width: 500px) {
  #footer .footer-inner {
    padding: 30px 5% 0;
    width: 90%;
  }
}
#footer .footer-inner .ml-one,
#footer .footer-inner .ml-two,
#footer .footer-inner .ml-three,
#footer .footer-inner .ml-four {
  width: 22.83%;
  margin: 0 1.085%;
  float: left;
}
@media screen and (max-width: 850px) {
  #footer .footer-inner .ml-one,
  #footer .footer-inner .ml-two,
  #footer .footer-inner .ml-three,
  #footer .footer-inner .ml-four {
    width: 47.83%;
    margin: 0 1.085%;
    float: left;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 500px) {
  #footer .footer-inner .ml-one,
  #footer .footer-inner .ml-two,
  #footer .footer-inner .ml-three,
  #footer .footer-inner .ml-four {
    width: 97.83%;
    margin: 0 1.085%;
    float: left;
    margin-bottom: 20px;
  }
}
#footer .footer-inner .ml {
  margin-bottom: 40px;
}
#footer .footer-inner .wysiwyg-ml .text {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 13px;
  color: #313b3b;
  line-height: 1.7;
  color: #fff;
}
#footer .footer-inner .wysiwyg-ml .text a {
  color: #2daae1;
}
#footer .footer-inner .headline-ml {
  margin-bottom: 10px;
}
#footer .footer-inner .headline-ml h3 {
  position: relative;
  display: inline-block;
}
#footer .footer-inner .headline-ml h3 .module-textlink {
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  font-family: 'Roboto Slab', Arial, serif;
  font-size: 16px;
  font-weight: bold;
}
#footer .footer-inner .headline-ml h3 .module-textlink:before {
  content: "";
  width: 44px;
  height: 35px;
  background: transparent url("../../img/footer/headline_before.png") no-repeat left 3px;
  position: absolute;
  top: 0;
  left: 0;
}
#footer .footer-inner .headline-ml h3 .module-textlink:after {
  content: "";
  width: 4px;
  height: 35px;
  background: transparent url("../../img/footer/headline_after.png") no-repeat left 3px;
  position: absolute;
  top: 0;
  left: 100%;
}
#footer .footer-inner .headline-ml h3 .module-textlink .text,
#footer .footer-inner .headline-ml h3 .module-textlink .link {
  background: transparent url("../../img/footer/headline.png") repeat-x right 0px;
  margin-left: 44px;
  padding: 2px 20px 10px 10px;
  display: inline-block;
}
#footer .footer-inner .contact-ml {
  margin-bottom: 20px;
}
#footer .footer-inner .contact-ml .text,
#footer .footer-inner .contact-ml .link {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 14px;
  color: #313b3b;
  line-height: 1.7;
  color: #fff;
  font-weight: bold;
}
#footer .footer-inner .contact-ml .phone,
#footer .footer-inner .contact-ml .fax,
#footer .footer-inner .contact-ml .mail {
  margin-bottom: 15px;
}
#footer .footer-inner .contact-ml .phone:before {
  content: "";
  background: transparent url("../../img/footer/phone.png") no-repeat left center;
  width: 28px;
  height: 21px;
  float: left;
  zoom: 1;
}
#footer .footer-inner .contact-ml .phone:before:before,
#footer .footer-inner .contact-ml .phone:before:after {
  content: "";
  display: table;
}
#footer .footer-inner .contact-ml .phone:before:after {
  clear: both;
}
#footer .footer-inner .contact-ml .fax:before {
  content: "";
  background: transparent url("../../img/footer/fax.png") no-repeat left center;
  width: 30px;
  height: 21px;
  float: left;
  zoom: 1;
}
#footer .footer-inner .contact-ml .fax:before:before,
#footer .footer-inner .contact-ml .fax:before:after {
  content: "";
  display: table;
}
#footer .footer-inner .contact-ml .fax:before:after {
  clear: both;
}
#footer .footer-inner .contact-ml .mail:before {
  content: "";
  background: transparent url("../../img/footer/mail.png") no-repeat left center;
  width: 28px;
  height: 25px;
  float: left;
  zoom: 1;
}
#footer .footer-inner .contact-ml .mail:before:before,
#footer .footer-inner .contact-ml .mail:before:after {
  content: "";
  display: table;
}
#footer .footer-inner .contact-ml .mail:before:after {
  clear: both;
}
#footer .footer-inner .facebook-ml {
  zoom: 1;
  margin-bottom: 12px;
}
#footer .footer-inner .facebook-ml:before,
#footer .footer-inner .facebook-ml:after {
  content: "";
  display: table;
}
#footer .footer-inner .facebook-ml:after {
  clear: both;
}
#footer .footer-inner .facebook-ml .text,
#footer .footer-inner .facebook-ml .link {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 14px;
  color: #313b3b;
  line-height: 1.7;
  color: #fff;
  font-weight: bold;
  padding-top: 10px;
}
#footer .footer-inner .facebook-ml .facebook {
  margin-bottom: 15px;
  display: block;
}
#footer .footer-inner .facebook-ml .facebook:before {
  content: "";
  background: transparent url("../../img/footer/facebook.png") no-repeat left center;
  width: 49px;
  height: 38px;
  padding: 20px 49px 18px 0;
}
#footer .footer-inner .googleplus-ml {
  margin-bottom: 12px;
  zoom: 1;
}
#footer .footer-inner .googleplus-ml:before,
#footer .footer-inner .googleplus-ml:after {
  content: "";
  display: table;
}
#footer .footer-inner .googleplus-ml:after {
  clear: both;
}
#footer .footer-inner .googleplus-ml a {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 14px;
  color: #313b3b;
  line-height: 1.7;
  color: #fff;
  font-weight: bold;
  padding-top: 10px;
}
#footer .footer-inner .googleplus-ml .google {
  margin-bottom: 15px;
  display: block;
}
#footer .footer-inner .googleplus-ml .google:before {
  content: "";
  background: transparent url("../../img/footer/google.png") no-repeat left center;
  width: 49px;
  height: 38px;
  padding: 20px 49px 18px 0;
}
#footer .footer-inner .twitter-ml {
  margin-bottom: 12px;
  zoom: 1;
}
#footer .footer-inner .twitter-ml:before,
#footer .footer-inner .twitter-ml:after {
  content: "";
  display: table;
}
#footer .footer-inner .twitter-ml:after {
  clear: both;
}
#footer .footer-inner .twitter-ml a {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 14px;
  color: #313b3b;
  line-height: 1.7;
  color: #fff;
  font-weight: bold;
  padding-top: 10px;
}
#footer .footer-inner .twitter-ml .twitter {
  margin-bottom: 15px;
  display: block;
}
#footer .footer-inner .twitter-ml .twitter:before {
  content: "";
  background: transparent url("../../img/footer/twitter.png") no-repeat left center;
  width: 49px;
  height: 38px;
  padding: 20px 49px 18px 0;
}
#page_content_page .headlines,
.editly_pagetype_rooms_detail .headlines,
#page_arrival .headlines {
  margin-bottom: 30px;
}
#page_content_page .ml,
.editly_pagetype_rooms_detail .ml,
#page_arrival .ml {
  margin-bottom: 30px;
}
#page_content_page .content-ml,
.editly_pagetype_rooms_detail .content-ml,
#page_arrival .content-ml {
  border-top: 1px solid #e9e9e9;
  padding-top: 8px;
}
#page_content_page .content-ml h3,
.editly_pagetype_rooms_detail .content-ml h3,
#page_arrival .content-ml h3 {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 15px;
  color: #313b3b;
  line-height: 1.7;
  margin-bottom: 20px;
}
#page_content_page .content-ml .text,
.editly_pagetype_rooms_detail .content-ml .text,
#page_arrival .content-ml .text {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 13px;
  color: #313b3b;
  line-height: 1.7;
  text-align: justify;
}
#page_content_page .content-ml .text a,
.editly_pagetype_rooms_detail .content-ml .text a,
#page_arrival .content-ml .text a {
  color: #2daae1;
}
#page_content_page .content-ml .image_float_none,
.editly_pagetype_rooms_detail .content-ml .image_float_none,
#page_arrival .content-ml .image_float_none {
  margin-bottom: 20px;
}
#page_content_page .content-ml .image_float_none img,
.editly_pagetype_rooms_detail .content-ml .image_float_none img,
#page_arrival .content-ml .image_float_none img {
  max-width: 100%;
}
#page_content_page .content-ml .image_float_right,
.editly_pagetype_rooms_detail .content-ml .image_float_right,
#page_arrival .content-ml .image_float_right {
  float: right;
  margin: 0 0 10px 15px;
}
#page_content_page .content-ml .image_float_left,
.editly_pagetype_rooms_detail .content-ml .image_float_left,
#page_arrival .content-ml .image_float_left {
  float: left;
  margin: 0 15px 10px 0;
}
#page_content_page .content-ml .image,
.editly_pagetype_rooms_detail .content-ml .image,
#page_arrival .content-ml .image {
  display: block;
}
@media screen and (max-width: 600px) {
  #page_content_page .content-ml .image_float_right,
  #page_content_page .content-ml .image_float_left,
  .editly_pagetype_rooms_detail .content-ml .image_float_right,
  .editly_pagetype_rooms_detail .content-ml .image_float_left,
  #page_arrival .content-ml .image_float_right,
  #page_arrival .content-ml .image_float_left {
    float: none;
    display: block;
    margin: 0 0 10px;
  }
  #page_content_page .content-ml .image_float_right img,
  #page_content_page .content-ml .image_float_left img,
  .editly_pagetype_rooms_detail .content-ml .image_float_right img,
  .editly_pagetype_rooms_detail .content-ml .image_float_left img,
  #page_arrival .content-ml .image_float_right img,
  #page_arrival .content-ml .image_float_left img {
    max-width: 100%;
  }
}
#page_content_page .files-ml h3,
.editly_pagetype_rooms_detail .files-ml h3,
#page_arrival .files-ml h3 {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 15px;
  color: #313b3b;
  line-height: 1.7;
  margin-bottom: 5px;
}
#page_content_page .files-ml ul li,
.editly_pagetype_rooms_detail .files-ml ul li,
#page_arrival .files-ml ul li {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 13px;
  color: #313b3b;
  line-height: 1.7;
  margin-bottom: 3px;
}
#page_content_page .gallery-ml .type_thumbs,
.editly_pagetype_rooms_detail .gallery-ml .type_thumbs,
#page_arrival .gallery-ml .type_thumbs {
  margin: 0 -1.085%;
  zoom: 1;
}
#page_content_page .gallery-ml .type_thumbs:before,
#page_content_page .gallery-ml .type_thumbs:after,
.editly_pagetype_rooms_detail .gallery-ml .type_thumbs:before,
.editly_pagetype_rooms_detail .gallery-ml .type_thumbs:after,
#page_arrival .gallery-ml .type_thumbs:before,
#page_arrival .gallery-ml .type_thumbs:after {
  content: "";
  display: table;
}
#page_content_page .gallery-ml .type_thumbs:after,
.editly_pagetype_rooms_detail .gallery-ml .type_thumbs:after,
#page_arrival .gallery-ml .type_thumbs:after {
  clear: both;
}
#page_content_page .gallery-ml .type_thumbs:before,
#page_content_page .gallery-ml .type_thumbs:after,
.editly_pagetype_rooms_detail .gallery-ml .type_thumbs:before,
.editly_pagetype_rooms_detail .gallery-ml .type_thumbs:after,
#page_arrival .gallery-ml .type_thumbs:before,
#page_arrival .gallery-ml .type_thumbs:after {
  content: "";
  display: table;
}
#page_content_page .gallery-ml .type_thumbs:after,
.editly_pagetype_rooms_detail .gallery-ml .type_thumbs:after,
#page_arrival .gallery-ml .type_thumbs:after {
  clear: both;
}
#page_content_page .gallery-ml .thumb,
.editly_pagetype_rooms_detail .gallery-ml .thumb,
#page_arrival .gallery-ml .thumb {
  width: 22.83%;
  margin: 0 1.085%;
  float: left;
  margin-bottom: 20px;
}
@media screen and (max-width: 500px) {
  #page_content_page .gallery-ml .thumb,
  .editly_pagetype_rooms_detail .gallery-ml .thumb,
  #page_arrival .gallery-ml .thumb {
    width: 31.163333333333%;
    margin: 0 1.085%;
    float: left;
    margin-bottom: 10px;
    background-color: #fff;
  }
}
#page_content_page .gallery-ml .thumb img,
.editly_pagetype_rooms_detail .gallery-ml .thumb img,
#page_arrival .gallery-ml .thumb img {
  max-width: 100%;
}
#page_content_page .form-ml,
.editly_pagetype_rooms_detail .form-ml,
#page_arrival .form-ml {
  zoom: 1;
}
#page_content_page .form-ml:before,
#page_content_page .form-ml:after,
.editly_pagetype_rooms_detail .form-ml:before,
.editly_pagetype_rooms_detail .form-ml:after,
#page_arrival .form-ml:before,
#page_arrival .form-ml:after {
  content: "";
  display: table;
}
#page_content_page .form-ml:after,
.editly_pagetype_rooms_detail .form-ml:after,
#page_arrival .form-ml:after {
  clear: both;
}
#page_content_page .form-ml .module-form,
.editly_pagetype_rooms_detail .form-ml .module-form,
#page_arrival .form-ml .module-form {
  max-width: 550px;
}
#page_content_page .form-ml .fields,
.editly_pagetype_rooms_detail .form-ml .fields,
#page_arrival .form-ml .fields {
  margin-bottom: 30px;
}
#page_content_page .form-ml label,
#page_content_page .form-ml p,
.editly_pagetype_rooms_detail .form-ml label,
.editly_pagetype_rooms_detail .form-ml p,
#page_arrival .form-ml label,
#page_arrival .form-ml p {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 14px;
  color: #313b3b;
  line-height: 1.7;
}
#page_content_page .form-ml .field,
.editly_pagetype_rooms_detail .form-ml .field,
#page_arrival .form-ml .field {
  margin-bottom: 15px;
}
#page_content_page .form-ml input.text,
.editly_pagetype_rooms_detail .form-ml input.text,
#page_arrival .form-ml input.text {
  height: 30px;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 13px;
  color: #313b3b;
  line-height: 1.7;
}
#page_content_page .form-ml input,
#page_content_page .form-ml select,
#page_content_page .form-ml textarea,
.editly_pagetype_rooms_detail .form-ml input,
.editly_pagetype_rooms_detail .form-ml select,
.editly_pagetype_rooms_detail .form-ml textarea,
#page_arrival .form-ml input,
#page_arrival .form-ml select,
#page_arrival .form-ml textarea {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 13px;
  color: #313b3b;
  line-height: 1.7;
  width: 100%;
  border: 1px solid #999;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.15);
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.15);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.15);
  background-color: #fff;
}
#page_content_page .form-ml input:focus,
#page_content_page .form-ml select:focus,
#page_content_page .form-ml textarea:focus,
.editly_pagetype_rooms_detail .form-ml input:focus,
.editly_pagetype_rooms_detail .form-ml select:focus,
.editly_pagetype_rooms_detail .form-ml textarea:focus,
#page_arrival .form-ml input:focus,
#page_arrival .form-ml select:focus,
#page_arrival .form-ml textarea:focus {
  border: 1px solid #777;
  -webkit-box-shadow: 0 0 5px #ccc;
  -moz-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
}
#page_content_page .form-ml select option,
.editly_pagetype_rooms_detail .form-ml select option,
#page_arrival .form-ml select option {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 13px;
  color: #313b3b;
  line-height: 1.7;
  border-right: 1px solid #000;
}
#page_content_page .form-ml .checkbox,
.editly_pagetype_rooms_detail .form-ml .checkbox,
#page_arrival .form-ml .checkbox {
  width: inherit;
}
#page_content_page .form-ml .checkbox .option,
.editly_pagetype_rooms_detail .form-ml .checkbox .option,
#page_arrival .form-ml .checkbox .option {
  float: left;
  margin-right: 15px;
}
#page_content_page .form-ml .checkbox .option input,
.editly_pagetype_rooms_detail .form-ml .checkbox .option input,
#page_arrival .form-ml .checkbox .option input {
  margin-right: 3px;
}
#page_content_page .form-ml .buttons,
.editly_pagetype_rooms_detail .form-ml .buttons,
#page_arrival .form-ml .buttons {
  min-width: 110px;
  float: right;
  display: block;
  margin-right: 0;
}
#page_content_page .form-ml .buttons input,
.editly_pagetype_rooms_detail .form-ml .buttons input,
#page_arrival .form-ml .buttons input {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 2px solid #2daae1;
  padding: 5px 25px 5px 20px;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 14px;
  color: #313b3b;
  line-height: 1.7;
  color: #2daae1;
  text-transform: uppercase;
  font-weight: bold;
  background: transparent url("../../img/infos/arrow_highlight.png") no-repeat 93% 12px;
  text-align: left;
  white-space: nowrap;
}
#page_content_page .form-ml .buttons input:hover,
.editly_pagetype_rooms_detail .form-ml .buttons input:hover,
#page_arrival .form-ml .buttons input:hover {
  cursor: pointer;
  -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 0 4px rgba(0,0,0,0.3);
  box-shadow: 0 0 4px rgba(0,0,0,0.3);
  background: #2daae1;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#1a8cd3),color-stop(1,#2daae1));
  background: -ms-linear-gradient(bottom,#1a8cd3,#2daae1);
  background: -moz-linear-gradient(center bottom,#1a8cd3 0%,#2daae1 100%);
  background: -o-linear-gradient(#2daae1,#1a8cd3);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2daae1', endColorstr='#1a8cd3', GradientType=0);
  text-decoration: none;
  color: #fff;
  border: 1px solid #1C698B;
  padding: 5px 25px 5px 20px;
  margin: 1px 0;
}
#page_content_page .form-ml .buttons input:hover:after,
.editly_pagetype_rooms_detail .form-ml .buttons input:hover:after,
#page_arrival .form-ml .buttons input:hover:after {
  content: "";
  background: transparent url("../../img/infos/arrow_hover.png") no-repeat 95% 3px;
  padding: 0px 0px 0 11px;
}
#page_content_page .form-ml .field_info,
.editly_pagetype_rooms_detail .form-ml .field_info,
#page_arrival .form-ml .field_info {
  float: left;
}
@media screen and (max-width: 415px) {
  #page_content_page .maps-ml .module-googlemaps div,
  .editly_pagetype_rooms_detail .maps-ml .module-googlemaps div,
  #page_arrival .maps-ml .module-googlemaps div {
    max-height: 225px;
  }
}
#box-info {
  width: 100%;
}
#box-info .box-inner {
  padding: 25px 0;
  border-top: 1px solid #ebebeb;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
#box-info .box-inner .ml-one,
#box-info .box-inner .ml-two {
  width: 47.83%;
  margin: 0 1.085%;
  float: left;
  margin-bottom: 45px;
  zoom: 1;
}
#box-info .box-inner .ml-one:before,
#box-info .box-inner .ml-one:after,
#box-info .box-inner .ml-two:before,
#box-info .box-inner .ml-two:after {
  content: "";
  display: table;
}
#box-info .box-inner .ml-one:after,
#box-info .box-inner .ml-two:after {
  clear: both;
}
@media screen and (max-width: 860px) {
  #box-info .box-inner .ml-one,
  #box-info .box-inner .ml-two {
    width: 97.83%;
    margin: 0 1.085%;
    float: left;
    margin-bottom: 20px;
  }
}
#box-info .box-inner .ml {
  margin-bottom: 10px;
}
#box-info .box-inner .headline-ml {
  position: relative;
  margin-bottom: 25px;
}
#box-info .box-inner .headline-ml h3 {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 18px;
  color: #313b3b;
  line-height: 1.7;
  font-weight: bold;
  color: #2daae1;
}
#box-info .box-inner .button-ml {
  float: left;
  clear: both;
  padding-top: 15px;
}
#box-info .box-inner .button-ml .module-textlink {
  display: block;
  margin-right: 0;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 14px;
  color: #313b3b;
  line-height: 1.7;
  color: #2daae1;
  text-transform: uppercase;
  font-weight: bold;
  zoom: 1;
}
#box-info .box-inner .button-ml .module-textlink:before,
#box-info .box-inner .button-ml .module-textlink:after {
  content: "";
  display: table;
}
#box-info .box-inner .button-ml .module-textlink:after {
  clear: both;
}
#box-info .box-inner .button-ml .module-textlink .text,
#box-info .box-inner .button-ml .module-textlink .link {
  display: block;
  float: left;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 2px solid #2daae1;
  padding: 6px 25px;
  white-space: nowrap;
}
#box-info .box-inner .button-ml .module-textlink .text:after,
#box-info .box-inner .button-ml .module-textlink .link:after {
  content: "";
  background: transparent url("../../img/infos/arrow_highlight.png") no-repeat 100% 5px;
  padding: 0px 13px 0 0;
}
#box-info .box-inner .button-ml .module-textlink .text:hover,
#box-info .box-inner .button-ml .module-textlink .link:hover {
  -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 0 4px rgba(0,0,0,0.3);
  box-shadow: 0 0 4px rgba(0,0,0,0.3);
  background: #2daae1;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#1a8cd3),color-stop(1,#2daae1));
  background: -ms-linear-gradient(bottom,#1a8cd3,#2daae1);
  background: -moz-linear-gradient(center bottom,#1a8cd3 0%,#2daae1 100%);
  background: -o-linear-gradient(#2daae1,#1a8cd3);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2daae1', endColorstr='#1a8cd3', GradientType=0);
  text-decoration: none;
  color: #fff;
  border: 1px solid #1C698B;
  padding: 7px 26px;
}
#box-info .box-inner .button-ml .module-textlink .text:hover:after,
#box-info .box-inner .button-ml .module-textlink .link:hover:after {
  content: "";
  background: transparent url("../../img/infos/arrow_hover.png") no-repeat 100% 5px;
  padding: 0px 13px 0 0;
}
#box-info .box-inner .ml-one .button-ml {
  float: left;
  clear: none;
  padding-top: 15px;
  margin-right: 30px;
}
#box-info .box-inner .ml-one .button-ml .module-textlink {
  margin-right: 0;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 14px;
  color: #313b3b;
  line-height: 1.7;
  color: #2daae1;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
}
#box-info .box-inner .ml-one .button-ml .module-textlink .text,
#box-info .box-inner .ml-one .button-ml .module-textlink .link {
  float: left;
  display: block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 2px solid #2daae1;
  padding: 6px 25px;
  white-space: nowrap;
}
#box-info .box-inner .ml-one .button-ml .module-textlink .text:after,
#box-info .box-inner .ml-one .button-ml .module-textlink .link:after {
  content: "";
  background: transparent url("../../img/infos/arrow_highlight.png") no-repeat 100% 5px;
  padding: 0px 13px 0 0;
}
#box-info .box-inner .ml-one .button-ml .module-textlink .text:hover,
#box-info .box-inner .ml-one .button-ml .module-textlink .link:hover {
  -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 0 4px rgba(0,0,0,0.3);
  box-shadow: 0 0 4px rgba(0,0,0,0.3);
  background: #2daae1;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#1a8cd3),color-stop(1,#2daae1));
  background: -ms-linear-gradient(bottom,#1a8cd3,#2daae1);
  background: -moz-linear-gradient(center bottom,#1a8cd3 0%,#2daae1 100%);
  background: -o-linear-gradient(#2daae1,#1a8cd3);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2daae1', endColorstr='#1a8cd3', GradientType=0);
  text-decoration: none;
  color: #fff;
  border: 1px solid #1C698B;
  padding: 7px 26px;
}
#box-info .box-inner .ml-one .button-ml .module-textlink .text:hover:after,
#box-info .box-inner .ml-one .button-ml .module-textlink .link:hover:after {
  content: "";
  background: transparent url("../../img/infos/arrow_hover.png") no-repeat 100% 5px;
  padding: 0px 13px 0 0;
}
#box-info .box-inner .content-ml {
  margin-right: 30px;
}
#box-info .box-inner .content-ml .module-content div .fixfloat {
  height: 0;
  clear: none;
}
#box-info .box-inner .content-ml .image {
  background: transparent url("../../img/infos/img_shadow.png") no-repeat left bottom;
  background-size: 200px;
  display: block;
  margin-right: 10px;
  height: 158px;
}
#box-info .box-inner .content-ml .image_float_none {
  margin-bottom: 20px;
}
#box-info .box-inner .content-ml .image_float_none img {
  border: 5px solid #fff;
  max-width: 100%;
}
#box-info .box-inner .content-ml .image_float_right {
  float: right;
}
#box-info .box-inner .content-ml .image_float_right img {
  border: 5px solid #fff;
  max-width: 100%;
}
@media screen and (max-width: 390px) {
  #box-info .box-inner .content-ml .image_float_right {
    float: none;
    margin-bottom: 20px;
  }
}
#box-info .box-inner .content-ml .image_float_left {
  float: left;
}
#box-info .box-inner .content-ml .image_float_left img {
  border: 5px solid #fff;
  max-width: 100%;
}
@media screen and (max-width: 390px) {
  #box-info .box-inner .content-ml .image_float_left {
    float: none;
    margin-bottom: 20px;
  }
}
#box-info .box-inner .content-ml .text {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 13px;
  color: #313b3b;
  line-height: 1.7;
}
@media screen and (max-width: 1020px) {
  #box-info .box-inner .content-ml {
    margin-right: 20px;
  }
}
#box-info .box-inner .list-ml {
  float: left;
  width: 50%;
  margin-bottom: 10px;
}
#box-info .box-inner .list-ml .text {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 14px;
  color: #313b3b;
  line-height: 1.7;
  font-weight: bold;
}
#box-info .box-inner .list-ml .text:before {
  content: "";
  width: 35px;
  height: 24px;
  background: transparent url("../../img/infos/check.png") no-repeat left top;
  float: left;
}
@media screen and (max-width: 480px) {
  #box-info .box-inner .list-ml {
    float: none;
    width: 100%;
  }
}
#box-info .box-inner .maps-ml {
  background: transparent url("../../img/infos/maps_shadow.png") no-repeat left bottom;
  background-size: 352px;
  display: block;
  padding-bottom: 1px;
  margin-bottom: 30px;
}
#box-info .box-inner .maps-ml .module-googlemaps {
  border: 5px solid #fff;
  margin-bottom: 16px;
  overflow: hidden;
  max-width: 308px;
  width: 100%;
}
@media screen and (max-width: 1020px) {
  #box-info {
    padding: 25px 2%;
    width: 96%;
  }
}
@media screen and (max-width: 500px) {
  #box-info {
    padding: 25px 5%;
    width: 90%;
  }
}
.editly_engine_edit_mode_active #box-info .box-inner .list-ml {
  width: 50%;
  float: none;
  margin-bottom: 10px;
}
.editly_engine_edit_mode_active #box-info .box-inner .list-ml .text {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 14px;
  color: #313b3b;
  line-height: 1.7;
  font-weight: bold;
}
.editly_engine_edit_mode_active #box-info .box-inner .list-ml .text:before {
  content: "";
  width: 35px;
  height: 24px;
  background: transparent url("../../img/infos/check.png") no-repeat left top;
  float: left;
}
#box-room {
  width: 100%;
  padding: 25px 0;
}
#box-room .box-inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
#box-room .box-inner .room {
  position: relative;
  width: 31.163333333333%;
  margin: 0 1.085%;
  float: left;
}
@media screen and (max-width: 660px) {
  #box-room .box-inner .room {
    width: 47.83%;
    margin: 0 1.085%;
    float: left;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 450px) {
  #box-room .box-inner .room {
    width: 97.83%;
    margin: 0 1.085%;
    float: left;
    margin-bottom: 20px;
  }
}
#box-room .box-inner .ml {
  margin-bottom: 20px;
}
#box-room .box-inner .image-ml .module-image {
  background: transparent url("../../img/rooms/image_shadow.png") no-repeat left bottom;
  background-size: 280px;
  display: block;
  padding-bottom: 13px;
}
#box-room .box-inner .image-ml .module-image img {
  border: 5px solid #fff;
  margin: 0;
  max-width: 100%;
}
#box-room .box-inner .headline-ml {
  position: relative;
  margin-bottom: 5px;
}
#box-room .box-inner .headline-ml h3 {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 18px;
  color: #313b3b;
  line-height: 1.7;
  font-weight: bold;
  color: #2daae1;
  text-transform: none;
  margin-bottom: 0;
}
#box-room .box-inner .headline-ml h4 {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 14px;
  color: #313b3b;
  line-height: 1.7;
  font-weight: bold;
}
#box-room .box-inner .button-ml .module-textlink {
  display: block;
  margin-right: 0;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 14px;
  color: #313b3b;
  line-height: 1.7;
  color: #2daae1;
  text-transform: uppercase;
  font-weight: bold;
  zoom: 1;
}
#box-room .box-inner .button-ml .module-textlink:before,
#box-room .box-inner .button-ml .module-textlink:after {
  content: "";
  display: table;
}
#box-room .box-inner .button-ml .module-textlink:after {
  clear: both;
}
#box-room .box-inner .button-ml .module-textlink .text,
#box-room .box-inner .button-ml .module-textlink .link {
  display: block;
  float: left;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 2px solid #2daae1;
  padding: 6px 25px;
  white-space: nowrap;
}
#box-room .box-inner .button-ml .module-textlink .text:after,
#box-room .box-inner .button-ml .module-textlink .link:after {
  content: "";
  background: transparent url("../../img/infos/arrow_highlight.png") no-repeat 100% 5px;
  padding: 0px 13px 0 0;
}
#box-room .box-inner .button-ml .module-textlink .text:hover,
#box-room .box-inner .button-ml .module-textlink .link:hover {
  -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 0 4px rgba(0,0,0,0.3);
  box-shadow: 0 0 4px rgba(0,0,0,0.3);
  background: #2daae1;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#1a8cd3),color-stop(1,#2daae1));
  background: -ms-linear-gradient(bottom,#1a8cd3,#2daae1);
  background: -moz-linear-gradient(center bottom,#1a8cd3 0%,#2daae1 100%);
  background: -o-linear-gradient(#2daae1,#1a8cd3);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2daae1', endColorstr='#1a8cd3', GradientType=0);
  text-decoration: none;
  color: #fff;
  border: 1px solid #1C698B;
  padding: 7px 26px;
}
#box-room .box-inner .button-ml .module-textlink .text:hover:after,
#box-room .box-inner .button-ml .module-textlink .link:hover:after {
  content: "";
  background: transparent url("../../img/infos/arrow_hover.png") no-repeat 100% 5px;
  padding: 0px 13px 0 0;
}
@media screen and (max-width: 820px) and (min-width: 660px) {
  #box-room .box-inner .button-ml .module-textlink .text,
  #box-room .box-inner .button-ml .module-textlink .link {
    padding: 6px 10px;
  }
  #box-room .box-inner .button-ml .module-textlink .text:hover,
  #box-room .box-inner .button-ml .module-textlink .link:hover {
    padding: 6px 10px;
  }
}
#box-room .box-inner .content-ml .text {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 13px;
  color: #313b3b;
  line-height: 1.7;
}
#box-room .box-inner .gallery-ml {
  margin-bottom: 10px;
}
#box-room .box-inner .gallery-ml .thumb {
  margin-bottom: 10px;
  float: left;
  width: 45px;
}
#box-room .box-inner .gallery-ml .thumb img {
  max-width: 100%;
}
#box-room .box-inner .price-ml {
  position: absolute;
  top: 25px;
  left: -1px;
}
#box-room .box-inner .price-ml .price-inner {
  display: inline-block;
}
#box-room .box-inner .price-ml .price-inner .module-text {
  background: transparent url("../../img/rooms/center.png") repeat-x right 0px;
  padding: 5px 12px 15px 10px;
  height: 44px;
  font-family: 'Roboto Slab', Arial, serif;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
#box-room .box-inner .price-ml .price-inner .module-text:before {
  content: "";
  width: 6px;
  height: 44px;
  background: transparent url("../../img/rooms/left.png") no-repeat left 0px;
  float: left;
}
#box-room .box-inner .price-ml .price-inner .module-text:after {
  content: "";
  width: 17px;
  height: 44px;
  background: transparent url("../../img/rooms/right.png") no-repeat left 0px;
  float: right;
}
#box-room .box-inner .price-ml .price-inner .module-text .text {
  padding-top: 5px;
  display: inline-block;
}
@media screen and (max-width: 1020px) {
  #box-room {
    padding: 0 2%;
    width: 96%;
  }
}
@media screen and (max-width: 500px) {
  #box-room {
    padding: 0 5%;
    width: 90%;
  }
}
.editly_engine_edit_mode_active #box-room .box-inner .price-ml {
  position: static;
  background: none;
}
.editly_engine_edit_mode_active #box-room .box-inner .price-ml .text {
  color: #313b3b;
}
.editly_viewport_right #wrapper .right .ml {
  margin-bottom: 35px;
}
.editly_viewport_right #wrapper .right #booking-request {
  padding-top: 33px;
}
.editly_viewport_right #wrapper .right .booking-ml {
  background-color: #313b3b;
  border-top: 4px solid #2daae1;
  border-bottom: 4px solid #2daae1;
  padding: 30px 20px;
  position: relative;
  max-width: 283px;
  zoom: 1;
}
.editly_viewport_right #wrapper .right .booking-ml:before,
.editly_viewport_right #wrapper .right .booking-ml:after {
  content: "";
  display: table;
}
.editly_viewport_right #wrapper .right .booking-ml:after {
  clear: both;
}
.editly_viewport_right #wrapper .right .booking-ml .price-outer {
  border-top: 1px solid #9d9d9c;
  border-bottom: 1px solid #9d9d9c;
}
.editly_viewport_right #wrapper .right .booking-ml .price-outer .price-text {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 18px;
  color: #313b3b;
  line-height: 1.7;
  color: #9d9d9c;
  text-align: center;
}
.editly_viewport_right #wrapper .right .booking-ml .price-outer .price-text .text {
  text-align: center;
  margin: 0 5px;
  background-color: #313b3b;
  padding: 0 4px;
}
.editly_viewport_right #wrapper .right .booking-ml .price-outer .price {
  font-family: 'Roboto Slab', Arial, serif;
  font-size: 46px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
  padding: 12px 0 11px;
}
.editly_viewport_right #wrapper .right .booking-ml .price-outer .bottom {
  margin-bottom: -13px;
}
.editly_viewport_right #wrapper .right .booking-ml .price-outer .top {
  margin-bottom: 5px;
  margin-top: -17px;
}
.editly_viewport_right #wrapper .right .booking-ml .field input {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 14px;
  color: #313b3b;
  line-height: 1.7;
  max-width: 243px;
  width: 86%;
}
.editly_viewport_right #wrapper .right .booking-ml .field .right-booking input {
  height: 30px;
  background-color: #fff;
  border: 1px solid #313b3b;
  padding: 3px 7%;
  width: 86%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.4);
  -moz-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.4);
  box-shadow: inset 1px 1px 2px rgba(0,0,0,0.4);
}
.editly_viewport_right #wrapper .right .booking-ml .field .right-booking .select-outer {
  height: 30px;
  background-color: #fff;
  border: 1px solid #313b3b;
  padding: 3px 0;
  width: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.4);
  -moz-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.4);
  box-shadow: inset 1px 1px 2px rgba(0,0,0,0.4);
  position: relative;
  display: inline-block;
  min-width: 173px;
  margin-right: 10px;
  overflow: hidden;
}
.editly_viewport_right #wrapper .right .booking-ml .field .right-booking .select-outer:after {
  content: "";
  background: transparent url("../../img/booking/select_arrow.png") no-repeat 0 0;
  width: 11px;
  height: 0;
  position: absolute;
  top: 45%;
  right: 15px;
  padding-top: 20px;
  display: block;
}
.editly_viewport_right #wrapper .right .booking-ml .field .right-booking .select-outer select {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 14px;
  color: #313b3b;
  line-height: 1.7;
  padding: 3px 0 3px 19px;
  position: relative;
  display: block;
  width: 120%;
  min-height: 32px;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.editly_viewport_right #wrapper .right .booking-ml .field.date {
  margin-bottom: 10px;
}
.editly_viewport_right #wrapper .right .booking-ml .field.date .left-booking {
  padding-top: 9px;
}
.editly_viewport_right #wrapper .right .booking-ml .arrival .ico {
  position: absolute;
  top: 197px;
  right: 35px;
  overflow: hidden;
  height: 0;
  width: 20px;
  background: transparent url("../../img/booking/calender.png") no-repeat 0 0;
  padding-top: 20px;
  display: block;
}
.editly_viewport_right #wrapper .right .booking-ml .departure .ico {
  position: absolute;
  top: 247px;
  right: 35px;
  overflow: hidden;
  height: 0;
  width: 20px;
  background: transparent url("../../img/booking/calender.png") no-repeat 0 0;
  padding-top: 20px;
  display: block;
}
.editly_viewport_right #wrapper .right .booking-ml .field.count {
  margin-bottom: 10px;
}
.editly_viewport_right #wrapper .right .booking-ml .button-outer .button .submit {
  width: 100%;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 16px;
  color: #313b3b;
  line-height: 1.7;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  background: #2daae1;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#1a8cd3),color-stop(1,#2daae1));
  background: -ms-linear-gradient(bottom,#1a8cd3,#2daae1);
  background: -moz-linear-gradient(center bottom,#1a8cd3 0%,#2daae1 100%);
  background: -o-linear-gradient(#2daae1,#1a8cd3);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2daae1', endColorstr='#1a8cd3', GradientType=0);
  margin-right: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #1C698B;
  padding: 10px;
  -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 0 4px rgba(0,0,0,0.3);
  box-shadow: 0 0 4px rgba(0,0,0,0.3);
}
.editly_viewport_right #wrapper .right .booking-ml .button-outer .button .submit:hover {
  background: #2daae1;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#2daae1),color-stop(1,#2daae1));
  background: -ms-linear-gradient(bottom,#2daae1,#2daae1);
  background: -moz-linear-gradient(center bottom,#2daae1 0%,#2daae1 100%);
  background: -o-linear-gradient(#2daae1,#2daae1);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2daae1', endColorstr='#2daae1', GradientType=0);
  text-decoration: none;
  -webkit-box-shadow: 0 0 4px rgba(0,0,0,0);
  -moz-box-shadow: 0 0 4px rgba(0,0,0,0);
  box-shadow: 0 0 4px rgba(0,0,0,0);
  color: #fff;
}
@media screen and (max-width: 890px) {
  .editly_viewport_right #wrapper .right .booking-ml .button-outer .button .submit {
    font-size: 12px;
  }
}
.editly_viewport_right #wrapper .right .map-ml h3 {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 18px;
  color: #313b3b;
  line-height: 1.7;
  font-weight: bold;
}
.editly_viewport_right #wrapper .right .map-ml h3:before {
  content: "";
  background: transparent url("../../img/right/location.png") no-repeat left center;
  width: 21px;
  height: 14px;
  padding: 12px 21px 9px 0;
}
.editly_viewport_right #wrapper .right .map-ml .module-googlemaps {
  border: 1px solid #ced0d0;
  max-width: 320px;
}
.editly_viewport_right #wrapper .right .map-ml .module-googlemaps > div {
  max-width: 100%;
}
.editly_pagetype_home_page #wrapper .gallery_opacity {
  background-color: #000;
}
.editly_pagetype_home_page #wrapper .gallery_opacity #gallery_fade {
  opacity: 0.6;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.editly_pagetype_home_page #wrapper .gallery_opacity #gallery_fade:hover {
  opacity: 0.85;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.editly_pagetype_home_page #wrapper .image_big {
  padding-bottom: 18px;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
  position: relative;
}
.editly_pagetype_home_page #wrapper .image_big .module-gallery {
  overflow: hidden;
  position: relative;
  max-height: 542px;
}
.editly_pagetype_home_page #wrapper .image_big .module-gallery .responsive_fade_gallery {
  width: 200%;
  zoom: 1;
}
.editly_pagetype_home_page #wrapper .image_big .module-gallery .responsive_fade_gallery:before,
.editly_pagetype_home_page #wrapper .image_big .module-gallery .responsive_fade_gallery:after {
  content: "";
  display: table;
}
.editly_pagetype_home_page #wrapper .image_big .module-gallery .responsive_fade_gallery:after {
  clear: both;
}
.editly_pagetype_home_page #wrapper .image_big .module-gallery .responsive_fade_gallery .picture {
  float: left;
  width: 50%;
}
.editly_pagetype_home_page #wrapper .image_big .circle-arrow {
  position: absolute;
  top: 50%;
  margin-top: -18px;
  height: 36px;
  width: 36px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #fff;
  background-repeat: no-repeat;
  background-position: center center;
}
.editly_pagetype_home_page #wrapper .image_big .circle-arrow:hover {
  background-color: #2daae1;
  border: 2px solid #2daae1;
}
.editly_pagetype_home_page #wrapper .image_big .circle-arrow.left {
  left: 2%;
  background-image: url("../../img/banner/arrow-left.png");
}
.editly_pagetype_home_page #wrapper .image_big .circle-arrow.right {
  left: 98%;
  margin-left: -40px;
  background-image: url("../../img/banner/arrow-right.png");
}
.editly_pagetype_home_page #wrapper .content-outer {
  position: relative;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 35px 0px 15px;
}
.editly_pagetype_home_page #wrapper .content-outer .headlines {
  margin-bottom: 40px;
  text-align: center;
}
.editly_pagetype_home_page #wrapper .content-outer .headlines:after {
  content: "";
  width: 48px;
  height: 1px;
  padding: 0px 48px 0 0;
  border-bottom: 1px solid rgba(157,157,156,0.48);
}
.editly_pagetype_home_page #wrapper .content-outer .module-content .paragraph {
  margin-bottom: 25px;
}
.editly_pagetype_home_page #wrapper .content-outer .module-content .text {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 14px;
  color: #313b3b;
  line-height: 1.7;
  text-align: justify;
}
.editly_pagetype_home_page #wrapper .content-outer .module-content .text a {
  color: #2daae1;
  text-decoration: underline;
}
.editly_pagetype_home_page #wrapper .content-outer .module-content .text a:hover {
  text-decoration: none;
}
.editly_pagetype_home_page #wrapper .content-outer .module-content .image_float_none {
  margin-bottom: 20px;
  display: block;
}
.editly_pagetype_home_page #wrapper .content-outer .module-content .image_float_none img {
  max-width: 100%;
}
.editly_pagetype_home_page #wrapper .content-outer .module-content .image_float_right {
  float: right;
  margin: 0 0 25px 25px;
}
.editly_pagetype_home_page #wrapper .content-outer .module-content .image_float_left {
  float: left;
  margin: 0 25px 25px 0;
}
@media screen and (max-width: 700px) {
  .editly_pagetype_home_page #wrapper .content-outer .module-content .image_float_right,
  .editly_pagetype_home_page #wrapper .content-outer .module-content .image_float_left {
    float: none;
    display: block;
    margin: 0 0 10px;
  }
  .editly_pagetype_home_page #wrapper .content-outer .module-content .image_float_right img,
  .editly_pagetype_home_page #wrapper .content-outer .module-content .image_float_left img {
    max-width: 100%;
  }
}
@media screen and (max-width: 1020px) {
  .editly_pagetype_home_page #wrapper .content-outer {
    padding: 35px 2%;
    width: 96%;
  }
}
@media screen and (max-width: 500px) {
  .editly_pagetype_home_page #wrapper .content-outer {
    padding: 35px 5%;
    width: 90%;
  }
}
#info-maps {
  background-color: #f7f7f7;
}
#info-maps .maps-inner {
  padding: 2%;
  max-width: 1000px;
  width: 96%;
  margin: 0 auto;
}
#info-maps .maps-inner .module-googlemaps {
  background: transparent url("../../img/infos/maps_shadow.png") no-repeat left bottom;
  background-size: 925px;
  display: block;
  height: 358px;
}
#info-maps .headlines {
  margin-bottom: 30px;
  text-align: center;
}
#info-maps .headlines:after {
  border-bottom: 1px solid rgba(157,157,156,0.48);
  content: "";
  height: 1px;
  padding: 0 48px 0 0;
  width: 48px;
}
#info-maps h3 {
  color: #313b3b;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 32px;
  line-height: 1.7;
  margin-bottom: 0;
}
#info-maps h4 {
  color: #313b3b;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
}
#box-room .headlines {
  text-align: center;
  margin-bottom: 30px;
}
#box-room .headlines:after {
  content: "";
  width: 48px;
  height: 1px;
  padding: 0px 48px 0 0;
  border-bottom: 1px solid rgba(157,157,156,0.48);
}
#box-room .headlines h3 {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 32px;
  color: #313b3b;
  line-height: 1.7;
  margin-bottom: 0;
}
#box-room .headlines h4 {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 16px;
  color: #313b3b;
  line-height: 1.7;
}
.editly_pagetype_rooms_detail #wrapper .banner {
  max-height: 204px;
  min-height: 200px;
  overflow: hidden;
}
.editly_pagetype_rooms_detail #wrapper .banner .module-image {
  max-height: 204px;
}
.editly_pagetype_rooms_detail #wrapper .banner img {
  width: 100%;
}
.editly_pagetype_rooms_detail #wrapper .banner .editly-module-overlay {
  max-height: 204px;
}
@media screen and (max-width: 1020px) {
  .editly_pagetype_rooms_detail #wrapper .headlines h1,
  .editly_pagetype_rooms_detail #wrapper .headlines h2 {
    margin-left: 2%;
  }
}
@media screen and (max-width: 820px) {
  .editly_pagetype_rooms_detail #wrapper .banner {
    max-height: 100px;
    min-height: 100px;
  }
  .editly_pagetype_rooms_detail #wrapper .banner .module-image {
    max-height: 100px;
  }
  .editly_pagetype_rooms_detail #wrapper #page_rooms_detail .headlines {
    top: 0px;
    margin: -104px auto 30px;
  }
}
.editly_pagetype_rooms_detail #page_rooms_detail {
  position: relative;
}
.editly_pagetype_rooms_detail #page_rooms_detail .headlines {
  position: absolute;
  top: -104px;
  left: 0;
}
.editly_pagetype_rooms_detail #page_rooms_detail .headlines h1 {
  font-family: 'Roboto Slab', Arial, serif;
  font-size: 32px;
  line-height: 32px;
  text-shadow: rgba(255,255,255,0.7) 1px 1px 3px;
}
.editly_pagetype_rooms_detail #page_rooms_detail .headlines h2 {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 16px;
  color: #313b3b;
  line-height: 1.7;
  font-weight: normal;
  text-shadow: rgba(255,255,255,0.7) 1px 1px 3px;
}
.editly_pagetype_rooms_detail #page_rooms_detail .gallery-room {
  background: transparent url("../../img/room_detail/gallery_shadow.png") no-repeat left bottom;
  padding-bottom: 18px;
  max-width: 662px;
  margin: 0 auto;
  margin-bottom: 15px;
  position: relative;
}
.editly_pagetype_rooms_detail #page_rooms_detail .gallery-room #gallery_fade {
  position: relative;
  margin-bottom: 0;
}
.editly_pagetype_rooms_detail #page_rooms_detail .gallery-room .circle-arrow {
  position: absolute;
  top: 50%;
  margin-top: -18px;
  height: 36px;
  width: 36px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #fff;
  background-repeat: no-repeat;
  background-position: center center;
}
.editly_pagetype_rooms_detail #page_rooms_detail .gallery-room .circle-arrow:hover {
  background-color: #2daae1;
  border: 2px solid #2daae1;
}
.editly_pagetype_rooms_detail #page_rooms_detail .gallery-room .circle-arrow.left {
  left: 2%;
  background-image: url("../../img/banner/arrow-left.png");
}
.editly_pagetype_rooms_detail #page_rooms_detail .gallery-room .circle-arrow.right {
  left: 98%;
  margin-left: -40px;
  background-image: url("../../img/banner/arrow-right.png");
}
.editly_pagetype_rooms_detail #page_rooms_detail .contact-ml {
  zoom: 1;
}
.editly_pagetype_rooms_detail #page_rooms_detail .contact-ml:before,
.editly_pagetype_rooms_detail #page_rooms_detail .contact-ml:after {
  content: "";
  display: table;
}
.editly_pagetype_rooms_detail #page_rooms_detail .contact-ml:after {
  clear: both;
}
.editly_pagetype_rooms_detail #page_rooms_detail .contact-ml h3 {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 18px;
  color: #313b3b;
  line-height: 1.7;
  font-weight: bold;
}
.editly_pagetype_rooms_detail #page_rooms_detail .contact-ml .phone,
.editly_pagetype_rooms_detail #page_rooms_detail .contact-ml .mail,
.editly_pagetype_rooms_detail #page_rooms_detail .contact-ml .fax {
  width: 33.333333333333%;
  float: left;
}
.editly_pagetype_rooms_detail #page_rooms_detail .contact-ml .phone .text,
.editly_pagetype_rooms_detail #page_rooms_detail .contact-ml .phone .link,
.editly_pagetype_rooms_detail #page_rooms_detail .contact-ml .mail .text,
.editly_pagetype_rooms_detail #page_rooms_detail .contact-ml .mail .link,
.editly_pagetype_rooms_detail #page_rooms_detail .contact-ml .fax .text,
.editly_pagetype_rooms_detail #page_rooms_detail .contact-ml .fax .link {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 14px;
  color: #313b3b;
  line-height: 1.7;
  color: #2daae1;
  font-weight: bold;
}
@media screen and (max-width: 860px) {
  .editly_pagetype_rooms_detail #page_rooms_detail .contact-ml .phone,
  .editly_pagetype_rooms_detail #page_rooms_detail .contact-ml .mail,
  .editly_pagetype_rooms_detail #page_rooms_detail .contact-ml .fax {
    width: 50%;
  }
}
@media screen and (max-width: 415px) {
  .editly_pagetype_rooms_detail #page_rooms_detail .contact-ml .phone,
  .editly_pagetype_rooms_detail #page_rooms_detail .contact-ml .mail,
  .editly_pagetype_rooms_detail #page_rooms_detail .contact-ml .fax {
    width: 100%;
  }
}
.editly_pagetype_rooms_detail #page_rooms_detail .contact-ml .phone {
  margin-bottom: 25px;
}
.editly_pagetype_rooms_detail #page_rooms_detail .contact-ml .phone:before {
  content: "";
  background: transparent url("../../img/right/phone.png") no-repeat left center;
  width: 45px;
  height: 35px;
  padding: 17px 45px 16px 0;
}
.editly_pagetype_rooms_detail #page_rooms_detail .contact-ml .fax {
  margin-bottom: 25px;
}
.editly_pagetype_rooms_detail #page_rooms_detail .contact-ml .fax:before {
  content: "";
  background: transparent url("../../img/right/fax.png") no-repeat left center;
  width: 45px;
  height: 35px;
  padding: 17px 45px 16px 0;
}
.editly_pagetype_rooms_detail #page_rooms_detail .contact-ml .mail {
  margin-bottom: 25px;
}
.editly_pagetype_rooms_detail #page_rooms_detail .contact-ml .mail:before {
  content: "";
  background: transparent url("../../img/right/mail.png") no-repeat left center;
  width: 45px;
  height: 35px;
  padding: 15px 45px 16px 0;
}
.editly_pagetype_rooms_detail #page_rooms_detail .discription {
  border-top: 1px solid #e9e9e9;
  padding-top: 8px;
  margin-bottom: 30px;
}
.editly_pagetype_rooms_detail #page_rooms_detail .discription h3 {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 15px;
  color: #313b3b;
  line-height: 1.7;
  margin-bottom: 20px;
}
.editly_pagetype_rooms_detail #page_rooms_detail .discription .text {
  margin-right: 20px;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 13px;
  color: #313b3b;
  line-height: 1.7;
  text-align: justify;
}
.editly_pagetype_rooms_detail #page_rooms_detail .discription .text a {
  color: #2daae1;
}
.editly_pagetype_rooms_detail #page_rooms_detail .discription .image_float_none {
  margin-bottom: 20px;
}
.editly_pagetype_rooms_detail #page_rooms_detail .discription .image_float_none img {
  max-width: 100%;
}
.editly_pagetype_rooms_detail #page_rooms_detail .discription .image_float_right {
  float: right;
  margin: 0 0 15px 15px;
}
.editly_pagetype_rooms_detail #page_rooms_detail .discription .image_float_left {
  float: left;
  margin: 0 15px 15px 0;
}
.editly_pagetype_rooms_detail #page_rooms_detail .discription .image {
  display: block;
}
@media screen and (max-width: 780px) {
  .editly_pagetype_rooms_detail #page_rooms_detail .discription .image_float_right,
  .editly_pagetype_rooms_detail #page_rooms_detail .discription .image_float_left {
    float: none;
    display: block;
    margin: 0 0 10px;
  }
  .editly_pagetype_rooms_detail #page_rooms_detail .discription .image_float_right img,
  .editly_pagetype_rooms_detail #page_rooms_detail .discription .image_float_left img {
    max-width: 100%;
  }
}
@media screen and (max-width: 820px) {
  .editly_pagetype_rooms_detail #wrapper .banner {
    max-height: 130px;
  }
  .editly_pagetype_rooms_detail #wrapper .headlines {
    margin-top: 0;
  }
}
.editly_pagetype_rooms_detail #container .banner {
  background-color: #fff;
  max-height: 204px;
  overflow: hidden;
  opacity: 0.7;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.editly_pagetype_rooms_detail #container .banner:hover {
  opacity: 0.85;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.editly_pagetype_rooms_detail #container .banner .module-image {
  max-height: 204px;
}
.editly_pagetype_rooms_detail #container .banner img {
  width: 100%;
}
@media screen and (max-width: 820px) {
  .editly_pagetype_rooms_detail #container .banner {
    max-height: 130px;
  }
}
.editly_engine_edit_mode_active #page_rooms_detail .headlines {
  position: relative;
  top: 0;
  left: 0;
}
@media screen and (max-width: 660px) {
  .editly_pagetype_rooms_detail #wrapper #page_rooms_detail .headlines {
    position: relative;
    top: 0;
    left: 0;
    margin-top: 0;
  }
}
@media screen and (max-width: 820px) and (min-width: 601px) {
  .editly_pagetype_arrival #wrapper .map-banner .module-googlemaps div {
    max-height: 300px;
  }
}
@media screen and (max-width: 600px) {
  .editly_pagetype_arrival #wrapper .map-banner .module-googlemaps div {
    max-height: 200px;
    overflow: hidden;
  }
}
.editly_pagetype_arrival #wrapper .content-outer {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 35px 0px;
}
.editly_pagetype_arrival #wrapper .content-outer .headlines {
  margin-bottom: 40px;
  text-align: center;
}
.editly_pagetype_arrival #wrapper .content-outer .headlines:after {
  content: "";
  width: 48px;
  height: 1px;
  padding: 0px 48px 0 0;
  border-bottom: 1px solid rgba(157,157,156,0.48);
}
.editly_pagetype_arrival #wrapper .content-outer .module-content .text {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 14px;
  color: #313b3b;
  line-height: 1.7;
}
.editly_pagetype_arrival #wrapper .content-outer .module-content .text a {
  color: #2daae1;
  text-decoration: underline;
}
.editly_pagetype_arrival #wrapper .content-outer .module-content .text a:hover {
  text-decoration: none;
}
.editly_pagetype_arrival #wrapper .content-outer .module-content .image_float_none {
  margin-bottom: 20px;
  display: block;
}
.editly_pagetype_arrival #wrapper .content-outer .module-content .image_float_none img {
  max-width: 100%;
}
.editly_pagetype_arrival #wrapper .content-outer .module-content .image_float_right {
  float: right;
  margin: 0 0 25px 25px;
}
.editly_pagetype_arrival #wrapper .content-outer .module-content .image_float_left {
  float: left;
  margin: 0 25px 25px 0;
}
@media screen and (max-width: 700px) {
  .editly_pagetype_arrival #wrapper .content-outer .module-content .image_float_right,
  .editly_pagetype_arrival #wrapper .content-outer .module-content .image_float_left {
    float: none;
    display: block;
    margin: 0 0 10px;
  }
  .editly_pagetype_arrival #wrapper .content-outer .module-content .image_float_right img,
  .editly_pagetype_arrival #wrapper .content-outer .module-content .image_float_left img {
    max-width: 100%;
  }
}
@media screen and (max-width: 1020px) {
  .editly_pagetype_arrival #wrapper .content-outer {
    padding: 35px 2%;
    width: 96%;
  }
}
@media screen and (max-width: 500px) {
  .editly_pagetype_arrival #wrapper .content-outer {
    padding: 35px 5%;
    width: 90%;
  }
}
#box-room .headlines {
  text-align: center;
  margin-bottom: 30px;
}
#box-room .headlines:after {
  content: "";
  width: 48px;
  height: 1px;
  padding: 0px 48px 0 0;
  border-bottom: 1px solid rgba(157,157,156,0.48);
}
#box-room .headlines h3 {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 32px;
  color: #313b3b;
  line-height: 1.7;
  margin-bottom: 0;
}
#box-room .headlines h4 {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 16px;
  color: #313b3b;
  line-height: 1.7;
}
.editly_pagetype_content_page #page_content_page .banner {
  background-color: #000;
  max-height: 204px;
  min-height: 200px;
  overflow: hidden;
  opacity: 0.6;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.editly_pagetype_content_page #page_content_page .banner:hover {
  opacity: 0.85;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.editly_pagetype_content_page #page_content_page .banner .module-image {
  max-height: 204px;
}
.editly_pagetype_content_page #page_content_page .banner img {
  width: 100%;
}
.editly_pagetype_content_page #page_content_page .banner .editly-module-overlay {
  max-height: 204px;
}
.editly_pagetype_content_page #page_content_page .headlines {
  position: relative;
  max-width: 1000px;
  margin: -80px auto 7px;
}
.editly_pagetype_content_page #page_content_page .headlines .headline-inner {
  display: inline-block;
}
.editly_pagetype_content_page #page_content_page .headlines h1 {
  font-family: 'Roboto Slab', Arial, serif;
  font-size: 32px;
  line-height: 32px;
}
.editly_pagetype_content_page #page_content_page .headlines h2 {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 16px;
  color: #313b3b;
  line-height: 1.7;
  font-weight: normal;
}
@media screen and (max-width: 1020px) {
  .editly_pagetype_content_page #page_content_page .headlines h1,
  .editly_pagetype_content_page #page_content_page .headlines h2 {
    margin-left: 2%;
  }
}
@media screen and (max-width: 820px) {
  .editly_pagetype_content_page #page_content_page .banner {
    max-height: 100px;
    min-height: 90px;
  }
  .editly_pagetype_content_page #page_content_page .banner .module-image {
    max-height: 100px;
  }
}
@media screen and (max-width: 660px) {
  .editly_pagetype_content_page #page_content_page .headlines {
    margin: 0px auto 0px;
    padding-top: 20px;
  }
  .editly_pagetype_content_page #page_content_page .headlines .headline-inner {
    background: transparent;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0);
    -moz-box-shadow: 0 0 15px rgba(0,0,0,0);
    box-shadow: 0 0 15px rgba(0,0,0,0);
    border: none;
  }
  .editly_pagetype_content_page #page_content_page .headlines .headline-inner h1,
  .editly_pagetype_content_page #page_content_page .headlines .headline-inner h2 {
    color: #313b3b;
  }
}
.editly_pagetype_content_page #page_content_page .content-inner {
  padding-top: 20px;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1020px) {
  .editly_pagetype_content_page #page_content_page .content-inner {
    padding: 20px 2%;
    width: 96%;
  }
}
@media screen and (max-width: 500px) {
  .editly_pagetype_content_page #page_content_page .content-inner {
    padding: 20px 5%;
    width: 90%;
  }
}
.editly_engine_edit_mode_active #page_content_page .headlines {
  margin: 0px auto 0px;
}
#gallery_fade {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 38px;
}
@media screen and (max-width: 650px) {
  #gallery_fade {
    position: relative;
    margin-bottom: 0;
  }
}
#gallery_fade .responsive_fade_gallery {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}
#gallery_fade .responsive_fade_gallery img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
}
#gallery_fade .responsive_fade_gallery img:first-child {
  position: relative;
  z-index: 1;
}
#gallery_fade .responsive_fade_gallery .circle-container .circle-arrow {
  display: none;
  z-index: 250;
  position: absolute;
  top: 50%;
  margin-top: -18px;
  height: 36px;
  width: 36px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #fff;
  background-repeat: no-repeat;
  background-position: center center;
}
#gallery_fade .responsive_fade_gallery .circle-container .circle-arrow:hover {
  background-color: #2daae1;
  border: 2px solid #2daae1;
}
#gallery_fade .responsive_fade_gallery .circle-container .circle-arrow.left {
  left: 1%;
  background-image: url("../../img/banner/arrow-left.png");
}
#gallery_fade .responsive_fade_gallery .circle-container .circle-arrow.right {
  left: 99%;
  margin-left: -40px;
  background-image: url("../../img/banner/arrow-right.png");
}
#gallery_fade .responsive_fade_gallery:hover .circle-container .circle-arrow {
  display: block;
}
#page_home_page .gallery_opacity {
  overflow: hidden;
  position: relative;
}
#page_home_page .gallery_opacity .banner_overlay {
  width: 100%;
  max-width: 1000px;
  margin: 7% auto 4%;
  zoom: 1;
}
@media screen and (max-width: 1360px) {
  #page_home_page .gallery_opacity .banner_overlay {
    margin: 7% auto 2%;
  }
}
@media screen and (max-width: 1230px) {
  #page_home_page .gallery_opacity .banner_overlay {
    margin: 7% auto 1%;
  }
}
@media screen and (max-width: 820px) {
  #page_home_page .gallery_opacity .banner_overlay {
    margin: 4% auto;
  }
}
@media screen and (max-width: 760px) {
  #page_home_page .gallery_opacity .banner_overlay {
    margin: 2% auto;
  }
}
@media screen and (max-width: 660px) {
  #page_home_page .gallery_opacity .banner_overlay {
    margin: 0% auto 1%;
  }
}
@media screen and (max-width: 650px) {
  #page_home_page .gallery_opacity .banner_overlay {
    display: none;
  }
}
#page_home_page .gallery_opacity .banner_overlay:before,
#page_home_page .gallery_opacity .banner_overlay:after {
  content: "";
  display: table;
}
#page_home_page .gallery_opacity .banner_overlay:after {
  clear: both;
}
#page_home_page .gallery_opacity .banner_overlay #booking-container {
  position: relative;
  float: right;
  width: 365px;
  max-width: 100%;
  border: 2px solid #191f1f;
  -webkit-box-shadow: 0 0px 15px rgba(0,0,0,0.34);
  -moz-box-shadow: 0 0px 15px rgba(0,0,0,0.34);
  box-shadow: 0 0px 15px rgba(0,0,0,0.34);
}
#page_home_page .gallery_opacity .banner_overlay #booking-container .headline-booking {
  padding: 10px 15px;
  background: #313b3b;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#262a28),color-stop(1,#353937));
  background: -ms-linear-gradient(bottom,#262a28,#353937);
  background: -moz-linear-gradient(center bottom,#262a28 0%,#353937 100%);
  background: -o-linear-gradient(#353937,#262a28);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#353937', endColorstr='#262a28', GradientType=0);
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 16px;
  color: #313b3b;
  line-height: 1.7;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}
#page_home_page .gallery_opacity .banner_overlay #booking-container .headline-booking:before {
  content: "";
  width: 24px;
  height: 15px;
  background: transparent url("../../img/banner/bed.png") no-repeat center left;
  float: left;
  padding: 9px 10px 0 0;
}
#page_home_page .gallery_opacity .banner_overlay #booking-container .booking-inner {
  background-color: rgba(49,59,59,0.92);
  padding: 20px;
  zoom: 1;
}
#page_home_page .gallery_opacity .banner_overlay #booking-container .booking-inner:before,
#page_home_page .gallery_opacity .banner_overlay #booking-container .booking-inner:after {
  content: "";
  display: table;
}
#page_home_page .gallery_opacity .banner_overlay #booking-container .booking-inner:after {
  clear: both;
}
#page_home_page .gallery_opacity .banner_overlay #booking-container .booking-inner h3 {
  display: none;
}
#page_home_page .gallery_opacity .banner_overlay #booking-container .booking-inner .field .right-booking input {
  height: 30px;
  background-color: #fff;
  border: 1px solid #313b3b;
  padding: 3px 7%;
  width: 86%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.4);
  -moz-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.4);
  box-shadow: inset 1px 1px 2px rgba(0,0,0,0.4);
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 14px;
  color: #313b3b;
  line-height: 1.7;
}
#page_home_page .gallery_opacity .banner_overlay #booking-container .booking-inner .field .right-booking .select-outer {
  height: 30px;
  background-color: #fff;
  border: 1px solid #313b3b;
  padding: 3px 0;
  width: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.4);
  -moz-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.4);
  box-shadow: inset 1px 1px 2px rgba(0,0,0,0.4);
  position: relative;
  display: inline-block;
  min-width: 150px;
  margin-right: 10px;
  overflow: hidden;
}
#page_home_page .gallery_opacity .banner_overlay #booking-container .booking-inner .field .right-booking .select-outer:after {
  content: "";
  background: transparent url("../../img/booking/select_arrow.png") no-repeat 0 0;
  width: 11px;
  height: 0;
  position: absolute;
  top: 45%;
  right: 15px;
  padding-top: 20px;
  display: block;
}
#page_home_page .gallery_opacity .banner_overlay #booking-container .booking-inner .field .right-booking .select-outer select {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 14px;
  color: #313b3b;
  line-height: 1.7;
  padding: 3px 0px 3px 19px;
  position: relative;
  display: block;
  width: 120%;
  min-height: 32px;
  border: 0;
  background: transparent;
  cursor: pointer;
}
#page_home_page .gallery_opacity .banner_overlay #booking-container .booking-inner .field.date {
  margin: 0 -1.085%;
  zoom: 1;
  margin-bottom: 10px;
}
#page_home_page .gallery_opacity .banner_overlay #booking-container .booking-inner .field.date:before,
#page_home_page .gallery_opacity .banner_overlay #booking-container .booking-inner .field.date:after {
  content: "";
  display: table;
}
#page_home_page .gallery_opacity .banner_overlay #booking-container .booking-inner .field.date:after {
  clear: both;
}
#page_home_page .gallery_opacity .banner_overlay #booking-container .booking-inner .field.date:before,
#page_home_page .gallery_opacity .banner_overlay #booking-container .booking-inner .field.date:after {
  content: "";
  display: table;
}
#page_home_page .gallery_opacity .banner_overlay #booking-container .booking-inner .field.date:after {
  clear: both;
}
#page_home_page .gallery_opacity .banner_overlay #booking-container .booking-inner .field.date .left-booking {
  width: 31.163333333333%;
  margin: 0 1.085%;
  float: left;
  padding-top: 9px;
}
#page_home_page .gallery_opacity .banner_overlay #booking-container .booking-inner .field.date .right-booking {
  width: 64.496666666667%;
  margin: 0 1.085%;
  float: left;
}
#page_home_page .gallery_opacity .banner_overlay #booking-container .booking-inner .field.date label {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 14px;
  color: #313b3b;
  line-height: 1.7;
  font-weight: bold;
  color: #fff;
}
#page_home_page .gallery_opacity .banner_overlay #booking-container .booking-inner .field.count {
  margin-bottom: 10px;
  float: left;
  width: 47%;
  zoom: 1;
}
#page_home_page .gallery_opacity .banner_overlay #booking-container .booking-inner .field.count:before,
#page_home_page .gallery_opacity .banner_overlay #booking-container .booking-inner .field.count:after {
  content: "";
  display: table;
}
#page_home_page .gallery_opacity .banner_overlay #booking-container .booking-inner .field.count:after {
  clear: both;
}
#page_home_page .gallery_opacity .banner_overlay #booking-container .booking-inner .field.count label {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 14px;
  color: #313b3b;
  line-height: 1.7;
  font-weight: bold;
  color: #fff;
}
#page_home_page .gallery_opacity .banner_overlay #booking-container .booking-inner .field.rooms {
  margin-right: 3%;
}
#page_home_page .gallery_opacity .banner_overlay #booking-container .booking-inner .field.persons {
  margin-left: 3%;
}
#page_home_page .gallery_opacity .banner_overlay #booking-container .booking-inner .arrival .ico {
  position: absolute;
  top: 76px;
  right: 30px;
  overflow: hidden;
  height: 0;
  width: 20px;
  background: transparent url("../../img/booking/calender.png") no-repeat 0 0;
  padding-top: 20px;
  display: block;
}
#page_home_page .gallery_opacity .banner_overlay #booking-container .booking-inner .field.date.departure {
  margin-bottom: 15px;
}
#page_home_page .gallery_opacity .banner_overlay #booking-container .booking-inner .field.date.departure .ico {
  position: absolute;
  top: 125px;
  right: 30px;
  overflow: hidden;
  height: 0;
  width: 20px;
  background: transparent url("../../img/booking/calender.png") no-repeat 0 0;
  padding-top: 20px;
  display: block;
}
@media screen and (max-width: 1260px) {
  #page_home_page .gallery_opacity .banner_overlay #booking-container .booking-inner .arrival .ico {
    top: 90px;
    right: 30px;
  }
  #page_home_page .gallery_opacity .banner_overlay #booking-container .booking-inner .field.date.departure .ico {
    top: 90px;
    right: 203px;
  }
}
#page_home_page .gallery_opacity .banner_overlay #booking-container .booking-inner .button-outer .button .submit {
  width: 100%;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 16px;
  color: #313b3b;
  line-height: 1.7;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  background: #2daae1;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#1a8cd3),color-stop(1,#2daae1));
  background: -ms-linear-gradient(bottom,#1a8cd3,#2daae1);
  background: -moz-linear-gradient(center bottom,#1a8cd3 0%,#2daae1 100%);
  background: -o-linear-gradient(#2daae1,#1a8cd3);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2daae1', endColorstr='#1a8cd3', GradientType=0);
  margin-right: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #1C698B;
  padding: 10px;
  -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 0 4px rgba(0,0,0,0.3);
  box-shadow: 0 0 4px rgba(0,0,0,0.3);
}
#page_home_page .gallery_opacity .banner_overlay #booking-container .booking-inner .button-outer .button .submit:hover {
  background: #2daae1;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#2daae1),color-stop(1,#2daae1));
  background: -ms-linear-gradient(bottom,#2daae1,#2daae1);
  background: -moz-linear-gradient(center bottom,#2daae1 0%,#2daae1 100%);
  background: -o-linear-gradient(#2daae1,#2daae1);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2daae1', endColorstr='#2daae1', GradientType=0);
  text-decoration: none;
  -webkit-box-shadow: 0 0 4px rgba(0,0,0,0);
  -moz-box-shadow: 0 0 4px rgba(0,0,0,0);
  box-shadow: 0 0 4px rgba(0,0,0,0);
  color: #fff;
  cursor: pointer;
}
@media screen and (max-width: 1260px) {
  #page_home_page .gallery_opacity .banner_overlay #booking-container {
    margin: 1% 0 0;
  }
  #page_home_page .gallery_opacity .banner_overlay #booking-container .booking-inner {
    padding: 10px 20px;
  }
  #page_home_page .gallery_opacity .banner_overlay #booking-container .booking-inner .field.date {
    margin-bottom: 10px;
    float: left;
    width: 47%;
    zoom: 1;
  }
  #page_home_page .gallery_opacity .banner_overlay #booking-container .booking-inner .field.date:before,
  #page_home_page .gallery_opacity .banner_overlay #booking-container .booking-inner .field.date:after {
    content: "";
    display: table;
  }
  #page_home_page .gallery_opacity .banner_overlay #booking-container .booking-inner .field.date:after {
    clear: both;
  }
  #page_home_page .gallery_opacity .banner_overlay #booking-container .booking-inner .field.date .left-booking {
    float: none;
    width: 100%;
    padding-top: 0;
  }
  #page_home_page .gallery_opacity .banner_overlay #booking-container .booking-inner .field.date .left-booking label {
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 14px;
    color: #313b3b;
    line-height: 1.7;
    font-weight: bold;
    color: #fff;
  }
  #page_home_page .gallery_opacity .banner_overlay #booking-container .booking-inner .field.date .right-booking {
    width: 100%;
  }
  #page_home_page .gallery_opacity .banner_overlay #booking-container .booking-inner .field.arrival {
    margin-right: 3%;
  }
  #page_home_page .gallery_opacity .banner_overlay #booking-container .booking-inner .field.departure {
    margin-left: 3%;
  }
}
@media screen and (max-width: 1180px) {
  #page_home_page .gallery_opacity .banner_overlay #booking-container {
    display: none;
  }
}
#page_home_page .gallery_opacity .banner_overlay .banner-text {
  padding: 5px 15px 15px 15px;
  margin: 5% 0;
  position: relative;
  float: left;
  max-width: 530px;
}
#page_home_page .gallery_opacity .banner_overlay .banner-text .module-text {
  font-family: 'Roboto Slab', Arial, serif;
  font-size: 40px;
  text-shadow: rgba(0,0,0,0.3) 2px 2px 3px;
  color: #fff;
  font-weight: bold;
}
#page_home_page .gallery_opacity .banner_overlay .banner-text .module-wysiwyg {
  font-family: 'Roboto Slab', Arial, serif;
  font-size: 20px;
  color: #fff;
  font-weight: normal;
  margin-bottom: 35px;
  text-shadow: rgba(0,0,0,0.3) 2px 2px 3px;
}
#page_home_page .gallery_opacity .banner_overlay .banner-text .button .module-textlink .link {
  white-space: nowrap;
  width: 100%;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 16px;
  color: #313b3b;
  line-height: 1.7;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  background: #2daae1;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#1a8cd3),color-stop(1,#2daae1));
  background: -ms-linear-gradient(bottom,#1a8cd3,#2daae1);
  background: -moz-linear-gradient(center bottom,#1a8cd3 0%,#2daae1 100%);
  background: -o-linear-gradient(#2daae1,#1a8cd3);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2daae1', endColorstr='#1a8cd3', GradientType=0);
  margin-right: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #1C698B;
  padding: 10px 15px 10px 25px;
  -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 0 4px rgba(0,0,0,0.3);
  box-shadow: 0 0 4px rgba(0,0,0,0.3);
}
#page_home_page .gallery_opacity .banner_overlay .banner-text .button .module-textlink .link:hover {
  background: #2daae1;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#2daae1),color-stop(1,#2daae1));
  background: -ms-linear-gradient(bottom,#2daae1,#2daae1);
  background: -moz-linear-gradient(center bottom,#2daae1 0%,#2daae1 100%);
  background: -o-linear-gradient(#2daae1,#2daae1);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2daae1', endColorstr='#2daae1', GradientType=0);
  text-decoration: none;
  -webkit-box-shadow: 0 0 4px rgba(0,0,0,0);
  -moz-box-shadow: 0 0 4px rgba(0,0,0,0);
  box-shadow: 0 0 4px rgba(0,0,0,0);
  color: #fff;
}
#page_home_page .gallery_opacity .banner_overlay .banner-text .button .module-textlink .link:after {
  content: "";
  width: 10px;
  height: 16px;
  background: transparent url("../../img/banner/button-arrow.png") no-repeat right 4px;
  padding: 0px 30px 0 0;
}
@media screen and (max-width: 1250px) {
  #page_home_page .gallery_opacity .banner_overlay .banner-text {
    margin: 3% 0;
  }
}
@media screen and (max-width: 1180px) {
  #page_home_page .gallery_opacity .banner_overlay .banner-text {
    margin: 3% auto 2%;
    float: none;
    max-width: 90%;
  }
  #page_home_page .gallery_opacity .banner_overlay .banner-text .module-text {
    font-size: 30px;
  }
  #page_home_page .gallery_opacity .banner_overlay .banner-text .module-wysiwyg {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1160px) {
  #page_home_page .gallery_opacity .banner_overlay .banner-text {
    margin: 3% auto 1%;
    padding-bottom: 5px;
  }
  #page_home_page .gallery_opacity .banner_overlay .banner-text .module-text {
    font-size: 30px;
  }
  #page_home_page .gallery_opacity .banner_overlay .banner-text .module-wysiwyg {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 910px) {
  #page_home_page .gallery_opacity .banner_overlay .banner-text .module-text {
    font-size: 25px;
  }
  #page_home_page .gallery_opacity .banner_overlay .banner-text .module-wysiwyg {
    font-size: 20px;
    margin-bottom: 15px;
  }
  #page_home_page .gallery_opacity .banner_overlay .banner-text .button .module-textlink .link {
    font-size: 13px;
    padding: 5px 25px;
  }
}
@media screen and (max-width: 840px) {
  #page_home_page .gallery_opacity .banner_overlay .banner-text {
    margin: 2% auto 0;
  }
}
@media screen and (max-width: 800px) {
  #page_home_page .gallery_opacity .banner_overlay .banner-text {
    margin: 0% auto;
  }
}
@media screen and (max-width: 650px) {
  #page_home_page .gallery_opacity .banner_overlay .banner-text {
    display: none;
  }
}
@media screen and (max-width: 1020px) and (min-width: 650px) {
  #page_home_page .gallery_opacity .responsive_fade_gallery:hover .circle-container .circle-arrow {
    display: none;
  }
}
