/* GENERAL */
body {
  position: relative;
  margin: 0;
  padding: 0;
  font-family: 'Ubuntu', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.5;
  color: #000;
  background-position: 100% 0;
  background-attachment: fixed;
  background-size: auto 100%;
  float:left;
  min-height:768px;
  width:100%;
  background-color: #f5f5f5;
}
h1 {
  margin: 0;
  font-family: "Ubuntu";
  font-weight: 300;
  font-size:30px;
  padding: 40px 0 15px 0px;
}
h2 {
  margin: 0;
  font-family: "Ubuntu";
  font-weight: 400;
  font-size:24px;
  padding: 40px 0 15px 0px;
}
h3 {
    font-size: 18px;
    margin: 0 0 10px;
    text-transform: uppercase;
    font-weight: bold;
    color: #643B18;
}
.content-formatted:after {
  content: "";
  display: table;
  clear: both;
}
a,a:hover,a:focus{
  text-decoration: none;
}
a,a:hover {
    color: #643B18;
    text-decoration: none;
}
.slider a,.slider a:hover{
  color:#643B18;
}


.slider .carousel-control,.slider .carousel-control:hover{
  color:#ffe360;
}
.body-background-color {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.menu-lang, .search,
.search-left,
.search-right {
  display: inline-block;
}

.bgpicker-btn {
  position: absolute;
  background: none;
  border: none;
  cursor: pointer;
}
.bgpicker-btn:focus {
  outline: none;
}

.body-background-image,
.body-background-color {
  position: fixed;
  z-index: -2;
}

.body-background-image {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}

.container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
}
@media screen and (max-width: 752px) {
  .container {
    padding: 20px;
  }
}
.container a {
  text-decoration: none;
}
.container a img {
  border: none;
}

.content-formatted {
  word-wrap: break-word;
}
.content-formatted h1, .content-formatted h2, .content-formatted h3, .content-formatted h4, .content-formatted h5, .content-formatted h6, .content-formatted p, .content-formatted ul, .content-formatted ol, .content-formatted pre, .content-formatted code, .content-formatted img, .content-formatted iframe, .content-formatted table form {
  margin-bottom: 0;
}
.content-formatted h1:first-child, .content-formatted h2:first-child, .content-formatted h3:first-child, .content-formatted h4:first-child, .content-formatted h5:first-child, .content-formatted h6:first-child, .content-formatted p:first-child, .content-formatted ul:first-child, .content-formatted ol:first-child, .content-formatted pre:first-child, .content-formatted code:first-child, .content-formatted img:first-child, .content-formatted iframe:first-child, .content-formatted table form:first-child {
  margin-top: 0;
}
.content-formatted h1, .content-formatted h2, .content-formatted h3, .content-formatted h4, .content-formatted h5, .content-formatted h6 {
  color: #1b2124;
  word-wrap: break-word;
}
.content-formatted h1 {
  margin-top: 40px;
  font-size: 50px;
  line-height: 1;
}
.content-formatted h2 {
  margin-top: 15px;
  font-size: 30px;
}
.content-formatted h3, .content-formatted h4, .content-formatted h5, .content-formatted h6 {
  margin-top: 20px;
  font-size: 20px;
}
@media screen and (max-width: 480px) {
  .content-formatted h1 {
    font-size: 30px;
  }
  .content-formatted h2 {
    font-size: 25px;
  }
}
.content-formatted p {
  margin-top: 20px;
}
.content-formatted a {
  color: #0066bb;
}
.content-formatted a:hover {
  color: #0066bb;
  color: rgba(0, 102, 187, 0.8);
}
.content-formatted img, .content-formatted iframe {
  max-width: 100%;
}
.content-formatted img {
  height: auto;
}
.content-formatted img, .content-formatted iframe, .content-formatted pre {
  margin-top: 25px;
}
.content-formatted pre,
.content-formatted code {
  font-size: 14px;
  background-color: #fafafa;
}
.footer .edys-gallery-wall-item {
    margin: 10px 30px 0 !important;
    line-height: 48px;
    height: 48px;
}

.content-formatted pre {
  overflow: auto;
  padding: 10px;
}
.content-formatted pre code {
  display: inline;
  padding: 0;
  white-space: pre;
  line-height: inherit;
  background-color: transparent;
  overflow-wrap: normal;
  word-wrap: normal;
  word-break: normal;
}
.content-formatted code {
  display: inline-block;
  padding: 5px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-all;
}
.content-formatted blockquote {
  margin: 20px 40px;
}
.content-formatted .edy-positionable-container-left,
.content-formatted .edy-positionable-container-right {
  width: 45%;
}
.content-formatted .edy-positionable-container-left {
  margin-right: 20px;
}
.content-formatted .edy-positionable-container-right {
  margin-left: 20px;
}
.content-formatted .edy-image-container-with-title:after {
  display: block;
  padding: 4px;
  font-size: 12px;
  line-height: 1.3em;
  content: attr(data-title);
}
.content-formatted .table-container {
  margin-top: 20px;
}
.content-formatted .overthrow {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.content-formatted .horizontal-scroll {
  border-left: 1px dashed #303132;
  border-right: 1px dashed #303132;
}
.content-formatted table {
  width: 100%;
  margin-top: 20px;
  font-size: 16px;
  border-collapse: collapse;
}
.content-formatted table td {
  padding: 10px;
  border-top: 1px solid #303132;
  border-bottom: 1px solid #303132;
}
.content-formatted .edy-texteditor-view {
  min-height: 32px;
}
.content-formatted .edy-partial-view {
  margin-top: 25px;
}

/* MENUS */
.menu-btn {
  display: none;
}
@media screen and (max-width: 992px) {
 .menu-btn {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  margin: 0;
  padding: 13px 8px;
  background: none;
  border: none;
  cursor: pointer;
  background-color: #000;
  z-index:12312;
}
  .menu-btn.open .menu-stripe {
    background-color: #ffe360;
  }
  .menu-btn:focus {
    outline: none;
  }
  .menu-btn::-moz-focus-inner {
    padding: 0;
    border: 0;
  }
  .menu-btn .menu-stripe {
  display: block;
  width: 24px;
  height: 2px;
  margin: 4px 0;
  background-color: #ffe360;
  border-radius: 5px;
}
  .menu-btn .menu-stripe:first-child, .menu-btn .menu-stripe:last-child {
    margin: 0;
  }
}

.edit-btn {
  display: inline-block;
  vertical-align: middle;
  line-height: 0.8;
  margin-right: 20px;
}
@media screen and (max-width: 752px) {
  .edit-btn {
    margin-right: 0;
  }
}

.menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu .menu-link {
  display: block;
  color: #0066bb;
}
.menu .menu-link.untranslated {
  color: #cc0000;
  color: rgba(204, 0, 0, 0.5);
}
.menu .menu-link.active {
}
.menu .menu-link:hover {
  color: #727272;
}

.menu-main {
  padding: 6px 0;
}
.menu-main .menu .menu-item {
  display: inline-block;
  margin-right: 20px;
  line-height: 1;
}
.menu-main .menu .menu-link.active {
}
.menu-main .menu-sub {
  display: none;
}
.menu-main .menu-lang {
  display: none;
}


.menu-sub .menu .menu-item {
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
}
.menu-sub .menu .menu-item:first-child {
  margin-left: 0;
}
@media screen and (max-width: 752px) {
  .menu-sub {
    margin-top: 30px;
  }
}

.menu-lang .menu {
  vertical-align: middle;
}
.header-right .menu-lang .edit-btn {
  margin-left: 10px;
}
@media screen and (max-width: 900px) {
  .menu-lang {
    margin-top: 5px;
  }
}
@media screen and (max-width: 752px) {
  .menu-lang {
    display: block;
  }
  .header-right .menu-lang {
    display: none;
  }
}

.lang-flag-sq:after {
  background-position: 0 0;
}

.lang-flag-hy:after {
  background-position: -20px 0;
}

.lang-flag-bn:after {
  background-position: -40px 0;
}

.lang-flag-pt:after {
  background-position: -60px 0;
}

.lang-flag-bg:after {
  background-position: -80px 0;
}

.lang-flag-zh:after {
  background-position: -100px 0;
}

.lang-flag-hr:after {
  background-position: -120px 0;
}

.lang-flag-da:after {
  background-position: -140px 0;
}

.lang-flag-cs:after {
  background-position: -160px 0;
}

.lang-flag-et:after {
  background-position: -180px 0;
}

.lang-flag-fi:after {
  background-position: 0px -14px;
}

.lang-flag-fr:after {
  background-position: -20px -14px;
}

.lang-flag-ka:after {
  background-position: -40px -14px;
}

.lang-flag-de:after {
  background-position: -60px -14px;
}

.lang-flag-el:after {
  background-position: -80px -14px;
}

.lang-flag-hu:after {
  background-position: -100px -14px;
}

.lang-flag-is:after {
  background-position: -120px -14px;
}

.lang-flag-hi:after {
  background-position: -140px -14px;
}

.lang-flag-id:after {
  background-position: -160px -14px;
}

.lang-flag-fa:after {
  background-position: -180px -14px;
}

.lang-flag-he:after {
  background-position: 0px -28px;
}

.lang-flag-it:after {
  background-position: -20px -28px;
}

.lang-flag-ja:after {
  background-position: -40px -28px;
}

.lang-flag-ko:after {
  background-position: -60px -28px;
}

.lang-flag-lv:after {
  background-position: -80px -28px;
}

.lang-flag-lt:after {
  background-position: -100px -28px;
}

.lang-flag-ms:after {
  background-position: -120px -28px;
}

.lang-flag-nl:after {
  background-position: -140px -28px;
}

.lang-flag-no:after {
  background-position: -160px -28px;
}

.lang-flag-ur:after {
  background-position: -180px -28px;
}

.lang-flag-fil:after {
  background-position: 0px -42px;
}

.lang-flag-pl:after {
  background-position: -20px -42px;
}

.lang-flag-ro:after {
  background-position: -40px -42px;
}

.lang-flag-ru:after {
  background-position: -60px -42px;
}

.lang-flag-ar:after {
  background-position: -80px -42px;
}

.lang-flag-sk:after {
  background-position: -100px -42px;
}

.lang-flag-sl:after {
  background-position: -120px -42px;
}

.lang-flag-es:after {
  background-position: -140px -42px;
}

.lang-flag-sv:after {
  background-position: -160px -42px;
}

.lang-flag-tr:after {
  background-position: -180px -42px;
}

.lang-flag-uk:after {
  background-position: 0px -56px;
}

.lang-flag-en:after {
  background-position: -20px -56px;
}

.tags-title {
  display: inline-block;
  font-weight: 700;
  font-size: 14px;
}

.menu-tags {
  display: inline-block;
}

/* HEADER */
.header {
  padding-bottom: 30px;
}
.no-flexbox .header {
  display: table;
  vertical-align: top;
  width: 100%;
}
.flexbox .header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.no-flexbox .header .header-left, .no-flexbox
.header .header-right {
  display: table-cell;
}
.header .header-left {
  width: 490px;
}
.header .header-left .header-title {
  display: none;
}
.header .header-left .header-title, .header .header-left .header-title a {
  font-size: 28px;
  font-weight: 700;
  color: #727272;
}
.header .header-left .header-title:hover, .header .header-left .header-title a:hover {
  color: #727272;
  color: rgba(114, 114, 114, 0.8);
}
.header .header-right {
  width: 470px;
  text-align: right;
}
.flexbox .header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 900px) {
  .no-flexbox .header, .flexbox .header {
    width: 100%;
  }
  .header .header-left {
    width: 480px;
  }
  .header .header-right {
    width: 480px;
  }
}
@media screen and (max-width: 752px) {
  .header .header-left {
    width: 425px;
  }
  .header .header-left .header-title {
    display: block;
  }
  .header .header-right {
    width: 535px;
  }
}
@media screen and (max-width: 506px) {

}

/* CONTENT */
.content {
  display: block;
  margin-top: 30px;
}
.front-page .content {
  margin-top: 40px;
}
@media screen and (max-width: 752px) {
  .content, .front-page .content {
    margin-top: 20px;
  }
}

.content-header .edy-partial-view {
  margin-top: -3px;
}

.content-title.content-formatted,
.content-slogan.content-formatted {
  color: #1b2124;
}
.content-title.content-formatted h1,
.content-slogan.content-formatted h1 {
  font-size: 100px;
}
.content-title.content-formatted h2,
.content-slogan.content-formatted h2 {
  font-size: 50px;
}
.content-title.content-formatted h3,
.content-slogan.content-formatted h3 {
  font-size: 30px;
}
@media screen and (max-width: 480px) {
  .content-title.content-formatted h1,
  .content-slogan.content-formatted h1 {
    font-size: 50px;
  }
  .content-title.content-formatted h2,
  .content-slogan.content-formatted h2 {
    font-size: 30px;
  }
  .content-title.content-formatted h3,
  .content-slogan.content-formatted h3 {
    font-size: 20px;
  }
}

.content-title.content-formatted {
  line-height: 1;
  font-weight: 700;
  font-size: 100px;
}
@media screen and (max-width: 752px) {
  .content-title.content-formatted {
    display: none;
  }
}

.content-slogan {
  margin-top: 5px;
  padding-bottom: 35px;
}
.content-slogan.content-formatted {
  font-weight: 400;
  font-size: 50px;
}

.front-page .content-body {
  margin-top: 45px;
}
@media screen and (max-width: 752px) {
  .front-page .content-body {
    margin-top: 35px;
  }
}
.front-page .content-body p {
  margin-top: 10px;
  font-size: 25px;
  line-height: 1.5;
}
@media screen and (max-width: 752px) {
  .front-page .content-body p {
    font-size: 18px;
  }
}
.common-page .content-body {
  margin-top: 35px;
}

/* BLOG & BLOG ARTICLE */
.post .post-title {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.1;
}
.post .post-title, .post .post-title a {
  font-size: 50px;
  color: #1b2124;
}
.post .post-title a:hover {
  color: #1b2124;
  color: rgba(27, 33, 36, 0.8);
}
@media screen and (max-width: 480px) {
  .post .post-title, .post .post-title a {
    font-size: 30px;
  }
}
.post .post-date {
  font-size: 14px;
  color: #1b2124;
}
.post .post-author {
  font-size: 12px;
}
.post .post-content {
  margin-top: 20px;
}
.post .post-content .post-body {
  margin-top: 20px;
}
.post .post-comments-count a {
  font-size: 14px;
  color: #0066bb;
}
.post .post-comments-count a:hover {
  color: #0066bb;
  color: rgba(0, 102, 187, 0.8);
}

.blog-page .post {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #727272;
  border-bottom: 1px solid rgba(114, 114, 114, 0.3);
}

/* GALLERY */
.edys-gallery-area {
  margin-top: 25px;
}
.edys-gallery-area:first-child {
  margin-top: 0;
}

.edys-gallery .edys-gallery-item {
  display: inline-block;
}
.edys-gallery .edys-gallery-item .edys-gallery-image.inactive {
  opacity: 0.6;
}
.edys-gallery .edys-gallery-item:hover {
  opacity: 1;
}

/* SEARCH */
@media screen and (max-width: 752px) {
  .search {
    margin-right: 40px;
  }
}
@media screen and (max-width: 506px) {
  .search {
    position: relative;
    display: block;
    margin-right: 0;
  }
  .header-right .search {
    display: none;
  }
}

.search-inner {
  display: inline-block;
  vertical-align: middle;
}

.search-mobile {
  display: none;
}
@media screen and (max-width: 506px) {
  .search-mobile {
    display: block;
    margin-top: 20px;
  }
}

.search-left .search-input {
  width: 128px;
  padding: 7px 10px;
  font-family: inherit;
  font-size: 14px;
  border: 1px solid #787878;
  border-radius: 3px;
}
@media screen and (max-width: 506px) {
  .search-left {
    width: -webkit-calc(100% - 75px);
    width: calc(100% - 75px);
  }
  .search-left .search-input {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.search-right .search-submit {
  vertical-align: middle;
}
@media screen and (max-width: 506px) {
  .search-right {
    position: absolute;
    top: 0;
    right: 0;
  }
}

/* FORMS */
.content-formatted form {
  max-width: 100%;
  margin-top: 25px;
}
.content-formatted .form_field,
.content-formatted .edy-fe-label {
  font-size: 14px;
}
.content-formatted .form_field {
  margin-top: 20px;
}
.content-formatted .form_field_required .form_field_label:after {
  content: '*';
}
.content-formatted label {
  display: block;
}
.content-formatted .form_field_label,
.content-formatted .edy-fe-label {
  font-weight: 700;
  font-family: inherit;
  line-height: 1.3;
}
.content-formatted .form_field_textfield,
.content-formatted .form_field_textarea,
.content-formatted .form_field_select,
.content-formatted .form_field_file,
.content-formatted .form_submit input {
  font-family: inherit;
  font-size: 14px;
}
.content-formatted .form_field_textfield,
.content-formatted .form_field_textarea,
.content-formatted .form_field_select,
.content-formatted .form_field_file {
  max-width: 100%;
}
.content-formatted .form_field_textfield,
.content-formatted .form_field_textarea {
  width: 280px;
  margin: 0;
  padding: 7px;
  border: 1px solid #787878;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 420px) {
  .content-formatted .form_field_textfield,
  .content-formatted .form_field_textarea {
    width: 100%;
  }
}
.content-formatted .form_field_textarea {
  min-height: 98px;
}
.content-formatted .form_field_size_medium {
  width: 420px;
}
@media screen and (max-width: 420px) {
  .content-formatted .form_field_size_medium {
    width: 100%;
  }
}
.content-formatted .form_field_size_large {
  width: 580px;
}
.content-formatted .form_submit {
  margin-top: 10px;
}
.content-formatted .form_error,
.content-formatted .form_field_error {
  color: #cc0000;
}
.content-formatted .form_field_with_errors .form_field_textfield,
.content-formatted .form_field_with_errors .form_field_textarea {
  border: 1px solid #cc0000;
}
.content-formatted .form_notice {
  color: #60a740;
}

/* COMMENTS */
.comments {
  margin-top: 50px;
}
.comments .comment-title,
.comments .comment,
.comments .comment-form {
  margin-top: 25px;
}

/* FOOTER */
.footer {
  margin-top: 50px;
}

@media screen and (max-width: 752px) {
  .footer {
    margin-top: 35px;
  }
}
.footer .content-formatted {
  font-size: 14px;
  line-height: 1.5;
}
.footer .content-formatted .edy-texteditor-view {
  min-height: 18px;
}
.footer .voog-reference {
  margin-top: 30px;
}
.footer .voog-reference a {
  display: inline-block;
  padding: 7px 9px;
  font-size: 10px;
  color: #1b2124;
  color: rgba(27, 33, 36, 0.75);
  line-height: 1;
  background-color: white;
  border: 1px solid #000000;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.footer .voog-reference a:hover {
  color: #1b2124;
  color: rgba(27, 33, 36, 0.75);
  border: 1px solid #000000;
  border: 1px solid rgba(0, 0, 0, 0.75);
}

.item{
  height:600px;
  width:100%;
  background-color: #000;
}
.sm .item{
  height:485px;
  width:100%;
}
.textarea-inner {
    height: 115px;
    max-height: 115px;
    padding: 30px;
    background-color: #eaeaea;
    position: absolute;
    top: 100%;
    z-index: 99999;
    max-width: 1140px;
}
.carousel-indicators li{
  height:13px;
  width:13px;
  border:none;
  border-radius:0;
  background-color:transparent;
  background-image:url(/images/b21.png);
  margin:0px;
  margin-right:10px;
  background-position: -10px -9px;
}
.carousel-indicators li.active{
  height:13px;
  width:13px;
  border:none;
  border-radius:0;
  background-color:transparent;
  margin:0px;
  margin-right:10px;
  background-position: -66px -9px;
}
.carousel-indicators {
  position: absolute;
  bottom: 30px;
  left: 0;
  z-index: 15;
  width: 100%;
  padding-left: 30px;
  margin-left: 0;
  text-align: left;
  margin:0;
  list-style: none;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
  .mainmenu{
  height: 490px;
  background-color: white;
  width:300px;
}
.slider {
  height: 600px;
  background-color: #000;
  float: right;
  padding:0;
  width:calc(100% - 300px);
}
.contentpage .prices {
  min-height: 605px;
  float: right;
  padding:0;
  width:calc(100% - 300px);
}


.speciale .table {
  width: 100%;
  height: 100%;
  text-align: center;
  display: table;
  margin: 0;
}

.speciale a {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  padding: 0 10px;
  position: relative;
}
#pagetitle {
  position: absolute;
  bottom: 60px;
  z-index: 123;
  font-size: 19px;
  font-family: "Ubuntu";
  color: #fff;
  padding:0 0 0 30px;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 5px;
  line-height:1;
}
.logo{
  height:150px;
  width:100%;
  float:lefT;
  background-image:url(/images/kaariku_logo.png);
  background-position:50%;
  background-repeat:no-repeat;
}
.menu {
  text-align: center;
  float: left;
  width: 100%;
}
.menu .menu-link,.lang-menu a{
  color:#000;
  font-size:16px;
  line-height:30px;
  font-family:"Ubuntu";
}
.lang-menu a:hover, .menu .menu-link.active,.menu .menu-link:hover,.menu .menu-link:active{
  color:#643B18;
  text-decoration:none;
}
.lang-menu {
  list-style-type: none;
  display: block;
  text-align: center;
  margin: 0;
  padding: 0;
  float:left;
  width:100%;
}
.lang-menu li {
  display: inline-block;
  padding: 0 5px;
}
.square {
  float: left;
  width: 100%;
  padding: 10px 0;
  background-image: url(/images/menusquare.png);
  background-position: 50%;
  background-repeat: no-repeat;
}
.allplaces {
    float: left;
    max-width: 100%;
    margin-top: 30px;
    position: absolute;
    bottom: 20px;
    min-width: 160px;
    left: 50%;
    margin-left: -80px;
}
.allplaces .image-container{
  margin:0 15px;
}
.table-cell {
  display: table-cell;
  vertical-align: middle;
}
.ilm {
  float: left;
  width:300px;
  position: relative;
  cursor:pointer;
}
.blogs {
    width: calc(100% - 300px);
    max-width: 100%;
    background-color: #000;
}

.temp {
  font-size: 36px;
  font-family: "Ubuntu";
  text-align: center;
  line-height: 1;
  height: 115px;
  display: inline-block;
  line-height: 115px;
}
.other{
  height:115px;
  display:inline-block;
}
.other .table-cell {
  position: relative;
  top: 22px;
}
.nahtus {
  display: inline-block;
  width: 40px;
}

.sunny {
  float: left;
  width: 100%;
  height: 115px;
  background-image: url(/images/sunny.png);
  background-position: 50%;
  background-repeat: no-repeat;
}
.ilm > div{
  padding:0;
  
}
.ilm {
  text-align: center;
  position: relative;
  height: 115px;
}
.ilm .other{
  padding-left: 10px;
}
.logos {
    float: left;
    width: 100%;
    height: 48px;
    margin: 0;
    display: block;
    text-align: center;
    overflow: hidden;
    line-height: 48px;
    background-color: #fff;
}

.logos .image-container {
  vertical-align: middle;
  float: none !important;
  line-height: 100px;
  vertical-align: middle;
  margin: 0 20px;
  -webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
    -moz-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
         -o-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
         -webkit-filter: grayscale(100%);
         filter: gray;
         filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
         
}
.logos .image-container:hover {
  vertical-align: middle;
  float: none !important;
  line-height: 100px;
  vertical-align: middle;
  margin: 0 20px;
    -moz-filter:none;
         -o-filter:none;
         -webkit-filter: grayscale(0%);
         filter: none;
 -webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;      
}

.post.olnytitle h3 {
    color: #ffe360;
    font-size: 18px;
    font-family: "Ubuntu";
    font-weight: 400;
    padding-left: 15px;
    margin-top: 10px;
}
.menu .menu-sub .menu-link,.menuarea .menu-sub .menu-link{
  color:#fff;
  padding-left:20px;
  font-family:"Ubuntu";
  line-height:35px;
}
span.reads {
    display: inline-block;
    margin-left: 5px;
    color: #ffe360;
}
.menu-sub .menu .menu-item {
  display: block;
  font-size: 14px;
  margin: 0;
  font-size: 16px;
  position: relative;
}
.menu .menu-sub .menu{
  text-align:left;
}
.menu .menu-sub .menu-item:hover .menu-link,.menuarea .menu-sub .menu-item:hover .menu-link,.menuarea .menu-sub .menu-item .menu-link.active{
  color:#000;
  background-color:#ffe360;
}
ul.menu.third {
  position: absolute;
  left: 100%;
  top: 0;
  background-color: #ffe360;
  display:none;
}

.menu .menu.third a{
    color: #000;

}
.event input[type="checkbox"] {
    float: left;
}
.menu .menu-sub .third  .menu-link{
  color:#000;
  background-color:#ffe360;
}
.menu .menu-sub .third .menu-item:hover .menu-link {
  color: #000;
  background-color: #fff1b2;
}
.menu-item:hover > .third{
  display:block;
}
.madein {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: inline-block;
  height: 30px;
  width: 85px;
  background-image: url(/assets/Neway_madeIn_logo.svg);
  background-repeat: no-repeat;
  background-size: 85px;
  background-position: center;
}
.menu-link.submenuwith {
  background-image: url(/images/nool.png);
  background-position: 95% 50%;
  background-repeat: no-repeat;
}
.submenuimage {
  position: absolute;
  height: 100%;
  left: 100%;
  top: 0;
  background-size: cover;
  background-position: 50%;
  background-color:rgba(58, 76, 85, 0.85);
}
.mobilemenu {
  display:none;
}
.pagesfromto {
  display: none;
}

.sm .pagesfromto {
  display: block;
  position: absolute;
  bottom: 90px;
  left: 30px;
  height: 22px;
  z-index: 123;
  color: #fff;
}
span.menufrombegin:last-child {
  color: #ffe360;
}
span.menufrombegin:last-child:after {
  content: "";
}
span.menufrombegin:after {
  content: "/";
  float: right;
  margin: 0 7px;
  color: #ffe360;
}
span.menufrombegin {
  float: left;
}
.menuarea .menu {
  text-align: left;
  padding-left: 0px;
}
.menuarea {
  padding:0;
  width:360px;
}
.prices .content-inner {
    width: calc(100% - 360px);
    max-width: 780px;
    background-color: #fff;
}
.menuarea .menu-sub.active {
  position: relative;
  left: 0;
  z-index: 123;
  width: 0;
  top: 0;
  width:100%;
  min-width:0;
  padding: 0 0;
  background-color: #3a4c55;
  height: 605px;
  text-align: left;
  -webkit-transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
  display: block;
}
h1.menuh {
  margin: 0;
  color: #ffe360;
  font-family: "Ubuntu";
  font-weight: 400;
  padding: 40px 0 15px 20px;
}
.blog-content h1.menuh {
  margin: 0;
  color: #ffe360;
  font-family: "Ubuntu";
  font-weight: 400;
  padding: 40px 0 15px 0px;
}
.blog-content article.post {
    margin-bottom: 20px;
    padding-left: 40px;
    background-size: 30px;
    background-repeat: no-repeat;
}
.paggers{
  display:none;
}
.pagger {
  position: absolute;
  bottom: 80px;
}
next:hover {
  background-image: url(/images/next-hover.png);
}
prev:hover {
  background-image: url(/images/prev-hover.png);
}
next {
  background-image: url(/images/next.png);
    margin-left: 15px;
}
prev {
  background-image: url(/images/prev.png);
    margin-right: 15px;
}
prev, next {
  height: 30px;
  width: 30px;
  float: left;
}
.pagenr {
  float: left;
  text-align: center;
  width: 15px;
  line-height:30px;
  cursor:pointer;
}
.pagenr.active {
  color: #ffe360;
}
.content-inner {
  padding: 0 30px 40px 30px;
  overflow: auto;
  height: 100%;
}
.content-inner table {
  width: calc(100% + 60px) !important;
  left: -30px;
  position: relative;
  background-color:#eaeaea;
}
.content-inner table td {
  padding:5px 10px 5px 10px;
  min-height:35px;
  border-bottom:1px solid #fff;
}
.content-inner table td:first-child {
  padding:5px 10px 5px 30px;
  min-height:35px;
  border-bottom:1px solid #fff;
}
pre {
  display: block;
  margin: 0 0 10px;
  background-color: #ffe360;
  text-align: center;
  padding: 0 20px;
  line-height: 30px;
  font-size: 16px;
  font-family: "Ubuntu";
  width: auto;
  float: left;
  border: none;
  border-radius: 0;
}
pre a{
  color:#000;
}
.kontaktarea h1{
  padding-left:0;
}
.kontaktarea,.blogarea {
  height: 100%;
  background-color: #000;
  color: #fff;
  padding:0;
  width:360px;
}
.blogarea h2.post-title a,.blogarea h2.post-title,.outerblog h2.post-title a,.outerblog h2.post-title{
  font-size: 16px;
  font-family: "Ubuntu";
  color: #fff;
}
.contact-content,.blog-content {
  height: 490px;
  padding:0 30px;
}
.contact-content a {
    color: #ffe360;
}
.blogarea .post .post-title a:hover,.outerblog .post .post-title a:hover {
  color: #ffe360;
}
.blogarea .post .post-date {
  font-size: 14px;
  color: #ffe360;
  margin-bottom: 5px;
  float: left;
  width: 100%;
}
.events{
  width: 100%;
  max-width: 1140px;
    padding: 30px;
    height: 100%;
    overflow: auto;
    background-color: #fff;
}
.bloginner {
    padding: 30px;
    height: 100%;
    max-width: 780px;
    overflow: auto;
    background-color: #fff;
}
.bloginner .post .post-title, .bloginner .post .post-title a {
  font-size: 24px;
  color: #000;
  font-family: "Ubuntu";
  margin-top: 20px;
  font-weight: bold;
}
.post .post-date {
  font-size: 14px;
  color: #000;
}
.fb,.yt {
  padding: 0;
}
.fb a,.yt a  {
  line-height: 115px;
  text-align: center;
  width: 100%;
  float: left;
  color: #fff;
  background-color: #4e616b;
}
.yt:hover a, .fb:hover a{
  background-color:#5e6f77;
}
.maparea {
    height: calc(100%);
    padding: 0;
    float: right;
    width: calc(100% - 360px);
}
.yt img {
    max-height: 40px;
}
.fb img {
    max-height: 40px;
}
div#map {
  width: 100%;
  height: 100%;
}
span.dateday {
  font-size: 30px;
  float: left;
  width: 100%;
  line-height: 1;
  font-family: "Ubuntu";
}
.fulldate {
  width: 60px;
  font-family: Roboto;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.outerblog article.post {
  height: 57px;
}
.outerblog time.post-date {
  color: #fff;
  float: left;
  display: table;
  height: 57px;
}
.outerblog h2.post-title {
  width: calc(100% - 60px);
  display: table;
  height: 57px;
  line-height: 1.5;
}
.outerblog .post-title a {
  display: table-cell;
  vertical-align: middle;
}

.event {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    background-repeat: no-repeat;
    padding-left: 40px;
    background-position: 0px 0px;
    background-size: 30px;
}
.openfull{
  font-family: "Ubuntu";
  font-size: 20px;
  display: inline-block;
  cursor: pointer;
}
.openfull:hover,.openfull.active{
  color:#643B18;
}
.event .date{
  font-size: 18px;
  font-family: "Roboto";
  font-weight: bold;
  color:#643B18;
}
.fullinfo{
  float: left;
  width: 100%;
    padding: 10px 0;
}
.post .date {
    display: inline-block;
    line-height: 1.5;
    padding: 0 15px;
    line-height: 1.5;
    vertical-align: top;
    padding-bottom: 30px;
}
.footer h2.post-title a {
    padding: 0 15px;
}
.outerblog {
    max-width: 570px;
}
/*Form*/
.form_field_label {
  font-family: "Ubuntu";
  font-weight: 400;
  width: 165px;
  float: left;
  margin: 0;
  margin-right: 50px;
  line-height: 30px;
}
.depature .form_field_label, .arrive .form_field_label {
  display: none;
}

.form_field {
  float: left;
  width: 100%;
  margin: 3px 0;
}
.arrive, .depature {
  float: left;
  width: auto !important;
  margin-right: 5px;
}
.form_field_error {
  display: none;
}
form input[type="text"] {
  width: 300px;
  height:30px;
}
span.bronintro {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
form select {
  height: 30px;
  background: url(/images/arrowdown.png) no-repeat right;
  -webkit-appearance: none;
  appearance: none;
  padding-right: 15px;
  background-color: #eee;
  background-position: calc(100% - 7px) 50%;
}
select::-ms-expand {
    display: none;
}
form {
  width: 515px;
  margin-left: 0px;
}
form input[type="text"] {
  width: 300px;
  height:30px;
}
.form_field_size_small {
  width: 40px !important;
}
input, textarea, select {
  background-color: #eaeaea;
  border: none;
  resize: none;
  padding: 0 10px;
}
select {
  background-color: #eaeaea;
  border: none;
  resize: none;
  padding: 0 0 0 10px;
}
textarea {
  width: 100%;
  margin-top: 10px;
}
input[type="checkbox"] {
  float: right;
  border: 3px solid #000;
  background-color: #fff;
  margin-left: 10px;
}
label{
  font-weight:400;
}
input[type="submit"] {
  margin-top: 10px;
  height: 30px;
  min-width: 180px;
  padding: 0 20px;
  background-color: #ffe360;
  font-family: "Ubuntu";
  font-size: 16px;
}
.form_field_with_errors input, .form_field_with_errors select, .form_field_with_errors textarea {
  border: 1px solid #ff0000;
}
.blogarea h2.post-title a {
    font-size: 16px;
    font-family: "Ubuntu";
    color: #fff;
    line-height: 1.5;
}
@media screen and (max-width: 992px) {
body{
  min-height: auto;
}
.contentpage .prices{
  min-height: auto;
  width: 100%;
}
.maparea {
  height: 200px;
  padding: 0;
  float:left;
}
form {
  width: auto;
  margin-left: 0;
}
.form_field_label {

  width: 100%;

}
.textarea-inner {
  height: auto;
  max-height: none;
}
.mobilemenu {
  display: block;
  position: absolute;
  z-index: 1234;
  width: 100%;
  height: auto;
}
.mobilemenu.active {
  display: block;
  position: absolute;
  z-index: 9999;
  width: 100%;
  height: 100%;
}
.mobilemenu .menu-sub {
  display: none;
}
.mainmenu {
  display:none;
}
  .logos .image-container {
    -moz-filter:none;
         -o-filter:none;
         -webkit-filter: grayscale(0%);
         filter: none;
}
.logos {
  float: left;
  width: 100%;
  height: auto;
  margin: 0;
  display: block;
  text-align: center;
  line-height: 50px;
  padding: 30px 0;
}
.menu-sub {
  opacity: 0;
  position: absolute;
  left: 0;
  z-index: 125;
  width: 0;
  top: 0;
  padding: 30px 0;
  background-color: #3a4c55;
  height: 605px;
  text-align: left;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 0;
}
ul.menu.third.active {
  position: relative;
  left: 0;
  top: 0;
  background-color: transparent;
  display: block;
}
.menu-item.active .menu-link.submenuwith:after {
  transform: rotate(-90deg);
}
.menu-item .menu-link.submenuwith:after {
  background-image: url("/images/nool.png");
  position: relative;
  width: 8px;
  height: 12px;
  content: " ";
  display: inline-block;
  margin-left: 15px;
  transform: rotate(90deg);
}
.menu-link.submenuwith {
  background-image: none;
  background-position: 95% 50%;
  background-repeat: no-repeat;
}
.menu .menu-sub .menu-item:hover .menu-link {
  color: #fff;
  background-color: transparent;
}
.menu .menu-sub .menu-item:hover .menu-link {
  color: #ffe360;
  background-color: transparent;
}
.menu .menu-sub .third .menu-link {
  color: #ffe360;
  background-color: transparent;
}
.menu .menu-sub .third .menu-item:hover .menu-link {
  color: #ffe360;
  background-color:  transparent;
}
.menu-item:hover > .third {
  display: none;
}
.menu-main .menu .menu-link.active {
  font-weight: 700;
}
.lang-menu a:hover, .menu .menu-link.active, .menu .menu-link:hover, .menu .menu-link:active {
 
  text-decoration: none;
  font-weight: normal;
}
.back {
  position: absolute;
  top: 0;
  width: 40px;
  right: 0;
  background-color: #fff;
  height: 100%;
  background-image: url('/images/backbutton.jpg');
  background-repeat: no-repeat;
  z-index: 999999;
}
.menu-sub {

   -webkit-transition: none;
-moz-transition: none;
-o-transition: none;
transition: none;      
}
.menu-sub.active {
   -webkit-transition:none;
-moz-transition:none;
-o-transition: none;
transition: none;      
}
.menu .menu-link, .lang-menu a {
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  font-family: "Ubuntu";
}
.mobilemenu nav.menu-main {
  padding: 30px 20px 0 20px;
  height: 100%;
}
.menu {
  text-align: left;
}

}
.speciale h2 {
  text-align: center;
  color: #ffe360;
  font-family: "Ubuntu";
  font-size: 19px;
  text-transform: uppercase;
  margin: 0;
}
.leaflet-image-layer, .leaflet-layer, .leaflet-map-pane, .leaflet-marker-icon, .leaflet-marker-pane, .leaflet-marker-shadow, .leaflet-overlay-pane, .leaflet-overlay-pane svg, .leaflet-popup-pane, .leaflet-shadow-pane, .leaflet-tile, .leaflet-tile-container, .leaflet-tile-pane, .leaflet-zoom-box {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.leaflet-objects-pane {
  width: 100%;
  height: 100%;
}
.leaflet-image-layer, .leaflet-layer, .leaflet-map-pane, .leaflet-marker-icon, .leaflet-marker-pane, .leaflet-marker-shadow, .leaflet-overlay-pane, .leaflet-overlay-pane svg, .leaflet-popup-pane, .leaflet-shadow-pane, .leaflet-tile, .leaflet-tile-container, .leaflet-tile-pane, .leaflet-zoom-box {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  top: 0;
}
.readmorenews {
  position: absolute;
  top: 0;
  right: 0;
  height: 30px;
  width: 30px;
  background-image: url(/images/next-hover.png);
}
span.buttonlink {
    position: absolute;
    right: calc(100% + 10px);
    width: 200px;
    text-align: right;
    line-height: 30px;
    color: #ffe360;
    text-transform: uppercase;
    font-size:12px;
}


/* media */

@media screen and (max-width: 992px) {
  .contact-content, .blog-content {
  height: 490px;
  padding: 0 30px 30px;
}
.menu-btn {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  margin: 0;
  padding: 13px 8px;
  background: none;
  border: none;
  cursor: pointer;
  background-color: #000;
  z-index: 12312;
}

  .contentpage .prices {
  height: auto;

}
.menu-sub.active {
  opacity: 1;
  display: block;
  min-width: 280px;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height:100%;
}
.menuarea .menu-sub.active {
  position: relative;
  left: 0;
  z-index: 123;
  width: 0;
  top: 0;
  width: 100%;
  min-width: 0;
  padding: 0 0 30px 0;
  background-color: #3a4c55;
  height: auto;
  text-align: left;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
  float: left;
}
.menuarea {
  padding: 0;
  float: left;
  height: 100%;
  background-color: #3a4c55;
}
  .menu-main.expanded {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1;
    display: block;
    min-width: 350px;
    margin-bottom: 0px;
    padding: 0;
    text-align: left;
    background-color: #3a4c55;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3) ;
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3) ;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3) ;
    width:100%;
  }
.menu-main.expanded .menu .menu-item {
  display: block;
  margin-right: 0;
  float: left;
  width: 100%;
}
  .mobilemenu .menu-link{
    color:#fff;
  }
}
@media screen and (max-width: 480px) {
  .menu-main.expanded {
    min-width: 100%;
    right: 0;
    left: 0;
    margin: 0 0 0px;
   
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}
@media screen and (max-width: 480px) {
.sports a {
    display: inline-block;
    height: 0;
    width: 100%;
}
.item{
  height:490px;
  width:100%;
}
.slider{
  background-color: blue;
  float: left;
  height:auto;
  padding:0;
}
  .mainmenu{
  height: auto;
  background-color: red;
}

}



#share-buttons img {
width: 40px;
padding: 5px;
border: 0;
box-shadow: 0;
display: inline-block;
}
#share-buttons {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    z-index: 9999;
    text-align: right;
}
.carousel {
    position: absolute;
    width: 100%;
    height: calc(100%);
}
@media screen and (max-width:992px){
.slider,.blogs{
  width:100%;
}
.ilm,.speciale{
  width:50%;
}
#share-buttons {
    top: 60px;
    right: 0px;
    position: absolute;
}
.mobilemenu .menu-link {
    color: #fff;
    text-align: center;
}
.post .date{
  float: none;
  line-height: 1.5;
  display: inline-block;
}
.carousel {
    height: 100%;
}
.front-page #pagetitle {
    position: absolute;
    bottom: 60px;
}
.textarea-inner {
    bottom: 0;
    top: auto;
}
.front-page .carousel-indicators {
  bottom: 30px;
}
.menuarea {
    display: none;
}
.prices .content-inner {
    width: calc(100%);
    padding-top: 110px;
}
#share-buttons {
    top: 0;
    left: 0px;
    position: absolute;
    width: 120px;
    text-align: left;
}
#share-buttons a {
    display: inline-block;
}
.maparea {
    height: 400px;
    width: 100%;
}
.kontaktarea, .blogarea {
    width: 100%;
}
}






@media screen and (max-width:768px){
  .events {
    margin-top: 130px;
}
.blog-content {
    max-height: 600px;
    float: left;
    padding-bottom: 80px;
}
.pagger {
    position: absolute;
    bottom: 40px;
}
  .blogarea {
    max-height: 600px;

    margin-top: 130px;
}
}
@media screen and (max-width:480px){
  .events {
    margin-top: 130px;
}
.blog-content {
    max-height: 600px;
    float: left;
    padding-bottom: 80px;
}
.pagger {
    position: absolute;
    bottom: 40px;
}
  .blogarea {
    max-height: 600px;

    margin-top: 130px;
}
  .maparea {
    height: 350px;
  }
.slider {
    background-color: transparent;
    float: left;
    height: auto;
    padding: 0;
    min-height: 400px;
}
.ilm, .speciale {
    width: 100%;
}
.outerblog {
    padding: 20px 15px;
    height: auto;
}
.outerblog article.post {
    height: auto;
}
.footer h2.post-title a {
    padding: 0;
}

.post.olnytitle h3 {
  padding: 0;
}
.outerblog + .outerblog {
    border-top: 1px solid #e3e3e3;
}
.post .date {
  padding-left: 0;
  width: 100%;
}
.outerblog h2.post-title {
    width: 100%;
}
.footer .edys-gallery-wall-item {
    margin: 10px 20px 0 !important;
}
.carousel-indicators {
    position: absolute;
    bottom: 30px;
}
#pagetitle {
    bottom: 60px;
}
.textarea-inner {
    top: 100%;
    bottom: auto;
}
.contact-content {
    width: calc(100% - 30px);
    padding: 0 15px 40px;
}
}

/*///////////////////////////////////////
////////////////////////////////////////
////////////////////////////////////////
////////////////////////////////////////
////////////////////////////////////////
////////////////////////////////////////
////////////////////////////////////////
////////////////////////////////////////
///////////////////////////////////////*/
main .container{
  background-color: #fff;
  padding:50px 15px;
}
.cover-image {
    float: left;
    width: 200px;
    height: 200px;
    background-size: cover;
    background-position: 50% !important;
}
.galarea {
    position: relative;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 1;
    min-height: 680px;
}
.tervisesport-map {
  object-fit: cover;
}
.galarea .item {
    min-height: 680px;
    background-position: 50%;
    background-size: cover;
}
header.header {
    position: absolute;
    z-index: 92;
    width: 100%;
    top: 0;
    left: 0;
    height: 0;
    padding: 0;
}
.carousel-indicators {
    position: absolute;
    bottom: 120px;
    left: 0;
    z-index: 15;
    width: 100%;
    padding-left: 0;
    margin-left: 0;
    text-align: left;
    margin: 0;
    list-style: none;
    text-align: center;
}
span.aleft ,span.aright {
    position: absolute;
    height: 50px;
    width: 27px;
    left: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: url(/images/arrowl.png);
}
span.aright{
  left: auto;
  right: 30px;
  background-image: url(/images/arrowr.png);
}
span.aleft:hover{
  background-image: url(/images/arrowl_h.png);
}
span.aright:hover{
  background-image: url(/images/arrowr_h.png);
}
.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 5%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0;
    filter: alpha(opacity=50);
    opacity: 1;
    height: 0;
    margin: auto;
    width: 0;
}
.header .header-left {
    width: 285px;
    background-color: #fff;
    float: left;
}
.menu-main .menu .menu-item {
    display: inline-block;
    margin-right: 00px;
    line-height: 1;
    float: left;
    width: 100%;
    position: relative;
}
.menu .menu-link, .lang-menu a {
    color: #000;
    font-size: 16px;
    line-height: 35px;
    font-family: "Ubuntu";
    margin:0; 
}
.menu .menu-link:hover {
    background-color: #f5f5f5;
}
.menu {
    text-align: center;
    float: left;
    width: 100%;
    padding: 30px 0;
}
.frontlargelogo {
    float: left;
    width: 100%;
    text-align: center;
    padding: 20px 0;
    border-bottom: 1px solid #e4e4e4;
}
.speciale h2 {
    text-align: center;
    color: #ffe360;
    font-family: "Ubuntu";
    font-size: 14px;
    text-transform: uppercase;
    margin: 0;
    font-weight: bold;
    padding: 0;
}
.speciale {
    background-color: #000;
    display: inline-block;
    width: 100%;
    line-height: 1;
    text-align: center;
}
.speciale .table-cell {
    padding: 10px 0;
}
.ilm {
    text-align: center;
    position: relative;
    height: 115px;
    width: 270px;
    margin-left: 15px;
    color: #fff;
}
.sademed {
  padding-left: 30px;
  background-image: url(/images/sademed_w.png);
  background-position: 0 50%;
  background-repeat: no-repeat;
  font-size: 14px;
  line-height: 24px;
}
.tuul {
  padding-left: 30px;
  background-image: url(/images/tuul_w.png);
  background-position: 0 50%;
  background-repeat: no-repeat;
  font-size: 14px;
  line-height: 24px;
}
.niiskus {
  padding-left: 30px;
  background-image: url(/images/niiskus_w.png);
  background-position: 0 50%;
  background-repeat: no-repeat;
  font-size: 14px;
  line-height: 24px;
}
.sunny svg {
    vertical-align: middle;
    fill: #fff;
}
.sunny {
    float: left;
    width: 100%;
    height: 115px;
    background-image: none;
    background-position: 50%;
    background-repeat: no-repeat;
    line-height: 115px;
}
.temp {
    font-size: 36px;
    font-family: "Ubuntu";
    text-align: center;
    line-height: 1;
    height: 115px;
    display: inline-block;
    line-height: 115px;
    font-weight: 300;
    padding: 0 15px 0 0 !important;
    font-weight: 300;
}
.header {
    padding-bottom: 30px;
    margin-top: 30px;
}
main {
    float: left;
    width: 100%;
    position: relative;
    z-index: 12;
}
.images {
    float: left;
    width: 100%;
    margin: 30px 0;
}
.images .edy-img-drop-area-remove-image {
    z-index: 1;
}
.menu-sub {
    opacity: 1;
    position: absolute;
    left: 100%;
    z-index: 125;
    width: 100%;
    padding: 15px 0;
    background-color: #643B18;
    height: auto;
    text-align: left;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: none;
    float: left;
    top: 0;
    height: auto !important;
}


.menu .menu-sub .menu {
    text-align: left;
    padding: 0;
}
.menu .menu-sub .menu-link, .menuarea .menu-sub .menu-link {
    color: #ffdf47;
    padding-left: 20px;
    font-family: "Ubuntu";
    line-height: 35px;
}
.menu .menu-sub .menu-item:hover .menu-link, .menuarea .menu-sub .menu-item:hover .menu-link, .menuarea .menu-sub .menu-item .menu-link.active {
    color: #fff;
    background-color: transparent;
    font-weight: 300;
}
ul.third-menu {
    list-style-type: disc;
    color: #fff;
    padding-left: 50px;
}
a.menulink {
    display: inline-block;
    width: 100%;
    line-height: 30px;
    color: #fff;
}
a.menulink:hover {
    display: inline-block;
    width: 100%;
    line-height: 30px;
    color: #ffdf47;
}
.latestnews article.post {
    padding: 0;
    background-repeat: no-repeat;
    background-size: 35px;
    border: 1px solid #e4e4e4;
    float: left;
    width: 100%;
    border-bottom: 0;
}
.latestnews article.post:last-child {
    border-bottom: 1px solid #e4e4e4;
}
.post time.post-date {
    float: left;
    width: 100%;
    text-transform: uppercase;
    font-weight: 500;
    color: #a9a9a9;
}
.post span.title {
    color: #349230;
    font-size: 18px;
    float: left;
    width: 100%;
    margin: 0px 0;
}
span.read {
    color: #a9a9a9;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}
.post:hover span.read {
    color: #643B18;
}
.postdata {
    float: left;
    width: calc(100% - 85px);
    padding: 30px 15px;
    min-height: 162px;
    display: table;
    position: relative;
}
.logoside {
    width: 85px;
    float: left;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 40px auto;
    padding: 30px 15px;
    border-right: 1px solid #e4e4e4;
}
.tablecell {
    display: table-cell;
    vertical-align: middle;
}
.section_title {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    float: left;
    width: 100%;
    line-height: 70px;
    font-weight: bold;
}
.asn{
  background-color: #643B18;
}
.ase{
  background-color: #349230;
}
main section:first-child .container {
    margin-top: -100px;
    padding: 0 0 30px 0px;
    background-color: #fff;
}
.frontlargelogo img {
    max-height:50px;
    height: auto;
    max-width:90%;
}
.footer {
    margin-top: 0;
    float: left;
    width: 100%;
}
.container.forbanner {
    margin-top: 30px;
    background-color: #fff;
    padding: 0;
}
.container.fc {
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: #fff;
    font-size: 16px;
}
.banner,div[id^="banner-image"] {
    float: left;
    height: 190px;
    background-size: cover;
    background-position: 50%;
    margin-top: 50px;
    margin-bottom: 50px;
    cursor:pointer;
}
div[id^="banner-image"]{
  border:1px solid #ededed;
}
.banner.banner_lg,#banner-image-3 {
    float: left;
    width: calc(100%/12*10);
    height: 190px;
    background-size: cover;
    background-position: 50%;
    margin-left: calc(100% / 12);
    margin-top: 50px;
    margin-bottom: 50px;
}
.banner.banner_sm, #banner-image-1, #banner-image-2 {
    width: calc(100% / 12 * 5 - 15px);
}
.banner.banner_sm + .banner_sm,#banner-image-2 {
    margin-left: 30px;
}
.banner.banner_sm:first-child,#banner-image-1 {
    margin-left: calc(100% / 12);
}
.latest_news {
    padding-left: 0;
}
.latest_event {
    padding-right: 0;
}
td{
  vertical-align: top;
}
table b,b {
    color: #643B18;
    font-weight: 500;
}
.fc{
  padding: 50px 0;
}
.footcontacts {
    padding-right: 0;
}
main section + section {
    margin-top: 30px;
}
.titleplace {
    font-size: 30px;
    text-align: center;
    line-height: 100px;
    border-bottom: 15px solid #f5f5f5;
}
.innercontent {
    padding: 50px 15px 20px;
}
.front-page .latestnews .container{
  padding: 30px 0 50px;
}
.innercontent tr td {
    padding: 10px 30px;
    border: 1px solid #e4e4e4;
}
.innercontent tr:hover td {
    background-color: #f5f5f5;
    border: 1px solid #e4e4e4;
}
main ul {
    list-style-type: none;
    padding-left: 30px;
}
main ul li {
    position: relative;
}
main ul li:before {
    position: absolute;
    content: "";
    left: -30px;
    height: 9px;
    width: 9px;
    background-color: #ffdf47;
    top: 10px;
}
#map{
  min-height: 768px;
}
.asc.innercontent tr td {
    padding: 10px 0;
    border: 1px solid transparent;
}
.asc.innercontent tr:hover td {
    background-color: transparent;
    border: 1px solid transparent;
} 
header.header .container{
  height: 0;
}
.readbutton {
    position: absolute;
    bottom: 0;
    right: 30px;
    background-color: #643B18;
}
.readbutton a {
    color: #fff;
    padding: 0 15px;
    line-height: 40px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}
.place {
    float: left;
    width: 100%;
    font-size: 16px;
}
time.post-date.larger {
    font-size: 24px;
    font-weight: 400;
    color: #643B18;
}
span.title.larger {
    font-size: 24px;
    font-weight: 400;
    margin: 10px 0;
}
.blog-content article.post {
    margin-bottom: 0;
}
.blog-content {
    height: auto;
    padding: 30px 0 60px;
    display: inline-block;
}
.pagger {
    position: absolute;
    bottom: 0;
}
.pagenr, .pagenr.active {
    color: #349230;
    font-size: 18px;
    font-family: "Ubuntu";
    line-height: 40px;
    width: 40px;
    border: 1px solid;
    margin: 0 10px 0 0;
}
.pagenr.active {
background-color: #f5f5f5;
}
prev, next {
    height: 30px;
    width: 30px;
    float: left;
    display: none !important;
}
.bloginner .post-title {
    padding-top: 10px;
}
.bloginner{
  padding: 0 15px;
}
.articleinner {
    margin-top: 30px;
    padding: 30px;
    background-color: #f5f5f5;
}
.sharenew {
    color: #a9a9a9;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Ubuntu";
    font-size: 14px;
    padding-top: 30px;
    margin-top: 30px;
    border-top: 2px solid #e4e4e4;
}
.sharenew img {
    padding-left: 10px;
    vertical-align: middle;
}
.openmenu {
    float: left;
    width: 100%;
    padding: 0;
    line-height: 45px;
    padding-left: 0;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}
.openmenu .opened{
  display: none;
}
.openmenu.active .opened{
  display: block;
}
.openmenu.active .closed{
  display: none;
}



.menu-btn{
  display: none;
}
.blog-content a {
    float: left;
    width: 100%;
}
.social {
    padding-top: 34px;
    text-align: right;
}
.social a {
    margin-left: 10px;
}
.supporters .image-container {
    margin: 10px 20px !important;
}
.supporters {
  padding-bottom: 40px;
}
.public .supporters tr {
  text-align: center;
}
.public .supporters td {
  display: inline-block;
  width: calc(100% / 6);
}
.errorplace {
    position: fixed;
    height: 100%;
    display: table;
    width: 100%;
    text-align: center;
    background-color: #643B18;
    top: 0;
    left: 0;
    color: #fff;
}

.errorbox {
    margin: auto;
    max-width: 360px;
    border: 1px solid;
    margin-bottom: 40px;
    position: relative;
}
.errortext {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.2;
    padding: 30px 0;
}
.backbutton {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 160px;
    bottom: -18px;
}
.backbutton a {
    float: left;
    width: 100%;
    line-height: 35px;
    background-color: #fff;
    font-size: 12px;
    font-weight: bold;
    font-family: "Ubuntu";
}
.errorbox:before {
    background-image: url(/images/white.png);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 26px;
    width: 26px;
    top: -14px;
}

.social .image-container {
    margin-left: 15px;
}
.supporters.margintop {
    margin-top: 30px;
}
.menu .menu-sub .menu-link.active{
  color:#fff;
}
a.alllinks {
    line-height: 50px;
    text-align: center;
    width: 100%;
    float: left;
    border: 1px solid #e4e4e4;
    border-top: 0;
    text-transform: uppercase;
    color: #a9a9a9;
    font-size: 14px;
    font-weight: bold;
}
a.alllinks:hover {
    color: inherit;
}
.socials {
    position: absolute;
    top: 0;
    right: 15px;
    background-color: white;
    padding: 0 15px;
    line-height: 55px;
}
.playvideo {
    float: left;
    width: 80px;
    height: 34px;
    display: inline-block;
    position: absolute;
    background-image: url(/assets/live_button.svg);
    right: 260px;
    background-repeat: no-repeat;
    cursor: pointer;
    top: 10px;
}
.socials img {
    max-height: 42px;
}
.socials a{
  float: left;
}
.socials a + a {
    margin-left: 10px;
}
a.break:after {
    content: "|";
    font-size: 27px;
    vertical-align: -3px;
    font-weight: 300;
    color: #e9e9e9;
    margin-left: 5px;
}
/*/////
///////
///////
///////
///////
///////
///////
///////
/////*/

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

.socials a {
    float: none;
    display: inline-block;
}
.latest_news {
    padding-left: 0;
    float: left;
    width: 100%;
    padding: 0;
}
.latest_event {
    padding-right: 0;
    float: left;
    width: 100%;
    padding: 0;
    margin-top: 30px;
}
.footcontacts td {
    display: inline-block;
    margin-bottom: 15px;
    width: 100%;
}
main section:first-child .container {
    margin-top: 0;
    padding: 0 0 30px 0px;
    background-color: #fff;
}
.carousel-control{
  display: none;
}
.menu-sub {
    opacity: 1;
    position: relative;
    left: 0;
    z-index: 125;
    width: 100%;
    padding: 15px 0;
    background-color: #643B18;
    height: auto;
    text-align: left;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: none;
    float: left;
    top: 0;
    height: auto !important;
}
.menu .menu-sub .menu {
    text-align: center;
    padding: 0;
}
.menu .menu-sub .menu-link, .menuarea .menu-sub .menu-link {
    color: #ffdf47;
    padding-left: 0;
    font-family: "Ubuntu";
    line-height: 35px;
}
ul.third-menu {
    list-style-type: none;
    color: #fff;
    padding-left: 0;
}
.ilm{
  display: none;
}

.menu-item .menu-sub.active {
    display: block;
}
.blog-content {
    float: left;
    padding-bottom: 80px;
    max-height: 100%;
}
.pagger {
    position: absolute;
    bottom: 0;
    padding: 0 15px;
}
.forbanner{
  display: none;
}
time.post-date.larger {
    font-size: 14px;
    font-weight: 400;
    color: #643B18;
}
span.title.larger {
    font-size: 18px;
    font-weight: 400;
    margin: 10px 0;
}
.place + .place {
    margin-bottom: 25px;
}
.readbutton {
    position: absolute;
    bottom: 0;
    right: 15px;
    background-color: #643B18;
}
.carousel-indicators {
    position: absolute;
    bottom: 30px;
}
.logoside {
    width: 84px;
}
.innercontent tr td {
    padding: 10px 15px;
    border: 1px solid #e4e4e4;
}
.asc.innercontent tr td {
    display: inline-block;
    width: 100%;
}
.supporters .image-container {
    margin: 10px 20px !important;
}
}
.links{
  float:left;
  width:100%;
}
.links tr {
    border: 1px solid;
}


.grad {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.selectedmenu {
    float: left;
    width: 285px;
}
.commontext {
    float: left;
    width: calc(100% - 285px);
}
main ul.subber li:before {
  display: none;
}
main section .container.noback {
    background-color: transparent;
}
.selectedmenu {
    float: left;
    width: 285px;
    background-color: #643B18;
    color: #fff;
}
.maincat {
    padding: 20px 25px;
    text-transform: uppercase;
    font-weight: 500;
    background-color: #349230;
}
.commontext {
    float: left;
    width: calc(100% - 285px);
    background-color: #fff;
}
.titleplace {
    font-size: 30px;
    text-align: left;
    line-height: 1.4;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid #f5f5f5;
    padding-left: 8.333333%;
    margin: 0;
    color: #643B18;
}
.innercontent {
    padding: 40px 0px;
}
.subber a.menu-link.active ,.subber a.menu-link:hover {
    color: #ffdf47;
}
.subber a.menu-link {
    color: #fff;
}
.subber a.menu-link {
    color: #fff;
    line-height: 35px;
}
ul.subber {
    margin: 0;
    padding: 30px 25px;
}
.menu-item ul.subber {
    padding: 0 0 0 25px;
    list-style-type: disc;
    color: #ffdf47;
}
header.header .container {
    height: 0;
    padding: 0;
}

@media screen and (max-width: 768px){
.subber a.menu-link {
    color: #fff;
    line-height: 1.5;
    padding: 5px 0;
    float: left;
}
.selectedmenu {
    float: left;
    width: 220px;
    background-color: #643B18;
    color: #fff;
}
ul.subber {
    margin: 0;
    padding: 30px 25px;
    float: left;
    width: 100%;
}
.commontext {
    float: left;
    width: calc(100% - 220px);
    background-color: #fff;
}
.header .header-left {
    width: 220px;
    background-color: #fff;
    float: left;
}
.innercontent {
    padding: 40px 30px;
}
.fc td {
    width: 50%;
}
.fc td + td {
    padding: 0 0 0 15px;
}
.fc td {
    display: inline-block;
}
.fc td:last-child {
    padding: 0;
    margin-top: 20px;
}
.latest_news {
    padding-left: 0;
    float: left;
    width: 100%;
}
.articleinner {
    margin-top: 30px;
    padding: 30px 15px;
    background-color: #f5f5f5;
}

}
.menu-main .socials{
  display: none;
}
.book_buttons {
    float: left;
    width: 100%;
    padding: 0 70px 40px;
}
.booking.custom-btn:hover {
  color:#ffdf47;
}
.booking.custom-btn {
    position: absolute;
    right: 240px;
    height: 55px;
    line-height: 55px;
    padding: 0 30px;
    background-color: #643B18;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.front_btn .booking.custom-btn {
    position: relative;
    right: 15px;
    margin-bottom: 10px;
}
.front_btn.mobile_only {
  display:none;
}
.front_btn {
    position: absolute;
    top: 65px !important;
    right: 0;
    left: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items:flex-end;
    justify-content:flex-end;
}
@media screen and (max-width: 768px){
.booking.custom-btn{
  right:250px;
}  
}

@media screen and (max-width: 600px){
.front_btn {
    display: none;
}
.playvideo {
    top: 100px;
    left: 15px;
}
.front_btn.mobile_only {
    display: flex;
    position: relative;
    width: 100%;
    top: 0 !important;
}
.front_btn .booking.custom-btn{
  top:0 !important;
  max-width:100%;
}
.booking.custom-btn {
    right: 0;
    left: 0;
    max-width: 200px;
    text-align: center;
    margin: auto;
    top: 490px;
}
.menu-main{
  display: none;
}
.languagebar .socials{
  display: none;
}
.header {
    padding-bottom: 30px;
    margin-top: 0;
}
.header .header-left {
    width: 100%;
    background-color: #fff;
    float: left;
}
.menu-btn {
    display: block;
}
.menu-main.expanded {
    position: relative;
    float: left;
    width: 100%;
    background-color: #fff;
        box-shadow: 0px 1px 15px rgba(0,0,0,0.1);
}
header.header .container {
    height: 0;
    padding: 0;
    float: left;
    width: 100%;
}
.menu-item.active > .menu-sub {
    display: block;
}
.menu-btn {
    position: absolute;
    top: 91px;
    right: 0;
    display: inline-block;
    margin: 0;
    padding: 13px 8px;
    background: none;
    border: none;
    cursor: pointer;
    background-color: #000;
    z-index: 12312;
}
.frontlargelogo img {
}
.menu-btn .menu-stripe:first-child, .menu-btn .menu-stripe:last-child {
  margin: 0 auto;
  top:0;
      -webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;

}
.menu-btn .menu-stripe:nth-child(2)  {
  opacity: 1;

  -webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.menu-btn.open .menu-stripe:nth-child(2)  {
  background-color: #f16521;
  opacity:0;
  -webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.menu-btn.open .menu-stripe:first-child {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 6px;
  position: relative;
  display:block;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.menu-btn.open .menu-stripe:last-child {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: -6px;
  position: relative;
  display:block;
      -webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.galarea,.galarea .item{
  min-height: auto;
}
.fc td ,.fc td + td ,.fc td:last-child{
    width: 100%;
    padding: 0;
    margin-top: 5px;
}
.selectedmenu {
    float: left;
    width: 220px;
    background-color: #643B18;
    color: #fff;
    display: none;
}
.commontext {
    float: left;
    width: 100%;
    background-color: #fff;
}
.titleplace {
    font-size: 30px;
    text-align: left;
    line-height: 1.5;
    border-bottom: 2px solid #f5f5f5;
    padding-left: 8.333333%;
    margin: 0;
    color: #643B18;
    padding: 15px 30px;
}
.menu-main.expanded .socials {
    position: relative;
    float: left;
    width: 100%;
    padding: 0;
    left: 0;
    text-align: center;
    padding-bottom: 15px;
    border-top: 1px solid #d6d6d6;
    padding-top: 10px;
    display: block;
}
.fc .social {
    padding-top: 34px;
    text-align: left;
    padding-left: 5px;
}
.supporters .image-container {
  width: 100% !important;
  margin: 0 !important;
  margin-bottom: 15px !important;
}
.supporters td {
    display: inline-block;
    /* width: 50% !important; */
}
}

.languagemenu {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    border-top: 1px solid #ededed;
    padding-top: 10px;
}
span.menu-item {
    display: inline-block;
    float: none;
    width: auto !important;
}
.languagemenu a {
    display: inline-block;
    font-size:14px;
    color:#000;
}
.languagemenu a .selected ,.languagemenu a:hover {
    display: inline-block;
    font-size:14px;
    color:#643B18;
}

.modal {
  position: fixed;
  display: none;
  bottom: 40px;
  right: 40px;
  top: auto;
  left: auto;
  max-width: 560px;
  height: auto;
  background: transparent;
  z-index: 110;
  text-align: center;
}

.modal-container {
  background-color: transparent !important;
}
.top-modal {
  background: transparent;
}
.close-modal {
  display: block;
  width: 100%;
  max-width: 120px;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  height: 50px;
  border-radius: 30px;
  background: transparent;
  padding: 0 40px 0 0;
  margin: 30px 0 0 auto;
  position: relative;
  z-index: 1;
  border: none;

}
.close-modal:after {
  content: "";
  position: absolute;
  height: 40px;
  width: 40px;
  right: 0;
  top: 0;
  background-color: #643B18;
  bottom: 0;
  margin: auto;
  background-image: url(/assets/close.svg);
  background-position: 50%;
  background-size: 50%;
  background-repeat: no-repeat;
  border-radius: 50%;
  transition: background-color 0.3s ease-in-out;
}
.close-modal:hover:after {
  /* background-color: #f4c300; */
}
.modal .container {
  height: 100%;
}
.modal-block {
  display: block;
  margin: auto;
  /* width: calc(100% - 30px); */
  /* max-width: 840px; */
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transform: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
}
.modal-scroll {
  display: block;
  width: calc(100% + 17px);
  max-height: calc(100vh - 150px);
  overflow: auto;
}
.modal-inner {
  display: block;
  width: 100%;
  padding: 150px 100px;
  background-image: url(/assets/modal-bg.svg);
  background-position: -200px -320px;
  background-size: auto 550px;
  background-repeat: no-repeat;
  text-align: center;
}

.modal-block img.mobile {
  display: none;
}
.modal-block img {
  max-height: 100%;
  max-width: 100%;
}
.top-modal .top-modal-title {
  color: #fff;
  font-size: 30px;
  line-height: 1.2;
  font-weight: bold;
  text-align: left;
  margin: 0;
  font-family: "europa" !important;
  position: absolute;
  z-index: 1;
  bottom: 40px;
  color: #fff;
  width: 50%;
  padding: 0 15px;
  text-shadow: 0px 0px 24px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 1728px) {
  .modal-block {
    max-width: 640px;
  }

  .modal {
    position: fixed;
    display: none;
    bottom: 30px;
    right: 30px;
    top: auto;
    left: auto;
    max-width: 460px;
    /* height: 360px; */
    background: transparent;
    z-index: 110;
    text-align: center;
  }
  
  
}
@media screen and (max-width: 1600px) {

  .modal-block {
    max-width: 540px;
  }
  
}

@media screen and (max-width: 992px) {
  .modal {

    bottom: 20px;
    right: 20px;
    top: auto;
    left: 20px;
  }
}


