body {
	background-color: #fff;
	color: #888;
	font-family: 'Maven Pro';
	font-size: 14px;
	margin: 0;
  min-width: 1200px;
}

ul {
	padding-left: 40px;
	margin: 0;
	list-style: none;
}

h1 {
	color: #fff;
	font-size: 28px;
	font-weight: lighter;
	line-height: 40px;
	margin-top: 0;
	margin-bottom: 40px;
	text-align: center;
}

h3 {
	color: #222;
}

p {
	font-size: 16px;
	line-height: 24px;
}

hr {
	border: none;
	border-bottom: 1px solid #ddd;
	margin: 40px 0;
}

a {
	text-decoration: none;
	transition: color 0.2s;
}
.radio-inline input{margin-top: 0 !important; height: 20px}
input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=radio]::-ms-check {
  display: none;
}
input[type=radio] {
  position: relative;
  width: 1em;
  height: 1em;
  border: 1px solid gray;
  /* Adjusts the position of the checkboxes on the text baseline */
  vertical-align: -2px;
  /* Set here so that Windows' High-Contrast Mode can override */
  color: green;
}

input[type=radio]::before {
  content: "✔";
  position: absolute;
  font-size: 1.2em;
  right: 0;
  top: -0.3em;
  visibility: hidden;
}

input[type=radio]:checked::before {
  /* Use `visibility` instead of `display` to avoid recalculating layout */
  visibility: visible;
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;

  -webkit-perspective: 12rem;
  -moz-perspective: 12rem;
  -ms-perspective: 12rem;
  -o-perspective: 12rem;
  perspective: 12rem;

  z-index: 2000;
  position: fixed;
  height: 6rem;
  width: 6rem;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.pace.pace-inactive .pace-progress {
  display: none;
}

.pace .pace-progress {
  position: fixed;
  z-index: 2000;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 6rem;
  width: 6rem !important;
  line-height: 6rem;
  font-size: 2rem;
  border-radius: 50%;
  background: rgba(34, 153, 221, 0.8);
  color: #fff;
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 100;
  text-align: center;

  -webkit-animation: pace-theme-center-circle-spin linear infinite 2s;
  -moz-animation: pace-theme-center-circle-spin linear infinite 2s;
  -ms-animation: pace-theme-center-circle-spin linear infinite 2s;
  -o-animation: pace-theme-center-circle-spin linear infinite 2s;
  animation: pace-theme-center-circle-spin linear infinite 2s;

  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.pace .pace-progress:after {
  content: attr(data-progress-text);
  display: block;
}

@-webkit-keyframes pace-theme-center-circle-spin {
  from { -webkit-transform: rotateY(0deg) }
  to { -webkit-transform: rotateY(360deg) }
}

@-moz-keyframes pace-theme-center-circle-spin {
  from { -moz-transform: rotateY(0deg) }
  to { -moz-transform: rotateY(360deg) }
}

@-ms-keyframes pace-theme-center-circle-spin {
  from { -ms-transform: rotateY(0deg) }
  to { -ms-transform: rotateY(360deg) }
}

@-o-keyframes pace-theme-center-circle-spin {
  from { -o-transform: rotateY(0deg) }
  to { -o-transform: rotateY(360deg) }
}

@keyframes pace-theme-center-circle-spin {
  from { transform: rotateY(0deg) }
  to { transform: rotateY(360deg) }
}
#right-sidebar {
    width: 0%;
    display: none;
    height: 100vh;
    position: relative;
    top: 0px;
    left: 0px;
    background: #f4f5f8;
    z-index: 1;
    overflow: auto;
    float:right;
    padding: 0;
}
#left-sidebar {
    width: 20%;
    display: block;
    height: 100%;
    position: relative;
    top: 0px;
    left: -20%;
    background: #f4f5f8;
    z-index: 999999;
    float: left;
    padding:20px;
    padding-top:40px;
    -webkit-transition: left .5s ease;
-moz-transition: left .5s ease;
-o-transition: left .5s ease;
transition: left .5s ease;
}
#left-sidebar.open{left:0%;}
#left-sidebar.close{left:-20% !important;}
#left-sidebar.result{overflow: auto;height: 100vh}
.search-tab{position: absolute;font-size: 18px;cursor: pointer;z-index: 1;
display: block;width:200px;height: 50px;background:black;color: white;right: 260px;bottom: 0px;line-height: 50px;text-align: center; }
.zmena-cintorina{position: absolute;font-size: 18px;cursor: pointer;z-index: 1;
display: block;width:200px;height: 50px;background:black;color: white;left: 20px;bottom: 0px;line-height: 50px;text-align: center;}
.zmena-cintorina a,.zmena-cintorina a:hover{color:white; text-decoration: none}

.info-tab{position: absolute;font-size: 18px;cursor: pointer;z-index: 1;
display: block;width:60px;height: 50px;background:darkblue;color: white;right: 190px;bottom: 0px;line-height: 50px;text-align: center; }

.oznam-tab{position: absolute;font-size: 18px;cursor: pointer;z-index: 1;
display: block;width:60px;height: 50px;background:darkred;color: white;right: 120px;bottom: 0px;line-height: 50px;text-align: center; }


#right-sidebar {
    -webkit-transition: width .5s ease;
    -moz-transition: width .5s ease;
    -o-transition: width .5s ease;
    transition: width .5s ease
}

#trip-detail {
    margin-bottom: 105px
}

#right-sidebar.hotel .rs-why-label, #right-sidebar.hotel .rs-why {
    display: none
}

#brand-logo {
    display: none
}

.rs-brand {
    display: none
}

#right-sidebar.hotel .rs-brand {
    display: block
}

#right-sidebar.hotel[data-brand] #brand-logo {
    display: block;
    position: absolute;
    left: 40px;
    width: 70px;
    height: 70px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
    background-position: left bottom 8px !important;
    background-size: 70px auto !important;
    background-repeat: no-repeat !important;
    z-index: 1
}

#right-sidebar.hotel[data-brand] #poi-detail:before {
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    background: #ed1c29 url("/img/icons/brand.svg");
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 20px !important;
    position: absolute;
    right: 80px;
    top: 0;
    text-align: center;
    line-height: 50px;
    z-index: 1
}

#right-sidebar.hotel[data-brand] #poi-detail:after {
    content: '';
    top: 0;
    right: 130px;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 30px 50px 0;
    border-color: transparent #ed1c29 transparent transparent
}

#right-sidebar.hotel[data-brand] h1.rs-title {
    text-indent: -99999px;
    background-color: red;
    width: 90%;
    margin-left: 40px;
    height: 58px;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: left center !important
}

.rs-img {
    width: 100%
}
.rs-close {
    position: absolute;
    right: 0;
    width: 50px;
    height: 50px;
    background: #3e3e3e;
    line-height: 49px;
    text-indent: -12px;
    text-align: center;
    text-decoration: none;
    font-size: 42px;
    color: #fff;
    z-index: 5
}

.rs-close:before {
    content: "";
    top: 0;
    left: -30px;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 30px 50px 0;
    border-color: transparent #3e3e3e transparent transparent
}
.image-container {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 250px;
    overflow: hidden;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important
}
.zoznam_hlavicka{font-weight: bold;background: lightgrey;}
#poi-detail .image-container {
    height: 300px
}

.image-container.big {
    height: 360px
}

.image-container:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    background: -webkit-linear-gradient(transparent, #21222f) left repeat;
    background: linear-gradient(transparent, #21222f) left repeat
}


h1.rs-title {
    position: absolute;
    bottom: 0px;
    color: #fff;
    z-index: 1;
    font-size: 30px;
    font-weight: 600;
    left:30px;
}

h2.rs-title {
    position: absolute;
    bottom: 10px;
    left: 20px;
    color: #fff;
    z-index: 1;
    max-width: 80%;
    font-weight: 700
}

.show-more {
    position: relative;
    z-index: 1;
    margin-left: 40px;
    color: #62636d;
    font-weight: 700
}


p.rs-description {
    line-height: 1.75;
    margin-bottom: 30px
}
p.rs-detail{font-style: italic;margin-top: 40px;font-weight: 700;}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.nav:before, .nav:after {
    content: " ";
    display: table
}

.nav:after {
    clear: both
}

.nav > li {
    position: relative;
    display: block
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
    text-decoration: none
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #eeeeee
}

.nav > li.disabled > a {
    color: #777777
}

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
    color: #777777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #3097D1
}

.nav .nav-divider {
    height: 1px;
    margin: 10px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav > li > a > img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs > li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.6;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.nav-tabs > li > a:hover {
    border-color: #eeeeee #eeeeee #ddd
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555555;
    background-color: #f5f8fa;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default
}

.nav-pills > li {
    float: left
}

.nav-pills > li > a {
    border-radius: 4px
}

.nav-pills > li + li {
    margin-left: 2px
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #3097D1
}

.nav-stacked > li {
    float: none
}

.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified, .nav-tabs.nav-justified {
    width: 100%
}

.nav-justified > li, .nav-tabs.nav-justified > li {
    float: none
}

.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px;
    font-size: 15px
}

.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%
    }

    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0
    }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
    border-bottom: 0
}

.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd
}

@media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #f5f8fa
    }
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.nav-pills {
    border-bottom: 1px solid #ccc
}

.nav-pills > li > a {
    border-radius: 0 !important;
    text-transform: uppercase;
    color: #55586e !important;
    border-bottom: 2px solid transparent
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    color: #55586e !important;
    border-color: #55586e;
    background: none !important
}

.tab-content {
    max-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 30px;
}


.clear {
	clear: both;
}

.inner {
	width: 1000px;
	margin: 0 auto;
	max-width: 100%;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.inner.over {
	margin-top: -230px;
}

.photo_gallery {
    list-style: none;
    margin-top: 30px;
    padding: 0
}

.photo_gallery li {
    width: 33%;
    display: inline-block;
    margin-bottom: 5px
}

.photo_gallery li img {
    width: 95%;
    width: 95%;
    border: 1px solid #fff;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1)
}
/* Header */
#header {
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: center -60px;
	background-size: cover;
	padding: 60px 30px 100px 30px;
	box-shadow: 0 -40px 80px #fff inset;
}

#header h1 {
	color: #444;
	margin-top: 40px;
	margin-bottom: 80px;
}

#header nav {
	float: right;
}

#main-menu li {
	display: inline-block;
	margin-left: 30px;
}

#main-menu a {
	color: #bbb;
	font-size: 16px;
	text-decoration: none;
}

#main-menu a:hover {
	color: #666;
}

/* Logo */
#logo {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	width: 140px;
	height: 42px;
}

.button {
	background-color: #f56b7e;
	border-radius: 3px;
	color: #fff !important;
	font-size: 16px;
	text-decoration: none;
	display: inline-block;
	padding: 12px 0 12px 16px;
}

.button span {
	background-color: rgba(0, 0, 0, 0.08);
	border-radius: 0 3px 3px 0;
	font-weight: bold;
	margin-left: 24px;
	padding: 12px 16px 12px 8px;
	position: relative;
	transition: padding 0.2s;
}

.button:hover span {
	padding: 12px 24px 12px 16px;
}

.button span::before {
    width: 14px;
    height: 42px;
    content: '';
	background-image: url(../images/button-divider.png);
	background-repeat: no-repeat;
    position: absolute;
    left: -14px;
    top: 0;
}

#map-section {
	width: 800px;
	max-width: 100%;
}

/* Browser mockup */
.window-mockup {
	background-color: #f0f0f0; /* #f0ece0 */
	background-image: url(../images/window.png);
	background-repeat: no-repeat;
	background-position: 14px center;
	border-radius: 10px 10px 0 0;
	height: 42px;
	overflow: hidden;
}

.window-mockup.brown {
	background-color: #2f2e2b;
}

.window-bar {
	background-color: #f8f8f8; /* #f6f4ed */
	border-radius: 3px;
	margin: 10px 14px 10px 80px;
	height: 22px;
}

/* Editor */
.editor-window {
	display: none;
	margin: 0 auto;
	width: 460px;
}

.editor-window .window-mockup {
	cursor: pointer;
}

.editor-body {
	background: #272822;
	color: #cfcfc2;
	padding: 14px;
	font-size: 12px;
}

/* Map */
.map-container {
	margin: 0 auto;
	margin-bottom: 60px;
}

.map-container > #mapplic {
	background-color: #fff;
}

/* Examples */
#examples {
	font-size: 0;
	padding: 0;
	margin: 0 80px;
	display: block;
	text-align: center;
}

#examples li {
	display: inline-block;
	margin-bottom: 6px;
}

#examples a {
	border-radius: 3px;
	border: 2px solid #fff;
	color: #bbb;
	font-size: 16px;
	display: block;
	padding: 10px;
	margin: 0 10px;
	transition: border-color 0.2s, color 0.2s;
}

#examples a:hover {
	color: #666;
	border: 2px solid #eee;
}

#examples .active a {
	border: 2px solid #ddd;
	color: #666;
}

/* WordPress */
#wordpress {
	color: #fff;
	display: block;
	font-size: 28px;
	text-align: center;
}

#wordpress strong {
	margin-left: 20px;
}

#wordpress img {
	vertical-align: middle;
}

/* Contact */
#contact {
	background-image: url(../images/mail.png);
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	width: 48px;
	height: 48px;
	margin: 0 auto 30px auto;
}

/* Footer */
#footer {
	background-color: #2f2e2b;
	padding: 60px 0;
	text-align: center;
}

#footer span a {
	border-bottom: 1px solid transparent;
	color: #aaa;
	font-size: 13px;
	font-weight: bold;
	transition: color 0.2s, border-color 0.2s;
}

#footer span a:hover {
	border-color: #666;
	color: #eee;
}

/* Icons */
.icon {
	background-repeat: no-repeat;
	background-position: center 10px;
	padding-top: 60px;
}

.icon.landmark { background-image: url(../images/icon-landmark.png); }
.icon.layer { background-image: url(../images/icon-layer.png); }
.icon.link { background-image: url(../images/icon-link.png); }
.icon.browser { background-image: url(../images/icon-browser.png); }
.icon.responsive { background-image: url(../images/icon-responsive.png); }
.icon.mobile { background-image: url(../images/icon-mobile.png); }

.container {
	margin: 20px 0;
}

.container:after {
	clear: both;
	content: '';
	display: block;
	height: 0;
	visibility: hidden;
	font-size: 0;
}

.one-third {
	float: left;
	padding-left: 2%;
	padding-right: 2%;
	width: 29%;
}

.features {
	text-align: center;
}

section {
	padding: 40px 0;
}

section .inner {
	padding-left: 20px;
	padding-right: 20px;
}

section.purple {
	background-color: #b7a6bd;
	color: #fff;
	padding: 60px 0;
}

section.blue {
	background-color: #7DD5C9;
	color: #fff;
	padding: 20px 0;
}

/* Responsivity */
@media all and (max-width: 667px) {
	#header {
		display: none;
	}

	.inner.over {
		margin-top: 0;
		padding-top: 0;
	}

	.window-mockup {
		display: none;
	}
   #right-sidebar {
    width: 0%;
    display: none;
    height: 100vh;
    position: relative;
    top: 0px;
    left: 0px;
    background: #f4f5f8;
    z-index: 99999999;
    overflow: auto;
    float:left;
    padding: 0;
}
#left-sidebar {
    width: 100%;
    display: block;
    height: 100%;
    position: relative;
    top: 0px;
    left: -100%;
    background: #f4f5f8;
    z-index: 999999;
    float: left;
    padding:20px;
    -webkit-transition: left .5s ease;
-moz-transition: left .5s ease;
-o-transition: left .5s ease;
transition: left .5s ease;
}
#left-sidebar.open{left:0%;}
#left-sidebar.close{left:100%;}
}