/* -------------------------------------------------------- */
/* Fonts */
/* -------------------------------------------------------- */

body {
	font-family: 'Quicksand';
	font-size: 16px;
	color: #333;
	background: #333;
}


#site-wrapper h1 { font-size: 56px; }
#site-wrapper h2 { font-size: 40px;}
#site-wrapper h3 { font-size: 34px; }
#site-wrapper h4 { font-size: 28px; }
#site-wrapper h5 { font-size: 22px; }
#site-wrapper h6 { }

#site-wrapper h1,
#site-wrapper h2,
#site-wrapper h3,
#site-wrapper h4,
#site-wrapper h5,
#site-wrapper h6

{ 
	font-family: 'HTF Didot M16';
    color: #222;
	margin-bottom: 1em;
	font-weight: 500;
	font-style: italic;
}
#site-wrapper h2,
#site-wrapper h3,
#site-wrapper h4,
#site-wrapper h5,
#site-wrapper h6 {
	font-family: 'Quicksand';
	font-style: normal;
}

#site-wrapper .start-box h3 {
	font-family: 'Quicksand';
    color: #222;
	margin-bottom: 1em;
	font-weight: 500;
	font-size: 24px!important;
}

#site-wrapper p, #site-wrapper td, #site-wrapper li {
	color: #404445;
}

#content-wrapper ul {
	list-style: disc outside none;
    padding-left: 1.2em;
}

#body #content ul li {
	text-indent: 0;
	padding-left: 0;
}

#body #content a {
	font-weight: 700;
}
@media (max-width: 1199px) {
#site-wrapper .start-box h3 {
	font-size: 24px!important;
}


}



@media (max-width: 767px) {

.type-category #container > .container {
	padding: 0 15px;
}


}

.title-row {
	padding: 30px 0 0!important;
}

.title-row .row > * > * {
	margin-bottom: 15px!important;
}


/* -------------------------------------------------------- */
/* Primary Color */
/* -------------------------------------------------------- */

/* Text */

.side-menu li > i,
a,
a:hover,
#menu-top li.active > a,
#menu-top a:hover,
#body .fa-icon:before,
#body .form-control:focus

{ color: #469123; }

/* Background */

#top-area .top-container .social-top a:hover,
#body .btn-default:hover,
.button-one a:hover, a.button-one:hover

{ background:  #469123; }

/* Border */

.submenu-wrapper.level_1,
#body .form-control:focus,
.button-one a, a.button-one


{ border-color: #469123; }


/* Misc */

#body {
	background: #fff;
/*	background:url(/content/themes/newyork/img/squairy_light.png); */
}

#sidebar-left {
	background: #fff;
    padding: 25px 15px;
    border-radius: 3px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    border-bottom: 5px solid #222222;
}

#content-wrapper #product-view .content {
	border-radius: 0;
	box-shadow: none;
	border-bottom: none;
}

#products-list {
	margin-bottom: 60px;
}

#products-list .product.list {
	border-radius:3px;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
	border-bottom: 5px solid #222222;
	margin-bottom: 0;
}





.type-category #content-wrapper, .type-product #content-wrapper {
	width: 100%;
}

.type-category #content-wrapper, .type-reserved_page #content-wrapper {
	padding: 0 15px;
}

.type-reserved_page #container > .row > .container, .type-reserved_page #container > .container {
	width: 100%;
	padding: 0;
}

/* --------------------------------------------------------------------------------------------- */
/* Header */
/* --------------------------------------------------------------------------------------------- */

#top-area {
	background: none;
	padding: 0 15px;
}

#top-area .top-container {
	align-items: center;
	-webkit-align-items: center;
}

#header {
	background: #fff;
}


#header * {
	
}

#menu-top a {
	color: #333;
	text-shadow: none;
	font-family: 'Quicksand';
	font-size: 16px!important;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: bold;
}

#menu-top a:hover {
	color: #458f22;
}

#menu-top li.active > a {
	color: #458f22;
	font-weight: 900;

}

#header .navbar-header {
	padding: 20px 30px;

}

#header .navbar-toggle .icon-bar {
	background: #222;
}

#header .navbar-toggle:not(.collapsed) .icon-bar {
	background: #fff;
}

#header .main-header {
    position: relative;
    z-index: 3;
}


#header .navbar {
	border: 0;
}

.submenu-wrapper.level_1 {
	background: rgba(19,19,19,.7);
	background: rgba(255, 255, 255, 1);
	border-color: #333;
	border-width: 3px;

}

.submenu-wrapper > .container > li a:hover {
	background: none;
}

#header .navbar-header a {
	height: 50px;
}

#site-wrapper .search-button i {
	font-size: 32px;
	cursor: pointer;
	color: #fff;
}


@media (max-width: 767px) {
	#header .navbar-header a {
	display: block;
}

#back-button {
	display: none;
}

}

@media (min-width: 768px) {

#header .navbar-header {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    display: -webkit-flex;
    -webkit-flex-direction: row-reverse;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
}

#header .navbar-header .menu-button {
	width: 60px;
	height: 45px;
}

#header .navbar-header:after, #header .navbar-header:before {
	display: none;
}


.start-url .search-button {
	display: none;
}

#site-wrapper.search-button .fa-search {
	color: #fff;
}

#site-wrapper:not(.start-url) .search-box {
	display: none;
}


#header .main-header.start {
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
}

.main-header.start .navbar-header {
	display: none;
}

#menu-top .navbar-nav>li>a:not(.arrow-nav) {
	padding: 38px 15px;
}

.submenu-wrapper.level_1 {
	top: 96px;
}


#top-area {
	background: none;
	padding: 0 30px;
}

#top-area .top-container {
	 justify-content: flex-end;
    -webkit-justify-content: flex-end;
	align-items: center;
	-webkit-align-items: center;
}

#header .navbar-header {
	padding: 20px 30px;
}

#header .navbar-header a {
	height: 75px;
}


#header {
/*	position: absolute; */
	top: 0;
	z-index: 10;
	width: 100%;
	transition: all ease .6s;
    -webkit-transition: all ease .6s;
	box-shadow: none;
	border-bottom: none;
	padding: 20px;
}

#header {
	padding: 0;
}

#header .main-header {

    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;

}

}


@media (min-width: 992px) {


}

@media (min-width: 1600px) {


#back-button {

    position: absolute;
    display: block;
    bottom: 20%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    z-index: 2;
    transition: all ease .4s;
    -webkit-transition: all ease .4s;

    display: none;


}

 #back-button a {
	display: inline-block;
}

 #back-button a .fa {
	font-size: 60px;
	color: #fff;
}

 .back-button-down {
    bottom: -125px !important;
    opacity: 0 !important;
}

}

@media (max-width: 1599px) {
	#back-button {
	display: none;
}
}

/* --------------------------------------------------------------------------------------------- */
/* Slideshow */
/* --------------------------------------------------------------------------------------------- */

#slideshow-wrapper > .row {
    margin: 0;
 }

.slideshow .slideshow-image {
	height: 250px;
}


.slideshow .slide-overlay {
	position: absolute;
	width: 100%;
	height:100%;
	top: 0;
	left: 0;
	background: rgba(31, 31, 31, 0.55);
	
}

.slideshow .description {
	right: 0;
	-webkit-transform: translate(0%,50%);
	width: 100%;
}

.slideshow .description > * {
	color: #fff!important;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}

#body .slideshow .description > h1 {
	font-size: 180%;
}

#body .slideshow .description > h2 {
	font-size: 150%;
	font-family: 'HTF Didot M16';
	font-weight: 500;
	font-style: italic;

}

#body .slideshow .description > h3 {
	font-weight: 300!important;

}

#body .slideshow .slide-logo img {

}

@media (min-width: 768px) {

#slideshow-wrapper {
/* 	padding-top: 99px; */
}

.slideshow .slideshow-image {
	height: 450px;
}


#body .slideshow .description > h1 {
	font-size: calc(46px * 2);
}

#body .slideshow .description > h2 {
	font-size: calc(40px * 1.4);

}

.slideshow-image .slide-logo {
	display: none;
}

}

@media (min-width: 1400px) {

#body .slideshow .description > h2 {
	font-size: 76px;
}

}

@media (max-width: 767px) {

.slideshow .slides > * {
	display: flex!important;
	display: -webkit-flex!important;
	flex-direction: column-reverse!important;
	-webkit-flex-direction: column-reverse!important;
}

.search-button {
    text-align: center;
}
.search-button .fa-circle {
	color: #fff;
}

.search-button > span {
	cursor: pointer;
}


.search-box {
	display: none;
}

.slide-logo {
	position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);


}

.slide-logo img {
	width: 50%!important;
    margin: 0 auto;
}

.search-box .slide-logo {
	display: none;
}

}


/* --------------------------------------------------------------------------------------------- */
/* Side-menu */
/* --------------------------------------------------------------------------------------------- */

#sidebar-left-wrapper .sub-page-menu h2 {
	margin: 0 0 15px 0;
}

.sub-page-menu .side-menu li {
	padding: 5px 0;
}

.sub-page-menu .side-menu li:last-child {
	padding: 5px 0;
}

.side-menu li:last-child {
	padding: 0;
}

#sidebar-left h2 {
	font-size: 26px;
	margin-bottom: 15px;
}

.side-menu a {
	color: #333;
}

.side-menu li.active a {
	color: #fd220d;
	font-weight: 700!important;
}

.side-menu li a:hover {
	font-weight: 400;
	text-decoration: none;
}

.webshop-categories-menu {
	padding-bottom: 25px;
}

/* --------------------------------------------------------------------------------------------- */
/* Products */
/* --------------------------------------------------------------------------------------------- */
#product-view .fancybox > img {
	margin: 0 auto;
}


#product-view .content {
	padding: 15px;
}

#products-list .product.list .title {
	font-size: 22px;
	padding-top: 1em;
}

#products-list .product.list .summary {
	padding: 20px 20px 20px 20px;
}

#products-list .product.list .summary > *:last-child {
	margin: 0!important;
}

#product-view .gallery a {
	padding: 3px;
	display: block;
}

#product-view .gallery img {
	border: 1px solid #8f8f8f
}

/* product v2 */

.type-category #container > .container {
	width: 100%;
}

.type-category #container > .container > .row {
	margin: 0 -30px;
}

.type-category #container > .container > .row #content-wrapper {
	padding: 0 15px;
}

#products-list {
	margin-bottom: 0;
}

#category-render {
	margin-bottom: 0;
}

#category-render .title h1 {
	margin-bottom: 0;
}

#products-list .product.list .image {
	position: relative;
}

#products-list .product.list .summary {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(0,0,0,0.6);
	padding: 10px 15px;
}

#products-list .product.list .summary * {
	color: #fff!important;
}

#products-list .product.list .summary > *:nth-child(-n+3):not(:first-child) {
	width: 50%;
	float:left;
	margin: 0!important;
}

#products-list .product.list .summary > *:nth-child(n+4) {
	display: none;
}

#products-list .product.list .title {
	padding: 0;
	text-align: left;
	margin-bottom: 5px;
}

#products-list .product.list {
	border-bottom: 0;
	box-shadow: none;
}

#products-list > .items > .row > * {
	padding: 0!important;
}

#category-render {
	display: none;
}

.slideshow .slide-overlay {
	display: none;
	background: rgba(255,255,255, 0.3);
}

.type-category .slide-overlay, .type-product .slide-overlay {
	
}

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


	#products-list .items > .row > .col-sm-3 {
		width: 50%;
	}
}

/* --------------------------------------------------------------------------------------------- */
/* Language Flags */
/* --------------------------------------------------------------------------------------------- */

.language-flags .dropdown-toggle {
	padding: 0px;
	margin: 0 10px;
	border: none;

}

.language-flags img {
	height: 35px;
}


.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
	background: none;
	border: none;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a {
	 background-color: #e8e8e8;
}

@media(min-width: 768px) {

#navbar {
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;

}

}


@media(max-width: 767px) {

.navbar-nav .open .dropdown-menu {
	position: absolute;
	
}

.navbar-nav .open .dropdown-menu > li > a {
	padding: 5px 15px 5px 10px;

}

}

/* --------------------------------------------------------------------------------------------- */
/* Footer */
/* --------------------------------------------------------------------------------------------- */

#footer #language-flags {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	margin: 15px 0;
}

#footer #language-flags li a {
	color: #fff;
	margin: 0 5px;
	font-family: 'Lato';
	letter-spacing: 1px;
	font-weight: 700;
}

#footer #language-flags li:not(:last-child) {
    border-right: 1px solid #fff;
}


#footer #language-flags img {
	    max-width: 30px;
}

#google-map {
	height: 300px;
	width: 100%;
}

#footer {
	padding: 0;
	position: relative;
	background: #fff;
	border-top: 3px solid #222;
}

#footer > .container {
    padding: 60px 15px;
}

#footer > .container > * {
	color: #222;
}

#footer .footer-content .footerbox {
	padding: 35px 25px;
}

#footer .footer-content p {
	color: #eee;
	font-size: 16px;
}

#footer .footer-content .footerbox > * {
	color: white;
}

#footer .footer-social {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

#footer .footer-social a {
    display: inline-block;
    font-size: 32px;
    margin: 0 10px;
    color: #222 !important;
    position: relative;
    top: 5px;
    transition: all ease .2s;
    -webkit-transition: all ease .2s;
}

#footer .footer-social a i {
	font-size: 100%;
}

#footer .footer-social a:hover {
    top: 0;
}

#footer * {
}

#footer .logo-container {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	padding-bottom: 30px;
}

#footer .logo-container img {
	max-width: 150px;
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all ease .2s;
    -webkit-transition: all ease .2s;
    margin: 15px 25px;
}


#footer .logo-container img:hover {
	-webkit-filter: grayscale(0);
    filter: grayscale(0);
}

#footer .container > * {
	color: #222;
}

#footer .top-footer {
	padding: 80px 0;
}

#footer .top-footer h4 {
	text-transform: uppercase;
    margin-bottom: 25px;
    font-size: 18px;
    letter-spacing: .5px;
}

#footer .bottom-footer {
	padding: 20px 0;
	background: #222;
	
}
#footer .bottom-footer a {
	color:#fff !important;
}

#footer .bottom-footer > * > * {
	color: #fff;
	font-size: 12px;
	margin: 0;
	text-align: center;
}

@media (max-width: 767px) {

#footer .top-footer {
	padding: 30px 0;
}

#footer .top-footer .col-md-4 {
	padding: 15px;
}

#footer .top-footer .col-md-4 * {
	text-align: center;
	justify-content: center;
	-webkit-justify-content: center;
}

#footer .top-footer .col-md-4 img {

}

}




/* Pre-footer */

.pre-footer {
	background: url(/content/themes/newyork/img/footer-bg.png);
	background-size: cover;
	background-repeat: no-repeat;
}
.pre-footer .pre-footer-content {
	text-align: center;
	color: white;
	padding: 30px 0;
}

.pre-footer .pre-footer-content > *:last-child {
	margin: 0;
}

.pre-footer .pre-footer-content .social-bottom {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	margin-bottom: 10px;
}

.pre-footer .pre-footer-content .social-bottom a {
	color: white;
	font-size: 30px;
	padding: 0 10px;
}

.pre-footer .pre-footer-content .phone,
.pre-footer .pre-footer-content .mail {
	font-weight: 700!important;
    letter-spacing: 1px;
    font-family: 'Lato';
    font-size: 24px!important;
}


@media (min-width: 768px) {

.pre-footer .pre-footer-content {
	padding: 100px 0;
}

.pre-footer .pre-footer-content .mail {
 	font-size: 66px!important;
}
.pre-footer .pre-footer-content .phone {
	font-size: 42px!important;
}

.pre-footer .pre-footer-content .social-bottom a {
	font-size: 50px;
	padding: 0 20px;
}

.pre-footer .pre-footer-content .mail {
	
}

}

@media (max-width: 767px) {
#footer .container .footer-content > * {
	margin: 0;
}

}



@media(min-width: 768px) {

#footer .footer-content {

}
	
}

/* --------------------------------------------------------------------------------------------- */
/* Buttons */
/* --------------------------------------------------------------------------------------------- */


.button-one a, a.button-one {
	color: #333;
	display: inline-block;
    text-transform: uppercase;
    padding: 15px 30px;
    border: solid 3px #333;
    margin: 25px 0 0;
    font-size: 18px;
    font-weight: 700;
	min-width: 250px;
	text-align: center;
    transition: all ease .4s;
    -webkit-transition: all ease .4s;
    letter-spacing: 1px;
}

.button-one a:hover, a.button-one:hover {
    color: white;
    text-decoration: none;
    background: #333;
}


/* button one over image */

.slideshow .button-one a, .slideshow a.button-one {
	color: #fff;
	border-color: #fff;
}


.slideshow .button-one a:hover, .slideshow a.button-one:hover {
	color: #333;
	background: #fff;
}

.type-product #product-view .content .description h3 > a {
	padding: 15px 25px;
}

.type-product #product-view .content .description a {
	display: inline-block;
	padding: 10px 20px;
	background: #222;
	border-radius: 5px;
	border-bottom: 4px solid #000;
	text-decoration: none;
	color: #fff;
	position: relative;
	top: 0;
	transition: all ease .2s;
	-webkit-transition: all ease .2s;
}

.type-product #product-view .content .description a:hover {
	top: 2px;
	border-bottom: 4px solid transparent;

}

/* --------------------------------------------------------------------------------------------- */
/* Custom */
/* --------------------------------------------------------------------------------------------- */

#content-wrapper {
	padding: 0 15px 30px;
}


#language-flags {
	display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    margin: 15px 0;
}


#language-flags li:not(:last-child) {
	border-right: 1px solid #fff;
}

#language-flags li a {
	color: #fff;
    margin: 0 10px;
    font-family: 'Lato';
    letter-spacing: 1px;
    font-weight: 700;
}

#language-flags li a:hover {
	text-decoration: none;
}



.hallskiss img {
	border: 1px solid #b5b5b5;
}


.pdf-button {
	background: #eee;
    padding: 10px 20px;
    color: #222;
    border-radius: 4px;
    font-size: 20px;
    transition: all ease .2s;
    -webkit-transition: all ease .2s;
    font-weight: 400!important
}
.pdf-button:after {
	font-family: 'fontAwesome';
	content: '\f1c1';
	padding-left: 15px;
}

.pdf-button:hover {
	text-decoration: none;
	background: #b4e6c8;
	color: #222;
}


/* video fancybox */

.fancybox-video {
  display: none;
}

/* Instagram */

.instagram {
	background: #222;
}

.instagram-wrapper {
	padding: 0 15px;
}

.instagram-icon {
	text-align: center;
	color: #fff!important;
	margin-bottom: 0!important;
	padding: 15px 0;
}

.instagram-icon a {
	color: #fff!important;
}

.instagram-icon a:before {
	font-family: 'fontAwesome';
	content: '\f16d';
	padding-right: 15px;
	color: #fff;
}

.instagram-icon a:hover {
	text-decoration: none;
}



.instagram {
}

.instagram p {
	margin: 0!important;
}

.instagram-wrapper .row > * {
  padding: 0;
}

.instagram-wrapper a {
  position: relative;
  display: block;
  top: 0;
  transition: all ease .2s;
  -webkit-transition: all ease .2s;
  overflow: hidden;
}
.instagram-wrapper a > img {
  transition: all ease .2s;
  -webkit-transition: all ease .2s;
}
.instagram-wrapper a > img:hover {
  transform: scale(1.05);
}

.fancybox-type-iframe .fancybox-inner {
  height: auto !important;
}

.fancybox-type-iframe .fancybox-nav {
  width: 60px;
}

.fancybox-type-iframe .fancybox-nav span {
  visibility: visible;
}

.fancybox-type-iframe .fancybox-next {
  right: -75px;
}

.fancybox-type-iframe .fancybox-prev {
  left: -75px;
}

@media (max-width: 767px) {


   .instagram-wrapper .row > * {
   	float: left;
   	width: 50%;
   }

  .fancybox-wrap iframe {
    width: 100%;
  }

  .fancybox-prev,
  .fancybox-next {
    display: none;
  }

  .EmbedFooterBrand {
    height: 0;
  }
}



/* search form */

.search-box {
	position: absolute;
	top: 50%;
	left: 5%;
	min-width: 32%;
	max-width: 32%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

#body .search-box .form-control {
	height: auto;
	padding: 10px 12px;
	font-size: 20px;
	font-weight: normal;
	background: #222;
    border: none;
    color: #fff;
}

#body .search-box .btn {
	background: #222;
	color: #fff;
	font-size: 20px;
}

#body .search-box select {
	background: #222 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgdmVyc2lvbj0iMS4xIgogICBpZD0ic3ZnMiIKICAgdmlld0JveD0iMCAwIDk5Ljc2NTA3OCAxODEuMTkwMTEiCiAgIGhlaWdodD0iMTgxLjE5MDExIgogICB3aWR0aD0iOTkuNzY1MDc2Ij4KICA8ZGVmcwogICAgIGlkPSJkZWZzNCIgLz4KICA8bWV0YWRhdGEKICAgICBpZD0ibWV0YWRhdGE3Ij4KICAgIDxyZGY6UkRGPgogICAgICA8Y2M6V29yawogICAgICAgICByZGY6YWJvdXQ9IiI+CiAgICAgICAgPGRjOmZvcm1hdD5pbWFnZS9zdmcreG1sPC9kYzpmb3JtYXQ+CiAgICAgICAgPGRjOnR5cGUKICAgICAgICAgICByZGY6cmVzb3VyY2U9Imh0dHA6Ly9wdXJsLm9yZy9kYy9kY21pdHlwZS9TdGlsbEltYWdlIiAvPgogICAgICAgIDxkYzp0aXRsZT48L2RjOnRpdGxlPgogICAgICA8L2NjOldvcms+CiAgICA8L3JkZjpSREY+CiAgPC9tZXRhZGF0YT4KICA8ZwogICAgIHRyYW5zZm9ybT0idHJhbnNsYXRlKC00NDUuMDkyMjEsLTI1MS4zOTc0NSkiCiAgICAgaWQ9ImxheWVyMSI+CiAgICA8cGF0aAogICAgICAgdHJhbnNmb3JtPSJtYXRyaXgoLTEuMTYzNjgyOCwwLDAsLTAuOTk3MTM0OCwxMDcwLjk2ODQsNTk0LjY1NjQpIgogICAgICAgZD0ibSA0OTQuOTc0NzYsMzQ0LjI0NTI4IC00Mi44NjYwNywtNzQuMjQ2MjEgODUuNzMyMTQsLTFlLTUgeiIKICAgICAgIGlkPSJwYXRoNDE2NyIKICAgICAgIHN0eWxlPSJvcGFjaXR5OjE7ZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO2ZpbGwtcnVsZTpub256ZXJvO3N0cm9rZTpub25lO3N0cm9rZS13aWR0aDoxO3N0cm9rZS1saW5lY2FwOmJ1dHQ7c3Ryb2tlLWxpbmVqb2luOm1pdGVyO3N0cm9rZS1taXRlcmxpbWl0OjQ7c3Ryb2tlLWRhc2hhcnJheTpub25lO3N0cm9rZS1kYXNob2Zmc2V0OjA7c3Ryb2tlLW9wYWNpdHk6MSIgLz4KICAgIDxwYXRoCiAgICAgICB0cmFuc2Zvcm09Im1hdHJpeCgxLjE2MzY4MjgsMCwwLDAuOTk3MTM0OCwtODEuMDE4ODkzLDg5LjMyODYxNykiCiAgICAgICBkPSJtIDQ5NC45NzQ3NiwzNDQuMjQ1MjggLTQyLjg2NjA3LC03NC4yNDYyMSA4NS43MzIxNCwtMWUtNSB6IgogICAgICAgaWQ9InBhdGg0MTY3LTAiCiAgICAgICBzdHlsZT0ib3BhY2l0eToxO2ZpbGw6I2ZmZmZmZjtmaWxsLW9wYWNpdHk6MTtmaWxsLXJ1bGU6bm9uemVybztzdHJva2U6bm9uZTtzdHJva2Utd2lkdGg6MTtzdHJva2UtbGluZWNhcDpidXR0O3N0cm9rZS1saW5lam9pbjptaXRlcjtzdHJva2UtbWl0ZXJsaW1pdDo0O3N0cm9rZS1kYXNoYXJyYXk6bm9uZTtzdHJva2UtZGFzaG9mZnNldDowO3N0cm9rZS1vcGFjaXR5OjEiIC8+CiAgPC9nPgo8L3N2Zz4K) no-repeat 96% 50%!important;
	background-size: auto 25px!important;
	-moz-appearance: none; 
	-webkit-appearance: none; 
	appearance: none;
}


#body .search-box .form-control select option {
	
}


#body .search-box .form-control:focus {
	color: #fff;
}


@media (max-width: 767px) {
	.search-box {
		max-width: 100%;
		transform: none;
		-webkit-transform: none;
	}
}

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

.kontakt table {
	margin-bottom: 15px;
	table-layout: fixed;
}

.kontakt table tr td {
	vertical-align: top;
}

.kontakt table tr td:nth-child(1) {
	width: 20%;
}

.kontakt table tr td:nth-child(2) {
	width: 80%;
}


#body #contact-form {
	max-width: 600px;
	margin: 0 auto;
}

#body #contact-form label {
	width: 100%;
	font-weight: 400;
	text-align: center;
}

#body .form-control:focus {
	border-color: #333;
	box-shadow: none;
}

#body .btn-default:hover {
	background: #333;
}

.om-oss table {
	table-layout: fixed;
	min-height: 200px;
}

.om-oss table tr td {
	padding: 15px;
	vertical-align: top;
}

.om-oss table tr > td:nth-child(1) {
	width: 25%;
}

.om-oss table tr > td:nth-child(2) {
	width: 75%;
}

@media (max-width: 767px) {

.search-box {
	position: static;
	padding: 25px 15px;

}

	.om-oss table tr {
	display: flex;
    flex-direction: column;
    display: -webkit-flex;
    -webkit-flex-direction: column;
	}

	.om-oss table tr td {
		width: 100%!important;
		text-align: center;
		padding: 0;
	}
}


#content-wrapper .grey-row {
	background: #eee;
	padding: 60px 0;
	margin: 30px -15px;
}

#content-wrapper .grey-row + .grey-row {
	margin: -30px -15px 30px;
	padding: 0 0 60px;
}

#content-wrapper .grey-row .row > * > *:last-child {
	margin: 0!important;
}

#content-wrapper .color-row {
	background: #46c2e9;
	padding: 60px 0;
	margin: 30px -15px;
}

#content-wrapper .color-row + .color-row {
	margin: -30px -15px 30px;
	padding: 0 0 60px;
}

#content-wrapper .color-row .row > * > *:last-child {
	margin: 0!important;
}


/* font awesome */

.fa-icon:before {
	color: #333;
}

.fa-icon.adress:before {
    font-family: 'fontAwesome';
    content: '\f041';
}

.fa-icon.time:before {
    font-family: 'fontAwesome';
    content: '\f017';
}

.fa-icon.info:before {
    font-family: 'fontAwesome';
    content: '\f05a';
}


/* Price Table */

.price-table table {
	width: 100%;
	table-layout: fixed;
	margin-bottom: 15px;
}

.price-table tr {
    border: 1px solid #43ACEF;
    transition: all ease .2s;
    -webkit-transition: all ease .2s;
}

.price-table td {
    padding: 10px 25px;
    transition: all ease .2s;
    -webkit-transition: all ease .2s;
}

.price-table tr>td:nth-child(2) {
    text-align: right;
}

.price-table td p:last-child {
	margin-bottom: 0;
}

.price-table tr:hover {
    background: #43ACEF;
}

.price-table tr:hover td {
	color: white;
}

/* Image border */

.border-image img {
    padding: 7px;
    border: 1px solid #D6D6D6;
    box-shadow: 2px 3px 5px rgb(214, 214, 214);
}



/* Image slider */

#slider {
  position: relative;
  overflow: hidden;
  margin: 20px auto 0 auto;
  border-radius: 4px;
}

#slider ul {
  position: relative;
  margin: 0;
  padding: 0;
  height: 200px;
  list-style: none;
}

#slider ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 500px;
  height: 300px;
  background: #ccc;
  text-align: center;
  line-height: 300px;
}

/* slideshow 2.0 */

.slideshow .slideshow-image {
	height: 100%;
	position: relative;
}


/* start boxes */

.start-url #content-wrapper {
	padding: 0 15px 0;
}

.page .start-box {
	/* padding: 0!important; */
}

.page .start-box .row > * {
	/* padding: 0!important; */
}

.page .start-box .row > * > * {
	margin: 0!important;
}

.page .start-box p {
	line-height: 0;
}

.page .start-box a {
	display: inline-block;
	position: relative;
	overflow: hidden;
	border: 3px solid #222;
}

.page .start-box .row > * img {
	transform: scale(1);
	transition: all ease .4s;
	-webkit-transition: all ease .4s;

}

.page .start-box .row > *:hover a img {
	transform: scale(1.05);
}

.page .start-box .wrap-a {
	display: block;
	line-height: 0;
	background: #000;
}


.page .start-box .overlay-text {
	width: 100%;
    position: absolute;
    bottom: 15px;
    left: 0;
    padding: 15px;
    background: rgba(34, 34, 34, 0.76);
    transition: all ease .4s;
    -webkit-transition: all ease .4s;
}

.page .start-box .overlay-text > * {
	color: #fff!important;
	margin-bottom: 0!important;
	white-space: nowrap;

}


@media(min-width: 1400px) {
	.page .start-box .overlay-text h3 {
		font-size: 43px!important;
	}
}

@media(min-width: 1600px) {
	.page .start-box .overlay-text h3 {
		font-size: 53px!important;
	}
}


/*
.page .start-box .row > * a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(138, 206, 236, 0.34);
	transition: all ease .2s;
	-webkit-transition: all ease .2s;
	opacity: 0;
}

.page .start-box .row > *:hover a:before {
	opacity: 1;
}

*/

/* --------------------------------------------------------------------------------------------- */
/* Mobile full menu*/
/* --------------------------------------------------------------------------------------------- */

@media(min-width: 768px) {

.collapsing {
     -webkit-transition: none;
     transition: none;
}


#header .navbar-header {
	padding: 30px;
	width: 100%;
}

#header .main-header {
	display: block;
}

#menu-top {
	box-shadow: none;
}

.navbar-nav li a {
	border-bottom: 0;
}


#menu-top .navbar-nav > li:nth-child(2):after {
	content: '';
	display: block;
	height: 7px;
	width: 100%;
	max-width: 150px;
	background: #fff;
	margin: 10px auto;
}

#header .navbar .menu-overlay {
    background: rgba(0,0,0,0.7);
    position: fixed;
    border: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0;
    opacity: 0;
  -webkit-transition: .1s ease-in-out;
  -moz-transition: .1s ease-in-out;
  -o-transition: .1s ease-in-out;
  transition: .1s ease-in-out;
}

#header .navbar .collapse.in .menu-overlay {
	opacity: 1;
}

#header .navbar .menu-overlay .nav {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    text-align: center;
}

#header .navbar-header .navbar-toggle {
	z-index: 99;
}

#menu-top>ul>li {
	display: block;
	text-align: center;
}

#menu-top a {
 	font-size: 18px!important;
 	color: #fff;
 	display: inline-block;
 	padding: 10px 0!important;
}



  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }


}


#menu-top a {
 	color: #fff;
}

/* Icon */

.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 0px;
}

 .navbar-toggle {
  width: 60px;
  height: 45px;
  position: relative;
  margin: 50px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

.navbar-toggle .icon-bar {
  display: block;
  position: absolute;
  height: 9px;
  width: 100%;
  background: #d3531a;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.navbar-toggle span:nth-child(1) {
  top: 0px;
}

.navbar-toggle span:nth-child(2), .navbar-toggle span:nth-child(3) {
  top: 18px;
}

.navbar-toggle span:nth-child(4) {
  top: 36px;
}

.navbar-toggle:not(.collapsed) span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.navbar-toggle:not(.collapsed) span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.navbar-toggle:not(.collapsed) span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.navbar-toggle:not(.collapsed) span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}


@media( min-width: 768px) {

.navbar-toggle:not(.collapsed) {
	position: fixed;
	top: 40px;
	right: 30px;
}

	#menu-top a {
 	font-size: 24px!important;

}
}

@media (max-width: 767px) {

	#header #language-flags {
		justify-content: flex-start;
		-webkit-justify-content: flex-start;
		margin: 0;
		padding: 0 15px;
	}

	#header #language-flags li a {
		color: #222!important;
		border-bottom: 0!important;
		margin: 0;
	}

	#header #language-flags li a:first-child {
		margin-right: 5px;
	}



	#header {
		border-bottom: none;
		box-shadow: none;
		background: #fff;
	}

	#header .navbar {
		background: #fff;
	}

	#header .navbar-toggle:not(.collapsed) .icon-bar {
		background: #fff;
	}

	#menu-top a {
		color: #222;
	}

	#menu-top li.active > a,
	#menu-top li > a:hover {
		color: #222;
	}

	.navbar-toggle {
		height: 27px;
		width: 40px;
	}

	.navbar-toggle .icon-bar {
		height: 4px;
	}

	.navbar-toggle span:nth-child(2), .navbar-toggle span:nth-child(3) {
		top: 10px;
	}

	.navbar-toggle span:nth-child(4) {
		top: 20px;
	}
}


/* pagination */

.type-reserved_page .pagination {
	width: 100%;
    text-align: center;
    margin: 20px auto;
}


.type-reserved_page .pagination li {
	display: inline-block;
    margin: 0!important;
}


/***** PAGE *********/




/* eart button */


.eart-button-container {
	background: #459000;
	display: none;
	position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    border-radius: 50px;
    max-width: 600px;
    margin-bottom: 15px;
    margin-left: 15px;
}

.eart-button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-justify-content: space-between;
}

.eart-button a {
	display: block;
	color: #fff;
}

.eart-button a:hover {
	text-decoration: none;
}

.eart-button .close-button {
	position: absolute;
    top: 50%;
    right: 10px;
    color: #fff;
    font-size: 20px;
    line-height: 0;
    z-index: 1;
    cursor: pointer;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);

}


.eart-button img {
	max-width: 135px;
    margin-left: 40px;
}


.eart-button p {
	margin: 0 40px 0 0;
    font-size: 20px;
    color: #fff!important;
}


.showing-popup {
	overflow: hidden!important;
}

.popup {
	 display: none;
	 position: fixed;
	 overflow: auto;
	 top: 0;
	 left: 0;
	 right: 0;
	 bottom: 0;
	 width: 100%;
	 height: 100%;
	 background: rgba(0, 0, 0, 0.5);
	 z-index: 20;
}
 .popup .popup-container {
	 width: 90%;
	 margin: 60px auto;
	 display: flex;
	 display: -webkit-flex;
	 flex-wrap: wrap;
	 -webkit-flex-wrap: wrap;
	 min-height: 400px;
	 position: relative;
	 max-width: 1400px;
}

 .popup .popup-container .container {
 	width: 100%;
 	padding: 0;
 }

  .popup .popup-container p {
  	margin: 0!important;
  }

 .popup .popup-container .close-button {
	 background: #000;
	 color: #fff;
	 position: absolute;
	 top: 0;
	 right: 0;
	 height: 30px;
	 width: 30px;
	 font-size: 20px;
	 text-align: center;
	 line-height: 30px;
	 z-index: 2;
}
 .popup .popup-container .close-button:hover {
	 background: #469123;
}