body {
	font-size:13px;
	font-family:Helvetica;
	color:#2e247a;
	background-color:#fafaf4;
}

.btn {
	border-radius:0;
}

.form-control {
	border-radius:0;
}

textarea:focus, input:focus{
    outline: none;
}

body.detail-ubytovani {
	color:#077adb;
}

body.detail-zajimavost {
	color:#fd5f1c;
}

body.detail-poutni-misto {
	color:#ec0c65;
}

body.detail-poutni-trasa {
	color:#8fc201;
}

body.detail-misto h1 {
	margin-top:60px;
	font-size:24px;
}

body.detail-misto .detail-misto-meta {
    margin-bottom:0;
	padding-bottom:0;
}

body.detail-misto .detail-misto-meta span {
	display:inline-block;
	border:1px solid;
	padding:5px 10px;
	margin-right:10px;
}

body.detail-misto h2 {
	color:#fafaf4;
	margin-left:-30px;
	margin-top:40px;
	padding:20px 20px 18px 20px;
	font-size:24px;
}

body.detail-klasterni .navbar, 
body.detail-klasterni .footer {
	background-color: #704d8f;
}

body.detail-ubytovani h2 { background-color:#077adb; }
body.detail-zajimavost h2 { background-color:#fd5f1c; }
body.detail-poutni-misto h2 { background-color:#ec0c65; }
body.detail-poutni-trasa h2 { background-color:#8fc201; }

body.detail-misto .detail-ubytovani-side {
	padding-top:85px;
}

body.detail-misto .detail-ubytovani-content p {
	line-height:1.2em;
	color:#2e247a;
}

body.detail-misto .detail-ubytovani-content ul {
	margin:0;
	padding:0;
	margin-bottom:10px;
	list-style:inside square;
	line-height:1.2em;
	color:#2e247a;	
}

body.detail-misto .detail-ubytovani-content p:last-child,
body.detail-misto .detail-ubytovani-content ul:last-child {
    margin-bottom:0;
}

body.detail-misto .detail-vybaveni  .glyph {
    display:table;
	width:135px;
    float:left;
    margin-bottom:20px;	
    margin-right:35px;
	opacity:0.3;	
}

body.detail-misto .detail-vybaveni  .glyph.active {
    opacity:1; 
}

body.detail-misto .detail-vybaveni  .pbs {
    display:table-row;	
}

body.detail-misto .detail-vybaveni span[class*="icon-"],
body.detail-misto .detail-vybaveni span[class*="icon2-"]{
    font-size:48px;
    display:table-cell;	
    vertical-align:middle;	
    text-align:left;	
	width:60px;
}

body.detail-misto .detail-vybaveni span.mls {
	display:table-cell;
	vertical-align:middle;
	text-align:left;
	width:75px;
}

a {
	color:#2e247a;
}

a:focus {
	outline:none;		
}

a.border-on-hover {
	color:#2e247a;
	display:inline-block;
	position:relative;
}

a.border-on-hover::before {
    background-color: #2e247a;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transition: all 0.5s ease-in-out 0s;
    visibility: hidden;
    width: 100%;
}

a.border-on-hover:hover::before {
    transform: scaleX(1);
    visibility: visible;
}

.img-responsive {
	width:100%;
}

a:hover {
	text-decoration:none;
}

._bg-red { background-color: #ec0c65 !important; }
._bg-blue { background-color: #077adb !important; }
._bg-orange { background-color: #fd5f1c !important; }
._bg-green { background-color: #3ebb41 !important; }

._color-white { color:#fafaf4 !important }
._color-red { color: #ec0c65 !important; }
._color-blue { color: #077adb !important; }
._color-orange { color: #fd5f1c !important; }
._color-green { color: #3ebb41 !important; }

.main-content {
	min-height:81vh;
}

.btn-1 {
	display:inline-block;
	padding:15px 0;
	background-color:#2e2578;
	border:1px solid #2e2578;
	border-radius:0;
	width:360px;
	transition:background 0.2s linear;
	color:#fafaf4;	
	font-weight:bold;
}


.btn-1-sm {
	width:100%;
	font-size:12px;
}


.btn-1.zajimavost {
	background-color:#fd5f1c;
	border-color:#fd5f1c;
}

.btn-1.poutni-mista {
	background-color:#ec0c65;
	border-color:#ec0c65;
}



.btn-1.ubytovani {
	background-color:#077adb;
	border-color:#077adb;
}

.btn-1.poutni-trasy {
	background-color:#8fc201;
	border-color:#8fc201;
}

.btn-1:hover {
	background-color:#080239;
	border:1px solid #080239;	
	color:#fafaf4;	
}

.row-height {
	position:relative;	
	display: table;
	table-layout: fixed;
	height: 100%;
	width: 100%;
}

.col-height {
  display: table-cell;
  float: none;
  height: 100%;
}

.col-top {
  vertical-align: top;
}

.col-middle {
  vertical-align: middle;
}

.col-bottom {
  vertical-align: bottom;
}

.title-small {
	font-size:15px;
	font-weight:normal;
	display:block;
}

h1, h2, h3, h4 {
	font-size:24px;
	font-weight:bold;
}

h2 {
	margin-bottom:20px;
}

h3 {
	margin-top:60px;
	margin-bottom:60px;	
	
}

.navbar {
	background-color:#2e247a;
	color:#fafaf4;
	min-height: 60px;
	margin-bottom:0;
	border-radius:0;
	border:0;
}

.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a:focus {
	color:#fafaf4;
}

.navbar-default .navbar-nav > li > a:hover {
	color:#fafaf4;
	text-decoration:underline;
}

.ui-datepicker .ui-state-disabled, 
.ui-datepicker .ui-widget-content .ui-state-disabled, 
.ui-datepicker .ui-widget-header .ui-state-disabled {
	opacity:1;
}

.reservation_free a {
    background-color: #33a138 !important;
    background-image: none !important;
    color: #ffffff !important;
}

.reservation_waiting, .reservation_waiting a {
    background-color: #3381a1 !important;
    background-image: none !important;
    color: #ffffff !important;
	opacity:1 !important;	
}

.reservation_blocked, .reservation_blocked span {
	background-color: #c45151 !important;
    background-image: none !important;
    color: #ffffff !important;
	opacity:1 !important;	
}

.reservation_check_in_waiting a {
	color:white !important;
  	background-color: #33a138 !important;
  	background-image: -webkit-linear-gradient(50deg, #33a138 50%, #3381a1 50%) !important;
	opacity:1 !important;
}

.reservation_check_out_waiting a {
	color:white !important;
  	background-color: #33a138 !important;
  	background-image: -webkit-linear-gradient(50deg, #3381a1 50%, #33a138 50%) !important;
	opacity:1 !important;
}

.reservation_check_in_confirmed a, .reservation_check_in_confirmed span {
	color:white !important;
  	background-color: #33a138 !important;
  	background-image: -webkit-linear-gradient(50deg, #33a138 50%, #c45151 50%) !important;
	opacity:1 !important;
}

.reservation_check_out_confirmed a, .reservation_check_out_confirmed span {
	color:white !important;
  	background-color: #33a138 !important;
  	background-image: -webkit-linear-gradient(50deg, #c45151 50%, #33a138 50%) !important;
	opacity:1 !important;
}

.reservation_in_waiting_out_confirmed a, .reservation_in_waiting_out_confirmed span {
	color:white !important;
  	background-color: #3381a1 !important;
  	background-image: -webkit-linear-gradient(50deg, #c45151 50%, #3381a1 50%) !important;
	opacity:1 !important;
}

.reservation_in_confirmed_out_waiting a, .reservation_in_confirmed_out_waiting span {
	color:white !important;
  	background-color: #c45151 !important;
  	background-image: -webkit-linear-gradient(50deg, #3381a1 50%, #c45151 50%) !important;	
	opacity:1 !important;
}

.misto-hodnoceni {
	background:#e0e0e0;
	padding-bottom:50px;
}

.hodnoceni-item {
	border-top:1px solid;
	margin-top:20px;
	padding-top:20px;
}
	
.acidjs-rating-stars,
.acidjs-rating-stars label::before
{
    display: inline-block;
}
 
.acidjs-rating-stars label:hover,
.acidjs-rating-stars label:hover ~ label
{
    *color: #189800;
    color: #443c85 !important;
}
 
.acidjs-rating-stars *
{
    margin: 0;
    padding: 0;
}
 
.acidjs-rating-stars input
{
    display: none;
}
 
.acidjs-rating-stars
{
    unicode-bidi: bidi-override;
    direction: rtl;
}
 
.acidjs-rating-stars label
{
    color: #fff;
}

 
.modal .acidjs-rating-stars label
{
    color: #ccc;
}
 
.acidjs-rating-stars label::before
{
    content: "\2605";
    width: 18px;
    line-height: 18px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
}
 
.acidjs-rating-stars input:checked ~ label
{
    color: #f5b301;
}
 
.acidjs-rating-disabled
{
    *opacity: .50;
     
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none;
}





.login {
	float:none;
	max-width:350px !important;
	margin:0px auto !important;
	margin-top:100px !important;
}

.header-banner {
	position:relative;
	height:500px;
	background-position:center top;
	background-repeat:no-repeat;
	background-size:cover;
	margin-bottom:60px;	
	background-attachment: scroll
}

.header-banner .container {
	height:100%;
	position:relative;
	text-align:center;
}

.header-banner form {
	position:absolute;
	bottom:30px;
	left:0;
	text-align:center;
	width:100%;
}

.header-banner form input {
	border-radius:0;
	height:50px;
	border:1px solid #818183;
}

.header-banner form input#ac_misto {
	*background:url(../images/point.jpg) #fafaf4 10px center no-repeat;
	*padding-left:40px;
	*width:408px;
}

.header-banner form #ac_results {
	position:absolute;
	z-index:2;
	background-color:#fafaf4;
	*width:408px;
	border:1px solid #818183;
	text-align:left;
	margin-top:5px;
	display:none;
	z-index:2;
}

.header-banner form #ac_results .list-group{
	margin-bottom:0;
}

.header-banner form #ac_results .list-group-item {
	border-left:none;
	border-right:none;
	border-radius:0;
}

.header-banner form #ac_results .list-group-item img {
	display:inline-block;
	width:15px;
	margin-right:5px;
}

.header-banner form #ac_results .list-group-item:first-child {
	border-top:none;
}

.header-banner form button {
	height:50px;
	padding-left:20px;
	padding-right:20px;
	background:#2e247a;
	border-radius:0;
	color:#fafaf4;
	border:1px solid #2e247a; 
	transition:background 0.2s linear;
	margin-left:-3px;
}

.header-banner form button:hover {
	background:#000;
	border:1px solid #000;	
}

.content-banner {
	margin-bottom:60px;	
}

.content-banner .row .content-banner-text-part h1,
.content-banner .row .content-banner-text-part h2 {
	font-size:24px;
	margin-top:10px;
	font-weight:bold;
}


.content-banner.content-banner-l .content-banner-text-part { padding-right:0; }
.content-banner.content-banner-l .content-banner-image-part { padding-left:0; }

.content-banner.content-banner-r .content-banner-text-part { padding-left:0; }
.content-banner.content-banner-r .content-banner-image-part { padding-right:0; }

.content-banner .content-banner-text-part-inner {
	position:relative;
	padding:40px 20px 0px 50px;
	background-color:#2e247a;
	color:#fbfaf5;
	transition:background 0.2s linear;
	height:100%;
}

.content-banner .row:hover .content-banner-text-part-inner {
	background-color:#080239;	
}

.content-banner .content-banner-text-part a {
	position:absolute;
	bottom:20px;
	left:20px;
	right:20px;
	display:inline-block;
	background-color:#fbfaf5;
	color:#2e247a;
	padding:15px 0px;
	text-align:center;
	font-weight:bold;
}

.content-banner .row:hover .content-banner-text-part a  {
	color:#2e247a;
}

.rada {
	margin-top:40px;
}

.rada a > div {
	position:relative;
}

.rada a > div::after {
	content: " ";
	height:10px;
	max-height:0px;
	width:100%;
	transition:all 0.3s ease;
	position:absolute;
	left:0;
	bottom:0;
	z-index:2;
}

.rada .separ {
	display:none;
	height:10px;
	background:#2e247a;	
	transition: all 0.2s linear;
}

.rada .ubytovani a 					{ color:#077adb; }
.rada .ubytovani a > div::after 	{ background:#077adb; }

.rada .zajimavosti a 				{ color:#fd5f1c; }
.rada .zajimavosti a > div::after	{ background:#fd5f1c; }

.rada .poutni-misto a				{ color:#ec0c65; }
.rada .poutni-misto a > div::after  { background:#ec0c65; }

.rada .poutni-trasa a				{ color:#8fc201; }
.rada .poutni-trasa a > div::after  { background:#8fc201; }


.rada strong {
	display:block;
	padding-top:10px;
	padding-bottom:20px;
	font-weight:normal;
	transition: all 0.2s linear;
	min-height:120px;
}

.rada strong span {
	font-weight:bold;	
	font-size:24px;
	line-height:1.2em;
	display:block;
	padding-top:10px;
}

.rada .row {
	position:relative;
	text-align:center;
}

.rada .col {
	display:inline-block;
	float:none;
    /* inline-block space fix */
    margin-right:-4px;
	vertical-align:top;
}

.rada .col.col-float {
	float:left;
	display:block;
	margin-right:0;
}

.rada .col:hover a > div::after {
	max-height:10px;
}
/*
.rada .col:hover .separ  {
	background:#2e247a;		
}

.rada .col:hover strong  {
	color:#2e247a;		
}
*/

.rada a.btn-1  {
	margin-top:17px;	
	*margin-bottom:20px;	
}



.fullwidth-carousel {
	padding:0;
	margin-top:60px;
	margin-bottom:20px;
}


.fullwidth-carousel p {
	text-align:center;
	padding-top:10px;
}

.fullwidth-carousel .carousel-indicators {
    bottom:50px;
}

.fullwidth-carousel .carousel-indicators li {
    background-color: #272729;
    border: 4px solid #272729;
    border-radius: 12px;
    cursor: pointer;
    display: inline-block;
    height: 12px;
    margin: 3px;
    text-indent: -999px;
    width: 12px;
}

.fullwidth-carousel .img-wrap {
	display:block;
    height:600px;
	background-position:top center;
	background-repeat:no-repeat;
	background-size:cover;
}

.fullwidth-carousel .carousel-indicators li.active {
    background-color: #f1f1ef;
}

.fullwidth-banner {
	position:relative;
	text-align:center;
	display:block;
    height:600px;
	background-position:top center;
	background-repeat:no-repeat;
	background-size:cover;
	margin-top:60px;
	margin-bottom:20px;	
	color:#fafaf4;
}

.fullwidth-banner h4 {
	font-size:24px;
}
/*
.fullwidth-banner a {
	background-color:#fafaf4;
	border:1px solid #fafaf4;
	color:#2e247a;
	position:absolute;
	bottom:40px;
	left:50%;
	margin-left:-180px;
}
*/
.footer {
	margin-top:60px;
	background-color:#2e247a;
	color:#fafaf4;
	min-height:60px;
}

body.detail-misto .footer {
    margin-top:0;	
}

.footer ul {
	list-style:none;
	margin:0;
	padding:0;
}

.footer ul li {
	margin:0 25px;
	display:inline-block;	
	position:relative;
}

.footer a {
	display:inline-block;
	color:#fafaf4;
	line-height:60px;	
}

.footer a:hover {
	text-decoration:underline;	
}

.footer p {
	display:inline-block;
	line-height:60px;	
	padding:0;
	margin:0;
}

.footer .socials {
	margin-left:25px;
	padding-left:25px;
	margin-right:25px;
	padding-right:25px;
}

.footer .socials a {
	margin-left:3px;
	margin-right:3px;
}

.footer .socials::before {
	content: " ";
	background:#fafaf4;
	position:absolute;
	left:0px;
	top:10px;
	bottom:10px;
	width:1px;
}

.footer .socials::after {
	content: " ";
	background:#fafaf4;
	position:absolute;
	right:0px;
	top:10px;
	bottom:10px;
	width:1px;
}

.footer a:hover {
	*text-decoration:underline;
	color:#fafaf4;
}


/* MISTA ROZKLIKY */

.detail-misto-header {
	height:600px;
	position:relative;
	width:100%;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}

.detail-misto-header-photos {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	background:rgba(7,122,219,0.3);
	padding-top:20px;
	padding-bottom:5px;
	text-align:center;
}

.detail-misto-header-photos a {
	display:inline-block;
	width:100px;
	height:80px; 
	background-position: center center;
	background-repeat:no-repeat;
	background-size:cover;
	margin:0px 5px;
	
}

.detail-misto-mapa {
	margin-top:60px;
}

.detail-misto-mapa .card {
    z-index:3;
}

.detail-misto-mapa .smap .card .close {
	right: 10px;
    top: 15px;
}

#detail-misto-mapa-seznam {
	height:500px;
	position:relative;
}

.filtr-mapa #detail-misto-mapa-seznam {
    height:500px;
	margin-bottom:-60px;
}

#detail-misto-mapa-seznam img {
    position:absolute;
	right:40px;
	bottom:40px;
	z-index:2;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	background:white;
}

.detail-misto-region {
	color:#2e247a;
}

.detail-misto-region h4 {
	margin:0;
	padding:20px 0 18px 0;
}

.detail-misto-region .title {
	color:white;
	background:#2e247a;
}

.detail-misto-moznosti {
	color:#2e247a;
}

/* FLOATING PANEL */

.detail-misto-float-panel-cena {
	font-size:28px;
	color:#fafaf4;
	font-weight:bold;
	line-height:60px;  
	padding:0 20px;
	margin:0;
}

.modal-header {
	border:none;
	padding:15px 15px 0 15px;
}

.detail-misto-float-panel-cena > div {
	padding:0;
	margin:0;
}	

.detail-misto-float-panel-cena .text-right {
	font-size:13px;
	font-weight:normal;
	line-height:60px;
	opacity:0.8
}		

.detail-misto-float-panel-rezervovat {
	display:block;
	text-align:center;
	padding:10px;
}		

.detail-misto-float-panel-content {
	padding:10px 20px;
	background-color:#fafaf4;
}		

.detail-misto-float-panel-content .row > .col:first-child {
	color:#2e247a;
}	

.detail-misto-float-panel-content .row {
	margin-bottom:20px;
}

.detail-misto-float-panel-content > .row:last-child {
	margin-bottom:0px;
}		

body.detail-zajimavost .detail-misto-float-panel-content { color:#fd5f1c; }    
body.detail-zajimavost .detail-misto-header-photos { background:rgba(254,95,29,0.3); }
body.detail-zajimavost .lightboxOverlay { background:rgba(254,95,29,0.9); }


body.detail-poutni-misto .detail-misto-float-panel-content { color:#ec0c65; }    
body.detail-poutni-misto .modal-dialog .modal-header { background-color:#ec0c65; }
body.detail-poutni-misto .detail-misto-header-photos { background:rgba(236,12,101,0.3); }
body.detail-poutni-misto .lightboxOverlay { background:rgba(236,12,101,0.9); }

body.detail-poutni-trasa .detail-misto-float-panel-content { color:#3ebb41; }
body.detail-poutni-trasa .modal-dialog .modal-header { background-color:#8fc201; }
body.detail-poutni-trasa .detail-misto-header-photos { background:rgba(143,194,1,0.3); }
body.detail-poutni-trasa .lightboxOverlay { background:rgba(143,194,1,0.9); }

.detail-misto-float-panel-content a {
	color:inherit;
	text-decoration:underline;
}	

.detail-misto-float-panel-rezervovat a {
	color:#fafaf4;
	background:#2e247a;		
	display:block;
	padding:15px 0;
	transition: background 0.2s linear 0s;
	font-weight:bold;
}

.detail-misto-float-panel-rezervovat a:hover {
	background:#080239;		
}	

.detail-misto-float-panel-meta {
	margin:0;		
}

.detail-misto-float-panel-meta > div {
	padding:0;
	margin:0;
	text-align:center;
}

.detail-misto-float-panel-meta a {
	color:#fafaf4;
	display:block;
	text-align:center;
	padding:10px 0;
}

.detail-misto-float-panel-nahlasit {
	
}		

.detail-misto-float-panel-nahlasit a {
	display:block;
	padding:10px 0;
	text-align:center;
	color:#fafaf4;		
	opacity:0.8;
}		

.detail-misto-float-panel-toggle {
	text-align:center;	
}

.detail-misto-float-panel-toggle a {
	display:block;
	text-align:center;
	padding:10px 0;			
}	

.detail-misto-float-panel-toggle a span {
	display:block;		
	height:7px;		
	width:25px;
	margin:0px auto;
	background-image:url(../images/detail_panel_floating_toggle.png);
	bacground-repeat:no-repeat;		
}		

.detail-misto-float-panel-toggle a[aria-expanded="false"] span {
	background-position:top center;		
}

.detail-misto-float-panel-toggle a[aria-expanded="true"] span {
	background-position:bottom center;		
}

body.detail-ubytovani 		.detail-misto-float-panel {  background:#077adb; }
body.detail-zajimavost 		.detail-misto-float-panel {  background:#fd5f1c; }
body.detail-poutni-misto 	.detail-misto-float-panel {  background:#ec0c65; }    
body.detail-poutni-trasa 	.detail-misto-float-panel {  background:#8fc201; }    

body.detail-ubytovani .detail-misto-float-panel-cena,
body.detail-ubytovani .detail-misto-float-panel-nahlasit,
body.detail-ubytovani .detail-misto-float-panel-meta {
	border-bottom:1px solid #1360be;
}	

body.detail-ubytovani .detail-misto-float-panel-meta {
	border-top:1px solid #1360be;
}	

body.detail-ubytovani .detail-misto-float-panel-meta > div:first-child > a {
	border-right:1px solid #1360be;
}	

body.detail-zajimavost .detail-misto-float-panel-cena,
body.detail-zajimavost .detail-misto-float-panel-nahlasit,
body.detail-zajimavost .detail-misto-float-panel-meta {
	border-bottom:1px solid #eb581a;
}	

body.detail-zajimavost .detail-misto-float-panel-meta {
	border-top:1px solid #eb581a;
}	

body.detail-zajimavost .detail-misto-float-panel-meta > div:first-child > a {
	border-right:1px solid #eb581a;
}	

body.detail-poutni-misto .detail-misto-float-panel-cena,
body.detail-poutni-misto .detail-misto-float-panel-nahlasit,
body.detail-poutni-misto .detail-misto-float-panel-meta {
	border-bottom:1px solid #d70f5e;
}	

body.detail-poutni-misto .detail-misto-float-panel-meta {
	border-top:1px solid #d70f5e;
}	

body.detail-poutni-misto .detail-misto-float-panel-meta > div:first-child > a {
	border-right:1px solid #d70f5e;
}

body.detail-poutni-trasa .detail-misto-float-panel-nahlasit,
body.detail-poutni-trasa .detail-misto-float-panel-meta {
	border-bottom:1px solid #70aa0d;
}	

body.detail-poutni-trasa .detail-misto-float-panel-meta {
	border-top:1px solid #70aa0d;
}	

body.detail-poutni-trasa .detail-misto-float-panel-meta > div:first-child > a {
	border-right:1px solid #70aa0d;
}	

body.detail-misto .etapa  {
    display:block;
	margin-bottom:40px;
    background:url(../images/zelena_2.png) center -45px no-repeat;	
}   

body.detail-misto .etapa-start  {
    background:url(../images/zelena_1.png) center -10px no-repeat;
}  

body.detail-misto .etapa-end  {
    background:url(../images/zelena_3.png) center -30px no-repeat;
}   

body.detail-misto .etapa.active  {
    background:url(../images/modra_2.png) center -25px no-repeat;	
}   

body.detail-misto .etapa-start.active  {
    background:url(../images/modra_1.png) center -15px no-repeat;
}  

body.detail-misto .etapa-end.active  {
    background:url(../images/modra_3.png) center -30px no-repeat;
}   

body.detail-misto .etapa span {
    display:block;
    font-size:13px;
	text-align:center;
    color:#8fc201;	
	margin-bottom:35px;
}  

body.detail-misto .etapa.active span {
    color:#33087c;	
} 

body.detail-misto .etapa strong, body.detail-misto .etapa em {
    font-size:24px;
	font-weight:bold;
	font-style:normal;
	color:#8fc201;
} 

body.detail-misto .etapa.active strong, body.detail-misto .etapa.active em {
    color:#33087c;
}

.profil-tbl .row {
	margin-left:0 !important;
	margin-right:0 !important;
}

body.detail-misto .profil-tbl h2 {
	margin-left:0;
}

.profil-tbl .profil-form .profil-form-submit  {
	padding:0;
}

.profil-tbl .profil-form .profil-form-submit input  {
	display:block;
	width:100%;
	background:#077adb;
	color:white;
	text-align:center;
	border-radius:0;
	border:none;
	padding:10px 0;
	font-size:inherit;
	font-size:24px;
	font-weight:bold;
	text-transform:uppercase;
}

.profil-tbl .profil-form .profil-form-row  {
	padding-top:18px;
	background:white;
}

.profil-tbl .profil-form .profil-form-row input[type=text],
.profil-tbl .profil-form .profil-form-row input[type=password],
.profil-tbl .profil-form .profil-form-row input[type=email] {
	border:none;
	box-shadow:none;
	border-bottom:1px solid;
	border-radius:0;
	padding-left:0;
}

.profil-tbl .profil-form .profil-form-row textarea {
	border:1px solid;
	box-shadow:none;
	border-radius:0;
	resize:none;
	font-style:italic;
}

.profil-tbl .profil-form .profil-form-row select {
	border:1px solid;
	box-shadow:none;	
	border-radius:0;
}

.profil-tbl .profil-form .profil-form-row-margin-bottom  {
	margin-bottom:30px;
	padding-bottom:18px;	
}

.profil-tbl .profil-form .profil-form-row label {
	*display:inline-block;
	*width:100%;
	text-align:left;
	font-weight: normal;
	color: black;
}

.profil-tbl .profil-form .profil-form-row label .form-control {
	display:inline-block;
	width:auto;
	margin-right:10px;
	height:auto;
}

.profil-tbl .profil-form .profil-form-label label {
	display:block;
	width:100%;
	padding:18px 0;
	background:black;
	color:white;
}

.profil-tbl .profil-form-ubytovani .profil-form-label label { background:#077adb; }

.profil-tbl .profil-form .input-lbl label {
	color:#aaa;
	font-size:11px;
	line-height:1em;
}

.profil-tbl .profil-form-ubytovani .profil-form-label  { background:#077adb; color:white; }


.profil-tbl .form-control.datepicker {
	background:white !important;
}

.rezervace-mistnosti {
	margin-top:-20px;
}

.rezervace-mistnost {
	border:1px solid #ccc;
	border-top:none;
	margin-top:0px;
	margin-left:-30px !important;
	margin-right:0;
	padding-top:0px;
	padding-bottom:0px;
	margin-bottom:0px;
}

.fc-button {
	border-radius:0 !important;
}

.registerWWW  {
	display: none;
}

@media screen and (max-width:992px) {
	
	.nav-placeholder {
		height:50px;
	}	
	
	.navbar-brand {
		padding:0;
		border:none;
	}
	
	.navbar-brand img {
		height:51px;
	}
	
	.content-banner-text-part, .content-banner-image-part {
		padding:0 15px !important;
	}
	
	.content-banner .row .content-banner-text-part h1,
	.content-banner .row .content-banner-text-part h2 {
		font-size:20px;
		margin-top:0;
	}
	
	.content-banner .row .content-banner-text-part a {
		position:relative;
		bottom:auto;
		left:auto;
	}
	
	.row-height {
		display: block;
		table-layout: auto;
		height: auto;
		width: 100%;
	}
	
	.col-height {
	  display: block;
	  height: auto;
	}
	
	.detail-misto-float-panel {
		width:100%;
		position:relative;
		color:#fafaf4;
		font-size:13px;
	}	
	
	.footer ul {
		padding-left:0;
		margin-left:0;
	}
	
	.footer ul li {
		display:block;
	}	
	
	.footer .text-right {
		text-align:left;
	}	

	.fixed-nav-sidebar a {
		display:block;
		text-align:center;
		padding:15px 10px;
		color:#fafaf4;
		font-size:20px;
	}	
	
	.fixed-nav-sidebar a._nn {
		background-color:#ffd302;
	}	
	
	.fixed-nav-sidebar a._nk {
		background-color:#ff1d1e;
	}	
	
	.fixed-nav-sidebar a._v {
		background-color:#0e4aac;
	}
	
	.fixed-nav-sidebar a._ib {
		background-color:#c7c3c2;
	}
	
	.fixed-nav-sidebar a._kt {
		background-color:#704d8f;
	}
	
	.fixed-nav-sidebar a._ct {
		background-color:#2e247a;
	}		
	
	.header-banner form input#ac_misto {
		width:100%;
	}
	
	.header-banner form #ac_results {
		width:100%;
	}	
	
	.content-banner .content-banner-text-part-inner {
		padding:20px;
	}
	
	.content-banner .content-banner-text-part a {
		position:relative;
		bottom:auto;
		left:auto;
		right:auto;
		display:block;
		padding:10px 0px;
	}
	
	.rada .col.col-float {
		float:none;
	}
	
	.rada .col.col-float a div {
		height:300px !important;
	}	
	
	.header-banner {
		position:relative;
		height:300px;
		margin-bottom:30px;	
	}
	
	.navbar-default .navbar-nav .open .dropdown-menu > li > a,
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
		color:white;
	}
	
	.btn-1 {
		width:100%;
	}
	
	body.detail-misto .detail-vybaveni  .glyph {
	    margin-right:0;
	}
	
	body.detail-misto h2 {
		margin-right: -30px;
	}
	
	.detail-misto-header {
		height:400px;
	}

	body.detail-misto .detail-misto-meta {
	    margin-bottom:20px;
		padding-bottom:0;
	}

	body.detail-misto h1 {
	    margin-top:20px;
	}	

	body.detail-misto .detail-misto-meta span {
	    margin-bottom:10px;
	}	
		
	.rezervace-mistnost {
		border-top:1px solid #ccc;
		margin-top:20px;
		margin-left:0px  !important;;
	}
	
	.rezervace-mistnosti {
		margin-top:0px;
	}
}


@media screen and (min-width:992px) {
	


	.navbar-default form {
		padding-top:15px;
		padding-bottom:10px;
		position:relative;
		margin-top:0;
		margin-bottom:0;
	}
	
	.navbar-default form input[type=text] {
		border:none;
		background:none;
		padding-left:0;
		padding-right:0;
		color:#fafaf4;
		font-size:13px;
		border-radius:0;
		box-shadow:none;
	}
	
	.navbar-default form input:focus {
	    outline: none;
		box-shadow:none;		
	}
	
	.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
	    background-color: #fff;
	    color: #252525;
		text-decoration:none;
	}
	
	.dropdown .glyphicon {
		top: 3px;
	}
	
	.dropdown-menu {
	    box-shadow:none;
		border:1px solid #d0deef;
		min-width:125px;
		margin:0;
		padding:0;
		border-radius:0;
	}
    
    .dropdown-menu > li {
        border-bottom:1px solid #d0deef;  
    }
    
    .dropdown-menu > li:last-child {
        border-bottom:none
    }    	
    
    .navbar-right .dropdown-menu {
	    *left: -20px;
	    right: auto;
	}
	
	.dropdown-menu > li > a {
	    text-align:left;
	    color: #252525;
        text-decoration:none;
		padding:10px 25px;	
		font-size:13px;
	}
		
	.nav-placeholder {
		height:60px;
	}
	
	.navbar-brand {
		padding:0;
		border:none;
	}
	
	.navbar-brand img {
		max-height:60px;
	}
	
	.navbar-nav > li {
		position:relative;
	}	
	
	.navbar-nav > li > a {
		padding: 20px 10px;
	}
	
	.navbar-default .separ-before{
		margin-left:15px;
		padding-left:5px;
	}
	
	.navbar-default .separ-before::before {
		content:" ";
		position:absolute;
		top:10px;
		left:0;
		bottom:10px;
		width:1px;
		background-color:#fafaf4;
	}	

	.navbar-right {
		position:absolute;
		right:20px;
		top:0px;
		z-index:2;
	}
	
	.navbar-admin .navbar-right {
		z-index:0;
	}
	
	.navbar-header {
		position:relative;
		z-index:2;		
	}	
	
	.detail-misto-float-panel-wrap {
		position:relative;
	}	
	
	.detail-misto-float-panel {
		width:100%;
		position:absolute;
		left:0;
		top:0;
		color:#fafaf4;
		font-size:13px;
	}
	
	.fixed-nav-sidebar {
		position:absolute;
		left:55px;
		width:900px;
		top:470px;
		-webkit-transform: rotate(90deg);
	    -moz-transform: rotate(90deg);
	    -o-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	    transform: rotate(90deg);
		transform-origin: left top;
		
		height:55px;
		overflow:hidden;
		z-index:3;		
	}
	
	.fixed-nav-sidebar a {
		display:block;
		position:absolute;
		bottom:-10px;
		width:145px;
		text-align:center;
		border-bottom-width:20px;
		border-bottom-style:solid;
		padding-bottom:10px;
		overflow:hidden;
		transition:bottom 0.3s linear;
		color:black;
	}	
	
	.fixed-nav-sidebar a._nn {
		right:0px;
		border-bottom-color:#fdbf2d;
	}	
	
	.fixed-nav-sidebar a._nk {
		right:480px;
		border-bottom-color:#c00938;
	}	
	
	.fixed-nav-sidebar a._v {
		right:320px;
		border-bottom-color:#1c3884;
	}
	
	.fixed-nav-sidebar a._ib {
		right:160px;
		border-bottom-color:#e7e7e7;
	}	
	
	.fixed-nav-sidebar a._kt {
		right:640px;
		border-bottom-color:#704d8f;
	}	
	
	.fixed-nav-sidebar a._ct {
		right:640px;
		border-bottom-color:#2e247a;
	}
	
	.fixed-nav-sidebar a:hover {
		bottom:0px	
	}	
	
	.header-banner form input#ac_misto {
		padding-left:20px;
		width:408px;
		*background:url(../images/point.jpg) #fafaf4 10px center no-repeat;
	}
	
	.header-banner form #ac_results {
		width:408px;
	}
	
	body.detail-misto .detail-ubytovani-content .row {
	    margin-left:-25px;
	}

}

@media screen and (min-width:1300px) {
	.navbar-nav > li > a {
		padding: 20px 25px;
	}
}