	@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block
}
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline
}
audio:not([controls]) {
	display: none;
	height: 0
}
[hidden], template {
	display: none
}
/*a {
	background-color: transparent
}
a:active, a:hover {
	outline: 0
}*/
abbr[title] {
	border-bottom: 1px dotted
}
b, strong {
	font-weight: 700
}
dfn {
	font-style: italic
}
h1 {
	font-size: 2em;
	margin: .67em 0
}
mark {
	background: #ff0;
	color: #000
}
small {
	font-size: 80%
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}
sup {
	top: -.5em
}
sub {
	bottom: -.25em
}
img {
	border: 0
}
svg:not(:root) {
	overflow: hidden
}
figure {
	margin: 1em 40px
}
hr {
	box-sizing: content-box;
	height: 0
}
pre {
	overflow: auto
}

button, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0
}
button {
	overflow: visible
}
button, select {
	text-transform: none
}
button {
	-webkit-appearance: button;
	cursor: pointer
}
button[disabled], html input[disabled] {
	cursor: default
}
button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0
}
input {
	line-height: normal
}
input[type=checkbox], input[type=radio] {
	box-sizing: border-box;
	padding: 0
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
	height: auto
}
input[type=search] {
	-webkit-appearance: textfield;
	box-sizing: content-box
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}
fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}
legend {
	border: 0;
	padding: 0
}
textarea {
	overflow: auto
}
optgroup {
	font-weight: 700
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
td, th {
	padding: 0
}
/*! * animate.css -http://daneden.me/animate * Version - 3.5.1 * Licensed under the MIT license - http://opensource.org/licenses/MIT * * Copyright (c) 2016 Daniel Eden */
.animated {
	animation-duration: 1s;
	animation-fill-mode: both
}
.animated.infinite {
	animation-iteration-count: infinite
}
.animated.hinge {
	animation-duration: 2s
}
.animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
	animation-duration: .75s
}
@keyframes bounce {
20%, 53%, 80%, from, to {
	animation-timing-function: cubic-bezier(.215,.61,.355,1);
	transform: translate3d(0,0,0)
}
40%, 43% {
	animation-timing-function: cubic-bezier(.755,.050,.855,.060);
	transform: translate3d(0,-30px,0)
}
70% {
	animation-timing-function: cubic-bezier(.755,.050,.855,.060);
	transform: translate3d(0,-15px,0)
}
90% {
	transform: translate3d(0,-4px,0)
}
}
.bounce {
	animation-name: bounce;
	transform-origin: center bottom
}
@keyframes flash {
50%, from, to {
	opacity: 1
}
25%, 75% {
	opacity: 0
}
}
.flash {
	animation-name: flash
}
@keyframes pulse {
from {
	transform: scale3d(1,1,1)
}
50% {
	transform: scale3d(1.05,1.05,1.05)
}
to {
	transform: scale3d(1,1,1)
}
}
.pulse {
	animation-name: pulse
}
@keyframes rubberBand {
from {
	transform: scale3d(1,1,1)
}
30% {
	transform: scale3d(1.25,.75,1)
}
40% {
	transform: scale3d(.75,1.25,1)
}
50% {
	transform: scale3d(1.15,.85,1)
}
65% {
	transform: scale3d(.95,1.05,1)
}
75% {
	transform: scale3d(1.05,.95,1)
}
to {
	transform: scale3d(1,1,1)
}
}
.rubberBand {
	animation-name: rubberBand
}
@keyframes shake {
from, to {
	transform: translate3d(0,0,0)
}
10%, 30%, 50%, 70%, 90% {
	transform: translate3d(-10px,0,0)
}
20%, 40%, 60%, 80% {
	transform: translate3d(10px,0,0)
}
}
.shake {
	animation-name: shake
}
@keyframes headShake {
0% {
	transform: translateX(0)
}
6.5% {
	transform: translateX(-6px) rotateY(-9deg)
}
18.5% {
	transform: translateX(5px) rotateY(7deg)
}
31.5% {
	transform: translateX(-3px) rotateY(-5deg)
}
43.5% {
	transform: translateX(2px) rotateY(3deg)
}
50% {
	transform: translateX(0)
}
}
.headShake {
	animation-timing-function: ease-in-out;
	animation-name: headShake
}
@keyframes swing {
20% {
	transform: rotate3d(0,0,1,15deg)
}
40% {
	transform: rotate3d(0,0,1,-10deg)
}
60% {
	transform: rotate3d(0,0,1,5deg)
}
80% {
	transform: rotate3d(0,0,1,-5deg)
}
to {
	transform: rotate3d(0,0,1,0deg)
}
}
.swing {
	transform-origin: top center;
	animation-name: swing
}
@keyframes tada {
from {
	transform: scale3d(1,1,1)
}
10%, 20% {
	transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)
}
30%, 50%, 70%, 90% {
	transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)
}
40%, 60%, 80% {
	transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)
}
to {
	transform: scale3d(1,1,1)
}
}
.tada {
	animation-name: tada
}
@keyframes wobble {
from {
	transform: none
}
15% {
	transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)
}
30% {
	transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg)
}
45% {
	transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)
}
60% {
	transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg)
}
75% {
	transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)
}
to {
	transform: none
}
}
.wobble {
	animation-name: wobble
}
@keyframes jello {
11.1%, from, to {
	transform: none
}
22.2% {
	transform: skewX(-12.5deg) skewY(-12.5deg)
}
33.3% {
	transform: skewX(6.25deg) skewY(6.25deg)
}
44.4% {
	transform: skewX(-3.125deg) skewY(-3.125deg)
}
55.5% {
	transform: skewX(1.5625deg) skewY(1.5625deg)
}
66.6% {
	transform: skewX(-.78125deg) skewY(-.78125deg)
}
77.7% {
	transform: skewX(.390625deg) skewY(.390625deg)
}
88.8% {
	transform: skewX(-.1953125deg) skewY(-.1953125deg)
}
}
.jello {
	animation-name: jello;
	transform-origin: center
}
@keyframes bounceIn {
20%, 40%, 60%, 80%, from, to {
	animation-timing-function: cubic-bezier(.215,.61,.355,1)
}
0% {
	opacity: 0;
	transform: scale3d(.3,.3,.3)
}
20% {
	transform: scale3d(1.1,1.1,1.1)
}
40% {
	transform: scale3d(.9,.9,.9)
}
60% {
	opacity: 1;
	transform: scale3d(1.03,1.03,1.03)
}
80% {
	transform: scale3d(.97,.97,.97)
}
to {
	opacity: 1;
	transform: scale3d(1,1,1)
}
}
.bounceIn {
	animation-name: bounceIn
}
@keyframes bounceInDown {
60%, 75%, 90%, from, to {
	animation-timing-function: cubic-bezier(.215,.61,.355,1)
}
0% {
	opacity: 0;
	transform: translate3d(0,-3000px,0)
}
60% {
	opacity: 1;
	transform: translate3d(0,25px,0)
}
75% {
	transform: translate3d(0,-10px,0)
}
90% {
	transform: translate3d(0,5px,0)
}
to {
	transform: none
}
}
.bounceInDown {
	animation-name: bounceInDown
}
@keyframes bounceInLeft {
60%, 75%, 90%, from, to {
	animation-timing-function: cubic-bezier(.215,.61,.355,1)
}
0% {
	opacity: 0;
	transform: translate3d(-3000px,0,0)
}
60% {
	opacity: 1;
	transform: translate3d(25px,0,0)
}
75% {
	transform: translate3d(-10px,0,0)
}
90% {
	transform: translate3d(5px,0,0)
}
to {
	transform: none
}
}
.bounceInLeft {
	animation-name: bounceInLeft
}
@keyframes bounceInRight {
60%, 75%, 90%, from, to {
	animation-timing-function: cubic-bezier(.215,.61,.355,1)
}
from {
	opacity: 0;
	transform: translate3d(3000px,0,0)
}
60% {
	opacity: 1;
	transform: translate3d(-25px,0,0)
}
75% {
	transform: translate3d(10px,0,0)
}
90% {
	transform: translate3d(-5px,0,0)
}
to {
	transform: none
}
}
.bounceInRight {
	animation-name: bounceInRight
}
@keyframes bounceInUp {
60%, 75%, 90%, from, to {
	animation-timing-function: cubic-bezier(.215,.61,.355,1)
}
from {
	opacity: 0;
	transform: translate3d(0,3000px,0)
}
60% {
	opacity: 1;
	transform: translate3d(0,-20px,0)
}
75% {
	transform: translate3d(0,10px,0)
}
90% {
	transform: translate3d(0,-5px,0)
}
to {
	transform: translate3d(0,0,0)
}
}
.bounceInUp {
	animation-name: bounceInUp
}
@keyframes bounceOut {
20% {
	transform: scale3d(.9,.9,.9)
}
50%, 55% {
	opacity: 1;
	transform: scale3d(1.1,1.1,1.1)
}
to {
	opacity: 0;
	transform: scale3d(.3,.3,.3)
}
}
.bounceOut {
	animation-name: bounceOut
}
@keyframes bounceOutDown {
20% {
	transform: translate3d(0,10px,0)
}
40%, 45% {
	opacity: 1;
	transform: translate3d(0,-20px,0)
}
to {
	opacity: 0;
	transform: translate3d(0,2000px,0)
}
}
.bounceOutDown {
	animation-name: bounceOutDown
}
@keyframes bounceOutLeft {
20% {
	opacity: 1;
	transform: translate3d(20px,0,0)
}
to {
	opacity: 0;
	transform: translate3d(-2000px,0,0)
}
}
.bounceOutLeft {
	animation-name: bounceOutLeft
}
@keyframes bounceOutRight {
20% {
	opacity: 1;
	transform: translate3d(-20px,0,0)
}
to {
	opacity: 0;
	transform: translate3d(2000px,0,0)
}
}
.bounceOutRight {
	animation-name: bounceOutRight
}
@keyframes bounceOutUp {
20% {
	transform: translate3d(0,-10px,0)
}
40%, 45% {
	opacity: 1;
	transform: translate3d(0,20px,0)
}
to {
	opacity: 0;
	transform: translate3d(0,-2000px,0)
}
}
.bounceOutUp {
	animation-name: bounceOutUp
}
@keyframes fadeIn {
from {
	opacity: 0
}
to {
	opacity: 1
}
}
.fadeIn {
	animation-name: fadeIn
}
@keyframes fadeInDown {
from {
	opacity: 0;
	transform: translate3d(0,-100%,0)
}
to {
	opacity: 1;
	transform: none
}
}
.fadeInDown {
	animation-name: fadeInDown
}
@keyframes fadeInDownBig {
from {
	opacity: 0;
	transform: translate3d(0,-2000px,0)
}
to {
	opacity: 1;
	transform: none
}
}
.fadeInDownBig {
	animation-name: fadeInDownBig
}
@keyframes fadeInLeft {
from {
	opacity: 0;
	transform: translate3d(-100%,0,0)
}
to {
	opacity: 1;
	transform: none
}
}
.fadeInLeft {
	animation-name: fadeInLeft
}
@keyframes fadeInLeftBig {
from {
	opacity: 0;
	transform: translate3d(-2000px,0,0)
}
to {
	opacity: 1;
	transform: none
}
}
.fadeInLeftBig {
	animation-name: fadeInLeftBig
}
@keyframes fadeInRight {
from {
	opacity: 0;
	transform: translate3d(100%,0,0)
}
to {
	opacity: 1;
	transform: none
}
}
.fadeInRight {
	animation-name: fadeInRight
}
@keyframes fadeInRightBig {
from {
	opacity: 0;
	transform: translate3d(2000px,0,0)
}
to {
	opacity: 1;
	transform: none
}
}
.fadeInRightBig {
	animation-name: fadeInRightBig
}
@keyframes fadeInUp {
from {
	opacity: 0;
	transform: translate3d(0,100%,0)
}
to {
	opacity: 1;
	transform: none
}
}
.fadeInUp {
	animation-name: fadeInUp
}
@keyframes fadeInUpBig {
from {
	opacity: 0;
	transform: translate3d(0,2000px,0)
}
to {
	opacity: 1;
	transform: none
}
}
.fadeInUpBig {
	animation-name: fadeInUpBig
}
@keyframes fadeOut {
from {
	opacity: 1
}
to {
	opacity: 0
}
}
.fadeOut {
	animation-name: fadeOut
}
@keyframes fadeOutDown {
from {
	opacity: 1
}
to {
	opacity: 0;
	transform: translate3d(0,100%,0)
}
}
.fadeOutDown {
	animation-name: fadeOutDown
}
@keyframes fadeOutDownBig {
from {
	opacity: 1
}
to {
	opacity: 0;
	transform: translate3d(0,2000px,0)
}
}
.fadeOutDownBig {
	animation-name: fadeOutDownBig
}
@keyframes fadeOutLeft {
from {
	opacity: 1
}
to {
	opacity: 0;
	transform: translate3d(-100%,0,0)
}
}
.fadeOutLeft {
	animation-name: fadeOutLeft
}
@keyframes fadeOutLeftBig {
from {
	opacity: 1
}
to {
	opacity: 0;
	transform: translate3d(-2000px,0,0)
}
}
.fadeOutLeftBig {
	animation-name: fadeOutLeftBig
}
@keyframes fadeOutRight {
from {
	opacity: 1
}
to {
	opacity: 0;
	transform: translate3d(100%,0,0)
}
}
.fadeOutRight {
	animation-name: fadeOutRight
}
@keyframes fadeOutRightBig {
from {
	opacity: 1
}
to {
	opacity: 0;
	transform: translate3d(2000px,0,0)
}
}
.fadeOutRightBig {
	animation-name: fadeOutRightBig
}
@keyframes fadeOutUp {
from {
	opacity: 1
}
to {
	opacity: 0;
	transform: translate3d(0,-100%,0)
}
}
.fadeOutUp {
	animation-name: fadeOutUp
}
@keyframes fadeOutUpBig {
from {
	opacity: 1
}
to {
	opacity: 0;
	transform: translate3d(0,-2000px,0)
}
}
.fadeOutUpBig {
	animation-name: fadeOutUpBig
}
@keyframes flip {
from {
	transform: perspective(400px) rotate3d(0,1,0,-360deg);
	animation-timing-function: ease-out
}
40% {
	transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
	animation-timing-function: ease-out
}
50% {
	transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
	animation-timing-function: ease-in
}
80% {
	transform: perspective(400px) scale3d(.95,.95,.95);
	animation-timing-function: ease-in
}
to {
	transform: perspective(400px);
	animation-timing-function: ease-in
}
}
.animated.flip {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	animation-name: flip
}
@keyframes flipInX {
from {
	transform: perspective(400px) rotate3d(1,0,0,90deg);
	animation-timing-function: ease-in;
	opacity: 0
}
40% {
	transform: perspective(400px) rotate3d(1,0,0,-20deg);
	animation-timing-function: ease-in
}
60% {
	transform: perspective(400px) rotate3d(1,0,0,10deg);
	opacity: 1
}
80% {
	transform: perspective(400px) rotate3d(1,0,0,-5deg)
}
to {
	transform: perspective(400px)
}
}
.flipInX {
	-webkit-backface-visibility: visible!important;
	backface-visibility: visible!important;
	animation-name: flipInX
}
@keyframes flipInY {
from {
	transform: perspective(400px) rotate3d(0,1,0,90deg);
	animation-timing-function: ease-in;
	opacity: 0
}
40% {
	transform: perspective(400px) rotate3d(0,1,0,-20deg);
	animation-timing-function: ease-in
}
60% {
	transform: perspective(400px) rotate3d(0,1,0,10deg);
	opacity: 1
}
80% {
	transform: perspective(400px) rotate3d(0,1,0,-5deg)
}
to {
	transform: perspective(400px)
}
}
.flipInY {
	-webkit-backface-visibility: visible!important;
	backface-visibility: visible!important;
	animation-name: flipInY
}
@keyframes flipOutX {
from {
	transform: perspective(400px)
}
30% {
	transform: perspective(400px) rotate3d(1,0,0,-20deg);
	opacity: 1
}
to {
	transform: perspective(400px) rotate3d(1,0,0,90deg);
	opacity: 0
}
}
.flipOutX {
	animation-name: flipOutX;
	-webkit-backface-visibility: visible!important;
	backface-visibility: visible!important
}
@keyframes flipOutY {
from {
	transform: perspective(400px)
}
30% {
	transform: perspective(400px) rotate3d(0,1,0,-15deg);
	opacity: 1
}
to {
	transform: perspective(400px) rotate3d(0,1,0,90deg);
	opacity: 0
}
}
.flipOutY {
	-webkit-backface-visibility: visible!important;
	backface-visibility: visible!important;
	animation-name: flipOutY
}
@keyframes lightSpeedIn {
from {
	transform: translate3d(100%,0,0) skewX(-30deg);
	opacity: 0
}
60% {
	transform: skewX(20deg);
	opacity: 1
}
80% {
	transform: skewX(-5deg);
	opacity: 1
}
to {
	transform: none;
	opacity: 1
}
}
.lightSpeedIn {
	animation-name: lightSpeedIn;
	animation-timing-function: ease-out
}
@keyframes lightSpeedOut {
from {
	opacity: 1
}
to {
	transform: translate3d(100%,0,0) skewX(30deg);
	opacity: 0
}
}
.lightSpeedOut {
	animation-name: lightSpeedOut;
	animation-timing-function: ease-in
}
@keyframes rotateIn {
from {
	transform-origin: center;
	transform: rotate3d(0,0,1,-200deg);
	opacity: 0
}
to {
	transform-origin: center;
	transform: none;
	opacity: 1
}
}
.rotateIn {
	animation-name: rotateIn
}
@keyframes rotateInDownLeft {
from {
	transform-origin: left bottom;
	transform: rotate3d(0,0,1,-45deg);
	opacity: 0
}
to {
	transform-origin: left bottom;
	transform: none;
	opacity: 1
}
}
.rotateInDownLeft {
	animation-name: rotateInDownLeft
}
@keyframes rotateInDownRight {
from {
	transform-origin: right bottom;
	transform: rotate3d(0,0,1,45deg);
	opacity: 0
}
to {
	transform-origin: right bottom;
	transform: none;
	opacity: 1
}
}
.rotateInDownRight {
	animation-name: rotateInDownRight
}
@keyframes rotateInUpLeft {
from {
	transform-origin: left bottom;
	transform: rotate3d(0,0,1,45deg);
	opacity: 0
}
to {
	transform-origin: left bottom;
	transform: none;
	opacity: 1
}
}
.rotateInUpLeft {
	animation-name: rotateInUpLeft
}
@keyframes rotateInUpRight {
from {
	transform-origin: right bottom;
	transform: rotate3d(0,0,1,-90deg);
	opacity: 0
}
to {
	transform-origin: right bottom;
	transform: none;
	opacity: 1
}
}
.rotateInUpRight {
	animation-name: rotateInUpRight
}
@keyframes rotateOut {
from {
	transform-origin: center;
	opacity: 1
}
to {
	transform-origin: center;
	transform: rotate3d(0,0,1,200deg);
	opacity: 0
}
}
.rotateOut {
	animation-name: rotateOut
}
@keyframes rotateOutDownLeft {
from {
	transform-origin: left bottom;
	opacity: 1
}
to {
	transform-origin: left bottom;
	transform: rotate3d(0,0,1,45deg);
	opacity: 0
}
}
.rotateOutDownLeft {
	animation-name: rotateOutDownLeft
}
@keyframes rotateOutDownRight {
from {
	transform-origin: right bottom;
	opacity: 1
}
to {
	transform-origin: right bottom;
	transform: rotate3d(0,0,1,-45deg);
	opacity: 0
}
}
.rotateOutDownRight {
	animation-name: rotateOutDownRight
}
@keyframes rotateOutUpLeft {
from {
	transform-origin: left bottom;
	opacity: 1
}
to {
	transform-origin: left bottom;
	transform: rotate3d(0,0,1,-45deg);
	opacity: 0
}
}
.rotateOutUpLeft {
	animation-name: rotateOutUpLeft
}
@keyframes rotateOutUpRight {
from {
	transform-origin: right bottom;
	opacity: 1
}
to {
	transform-origin: right bottom;
	transform: rotate3d(0,0,1,90deg);
	opacity: 0
}
}
.rotateOutUpRight {
	animation-name: rotateOutUpRight
}
@keyframes hinge {
0% {
	transform-origin: top left;
	animation-timing-function: ease-in-out
}
20%, 60% {
	transform: rotate3d(0,0,1,80deg);
	transform-origin: top left;
	animation-timing-function: ease-in-out
}
40%, 80% {
	transform: rotate3d(0,0,1,60deg);
	transform-origin: top left;
	animation-timing-function: ease-in-out;
	opacity: 1
}
to {
	transform: translate3d(0,700px,0);
	opacity: 0
}
}
.hinge {
	animation-name: hinge
}
@keyframes rollIn {
from {
	opacity: 0;
	transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)
}
to {
	opacity: 1;
	transform: none
}
}
.rollIn {
	animation-name: rollIn
}
@keyframes rollOut {
from {
	opacity: 1
}
to {
	opacity: 0;
	transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg)
}
}
.rollOut {
	animation-name: rollOut
}
@keyframes zoomIn {
from {
	opacity: 0;
	transform: scale3d(.3,.3,.3)
}
50% {
	opacity: 1
}
}
.zoomIn {
	animation-name: zoomIn
}
@keyframes zoomInDown {
from {
	opacity: 0;
	transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
	animation-timing-function: cubic-bezier(.55,.055,.675,.19)
}
60% {
	opacity: 1;
	transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
	animation-timing-function: cubic-bezier(.175,.885,.32,1)
}
}
.zoomInDown {
	animation-name: zoomInDown
}
@keyframes zoomInLeft {
from {
	opacity: 0;
	transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
	animation-timing-function: cubic-bezier(.55,.055,.675,.19)
}
60% {
	opacity: 1;
	transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
	animation-timing-function: cubic-bezier(.175,.885,.32,1)
}
}
.zoomInLeft {
	animation-name: zoomInLeft
}
@keyframes zoomInRight {
from {
	opacity: 0;
	transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
	animation-timing-function: cubic-bezier(.55,.055,.675,.19)
}
60% {
	opacity: 1;
	transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
	animation-timing-function: cubic-bezier(.175,.885,.32,1)
}
}
.zoomInRight {
	animation-name: zoomInRight
}
@keyframes zoomInUp {
from {
	opacity: 0;
	transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
	animation-timing-function: cubic-bezier(.55,.055,.675,.19)
}
60% {
	opacity: 1;
	transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
	animation-timing-function: cubic-bezier(.175,.885,.32,1)
}
}
.zoomInUp {
	animation-name: zoomInUp
}
@keyframes zoomOut {
from {
	opacity: 1
}
50% {
	opacity: 0;
	transform: scale3d(.3,.3,.3)
}
to {
	opacity: 0
}
}
.zoomOut {
	animation-name: zoomOut
}
@keyframes zoomOutDown {
40% {
	opacity: 1;
	transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
	animation-timing-function: cubic-bezier(.55,.055,.675,.19)
}
to {
	opacity: 0;
	transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
	transform-origin: center bottom;
	animation-timing-function: cubic-bezier(.175,.885,.32,1)
}
}
.zoomOutDown {
	animation-name: zoomOutDown
}
@keyframes zoomOutLeft {
40% {
	opacity: 1;
	transform: scale3d(.475,.475,.475) translate3d(42px,0,0)
}
to {
	opacity: 0;
	transform: scale(.1) translate3d(-2000px,0,0);
	transform-origin: left center
}
}
.zoomOutLeft {
	animation-name: zoomOutLeft
}
@keyframes zoomOutRight {
40% {
	opacity: 1;
	transform: scale3d(.475,.475,.475) translate3d(-42px,0,0)
}
to {
	opacity: 0;
	transform: scale(.1) translate3d(2000px,0,0);
	transform-origin: right center
}
}
.zoomOutRight {
	animation-name: zoomOutRight
}
@keyframes zoomOutUp {
40% {
	opacity: 1;
	transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
	animation-timing-function: cubic-bezier(.55,.055,.675,.19)
}
to {
	opacity: 0;
	transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
	transform-origin: center bottom;
	animation-timing-function: cubic-bezier(.175,.885,.32,1)
}
}
.zoomOutUp {
	animation-name: zoomOutUp
}
@keyframes slideInDown {
from {
	transform: translate3d(0,-100%,0);
	visibility: visible
}
to {
	transform: translate3d(0,0,0)
}
}
.slideInDown {
	animation-name: slideInDown
}
@keyframes slideInLeft {
from {
	transform: translate3d(-100%,0,0);
	visibility: visible
}
to {
	transform: translate3d(0,0,0)
}
}
.slideInLeft {
	animation-name: slideInLeft
}
@keyframes slideInRight {
from {
	transform: translate3d(100%,0,0);
	visibility: visible
}
to {
	transform: translate3d(0,0,0)
}
}
.slideInRight {
	animation-name: slideInRight
}
@keyframes slideInUp {
from {
	transform: translate3d(0,100%,0);
	visibility: visible
}
to {
	transform: translate3d(0,0,0)
}
}
.slideInUp {
	animation-name: slideInUp
}
@keyframes slideOutDown {
from {
	transform: translate3d(0,0,0)
}
to {
	visibility: hidden;
	transform: translate3d(0,100%,0)
}
}
.slideOutDown {
	animation-name: slideOutDown
}
@keyframes slideOutLeft {
from {
	transform: translate3d(0,0,0)
}
to {
	visibility: hidden;
	transform: translate3d(-100%,0,0)
}
}
.slideOutLeft {
	animation-name: slideOutLeft
}
@keyframes slideOutRight {
from {
	transform: translate3d(0,0,0)
}
to {
	visibility: hidden;
	transform: translate3d(100%,0,0)
}
}
.slideOutRight {
	animation-name: slideOutRight
}
@keyframes slideOutUp {
from {
	transform: translate3d(0,0,0)
}
to {
	visibility: hidden;
	transform: translate3d(0,-100%,0)
}
}
.slideOutUp {
	animation-name: slideOutUp
}
* {
	//box-sizing: border-box
}
:after,:before {
	box-sizing: inherit
}


body {
	padding-top: 120px
}

img {
	vertical-align: top
}
.unstyled-list {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1.5rem
}
a {
	text-decoration: none;
	color: #000
}
a:hover {
	text-decoration: none;
	color: #ef476f
}
a.link {
	text-decoration: underline
}
a.link:hover {
	text-decoration: none
}

h4 {
	font-size: 1.125rem;
	font-weight: 700;
	margin: 0
}

table {
	width: 100%
}
time {
	color: #8c969a
}
.action-detail__top {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.action-detail__top {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}
.action-detail__top>.scoring {
	-ms-flex-order: 3;
	order: 3;
	width: 100%;
	margin-top: 12px
}
.action-detail__top>.scoring {
	margin-right: 18px;
	width: auto;
	margin-top: 0;
	-ms-flex-order: 1;
	order: 1
}
.action-detail__top>.link {
	-ms-flex-order: 2;
	order: 2;
	margin-left: auto
}
.action-detail__top>.link {
	margin-left: 0
}
.action-detail__top>time {
	-ms-flex-order: 1;
	order: 1
}
.action-detail__top>time {
	margin-left: auto;
	-ms-flex-order: 3;
	order: 3
}
.action-detail__meta {
	display: -ms-flexbox;
	display: flex;
	font-size: .8125rem;
	color: #8c969a;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.action-detail__offer {
	padding: 12px 0 24px 0;
	border-radius: 4px;
	border-bottom: 1px solid #cacfd1
}
.action-detail__offer {
	border: 1px solid #cacfd1;
	padding: 12px 24px 30px 24px;
	margin-bottom: 12px
}
.action-detail__offer__row {
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin-top: 12px
}
.action-detail__offer__row:not(:first-child) {
	-ms-flex-direction: column;
	flex-direction: column
}
.action-detail__offer__row: not(: first-child) {
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-align: center;
	align-items: center
}
.action-detail__offer__title {
	font-size: 1.125rem;
	font-weight: 700;
	color: #000;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-right: 18px
}
.action-detail__offer__title {
	font-size: 1.5rem
}
.action-detail__offer__title small {
	display: block;
	font-size: .8125rem;
	font-weight: 400
}
.action-detail__offer__title small {
	font-size: 1rem
}
.action-detail__offer__price {
	font-size: 1.125rem;
	font-weight: 700;
	color: #000;
	text-align: right;
	margin-left: auto
}
.action-detail__offer__price {
	font-size: 1.5rem;
	width: 180px
}
.action-detail__offer__button {
	margin-top: 18px;
	margin-left: 36px;
	margin-right: 36px
}
.action-detail__offer__button {
	width: 180px;
	margin-top: 0;
	margin-left: auto;
	margin-right: 0
}
.action-image-upload {
	background-color: #f9f9fa;
	border-radius: 4px;
	padding: 6px 15px 50px 15px;
	margin: 0 -15px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative
}

.action-image-upload {
	margin: 0;
	padding: 6px

}
.action-image-upload__image {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	width: calc(50% - 6px);
	-ms-flex-direction: column;
	flex-direction: column
}

.action-image-upload__image {
	-ms-flex-direction: row;
	flex-direction: row
}
.action-image-upload__image img {
	width: 139px

}
.action-image-upload__image span {
	padding-top: 12px;
	position: absolute;
	bottom: 0;
	margin-bottom: 18px
}

.action-image-upload__image span {
	padding-left: 24px;
	padding-top: 0;
	position: relative;
	margin-bottom: 0

}
.action-image-upload__image span:before {
	content: "";
	position: absolute;
	background: url(../images/ico-check-3.svg) no-repeat;
	width: 25px;
	height: 25px;
	background-size: contain;
	top: -12.5px;
	left: 50%;
	margin-left: -12.5px
}

.action-image-upload__image span: before {
	top: auto;
	left: -12.5px;
	margin-left: 0
}
.action-image-upload__upload {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	width: calc(50% - 6px);
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-direction: column;
	flex-direction: column
}

.action-image-upload__upload {
	-ms-flex-direction: row;
	flex-direction: row

}
.action-image-upload__upload span {
	text-decoration: underline;
	position: absolute;
	bottom: 0;
	margin-bottom: 18px
}

.action-image-upload__upload span {
	position: static;
	margin-bottom: 0

}

.action-image-upload__icon {
	border: 1px solid #cacfd1;
	border-radius: 4px;
	width: 100%;
	height: 100%;
	text-align: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	box-shadow: inset 0 0 4px 0 rgba(140,150,154,.36)
}

.action-image-upload__icon svg {
	color: #8c969a
}

.action-image-upload__icon svg {
	width: 25px;
	height: 24px;
	color: #000;
	margin-right: 8px

}
.action {
	padding-bottom: 30px;
	margin-bottom: 24px;
	border-bottom: 1px solid #cacfd1
}
.action__top {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.action__top {
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-align: center;
	align-items: center

}
.action__top time {
	-ms-flex-order: 0;
	order: 0;
	margin: 12px 0
}

.action__top time {
	margin: 0;
	-ms-flex-order: 1;
	order: 1

}
.action__top .scoring {
	-ms-flex-order: 1;
	order: 1
}

.action__top .scoring {
	-ms-flex-order: 0;
	order: 0

}
.action__offerings {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column
}

.action__offerings {
	-ms-flex-direction: row;
	flex-direction: row
}
.action__image {
	width: 180px;
	margin-right: 24px
}
.action__table {
	-ms-flex: 1;
	flex: 1;
	width: calc(100% - 204px)

}
.action__table tr:not(:last-child) {
	border-bottom: 1px dotted #cacfd1
}
.action__table td {
	padding: 10px 0;
	font-size: .8125rem;
	color: #000;
	vertical-align: top
}
.action__table strong {
	display: block;
	font-size: 1.125rem
}
.action__bottom {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 18px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.action__bottom {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

.action__bottom>:not(:first-child) {
	margin-left: 18px
}
.action__bottom>:first-child~:last-child {
	margin-left: auto
}

.action-box {
	background: #fff7e4;
	padding: 24px 15px;
	margin: 0 -15px
}
}
.action--side {
	border-bottom: 0;
	padding-bottom: 0
}

.action--side .action__table {
	width: 100%
}
.action--side .action__image {
	width: auto;
	margin-right: 0

}
a.anchor {
	display: block;
	position: relative;
	top: -48px;
	visibility: hidden
}

a.anchor {
	top: -120px

}
.avatar {
	position: relative;
	width: 36px;
	height: 36px
}

.avatar {
	width: 60px;
	height: 60px

}
.avatar--small {
	width: 36px;
	height: 36px;
 float:left;
}
.avatar__photo {
	border-radius: 50%;
	max-width: 100%
}
.avatar__ico {
	position: absolute;
	right: 0;
	bottom: 0
}
.avatar__ico.tr {
	right: -3px;
	top: -3px;
	bottom: auto;
	left: auto;
	position: absolute
}
.avatar.has-popover:hover {
	cursor: help
}
.avatar.has-popover:hover .popover {
	opacity: 1;
	visibility: visible;
	transition: all .3s ease-out;
	transform: translateY(0)
}
.badge {
	font-size: .8125rem;
	line-height: 1rem;
	border-radius: 9px;
	padding:1px 1px;
	display: inline-block;
	position: relative;
	min-width: 18px;
	height: 18px
}
.badge__text{position:absolute;left:0;top:0;right:0;bottom:0;text-align:center;line-height:1.125rem}
.badge--success {
	color: #fff;
	background-color: #08bdbd
}
.badge--danger{color:#fff;background-color:#ef476f}
.badge--gray {
	color: #fff;
	background-color: #8c969a
}
.banner {
	width: 100%
}
.banner__test {
	background-color: #ffd166;
	width: 100%
}
.footer .banner {
	padding: 0 70px
}
.bar {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-direction: column;
	flex-direction: column
}

.bar {
	-ms-flex-direction: row;
	flex-direction: row
}
}
.bar>:not(:first-child) {
	margin-top: 12px
}

.bar>: not(: first-child) {
	margin-top: 0

}
.boxy {
	display: -ms-flexbox;
	display: flex;
	width: 100%
}
.boxy--ai--c {
	-ms-flex-align: center;
	align-items: center
}
.boxy--jc--sb {
	-ms-flex-pack: justify;
	justify-content: space-between
}
.breadcrumbs {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: .8125rem;
	color: #8c969a;
	line-height: 1.5rem;
	padding: 18px 0;
	display: none
}

.breadcrumbs {
	display: -ms-flexbox;
	display: flex

}
.breadcrumbs__item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}
.breadcrumbs__item:not(:last-child):after {
	content: "";
	background: url(../images/ico-bracket-right.svg);
	margin: 0 12px;
	width: 5px;
	height: 9px
}
.breadcrumbs__link {
	display: block;
	text-decoration: none
}
.breadcrumbs__link:hover {
	text-decoration: underline
}
.btn {
	line-height: 1.5rem;
	padding: 11px 12px;
	text-align: center;
	display: inline-block;
	border: 1px solid transparent;
	border-radius: 4px;
	font-size: 1.125rem;
	min-width: 170px;
	letter-spacing: .0375rem;
	text-decoration: none;
	vertical-align: middle
}
.btn.sm {
	padding: 5px 12px;
	min-width: auto;
	letter-spacing: 0;
	font-size: 1rem
}
.btn.xs {
	padding: 3px 12px;
	min-width: auto;
	letter-spacing: 0;
	font-size: .8125rem;
	line-height: 1.125rem
}
.btn .ico {
	height: 24px
}
.btn--block {
	width: 100%;
	display: block
}
.btn--primary {
	color: #fff;
	background-color: #ef476f;
	border-color: #ef476f;
	font-weight: 700
}
.btn--secondary {
	color: #fff;
	background-color: #08bdbd;
	border-color: #08bdbd;
	font-weight: 700
}
.btn--facebook {
	color: #fff;
	background-color: #3c5a96;
	border-color: #3c5a96;
	font-weight: 700
}
.btn--default {
	background-color: #fff;
	border-color: #8c969a;
	color: #000;
	font-weight: 700
}
.btn--default.sm, .btn--default.xs {
	font-weight: 400
}
.btn--pill {
	padding: 2px 9px;
	min-width: auto;
	border-radius: 15px;
	font-weight: 400;
	letter-spacing: 0;
	font-size: 1rem
}
.btn:disabled {
	color: #8c969a;
	background-color: #cacfd1
}
.btn--blockable {
	width: 100%
}

.btn--blockable {
	width: auto

}
.collection__footer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	padding-bottom: 12px
}
.collection__item {
	border-bottom: 1px solid #cacfd1;
	margin-bottom: 12px;
	padding-bottom: 12px
}
.collection__item {
	margin-bottom: 24px;
	padding-bottom: 24px
}
}
.collection__item--slim {
	margin-bottom: 12px;
	padding-bottom: 12px
}

.collection__item--slim {
	margin-bottom: 12px;
	padding-bottom: 12px

}
.collection--dotted .collection__item {
	border-bottom-style: dotted
}
.collection--nm .collection__item:last-child {
	margin-bottom: 0;
	border-bottom: 0
}
.collection--articles {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.collection--articles .collection__item {
	border: 0;
	padding-bottom: 0
}

.collection--articles .collection__item {
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-preferred-size: calc(99.9% * 1/2 - (30px - 30px * 1/2));
	flex-basis: calc(99.9% * 1/2 - (30px - 30px * 1/2));
	max-width: calc(99.9% * 1/2 - (30px - 30px * 1/2));
	width: calc(99.9% * 1/2 - (30px - 30px * 1/2))
}
.collection--articles .collection__item:nth-child(1n) {
	margin-right: 30px;
	margin-left: 0
}
.collection--articles .collection__item:last-child {
	margin-right: 0
}
.collection--articles .collection__item:nth-child(2n) {
	margin-right: 0;
	margin-left: auto

}
.collection--gallery {
	display: -ms-flexbox;
	display: flex
}

.collection--gallery {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%!important;
	-ms-flex-pack: justify;
	justify-content: space-between

}
.collection--gallery .collection__item {
	border: 0;
	padding-bottom: 0;
	width: 50%
}

.collection--gallery .collection__item {
	width: calc((100% - 60px)/ 3)

}
.collection--temp {
	display: -ms-flexbox;
	display: flex
}

.collection--temp {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: auto!important

}

.collection--temp {
	display: block

}
.collection--temp .collection__item {
	border: 0;
	padding-bottom: 0;
	width: 40%;
	margin: 0
}

.collection--temp .collection__item {
	width: 50%;
	margin-bottom: 18px
}

.collection--temp .collection__item {
	width: auto

}
.collection--temp .collection__item:last-child {
	margin-bottom: 0
}
.collection--gallery-detail {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%!important
}
.collection--gallery-detail .collection__item {
	border: 0;
	padding-bottom: 0;
	width: 100%;
	margin-bottom: 1px
}

.collection--gallery-detail .collection__item {
	width: calc((100% - 15px)/ 2);
	margin-bottom: 15px

}

.collection--gallery-detail .collection__item {
	width: calc((100% - 30px)/ 3)

}
.side .collection--gallery-detail .collection__item {
	width: calc((100% - 15px)/ 2);
	margin-bottom: 15px
}

.side .collection--gallery-detail .collection__item {
	width: calc((100% - 30px)/ 3)

}
.comments__header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 12px;
	margin-top: 24px
}

.comments__header {
	margin-bottom: 24px

}
.comments__unauth {
	border: 1px solid #cacfd1;
	border-radius: 4px;
	padding: 36px;
	text-align: center
}

.comments__unauth {
	padding: 48px

}
.comments__unauth .btn {
	width: 100%;
	display: block;
	margin-top: 18px
}

.comments__unauth .btn {
	margin-left: 7px;
	margin-right: 7px;
	display: inline-block;
	width: auto

}
.comments__form .btn {
	width: 100%;
	display: block
}

.comments__form .btn {
	max-width: 232px

}
.comments__comment>.comments__comment {
	margin-left: 12px;
	margin-top: 12px
}

.comments__comment>.comments__comment {
	margin-left: 48px;
	margin-top: 24px

}
.comments__more {
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center
}
.comments__more .btn {
	margin: 12px 0
}
.comments__more:after, .comments__more:before {
	content: "";
	width: 3px;
	height: 15px;
	background: url(../images/ico-dots.svg) no-repeat 0 0
}
.discussion-detail__header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: .8125rem;
	color: #8c969a
}
.discussion-detail__header>div {
	line-height: 1.5rem
}

.discussion-detail__meta {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center

}
.footer {
	padding: 0 0 24px 0;
	padding-top: 36px;
   background-color: #fff;
   width: 996px;
   margin:0 auto;
}
.footer-o {
	border-top: 1px solid #cacfd1;
   background-color: #fff;
   font-family: "Source Sans Pro", sans-serif;
   -webkit-font-smoothing: antialiased;
   margin-top:20px;
}
.footer__copyright {
	font-size: 1rem;
	color: #8c969a;
	display: block;
	text-align: center;
  
}

.footer__copyright {
	text-align: left

}
.form-group {
	margin-top: 12px;
	position: relative
}
.form-label {
	display: block;
	line-height: 2.25rem;
	margin-top: -12px
}
.form-control {
	display: block;
	width: 100%;
	border-radius: 4px;
	border: 1px solid #cacfd1;
	font-size: 1.125rem;
	color: #000;
	line-height: 1.5rem;
	padding: 11px 12px;
	box-shadow: 0;
	outline: 0;
	background-color: #fff;
	position: relative;
	z-index: 1;
	transition: all .3s linear
}
.form-control.sm {
	font-size: 1rem;
	padding-top: 5px;
	padding-bottom: 5px;
	min-height: 36px
}
.form-control.xs {
	font-size: .8125rem;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 6px;
	padding-bottom: 6px;
	min-height: 30px;
	line-height: 1.125rem
}
.form-control:active, .form-control:focus {
	border: 1px solid #08bdbd;
	box-shadow: 0 0 0 1px #08bdbd inset;
	outline: 0
}
.form-control.is-expandable:focus {
	min-height: 108px
}
.has-error>.form-control {
	border: 1px solid #ef476f;
	box-shadow: 0 0 0 1px #ef476f inset
}
.has-success>.form-control {
	border: 1px solid #08bdbd
}
.form-check {
	line-height: 1.125rem;
	display: block
}
.form-check+.form-check {
	margin-top: 18px
}
.form-check>input {
	display: none
}
.form-check__checkbox {
	width: 18px;
	height: 18px;
	border: 1px solid #cacfd1;
	border-radius: 4px;
	display: inline-block;
	vertical-align: middle;
	transition: all .3s linear;
	position: relative;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 20px;
	background-color: #fff
}
.form-check__radio {
	width: 18px;
	height: 18px;
	border: 4px solid #fff;
	border-radius: 50%;
	background-color: rgba(202,207,209,.24);
	position: relative;
	display: inline-block;
	box-shadow: 0 0 0 1px #cacfd1;
	vertical-align: middle;
	transition: all .3s linear;
	background-color: #f2f3f4
}
.form-check__label {
	margin-left: 8px;
	vertical-align: middle
}
.form-check:hover .form-check__checkbox {
	border-color: #08bdbd
}
.form-check:hover .form-check__radio {
	box-shadow: 0 0 0 1px #08bdbd
}
:checked~.form-check__checkbox {
	border-color: #08bdbd;
	background-color: #08bdbd;
	background-image: url(../images/ico-check-1.svg);
	background-size: 12px
}
:checked~.form-check__radio {
	box-shadow: 0 0 0 1px #08bdbd;
	background-color: #08bdbd
}
::-webkit-input-placeholder {
	color: #8c969a;
	font-weight: 300
}
::-moz-placeholder {
	color: #8c969a;
	font-weight: 300
}
:-ms-input-placeholder {
	color: #8c969a;
	font-weight: 300
}
:-moz-placeholder {
	color: #8c969a;
	font-weight: 300
}
.form__error {
	color: #ef476f;
	background-color: rgba(239,71,111,.18);
	line-height: 1.5rem;
	padding: 18px 12px 6px 12px;
	margin-top: -48px;
	display: block;
	border-radius: 4px;
	z-index: 0;
	position: relative;
	transition: all .3s linear
}
.has-error .form__error {
	margin-top: -12px
}
.form__error-group .form__error {
	padding: 12px;
	margin-top: 0;
	margin-bottom: 6px
}
.form-check+.form__error {
	margin-top: 6px;
	padding-top: 6px
}
.form-control--has-icon {
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-left: 48px
}
.form-control--has-icon.right {
	padding-right: 48px;
	padding-left: 12px
}
.form-control--email {
	background-image: url(../images/ico-mail.svg);
	background-position: 14px 50%
}
.form-control--password {
	background-image: url(../images/ico-lock.svg);
	background-position: 18px 50%
}
.form-control--location {
	background-image: url(../images/ico-pin.svg);
	background-position: 18px 50%
}
.form-control--calendar {
	background-image: url(../images/ico-calendar-1.svg);
	background-position: 18px 50%
}
.form-control--calendar.right {
	background-position: right 18px top 50%
}
.form-control--has-icon.xs {
	padding-left: 30px
}
.form-control--location.xs {
	background-position: 6px 50%
}
.form-control--calendar.xs {
	background-position: 6px 50%
}
.form-control--autocomplete.searching {
	transition: none;
	background-image: url(../images/autocomplete-spinner.svg);
	background-repeat: no-repeat;
	background-position: 98% 50%;
	background-size: 36px
}
.form-control--new-post {
	resize: none;
	overflow: hidden;
	max-width: 100%
}
.form__info {
	padding-left: 28px;
	background: url(../images/ico-info.svg) no-repeat 0 2px
}
.form-actions {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 24px;
	-ms-flex-direction: column;
	flex-direction: column
}

.form-actions {
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-direction: row;
	flex-direction: row

}
.form-actions .btn {
	display: block;
	width: 100%;
	margin-bottom: 12px
}

.form-actions .btn {
	display: inline-block;
	width: auto;
	margin-bottom: 0
}
.form-actions>: not(: last-child) {
	margin-right: 18px

}
.form-select {
	border-radius: 4px;
	border: 1px solid #cacfd1;
	font-size: 1rem;
	color: #000;
	box-shadow: 0;
	outline: 0;
	background-color: #fff;
	position: relative;
	transition: all .3s linear;
	box-shadow: 0 1px 2px 0 rgba(202,207,209,.36)
}
.form-select:after {
	content: "";
	width: 48px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background: url(../images/ico-arrow-down.svg) no-repeat 50% 50%;
	z-index: 1
}
.form-select select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	box-shadow: none;
	background: 0 0;
	background-image: none;
	line-height: 1.5rem;
	padding: 12px 36px 12px 12px;
	display: block;
	width: 100%;
	z-index: 2;
	position: relative
}
.form-select.sm select {
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 36px
}
.form-select.sm:after {
	width: 36px
}
.form-select select:focus {
	outline: 0
}
.pac-container {
	border-radius: 4px;
	background-color: #fff;
	box-shadow: 0 0 3px 0 rgba(0,0,0,.6);
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	width: 100%;
	transition: all .3s ease-out;
	font-family: inherit
}
.pac-item {
	margin: 0 15px;
	border-top: none;
	line-height: 3rem
}
.pac-item:not(:last-child) {
	border-bottom: 1px solid #cacfd1
}
.pac-item:hover {
	cursor: pointer
}
.pac-item:hover * {
	color: #08bdbd
}
.pac-item-query {
	padding: 12px 6px 12px 24px;
	text-decoration: none;
	background: url(../images/ico-pin-1.svg) 0 50% no-repeat
}
.pac-item, .pac-item-query {
	color: #000;
	font-size: inherit
}
.pac-matched {
	font-weight: 400
}
.pac-icon {
	background-image: none;
	margin: 0;
	width: 0;
	height: 0;
	display: inline
}
.form-group--inline {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}
.form-group--inline .form-check {
	margin-left: 16px
}
.form-autocomplete {
	border-radius: 4px;
	background-color: #fff;
	box-shadow: 0 0 3px 0 rgba(0,0,0,.6);
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	width: 100%;
	z-index: 5;
	transition: all .3s ease-out;
	opacity: 0;
	visibility: hidden
}
.form-autocomplete--mention:hover, .form-control:focus~.form-autocomplete {
	opacity: 1;
	visibility: visible
}
.form-autocomplete__item {
	cursor: pointer;
	margin: 0 15px;
	display: block;
	line-height: 1.5rem;
	padding: 12px 48px 12px 24px;
	text-decoration: none
}
.form-autocomplete__place {
	background: url(../images/ico-pin-1.svg) 0 50% no-repeat
}
.form-autocomplete__user {
	background: url(../images/ico-mention.svg) 0 50% no-repeat
}
.form-autocomplete__item.selected {
	color: #08bdbd
}
.form-autocomplete__item:not(:last-child) {
	border-bottom: 1px solid #cacfd1
}
.form-autocomplete--mention {
	position: absolute;
	width: auto;
	transition: none
}
.form-autocomplete--caret-position {
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	opacity: 0;
	white-space: pre-wrap
}
.form-control__toolbar {
	width: 100%;
	height: 48px;
	border-radius: 4px
}
.toolbar-tool {
	display: inline-block;
	width: 48px;
	height: 48px;
	cursor: pointer;
	border-radius: 4px;
	border: 1px solid #cacfd1;
	margin-right: 6px
}
.toolbar-tool:hover {
	border-color: #08bdbd
}
.toolbar-tool__link {
	background: url(../images/ico-toolbox-link.svg) 50% 50% no-repeat;
	background-size: 32px
}
.toolbar-tool__emoticons {
	background: url(../images/ico-toolbox-emoticons.svg) 50% 50% no-repeat;
	background-size: 32px
}
.toolbar__link-popup {
	position: absolute;
	bottom: 48px;
	left: 12px;
	width: 75%;
	min-width: 300px;
	padding: 12px;
	background-color: #fff;
	border: 1px solid #cacfd1;
	border-radius: 4px;
	box-shadow: 0 3px 6px 0 rgba(0,0,0,.6);
	z-index: 10
}
.form-suffix {
	display: -ms-flexbox;
	display: flex
}
.form-suffix>:first-child {
	border-radius: 4px 0 0 4px;
	-ms-flex: 1;
	flex: 1
}
.form-suffix>:last-child {
	border-radius: 0 4px 4px 0;
	border-left: 0
}
.form__error.show-apart, .form__success.show-apart {
	margin-top: 0;
	padding: 6px 12px
}
.form__success {
	color: #08bdbd;
	background-color: rgba(8,189,189,.1);
	line-height: 1.5rem;
	padding: 18px 12px 6px 12px;
	margin-top: -48px;
	display: block;
	border-radius: 4px;
	z-index: 0;
	position: relative;
	transition: all .3s linear
}
.gallery {
	overflow: auto
}
.header {

	z-index: 1000;
	background-color: #fff;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	box-shadow: 0 0 2px 0 rgba(61,69,73,.18), 0 2px 2px 0 rgba(61,69,73,.18);
 font-family: "Source Sans Pro", sans-serif;

}

.header {
	box-shadow: none

}
.header.is-active {
	background-color: #3d4549;
	border-bottom: 1px solid #323a3d;
	color: #fff
}
.header.is-active:after {
	content: "";
	width: 100%;
	min-height: 100vh;
	background-color: #3d4549;
	position: absolute;
	left: 0;
	right: 0;
	top: 49px
}
.header__main {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	height: 48px;
	width: 100%
}

.header__main {
	height: 72px

}
.header__logo {
	width: 112px;
	-ms-flex-order: 0;
	order: 0
}

.header__logo {
	width: auto;
	margin: 0 36px 0 18px

}
.header__logo__alt {
	display: none
}
.header.is-active .header__logo__alt {
	display: block
}
.header.is-active .header__logo__main {
	display: none
}
.header__nav {
	background-color: #3d4549
}
.header__link {
	font-size: 1.125rem;
	color: #000;
	text-decoration: none;
	display: block;
	padding: 12px 20px;
	line-height: 1.5rem
}

.header__link {
	font-size: 1.125rem

}
.header__links {
	-ms-flex-order: 3;
	order: 3;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	padding: 0 0 0 16px;
	margin-left: auto
}

.header__links {
	padding: 0 9px;
	border-right: 1px solid #cacfd1

}
.header__user-links {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}
.header__user__box {
	margin-left: 15px;
	display: none;
  float:left;
}

.header__user__box {
	display: block

}
.header__user__name {
	line-height: 1rem
}
.header__user__position {
	font-size: .8125rem;
	color: #8c969a;
	display: block
}
.header__user__icon {
	color: #000!important;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	width: 36px;
	height: 48px
}
.header__user__nav {
	position: absolute;
	width: 100%;
	top: 48px;
	left: 0;
	right: 0
}

.header__user__nav {
	display: none

}
.header.is-active .header__user__icon {
	color: #fff!important
}
.header.is-active .header__user__icon.is-active {
	color: #08bdbd!important;
	position: relative
}
.header.is-active .header__user__icon.is-active:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 5.5px 4px 5.5px;
	border-color: transparent transparent #fff transparent;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -5.5px
}
.header__links .btn {
	min-width: 126px
}
.header__user.is-toggle .header__links {
	display: -ms-flexbox;
	display: flex
}
.header__links .header__link {
	width: 50%;
	text-align: center
}

.header__links .header__link {
	width: auto;
	text-align: left

}
.header__icon {
	margin-right: 18px
}
.header__cestolinak {
	margin: 0 16px;
	color: #08bdbd;
	text-align: right;
	font-size: 1.125rem;
	-ms-flex-order: 2;
	order: 2;
	margin-left: auto
}

.header__cestolinak {
	margin: 0 18px;
	-ms-flex-order: 4;
	order: 4

}
.header__cestolinak img {
	vertical-align: -3px
}
.header__cestolinak span {
	font-size: .8125rem;
	display: block
}
.header__search__trigger {
	width: 48px;
	height: 48px;
	text-align: center;
	color: #000!important;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center
}

.header__search__trigger {
	display: none

}
.header.is-active .header__search__trigger {
	color: #fff!important
}
.header.is-active .header__search__trigger.is-active {
	color: #08bdbd!important;
	position: relative
}
.header.is-active .header__search__trigger.is-active:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 5.5px 4px 5.5px;
	border-color: transparent transparent #fff transparent;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -5.5px
}
.header__search {
	-ms-flex-order: 1;
	order: 1;
	width: 100%;
	position: absolute;
	top: 48px;
	left: 0;
	right: 0;
	display: none
}

.header__search {
	max-width: 440px;
	position: static;
	display: block

}
.header__search.is-active {
	display: block
}
.header__search__input {
	background: url(../images/ico-search-w.svg) #30383b no-repeat 12px 50%;
	border-radius: 0;
	padding-left: 48px;
	width: 100%;
	border: 0
}

.header__search__input {
	padding-left: 48px;
	border-radius: 4px;
	background: url(../images/ico-search.svg) no-repeat 12px 50%;
	box-shadow: 0 0 0 1px #cacfd1 inset

}
.hr {
	border: 0;
	margin: 24px 0;
	border-top: 1px solid #cacfd1;
	min-width: 100%
}
.hr--dotted {
	border-top: 1px dotted #cacfd1
}
.ico {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}
.ico--left .ico__icon {
	margin-right: 5px
}
.ico--right .ico__icon {
	margin-left: 5px
}
.ico--center {
	-ms-flex-pack: center;
	justify-content: center
}
.ico--center .ico__icon {
	margin: 0 5px
}
.ico--parent-height {
	height: inherit
}
@media (max-width:992px) {
.ico--alone .ico__icon {
	margin-left: 0;
	margin-right: 0
}
}
.inline-search {
	display: -ms-flexbox;
	display: flex
}
.inline-search__button {
	display: none
}

.inline-search__button {
	display: inline-block;
	width: 144px;
	border-radius: 0 4px 4px 0

}
.inline-search__input {
	padding-left: 48px;
	background: url(../images/ico-search.svg) no-repeat 12px 50%
}

.inline-search__input {
	width: calc(100% - 144px);
	border-radius: 4px 0 0 4px;
	border-right: none

}
.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.row {
	-ms-flex-direction: row;
	flex-direction: row

}
.containernv {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	max-width: 1140px;
   min-width: 997px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0;
	padding-right: 15px
}
.main {
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-preferred-size: calc(99.9% * 1 - (30px - 30px * 1));
	flex-basis: calc(99.9% * 1 - (30px - 30px * 1));
	max-width: calc(99.9% * 1 - (30px - 30px * 1));
	width: calc(99.9% * 1 - (30px - 30px * 1))
}
.main:nth-child(1n) {
	margin-right: 30px;
	margin-left: 0
}
.main:last-child {
	margin-right: 0
}
.main:nth-child(NaNn) {
	margin-right: 0;
	margin-left: auto
}
.side {
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-preferred-size: calc(99.9% * 1 - (30px - 30px * 1));
	flex-basis: calc(99.9% * 1 - (30px - 30px * 1));
	max-width: calc(99.9% * 1 - (30px - 30px * 1));
	width: calc(99.9% * 1 - (30px - 30px * 1))
}
.side:nth-child(1n) {
	margin-right: 30px;
	margin-left: 0
}
.side:last-child {
	margin-right: 0
}
.side:nth-child(NaNn) {
	margin-right: 0;
	margin-left: auto
}
[class^=col-] {
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-preferred-size: calc(99.9% * 1 - (30px - 30px * 1));
	flex-basis: calc(99.9% * 1 - (30px - 30px * 1));
	max-width: calc(99.9% * 1 - (30px - 30px * 1));
	width: calc(99.9% * 1 - (30px - 30px * 1))
}
[class^=col-]:nth-child(1n) {
	margin-right: 30px;
	margin-left: 0
}
[class^=col-]:last-child {
	margin-right: 0
}
[class^=col-]:nth-child(NaNn) {
	margin-right: 0;
	margin-left: auto
}
.col-1\/2 {
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-preferred-size: calc(99.9% * 1/2 - (30px - 30px * 1/2));
	flex-basis: calc(99.9% * 1/2 - (30px - 30px * 1/2));
	max-width: calc(99.9% * 1/2 - (30px - 30px * 1/2));
	width: calc(99.9% * 1/2 - (30px - 30px * 1/2))
}
.col-1\/2:nth-child(1n) {
	margin-right: 30px;
	margin-left: 0
}
.col-1\/2:last-child {
	margin-right: 0
}
.col-1\/2:nth-child(2n) {
	margin-right: 0;
	margin-left: auto
}

.main {
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-preferred-size: calc(99.9% * 5/9 - (30px - 30px * 5/9));
	flex-basis: calc(99.9% * 5/9 - (30px - 30px * 5/9));
	max-width: calc(99.9% * 5/9 - (30px - 30px * 5/9));
	width: calc(99.9% * 5/9 - (30px - 30px * 5/9))
}
.main:nth-child(1n) {
	margin-right: 30px;
	margin-left: 0
}
.main:last-child {
	margin-right: 0
}
.main:nth-child(9n) {
	margin-right: 0;
	margin-left: auto
}
.main--full {
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-preferred-size: calc(99.9% * 1 - (30px - 30px * 1));
	flex-basis: calc(99.9% * 1 - (30px - 30px * 1));
	max-width: calc(99.9% * 1 - (30px - 30px * 1));
	width: calc(99.9% * 1 - (30px - 30px * 1))
}
.main--full:nth-child(1n) {
	margin-right: 30px;
	margin-left: 0
}
.main--full:last-child {
	margin-right: 0
}
.main--full:nth-child(NaNn) {
	margin-right: 0;
	margin-left: auto
}
.main--offset {
	margin-left: calc(99.9% * (-4/9 * -1) - (30px - 30px * (-4/9 * -1)) + 30px)!important
}
.side {
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-preferred-size: calc(99.9% * 4/9 - (30px - 30px * 4/9));
	flex-basis: calc(99.9% * 4/9 - (30px - 30px * 4/9));
	max-width: calc(99.9% * 4/9 - (30px - 30px * 4/9));
	width: calc(99.9% * 4/9 - (30px - 30px * 4/9))
}
.side:nth-child(1n) {
	margin-right: 30px;
	margin-left: 0
}
.side:last-child {
	margin-right: 0
}
.side:nth-child(9n) {
	margin-right: 0;
	margin-left: auto
}
.side--offset {
	margin-left: calc(99.9% * -1 - (30px - 30px * -1) + 30px)!important
}
.col-1\/2\@md {
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-preferred-size: calc(99.9% * 1/2 - (30px - 30px * 1/2));
	flex-basis: calc(99.9% * 1/2 - (30px - 30px * 1/2));
	max-width: calc(99.9% * 1/2 - (30px - 30px * 1/2));
	width: calc(99.9% * 1/2 - (30px - 30px * 1/2))
}
.col-1\/2\@md:nth-child(1n) {
	margin-right: 30px;
	margin-left: 0
}
.col-1\/2\@md:last-child {
	margin-right: 0
}
.col-1\/2\@md:nth-child(2n) {
	margin-right: 0;
	margin-left: auto
}
.col-1\/3\@md {
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-preferred-size: calc(99.9% * 1/3 - (30px - 30px * 1/3));
	flex-basis: calc(99.9% * 1/3 - (30px - 30px * 1/3));
	max-width: calc(99.9% * 1/3 - (30px - 30px * 1/3));
	width: calc(99.9% * 1/3 - (30px - 30px * 1/3))
}
.col-1\/3\@md:nth-child(1n) {
	margin-right: 30px;
	margin-left: 0
}
.col-1\/3\@md:last-child {
	margin-right: 0
}
.col-1\/3\@md:nth-child(3n) {
	margin-right: 0;
	margin-left: auto
}
.col-1\/4\@md {
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-preferred-size: calc(99.9% * 1/4 - (30px - 30px * 1/4));
	flex-basis: calc(99.9% * 1/4 - (30px - 30px * 1/4));
	max-width: calc(99.9% * 1/4 - (30px - 30px * 1/4));
	width: calc(99.9% * 1/4 - (30px - 30px * 1/4))
}
.col-1\/4\@md:nth-child(1n) {
	margin-right: 30px;
	margin-left: 0
}
.col-1\/4\@md:last-child {
	margin-right: 0
}
.col-1\/4\@md:nth-child(4n) {
	margin-right: 0;
	margin-left: auto
}
.col-1\/5\@md {
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-preferred-size: calc(99.9% * 1/5 - (30px - 30px * 1/5));
	flex-basis: calc(99.9% * 1/5 - (30px - 30px * 1/5));
	max-width: calc(99.9% * 1/5 - (30px - 30px * 1/5));
	width: calc(99.9% * 1/5 - (30px - 30px * 1/5))
}
.col-1\/5\@md:nth-child(1n) {
	margin-right: 30px;
	margin-left: 0
}
.col-1\/5\@md:last-child {
	margin-right: 0
}
.col-1\/5\@md:nth-child(5n) {
	margin-right: 0;
	margin-left: auto
}
.col-2\/3\@md {
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-preferred-size: calc(99.9% * 2/3 - (30px - 30px * 2/3));
	flex-basis: calc(99.9% * 2/3 - (30px - 30px * 2/3));
	max-width: calc(99.9% * 2/3 - (30px - 30px * 2/3));
	width: calc(99.9% * 2/3 - (30px - 30px * 2/3))
}
.col-2\/3\@md:nth-child(1n) {
	margin-right: 30px;
	margin-left: 0
}
.col-2\/3\@md:last-child {
	margin-right: 0
}
.col-2\/3\@md:nth-child(3n) {
	margin-right: 0;
	margin-left: auto
}
.col-2\/5\@md {
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-preferred-size: calc(99.9% * 2/5 - (30px - 30px * 2/5));
	flex-basis: calc(99.9% * 2/5 - (30px - 30px * 2/5));
	max-width: calc(99.9% * 2/5 - (30px - 30px * 2/5));
	width: calc(99.9% * 2/5 - (30px - 30px * 2/5))
}
.col-2\/5\@md:nth-child(1n) {
	margin-right: 30px;
	margin-left: 0
}
.col-2\/5\@md:last-child {
	margin-right: 0
}
.col-2\/5\@md:nth-child(5n) {
	margin-right: 0;
	margin-left: auto
}
.col-3\/5\@md {
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-preferred-size: calc(99.9% * 3/5 - (30px - 30px * 3/5));
	flex-basis: calc(99.9% * 3/5 - (30px - 30px * 3/5));
	max-width: calc(99.9% * 3/5 - (30px - 30px * 3/5));
	width: calc(99.9% * 3/5 - (30px - 30px * 3/5))
}
.col-3\/5\@md:nth-child(1n) {
	margin-right: 30px;
	margin-left: 0
}
.col-3\/5\@md:last-child {
	margin-right: 0
}
.col-3\/5\@md:nth-child(5n) {
	margin-right: 0;
	margin-left: auto
}
.col-5\/7\@md {
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-preferred-size: calc(99.9% * 5/7 - (30px - 30px * 5/7));
	flex-basis: calc(99.9% * 5/7 - (30px - 30px * 5/7));
	max-width: calc(99.9% * 5/7 - (30px - 30px * 5/7));
	width: calc(99.9% * 5/7 - (30px - 30px * 5/7))
}
.col-5\/7\@md:nth-child(1n) {
	margin-right: 30px;
	margin-left: 0
}
.col-5\/7\@md:last-child {
	margin-right: 0
}
.col-5\/7\@md:nth-child(7n) {
	margin-right: 0;
	margin-left: auto
}
.col-offset-1\/7\@md {
	margin-left: calc(99.9% * (-1/7 * -1) - (30px - 30px * (-1/7 * -1)) + 30px)!important
}


.col-1\/2\@lg {
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-preferred-size: calc(99.9% * 1/2 - (30px - 30px * 1/2));
	flex-basis: calc(99.9% * 1/2 - (30px - 30px * 1/2));
	max-width: calc(99.9% * 1/2 - (30px - 30px * 1/2));
	width: calc(99.9% * 1/2 - (30px - 30px * 1/2))
}
.col-1\/2\@lg:nth-child(1n) {
	margin-right: 30px;
	margin-left: 0
}
.col-1\/2\@lg:last-child {
	margin-right: 0
}
.col-1\/2\@lg:nth-child(2n) {
	margin-right: 0;
	margin-left: auto
}
.col-1\/3\@lg {
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-preferred-size: calc(99.9% * 1/3 - (30px - 30px * 1/3));
	flex-basis: calc(99.9% * 1/3 - (30px - 30px * 1/3));
	max-width: calc(99.9% * 1/3 - (30px - 30px * 1/3));
	width: calc(99.9% * 1/3 - (30px - 30px * 1/3))
}
.col-1\/3\@lg:nth-child(1n) {
	margin-right: 30px;
	margin-left: 0
}
.col-1\/3\@lg:last-child {
	margin-right: 0
}
.col-1\/3\@lg:nth-child(3n) {
	margin-right: 0;
	margin-left: auto
}
.col-1\/4\@lg {
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-preferred-size: calc(99.9% * 1/4 - (30px - 30px * 1/4));
	flex-basis: calc(99.9% * 1/4 - (30px - 30px * 1/4));
	max-width: calc(99.9% * 1/4 - (30px - 30px * 1/4));
	width: calc(99.9% * 1/4 - (30px - 30px * 1/4))
}
.col-1\/4\@lg:nth-child(1n) {
	margin-right: 30px;
	margin-left: 0
}
.col-1\/4\@lg:last-child {
	margin-right: 0
}
.col-1\/4\@lg:nth-child(4n) {
	margin-right: 0;
	margin-left: auto
}
.col-1\/5\@lg {
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-preferred-size: calc(99.9% * 1/5 - (30px - 30px * 1/5));
	flex-basis: calc(99.9% * 1/5 - (30px - 30px * 1/5));
	max-width: calc(99.9% * 1/5 - (30px - 30px * 1/5));
	width: calc(99.9% * 1/5 - (30px - 30px * 1/5))
}
.col-1\/5\@lg:nth-child(1n) {
	margin-right: 30px;
	margin-left: 0
}
.col-1\/5\@lg:last-child {
	margin-right: 0
}
.col-1\/5\@lg:nth-child(5n) {
	margin-right: 0;
	margin-left: auto
}
.col-2\/3\@lg {
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-preferred-size: calc(99.9% * 2/3 - (30px - 30px * 2/3));
	flex-basis: calc(99.9% * 2/3 - (30px - 30px * 2/3));
	max-width: calc(99.9% * 2/3 - (30px - 30px * 2/3));
	width: calc(99.9% * 2/3 - (30px - 30px * 2/3))
}
.col-2\/3\@lg:nth-child(1n) {
	margin-right: 30px;
	margin-left: 0
}
.col-2\/3\@lg:last-child {
	margin-right: 0
}
.col-2\/3\@lg:nth-child(3n) {
	margin-right: 0;
	margin-left: auto
}
.col-2\/5\@lg {
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-preferred-size: calc(99.9% * 2/5 - (30px - 30px * 2/5));
	flex-basis: calc(99.9% * 2/5 - (30px - 30px * 2/5));
	max-width: calc(99.9% * 2/5 - (30px - 30px * 2/5));
	width: calc(99.9% * 2/5 - (30px - 30px * 2/5))
}
.col-2\/5\@lg:nth-child(1n) {
	margin-right: 30px;
	margin-left: 0
}
.col-2\/5\@lg:last-child {
	margin-right: 0
}
.col-2\/5\@lg:nth-child(5n) {
	margin-right: 0;
	margin-left: auto
}
.col-3\/5\@lg {
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-preferred-size: calc(99.9% * 3/5 - (30px - 30px * 3/5));
	flex-basis: calc(99.9% * 3/5 - (30px - 30px * 3/5));
	max-width: calc(99.9% * 3/5 - (30px - 30px * 3/5));
	width: calc(99.9% * 3/5 - (30px - 30px * 3/5))
}
.col-3\/5\@lg:nth-child(1n) {
	margin-right: 30px;
	margin-left: 0
}
.col-3\/5\@lg:last-child {
	margin-right: 0
}
.col-3\/5\@lg:nth-child(5n) {
	margin-right: 0;
	margin-left: auto
}
.col-4\/5\@lg {
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-preferred-size: calc(99.9% * 4/5 - (30px - 30px * 4/5));
	flex-basis: calc(99.9% * 4/5 - (30px - 30px * 4/5));
	max-width: calc(99.9% * 4/5 - (30px - 30px * 4/5));
	width: calc(99.9% * 4/5 - (30px - 30px * 4/5))
}
.col-4\/5\@lg:nth-child(1n) {
	margin-right: 30px;
	margin-left: 0
}
.col-4\/5\@lg:last-child {
	margin-right: 0
}
.col-4\/5\@lg:nth-child(5n) {
	margin-right: 0;
	margin-left: auto
}


.login__content {
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-preferred-size: calc(99.9% * 6/10 - (48px - 48px * 6/10));
	flex-basis: calc(99.9% * 6/10 - (48px - 48px * 6/10));
	max-width: calc(99.9% * 6/10 - (48px - 48px * 6/10));
	width: calc(99.9% * 6/10 - (48px - 48px * 6/10))
}
.login__content:nth-child(1n) {
	margin-right: 48px;
	margin-left: 0
}
.login__content:last-child {
	margin-right: 0
}
.login__content:nth-child(2n) {
	margin-right: 0;
	margin-left: auto
}
.login__side {
	display: none
}

.login__side {
	display: block;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-preferred-size: calc(99.9% * 4/10 - (48px - 48px * 4/10));
	flex-basis: calc(99.9% * 4/10 - (48px - 48px * 4/10));
	max-width: calc(99.9% * 4/10 - (48px - 48px * 4/10));
	width: calc(99.9% * 4/10 - (48px - 48px * 4/10))
}
.login__side:nth-child(1n) {
	margin-right: 48px;
	margin-left: 0
}
.login__side:last-child {
	margin-right: 0
}
.login__side:nth-child(2n) {
	margin-right: 0;
	margin-left: auto

}
.login__separator {
	line-height: 3rem;
	position: relative;
	display: block;
	text-align: center;
	color: #8c969a
}
.login__separator:before {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #cacfd1;
	top: 50%;
	position: absolute;
	left: 0;
	right: 0;
	margin-top: -.5px
}
.login__separator span {
	padding: 0 24px;
	display: inline-block;
	background-color: #fff;
	position: relative
}
.login__links {
	margin-top: 18px;
	text-align: center
}
.login__list {
	font-size: 1.125rem;
	color: #61594a;
	margin: 60px -18px 0 30px;
	padding: 0 0 0 42px;
	list-style: none;
	line-height: 1.875rem
}

.login__list {
	margin-top: 48px

}
.login__list li {
	position: relative;
	padding: 12px 0
}
.login__list li:not(:last-child) {
	border-bottom: 1px solid rgba(255,255,255,.6)
}
.login__list li:after {
	content: "";
	background: url(../images/ico-check.svg) no-repeat 0 0;
	position: absolute;
	left: -42px;
	top: 12px;
	width: 30px;
	height: 30px
}
.main-menu {
	-ms-flex-order: 4;
	order: 4;
	position: relative;
	width: 100%
}

.main-menu {
	-ms-flex-order: 2;
	order: 2

}
.main-menu__trigger {
	width: 36px;
	height: 48px;
	text-align: right;
	color: #000!important;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-align: center;
	align-items: center
}

.main-menu__trigger {
	display: none

}
.header.is-active .main-menu__trigger {
	color: #fff!important
}
.header.is-active .main-menu__trigger.is-active {
	color: #08bdbd!important;
	position: relative
}
.header.is-active .main-menu__trigger.is-active:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 5.5px 4px 5.5px;
	border-color: transparent transparent #fff transparent;
	position: absolute;
	bottom: 0;
	right: 5.5px
}
.main-menu__item, .main-menu__root {
	margin: 0;
	padding: 0;
	list-style-type: none
}
.main-menu__root {
	display: none;
	position: absolute;
	top: 12px;
	left: 0;
	right: 0;
	z-index: 1001
}

.main-menu__root {
	display: block;
	position: static

}
.main-menu.is-active .main-menu__root {
	display: block
}
.main-menu.is-toggle>ul {
	display: block
}

.main-menu__item {
	width: auto;
	float: left

}

.main-menu.is-toggle .main-menu__root>.main-menu__item: first-child .main-menu__link {
	border-left: 1px solid #30383b

}
.main-menu__link {
	font-size: 1.125rem;
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 12px 24px;
	line-height: 1.5rem;
	position: relative
}

.main-menu__link {
	border-right: 1px solid #30383b;
	padding: 12px 18px

}
.main-menu__link:hover {
	background-color: #30383b;
	color: #8c969a
}
.main-menu__sub-link {
	width: 48px;
	text-align: center;
	height: 48px;
	line-height: 3rem;
	vertical-align: middle;
	float: right
}

.main-menu__sub-link {
	display: none

}
.main-menu__sub-link img {
	vertical-align: 0
}
.main-menu__sub-link+.main-menu__link {
	margin-right: 48px
}

.main-menu__sub-link+.main-menu__link {
	margin-right: 0

}
.main-menu__item:hover .main-menu__submenu {
	opacity: 1;
	visibility: visible;
	transition: all .3s ease-out;
	transform: translateX(-4px) translateY(0)
}
.main-menu__root>.main-menu__item:hover>.main-menu__link:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 48px 0;
	border-color: transparent transparent transparent transparent;
	position: absolute;
	top: 24px;
	left: 50%;
	margin-left: -100px
}
.main-menu__link img {
	vertical-align: -1px
}
.main-menu__submenu {
	position: absolute;
	width: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	top: 0;
	list-style: none;
	transform: translateX(100%) translateX(30px);
	background-color: #3d4549;
	min-height: 100vh;
	z-index: 1001
}

.main-menu__submenu {
	opacity: 0;
	top: auto;
	visibility: hidden;
	background-color: #fff;
	border: 1px solid #cacfd1;
	transform: none;
	min-height: auto;
	transform: translateX(-4px) translateY(8px);
	box-shadow: 0 1px 2px 0 rgba(202,207,209,.36);
	border-radius: 0 0 3px 3px;
	width: auto;
	left: auto;
	transition: all .3s ease-in

}
.main-menu__submenu.is-active {
	transform: translate(0)
}
.main-menu__submenu .main-menu__link {
	border: 0;
    color: #000;
    padding: 9px 18px;
    position: relative;
    min-width: 164px;
}

.main-menu__submenu .main-menu__link {
	color: #000;
	font-size: 1rem;
	padding-right: 12px
}
.main-menu__submenu .main-menu__item {
	float: none
}

.main-menu__submenu::after {
	content: "";
	position: absolute;
	top: -7px;
	left: 43px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 14.5px 8px 14.5px;
	border-color: transparent transparent #fff transparent
}

.main-menu__submenu .main-menu__item:nth-child(1) .main-menu__link:hover::before {
	content: "";
	position: absolute;
	top: -7px;
	left: 43px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 14.5px 8px 14.5px;
	border-color: transparent transparent #08bdbd transparent;
	z-index: 1001
}

.main-menu__submenu .main-menu__item:not(:last-child) .main-menu__link::after {
	content: "";
	border-bottom: 1px dotted #cacfd1;
	width: calc(100% - 36px);
	position: absolute;
	bottom: 0;
	left: 18px;
	right: 18px
}

.main-menu__submenu .main-menu__link--back {
	border-bottom: 1px solid #323a3d;
}
.main-menu__submenu .main-menu__link:hover {
	color: #fff;
	background-color: #08bdbd
}
.media__meta {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	line-height: 2.25rem;
	margin: 6px 0
}
.media__meta--start {
	-ms-flex-pack: start;
	justify-content: flex-start
}
.media__section:not(:first-child) {
	margin-top: 6px
}

.media__section: not(: first-child) {
	margin-top: 12px

}
.media__text {
	font-size: 1.125rem
}
.media__text br {
	line-height: 2.25rem
}
.media__cite {
	padding-left: 16px;
	margin: 12px 0;
	border-left: 2px solid #08bdbd;
	font-size: 1rem
}

.media__cite {
	margin-top: 0

}
.media__cite a:first-child {
	display: inline-block;
	margin-bottom: 8px
}
.media__cite p:before {
	content: '“'
}
.media__cite p:after {
	content: '”'
}
.media__evaluation {
	display: -ms-flexbox;
	display: flex
}
.media__evaluation .ico {
	margin: 0 8px
}
.media__evaluation a {
	color: currentColor
}
.media__links {
	display: -ms-flexbox;
	display: flex
}
.media__links>a:not(:last-child) {
	margin-right: 18px
}
.media--border {
	border: 1px solid #cacfd1;
	border-left: 0;
	border-right: 0;
	padding: 24px 15px 12px 15px;
	margin-left: -15px;
	margin-right: -15px
}

.media--border {
	border: 1px solid #cacfd1;
	margin-left: 0;
	margin-right: 0;
	border-radius: 4px;
	padding: 24px 24px 12px 24px

}
.media--post {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column
}

.media--post {
	-ms-flex-direction: row;
	flex-direction: row

}
.media--post .media__title {
	margin-bottom: 6px
}
.media--post .avatar {
	margin-right: 15px
}
.media--post .avatar {
	margin-right: 0

}
.media--post .avatar__ico {
	display: none
}
.media--post .avatar__ico {
	display: block

}

.media--post .media__header {
	display: none

}
.media--post .media__section:first-child {
	display: -ms-flexbox;
	display: flex
}
.media--post .media__section: first-child {
	width: 60px;
	margin-right: 18px
}

.media--post .media__section:not(:first-child) {
	margin-top: 12px
}
.media--post .media__section:first-child+.media__section {
	padding-left: 18px
}

.media--post .media__section: first-child+.media__section {
	padding-left: 0

}
.media--post .media__meta {
	-ms-flex-direction: column;
	flex-direction: column
}

.media--post .media__meta {
	-ms-flex-direction: row;
	flex-direction: row

}
.media--post-small .media__section: first-child {
	width: 36px;
	margin-right: 12px

}
.media--post-small .media__text {
	font-size: 1rem
}

.media--post-small .media__section: not(: first-child) {
	margin-top: 0;
	-ms-flex: 1;
	flex: 1

}
.media--post-small .media__meta {
	margin: 0
}
.media--left {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}
.media--left .media__title {
	line-height: 1.5rem
}
.media--left .media__section:first-child {
	margin-right: 12px
}
.media--left .media__section:last-child {
	margin: 0
}
.media--user {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.media--user .media__title {
	line-height: 1.5rem;
	font-size: 1.3125rem;
	font-weight: 400
}
.media--user .media__section:first-child {
	margin-right: 18px
}
.media--user .media__section:last-child {
	margin: 0
}
.modal {
	background-color: #fff;
	position: absolute;
	left: 0;
	top: 48px;
	right: 0;
	margin: auto;
	min-height: calc(100vh - 48px);
	opacity: 0;
	z-index: calc(100 + 1);
	visibility: hidden;
	transition: all .3s ease-in
}

.modal {
	border-radius: 4px;
	top: 204px;
	max-width: 920px;
	min-height: auto

}
.modal.is-active {
	visibility: visible;
	opacity: 1;
	transition: all .3s ease-out
}

.modal--540 {
	max-width: 540px
}
.modal--730 {
	max-width: 730px

}

.modal--1015 {
	max-width: 1015px

}
.modal__overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	opacity: 0;
	z-index: 100;
	visibility: hidden;
	transition: all .3s ease-in
}

.modal__overlay {
	background-color: rgba(0,0,0,.6)

}
.modal.is-active~.modal__overlay {
	opacity: 1;
	transition: all .3s ease-out;
	visibility: visible
}
.modal__content {
	padding: 15px
}

.modal__content {
	padding: 24px 48px 48px 48px

}
.modal__close {
	right: 18px;
	top: 18px;
	position: absolute
}

.modal--login {
	background-position: 100% 100%;
	background-image: url(../images/bg-modal-login.jpg);
	background-repeat: no-repeat

}
.modal--photo .modal__content {
	padding: 0
}

.modal--photo .photo-popup__side {
	max-height: calc(100vh - 132px);
	overflow: auto

}
.modal__spinner {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-position: 50% 50%;
	background-size: 128px;
	background-image: url(../images/cestolino-spinner.svg);
	background-repeat: no-repeat;
	z-index: calc(100 + 2);
	background-color: rgba(255,255,255,.8)
}
.modal__info {
	background: url(../images/ico-info.svg) no-repeat 0 7px;
	background-size: 36px 36px
}

.modal__info {
	padding-left: 54px

}
.nav-list {
	margin: 0;
	padding: 0;
	list-style: none
}
.nav-list__link {
	text-decoration: underline;
	padding: 3px 0 3px 24px;
	display: block;
	background: url(../images/ico-bracket-right.svg) no-repeat 4px 9px
}
.new-gallery__upload {
	background-color: rgba(202,207,209,.18);
	border-radius: 4px;
	padding: 12px 15px;
	margin-left: -15px;
	margin-right: -15px
}

.new-gallery__upload {
	padding: 12px;
	margin-left: 0;
	margin-right: 0

}
.new-gallery__upload__inner {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #cacfd1;
	border-radius: 4px;
	padding: 40px;
	box-shadow: inset 0 0 4px 0 rgba(140,150,154,.36)
}

.new-gallery__upload__inner {
	border: 2px dashed #cacfd1;
	-ms-flex-direction: row;
	flex-direction: row;
	padding: 84px;
	box-shadow: none

}
.new-gallery__upload__title {
	font-size: 2.0625rem;
	color: #8c969a;
	line-height: 2.625rem;
	margin-left: 18px
}
.new-gallery__upload--inside .new-gallery__upload__title {
	font-size: 1.5rem;
	line-height: 1.875rem
}

.new-gallery__form .form-check {
	padding-left: 6px
}

.new-gallery__form .form-group--inline {
	padding-left: 30px
}

.new-gallery__form .form-group--inline {
	padding-left: 36px

}
.new-gallery__form .form-actions {
	-ms-flex-direction: column;
	flex-direction: column
}

.new-gallery__form .form-actions {
	padding: 0 40px

}
.new-gallery__form .form-actions .btn {
	width: 100%;
	margin: 0
}
.new-gallery__item {
	position: relative;
	margin-left: -15px;
	margin-right: -15px
}
:not(:last-child)>.new-gallery__item {
	margin-bottom: 6px
}

.new-gallery__item {
	margin-bottom: 36px!important;
	margin-left: 0;
	margin-right: 0

}
.new-gallery__meta {
	font-size: .8125rem
}
.new-gallery__image {
	background-color: #3d4549;
	text-align: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	width: 100%;
	padding: 12px
}

.new-gallery__image {
	background-color: rgba(202,207,209,.18);
	margin-bottom: 6px;
	padding: 0;
	height: 120px

}
.new-gallery__item:hover .new-gallery__image::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	border: 3px solid #ef476f;
	z-index: 1
}
.new-gallery__image__rotate, .new-gallery__image__zoom {
	width: 30px;
	height: 30px;
	text-align: center;
	background-color: rgba(0,0,0,.6);
	position: absolute;
	bottom: 0;
	z-index: 2
}

.new-gallery__image__rotate, .new-gallery__image__zoom {
	display: none;
	bottom: 3px

}
.new-gallery__image__rotate {
	left: 0;
	border-radius: 0 6px 0 0
}

.new-gallery__image__rotate {
	left: 3px

}
.new-gallery__image__zoom {
	right: 0;
	border-radius: 6px 0 0 0
}

.new-gallery__image__zoom {
	right: 3px

}
.new-gallery__item:hover .new-gallery__image__rotate, .new-gallery__item:hover .new-gallery__image__zoom, .new-gallery__item:hover .new-gallery__item__remove {
	display: block
}
.new-gallery__item__remove {
	width: 30px;
	height: 30px;
	position: absolute;
	border-radius: 50%;
	z-index: 3;
	top: 12px;
	right: 12px;
	border: 1px solid #fff
}

.new-gallery__item__remove {
	display: none;
	border: 0;
	top: -6px;
	right: -6px;
	box-shadow: 0 0 0 3px rgba(0,0,0,.6);
	background-color: #000

}
.new-gallery__meta__item {
	position: relative;
	line-height: 2rem;
	min-height: 32px;
	border-bottom: 1px solid #cacfd1
}

.new-gallery__meta__item {
	border-bottom: 0

}
.new-gallery__meta__item .form-control {
	border-color: transparent;
	resize: none;
	overflow: hidden;
	height: 30px;
	max-height: 48px;
	height: 100%;
	padding-right: 12px;
	text-overflow: ellipsis
}
.new-gallery__meta__remove {
	position: absolute;
	right: 6px;
	top: 50%;
	z-index: 1;
	transform: translateY(-50%)
}

.new-gallery__meta__remove {
	right: 0

}
.new-gallery__meta__item>.ico .ico__icon {
	width: 14px
}
.pagination {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	margin: 24px 0
}
.pagination__index {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}
.pagination__index strong {
	font-size: 1.125rem;
	color: #000
}
.pagination__input {
	width: 60px;
	text-align: right
}
.pagination__next {
	margin-left: 24px
}
.pagination__prev {
	margin-right: 24px
}
.pagination__next, .pagination__prev {
	min-width: 60px
}

.pagination__next, .pagination__prev {
	max-width: 220px;
	width: 100%

}
.person {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}
.person__avatar {
	margin-right: 12px
}
.photo-popup {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column
}

.photo-popup {
	-ms-flex-direction: row;
	flex-direction: row

}
.photo-popup__photo {
	background-color: #000;
	border-radius: 4px 0 0 4px;
	position: relative
}

.photo-popup__photo {
	width: calc(100% - 350px);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center

}
.photo-popup__side {
	padding: 24px 15px 0 15px
}

.photo-popup__side {
	width: 350px;
	padding: 24px 24px 0 24px

}
.photo-popup__sep {
	margin-left: -15px;
	margin-right: -15px
}

.photo-popup__sep {
	margin-left: -24px;
	margin-right: -24px

}
.photo-popup__next, .photo-popup__prev {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	text-align: center;
	position: absolute;
	background-color: rgba(255,255,255,.84);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	top: 50%;
	transform: translateY(-50%)
}

.photo-popup__next, .photo-popup__prev {
	width: 72px;
	height: 72px

}
@media (max-width:992px) {
.photo-popup__next img, .photo-popup__prev img {
	width: 10px
}
}
.photo-popup__prev {
	left: 12px
}

.photo-popup__prev {
	left: 12px

}

.photo-popup__prev {
	left: -102px
}
.photo-popup__next {
	right: 12px
}

.photo-popup__next {
	right: 362px

}

.photo-popup__next {
	right: -102px

}
.photo-popup__footer {
	padding: 18px 15px 12px 15px;
	margin-left: -15px;
	margin-right: -15px;
	background: rgba(202,207,209,.12);
	border-radius: 0 0 4px 4px;
	border-top: 1px dotted #cacfd1
}

.photo-popup__footer {
	padding: 18px 24px 12px 24px;
	margin-left: -24px;
	margin-right: -24px

}
.photo-popup__footer-top {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.photo-popup__footer-top .form-actions {
	width: 100%;
	height: 0;
	transition: all .3s ease-in-out;
	visibility: hidden;
	opacity: 0;
	margin: 0
}
.photo-popup__footer-top .is-expandable:focus+.form-actions {
	height: auto;
	visibility: visible;
	opacity: 1;
	margin-top: 24px
}
.photo-popup__footer .avatar {
	margin-right: 6px
}
.photo-popup__footer .form-control {
	-ms-flex: 1;
	flex: 1
}
.photo__container {
	position: relative
}
.photo__box {
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	left: 18px;
	top: 18px;
	right: 18px;
	bottom: 18px;
	background-color: rgba(255,255,255,.9);
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: .8125rem;
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease-in;
	transform: scale(.8)
}
.photo__box div {
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 6px 0
}
.photo__box div>* {
	margin: 0 4px
}
.photo__link {
	display: block;
	margin: 6px 0
}
.photo:hover .photo__box {
	opacity: 1;
	transition: all .3s ease-out;
	visibility: visible;
	transform: scale(1)
}
.photo--small .photo__box {
	left: 9px;
	top: 9px;
	right: 9px;
	bottom: 9px
}
.place__box {
	border-top: 1px solid #cacfd1;
	margin-top: 12px
}

.place__box {
	border: 1px solid #cacfd1;
	border-radius: 4px

}
.place__item {
	padding: 12px 0
}

.place__item {
	padding: 24px

}
.place__item:not(:first-child) {
	border-top: 1px solid #cacfd1
}
.place-favorite tr:not(:first-child) {
	border-top: 12px solid transparent
}

.place-favorite td: nth-child(1) {
	width: 45%

}
.place-favorite td:nth-child(2), .place-favorite td:nth-child(3) {
	width: 60px
}
.place-favorite td:nth-child(4) {
	display: none
}

.place-favorite td: nth-child(4) {
	display: table-cell

}
.place-for tr {
	border-top: 12px solid transparent
}
.place-for td:nth-child(1) {
	width: 35px;
	text-align: center
}
.place-for td:nth-child(3), .place-for td:nth-child(4) {
	width: 45px;
	text-align: center
}
.place-for td a {
	display: inline-block
}
.place-when tr {
	border-top: 8px solid transparent
}
.place-when td:nth-child(1) {
	font-size: .8125rem;
	width: 60px;
	text-align: right;
	padding-right: 12px
}
.place-when td:nth-child(3), .place-when td:nth-child(4) {
	width: 45px;
	text-align: center
}
.place-when td a {
	display: inline-block
}
.place-temp {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column
}

.place-temp {
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-align: end;
	align-items: flex-end

}

.place-temp__graph p {
	margin-right: 96px

}

.place-temp__temps {
	margin-left: 24px

}
.place-map {
	margin: 0 -15px;
	padding: 0 15px;
	background-color: rgba(202,207,209,.12);
	border-radius: 4px;
	margin-top: 24px
}

.place-map {
	margin: 0;
	margin-top: 24px;
	padding: 0

}
.place-map__top {
	padding: 24px 0
}

.place-map__top {
	padding-left: 24px;
	padding-right: 24px

}
.place-map__footer {
	padding: 12px 0
}

.place-map__footer {
	padding-left: 24px;
	padding-right: 24px

}
.place-total-rating {
	font-size: 1.375rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 24px
}

.place-total-rating {
	margin-top: 0

}
.place-total-rating span {
	margin: 0 6px
}
.popover {
	position: absolute;
	border-radius: 4px;
	background-color: #fff;
	box-shadow: 0 1px 6px 0 rgba(1,1,1,.24), 0 1px 3px 0 rgba(1,1,1,.24);
	min-width: 382px;
	left: -15px;
	top: 65px;
	z-index: 10;
	opacity: 0;
	visibility: hidden;
	cursor: default;
	transition: all .3s ease-in;
	transform: translateY(12px);
	display: none
}

.popover {
	display: block

}
.popover:after, .popover:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 19.5px 11px 19.5px;
	border-color: transparent transparent #fff transparent;
	top: -11px;
	left: 27px;
	position: absolute
}
.popover:before {
	border-color: transparent transparent rgba(1,1,1,.24) transparent;
	opacity: .7;
	top: -12px;
	filter: blur(1px);
	z-index: -1
}
.popover__content {
	padding: 12px 12px 24px 12px
}
.popover__footer {
	padding: 12px 12px 18px 12px;
	background: rgba(202,207,209,.12);
	border-radius: 0 0 4px 4px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start
}
.popover__footer .avatar {
	margin-right: 6px
}
.popover__footer .form-control {
	-ms-flex: 1;
	flex: 1
}
.progress {
	background-color: #f9f9fa;
	border-radius: 4px;
	line-height: 2.25rem;
	height: 36px;
	position: relative
}
.progress.sm {
	height: 18px;
	line-height: 1.125rem;
	border-radius: 2px
}
.progress__text {
	margin: 0 18px;
	font-weight: 600
}
.progress__bar {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 0;
	transition: all .3s ease-in-out;
	border-radius: 4px;
	font-weight: 600;
	overflow: hidden
}
.progress.sm .progress__bar {
	border-radius: 2px
}
.progress__bar:after {
	content: attr(data-text);
	position: absolute;
	color: #fff;
	left: 18px;
	top: 0;
	bottom: 0;
	white-space: nowrap
}
@keyframes check {
from {
	transform: scale(0);
	fill: transparent
}
50% {
	transform: scale(1.8);
	filter: blur(10px)
}
to {
	transform: scale(1);
	fill: #08bdbd;
	filter: blur(0)
}
}
.registration-steps__info {
	background: url(../images/ico-check-3.svg) no-repeat 0 7px
}

.registration-steps__info {
	padding-left: 54px

}
.registration-steps__info h2 {
	margin-left: 50px
}

.registration-steps__info h2 {
	margin-left: 0
}
.registration-steps .btn {
	margin-left: 50px

}
.registration-steps__step {
	position: relative;
	padding-left: 50px;
	margin-bottom: 12px;
	display: none
}

.registration-steps__step {
	margin-right: 48px

}
.registration-steps__step:not(:first-child).is-active {
	margin-top: 24px
}
.registration-steps__step:not(:first-child).is-active:after {
	content: "";
	width: calc(100% - 50px);
	border-bottom: 1px dotted #cacfd1;
	position: absolute;
	left: 50px;
	top: -12px
}
.registration-steps__step.is-active, .registration-steps__step.is-done {
	display: block
}
.registration-steps__check {
	position: absolute;
	left: 0;
	top: 0
}
.registration-steps__label {
	line-height: 2.25rem;
	font-size: 1.125rem
}
.registration-steps__step.is-done .registration-steps__label {
	color: #08bdbd
}
.registration-steps__step .form-check {
	display: inline-block;
	margin-right: 20px
}
.registration-steps__control {
	margin-top: 12px;
	margin-left: -50px;
	display: none;
	position: relative
}

.registration-steps__control {
	margin-left: 0;
	margin-top: 0

}
.registration-steps__control--alt {
	margin-left: 0;
	margin-top: 0
}
.registration-steps__step.is-active .registration-steps__control {
	display: block
}
.registration-steps__step .check__question {
	opacity: 1;
	transform: scale(1);
	transition: all .3s cubic-bezier(.645,.045,.355,1);
	transform-origin: 50% 50%;
	filter: blur(2px)
}
.registration-steps__step .check__check {
	transition: all .3s cubic-bezier(.68,-.55,.265,1.55);
	transform: scale(0);
	transform-origin: 50% 50%
}
.registration-steps__step.is-done .check__question {
	opacity: 0;
	transform: scale(0)
}
.registration-steps__step.is-done .check__circle {
	stroke: #08bdbd
}
.registration-steps__step.is-done .check__check {
	animation: check .3s 150ms cubic-bezier(.645,.045,.355,1) forwards
}
.registration-steps__final-text {
	display: none;
	margin-bottom: 0
}

.registration-steps__final-text {
	margin-left: 50px

}
.registration-steps__step.is-done+.registration-steps__final-text {
	display: block
}
.scoring {
	display: -ms-flexbox;
	display: flex;
	height: 48px;
	-ms-flex-align: stretch;
	align-items: stretch;
	line-height: 2.875rem
}
.scoring__button {
	color: #8c969a;
	border: 1px solid #cacfd1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.scoring__button {
	-ms-flex-positive: 0;
	flex-grow: 0

}
.scoring__button .ico {
	-ms-flex-pack: center;
	justify-content: center
}
.scoring__button.is-active, .scoring__button:hover {
	color: #fff
}
.scoring__button.is-active .scoring__icon, .scoring__button:hover .scoring__icon {
	fill: #fff
}
.scoring__button--plus {
	padding: 0 12px 0 18px;
	border-radius: 24px 0 0 24px
}
.scoring__button--plus.is-active, .scoring__button--plus:hover {
	background-color: #08bdbd;
	border-color: #08bdbd
}
.scoring__button--minus {
	padding: 0 18px 0 12px;
	border-radius: 0 24px 24px 0
}
.scoring__button--minus.is-active, .scoring__button--minus:hover {
	background-color: #ef476f;
	border-color: #ef476f
}
.scoring__result {
	font-size: 1.5rem;
	font-weight: 700;
	border-top: 1px solid #cacfd1;
	border-bottom: 1px solid #cacfd1;
	text-align: center;
	padding: 0 18px
}

.scoring__result {
	padding: 0 8px

}
.scoring--positive .scoring__result {
	color: #08bdbd
}
.scoring--negative .scoring__result {
	color: #ef476f
}
.social-share {
	display: none
}

.social-share {
	height: 36px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin: 24px 0;
	color: #8c969a
}
.social-share--left {
	-ms-flex-pack: start;
	justify-content: flex-start

}
.social-share__item {
	margin-left: 12px
}
h1+.social-share {
	margin-top: -36px
}

.side .social-share {
	-ms-flex-pack: start;
	justify-content: flex-start

}
.tabs {
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #cacfd1;
	display: -ms-flexbox;
	display: flex
}
.tabs__link {
	display: block;
	padding: 18px 24px;
	font-size: 1.125rem;
	text-decoration: none;
	line-height: 1.5rem;
	text-align: center;
	border-radius: 6px 6px 0 0
}
.tabs__link.is-active, .tabs__link:hover {
	background: rgba(202,207,209,.6);
	box-shadow: inset 0 1px 2px 0 #cacfd1
}
.temp {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: end;
	align-items: flex-end;
	margin: 24px 0;
	-ms-flex-pack: center;
	justify-content: center
}
.temp__item:not(:last-child) {
	margin-right: 6px
}
.temp__bar {
	width: 18px;
	border-radius: 2px;
	position: relative;
	transition: all .3s ease-in-out
}
.temp__bar:before {
	content: attr(data-temp);
	font-size: .8125rem;
	color: #8c969a;
	text-align: center;
	top: -25px;
	left: 3px;
	right: 0;
	position: absolute
}
.temp__bar:after {
	content: attr(data-month);
	font-weight: 700;
	font-size: .8125rem;
	text-align: center;
	bottom: -25px;
	left: 3px;
	right: 0;
	position: absolute
}
.thread {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: baseline;
	align-items: baseline
}

.thread {
	padding-left: 12px;
	padding-right: 12px

}
.thread__header {
	margin-bottom: 24px
}

.thread__header {
	position: relative

}
.thread__header .btn {
	width: 100%;
	margin-top: 12px
}

.thread__header .btn {
	position: absolute;
	width: auto;
	right: 0;
	top: 0;
	margin: 0

}
.thread__topic {
	width: 100%
}

.thread__topic {
	width: 60%

}
.thread__pagination {
	width: 100%;
	font-size: .8125rem;
	margin-top: 12px;
	color: #8c969a
}
.thread__pagination a {
	margin: 0 3px
}
.thread__reactions {
	width: 60%;
	margin-top: 12px
}

.thread__reactions {
	width: 20%;
	margin-top: 0

}
.thread__latest {
	width: 40%;
	text-align: right;
	margin-top: 12px
}

.thread__latest {
	width: 20%;
	margin-top: 0;
	text-align: left

}
.thread__author {
	font-size: .8125rem
}

.thread__author {
	font-size: 1rem

}
.thread__latest a {
	display: none;
	font-size: .8125rem
}

.thread__latest a {
	display: block

}
.thread__latest time {
	font-size: .8125rem;
	color: #8c969a;
	display: block
}
.thread__category {
	background: #f9f9fa;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	height: 72px;
	margin: -13px -15px 12px -15px;
	padding: 0 15px
}

.thread__category {
	border-top: 1px solid #cacfd1;
	padding: 0 24px;
	margin-top: -25px;
	margin: -25px 0 12px 0

}
.thread__category a:not(.btn) {
	color: #ef476f
}
.thread__sub-categories {
	margin-top: -12px;
	padding: 0 24px
}
.well {
	padding: 12px 0;
	border-top: 1px solid #cacfd1;
	border-bottom: 1px solid #cacfd1
}

.well {
	padding: 24px;
	border-radius: 4px;
	border: 1px solid #cacfd1

}
.wysiwyg a {
	color: #ef476f
}
.wysiwyg figure {
	margin: 24px 0 0 0
}
.wysiwyg figure img {
	max-width: 100%
}
.wysiwyg figcaption {
	font-size: .75rem;
	color: #8c969a;
	line-height: 1.125rem;
	padding: 6px 0
}
.wysiwyg .image--left {
	margin-bottom: 12px
}

.wysiwyg .image--left {
	float: left;
	margin: 0 24px 0 0

}
.wysiwyg .image--right {
	margin-bottom: 12px
}

.wysiwyg .image--right {
	float: right;
	margin: 0 0 0 24px

}
.wysiwyg h2 {
	margin-top: 36px;
	margin-bottom: 24px
}
.wysiwyg h3 {
	margin-bottom: 12px;
	margin-top: 24px
}
.wysiwyg p {
	margin-top: 24px
}
.wysiwyg figure+p {
	margin-top: 0
}
.wysiwyg blockquote {
	margin: 24px 0 0 0;
	padding: 0;
	color: #08bdbd
}

.wysiwyg blockquote {
	margin-left: 50px

}
.wysiwyg blockquote p {
	font-size: 1.6875rem;
	font-weight: 300;
	line-height: 2.25rem;
	margin: 0
}

.wysiwyg blockquote p {
	font-size: 2.0625rem;
	line-height: 2.625rem

}
.wysiwyg blockquote p:before {
	content: '“'
}
.wysiwyg blockquote p:after {
	content: '”'
}
.wysiwyg ol, .wysiwyg ul {
	margin: 12px 0 0 0;
	padding: 0;
	list-style: none
}
.wysiwyg li {
	padding: 6px 0 6px 24px;
	position: relative
}
.wysiwyg ul li:before {
	content: "";
	background-color: #08bdbd;
	width: 10px;
	height: 2px;
	position: absolute;
	left: 0;
	top: 16px
}
.wysiwyg ol {
	counter-reset: counter
}
.wysiwyg ol li:before {
	content: counter(counter) ".";
	counter-increment: counter;
	position: absolute;
	left: 0;
	top: 4px;
	color: #08bdbd;
	font-size: 1.125rem;
	line-height: 1.5rem
}
.fluid {
	max-width: 100%
}
.over {
	display: block;
	text-decoration: none
}
.over:hover {
	color: currentColor
}
.block-center {
	display: block;
	margin: 0 auto
}
.is-hidden {
	display: none
}
.text-center {
	text-align: center
}
.text-right {
	text-align: right
}
.text-largest {
	font-size: 1.5rem;
	line-height: 1.875rem
}
.text-large {
	font-size: 1.125rem;
	line-height: 1.875rem
}
.text-small {
	font-size: .8125rem;
	color: #8c969a
}
.text-overflow {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block
}
.text-2-overflow {
	display: block;
	display: -webkit-box;
	line-height: 1.125rem;
	height: 36px;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis
}
.color--success {
	color: #08bdbd
}
.color--danger {
	color: #ef476f
}
.color--gray {
	color: #8c969a
}
.color--gray-dark {
	color: #3d4549
}
.float-right {
	float: right
}
.float-left {
	float: left
}
@media (max-width:576px) {
.is-hidden\@xs {
	display: none!important
}
.text-center\@xs {
	text-align: center
}
}

.is-hidden\@sm {
	display: none!important
}
.text-center\@sm {
	text-align: center
}
.is-hidden\@md {
	display: none!important
}
.text-center\@md {
	text-align: center
}
.is-hidden\@lg {
	display: none!important
}
.text-center\@lg {
	text-align: center
}
.is-hidden\@sm-up {
	display: none!important
}
.is-hidden\@md-up {
	display: none!important
}
.is-hidden\@md-down {
	display: none!important
}
.text-center\@sm-down {
	text-align: center
}

.mt0 {
	margin-top: 0!important
}
.mt0-5 {
	margin-top: 6px!important
}
.mt1 {
	margin-top: 12px!important
}
.mt1-5 {
	margin-top: 18px!important
}
.mt2 {
	margin-top: 24px!important
}
.mt3 {
	margin-top: 36px!important
}
.mt4 {
	margin-top: 48px!important
}
.mt5 {
	margin-top: 60px!important
}
.mt6 {
	margin-top: 72px!important
}
.mt7 {
	margin-top: 84px!important
}
.mt8 {
	margin-top: 96px!important
}
.mb0 {
	margin-bottom: 0!important
}
.mb0-5 {
	margin-bottom: 6px!important
}
.mb1 {
	margin-bottom: 12px!important
}
.mb1-5 {
	margin-bottom: 18px!important
}
.mb2 {
	margin-bottom: 24px!important
}
.mb3 {
	margin-bottom: 36px!important
}
.mb4 {
	margin-bottom: 48px!important
}
.mb5 {
	margin-bottom: 60px!important
}
.mb6 {
	margin-bottom: 72px!important
}
.mb7 {
	margin-bottom: 84px!important
}
.mb8 {
	margin-bottom: 96px!important
}

.mt0\@sm {
	margin-top: 0!important
}
.mt0-5\@sm {
	margin-top: 6px!important
}
.mt1\@sm {
	margin-top: 12px!important
}
.mt1-5\@sm {
	margin-top: 18px!important
}
.mt2\@sm {
	margin-top: 24px!important
}
.mt3\@sm {
	margin-top: 36px!important
}
.mt4\@sm {
	margin-top: 48px!important
}
.mt5\@sm {
	margin-top: 60px!important
}
.mt6\@sm {
	margin-top: 72px!important
}
.mt7\@sm {
	margin-top: 84px!important
}
.mt8\@sm {
	margin-top: 96px!important
}
.mb0\@sm {
	margin-bottom: 0!important
}
.mb0-5\@sm {
	margin-bottom: 6px!important
}
.mb1\@sm {
	margin-bottom: 12px!important
}
.mb1-5\@sm {
	margin-bottom: 18px!important
}
.mb2\@sm {
	margin-bottom: 24px!important
}
.mb3\@sm {
	margin-bottom: 36px!important
}
.mb4\@sm {
	margin-bottom: 48px!important
}
.mb5\@sm {
	margin-bottom: 60px!important
}
.mb6\@sm {
	margin-bottom: 72px!important
}
.mb7\@sm {
	margin-bottom: 84px!important
}
.mt8\@sm {
	margin-bottom: 96px!important
}


.mt0\@md {
	margin-top: 0!important
}
.mt0-5\@md {
	margin-top: 6px!important
}
.mt1\@md {
	margin-top: 12px!important
}
.mt1-5\@md {
	margin-top: 18px!important
}
.mt2\@md {
	margin-top: 24px!important
}
.mt3\@md {
	margin-top: 36px!important
}
.mt4\@md {
	margin-top: 48px!important
}
.mt5\@md {
	margin-top: 60px!important
}
.mt6\@md {
	margin-top: 72px!important
}
.mt7\@md {
	margin-top: 84px!important
}
.mt8\@md {
	margin-top: 96px!important
}
.mb0\@md {
	margin-bottom: 0!important
}
.mb0-5\@md {
	margin-bottom: 6px!important
}
.mb1\@md {
	margin-bottom: 12px!important
}
.mb1-5\@md {
	margin-bottom: 18px!important
}
.mb2\@md {
	margin-bottom: 24px!important
}
.mb3\@md {
	margin-bottom: 36px!important
}
.mb4\@md {
	margin-bottom: 48px!important
}
.mb5\@md {
	margin-bottom: 60px!important
}
.mb6\@md {
	margin-bottom: 72px!important
}
.mb7\@md {
	margin-bottom: 84px!important
}
.mb8\@md {
	margin-bottom: 96px!important

}

.mt0\@lg {
	margin-top: 0!important
}
.mt0-5\@lg {
	margin-top: 6px!important
}
.mt1\@lg {
	margin-top: 12px!important
}
.mt1-5\@lg {
	margin-top: 18px!important
}
.mt2\@lg {
	margin-top: 24px!important
}
.mt3\@lg {
	margin-top: 36px!important
}
.mt4\@lg {
	margin-top: 48px!important
}
.mt5\@lg {
	margin-top: 60px!important
}
.mt6\@lg {
	margin-top: 72px!important
}
.mt7\@lg {
	margin-top: 84px!important
}
.mt8\@lg {
	margin-top: 96px!important
}
.mb0\@lg {
	margin-bottom: 0!important
}
.mb0-5\@lg {
	margin-bottom: 6px!important
}
.mb1\@lg {
	margin-bottom: 12px!important
}
.mb1-5\@lg {
	margin-bottom: 18px!important
}
.mb2\@lg {
	margin-bottom: 24px!important
}
.mb3\@lg {
	margin-bottom: 36px!important
}
.mb4\@lg {
	margin-bottom: 48px!important
}
.mb5\@lg {
	margin-bottom: 60px!important
}
.mb6\@lg {
	margin-bottom: 72px!important
}
.mb7\@lg {
	margin-bottom: 84px!important
}
.mb8\@lg {
	margin-bottom: 96px!important

}
.f {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: distribute;
	justify-content: space-around
}
.horizontal {
	-ms-flex-direction: column;
	flex-direction: column
}
.flex {
	display: -ms-flexbox;
	display: flex;
	line-height: 2.25rem;
	-ms-flex-direction: column;
	flex-direction: column
}

.flex {
	-ms-flex-direction: row;
	flex-direction: row

}
.flex .flex {
	-ms-flex-direction: row;
	flex-direction: row
}
.flex--sb {
	-ms-flex-pack: justify;
	justify-content: space-between
}
.flex .ico {
	margin: 0 8px
}
body.landing-page {
	background: url(../images/bg-login.jpg) no-repeat;
	background-size: cover;
	background-attachment: fixed
}


.main-menu__submenu .main-menu__link--back {display:none;}/*
div#main div#center{margin-top:120px;}*/
div#main div#search { padding-top: 35px }
div#main div#box_hp { margin-top: 95px; }

.footer__bottom {
    text-align: center;
    width: 100%;
}
.footer__copyright {
    font-size: .8125rem;
    color: #8c969a;
    display: block;
    text-align: center;
    margin-top: 24px;
}

.footer h4 {
   font-size: 1.125rem;
   font-weight: 700;
   margin: 0;
display: block;
    color: #3d4549;
    padding:0;
}

.footer .mt1 {
    margin-top: 12px!important;
}

.footer .unstyled-list {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 1.5rem;
    padding-bottom: 6px;
}
.footer ul, menu, dir {
    display: block;
}
.footer li {
    display: list-item;
    font-size: 1rem;
    padding-top: 6px;
    padding-bottom: 6px;
}
.footer a:hover {
    text-decoration: none;
    color: #ef476f;
}
.footer a:active, a:hover {
    outline: 0;
}
.footer a {
    text-decoration: none;
    color: #000;
}
.footer a {
    background-color: transparent;
}

.nfoo-o{float:left;width:493px;padding-left:5px;}
.nfoo-o2{float:left;width:249px;}
.nfoo-o3{float:left;width:249px;}

.nfoo-co{float:left;width:246px;}
.nfoo-co2{float:left;width:246px;}

blockquote p {
    color: #1892b5;
    font-size: 1.4em;
}

blockquote p:before {
    content: "“";
}

blockquote p:after {
    content: "”";
}

body { background: url('../img/bg2.gif') repeat-x 0 0 #3887B4; margin: 0; padding: 0; font-family: Arial, Calibri; font-size: 13px; color: #233e51 }
img { border: 0 }
ul { margin: 0; padding: 0 }
form,fieldset { border: 0; margin: 0; padding: 0 }
h1 { margin: 10px 22px 0 22px; color: #1892b5; font-size: 25px }
h1#hotel { margin: 10px 22px; color: #ff7510; font-size: 20px }
h1.orange { margin: 10px 22px; color: #ff7510; font-size: 20px }
h2 { margin: 10px 22px; color: #ff7510; font-size: 20px }
h2 span { color: #233e51; font-size: 13px; font-weight: normal }
h3 { font-size: 16px; margin: 0 }
h1.zajezdy { margin: 0 0 5px 15px; color: #1892b5; font-size: 20px }

a {
	text-decoration: underline;
}

.header a {
	text-decoration: none;
}
.header a:hover {
	text-decoration: none;
	color: #1DBDBD
}
.header a.link {
	text-decoration: underline
}
.header a.link:hover {
	text-decoration: none
}

.clear { clear: both }
.hidden { display: none }
.lastLi { border: 0 !important }
.underline { text-decoration: underline }
.bold { font-weight: bold }
div.space { height: 20px }
div.space10 { height: 10px }
.grey { background: #ebf3f5 }
.vanilla { background: #F7F9DA }
.no_padd { padding: 0 !important}
.fl{float:left;}

div#obal { /*background: url('../img/bgb.gif') repeat-x 0 bottom;padding-bottom:18px;*/}

div#main { width: 996px; margin: 0 auto;}
div#main img#logo { float: left; margin: 4px 10px 0 10px }
div#main ul#top_menu { float: left; list-style: none; font-size: 14px; font-weight: bold;text-align:center; }
div#main ul#top_menu li { float: left; border-right: 1px solid #c7d0d6; height: 25px; line-height: 21px; padding: 13px 7px 13px 7px;}
div#main ul#top_menu li.topm{padding-top:7px;}
div#main ul#top_menu li a { color: #233e51; text-decoration: none}
div#main ul#top_menu li a:hover { text-decoration: underline }
div#main ul#top_menu li.zvyrazneny a { color: #FF5344;}
div#main a.top_link { background: url('https://static.cestolino.cz/direct/img/arrow_orange.png') no-repeat; display: block; padding-left: 25px; float: left; color: #233e51; margin: 5px 0 0 5px; height: 20px }
div#main a.top_link:hover { background-position: 0 -20px }

div#main a.top_link_p {  padding-left: 25px; float: left; color: #233e51; margin: 5px 0 0 13px; }
div#main a.top_link_p:hover {  }
div#main a.top_link_po {  padding-left: 25px; float: left; color: #233e51; margin: 5px 0 0 13px;}

div#main ul#top_menu ul.sub-menu{margin:0;padding:0;float: left;list-style: none;font-size:13px;font-weight:normal;}
div#main ul#top_menu ul.sub-menu li{margin:0 5px 0 0;padding:0;float: left;border:none;}
div#main ul#top_menu ul.sub-menu li.posledni{margin:0;}

div#main div#search { float: left; position: relative; }
div#main div#search div#search_top { background: url('https://static.cestolino.cz/direct/img/search_top.png'); width: 564px; height: 49px; font-family: Calibri; font-size: 27px; font-weight: bold; padding: 20px 0 0 100px; margin-left: 12px; position: relative }
div#main div#search div#form div#shell { background: url('https://static.cestolino.cz/direct/img/shell.png'); width: 183px; height: 130px; position: absolute; top: -91px; right: -35px; z-index: 2 }
div#main div#search div#form { background: url('https://static.cestolino.cz/direct/img/search.png'); width: 623px; padding: 10px 15px 10px 38px; position: relative; color: #0d709e;}
div#main div#search div#form form { z-index: 1; position: relative }
div#main div#search div#form div#search_gradient { background: url('https://static.cestolino.cz/direct/img/search_gradient.png'); width: 645px; height: 189px; position: absolute; left: 16px; bottom: 0; z-index: 0 }

div#main div#search div#form form #search_left { background: url('https://static.cestolino.cz/direct/img/search_shadow.png') no-repeat 100% 0; float: left; width: 274px; min-height: 299px; padding-right: 39px;}
div#main div#search div#form form div.form_title { color: #ff7510; font-size: 16px; line-height: 25px; margin-bottom: 10px;font-weight: bold }

div#main div#search div#form form #search_left .select_191px select { background: url('https://static.cestolino.cz/direct/img/sel_inp_191px.png'); border: 0; width: 191px; height: 31px; padding: 7px; cursor: pointer; margin: 6px 0 }
div#main div#search div#form form #search_left input.input_191px { background: url('https://static.cestolino.cz/direct/img/sel_inp_191px.png'); border: 0; width: 177px; height: 17px; padding: 7px; float: right; margin: 6px 0 }
div#main div#search div#form form #search_left input#lastminute { margin-top: 30px}

div#main div#search div#form form #search_top_f{padding:0 0 15px 0;}
div#main div#search div#form form #search_top_f .select_165px select { background: url('https://static.cestolino.cz/direct/img/sel_inp_165px.png'); border: 0; width: 165px; height: 27px; padding: 5px;cursor: pointer; margin: 0 0;}
div#main div#search div#form form #search_top_f .input_165px input { background: url('https://static.cestolino.cz/direct/img/sel_inp_165px.png'); border: 0; width: 155px; height: 17px; padding: 5px; margin: 5px 0 }
div#main div#search div#form form #search_top_f a.pridat { background: url('https://static.cestolino.cz/direct/img/form-pridat.png'); width: 19px; height: 19px; display: block; float: left; margin: 5px 0 0 10px; }
div#main div#search div#form form #search_top_f a.odebrat { background: url('https://static.cestolino.cz/direct/img/form-odebrat.png'); width: 19px; height: 19px; display: block; float: left; margin: 5px 0 0 10px;}
div#main div#search div#form form #search_top_f p{float:left;padding:0;margin:0;}
div#main div#search div#form form .zfln-zeme{width:305px;float:left}
div#main div#search div#form form .zfln-zeme div{float:left}
div#main div#search div#form form .zfln-lokalita{width:300px;margin:0 0 0 315px;}
div#main div#search div#form form .zfln-podlokalita{width:300px;margin:15px 0 0 315px;clear:both;}
div#main div#search div#form form #search_top_f div#dots { border-top: 1px dotted #9eb0bc; border-bottom: 1px dotted #9eb0bc; margin-right: 26px; margin-top: 20px; padding: 5px 0; line-height: 35px; float: left; }
div#main div#search div#form form label.ztlabel {float:left;margin:0;padding:5px 0 0 0;width:65px;font-weight:bold;}

div#main div#search div#form form #search_right1 input#search_submit { background: url('https://static.cestolino.cz/direct/img/search_submit.png'); width: 210px; height: 48px; border: 0; color: #fff; font-weight: bold; cursor: pointer; margin: -70px 20px 0 20px; float: right; }


div#main div#search div#form form .zfln-l{width:280px;}
div#main div#search div#form form .zfln-r{width:250px;}
div#main div#search div#form form #search_right {width: 275px;margin:0 0 0 340px;}
div#main div#search div#form form label.zlabel {float:left;margin:0;padding:0;width:80px;}

div#main div#search div#form form .zfcheckbox{padding:5px 5px 0 30px;float:left;}
div#main div#search div#form form label.zflabel{width:200px;}

div#main div#search div#form form label.from_to { margin-top: 5px;float:left;width:20px;}
div#main div#search div#form form #search_right .input_66px input { background: url('https://static.cestolino.cz/direct/img/input_66px.png'); border: 0; width: 56px; height: 17px; padding: 5px; float: left; margin: 0 4px 0 12px;font-size:11px;}
div#main div#search div#form form #search_right span.calendar { background: url('https://static.cestolino.cz/direct/img/calendar.png'); width: 14px; height: 15px; display: block; float: left; margin: 5px 20px 20px 0;cursor: pointer; }
div#main div#search div#form form #search_right div#dots { border-top: 1px dotted #9eb0bc; border-bottom: 1px dotted #9eb0bc; margin-right: 26px; padding: 5px 0; line-height: 35px }
div#main div#search div#form form #search_right div#dots .select_165px select { background: url('https://static.cestolino.cz/direct/img/sel_inp_165px.png'); border: 0; width: 165px; height: 27px; padding: 5px;cursor: pointer; margin: 5px 0 }
div#main div#search div#form form #search_right div#dots .input_165px input { background: url('https://static.cestolino.cz/direct/img/sel_inp_165px.png'); border: 0; width: 155px; height: 17px; padding: 5px; margin: 5px 0 }
div#main div#search div#form form #search_right input#search_submit { background: url('https://static.cestolino.cz/direct/img/search_submit.png'); width: 210px; height: 48px; border: 0; color: #fff; font-weight: bold; cursor: pointer; margin: 20px 20px 0 20px }
div#main div#search div#form form #search_right input#search_submit:hover { background-position: 0 48px }

div#main div#search div#search_bottom { background: url('https://static.cestolino.cz/direct/img/search_bottom.png'); width: 676px; height: 26px }

div#main div#small_box { float: right; margin-top: 97px }
div#main div#small_box div#small_box_left { background: url('https://static.cestolino.cz/direct/img/box_left.png'); width: 6px; height: 81px; float: left }
div#main div#small_box div#small_box_content { background: url('https://static.cestolino.cz/direct/img/box.gif') repeat-x; height: 81px; float: left; font-size: 16px; text-align: center; font-weight: bold; padding: 15px 5px }
div#main div#small_box div#small_box_content span { color: #ff7510; font-size: 27px }
div#main div#small_box div#small_box_right { background: url('https://static.cestolino.cz/direct/img/box_right.png'); width: 6px; height: 81px; float: left }

div#main div#box_hp { float: right;}
div#main div#box_hp div#box_hp_content { background: url('https://static.cestolino.cz/direct/img/box_p.png') no-repeat; height:220px;width:220px; float: left; font-size: 16px; text-align: center; font-weight: bold; padding: 15px 5px; line-height:30px;}
div#main div#box_hp div#box_hp_content div.nadpis { font-size: 17px;}
div#main div#box_hp div#box_hp_content a {color:#233E51;text-decoration:none;}
div#main div#box_hp div#box_hp_content span { color: #ff7510; font-size: 26px }
div#main div#box_hp div#box_hp_content a span { color: #ff7510;}

div#main div#content_top { background: url('https://static.cestolino.cz/direct/img/content_top.png'); width: 996px; height: 8px; position: relative }
div#main div#content_top div#women { background: url('https://static.cestolino.cz/direct/img/women.png'); width: 321px; height: 208px; position: absolute; top: -208px; right: 8px }
div#main div#content { background: #fff; width: 996px; padding: 5px 0; position: relative; min-height: 50px }
div#main div#content form#sort { position: absolute; top: 38px; right: 28px; font-size: 11px; font-weight: bold; vertical-align: middle }
div#main div#content form#sort select#sort_select { background: url('https://static.cestolino.cz/direct/img/sel_inp_165px.png'); vertical-align: middle; border: 0; width: 165px; height: 27px; padding: 5px; cursor: pointer; margin: 5px 0; color: #617380; font-size: 11px; margin: 0 10px }
div#main div#content form#sort input#sort_submit { background: url('https://static.cestolino.cz/direct/img/sort_submit.png'); vertical-align: middle; width: 67px; height: 27px; border: 0; color: #fff; font-weight: bold; cursor: pointer; font-size: 11px }
div#main div#content form#sort input#sort_submit:hover { background-position: 0 27px  }

div#main div#content div#sort { position: absolute; top: 38px; right: 28px; font-size: 11px; font-weight: bold; vertical-align: middle }
div#main div#content div#sort select#sort_select { background: url('https://static.cestolino.cz/direct/img/sel_inp_165px.png'); vertical-align: middle; border: 0; width: 165px; height: 27px; padding: 5px; cursor: pointer; margin: 5px 0; color: #617380; font-size: 11px; margin: 0 10px }

div#main div#content div.box { border-top: 1px solid #c7d0d6; padding: 15px 22px }
div#main div#content div.box div.box1 { float: left; width: 207px }

div#main div#content div.box div.box1 a { text-decoration: none; font-weight: bold; font-size: 16px }
div#main div#content div.box div.box1 a:hover { text-decoration: underline }
div#main div#content div.box div.box1 a.date { color: #233e51 }
div#main div#content div.box div.box1 div.tour_info { float: left; width: 115px; margin-top:4px; margin-left:5px; font-size: 11px; line-height: 22px }
div#main div#content div.box div.box1 div.tour_info a.tour_operator { color: #ff7510 }
div#main div#content div.box div.box1 div.tour_info span { background: url('https://static.cestolino.cz/direct/img/transport_1_ico.png') no-repeat; padding-left: 25px; }
div#main div#content div.box div.box1 div.last_minute { background: url('https://static.cestolino.cz/direct/img/last_minute.png') no-repeat center top; float: right; color: #4f8a16; font-size: 16px; font-weight: bold; padding-top: 16px; margin-top: 30px }
div#main div#content div.box div.box2 { float: left; width: 445px; margin: 0 25px }
div#main div#content div.box div.box2 a.link1 { color: #233e51 }
div#main div#content div.box div.box2 a.link2 { background: url('https://static.cestolino.cz/direct/img/link.png') no-repeat 0 4px; color: #1892b5; padding-left: 15px; margin-left: 10px }
div#main div#content div.box div.box2 div.hotel { margin-top: 20px }
div#main div#content div.box div.box2 div.hotel a { color: #1892b5; font-size: 16px; font-weight: bold; text-decoration: none; float: left;padding-right:5px;}
div#main div#content div.box div.box2 div.hotel:hover a { text-decoration: underline }
div#main div#content div.box div.box2 div.hotel a.star { background: url('https://static.cestolino.cz/direct/img/star.png'); width: 9px; height: 9px; display: block; float: left }
div#main div#content div.box div.box2 div.hotel a.star_half { background: url('https://static.cestolino.cz/direct/img/star_half.png'); width: 9px; height: 9px; display: block; float: left }
div#main div#content div.box div.box2 div.hotel .star { background: url('https://static.cestolino.cz/direct/img/star.png'); width: 9px; height: 9px; display: block; float: left }
div#main div#content div.box div.box2 div.hotel .star_half { background: url('https://static.cestolino.cz/direct/img/star_half.png'); width: 9px; height: 9px; display: block; float: left }
div#main div#content div.box div.box2 a.price { float: right; font-size: 25px; color: #ff7510; font-weight: bold; text-decoration: none; margin-top: -5px }
div#main div#content div.box div.box2 a.price:hover { color: #233e51 }
div#main div#content div.box div.box2 a.price-s { float: right; font-size: 18px; color: #ff7510; font-weight: bold; text-decoration: none;}
div#main div#content div.box div.box2 a.price-s:hover { color: #233e51 }
div#main div#content div.box div.box2 div.bubble { float: left; position: relative; margin-top: 15px }
div#main div#content div.box div.box2 div.bubble div.bubble_left { background: url('https://static.cestolino.cz/direct/img/bubble_left.png'); width: 6px; height: 33px; float: left }
div#main div#content div.box div.box2 div.bubble div.bubble_center { background: url('https://static.cestolino.cz/direct/img/bubble.gif'); float: left; padding: 0 3px }
div#main div#content div.box div.box2 div.bubble a { background: url('https://static.cestolino.cz/direct/img/bubble_top.png') no-repeat center top; display: inline; float: left; height: 33px; font-size: 11px; font-weight: bold; color: #233e51; line-height: 30px; margin-top: -8px; padding-top: 8px }
div#main div#content div.box div.box2 div.bubble div.bubble_right { background: url('https://static.cestolino.cz/direct/img/bubble_right.png'); width: 6px; height: 33px; float: left }
div#main div#content div.box div.box2 a.box_button { background: url('https://static.cestolino.cz/direct/img/box_button.png'); display: block; float: right; width: 126px; height: 36px; color: #fff; text-decoration: none; text-align: center; font-weight: bold; font-size: 14px; line-height: 36px; margin-top: 12px }
div#main div#content div.box div.box2 a.box_button:hover { background-position: 0 36px }
div#main div#content div.box div.box2 a.box_button_d { background: url('https://static.cestolino.cz/direct/img/box_button.png'); display: block; float: left; width: 126px; height: 36px; color: #fff; text-decoration: none; text-align: center; font-weight: bold; font-size: 14px; line-height: 36px; margin-top: 12px }
div#main div#content div.box div.box2 a.box_button_d:hover { background-position: 0 36px }
div#main div#content div.box div.box3 { float: left; width: 250px;padding:37px 0 0 0; }
div#main div#content div.box div.box3 span.diagram_info { font-weight: bold; font-size: 12px; vertical-align: middle;float:left;padding-right:10px; }
div#main div#content div.box div.box3 img.diagram { margin: -10px 3px 0 3px; vertical-align: middle }
div#main div#content div.box div.box3 div.perc { background: url('https://static.cestolino.cz/direct/img/perc.png') no-repeat; width: 38px; line-height: 36px; text-align: center; font-weight: bold; color: #fff; float:left; margin-top: -12px;padding-right:15px; }
div#main div#content div.box div.box3 div.review { border-top: 1px dotted #9eb0bc; margin-top: 3px; padding: 13px 0 }
div#main div#content div.box div.box3 div.review a.travel { float: left; color: #1892b5; font-size: 16px; font-weight: bold }
div#main div#content div.box div.box3 div.review a.travel:hover { color: #ff7510 }
div#main div#content div.box div.box3 div.review div.perc_blue { background: url('https://static.cestolino.cz/direct/img/perc_blue.png'); width: 45px; line-height: 25px; text-align: center; font-weight: bold; color: #fff; float: right; margin: 0 15px }
div#main div#content div.box div.box3 div.review div.review_info { float: right; font-size: 10px; width: 100px }
div#main div#content div.box div.box3 div.review div.review_info a{color:#233E51;}
div#main div#content div.box div.box3 div.review div.review_info a:hover{color:#ff7510;}
div#main div#content div.box div.box3 div.review a.show { float: right; color: #ff7510; font-size: 11px; font-weight: bold; margin: 5px 0 0 19px }
div#main div#content div.box div.box3 div.review a.show:hover { color: #1892b5 }
div#main div#content div.box div.box3 a.more { background: url('https://static.cestolino.cz/direct/img/more.png') no-repeat 0 3px; padding-left: 13px; color: #1892b5; font-weight: bold; font-size: 11px;float:right;margin:5px 30px 0 0;}
div#main div#content div.box div.box3 a.more:hover { color: #ff7510 }
div#main div#content div.box div.box3 a.price {  float:left;width:180px;height: 36px;font-size: 25px; color: #ff7510; font-weight: bold; text-decoration: none;margin-top:30px;}
div#main div#content div.box div.box3 a.price:hover { color: #233e51 }
div#main div#content div.box div.box3 a.box_button { float:left;background: url('https://static.cestolino.cz/direct/img/box_button.png'); display: block;  width: 126px; height: 36px; color: #fff; text-decoration: none; text-align: center; font-weight: bold; font-size: 14px; line-height: 36px;margin-top:30px; }
div#main div#content div.box div.box3 a.box_button:hover { background-position: 0 36px }

div#main div#content ul#paging { list-style: none; float: right; margin: 30px 33px 0 0 }
div#main div#content .spaging ul#paging {float: none;  margin-left: 15px}
div#main div#content ul#paging li { float: left }
div#main div#content ul#paging li a, div#main div#content ul#paging li span { display: block; color: #fff; font-weight: bold; text-decoration: none; width: 36px; height: 38px; text-align: center; line-height: 38px; font-size: 15px; margin-left: 4px }
div#main div#content ul#paging li a.page { background: url('https://static.cestolino.cz/direct/img/page.png') }
div#main div#content ul#paging li span.page { color: #3686b2; }
div#main div#content ul#paging li a.active { background-position: 0 38px }
div#main div#content ul#paging li a.page:hover { background-position: 0 38px }
div#main div#content ul#paging li a.prev_next { width: 10px; height: 16px; margin: 11px 10px 0 14px }
div#main div#content ul#paging li a.next { background: url('https://static.cestolino.cz/direct/img/next.png') }
div#main div#content ul#paging li a.prev { background: url('https://static.cestolino.cz/direct/img/prev.png') }

div#main div#content_bottom { background: url('https://static.cestolino.cz/direct/img/content_bottom.png'); width: 996px; height: 8px }

div#main div#footer { background: url('https://static.cestolino.cz/direct/img/footer.png'); width: 944px; height: 69px; margin: 18px 0 0 0; padding: 5px 26px 20px 26px }
div#main div#footer div#copyright { float: left; width: 248px; color: #163245; margin-top: 35px }
div#main div#footer div#copyright a { font-weight: bold; color: #1892b5 }
div#main div#footer div.footer_column { width: 116px; float: right;margin:0 0 0 20px;}
div#main div#footer div.footer_column ul { list-style: none }
div#main div#footer div.footer_column li {}
div#main div#footer div.footer_column li.footer_ul_title { font-weight: bold; color: #233e51; text-decoration: none; font-size: 12px;padding:0 0 2px 0;}
div#main div#footer div.footer_column ul li a { color: #1892b5; font-size: 11px;margin:0 0 0 10px;}
div#main div#footer div.footer_column ul li a.footer_ul_title { font-weight: bold; color: #233e51; text-decoration: none; font-size: 13px }
div#main div#footer div.footer_column ul li.footer_ul_title a { font-weight: bold; color: #233e51; text-decoration: none; font-size: 13px;padding:0 0 2px 0;}

div#main div#footer div.footer_column-w { width: 250px; float: right;margin:0 0 0 20px;}
div#main div#footer div.footer_column-w ul { list-style: none }
div#main div#footer div.footer_column-w li {}
div#main div#footer div.footer_column-w li.footer_ul_title { font-weight: bold; color: #233e51; text-decoration: none; font-size: 12px;padding:0 0 2px 0;}
div#main div#footer div.footer_column-w ul li a { color: #1892b5; font-size: 11px;margin:0 0 0 10px;}
div#main div#footer div.footer_column-w ul li a.footer_ul_title { font-weight: bold; color: #233e51; text-decoration: none; font-size: 13px }
div#main div#footer div.footer_column-w ul li.footer_ul_title a { font-weight: bold; color: #233e51; text-decoration: none; font-size: 13px;padding:0 0 2px 0;}


div#main div#center { background: url('https://static.cestolino.cz/direct/img/cloud.png') no-repeat center top; padding: 16px 0 23px 0;}
div#main div#center.pb5 {padding-bottom:5px;}
div#main div#center div#bar { margin: 0 0 11px 0 }
div#main div#center div#bar div#bar_left { background: url('https://static.cestolino.cz/direct/img/bar_left.png'); float: left; width: 5px; height: 36px }
div#main div#center div#bar div#bar_content { background: url('https://static.cestolino.cz/direct/img/bar.png'); float: left; height: 36px; padding: 0 6px 0 16px; line-height: 30px }
div#main div#center div#bar div#bar_content a { margin-right: 10px }
div#main div#center div#bar div#bar_content a.link1 { color: #1f495d; font-weight: bold }
div#main div#center div#bar div#bar_content a.link2 { background: url('https://static.cestolino.cz/direct/img/more.png') no-repeat 0 3px; padding-left: 16px; color: #1f495d }
div#main div#center div#bar div#bar_content a.link3 { background: url('https://static.cestolino.cz/direct/img/more.png') no-repeat 0 3px; padding-left: 16px; color: #1892b5 }
div#main div#center div#bar div#bar_content span.link3 { background: url('https://static.cestolino.cz/direct/img/more.png') no-repeat 0 3px; padding-left: 16px; color: #1892b5;}
div#main div#center div#bar div#bar_right { background: url('https://static.cestolino.cz/direct/img/bar_right.png'); float: left; width: 5px; height: 36px }

div#main div#center div#image { background: url('https://static.cestolino.cz/direct/img/image.png'); float: left; width: 300px; height: 208px; padding: 23px 20px 0 20px;text-align:center; }
div#main div#center div#hotel { width: 434px; float: left; margin: 15px 0 0 20px }
div#main div#center div#hotel span#hotel_title { font-size: 22px; color: #1f495d; font-weight: bold; font-style: italic; float: left; margin: 0 5px 5px 0 }
div#main div#center div#hotel h1#hotel_title { font-size: 22px; color: #1f495d; font-weight: bold; font-style: italic; float: left; margin: 0 5px 5px 0 }
div#main div#center div#hotel div.star { background: url('https://static.cestolino.cz/direct/img/star.png'); width: 9px; height: 9px; float: left; margin-left: 1px }
div#main div#center div#hotel div.star_half { background: url('https://static.cestolino.cz/direct/img/star_half.png'); width: 9px; height: 9px; float: left; margin-left: 1px }
div#main div#center div#hotel a { color: #1892b5 }
div#main div#center div#hotel div.dotted { border-bottom: 1px dotted; float: left; padding-bottom: 10px; margin: 0 15px 10px 0 }
div#main div#center div#hotel div.perc { background: url('https://static.cestolino.cz/direct/img/perc.png'); width: 38px; line-height: 36px; text-align: center; font-weight: bold; color: #fff; float: left; margin-top: -12px }
div#main div#center div#hotel span#hotel_title2 { color: #1892b5; font-size: 20px; font-weight: bold; line-height: 35px }
div#main div#center div#hotel span#hotel_title3 { color: #1892b5; font-size: 18px; font-weight: bold; line-height: 35px }
div#main div#center div#hotel span#date { margin: 0 10px }
div#main div#center div#hotel span#hotel_price { color: #ff7510; font-weight: bold; font-size: 16px }
div#main div#center div#hotel span#graf_maly {  width: 84px; height: 30px; border: 2px #b5d5e5 solid; margin-left: 15px; margin-top: -10px; float: left; padding: 0; background-color: #fff }
div#main div#center div#hotel a.orange_a { color: #ff7510; font-weight: bold; line-height: 22px }
div#main div#center div#hotel div#free { background: url('https://static.cestolino.cz/direct/img/free_ico.png') no-repeat; padding-left: 30px; color: #4f8a16; font-weight: bold; float: left; line-height: 24px; margin-right: 15px }
div#main div#center div#hotel div.transport_1 { background: url('https://static.cestolino.cz/direct/img/transport_1_ico.png') no-repeat 0 4px; padding-left: 23px; margin-right: 15px; float: left; line-height: 24px }
div#main div#center div#hotel div.transport_1 span { color: #1892b5; font-weight: bold }
div#main div#center div#hotel div#food { background: url('https://static.cestolino.cz/direct/img/food_ico.png') no-repeat 0 4px; padding-left: 26px; float: left; line-height: 24px; margin-right: 15px }
div#main div#center div#checkbox_buttons { float: right; width: 187px; z-index: 2; position: relative }
div#main div#center div#checkbox_buttons a { background: url('https://static.cestolino.cz/direct/img/checkbox_button.png'); width: 180px; height: 24px; display: block; padding: 20px 19px 20px 0; color: #1f495d; font-weight: bold;text-decoration: none; margin: -3px 0;cursor: pointer; }
div#main div#center div#checkbox_buttons .checkbox_buttn{background: url('https://static.cestolino.cz/direct/img/checkbox.png') no-repeat left 2px;padding:3px 0 0 20px;margin: 0 25px;}
div#main div#center div#checkbox_buttons .checkbox_buttn_check{background: url('https://static.cestolino.cz/direct/img/checkbox_check.png') no-repeat left 2px;padding:3px 0 0 20px;margin: 0 25px;}
div#main div#center div#checkbox_buttons div.b-popis { margin: 0 25px 4px 25px; font-size: 11px }
div#main div#center div#checkbox_buttons div.b-popis .mateto {color:#458B00;padding:3px 0 0 0;}

div#main div#center ul#blue_menu { list-style: none; height: 53px; margin: 6px 0 0 5px }
div#main div#center ul#blue_menu li { background: url('https://static.cestolino.cz/direct/img/blue_menu_li.png'); float: left; height: 47px; line-height: 47px; margin-right: 1px; position: relative }
div#main div#center ul#blue_menu li.active { background-position: 0 47px }
div#main div#center ul#blue_menu li a { display: inline; float: left; font-size: 16px; font-weight: bold; color: #fff; text-decoration: none; padding: 0 15px }
div#main div#center ul#blue_menu li a:hover { color: #1f495d }
div#main div#center ul#blue_menu li.active a { background: url('https://static.cestolino.cz/direct/img/blue_menu_hover_a.png') no-repeat center 44px; color: #1f495d; height: 53px }
div#main div#center ul#blue_menu li#blue_menu_left span { background: url('https://static.cestolino.cz/direct/img/blue_menu_left.png'); width: 5px; height: 47px; display: block; position: absolute; top: 0; left: -5px }
div#main div#center ul#blue_menu li#blue_menu_left.active span { background-position: 0 47px }
div#main div#center ul#blue_menu li#blue_menu_right span { background: url('https://static.cestolino.cz/direct/img/blue_menu_right.png'); width: 8px; height: 47px; display: block; position: absolute; top: 0; right: -8px }
div#main div#center ul#blue_menu li#blue_menu_right.active span { background-position: 0 47px }
div#main div#center ul#blue_menu li#blue_menu_one span { background: url('https://static.cestolino.cz/direct/img/blue_menu_right.png'); width: 8px; height: 47px; display: block; position: absolute; top: 0; right: -7px }
div#main div#center ul#blue_menu li#blue_menu_one.active span { background-position: 0 47px }
div#main div#center ul#blue_menu li a div{float:left;}
div#main div#center ul#blue_menu .phodnoceni{ font-size: 14px; font-weight:normal;padding:0 0 0 5px;}

div#main div#content_top div#women_small { background: url('https://static.cestolino.cz/direct/img/women_small.png'); width: 210px; height: 136px; position: absolute; top: -136px; right: 8px; z-index: 1 }

div#main div#content div#content_left { float: left; margin-left: 24px; width: 500px; text-align: justify}
div#main div#content div#content_left p { margin: 0 }
div#main div#content div#content_left div.shadow { background: url('https://static.cestolino.cz/direct/img/shadow.gif'); width: 458px; height: 18px; margin-top: 10px }
div#main div#content div#content_left ul { list-style: none; width: 282px; margin-bottom: 10px }
div#main div#content div#content_left ul li { background: url('https://static.cestolino.cz/direct/img/more.png') no-repeat 0 11px; padding-left: 15px; line-height: 29px }
div#main div#content div#content_left ul li span { border-bottom: 1px solid #c7d0d6; display: block }

div#main div#content div#content_right { float: right; margin-right: 24px; width: 418px; text-align: justify}
div#main div#content div#content_right ul { list-style: none; border-top: 1px solid #c7d0d6; margin: 10px 0 }
div#main div#content div#content_right ul li { color: #1892b5; font-weight: bold; border-bottom: 1px solid #c7d0d6; line-height: 35px; padding: 0 10px }

div#main div#content form#date_form { font-size: 11px; font-weight: bold; padding: 0 20px }
div#main div#content form#date_form input#lastMinute { vertical-align: middle }
div#main div#content form#date_form label { color: #0d709e; font-size: 13px; vertical-align: middle; margin-right: 45px }
div#main div#content form#date_form select#select_119px { background: url('https://static.cestolino.cz/direct/img/select_119px.png'); border: 0; width: 119px; height: 27px; font-size: 11px; color: #617380; padding: 5px; margin: 0 10px }
div#main div#content form#date_form input.input_74px { background: url('https://static.cestolino.cz/direct/img/input_74px.png') no-repeat; border: 0; width: 64px; font-size: 11px; padding: 7px 5px; color: #617380; margin: 0 }
div#main div#content form#date_form select#select_142px { background: url('https://static.cestolino.cz/direct/img/select_142px.png'); border: 0; width: 142px; height: 27px; font-size: 11px; color: #617380; padding: 5px; margin: 0 10px; vertical-align: middle }
div#main div#content form#date_form input#order_submit { background: url('https://static.cestolino.cz/direct/img/sort_submit.png'); vertical-align: middle; width: 67px; height: 27px; border: 0; color: #fff; font-weight: bold; cursor: pointer; font-size: 11px }
div#main div#content form#date_form input#order_submit:hover { background-position: 0 27px }
div#main div#content form#date_form span#order_by { margin-left: 20px; vertical-align: middle }
div#main div#content form#date_form span#odkazTerminDo { background: url('https://static.cestolino.cz/direct/img/calendar.png') no-repeat; padding: 2px 0 6px 30px; cursor: pointer; }
div#main div#content form#date_form span#odkazTerminOd { background: url('https://static.cestolino.cz/direct/img/calendar.png') no-repeat; padding: 2px 0 6px 20px; cursor: pointer; }

div#main div#content div#grey_row { border-top: 1px solid #c7d0d6; border-bottom: 1px solid #c7d0d6; font-size: 16px; font-weight: bold; text-align: center; line-height: 42px; padding-left: 111px; margin-top: 20px }
div#main div#content div.agent { float: left; width: 250px }
div#main div#content div.days { float: left; width: 73px }
div#main div#content div.transport { float: left; width: 125px }
div#main div#content div.food { float: left; width: 106px }
div#main div#content div.price { float: left; width: 173px }
div#main div#content div.white_row { text-align: center; line-height: 49px; font-size: 18px; color: #1892b5; font-weight: bold }

div#main div#content div.label { background: url('https://static.cestolino.cz/direct/img/label2.png') no-repeat; width: 109px; float: left; text-align: center; color: #fff; height: 66px; padding-top: 11px;margin-left:2px;}
div#main div#content div.label span { font-size: 15px; font-weight: bold }
div#main div#content div.table { text-align: center; float: left; border-top: 1px solid #c7d0d6 }
div#main div#content div.table div.table_box { border-bottom: 1px solid #c7d0d6; padding: 14px 0 4px 0;}
div#main div#content div.table div.table_box:hover{background: #F7F9DA;}

div#main div#content div.table div.table_box div.agent {text-align:left;margin-top: -5px}
div#main div#content div.table div.table_box div.agent span.arrow { color: #1892b5;padding-left:10px;}
div#main div#content div.table div.table_box div.agent span.arrow a { background: url('https://static.cestolino.cz/direct/img/link.png') no-repeat 0 3px; padding-left: 10px; text-decoration: underline; color:#1892b5;font-weight:normal;font-size:13px;}
div#main div#content div.table div.table_box div.agent span.arrow a:hover{color:#1F495D;}
div#main div#content div.table div.table_box div.agent a { font-size: 14px; font-weight: bold; color: #ff7510; text-decoration: none; line-height:25px;}

div#main div#content div.table div.table_box div.agent div.ihotel {color:#1F495D;font-size:12px;text-align:left;padding:0 0 0 20px;}
div#main div#content div.table div.table_box div.agent div.ihotel a{color: #ff7510;font-size:14px;font-weight:bold;}
div#main div#content div.table div.table_box div.agent div.ihotel a:hover{color:#1F495D;}
div#main div#content div.table div.table_box div.agent div.ipartner {text-align:center;}
div#main div#content div.table div.table_box div.transport { text-align: center; line-height: 23px; margin-top: -4px }
div#main div#content div.table div.table_box div.transport span.transport_1 { background: url('https://static.cestolino.cz/direct/img/transport_1_ico.png') no-repeat; padding-left: 25px }
div#main div#content div.table div.table_box div.food { }
div#main div#content div.table div.table_box div.price { margin: -6px 0 }
div#main div#content div.table div.table_box div.price a { color: #ff7510; font-size: 25px; font-weight: bold; ; text-align: right; padding-right: 20px; width: 153px; text-decoration: none }
div#main div#content div.table div.table_box div.price a:hover{color:#1892b5;}
div#main div#content div.table div.table_box div.price a.puvodni { color: #666666; font-size: 16px; font-weight:normal; ; text-align: center; width: 153px; text-decoration:line-through}
div#main div#content div.table div.table_box div.price a.puvodni:hover{color:#1892b5;}
div#main div#content div.table div.table_box div.price span { background: url('https://static.cestolino.cz/direct/img/last_minute.png') no-repeat; padding: 0 0 3px 20px; color: #4f8a16; font-size: 13px; line-height: 20px }
div#main div#content div.table div.table_box div.tvice{font-size:11px;padding:0 0 0 200px;text-align:left;}
div#main div#content div.table div.table_box div.tvice a{color:#1892B5;}
div#main div#content div.table div.table_box div.tvice a:hover{color:#FF7510;}
div#main div#content div.table div.table_box div.tvice a.mene{color:#FF0000;}
div#main div#content div.table div.table_box div.tvice a.mene:hover{color:#FF7510;}
div#main div#content div.button { float: left; width: 158px}
div#main div#content div.button a { background: url('https://static.cestolino.cz/direct/img/box_button.png'); display: block; width: 126px; height: 36px; color: #fff; text-decoration: none; text-align: center; font-weight: bold; font-size: 14px; line-height: 36px; margin-left: 16px }
div#main div#content div.button a:hover { background-position: 0 36px }
div#main div#content div.button-o { float: left; width: 158px}
div#main div#content div.button-d a { background: url('https://static.cestolino.cz/direct/img/box_button.png'); display: block; width: 126px; height: 36px; color: #fff; text-decoration: none; text-align: center; font-weight: bold; font-size: 14px; line-height: 36px; margin-left: 16px }
div#main div#content div.button-d a:hover { background-position: 0 36px }
div#main div#content div.ipartner {text-align:center;font-size: 12px;color:#1F495D;padding-top:2px;}
div#main div#content div.ipartner a {color:#1F495D;text-decoration: underline;}
div#main div#content div.table div.table_box div.transport span.transport_3 { background: url('https://static.cestolino.cz/direct/img/transport_2_ico.png') no-repeat 0 3px; padding-left: 29px }
div#main div#content div.table div.table_box div.transport span.transport_2 { background: url('https://static.cestolino.cz/direct/img/transport_2_ico.png') no-repeat 0 3px; padding-left: 30px }
div#main div#content div.table div.zalozkaOdsazeni { height: 12px}

div#main div#content div.shadow_big { background: url('https://static.cestolino.cz/direct/img/shadow_big.gif') no-repeat 0 bottom; width: 996px; height: 78px; text-align: center; line-height: 62px }
div#main div#content div.dealer { float: left; width: 166px; text-align: left; padding-left: 30px !important }
div#main div#content div.dealer a { color: #1892b5; font-weight: bold }

div#main div#content div.number { float: left; width: 190px }
div#main div#content div.last { float: left; width: 211px }
div#main div#content div.rating { float: left; width: 183px }
div#main div#content div.rating div.perc_blue { background: url('https://static.cestolino.cz/direct/img/perc_blue.png'); width: 45px; line-height: 25px; text-align: center; font-weight: bold; color: #fff; margin: 19px auto }
div#main div#content div.shadow_big div.button { padding: 12px 0 0 20px; width: 196px }
div#main div#content div#graf { margin: 20px 28px }

.uzivatele{}
.uzivatele ul{margin:0;padding:0;}
.uzivatele li{margin:0 0 0 50px;padding:5px 0 0 0;}
.uzivatele a {color: #1892b5;}
.uzivatele a:hover { color: #ff7510 }
.uzivatele p{padding:0 0 0 30px;}
.uzivatele-form{padding:15px 0 30px 25px;}
.uzivatele-form a {color: #1892b5;}
.uzivatele-form a:hover { color: #ff7510 }
.uzivatele-form h2{margin:0;}
.uzivatele-form-l{width:450px;float:left;border-right: 1px solid #C7D0D6;}
.uzivatele-form-p{margin:0 0 0 480px;}
.fchyba{margin:5px 30px 5px 0; padding:10px;border: 1px solid #FF0000;background-color:#FEEEEE;color:#333333;}
.fchyba ul{margin:0;padding:5px 0 0 0;}
.fchyba li{margin:0 0 0 30px;padding:5px 0 0 0;}
.fchyba a {color: #1892b5;}
.fchyba a:hover { color: #ff7510 }
.uform{}
.uform .ufln{width:380px;}
.uform .uflabel{float:left;width:120px;text-align:right;margin:12px 10px 0 0;color:#0D709E;font-weight:bold;}
.uform .ufinput{}
.uform .ufinput input{background: url('https://static.cestolino.cz/direct/img/sel_inp_191px.png'); border: 0; width: 177px; height: 17px; padding: 7px; margin: 6px 0}
.uform .ufsubmit{padding:0 0 0 130px;}
.uform .ufsubmit input{ background: url('https://static.cestolino.cz/direct/img/box_button.png'); width: 126px; height: 36px; border: 0; color: #fff; font-weight: bold; cursor: pointer; margin-top: 12px }
.uform .ufsubmit input:hover { background-position: 0 36px }
.uform .ufcheckbox input{float:left;margin:5px 10px 5px 130px;}
.uform .uflabel-s{color:#233E51;}
.uform .uflabel-s a {color: #1892b5;}
.uform .uflabel-s a:hover { color: #ff7510 }
.binfo{margin:5px 30px 5px 20px; padding:15px;border: 1px solid #FFD800;background-color:#FAFFBD;color:#333333;}
.binfo a {color: #1892b5;}
.binfo a:hover { color: #ff7510 }
.bok{margin:5px 30px 5px 20px; padding:15px;border: 1px solid #3DA35A;background-color:#EAF7DB;color:#333333;}
.bok h2 {padding:10px 0 0 0;margin:0;font-size:15px;}
.bok a {color: #1892b5;}
.bok a:hover { color: #ff7510 }
.bok ul{margin:0;padding:0;}
.bok li{margin:0 0 0 30px;padding:5px 0 0 0;}

.informace{}
.informace-l{width:170px;float:left;border-right: 1px solid #C7D0D6;}
.informace-p{margin:0 0 0 190px;}
.menu-in{}
.menu-in h2{padding:0 0 0 10px;color:#233E51;font-size:17px;}
.menu-in ul{margin:0;padding:5px 0 0 20px;list-style-type:circle;color:#1892b5;}
.menu-in li{margin:0 0 0 15px;padding:5px 0 0 0;font-size:13px;font-weight:bold;}
.menu-in li.odsubmenu{margin:0 0 0 15px;padding:5px 0 0 0;font-size:13px;font-weight:bold;list-style-type:none;}
.menu-in a {color:#1892b5;}
.menu-in a.aktivni {color:#ff7510;}
.menu-in a:hover { color: #ff7510 }
.menu-in ul.submenu{margin:0;padding:0 0 0 0px;list-style-type:circle;color:#1892b5;}
.menu-in ul.submenu li{margin:0 0 0 15px;padding:0 0 5px 0;font-size:12px;font-weight:bold;}
.menu-in ul.submenu a {color:#1892b5;}
.menu-in ul.submenu a.aktivni {color:#ff7510;}
.menu-in ul.submenu a:hover { color: #ff7510 }

.menu-in ul.podmenu{margin:5px 0 0 15px;padding:0 0 0 0px;list-style-type:none;color:#1892b5;}
.menu-in ul.podmenu li{margin:0 0 0 15px;padding:0 0 5px 0;font-size:12px;font-weight:bold;}
.menu-in ul.podmenu a {color:#233E51;}
.menu-in ul.podmenu a.aktivni {color:#ff7510;}
.menu-in ul.podmenu a:hover { color: #ff7510 }

.menu-in ul.podmenu-lokality{margin:5px 0 0 5px;padding:0 0 0 0px;list-style-type:circle;color:#1892b5;}
.menu-in ul.podmenu-lokality li{margin:0 0 0 15px;padding:0 0 5px 0;font-size:13px;font-weight:bold;}
.menu-in ul.podmenu-lokality a {color:#1892b5;}
.menu-in ul.podmenu-lokality a.aktivni {color:#ff7510;}
.menu-in ul.podmenu-lokality a:hover { color: #ff7510 }

.menu-in ul.podmenu-clanek{margin:0 0 0 10px;padding:0 0 0 0px;list-style-type:none;color:#1892b5;}
.menu-in ul.podmenu-clanek li{margin:0 0 0 15px;padding:0 0 5px 0;font-size:12px;font-weight:bold;}
.menu-in ul.podmenu-clanek a {color:#233E51;}
.menu-in ul.podmenu-clanek a.aktivni {color:#ff7510;}
.menu-in ul.podmenu-clanek a:hover { color: #ff7510 }


.menu-uzivatel{}
.menu-uzivatel h2{margin:0 0 0 20px;color:#233E51;font-size:18px;}
.menu-uzivatel ul{margin:0;padding:5px 0 0 25px;list-style-type:circle;color:#1892b5;}
.menu-uzivatel li{margin:0 0 0 15px;padding:5px 0 0 0;font-size:13px;font-weight:bold;}
.menu-uzivatel li.odsubmenu{margin:0 0 0 15px;padding:5px 0 0 0;font-size:13px;font-weight:bold;list-style-type:none;}
.menu-uzivatel a {color:#1892b5;}
.menu-uzivatel a.aktivni {color:#ff7510;}
.menu-uzivatel a:hover { color: #ff7510 }
.menu-uzivatel ul.submenu{margin:0;padding:0 0 0 0px;list-style-type:circle;color:#1892b5;}
.menu-uzivatel ul.submenu li{margin:0 0 0 15px;padding:0 0 5px 0;font-size:12px;font-weight:bold;}
.menu-uzivatel ul.submenu a {text-decoration:none;font-size:11px;color:#233E51;}
.menu-uzivatel ul.submenu a.aktivni {color:#ff7510;text-decoration:none;}
.menu-uzivatel ul.submenu a:hover { color: #ff7510;text-decoration:none;}
.menu-uzivatel ul.submenu a span{color:#1892b5;text-decoration:underline;font-size:12px;}
.menu-uzivatel ul.submenu a.aktivni span{color:#ff7510;text-decoration:none;}
.menu-uzivatel ul.submenu a:hover span{text-decoration:none;font-size:12px;}
.menu-uzivatel ul.submenu a:hover span{ color: #ff7510;text-decoration:none;}

.informace .kontakt{margin:0 0 30px 35px;}
.informace .kontakt a{color:#1892B5;}
.informace .kontakt a:hover{color:#FF7510;}
.informace .kontakt-o{}
.informace .kontakt-o a{color:#1892B5;}
.informace .kontakt-o a:hover{color:#FF7510;}
.informace .kontakt-l{float:left;width:400px;margin:0 0 30px 35px;font-size:15px;}
.informace .kontakt-p{margin:0 50px 0 450px;text-align:right;}

.partneri{}
.partneri-l{width:170px;float:left;border-right: 1px solid #C7D0D6;}
.partneri-p{margin:0 0 0 190px;}
.partneri p{padding-left:35px;}
.partneri .partneri-tl {}
.partneri .partneri-tl-p {padding:0 0 15px 0;float:right;}
.pt20{padding-top:20px;}
.partneri table{padding:5px 0 5px 35px;}
.partneri h2.maly{padding:25px 0 0 35px;margin:0;font-size:15px;color:#ff7510;}
.partneri .o-upravit{text-align:right;padding:0 45px 5px 0;font-weight:bold;}
.partneri .o-upravit a{color: #1892B5; text-decoration: none; border-bottom: 1px solid;}
.partneri .o-upravit a:hover{color:#FF7510;}
.partneri .polozka{padding:5px 0 0 45px;font-size:15px;}
.partneri .polozka span{width:150px;text-align:right;float:left;padding:1px 10px 0 0;color:#0D709E;font-weight:bold;font-size:13px;}
.pb30{padding-bottom:30px;}
.partneri .editovat{background: url('https://static.cestolino.cz/direct/img/editovat.png') no-repeat 0 2px;padding:0 15px 0 20px;display:block;float:left;text-decoration:underline;}
.partneri .editovat-r{background: url('https://static.cestolino.cz/direct/img/editovat.png') no-repeat 0 2px;padding:0 15px 0 20px;display:block;float:right;text-decoration:underline;}
.partneri .aktivovat{background: url('https://static.cestolino.cz/direct/img/aktivovat.png') no-repeat 0 2px;padding:0 5px 0 15px;display:block;float:left;text-decoration:underline;}
.partneri .deaktivovat{background: url('https://static.cestolino.cz/direct/img/deaktivovat.png') no-repeat 0 3px;padding:0 5px 0 15px;display:block;float:left;text-decoration:underline;}
.partneri .napoveda{padding:0 20px 0 20px;}
.partneri .napoveda h1{margin-left:0;}
.partneri .napoveda p{padding:5px 0 0 5px;}
.partneri .partneri-uvod{}
.partneri .partneri-uvod a{color: #1892B5; text-decoration:underline;}
.partneri .partneri-uvod a:hover{color:#FF7510;text-decoration:none;}
.partneri .partneri-uvod p{font-size:16px;}
.partneri table.partneri-tab{padding:0;margin:10px 0 20px 35px;border-collapse:separate;border-spacing:0;color:#333333;border: 1px solid #fff; border-width:0 0 1px 1px;border-color:#C7D0D6;font-size:15px;width:900px;}
.partneri table.partneri-tab td{padding:7px;text-align: left; vertical-align: top;white-space: nowrap;border: 1px solid #fff; border-width: 1px 1px 0 0;border-color:#C7D0D6;}
.partneri table.partneri-tab tr.odd td{background: #EBF3F5;}
.partneri table.partneri-tab td.nazvy {width:330px;}
.partneri table.partneri-tab td.hodnoty {width:340px;text-align:center;}
.partneri table.partneri-tab tr:hover td {background:#CEE6ED;}
.partneri table.partneri-tab span.green {color:#3DA35A;}
.partneri table.partneri-tab div.ok{background: url('https://static.cestolino.cz/direct/img/aktivovat.png') no-repeat 0 2px;display:block;width:15px;height:15px;margin-left:170px;}
.partneri .partneri-tl-r{margin:0 0 0 20px;}
.partneri .partneri-uvod .partneri-uvod-dalsi{margin:40px 0 0 35px;}
.partneri .partneri-uvod .partneri-uvod-dalsi p{font-size:14px;padding:0 0 0 5px;}
.partneri .partneri-uvod .partneri-uvod-dalsi .kontakt p{margin:5px 0 15px 0;padding:0 0 0 5px;}

.pform a{color:#1892B5;text-decoration:underline;}
.pform a:hover{color:#FF7510;text-decoration:none;}
.pform h2{padding:5px 0 10px 0;margin:0;font-size:15px;color:#ff7510;clear:both;}
.pform h2.pt25{padding-top:25px;}
.pform .pfln{width:770px;clear:both;}
.pform .pflabel{float:left;width:160px;text-align:right;margin:10px 10px 0 0;color:#0D709E;font-weight:bold;}
.pform .pfinput{}
.pform .pfinput input{width:250px; padding: 5px; margin: 6px 10px 6px 0;float:left;}
.pform .pfinputm{}
.pform .pfinputm input{width:100px; padding: 5px; margin: 6px 10px 6px 0;float:left;}
.pform .pfselect-100{}
.pform .pfselect-100 select{float:left;margin:6px 0 6px 0;width:100px;}
.pform .pfselect-50{}
.pform .pfselect-50 select{float:left;margin:6px 0 6px 0;width:50px;}
.pform .pfselect-80 select{float:left;margin:6px 0 6px 0;width:80px;}
.pform .pfpopis{padding:5px 0 0 0;font-size:11px;}
.pform .pflnch{width:750px;clear:both;padding:10px 0 0 0;}
.pform .pfcheckbox input{7ft;margin:3px 10px 5px 170px;}
.pform .pflabel-s{color:#233E51;}
.pform .pfsubmit{padding:10px 0 0 170px;}
.pform .pfsubmit input{ background: url('https://static.cestolino.cz/direct/img/box_button.png'); width: 126px; height: 36px; border: 0; color: #fff; font-weight: bold; cursor: pointer; margin-top: 12px }
.pform .pfsubmit input:hover { background-position: 0 36px }
.pform .fpovinne{padding:15px 0 0 170px;color:#666666;}
.pform .pfdnd{float:left;width:250px}
.pform .pfdnm{float:left;width:100px}
.pform .pftextarea350 textarea{width:350px; padding: 5px; margin: 6px 10px 6px 0;}

.pform label.p-fh-label {float:left;width:160px;text-align:right;margin:10px 10px 0 0;color:#0D709E;font-weight:bold;}
.pform .p-radio-btn{padding:10px 0 0 0;margin:0 0 0 170px;}
.pform .p-lh-in-ch{padding:0 0 4px 0;}

table.tabulka-p{border-collapse:separate;border-spacing:0;margin: 0 0 5px 0;color:#333333;}
table.tabulka-p th{font-weight:bold;line-height:normal;text-align:left;border-bottom:4px solid #216D99;color:#233E51;padding:0 20px 0 5px;}
table.tabulka-p td{padding:5px 5px 5px 5px;text-align: left; vertical-align: top;white-space: nowrap;border: 1px solid #fff; border-width: 1px 0;}
table.tabulka-p tr.odd td{border-color:#C7D0D6; background: #EBF3F5;}
table.tabulka-p tr:hover td {background:#CEE6ED;}
table.tabulka-p a{color: #1892B5; text-decoration: none; border-bottom: 1px solid;}
table.tabulka-p a:visited{color:#1892B5;}
table.tabulka-p a:hover{color:#FF7510;}
.t-info{color:#1892B5;}
.t-aktivni{color:#4F8A16;}
.t-neaktivni{color:#FF0000;}



div.calendar
{
  font-size: smaller;
  color: #000;
  z-index:100;
}

div.calendar.popup
{
   margin:30px 0 0 0;
}

div.calendar table
{
  background-color: #F1F8FA;
  border: 1px solid #aaa;
  border-collapse: collapse;
}

div.calendar thead {
  background-color: white;
}

div.calendar td,
div.calendar th
{
  padding: 3px;
  text-align: center;
}

div.calendar td.title
{
  font-weight: bold;
}

div.calendar th
{
  background: #D5EBF2;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  font-weight: bold;
  color: #333333;
}

div.calendar tr.days td {
  width: 2em;
  color: #333333;
  text-align: center;
  cursor: pointer;
}

div.calendar tr.days td:hover,
div.calendar td.button:hover
{
  background-color: #34ABFA;
  cursor: pointer;
}

div.calendar tr.days td:active
div.calendar td.button:active
{
  background-color: #cde;
}

div.calendar tr.days td.selected
{
  font-weight: bold;
  background-color: #fff;
  color: #1892B5;
}

div.calendar tr.days td.today
{
  font-weight: bold;
  color: #D50000;
}

div.calendar tr.days td.otherDay
{
  color: #999999;
}

.h-popis p{padding:0 0 5px 0;}
.h-popis h3{padding:5px 0 3px 0;font-size:14px;}
.h-popis-info p {padding:0 0 5px 24px;text-align:center;font-size:11px;color:#666666;}
.h-popis-banner{padding:15px 0 5px 0;}
.hotel-galerie .hg-o {padding:0 0 15px 0;text-align:center;}
.hotel-galerie .hg-l {float:left;width:460px;}
.hotel-galerie .hg-r {margin:0 0 0 480px;}

.hotel-popis {padding:15px 22px 15px 22px;text-align:justify;}

.hotel-galerie {padding:15px 22px 15px 22px;text-align:center;}
.hotel-galerie .gal-foto{float:left;width:150px;text-align:center;padding:0 4px 10px 0;height:93px;}
.hotel-galerie .gal-foto a{color:#233E51;text-decoration:none;}
.hotel-galerie .gal-foto a:hover{color:#233E51;text-decoration:underline;}
.hotel-galerie .gal-foto-nazev{font-size:12px;padding:3px 0 0 0;}

.hgm{text-align:center;}
.hgm img{padding:0 0 10px 0;}
.hgm .hgm-odkaz{text-align:left;padding-left:50px;}
.hgm .hgm-odkaz a { background: url('https://static.cestolino.cz/direct/img/link.png') no-repeat 0 3px; padding-left: 10px; text-decoration: underline; color: #1892b5;font-weight:normal;font-size:13px;}
div#main div#center div#hotel div.h-kr-popis {border-bottom: 1px dotted; padding-bottom: 10px; margin: 5px 15px 0 0;text-align:justify;}
.info-text{}
.info-text p{padding:2px 20px 5px 40px;text-align:justify;margin:0;}
.info-text p.pravy{text-align:right;}
.info-text a {color:#1892B5;}
.info-text a:hover { color: #ff7510 }
.info-text ul{padding:5px 0 5px 70px;}
.info-text li{padding:0 0 5px 0;}
.info-text table.infotab{padding:0;margin:10px 0 20px 35px;border-collapse:separate;border-spacing:0;color:#333333;border: 1px solid #fff; border-width:0 0 1px 1px;border-color:#C7D0D6;font-size:15px;}
.info-text table.infotab tr th{background: #EBF3F5;padding:7px;text-align:center;border: 1px solid #fff; border-width: 1px 1px 0 0;border-color:#C7D0D6;}
.info-text table.infotab td{padding:7px;text-align: left; vertical-align: top;white-space: nowrap;border: 1px solid #fff; border-width: 1px 1px 0 0;border-color:#C7D0D6;}
.info-text table.infotab tr.odd td{background: #EBF3F5;}
.info-text table.infotab td.nazvy {width:330px;}
.info-text table.infotab td.hodnoty {width:340px;text-align:center;}
.info-text table.infotab tr:hover td {background:#CEE6ED;}
.info-text table.infotab span.green {color:#3DA35A;}
.info-text table.infotab span.red {color:red;}
.info-text table.infotab div.ok{background: url('https://static.cestolino.cz/direct/img/aktivovat.png') no-repeat 0 2px;display:block;width:15px;height:15px;margin-left:170px;}

#overlay{position: absolute;top:0;left:0;z-index:80;width:100%;height:500px;background-color:#31372E;opacity:0.8;filter: alpha(opacity=80);zoom: 1;}
#ovbox {text-align: left;border:10px solid #66A8CB;border-radius: 10px 10px 10px 10px;background-color:#FFFFFF;}
#ovbox .header {height:5px;}
#ovbox .body {background-color:#FFFFFF;padding:0;}
#ovbox .footer {height:5px;}
#ovbox h3.ov-title{color:#1892B5;font-size:16px;font-weight:bold;padding:10px 10px 10px 10px;float:left;}
#ovbox span.close {float:right;display:block;cursor:pointer;position:relative;top:0;left:0;margin:0 5px 0 0;}
#ovbox .ov-content{clear:both;padding:0 15px 20px 15px;}

.b-loader-o {position:absolute;text-align:center;z-index:99;background-color:#EAF4F7;opacity:0.4;filter: alpha(opacity=40);zoom: 1;border:1px solid #E1F0F4;border-radius: 5px 5px 5px 5px;margin:0;}
.b-loader {padding:16px 0 0 0;margin:0;}

.u-za-o {padding:15px 0 0 0;clear:both;min-height:200px}
.u-za-l {float:left;width:220px;}
.u-za-r {margin:0 0 0 230px;}
.u-za-r input.ucal{border: 3px solid #FF7510; width: 108px; height: 20px; padding: 7px;border-radius: 2px 2px 2px 2px;font-size:17px;font-weight:bold;margin:0 0 20px 15px;}
.u-za-o .u-za-n{font-size:16px;font-weight:bold;color:#233E51;}
.u-za-o .u-za-bo {width: 158px}
.u-za-o .u-za-b a { background: url('https://static.cestolino.cz/direct/img/box_button.png'); display: block; width: 126px; height: 36px; color: #fff; text-decoration: none; text-align: center; font-weight: bold; font-size: 14px; line-height: 36px; margin-left: 16px }
.u-za-o .u-za-b a:hover { background-position: 0 36px }
.u-za-o .u-za-ne{margin:20px 0 0 60px;}
.u-za-o .u-za-ne a {color:#1892B5;}
.u-za-o .u-za-ne a:hover { color: #ff7510 }
.u-za-o #u-za-ch{color:#FF0000;font-size:13px;padding:5px 0 5px 0;}

.hotel-diskuze{padding:0 25px 0 25px;}

.mform{}
.mform input{font-size:14px;}
.mform .mfln{clear:both;}
.mform .mfinput350{}
.mform .mfinput350 input{width:350px; height: 10px; padding: 5px; margin: 6px 10px 6px 0;}
.mform .mfinput200 input{width:200px; height: 10px; padding: 5px; margin: 6px 10px 6px 0;}
.mform .mfinputfl200 input{width:200px; height: 10px; padding: 5px; margin: 6px 10px 6px 0;float:left;}
.mform .mfpopis{padding:5px 0 0 0;font-size:11px;}
.mform .mftextarea650 textarea{width:650px; padding: 5px; margin: 6px 10px 6px 0;}
.mform .mflabel{float:left;width:150px;text-align:right;margin:10px 10px 0 0;color:#0D709E;font-weight:bold;}
.mform .mfsubmit{padding:10px 0 0 160px;}
.mform .mfsubmit input{ background: url('https://static.cestolino.cz/direct/img/box_button.png'); width: 126px; height: 36px; border: 0; color: #fff; font-weight: bold; cursor: pointer; margin-top: 12px }
.mform .mfsubmit input:hover { background-position: 0 36px }
.mform .mfcheckbox input{float:left;margin:5px 10px 5px 130px;}
.mform .mflabel-s{color:#233E51;}
.mform .mflabel-s a {color: #1892b5;}
.mform .mflabel-s a:hover { color: #ff7510 }
.mform .mflnch{width:750px;clear:both;padding:10px 0 0 30px;}
.mform .mflabel-m{float:left;width:60px;text-align:right;margin:10px 10px 0 0;color:#0D709E;font-weight:bold;}
.mform .mfselect-200{}
.mform .mfselect-200 select{float:left;margin:6px 0 6px 0;width:214px;padding:3px;}

.hotel-diskuze{clear:both;padding:10px 0 20px 30px;}
.hotel-diskuze .dp-hotel{clear:both;width:920px;margin:15px 0 0 0;padding:5px 5px 5px 5px;border-top: 1px solid #c7d0d6;}
.hotel-diskuze .dp-hotel-t {padding:0 0 2px 0;}
.hotel-diskuze .dp-hotel-t a{color:#1892B5;font-size:15px;font-weight:bold;}
.hotel-diskuze .dp-hotel-t a:hover{text-decoration:none;}
.hotel-diskuze .dp-hotel-vlozeno{font-size:10px;color:#233E51;margin:0 0 5px 5px}
.hotel-diskuze .dp-hotel-vlozeno{font-size:10px;color:#233E51;margin:0 0 5px 5px;}
.hotel-diskuze .dp-hotel-vlozeno .dp-vlozeno-l{float:left;width:300px;}
.hotel-diskuze .dp-hotel-vlozeno .dp-vlozeno-p{margin:0 10px 0 350px;text-align:right;}
.hotel-diskuze .dp-hotel-telo{float:left;width:780px;padding:10px 0 0 0;}
.hotel-diskuze .dp-hotel-telo-l{float:left;width:100px;text-align:center;}
.hotel-diskuze .dp-hotel-telo-p{margin:0 0 0 110px;}
.hotel-diskuze .dp-hotel-ujm{font-size:12px;color:#FF7510;}
.hotel-diskuze .dp-hotel-text{font-size:12px;color:#233E51;margin:0 0 0 10px}
.hotel-diskuze .dp-hotel-text a{color:#1892B5;text-decoration:underline;}
.hotel-diskuze .dp-hotel-text a:hover{text-decoration:none;}
.hotel-diskuze .dp-hotel-text p{padding:0;margin:0;}
.hotel-diskuze .dp-hotel-odp{}
.hotel-diskuze .dp-hotel-odp-o{font-size:13px;font-weight:bold;text-align:center;padding:40px 0 0 0;}
.hotel-diskuze .dp-hotel-odp-o a{color:#1892B5;text-decoration:none;}
.hotel-diskuze .dp-hotel-odp-o a span{text-decoration:underline;}
.hotel-diskuze .dp-hotel-odp-o a:hover{text-decoration:none;}
.hotel-diskuze .dp-hotel-odp-o a:hover span{text-decoration:none;}
.hotel-diskuze .dp-hotel-cela{padding:3px 0 0 0;font-size:12px;}
.hotel-diskuze .dp-hotel-cela a{color:#1892B5;text-decoration:none;}
.hotel-diskuze .dp-hotel-cela a span{text-decoration:underline;}
.hotel-diskuze .dp-hotel-cela a:hover{text-decoration:none;}
.hotel-diskuze .dp-hotel-cela a:hover span{text-decoration:none;}
p.diskuze-vlozit {padding:0 10px 0 30px;font-size:14px;}

h1.diskuze-h1{border-bottom: 1px solid #c7d0d6;padding:0 0 5px 0;margin:0 0 5px 0;}
.diskuze-prispevek-prvni{padding:0 0 20px 0;}
.diskuze-prispevek-prvni .dp-vlozeno{font-size:10px;color:#233E51;margin:0 0 5px 5px;}
.diskuze-prispevek-prvni .dp-vlozeno .dp-vlozeno-l{float:left;width:300px;}
.diskuze-prispevek-prvni .dp-vlozeno .dp-vlozeno-p{margin:0 5px 0 350px;text-align:right;}

.detail-diskuze{clear:both;padding:10px 30px 20px 30px;}
.detail-diskuze .diskuze-prispevek{clear:both;width:920px;padding:5px 5px 15px 5px;border-top: 1px solid #c7d0d6;}
.detail-diskuze .mt15{margin-top:15px;}
.detail-diskuze .dp-t {padding:0 0 2px 0;color:#1892B5;font-size:15px;font-weight:bold;}
.detail-diskuze .dp-t a{color:#1892B5;font-size:15px;font-weight:bold;}
.detail-diskuze .dp-t a:hover{text-decoration:none;}
.detail-diskuze .dp-vlozeno{font-size:10px;color:#233E51;margin:0 0 5px 5px}
.detail-diskuze .dp-telo{float:left;width:780px;padding:10px 0 0 0;}
.detail-diskuze .dp-telo-l{float:left;width:100px;text-align:center;}
.detail-diskuze .dp-telo-p{margin:0 0 0 110px;}
.detail-diskuze .dp-text{font-size:12px;color:#233E51;margin:0 0 0 10px}
.detail-diskuze .dp-text a{color:#1892B5;text-decoration:underline;}
.detail-diskuze .dp-text a:hover{text-decoration:none;}
.detail-diskuze .dp-text p{padding:0 0 10px 0;margin:0;text-align:justify;}
.detail-diskuze .dp-odp{margin:0 0 0 790px;}
.detail-diskuze .dp-odp-o{font-size:13px;font-weight:bold;text-align:left;padding:20px 0 0 0;}
.detail-diskuze .dp-odp-o a{color:#1892B5;text-decoration:none;}
.detail-diskuze .dp-odp-o a span{text-decoration:underline;}
.detail-diskuze .dp-odp-o a:hover{text-decoration:none;}
.detail-diskuze .dp-odp-o a:hover span{text-decoration:none;}
.detail-diskuze .dp-odp-o .d-uzit{padding:0 0 10px 0;}
.detail-diskuze .dp-odp-o .d-uzit div{font-size:13px;padding:0 0 2px 0;}
.detail-diskuze .dp-odp-o .d-uzit a{font-size:12px;font-weight:normal;margin:0 0 2px 5px;}
.detail-diskuze .dp-odp-o .d-uzit a.ano{color:#4F8A16;}
.detail-diskuze .dp-odp-o .d-uzit a.ne{color:#FF0000;}
.detail-diskuze .dp-cela{padding:3px 0 0 0;font-size:12px;}
.detail-diskuze .dp-cela a{color:#1892B5;text-decoration:none;}
.detail-diskuze .dp-cela a span{text-decoration:underline;}
.detail-diskuze .dp-cela a:hover{text-decoration:none;}
.detail-diskuze .dp-cela a:hover span{text-decoration:none;}

.detail-diskuze .dpri-hodnoceni{text-align:left;padding:5px 0 0 5px;font-size:13px;color:#233E51;border-top: 1px dashed #C7D0D6;margin:10px 0 0 0;font-weight:normal;}
.detail-diskuze .dpri-hodnoceni a{text-decoration:none;color:#1892B5;}
.detail-diskuze .dpri-hodnoceni a span{text-decoration:underline;}
.detail-diskuze .dpri-hodnoceni a:hover span{text-decoration:none;}
.detail-diskuze .dpri-hodnoceni a:hover{color:#FF7510;}
.detail-diskuze .dpri-hodnoceni .dpri-hodnoceni-ano{}
.detail-diskuze .dpri-hodnoceni .dpri-hodnoceni-ano a {color:#3DA35A;}
.detail-diskuze .dpri-hodnoceni .dpri-hodnoceni-ano a:hover{color:#FF7510;}
.detail-diskuze .dpri-hodnoceni .dpri-hodnoceni-ano a i{color:#3DA35A;}
.detail-diskuze .dpri-hodnoceni .dpri-hodnoceni-ano a:hover i{color:#FF7510;}
.detail-diskuze .dpri-hodnoceni .dpri-hodnoceni-ne{}
.detail-diskuze .dpri-hodnoceni .dpri-hodnoceni-ne a {color:#FF0000;}
.detail-diskuze .dpri-hodnoceni .dpri-hodnoceni-ne a:hover{color:#FF7510;}
.detail-diskuze .dpri-hodnoceni .dpri-hodnoceni-ne a i{color:#FF0000;}
.detail-diskuze .dpri-hodnoceni .dpri-hodnoceni-ne a:hover i{color:#FF7510;}
.detail-diskuze .dpri-hodnoceni .dpri-hodnoceni-spam{}
.detail-diskuze .dpri-hodnoceni .dpri-hodnoceni-spam a {color:#EB7B59;}
.detail-diskuze .dpri-hodnoceni .dpri-hodnoceni-spam a:hover{color:#FF7510;}
.detail-diskuze .dpri-hodnoceni .dpri-hodnoceni-spam a i{color:#EB7B59;}
.detail-diskuze .dpri-hodnoceni .dpri-hodnoceni-spam a:hover i{color:#FF7510;}

.vypis-diskuze{clear:both;padding:10px 30px 20px 30px;}
.vypis-diskuze .dp-to{clear:both;width:920px;padding:5px 5px 15px 5px;border-bottom: 1px solid #c7d0d6;}
.vypis-diskuze .dp-to-prvni{border-top: 1px solid #c7d0d6;}
.vypis-diskuze .dp-t {padding:0 0 2px 0;color:#1892B5;font-size:15px;}
.vypis-diskuze .dp-t a{color:#1892B5;font-size:15px;font-weight:bold;}
.vypis-diskuze .dp-t a:hover{text-decoration:none;}
.vypis-diskuze .dp-telo{float:left;width:780px;padding:10px 0 0 0;}
.vypis-diskuze .dp-telo-l{float:left;width:100px;text-align:center;}
.vypis-diskuze .dp-telo-p{margin:0 0 0 110px;}
.vypis-diskuze .dp-text{font-size:12px;color:#233E51;margin:0 0 0 10px;text-align:left;}
.vypis-diskuze .dp-text a{color:#1892B5;text-decoration:underline;}
.vypis-diskuze .dp-text a:hover{text-decoration:none;}
.vypis-diskuze .dp-text p{padding:0;margin:0;text-align:left;}
.vypis-diskuze .dp-odp{margin:0 0 0 790px;}
.vypis-diskuze .dp-odp-o{font-size:13px;font-weight:bold;text-align:left;padding:45px 0 0 0;}
.vypis-diskuze .dp-odp-o a{color:#1892B5;text-decoration:none;}
.vypis-diskuze .dp-odp-o a span{text-decoration:underline;}
.vypis-diskuze .dp-odp-o a:hover{text-decoration:none;}
.vypis-diskuze .dp-odp-o a:hover span{text-decoration:none;}
.vypis-diskuze .dp-cela{padding:3px 0 0 0;font-size:12px;}
.vypis-diskuze .dp-cela a{color:#1892B5;text-decoration:none;}
.vypis-diskuze .dp-cela a span{text-decoration:underline;}
.vypis-diskuze .dp-cela a:hover{text-decoration:none;}
.vypis-diskuze .dp-cela a:hover span{text-decoration:none;}
.vypis-diskuze .dp-vlozeno{font-size:10px;color:#233E51;margin:0 0 5px 5px;}
.vypis-diskuze .dp-vlozeno .dp-vlozeno-l{float:left;width:300px;}
.vypis-diskuze .dp-vlozeno .dp-vlozeno-p{margin:0 10px 0 350px;text-align:right;}
.vypis-diskuze .dp-d-hotel{padding:0 0 0 5px;font-size:11px;}
.vypis-diskuze .dp-d-hotel a:hover{text-decoration:none;color:#FF7510;}
.vypis-diskuze .dp-d-hotel .hnazev{font-size:12px;}
.vypis-diskuze .dp-d-hotel .hnazev a{text-decoration:underline;color:#1892B5;}
.vypis-diskuze .dp-d-hotel .hlokalita{font-size:11px;}
.vypis-diskuze .dp-d-hotel .hlokalita a{text-decoration:underline;color:#233E51;}

.diskuze-podkategorie{clear:both;padding:10px 30px 20px;}
.diskuze-podkategorie .diskuze-pk-o{border: 1px solid #c7d0d6;}
.diskuze-podkategorie .diskuze-pk-t{background-color:#EBF3F5;padding:5px 0 5px 10px;}
.diskuze-podkategorie .diskuze-pk-t h2{color:#233E51;font-size:15px;padding:0;margin:0;}
.diskuze-podkategorie .diskuze-pk-b{padding:0 10px 5px 10px;}
.diskuze-podkategorie .diskuze-pk-b .border-b{border-bottom: 1px dashed #c7d0d6;}
.diskuze-podkategorie .diskuze-pk-p{padding:10px 0 10px 0;}
.diskuze-podkategorie .diskuze-pk-p-nazev{}
.diskuze-podkategorie .diskuze-pk-p-nazev a{color:#1892B5;font-size:15px;font-weight:bold;}
.diskuze-podkategorie .diskuze-pk-p-nazev a:hover{text-decoration:none;}
.diskuze-podkategorie .diskuze-pk-p-info{padding:2px 0 0 5px;font-size:13px;}
.diskuze-podkategorie .diskuze-pk-p-info-l{float:left;width:300px;}
.diskuze-podkategorie .diskuze-pk-p-info-l a{color:#233E51;text-decoration:none;}
.diskuze-podkategorie .diskuze-pk-p-info-l a:hover{color:#FF7510;}
.diskuze-podkategorie .diskuze-pk-p-info-p{margin:0 0 0 320px;}
.diskuze-podkategorie .diskuze-pk-p-info-p a{color:#233E51;text-decoration:none;font-size:11px;}
.diskuze-podkategorie .diskuze-pk-p-info-p a:hover{color:#FF7510;}
.diskuze-podkategorie .diskuze-pk-p-info-p a span.d-nazev{text-decoration:underline;font-size:13px;color:#1892B5;}
.diskuze-podkategorie .diskuze-pk-p-info-p a:hover span.d-nazev{text-decoration:none;color:#FF7510;}
.diskuze-podkategorie .diskuze-pk-p-info-p a.duzivatel-jmeno{color:#1892B5;text-decoration:underline;font-size:13px;}
.diskuze-podkategorie .diskuze-pk-p-info-p a:hover.duzivatel-jmeno{text-decoration:none;color:#FF7510;}
.diskuze-podkategorie .diskuze-pk-p-dalsi{padding:2px 0 0 7px;font-size:13px}
.diskuze-podkategorie .diskuze-pk-p-dalsi a{color:#1892B5;text-decoration:underline;}
.diskuze-podkategorie .diskuze-pk-p-dalsi a:hover{color:#FF7510;}

.hp-diskuze{clear:both;padding:15px 30px 20px;}
.hp-diskuze-o{border: 1px solid #c7d0d6;}
.hp-diskuze-o h2{color:#233E51;font-size:15px;padding:0;margin:0;}
.hp-diskuze-t{background-color:#EBF3F5;}
.hp-diskuze-tl{float:left;width:455px;border-right:1px solid #c7d0d6;padding:5px 0 5px 10px;}
.hp-diskuze-tp{margin:0 0 0 465px;padding:5px 0 5px 10px;}


.hp-diskuze-l{float:left;width:465px;border-right:1px solid #c7d0d6;}
.hp-diskuze-p{float:right;width:465px;}
.hp-diskuze-o .dp-t {padding:0 0 2px 0;color:#1892B5;font-size:15px;}
.hp-diskuze-o .dp-t a{color:#1892B5;font-size:15px;font-weight:bold;}
.hp-diskuze-o .dp-t a:hover{text-decoration:none;color:#FF7510;}
.hp-diskuze-o .dp-t .dkategorie{font-size:12px;color:#233E51}
.hp-diskuze-o .dp-t .dkategorie a{color:#233E51;font-size:12px;font-weight:normal;}
.hp-diskuze-o .dp-t .dkategorie a:hover{text-decoration:none;color:#FF7510;}
.hp-diskuze-o .dp-to{clear:both;margin:5px 5px 15px 5px;padding:0;border-top: 1px dashed #c7d0d6;}
.hp-diskuze-o .dp-to-prvni{border-top: 0px;}
.hp-diskuze-o .dp-vlozeno{font-size:10px;color:#233E51;margin:0 0 5px 5px}
.hp-diskuze-o .dp-telo{float:left;width:450px;padding:10px 0 0 0;}
.hp-diskuze-o .dp-telo-l{float:left;width:80px;text-align:center;}
.hp-diskuze-o .dp-telo-p{margin:0 0 0 90px;}
.hp-diskuze-o .dp-vlozeno{font-size:10px;color:#233E51;margin:0 0 5px 5px;}
.hp-diskuze-o .dp-vlozeno .dp-vlozeno-l{}

.hp-diskuze-o .dp-odp{margin:0 0 0 790px;}
.hp-diskuze-o .dp-odp-o{font-size:13px;font-weight:bold;text-align:left;padding:45px 0 0 0;}
.hp-diskuze-o .dp-odp-o a{color:#1892B5;text-decoration:none;}
.hp-diskuze-o .dp-odp-o a span{text-decoration:underline;}
.hp-diskuze-o .dp-odp-o a:hover{text-decoration:none;}
.hp-diskuze-o .dp-odp-o a:hover span{text-decoration:none;}
.hp-diskuze-o .dp-text{font-size:12px;color:#233E51;text-align:justify;}
.hp-diskuze-o .dp-text a{color:#1892B5;text-decoration:underline;}
.hp-diskuze-o .dp-text a:hover{text-decoration:none;color:#FF7510;}
.hp-diskuze-o .dp-text p{padding:0;margin:0;text-align:left;}
.hp-diskuze-o .dp-d-hotel{padding:0 0 0 5px;font-size:11px;}
.hp-diskuze-o .dp-d-hotel a:hover{text-decoration:none;color:#FF7510;}
.hp-diskuze-o .dp-d-hotel .hnazev{font-size:12px;}
.hp-diskuze-o .dp-d-hotel .hnazev a{text-decoration:underline;color:#1892B5;}

.dp-uzivatel-pocty{font-size:10px;padding-top:2px;}
.dp-uzivatel-pocty a{color:#1892B5;text-decoration:none;}
.dp-uzivatel-pocty a span{text-decoration:underline;}
.dp-uzivatel-pocty a:hover{text-decoration:none;color:#FF7510;}
.dp-uzivatel-pocty a:hover span{text-decoration:none;color:#FF7510;}
.dp-uzivatel-status{font-size:11px;padding:2px 0;}
.dp-ujm{font-size:12px;color:#1892B5;overflow:hidden;white-space: nowrap;text-overflow: ellipsis;}
.dp-ujm a{color:#1892B5;text-decoration:underline;}
.dp-ujm a:hover{text-decoration:none;color:#FF7510;}

div#main div#content div.dr-button { float:right;width: 158px;margin:0 20px 0 0;}
div#main div#content div.dr-button a { background: url('https://static.cestolino.cz/direct/img/box_button.png'); display: block; width: 126px; height: 36px; color: #fff; text-decoration: none; text-align: center; font-weight: bold; font-size: 14px; line-height: 36px; margin-left: 16px }
div#main div#content div.dr-button a:hover { background-position: 0 36px }

div#main div.content-top div.women-small { background: url('https://static.cestolino.cz/direct/img/women_small.png'); width: 210px; height: 136px; position: absolute; top: -136px; right: 8px; z-index: 1 }
div#main div.content-top div#women { background: url('https://static.cestolino.cz/direct/img/women.png'); width: 321px; height: 208px; position: absolute; top: -208px; right: 8px }
div#main div.content-top-podbarvene div#women { background: url('https://static.cestolino.cz/direct/img/women.png'); width: 321px; height: 208px; position: absolute; top: -208px; right: 8px }
div#main div.content-top { background: url('https://static.cestolino.cz/direct/img/content_top.png'); width: 996px; height: 8px; position: relative }
div#main div.content-top-podbarvene{ background: url('https://static.cestolino.cz/direct/img/content_top-p.png'); width: 996px; height: 8px; position: relative }
div#main div.tcontent { background: #fff; width: 996px; padding: 5px 0; position: relative; min-height: 50px;}
div#main div.tcontent-podbarvene{ background-color:#FCF8C0; width: 996px; padding: 5px 0; position: relative; min-height: 50px;}
div#main div.content-bottom { background: url('https://static.cestolino.cz/direct/img/content_bottom.png'); width: 996px; height: 8px;margin:0 0 15px 0; }
div#main div.content-bottom-podbarvene { background: url('https://static.cestolino.cz/direct/img/content_bottom-p.png'); width: 996px; height: 8px;margin:0 0 15px 0; }
div#main div.tcontent h2{ font-size: 16px; font-weight: bold;color:#233E51;}
div#main div.tcontent h3{ font-size: 16px; font-weight: bold;color:#233E51;margin: 10px 22px;}
div#main div.tcontent .tcontent-odkazy{padding:0 0 0 35px;}
div#main div.tcontent .tcontent-odkazy a{color:#FF7510;text-decoration:underline;}
div#main div.tcontent .tcontent-odkazy a:hover{text-decoration:none;color:#233e51;}

div#main div.tcontent div.zadny-termin{margin: 10px 25px 30px 25px;}
div#main div.tcontent div.zadny-termin a{color:#1892B5;text-decoration:underline;}
div#main div.tcontent div.zadny-termin a:hover{text-decoration:none;color:#FF7510;}

.hotel-prodejce-o{margin:4px 0 15px 35px;width:900px}
.borber-b{padding-bottom:15px;border-bottom: 1px solid #c7d0d6;}
.hotel-prodejce-l{float:left;width:150px;text-align:center;}
.hotel-prodejce-l div.ipartner {font-size: 12px;color:#1F495D;padding-top:4px;}
.hotel-prodejce-l div.ipartner a {font-size: 12px;color:#1F495D;text-decoration: underline;}
.hotel-prodejce-hotel{float:left;width:310px;text-align:center;padding:25px 0 0 0;}
.hotel-prodejce-cena{float:left;width:150px;text-align:left;color:#FF7510;font-size:25px;font-weight:bold;padding:15px 0 0 0;}
.hotel-prodejce-p{margin:0 0 0 680px;padding:10px 0 0 0;}
.hotel-prodejce-p div.button-o { float: left;}
.button-o a.button_zadost { font-weight: bold; text-decoration: none; line-height: 36px; margin: 5px 0 0 10px; }
.button-o a.button_zadost span.button_left { background: url('https://static.cestolino.cz/direct/img/btn_l.png'); width: 9px; display: block; float: left }
.button-o a.button_zadost span.button_content { background: url('https://static.cestolino.cz/direct/img/btn_c.png') repeat-x; padding: 0 10px 0 10px; display: block; float: left; color: #fff; text-decoration: none; text-align: center; font-weight: bold; font-size: 14px; line-height: 36px;}
.button-o a.button_zadost span.button_right { background: url('https://static.cestolino.cz/direct/img/btn_r.png'); width: 9px; display: block; float: left }
.button-o a.button_zadost:hover span.button_left { background-position: 0 36px }
.button-o a.button_zadost:hover span.button_content { background-position: 0 -36px }
.button-o a.button_zadost:hover span.button_right { background-position: 0 36px }

.button-ov a.button_zadost { font-weight: bold; text-decoration: none; line-height: 36px; margin: 5px 0 0 10px; }
.button-ov a.button_zadost span.button_left { background: url('https://static.cestolino.cz/direct/img/btn_l.png'); width: 9px; display: block; float: left }
.button-ov a.button_zadost span.button_content { background: url('https://static.cestolino.cz/direct/img/btn_c.png') repeat-x; padding: 0 4px 0 3px; display: block; float: left; color: #fff; text-decoration: none; text-align: center; font-weight: bold; font-size: 14px; line-height: 36px;}
.button-ov a.button_zadost span.button_right { background: url('https://static.cestolino.cz/direct/img/btn_r.png'); width: 9px; display: block; float: left }
.button-ov a.button_zadost:hover span.button_left { background-position: 0 36px }
.button-ov a.button_zadost:hover span.button_content { background-position: 0 -36px }
.button-ov a.button_zadost:hover span.button_right { background-position: 0 36px }

.button-ov-m a.button_zadost { font-weight: bold; text-decoration: none; line-height: 36px; margin: 5px 0 0 10px; }
.button-ov-m a.button_zadost span.button_left { background: url('https://static.cestolino.cz/direct/img/btn_l.png'); width: 9px; display: block; float: left;background-position: 0 36px }
.button-ov-m a.button_zadost span.button_content { background: url('https://static.cestolino.cz/direct/img/btn_c.png') repeat-x; padding: 0 10px 0 10px; display: block; float: left; color: #fff; text-decoration: none; text-align: center; font-weight: bold; font-size: 14px; line-height: 36px;background-position: 0 -36px}
.button-ov-m a.button_zadost span.button_right { background: url('https://static.cestolino.cz/direct/img/btn_r.png'); width: 9px; display: block; float: left;background-position: 0 36px }
.button-ov-m a.button_zadost:hover span.button_left { background-position: 0 0}
.button-ov-m a.button_zadost:hover span.button_content { background-position:0 0}
.button-ov-m a.button_zadost:hover span.button_right { background-position: 0 0}

div.dsort { font-size: 13px; font-weight: bold; vertical-align: middle;clear:both;border-top: 1px solid #c7d0d6;padding:5px 0 5px 20px;margin-right:6px;text-align:right;}
div.dsort select.dsort_select { background: url('https://static.cestolino.cz/direct/img/sel_inp_165px.png'); vertical-align: middle; border: 0; width: 165px; height: 27px; padding: 5px; cursor: pointer; margin: 5px 0; color: #617380; font-size: 11px; margin: 0 10px }
div.dsort input.dsort_submit { background: url('https://static.cestolino.cz/direct/img/sort_submit.png'); vertical-align: middle; width: 67px; height: 27px; border: 0; color: #fff; font-weight: bold; cursor: pointer; font-size: 11px }
div.dsort input.dsort_submit:hover { background-position: 0 27px  }

div.dads { vertical-align: middle;clear:both;border-top: 1px solid #c7d0d6;padding:10px 0 5px 10px;text-align:left;margin-right:6px;}
div.dadsb { vertical-align: middle;clear:both;border-top: 1px solid #c7d0d6;padding:10px 0 5px 10px;text-align:left;margin-right:6px;}

div.dsort select.dsort_select { background: url('https://static.cestolino.cz/direct/img/sel_inp_165px.png'); vertical-align: middle; border: 0; width: 165px; height: 27px; padding: 5px; cursor: pointer; margin: 5px 0; color: #617380; font-size: 11px; margin: 0 10px }
div.dsort .order_submit { background: url('https://static.cestolino.cz/direct/img/sort_submit.png'); vertical-align: middle; width: 67px; height: 27px; border: 0; color: #fff; font-weight: bold; cursor: pointer; font-size: 11px }
div.dsort .order_submit:hover { background-position: 0 27px }
.dpaging{height:50px;}
.spaging{height:50px;text-align:left;}
pre.promenna{font-size:11px;background-color:#FFFFDD;text-align:left;}
.fcbbox{text-align:center;}
.h-alternativy{padding:0 25px 15px 25px;}
.h-alternativy .h-alternativa{float:left;width:220px;text-align:center;}
.h-alternativy .mr20{margin-right:20px;}
.h-alternativy .h-alternativa-img{width:200px;height:123px;margin-bottom:5px;}
.h-alternativy .h-alternativa h3 {font-size:14px;}
.h-alternativy .h-alternativa h3 a {color:#1892B5;}
.h-alternativy .h-alternativa h3 a:hover{color:#FF7510}
.h-alternativy .h-alternativa-misto{font-size:13px;padding-top:5px;}
.h-alternativy .h-alternativa-terminy{font-size:12px;padding-top:3px;}
.h-alternativy .h-alternativa-hodnoceni{font-size:12px;padding-top:3px;}
.hb-popis{padding:0 25px 15px 25px;}
.hb-popis p{text-align:justify;}
.hb-popis a {color:#1892B5;}
.hb-popis a:hover {color:#FF7510;}
.hb-recenze{padding:0 25px 15px 25px;}
.hb-recenze p.recenze-odkaz{text-align:right;padding:5px 10px 0 0;}
.hb-recenze a {color:#1892B5;}
.hb-recenze a:hover {color:#FF7510;}

.table .dtermin{padding:5px 20px 5px 20px;text-align:left;font-size:13px;background:#FFE3A3;margin-top:4px;}
.table .dtermin-l{width:270px;float:left}
.table .dtermin-r{margin:0 0 0 280px;width:550px;text-align:justify;}
.table .dtermin table{text-align:left;border: 1px solid #5377AD;margin:0 0 0 5px;width:230px;padding:3px;border-collapse:collapse;}
.table .dtermin table th{font-weight:bold;}
.table .dtermin table td{padding:5px 5px 5px 5px;vertical-align: top;}
.table .dtermin table td.cena{font-weight:bold;}
.table .dtermin table tr{border: 1px solid #5377AD; border-width: 1px 1px;padding:0;}
.table .dtermin table tr.odd td{border-color:#C7D0D6;}
.table .dtermin table tr:hover td {background:#CEE6ED;}
.table .dtermin h3{font-size:14px;margin:0 0 5px 0;}
.table .dtermin p{padding:0 0 5px 5px;margin:0;}
.table .dtermin .cena-popis{font-size:11px;}
.table .dtermin .rezervace {padding:10px 0 0 280px;}
.table .dtermin span.close {float:right;display:block;cursor:pointer;position:relative;top:0;left:0;margin:0 -14px 0 0;}

.button-nwo a.button-nw { text-decoration: none; line-height: 36px; margin: 5px 0 0 10px; }
.button-nwo a.button-nw span.button_left { background: url('https://static.cestolino.cz/direct/img/btn_l.png'); width: 9px; display: block; float: left;background-position: 0 36px }
.button-nwo a.button-nw span.button_content { background: url('https://static.cestolino.cz/direct/img/btn_c.png') repeat-x 0 -36px; padding: 0 10px 0 10px; display: block; float: left; color: #fff; text-decoration: none; text-align: center; font-size: 14px; line-height: 36px;}
.button-nwo a.button-nw span.button_right { background: url('https://static.cestolino.cz/direct/img/btn_r.png'); width: 9px; display: block; float: left;background-position: 0 36px }
.button-nwo a.button-nw:hover span.button_left { background-position: 0 0 }
.button-nwo a.button-nw:hover span.button_content { background-position: 0 0 }
.button-nwo a.button-nw:hover span.button_right { background-position: 0 0 }

.button-nwro a.button-nwr { text-decoration: none; line-height: 36px; margin: 5px 0 0 10px; }
.button-nwro a.button-nwr span.button_left { background: url('https://static.cestolino.cz/direct/img/btn_l.png'); width: 9px; display: block; float: left;background-position: 0 0 }
.button-nwro a.button-nwr span.button_content { background: url('https://static.cestolino.cz/direct/img/btn_c.png') repeat-x; padding: 0 10px 0 10px; display: block; float: left; color: #fff; text-decoration: none; text-align: center; font-size: 14px; line-height: 36px;}
.button-nwro a.button-nwr span.button_right { background: url('https://static.cestolino.cz/direct/img/btn_r.png'); width: 9px; display: block; float: left;background-position: 0 0 }
.button-nwro a.button-nwr:hover span.button_left { background-position: 0 36px }
.button-nwro a.button-nwr:hover span.button_content { background-position: 0 -36px }
.button-nwro a.button-nwr:hover span.button_right { background-position: 0 36px }

.pt5{padding-top:5px;}
.pt15{padding-top:15px;}
.mb20{margin-bottom:20px;}
.mb5{margin-bottom:5px;}
.mt5{margin-top:5px;}
.mt10{margin-top:10px;}
.mt20{margin-top:20px;}

.vice p { font-size: 13px;padding:0 0 3px 25px;margin:0; }
.vice ul { list-style: circle;font-size: 13px;padding:0 0 10px 55px; }
.vice ul li { padding:3px 0 0 0; }
.vice ul li a { color: #1892b5;}
.vice ul li a:hover { color: #FF7510;}

.h-odkazy{font-size: 13px;padding: 5px 20px 5px 20px;}
.h-odkazy h3{font-size: 14px;}
.h-odkazy p {padding:0;margin:0; }
.h-odkazy ul { list-style: circle;font-size: 13px;padding:0 0 10px 35px; }
.h-odkazy ul li { padding:3px 0 0 0; }
.h-odkazy ul li a { color: #1892b5;}
.h-odkazy ul li a:hover { color: #FF7510;}
.h-odkazy a { color: #1892b5;}
.h-odkazy a:hover { color: #FF7510;}
.h-odkazy-l{float:left;width:380px;}
.h-odkazy-p{margin:0 0 0 400px;}

.statusy{padding:0 0 0 20px;}
.statusy div{float:left;margin-right:5px;margin-bottom:3px;}
.statusy-vypis{padding:3px 0 0 5px;}
.statusy-vypis div{float:left;margin-right:5px;margin-bottom:3px;}
.statusy-box{padding:0 0 0 5px;}
.statusy-box div{float:right;margin-right:5px;margin-bottom:0;}
.status-zlevneno{font-size:12px;background-color:#FF5344;color:#FFFFFF;padding:2px 4px;width:90px;text-align:center;}
.status-lm{font-size:12px;background-color:#00A0B0;color:#FFFFFF;padding:2px 4px;width:70px;text-align:center;}
.status-fm{font-size:12px;background-color:#26ADE4;color:#FFFFFF;padding:2px 4px;width:70px;text-align:center;}
.status-vyhodne{font-size:12px;background-color:#FFC4C4;color:#FFFFFF;padding:2px 4px;width:55px;text-align:center;}
.status-extra{font-size:12px;background-color:#FF9E9E;color:#FFFFFF;padding:2px 4px;width:85px;text-align:center;}
.status-sleva{font-size:12px;background-color:#636EBD;color:#FFFFFF;padding:2px 4px;width:35px;text-align:center;}
.sleva-senior{font-size:12px;background-color:#614A4A;color:#FFFFFF;padding:2px 4px;width:65px;text-align:center;}

.puleny-o{margin:0 10px 0 10px;}
.puleny-l{float:left;width:200px;border-right: 1px solid #c7d0d6;clear:left;}
.puleny-r{float:right;width:770px;}
.zajezdy-popis{margin:15px 20px 10px 20px;font-size:13px;text-align:justify;border-top: 1px solid #c7d0d6;padding-top:15px;}
.zajezdy-popis p{margin:0;padding:0 0 5px 0;}
.zajezdy-popis a{color:#1892b5;text-decoration:underline;}
.zajezdy-popis a:hover{color:#FF7510;text-decoration:none;}
.zajezdy-popis h2, h3{margin-left:0;}

#lhledat{}
#lhledat .lh-sb{width:190px;}
#lhledat .lh-in{width:190px;}
#lhledat .lh-in-termin{width:190px;clear:both;margin:0 0 0 10px;}
#lhledat .lh-in-pocet-l{width:80px;float:left;margin:0 0 0 5px;}
#lhledat .lh-in-pocet-p{width:100px;float:left;margin:0 0 0 5px;}
#lhledat .lh-in-pocet-p p{float:left;padding:5px 0 0 0;}
#lhledat div.hint{padding:5px 0 0 3px;}
#lhledat label.pocet { margin:5px 0 0 0;float:left;width:20px;}
#lhledat .input-40 input { background: url('https://static.cestolino.cz/direct/img/input_40px.png'); border: 0; width: 34px; height: 17px; padding: 5px 3px 5px 3px; float: left; margin: 0 4px 0 4px;font-size:11px;}
#lhledat .input-50 input { background: url('https://static.cestolino.cz/direct/img/input_50px.png'); border: 0; width: 44px; height: 17px; padding: 5px 3px 5px 3px; float: left; margin: 0 4px 0 4px;font-size:11px;}
#lhledat .select-190 select{background: url('https://static.cestolino.cz/direct/img/sel_inp_165px.png'); border: 0; width: 165px; height: 27px; padding: 5px;cursor: pointer; margin:5px 0 10px 5px;}
#lhledat label.lh-label {margin:0;padding:0;font-weight:bold;}
#lhledat div.lh-form-title {font-weight:bold;color:#233E51;font-size:13px;margin:0 0 5px 0; }
#lhledat label.from-to { margin:5px 0 0 0;float:left;width:20px;}
#lhledat .input-66 input { background: url('https://static.cestolino.cz/direct/img/input_66px.png'); border: 0; width: 56px; height: 17px; padding: 5px; float: left; margin: 0 4px 0 4px;font-size:11px;}
#lhledat span.calendar { background: url('https://static.cestolino.cz/direct/img/calendar.png'); width: 14px; height: 15px; display: block;float: left; margin: 5px 20px 20px 5px;cursor: pointer; }
#lhledat p.hint{margin:0;padding:0;}
#lhledat .checkbox-190{padding:0 5px 0 15px;float:left;}
#lhledat .lh-ch{clear:both;}
#lhledat label.lh-label-ch{margin:0;padding:0;font-weight:normal;font-size:12px;}
#lhledat label.lh-label-ch span.pocet{}
#lhledat label.lh-label-ch-n{margin:0;padding:0;font-weight:normal;font-size:12px;text-decoration:line-through;}
#lhledat .input-165 input { background: url('https://static.cestolino.cz/direct/img/sel_inp_165px.png'); border: 0; width: 155px; height: 17px; padding: 5px; margin:5px 0 10px 5px;}
div#main label a{color:#233E51;text-decoration:none;}
div#main label a:hover{color:#233E51;text-decoration:none;}
#lhledat div.o-rozsirene{padding:0 0 10px 0;}
#lhledat div.o-rozsirene a{color:#1892b5;text-decoration:underline;}

.hz-o{margin:0 20px;}
.hz-o h2{margin: 10px 0 5x 0; color: #ff7510; font-size: 20px}
.hz-o .terminy .termin-p .table_box .termin-n-1{width:260px;float:left;}
.hz-o .terminy .termin-p .table_box .termin-n-2{width:105px;float:left;padding:3px 0 0 10px;}
.hz-o .terminy .termin-p .table_box .termin-n-4{width:120px;float:left;padding:3px 0 0 0;}
.hz-o .terminy .termin-p .table_box .termin-n-5{width:150px;float:left;padding:0 0 0 10px;}
.hz-o .terminy .termin-p .table_box .termin-n-6{width:110px;float:left;}
.hz-o .banner-bottom {padding:15px 0 10px 20px;}

.terminy{}
.terminy .termin{padding:10px 0 15px 5px;}
.terminy .ln{border-bottom: 1px dashed #c7d0d6;}
.terminy .termin-l{width:165px;float:left;padding:5px 0 0 0;}
.terminy .termin-p{margin:0 0 0 170px;}

.terminy .termin-p .table_box{float:left;padding:5px;}
.terminy .termin-p .table_box span.arrow { color: #1892b5;}
.terminy .termin-p .table_box span.arrow a { background: url('https://static.cestolino.cz/direct/img/link.png') no-repeat 0 3px; padding-left: 10px; text-decoration: undeline; color:#1892b5;font-weight:normal;font-size:13px;}
.terminy .termin-p .table_box span.arrow a:hover{color:#1F495D;}
.terminy .termin-p .table_box .termin-n-1{width:185px;float:left;}
.terminy .termin-p .table_box .termin-n-2{width:95px;float:left;padding:3px 0 0 10px;}
.terminy .termin-p .table_box .termin-n-4{width:75px;float:left;padding:3px 0 0 0;}
.terminy .termin-p .table_box .termin-n-5{width:95px;float:left;padding:0 0 0 10px;}
.terminy .termin-p .table_box .termin-n-6{width:110px;float:left;}
.terminy .termin-p .table_box .termin-n-days{padding-left:20px;}
.terminy .termin-p .table_box .termin-n-transport{line-height: 24px;padding-top:-3px;margin-top:10px;}
.terminy .termin-p .table_box .t-nastup{padding:0 0 0 25px;}
.terminy .termin-p .table_box span.transport { padding-left: 29px }
.terminy .termin-p .table_box span.transport_1 { background: url('https://static.cestolino.cz/direct/img/transport_1_ico.png') no-repeat 0 0; padding-left: 23px;}
.terminy .termin-p .table_box span.transport_3 { background: url('https://static.cestolino.cz/direct/img/transport_2_ico.png') no-repeat 0 0; padding-left: 29px;}
.terminy .termin-p .table_box span.transport_2 { background: url('https://static.cestolino.cz/direct/img/transport_2_ico.png') no-repeat 0 0; padding-left: 30px;}

.terminy .termin-p .table_box div.price_v {}
.terminy .termin-p .table_box div.price_v a { color: #ff7510; font-size: 17px; font-weight: bold;text-decoration: none }
.terminy .termin-p .table_box div.price_v a:hover{color:#1892b5;}
.terminy .termin-p .table_box div.price_v a.puvodni { color: #666666; font-size: 15px; font-weight:normal;text-decoration:line-through;padding:0 0 0 5px;}
.terminy .termin-p .table_box div.price_v a.puvodni:hover{color:#1892b5;}
.terminy .statusy{padding:5px 0 0 0;}
.terminy h2{font-size:16px;padding:0 3px 0 0;margin:0;float:left}
.terminy .nadpis {}
.terminy .nadpis a {text-decoration:none;}
.terminy .nadpis a:hover h2 {text-decoration:none;}
.terminy .nadpis a h2 {color:#1892B5;}
.terminy .nadpis a:hover h2 {color:#FF7510;}
.terminy .star { background: url('https://static.cestolino.cz/direct/img/star.png'); width: 9px; height: 9px;float: left }
.terminy .star_half { background: url('https://static.cestolino.cz/direct/img/star_half.png'); width: 9px; height: 9px;float: left }

.terminy .termin-p .bt{ border-top: 1px solid #c7d0d6; }
.terminy .termin-p .table_box:hover{background: #F7F9DA;}
.terminy .termin-p .ihotel {color:#1F495D;font-size:12px;text-align:left;padding:3px 0 0 8px;}
.terminy .termin-p .ihotel a{color: #ff7510;font-size:14px;font-weight:normal;text-decoration:none;}
.terminy .termin-p .ihotel a:hover{color:#1F495D;text-decoration:none;}

.terminy .termin-p .table_box div.tvice{font-size:11px;padding:0 0 0 200px;text-align:left;display:block;width:380px;float:left;}
.terminy .termin-p .table_box div.tvice a{color:#1892B5;}
.terminy .termin-p .table_box div.tvice a:hover{color:#FF7510;}
.terminy .termin-p .table_box div.tvice a.mene{color:#FF0000;}
.terminy .termin-p .table_box div.tvice a.mene:hover{color:#FF7510;}

.terminy .dtermin{padding:5px 20px 5px 0;text-align:left;font-size:13px;background:#FFE3A3;margin-top:4px;float:left;}
.terminy .dtermin-l{width:270px;float:left}
.terminy .dtermin-r{margin:0 0 0 280px;width:285px;text-align:justify;}
.terminy .dtermin table{text-align:left;border: 1px solid #5377AD;margin:0 0 0 5px;width:230px;padding:3px;border-collapse:collapse;}
.terminy .dtermin table th{font-weight:bold;}
.terminy .dtermin table td{padding:5px 5px 5px 5px;vertical-align: top;}
.terminy .dtermin table td.cena{font-weight:bold;}
.terminy .dtermin table tr{border: 1px solid #5377AD; border-width: 1px 1px;padding:0;}
.terminy .dtermin table tr.odd td{border-color:#C7D0D6;}
.terminy .dtermin table tr:hover td {background:#CEE6ED;}
.terminy .dtermin h3{font-size:14px;margin:0 0 5px 0;}
.terminy .dtermin p{padding:0 0 5px 5px;margin:0;}
.terminy .dtermin .cena-popis{font-size:11px;}
.terminy .dtermin .rezervace {padding:10px 0 0 280px;}
.terminy .dtermin span.close {float:right;display:block;cursor:pointer;position:relative;top:0;left:0;margin:0 -14px 0 0;}

.terminy .t-misto {padding:0 0 3px 0; }
.terminy a.link1 { color: #233e51;font-size:12px;}
.terminy a.link1:hover {color:#FF7510;}
.terminy a.link2 { background: url('https://static.cestolino.cz/direct/img/link.png') no-repeat 0 4px; color: #1892b5; padding-left: 12px; margin-left: 7px; font-size:12px;}
.terminy a.link2:hover {color:#FF7510;}
.terminy .t-hodnoceni{ margin:0 0 0 5px;}
.terminy .t-hodnoceni a{ color: #FF7510;font-size:12px;text-decoration:none;font-weight:bold;}
.terminy .t-hodnoceni a span{text-decoration:underline;color:#233e51;font-weight:normal;}
.terminy .t-hodnoceni a:hover {color:#FF7510;}
.terminy .termin-p .t-dalsi{text-align:right;padding:15px 10px 0 0;}
.terminy .termin-p .t-dalsi a{color:#233e51;}
.terminy .termin-p .t-dalsi a:hover {color:#FF7510;}

input#button_submit { background: url('https://static.cestolino.cz/direct/img/search_submit_m.png'); width:190px; height: 48px; border: 0; color: #fff; font-weight: bold; cursor: pointer; margin:10px 0 0 0;font-size:15px;}

#hhledat div.hh-form-title {font-weight:bold;color:#0D709E;font-size:13px;margin:5px 0 5px 0; }
#hhledat div.hh-form-label {margin:0 0 0 10px;}
#hhledat .zfln-tl{margin:0 0 0 10px;}
#hhledat label.from_to {float:left;width:20px;}
#hhledat .input_66px input { background: url('https://static.cestolino.cz/direct/img/input_66px.png'); border: 0; width: 56px; height: 17px; padding: 5px; float: left; margin: 0 4px 0 4px;font-size:11px;}
#hhledat span.calendar { background: url('https://static.cestolino.cz/direct/img/calendar.png'); width: 14px; height: 15px; display: block; float: left; margin: 5px 15px 20px 5px;cursor: pointer; }
#hhledat div.hint{padding:0 0 0 3px;}
#hhledat p{padding:0;margin:0;}
#hhledat label.ztlabel {float:left;margin:0;padding:5px 0 0 0;width:65px;font-weight:bold;}
#hhledat .hh-in-pocet-l{width:80px;float:left;margin:0 0 0 10px;}
#hhledat .hh-in-pocet-p{width:100px;float:left;margin:0 0 0 5px;}
#hhledat .hh-in-pocet-p p{float:left;padding:5px 0 0 0;}
#hhledat label.pocet { margin:5px 0 0 0;float:left;width:20px;}
#hhledat .input-50 input { background: url('https://static.cestolino.cz/direct/img/input_50px.png'); border: 0; width: 44px; height: 17px; padding: 5px 3px 5px 3px; float: left; margin: 0 4px 0 4px;font-size:11px;}
#hhledat .lh-in{width:280px;}
#hhledat .lh-sb{width:280px;}
#hhledat label.hlabel {float:left;margin:0 0 0 10px;padding:10px 0 0 0;width:100px;}
#hhledat .input-165 input { background: url('https://static.cestolino.cz/direct/img/sel_inp_165px.png'); border: 0; width: 155px; height: 17px; padding: 5px; margin:5px 0 10px 5px;}
#hhledat .input-w-165 input { background: url('https://static.cestolino.cz/direct/img/sel_w_inp_165px.png'); border: 0; width: 155px; height: 17px; padding: 5px; margin:5px 0 10px 5px;}
#hhledat .select-190 select{background: url('https://static.cestolino.cz/direct/img/sel_inp_165px.png'); border: 0; width: 165px; height: 27px; padding: 5px;cursor: pointer; margin:5px 0 10px 5px;}
#hhledat .search-obal {margin:20px 0 0 0;}
#hhledat .search-left { background: url('https://static.cestolino.cz/direct/img/search_shadow.png') no-repeat 100% 0; float: left; width: 274px; min-height: 100px; padding-right: 39px;}
#hhledat .search-right {width: 260px;float: left;margin:0 0 0 25px;}
#hhledat .select-165 select { background: url('https://static.cestolino.cz/direct/img/sel_inp_165px.png'); border: 0; width: 165px; height: 27px; padding: 5px;cursor: pointer; margin: 0 0;}
#hhledat .zfln-in{width:305px;float:left}
#hhledat .search-left .checkbox-190{padding:0 5px 0 50px;float:left;width:20px;clear:left;}
#hhledat .search-left .lh-ch{clear:both;}
#hhledat .search-left .lh-ch label{line-height:20px}
#hhledat .search-left label.lh-label-ch{margin:0;padding:0;font-weight:normal;font-size:12px;}
#hhledat .search-left label.lh-label-ch span.pocet{}
#hhledat .search-left label.lh-label-ch-n{margin:0;padding:0;font-weight:normal;font-size:12px;text-decoration:line-through;}
#hhledat .search-right .checkbox-190{padding:0 5px 0 40px;float:left;width:20px;}
#hhledat .search-right .lh-ch{clear:both;}
#hhledat .search-right .lh-ch label{line-height:20px}
#hhledat .search-right label.lh-label-ch{margin:0;padding:0;font-weight:normal;font-size:12px;}
#hhledat .search-right label.lh-label-ch span.pocet{}
#hhledat .search-right label.lh-label-ch-n{margin:0;padding:0;font-weight:normal;font-size:12px;text-decoration:line-through;}
#hhledat div.o-rozsirene{padding:25px 0 0 0;text-align:right;}
#hhledat div.o-rozsirene a{font-size:13px;font-weight:bold;color:#1892B5;text-decoration:none;}
#hhledat div.o-rozsirene a:hover{color:#FF7510;}
#hhledat div.o-rozsirene a span{text-decoration:underline;}
#hhledat div.o-rozsirene a:hover span{text-decoration:underline;}

.uzivatele{}
.uzivatele  h1{margin-left:0;}
.uzivatele-l{width:170px;float:left;border-right: 1px solid #C7D0D6;}
.uzivatele-p{margin:0 0 0 190px;}
.uzivatele p{padding-left:35px;}
.uzivatele-p .uzivatele-clenem{font-size:12px;color:#233E51;margin:0 0 5px 5px;}
.uzivatele-p .uzivatele-ome{padding:5px 0 5px 5px;}
.uzivatele-p .uzivatele-ome h2{font-size:14px;padding:0 0 5px 0;margin:0;color:#233E51;}
.uzivatele-p .uzivatele-ome p{padding:0 25px 5px 0;margin:0;text-align:justify;}
.uzivatele-p .uzivatele-misto{font-size:12px;padding:5px 0 5px 5px;}
.uzivatele-p .uzivatele-misto span{font-size:14px;font-weight:bold;}
.uzivatele .uzivatele-tl {}
.uzivatele .uzivatele-tl-p {padding:0 0 15px 0;float:right;}
.pt20{padding-top:20px;}
.uzivatele table{padding:5px 0 5px 35px;}
.uzivatele h2.maly{padding:25px 0 0 35px;margin:0;font-size:15px;color:#ff7510;}
.uzivatele .o-upravit{text-align:right;padding:0 45px 5px 0;font-weight:bold;}
.uzivatele .o-upravit a{color: #1892B5; text-decoration: none; border-bottom: 1px solid;}
.uzivatele .o-upravit a:hover{color:#FF7510;}
.uzivatele .polozka{padding:5px 0 0 45px;font-size:15px;}
.uzivatele .polozka span{width:150px;text-align:right;float:left;padding:1px 10px 0 0;color:#0D709E;font-weight:bold;font-size:13px;}
.uzivatele .polozka span.popis{width:300px;text-align:left;float:none;padding:2px 0 0 20px;color:#233E51;font-weight:normal;font-size:11px;}
.uzivatele .polozka-foto{padding:5px 0 5px 205px;}
.pb30{padding-bottom:30px;}
.uzivatele .editovat{background: url('https://static.cestolino.cz/direct/img/editovat.png') no-repeat 0 2px;padding:0 15px 0 20px;display:block;float:left;text-decoration:underline;}
.uzivatele .editovat-r{background: url('https://static.cestolino.cz/direct/img/editovat.png') no-repeat 0 2px;padding:0 15px 0 20px;display:block;float:right;text-decoration:underline;}
.uzivatele .aktivovat{background: url('https://static.cestolino.cz/direct/img/aktivovat.png') no-repeat 0 2px;padding:0 5px 0 15px;display:block;float:left;text-decoration:underline;}
.uzivatele .deaktivovat{background: url('https://static.cestolino.cz/direct/img/deaktivovat.png') no-repeat 0 3px;padding:0 5px 0 15px;display:block;float:left;text-decoration:underline;}
.uzivatele .smazat-r{background: url('https://static.cestolino.cz/direct/img/deaktivovat.png') no-repeat 0 8px;padding:5px 15px 0 20px;display:block;float:right;text-decoration:underline;}
.uzivatele .napoveda{padding:0 20px 0 20px;}
.uzivatele .napoveda h1{margin-left:0;}
.uzivatele .napoveda p{padding:5px 0 0 5px;}
.uzivatele form .fdescaj{padding:0 0 0 3px;font-weight:bold;font-size:13px;}
.uzivatele form .fdescaj .red{color:#FF0000;}
.uzivatele form .fdescaj .green{color:#3DA35A;}
.uzivatele .uzivatel-info-l{text-align:center;margin:0 0 15px 25px;}
.uzivatele .uzivatel-info-prezdivka{font-size:14px;color:#233E51;font-weight:bold;}
.uzivatele .uzivatel-info-prezdivka .o-upravit{font-weight:normal;text-align:center;padding:5px 0 0 20px;font-size:12px;}
.uzivatele .uzivatel-info-prezdivka .editovat-r{float:none;padding:0;}
.uzivatele ul.uzivatel-prehled{margin:15px 0 15px 0;font-size:16px;}
.uzivatele ul.uzivatel-prehled li{list-style: none;padding:0 0 5px 0;margin:0 0 0 15px;}
.uzivatele ul.uzivatel-prehled li a{}
.uzivatele ul.uzivatel-prehled li a:hover{}
.uzivatele #paging li{margin:0;padding:0;}

.uzivatele .uzivatel-info-l .dp-uzivatel-status{font-size:12px;}
.uzivatele .uzivatel-info-l .dp-uzivatel-pocty{font-size:12px;}

.uzivatele .uhotely{padding:15px 0 0 15px;}
.uzivatele .hhotel-o{float:left;width:370px;padding:0 0 20px 0;}
.uzivatele .hhotel-o .himage{float:left;width:170px;}
.uzivatele .uhotely h3{font-size:16px;}
.uzivatele .hhotel-o .hmisto{padding:3px 0 0 0;}
.uzivatele .hhotel-o .mateto{padding:10px 0 0 0;font-size:14px;color:#458B00;}

.uzivatele .uprispevky{padding:0 0 0 5px;width:770px;}
.uzivatele .uprispevky .dp-to{margin:0 5px 5px 5px;padding:0;border-top: 1px dashed #c7d0d6;}
.uzivatele .uprispevky .dp-to-prvni{border-top: 0px;}
.uzivatele .uprispevky .dp-telo{padding:10px 0 5px 0;}
.uzivatele .uprispevky .dp-vlozeno{font-size:10px;color:#233E51;margin:0 0 5px 5px;}
.uzivatele .uprispevky .dp-vlozeno .dp-vlozeno-l{}
.uzivatele .uprispevky .dp-odp{margin:0 0 0 790px;}
.uzivatele .uprispevky .dp-odp-o{font-size:13px;font-weight:bold;text-align:left;padding:45px 0 0 0;}
.uzivatele .uprispevky .dp-odp-o a{color:#1892B5;text-decoration:none;}
.uzivatele .uprispevky .dp-odp-o a span{text-decoration:underline;}
.uzivatele .uprispevky .dp-odp-o a:hover{text-decoration:none;}
.uzivatele .uprispevky .dp-odp-o a:hover span{text-decoration:none;}
.uzivatele .uprispevky .dp-text{font-size:12px;color:#233E51;text-align:justify;}
.uzivatele .uprispevky .dp-text a{color:#1892B5;text-decoration:underline;}
.uzivatele .uprispevky .dp-text a:hover{text-decoration:none;color:#FF7510;}
.uzivatele .uprispevky .dp-text p{padding:0;margin:0;text-align:left;}
.uzivatele .uprispevky .dp-t .dkategorie{font-size:12px;color:#233E51}
.uzivatele .uprispevky .dp-t .dkategorie a{color:#233E51;font-size:12px;font-weight:normal;}
.uzivatele .uprispevky .dp-t .dkategorie a:hover{text-decoration:none;color:#FF7510;}

.red{color:#FF0000;}

.ra-o{}
.ra-l{float:left;width:430px;padding:10px 0 0 25px;}
.ra-p{margin:0 0 0 430px;}
.ra-p .bright{margin:0 0 0 330px;}

div#main div#content div.bbox { border-top: 1px solid #c7d0d6; padding: 15px 22px }
div#main div#content div.bbox div.box1 { float: left; width: 300px }
div#main div#content div.bbox div.box1 a { text-decoration: none; font-weight: bold; font-size: 16px }
div#main div#content div.bbox div.box1 a:hover { text-decoration: underline }
div#main div#content div.bbox div.box1 a.date { color: #233e51 }
div#main div#content div.bbox div.box1 div.tour_info { float: left; width: 115px; margin-top:4px; margin-left:5px; font-size: 11px; line-height: 22px }
div#main div#content div.bbox div.box1 div.tour_info a.tour_operator { color: #ff7510 }
div#main div#content div.bbox div.box1 div.tour_info span { background: url('https://static.cestolino.cz/direct/img/transport_1_ico.png') no-repeat; padding-left: 25px; }
div#main div#content div.bbox div.box1 div.last_minute { background: url('https://static.cestolino.cz/direct/img/last_minute.png') no-repeat center top; float: right; color: #4f8a16; font-size: 16px; font-weight: bold; padding-top: 16px; margin-top: 30px }
div#main div#content div.bbox div.box2 { float: left; width: 350px; margin: 0 25px }
div#main div#content div.bbox div.box2 a.link1 { color: #233e51 }
div#main div#content div.bbox div.box2 a.link2 { background: url('https://static.cestolino.cz/direct/img/link.png') no-repeat 0 4px; color: #1892b5; padding-left: 15px; margin-left: 10px }
div#main div#content div.bbox div.box2 div.hotel { margin-top: 20px }
div#main div#content div.bbox div.box2 div.hotel a { color: #1892b5; font-size: 16px; font-weight: bold; text-decoration: none; float: left;padding-right:5px;}
div#main div#content div.bbox div.box2 div.hotel:hover a { text-decoration: underline }
div#main div#content div.bbox div.box2 div.hotel a.star { background: url('https://static.cestolino.cz/direct/img/star.png'); width: 9px; height: 9px; display: block; float: left }
div#main div#content div.bbox div.box2 div.hotel a.star_half { background: url('https://static.cestolino.cz/direct/img/star_half.png'); width: 9px; height: 9px; display: block; float: left }
div#main div#content div.bbox div.box2 div.hotel .star { background: url('https://static.cestolino.cz/direct/img/star.png'); width: 9px; height: 9px; display: block; float: left }
div#main div#content div.bbox div.box2 div.hotel .star_half { background: url('https://static.cestolino.cz/direct/img/star_half.png'); width: 9px; height: 9px; display: block; float: left }
div#main div#content div.bbox div.box2 div.bubble { float: left; position: relative; margin-top: 15px }
div#main div#content div.bbox div.box2 div.bubble div.bubble_left { background: url('https://static.cestolino.cz/direct/img/bubble_left.png'); width: 6px; height: 33px; float: left }
div#main div#content div.bbox div.box2 div.bubble div.bubble_center { background: url('https://static.cestolino.cz/direct/img/bubble.gif'); float: left; padding: 0 3px }
div#main div#content div.bbox div.box2 div.bubble a { background: url('https://static.cestolino.cz/direct/img/bubble_top.png') no-repeat center top; display: inline; float: left; height: 33px; font-size: 11px; font-weight: bold; color: #233e51; line-height: 30px; margin-top: -8px; padding-top: 8px }
div#main div#content div.bbox div.box2 div.bubble div.bubble_right { background: url('https://static.cestolino.cz/direct/img/bubble_right.png'); width: 6px; height: 33px; float: left }

div#main div#content div.bbox div.box2 span.diagram_info { font-weight: bold; font-size: 15px; vertical-align: middle;float:left;padding-right:10px;margin:10px 0 0 5px;}
div#main div#content div.bbox div.box2 span.perc { font-size: 19px;margin-left:5px;color:#1892B5;}
div#main div#content div.bbox div.box2 div.more {text-align:right;margin:8px 85px 0 0;}
div#main div#content div.bbox div.box2 div.more a { background: url('https://static.cestolino.cz/direct/img/more.png') no-repeat 0 3px;padding-left:14px;color: #1892b5; font-weight: bold; font-size: 11px;}
div#main div#content div.bbox div.box2 div.more a:hover { color: #ff7510 }


div#main div#content div.bbox div.box3 { float: left; width: 240px;padding:0 0 0 0; }
div#main div#content div.bbox div.box3 a.price { font-size: 25px; color: #ff7510; font-weight: bold; text-decoration: none; margin-top: -5px }
div#main div#content div.bbox div.box3 a.price:hover { color: #233e51 }
div#main div#content div.bbox div.box3 a.price-s { font-size: 18px; color: #ff7510; font-weight: bold; text-decoration: none;}
div#main div#content div.bbox div.box3 a.price-s:hover { color: #233e51 }
div#main div#content div.bbox div.box3 .h-terminy{text-align:center;margin:40px 0 0 0;}
div#main div#content div.bbox div.box3 .h-terminy .pocet-terminu{font-size:15px;}
div#main div#content div.bbox div.box3 .h-terminy .pocet-terminu a {color: #233e51;text-decoration: none;}
div#main div#content div.bbox div.box3 .h-terminy .pocet-terminu a:hover {text-decoration:underline;}
div#main div#content div.bbox div.box3 .h-terminy .ceny-terminu{font-size:15px;margin:10px 0 0 0;}
div#main div#content div.bbox div.box3 .h-terminy .ceny-terminu a {color: #ff7510;text-decoration: none;}
div#main div#content div.bbox div.box3 .h-terminy .ceny-terminu a:hover { color: #233e51;text-decoration:underline;}
div#main div#content div.bbox div.box3 a.box_button_d { background: url('https://static.cestolino.cz/direct/img/box_button.png'); display: block; width: 126px; height: 36px; color: #fff; text-decoration: none; text-align: center; font-weight: bold; font-size: 14px; line-height: 36px; margin:12px 0 0 65px;}
div#main div#content div.bbox div.box3 a.box_button_d:hover { background-position: 0 36px }

div#main div#content div.bbox div.box3 div.review { border-top: 1px dotted #9eb0bc; margin-top: 3px; padding: 13px 0 }
div#main div#content div.bbox div.box3 div.review a.travel { float: left; color: #1892b5; font-size: 16px; font-weight: bold }
div#main div#content div.bbox div.box3 div.review a.travel:hover { color: #ff7510 }
div#main div#content div.bbox div.box3 div.review div.perc_blue { background: url('https://static.cestolino.cz/direct/img/perc_blue.png'); width: 45px; line-height: 25px; text-align: center; font-weight: bold; color: #fff; float: right; margin: 0 15px }
div#main div#content div.bbox div.box3 div.review div.review_info { float: right; font-size: 10px; width: 100px }
div#main div#content div.bbox div.box3 div.review div.review_info a{color:#233E51;}
div#main div#content div.bbox div.box3 div.review div.review_info a:hover{color:#ff7510;}
div#main div#content div.bbox div.box3 div.review a.show { float: right; color: #ff7510; font-size: 11px; font-weight: bold; margin: 5px 0 0 19px }
div#main div#content div.bbox div.box3 div.review a.show:hover { color: #1892b5 }
div#main div#content div.bbox div.box3 a.price {  float:left;width:180px;height: 36px;font-size: 25px; color: #ff7510; font-weight: bold; text-decoration: none;margin-top:30px;}
div#main div#content div.bbox div.box3 a.price:hover { color: #233e51 }
div#main div#content div.bbox div.box3 a.box_button { float:left;background: url('https://static.cestolino.cz/direct/img/box_button.png'); display: block;  width: 126px; height: 36px; color: #fff; text-decoration: none; text-align: center; font-weight: bold; font-size: 14px; line-height: 36px;margin-top:30px; }
div#main div#content div.bbox div.box3 a.box_button:hover { background-position: 0 36px }

.tipy{}
.tipy h2{margin-bottom:0;}
.tipy .tip-o{}
.tipy .tip-d .tip-l{width:600px;float:left;margin:0 30px 0 30px;text-align:justify;}
.tipy .tip-d .tip-r{margin:0 30px 0 660px;}
.tipy .tip-o .tip-l{width:740px;float:left;margin:0 30px 0 30px;text-align:justify;}
.tipy .tip-o .tip-r{margin:0 30px 0 790px;}

.tipy .tip-hp .tip-l{float:left;margin:0 30px 0 20px;text-align:justify;}
.tipy .tip-l a{color:#1892B5;text-decoration:underline;}
.tipy .tip-l a:hover{color:#FF7510;text-decoration:none;}
.tipy .tip-l h1{margin:0;padding:10px 0 5px 0;}
.tipy .tip-top{}
.tipy .tip-top .t-parametry-o{background-color:#FCF8C0;border:1px dotted #FF7510;display:block;margin:5px 30px 10px 25px;padding:10px 5px 10px 5px;font-size:14px;}
.tipy .tip-top .t-parametry-o p{margin:0;padding:0;}
.tipy .tip-top .t-parametry-o ul{margin:0 0 0 25px;padding:0;}
.tipy .tip-top .t-parametry-o li{margin:3px 0 3px 0;padding:0 0 0 5px;}
.tipy .tip-top img{float:left;}
.tipy .tip-top div.image {float:left;padding: 23px 20px 0 0;margin:0 0 0 25px;}
.tipy .tip-top p.perex{font-size:17px;margin:20px 30px 0 0;}
.tipy .tip-obsah{font-size:15px;}
.tipy .tip-obsah img {font-size:15px;margin: 10px 0 10px 0;height:auto;}
.tipy .tip-obsah h2{margin:10px 0 10px 0;}
.tipy .tip-obsah iframe{margin:0 auto 10px auto;display:block;}
.tip-obsah p {
    margin-top: 24px;
}
.tip-obsah h3 {
    margin-top: 32px;
}
.fig-img img {
    max-width: 100%;
    height: auto;
}
/*
.tip-obsah p>strong {
    margin-bottom: 12px;
    display: inline-block;
}
*/
.tipy .tip-obsah ul{margin:0 0 0 40px;padding:0;}
.tipy .tip-obsah ul li{margin:0;padding:0 0 4px 0;}
.tipy .tip-obsah p.tip-upozorneni{font-size:13px;padding:10px 10px 10px 10px;}
.tipy .tip-l .banner-bottom{padding:10px 0 10px 20px;}
.tipy .tip-v{margin:10px 0 0 15px;}
.tipy .tip-v img{float:left;}
.tipy .tip-v div.image {float: left; width:200px;padding:0;text-align:center;margin:10px 0 0 5px;}
.tipy .tip-v .t-parametry-o{background-color:#FCF8C0;border:1px dotted #FF7510;display:block;margin:5px 0 5px;padding:5px;}
.tipy .tip-v .t-parametry{font-size:12px;}
.tipy .tip-v .t-parametry span{font-weight:bold;font-size:13px;}
.tipy .tip-v div.nazev a {color:#1892B5;font-size:16px;font-weight:bold;padding-right:5px;text-decoration:none;}
.tipy .tip-v div.nazev a:hover{color:#FF7510;text-decoration:undeline;}
.tipy .tip-v .tip-v-r{margin:0 0 0 220px;}
.tipy .tip-v .tip-v-r .t-parametry-o{background-color:#FCF8C0;border:1px dotted #FF7510;display:block;margin:10px 0 0 0;padding:10px 5px 10px 5px;font-size:13px;}
.tipy .tip-v .tip-v-r .t-parametry-o p{margin:0;padding:0;}
.tipy .tip-v .tip-v-r .t-parametry-o ul{margin:0 0 0 20px;padding:0;}
.tipy .tip-v .tip-v-r .t-parametry-o li{margin:3px 0 3px 0;padding:0 0 0 0;}
.tipy .tip-v .tip-v-r p{margin:0;padding:10px 0 3px 0;}
.tipy div.more {text-align:left;margin:0 0 5px 5px;}
.tipy div.more a { background: url('https://static.cestolino.cz/direct/img/more.png') no-repeat 0 3px;padding-left:14px;color: #1892b5; font-weight: bold; font-size: 14px;}
.tipy div.more a:hover {text-decoration:none;color:#FF7510;}
.tipy .bb{border-bottom:1px dashed #C7D0D6;margin-bottom:10px;padding-bottom:10px}
.tipy .banner-pravy{padding-top:30px;}
.tipy .komentare-f h3{font-size:15px;font-weight:bold;}
.tipy .komentare-pocet{font-size:12px;color:#233E51;margin:0 0 5px 0;text-align:right;}
.tipy .komentare-pocet a{color:#1892B5;text-decoration:none;}
.tipy .komentare-pocet a span{text-decoration:underline;}
.tipy .komentare-pocet a:hover{color:#FF7510;}
.tipy .komentare-pocet a:hover span{text-decoration:none;}

.tipy .magazin-top{}
.tipy .magazin-top img{}
.tipy .magazin-top div.image {padding: 10px 0 0 0;}
.tipy .magazin-top p{font-size:16px;margin:10px 30px 0 0;font-weight:bold;}
.tipy .vlozeno{font-size:14px;margin:10px 0 0 0;color:#3d4549}

.tipy .magazin-top .t-parametry-o{background-color:#FCF8C0;border:1px dotted #FF7510;display:block;margin:5px 30px 10px 25px;padding:10px 5px 10px 5px;font-size:14px;}
.tipy .magazin-top .t-parametry-o p{margin:0;padding:0;}
.tipy .magazin-top .t-parametry-o ul{margin:0 0 0 25px;padding:0;}
.tipy .magazin-top .t-parametry-o li{margin:3px 0 3px 0;padding:0 0 0 5px;}

.soc{background-color:#F8F8F8;padding:10px 0 10px 15px;clear:both;min-height:20px;margin:15px 0 10px 0;border:1px dotted #666666;}
.soc-maly{padding:0 0 10px 0;clear:both;}
.soc-diskuze{padding:0 0 0 550px;clear:both;height:25px}
.sikony{clear:both;}
.sikony h3{padding:0 0 10px 0;}
.sikony div.sikona{float:left;padding:0 0 0 20px;}
.sikony div.sikona-mala{float:left;padding:0 0 0 0;}
.mr10{margin-right:10px;}

.fradit{}
.fradit dl{padding:0;margin:0;}
.fradit .lh-sb{text-align:right;}
.fradit label.lh-label {margin:0;padding:0;font-weight:normal;width:150px;}
.fradit .select-190 select{background: url('https://static.cestolino.cz/direct/img/sel_inp_165px.png'); border: 0; width: 165px; height: 27px; padding: 5px;cursor: pointer; margin:0 0 0 5px;}

.hp-oblibene{margin:0 30px;}
.hp-oblibene-o{clear:both;padding:0 0 7px 0;}
.hp-oblibene-z{float:left;width:170px;font-size:15px;color:#233E51;}
.hp-oblibene-z a{color:#233E51;text-decoration:none;font-size:13px;}
.hp-oblibene-z a span{text-decoration:underline;font-size:15px;}
.hp-oblibene-z a:hover{color:#FF7510;}
.hp-oblibene-z a:hover span{text-decoration:none;}
.hp-oblibene-l{margin:0 0 0 180px;font-size:14px;}
.hp-oblibene-l a{color:#1892B5;text-decoration:underline;}
.hp-oblibene-l a:hover{text-decoration:none;color:#FF7510;}

.hp-b-l{float:left;width:420px;border-right: 1px dotted #9eb0bc;}
.hp-b-r{float:left;width:500px;margin:0 0 0 20px;}

.hp-n-rec{padding:15px 0 0 0;display:flow-root;}
.hp-n-rec-o{float:left;margin:0 5px 0 0;width:86px;text-align:center;}
.hp-n-rec .hotel{font-weight:bold;font-size:13px;}
.hp-n-rec .hotel a{float:left;margin:0 5px 0 0;color:#1892B5;}
.hp-n-rec .hotel a:hover{text-decoration:none;color:#FF7510;}
.hp-n-rec .hotel .star { background: url('https://static.cestolino.cz/direct/img/star.png'); width: 9px; height: 9px; display: block; float: left }
.hp-n-rec .hotel .star_half { background: url('https://static.cestolino.cz/direct/img/star_half.png'); width: 9px; height: 9px; display: block; float: left }
.hp-n-rec .r-oblast{color:#233E51;padding:0 0 0 7px;}
.hp-n-rec .diagram_info{font-weight: bold; font-size: 14px; vertical-align: middle;float:left;padding-right:10px;margin:0 15px 0 7px;}
.hp-n-rec .diagram_info span.perc { font-size: 16px;margin-left:5px;color:#1892B5;}
.hp-n-rec div.more {text-align:left;}
.hp-n-rec div.more a { background: url('https://static.cestolino.cz/direct/img/more.png') no-repeat 0 3px;padding-left:14px;color: #1892b5; font-weight: bold; font-size: 11px;}
.hp-n-rec a:hover { color: #ff7510 }
.hp-n-rec-bb{border-bottom: 1px dotted #9eb0bc;padding:15px 0 0 0;margin:0 30px 10px 0;}

.hp-n-dis{padding:15px 0 0 0;display:flow-root;}
.hp-n-dis-f{float:left;width:65px;text-align:center;margin: 0 5px 0 0;}
.hp-n-dis a{color:#1892B5;}
.hp-n-dis a:hover{text-decoration:none;color:#FF7510;}

.mag-n-dis{padding:10px 0 0 0;color:#233e51;}
.mag-n-dis-f{float:left;width:65px;text-align:center;margin: 0 5px 0 0;}
.mag-n-dis a{color:#1892B5;font-size:13px;}
.mag-n-dis a:hover{text-decoration:none;color:#FF7510;}
.mag-n-dis p{font-size:13px;margin:5px 0 5px 0}
.dis-bb{border-bottom:1px dashed #C7D0D6;}

.hz-o{margin:0 20px;}
.hz-o h2{margin:0 0 15px 0;padding:0; color: #ff7510; font-size: 20px}
.hz-o .terminy .termin-p .table_box .termin-n-1{width:260px;float:left;}
.hz-o .terminy .termin-p .table_box .termin-n-2{width:105px;float:left;padding:3px 0 0 10px;}
.hz-o .terminy .termin-p .table_box .termin-n-4{width:120px;float:left;padding:3px 0 0 0;}
.hz-o .terminy .termin-p .table_box .termin-n-5{width:150px;float:left;padding:0 0 0 10px;}
.hz-o .terminy .termin-p .table_box .termin-n-6{width:110px;float:left;}

.nterminy{}
.nterminy .ntermin{padding:10px 10px 15px 10px;margin:0 0 15px 0;}
.nterminy .t-top .t-top-l{width:460px;float:left;vertical-align:middle;text-align:center;}
.nterminy .t-top .t-top-p{width:460px;float:left;margin:0 0 0 10px;}

.nterminy h3{font-size:19px;padding:0 3px 0 0;margin:0;float:left}
.nterminy .nadpis {}
.nterminy .nadpis a {text-decoration:underline;}
.nterminy .nadpis a:hover h3 {text-decoration:none;}
.nterminy .nadpis a h3 {color:#1892B5;padding:0 10px 5px 0;text-decoration:underline;}
.nterminy .nadpis a:hover h3 {color:#FF7510;}
.nterminy .nadpis-maly {}
.nterminy .nadpis-maly h3{font-size:16px;}
.nterminy .nadpis-maly a {text-decoration:none;}
.nterminy .nadpis-maly a:hover h3 {text-decoration:undeline;}
.nterminy .nadpis-maly a h3 {color:#1892B5;padding:0 10px 5px 0;text-decoration:none;}
.nterminy .nadpis-maly a:hover h3 {color:#FF7510;text-decoration:undeline;}
.nterminy .star { background: url('https://static.cestolino.cz/direct/img/star.png'); width: 9px; height: 9px;float: left }
.nterminy .star_half { background: url('https://static.cestolino.cz/direct/img/star_half.png'); width: 9px; height: 9px;float: left }

.nterminy .t-misto {padding:0 0 3px 5px;}
.nterminy a.link1 { color: #233e51;font-size:15px;font-weight:bold;}
.nterminy a.link1:hover {color:#FF7510;}
.nterminy a.link2 { background: url('https://static.cestolino.cz/direct/img/link.png') no-repeat 0 4px; color: #1892b5; padding-left: 12px; margin-left: 7px; font-size:15px;font-weight:bold;}
.nterminy a.link2:hover {color:#FF7510;}

.nterminy span.diagram_info { font-weight: bold; font-size: 14px; vertical-align: middle;float:left;padding-right:10px;margin:10px 10px 0 5px;}
.nterminy span.perc { font-size: 16px;margin-left:5px;color:#1892B5;}
.nterminy div.more {text-align:left;padding:10px 0 0 0;}
.nterminy div.more a { background: url('https://static.cestolino.cz/direct/img/more.png') no-repeat 0 3px;padding-left:14px;color: #1892b5; font-weight: bold; font-size: 11px;}
.nterminy div.more a:hover { color: #ff7510 }

.nterminy .t-zajezd{margin:15px 0 0 5px;background-color:#FCF8C0;border:1px dotted #FF7510;display:block;padding:10px;}
.t-zajezd-l{float:left;width:300px}
.t-zajezd-p{margin:0 0 0 310px;padding:15px 0 0 0;}
.nterminy .t-zajezd h4{padding:0 0 3px 0;margin:0;}
.nterminy .t-zajezd .ihotel{padding:0 0 0 10px;}
.nterminy .t-zajezd .ihotel a{color:blue;font-size:13px;font-weight:normal;text-decoration:underline;}
.nterminy .t-zajezd .ihotel a:hover{color:#ff7510;text-decoration:none;}
.nterminy .t-zajezd div.arrow { color: #1892b5;padding:4px 0 0 30px;}
.nterminy .t-zajezd div.arrow a { background: url('https://static.cestolino.cz/direct/img/link.png') no-repeat 0 3px; padding-left: 10px; text-decoration: undeline; color:#233e51;font-weight:normal;font-size:13px;}
.nterminy .t-zajezd div.arrow a:hover{color:#ff7510;}
.nterminy .t-zajezd .ntermin-n-platnost{padding:3px 0 0 43px;}
.nterminy .t-zajezd .ntermin-n-platnost span{color:#333333;}
.nterminy .t-zajezd .ntermin-n-days{padding:3px 0 0 43px;}
.nterminy .t-zajezd .ntermin-n-transport{padding:3px 0 0 43px;}
.nterminy .t-zajezd .ntermin-strava{padding:3px 0 0 43px;}
.nterminy .t-zajezd .ntermin-typ{padding:3px 0 0 43px;}
.nterminy .t-zajezd .ntermin-n-price{padding:3px 0 0 43px;}
.nterminy .t-zajezd .ntermin-n-price a { color: #ff7510; font-size: 17px; font-weight: bold;text-decoration: none }
.nterminy .t-zajezd .ntermin-n-price a:hover{color:#1892b5;}
.nterminy .t-zajezd .ntermin-n-price a.puvodni { color: #666666; font-size: 15px; font-weight:normal;text-decoration:line-through;padding:0 0 0 5px;}
.nterminy .t-zajezd .ntermin-n-price a.puvodni:hover{color:#1892b5;}
.nterminy .t-zajezd .ntermin-button{padding:5px 0 0 43px;}

.nterminy .t-dalsi{padding:5px 0 0 5px;}
.nterminy .t-dalsi a{ background: url('https://static.cestolino.cz/direct/img/more.png') no-repeat 0 3px;padding-left:14px; font-weight: bold; font-size:12px;color:#233e51;}
.nterminy .t-dalsi a:hover {color:#FF7510;}
.nterminy .hs-detail{margin:5px 0 0 0;text-align:right;}
.nterminy .hs-detail a{color:#1892B5;font-size:12px;}
.nterminy .hs-detail a:hover{color:#FF7510;}

.tz-vypis{}
.tz-vypis h1{margin:10px 0 0 0;}
.tz-vypis .tz-vypis-o{padding:10px 30px 15px 30px;}
.tz-vypis a{color:#1892B5;}
.tz-vypis a:hover{color:#ff7510;}
.tz-vypis .tz-vypis-o a h2{color:#1892B5;}
.tz-vypis .tz-vypis-o a:hover h2{color:#ff7510;}
.tz-vypis .tz-vypis-o h2{margin:0 0 5px 0;font-size:18px;font-weight:normal;}
.tz-vypis .tz-vlozeno{padding:0 0 0 5px;font-size:12px;}
.tz-vypis p{padding:5px 0 0 5px;margin:0;font-size:13px;}
.tz-vypis .tz-stahnout{margin:10px 0 0 5px;font-size:16px;}
.tz-vypis .tz-stahnout img{float:left;margin:0 10px 0 0;}
.tz-vypis .tz-stahnout div{padding:12px 0 0 0;}

.tz-detail{padding:0 30px 25px 0;}
.tz-detail h1{margin:10px 0 5px 0;font-size: 22px}
.tz-detail h2{margin:0 0 5px 0;font-size:18px;font-weight:normal;}
.tz-detail .tz-vlozeno{padding:0 0 0 5px;font-size:12px;}
.tz-detail a{color:#1892B5;}
.tz-detail a:hover{color:#ff7510;}
.tz-detail p{padding:5px 0 10px 0;margin:0;text-align:justify;}
.tz-detail .tz-stahnout{margin:20px 0 0 5px;font-size:17px;}
.tz-detail .tz-stahnout img{float:left;margin:0 10px 0 0;}
.tz-detail .tz-stahnout div{padding:12px 0 0 0;}
.tz-detail .tz-telo{padding:0 0 0 5px;font-size:14px;}

.kestazeni-o{padding:0 0 30px 10px;}
.kestazeni-o img{padding:0 30px 0 0;float:left;}
.kestazeni-o img.mt20{padding-top:20px;}
.kestazeni-o h2{}
.kestazeni-oo{padding:0 0 0 30px;}

.tz-odber-o{padding:0 30px 15px 30px;}

.nos-vypis-o{padding:10px 30px 5px 30px;}
.nos-vypis-o a{font-size:15px;text-decoration:underline;color:#1892B5;}
.nos-vypis-o a:hover{color:#ff7510;}
.nos-vypis-o a.nazev{font-weight:bold;font-size:16px;text-decoration:none;color:#233E51;margin:0 5px 0 0;}
.nos-vypis-o a.nazev:hover{color:#ff7510;}

#newssingupbox {text-align: left;border:10px solid #E3EBA6;border-radius: 10px 10px 10px 10px;background-color:#E3EBA6;}
#newssingupbox .header {height:5px;}
#newssingupbox .body {background-color:#E3EBA6;padding:0;}
#newssingupbox .footer {height:5px;}
#newssingupbox h3.ov-title{color:#333333;font-size:18px;font-weight:bold;padding:0px 10px 10px 10px;float:left;}
#newssingupbox span.close {float:right;display:block;cursor:pointer;position:relative;top:0;left:0;margin:0 5px 0 0;}
#newssingupbox .ov-content{clear:both;padding:0 15px 20px 15px;background-color:#FFFFFF;border:5px solid #FFFFFF;border-radius: 5px 5px 5px 5px;}

.newsform{padding:5px 0 0 25px;}
.newsform a{color:#1892B5;text-decoration:underline;}
.newsform a:hover{color:#FF7510;text-decoration:none;}
.newsform .pfln{width:600px;clear:both;}
.newsform .pflabel{float:left;width:80px;text-align:right;margin:10px 10px 0 0;color:#0D709E;font-weight:bold;}
.newsform .pflabel-v{float:left;width:120px;text-align:right;margin:10px 10px 0 0;color:#0D709E;font-weight:bold;font-size:17px;}
.newsform .pfinput{}
.newsform .pfinput input{width:250px; padding: 5px; margin: 6px 10px 6px 0;float:left;}
.newsform .pfinputm{}
.newsform .pfinputm input{width:100px; padding: 5px; margin: 6px 10px 6px 0;float:left;}
.newsform .pflnch{width:600px;clear:both;padding:10px 0 0 0;}
.newsform .pfcheckbox input{float:left;margin:3px 10px 5px 90px;}
.newsform .pflabel-s{color:#233E51;width:500px;}
.newsform .pfsubmit{padding:20px 0 0 90px;}
.newsform .pfsubmit input { background: url('https://static.cestolino.cz/direct/img/g-submit.png'); width: 212px; height: 54px; border: 0; cursor: pointer; color: #fff;font: bold 19px/54px Calibri,Arial }
.newsform .pfsubmit input:hover { background-position: 0 54px; color: #043f55 }
.newsform .fpovinne{padding:15px 0 0 100px;color:#666666;}
.newsform .pfdnd{float:left;width:250px}
.newsform .pfdnm{float:left;width:100px}
.newsform .pftextarea350 textarea{width:350px; padding: 5px; margin: 6px 10px 6px 0;}
.newsform .hint{padding:10px 0 0 0;font-size:11px;}
.newsform .select_113px select {width:113px; padding: 5px; margin: 6px 10px 6px 0;float:left;}
.hlok{margin:20px 0 0 10px;color:#333333;font-size:18px;font-weight:bold;}
.hlok a {color: #1892b5;}
.hlok a:hover { color: #ff7510 }
.hlok ul{margin:0;padding:5px 0 0 0;}
.hlok li{margin:0 0 0 30px;padding:5px 0 0 0;}
#newsform-text{font-weight:bold;font-size:20px;}
#newsform-text ul{margin:0;padding:0;font-size:15px;}
#newsform-text li{margin:0 0 0 50px;padding:5px 0 0 0;}
#newsform-text p{margin:10px 0 0 0;padding:0;}
#newsform-text p.btext{font-size:17px;color:#1892B5;margin:15px 0 0 0;}
#newsform-text p.nadpis{margin:10px 0 0 0;padding:0;font-size:16px;}
#newsform-text p.podnadpis{margin:10px 0 0 0;padding:0;font-size:15px;}
.newsform-o{}
.newsform-l{float:left;width:520px;}
.newsform-p{margin:5px 0 0 530px;}

.newsform-e{padding:0 0 0 30px;}
.newsform-e h2{margin:0;padding:5px 0 0 0;font-size:18px;color:#1892B5;}
.newsform-e .newsform-podekovani p{font-size:18px;padding:0 0 0 5px;}
.newsform-e .newsform-podekovani a{text-decoration:none;color:#3B5998;}
.newsform-e .newsform-podekovani a span{text-decoration:underline;}
.newsform-e .newsform-podekovani a:hover span{text-decoration:none;}
.newsform-e .newsform-podekovani a:hover{color:#FF7510;}
.newsform-e .newsform-podekovani ul{margin:0;padding:0;font-size:15px;}
.newsform-e .newsform-podekovani li{margin:0 0 0 50px;padding:5px 0 0 0;}
.newsform-e .newsform-podekovani li a{text-decoration:underline;color:#1892B5;}

.news-odhlaseni-o{}
.news-odhlaseni-l{float:left;width:480px;padding:10px 0 0 40px;font-size:15px;}
.news-odhlaseni-p{margin:0 0 0 540px;background-image: url('https://static.cestolino.cz/direct/img/newsletter/odhlaseni.png');background-repeat:no-repeat;background-position:right;min-height: 270px;_height: 290px;}
.news-odhlaseni-o ul{margin:0;padding:0;}
.news-odhlaseni-o li{margin:0 0 0 50px;padding:5px 0 0 0;}
.news-odhlaseni-o a{text-decoration:underline;color:#1892B5;}

#newssingupbox .ov-content-sin{clear:both;background-color:#FFFFFF;border:2px solid #FFFFFF;border-radius: 5px 5px 5px 5px;}
#newsform-text-sin{font-weight:bold;font-size:20px;padding:0 10px 0 10px}
#newsform-text-sin ul{margin:0;padding:0;font-size:13px;font-weight:normal;}
#newsform-text-sin li{margin:0 0 0 50px;padding:5px 0 0 0;}
#newsform-text-sin p{margin:10px 0 0 0;padding:0;}
#newsform-text-sin p.btext{font-size:17px;color:#1892B5;margin:15px 0 0 0;}
#newsform-text-sin p.nadpis{margin:10px 0 0 0;padding:0;font-size:16px;}
#newsform-text-sin p.podnadpis{margin:3px 0 0 10px;padding:0;font-size:15px;}
.newsform-o .sin-odkazy-pata {padding:0;text-align:center;}
.newsform-o .sin-odkazy-pata a {color:#1892B5;}
.newsform-o .sin-odkazy-pata a:hover {color:#FF7510;}
.newsform-hl-o{border-bottom:1px dotted #C7D0D6;}
.newsform-hl-l{float:left;width:350px;padding:5px 0 5px 10px;}
.newsform-hl-r{margin:0 0 0 360px;padding:18px 15px 0 0;font-size:16px;text-align:right;color:#233E51;}

.hl-p{float:right;background-color:#FCF8C0;padding:4px 2px;}
.hl-p-t{margin:3px 0 4px 2px;font-size:13px;text-align:left;}
.hl-p-t a{text-decoration:underline;color:#233e51;}
.hl-p-t a span{text-decoration:none;}
.hl-p-t a:hover span{text-decoration:none;}
.hl-p-t a:hover{color:#FF7510;text-decoration:none;}
.hl-p-b{text-align:right;margin:3px 0 3px 0;font-size:13px;color: #233e51}
.hl-p-b a{text-decoration:underline;color: #233e51}
.hl-p-b a.l-profil{font-size:12px;}
.hl-p span.l-odhlasit{font-size:11px;}
.hl-p-b a:hover{color:#FF7510;text-decoration:none;}
.hl-p-mile{text-align:left;font-size:12px;margin:3px 0 3px 2px;}
.hl-p-mile a{text-decoration:none;color:#1892B5;}
.hl-p-mile a span{text-decoration:underline;}
.hl-p-mile a:hover span{text-decoration:none;}
.hl-p-mile a:hover{color:#FF7510;}
.hl-p-mile a span.ziskat{text-decoration:underline;color:#233E51;}
.hl-p-mile a:hover span.ziskat{color:#FF7510;text-decoration:none;}

.mile-sber{padding:0 20px 7px 35px;}
.mile-sber p{margin:0;padding:0 0 0 20px;}
.mile-sber .mile-sber-top{font-size:16px;font-weight:bold;padding:0 0 3px 0;}


.mile-sber-chystane{padding:0 20px 7px 35px;}
.mile-sber-chystane p{margin:0;padding:0 0 0 20px;}
.mile-sber-chystane .mile-sber-top{font-size:16px;font-weight:bold;padding:0 0 3px 0;}

.mile-odmeny-o{padding:0 30px 0 30px;}
.mile-odmeny{width:320px;float:left;text-align:center;border:1px dotted #FF7510;padding:5px;margin:0 30px 15px 0;}
.mile-odmeny .mile-odmeny-logo{padding:0 0 15px 0;}
.mile-odmeny .mile-odmeny-nadpis{font-size:16px;font-weight:bold;padding:0 0 3px 0;}
.mile-odmeny .mile-odmeny-pocet{font-size:14px;font-weight:bold;padding:0 0 3px 0;}
.mile-odmeny p{margin:0;padding:5px 0;text-align:center;}
.mile-odmeny .mile-odmeny-zadost{font-size:15px;}

.mile-sdilet{background-color:#FCF8C0;padding:8px 10px;margin:10px 0 10px 25px;width:400px;font-size:14px;}
.mile-sdilet span{font-size:15px;font-weight:bold;color:#1892B5;padding-left:10px;}


.hs-box{padding:0 25px 15px 25px;}
.hs-box .hs-box-nabidka{float:left;width:300px;text-align:center;}
.hs-box .mr10{margin-right:20px;}
.hs-box .hs-box-nabidka-img{width:280px;height:173px;vertical-align:bottom;display:table-cell;}
.hs-box .hs-box-nabidka h3 {font-size:13px;margin:10px 0 0 0;text-align:left;}
.hs-box .hs-box-nabidka h3 a {color:#1892B5;}
.hs-box .hs-box-nabidka h3 a:hover{color:#FF7510}
.hs-box .hs-box-nabidka .t-termin{margin:15px 10px 0 0;background-color:#FCF8C0;border:1px dotted #FF7510;display:block;padding:10px;text-align:left;}
.hs-box .hs-box-nabidka .t-termin h4{padding:0 0 3px 0;margin:0;}
.hs-box .hs-box-nabidka .t-termin .ihotel{padding:0 0 0 10px;}
.hs-box .hs-box-nabidka .t-termin .ihotel a{color:blue;font-size:13px;font-weight:normal;text-decoration:underline;}
.hs-box .hs-box-nabidka .t-termin .ihotel a:hover{color:#ff7510;text-decoration:none;}
.hs-box .hs-box-nabidka .t-termin div.arrow { color: #1892b5;padding:4px 0 0 30px;}
.hs-box .hs-box-nabidka .t-termin div.arrow a { background: url('https://static.cestolino.cz/direct/img/link.png') no-repeat 0 3px; padding-left: 10px; text-decoration: undeline; color:#233e51;font-weight:normal;font-size:13px;}
.hs-box .hs-box-nabidka .t-termin div.arrow a:hover{color:#ff7510;}
.hs-box .hs-box-nabidka .t-termin .ntermin-n-platnost{padding:3px 0 0 10px;}
.hs-box .hs-box-nabidka .t-termin .ntermin-n-platnost span{color:#333333;}
.hs-box .hs-box-nabidka .t-termin .ntermin-n-days{padding:3px 0 0 10px;}
.hs-box .hs-box-nabidka .t-termin .ntermin-n-transport{padding:3px 0 0 10px;}
.hs-box .hs-box-nabidka .t-termin .ntermin-strava{padding:3px 0 0 10px;}
.hs-box .hs-box-nabidka .t-termin .ntermin-typ{padding:3px 0 0 10px;}
.hs-box .hs-box-nabidka .t-termin .ntermin-n-price{padding:3px 0 0 10px;}
.hs-box .hs-box-nabidka .t-termin .ntermin-n-price a { color: #ff7510; font-size: 17px; font-weight: bold;text-decoration: none }
.hs-box .hs-box-nabidka .t-termin .ntermin-n-price a:hover{color:#1892b5;}
.hs-box .hs-box-nabidka .t-termin .ntermin-n-price a.puvodni { color: #666666; font-size: 15px; font-weight:normal;text-decoration:line-through;padding:0 0 0 5px;}
.hs-box .hs-box-nabidka .t-termin .ntermin-n-price a.puvodni:hover{color:#1892b5;}
.hs-box .hs-box-nabidka .t-termin .ntermin-button{padding:5px 0 0 10px;}

.hs-box .t-dalsi{padding:10px 15px 0 0;text-align:right;}
.hs-box .t-dalsi a{ background: url('https://static.cestolino.cz/direct/img/more.png') no-repeat 0 3px;padding-left:14px; font-weight: bold; font-size:13px;color:#233e51;}
.hs-box .t-dalsi a:hover {color:#FF7510;}

.pruvodce-o{margin:0 20px 0 0;}
.pruvodce { width:100%; }
.pruvodce-l { float: left; border-right: 1px solid #C7D0D6; width: 170px;}
.pruvodce-p { float:left; width: 490px; text-align:justify;margin-left:5px; }
.pruvodce-p-banner{float:right;width:300px;}
.pruvodce-p h1{margin:0 0 0 0;padding:0;}
.pruvodce-p a{color:#1892B5;text-decoration:underline;}
.pruvodce-p a:hover{color:#FF7510;text-decoration:none;}
.pruvodce-clanek{font-size:17px;}
.pruvodce-clanek img{padding:5px 0 5px 0;}
.pruvodce-clanek h2{margin:10px 0 5px 0;padding:0;}
.pruvodce-clanek p{margin:5px 0 5px 0;padding:0;}
.pruvodce-clanek ul{margin:5px 0 0 15px;padding:0 0 0 0px;list-style-type:circle;}
.pruvodce-clanek ul li{margin:0 0 0 15px;padding:0 0 5px 0;}
.pruvodce-clanek ul li p{margin:0;padding:0;}
.pruvodce-o .banner-bottom {padding:10px 0 10px 20px;}
.pruvodce-o .banner-pravy{padding-top:30px;}

.pruvodce .tip-v{margin:10px 0 15px 15px;}
.pruvodce .tip-v img{float:left;}
.pruvodce .tip-v div.image {float: left; width:200px;padding:0;text-align:center;margin:10px 0 0 5px;}
.pruvodce .tip-v .t-parametry-o{background-color:#FCF8C0;border:1px dotted #FF7510;display:block;margin:5px 0 5px;padding:5px;}
.pruvodce .tip-v .t-parametry{font-size:12px;}
.pruvodce .tip-v .t-parametry span{font-weight:bold;font-size:13px;}
.pruvodce .tip-v div.nazev a {color:#1892B5;font-size:16px;font-weight:bold;padding-right:5px;text-decoration:none;}
.pruvodce .tip-v div.nazev a:hover{color:#FF7510;text-decoration:undeline;}
.pruvodce .tip-v .tip-v-r{margin:0 0 0 220px;}
.pruvodce .tip-v .tip-v-r .t-parametry-o{background-color:#FCF8C0;border:1px dotted #FF7510;display:block;margin:10px 0 0 0;padding:10px 5px 10px 5px;font-size:13px;}
.pruvodce .tip-v .tip-v-r .t-parametry-o p{margin:0;padding:0;}
.pruvodce .tip-v .tip-v-r .t-parametry-o ul{margin:0 0 0 20px;padding:0;}
.pruvodce .tip-v .tip-v-r .t-parametry-o li{margin:3px 0 3px 0;padding:0 0 0 0;}
.pruvodce .tip-v .tip-v-r p{margin:0;padding:10px 0 3px 0;}


.pruvodce .perex p {
  font-size:16px;
  font-weight:bold;
  margin:5px 0 20px 0;
}
.pruvodce p {
  margin:15px 0 20px 0;
}
.pruvodce h2, h3 {
  margin:10px 0 5px 0;color: #233e51;
}


.kamdal{margin:20px 0 10px 0;font-size:14px;}
.kamdal a{color:#1892B5;text-decoration:underline;}
.kamdal a:hover{color:#FF7510;text-decoration:none;}
.kamdal h2{margin:0;padding:0 0 10px 0;color:#233E51;font-size:16px;}
.kamdal ul{margin:0 0 0 40px;padding:0;}
.kamdal ul li{margin:0;padding:0 0 4px 0;}

@font-face{font-family:'FontAwesome';src:url('https://static.cestolino.cz/direct/fonts/fontawesome-webfont.eot?v=4.0.3');src:url('https://static.cestolino.cz/direct/fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'),url('https://static.cestolino.cz/direct/fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'),url('https://static.cestolino.cz/direct/fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'),url('https://static.cestolino.cz/direct/fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.3333333333333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.2857142857142858em;text-align:center}.fa-ul{padding-left:0;margin-left:2.142857142857143em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.142857142857143em;width:2.142857142857143em;top:.14285714285714285em;text-align:center}.fa-li.fa-lg{left:-1.8571428571428572em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:spin 2s infinite linear;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;animation:spin 2s infinite linear}@-moz-keyframes spin{0%{-moz-transform:rotate(0deg)}100%{-moz-transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg)}}@-o-keyframes spin{0%{-o-transform:rotate(0deg)}100%{-o-transform:rotate(359deg)}}@-ms-keyframes spin{0%{-ms-transform:rotate(0deg)}100%{-ms-transform:rotate(359deg)}}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1);-webkit-transform:scale(-1,1);-moz-transform:scale(-1,1);-ms-transform:scale(-1,1);-o-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1);-webkit-transform:scale(1,-1);-moz-transform:scale(1,-1);-ms-transform:scale(1,-1);-o-transform:scale(1,-1);transform:scale(1,-1)}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-asc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-desc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-reply-all:before{content:"\f122"}.fa-mail-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}

.b-obal{margin:0 30px;}

.my-autocompleter {
    display: inline-block;
    position: relative;
    padding: 0;
     margin: 5px 0 10px 0;
}

.my-autocompleter input {
    outline: none;
    padding: 3px;
    margin: 0;
}

.my-autocompleter-list {
    position: absolute;
    display : block;
    font-family: Arial, Calibri;
    font-size: 13px;
    color: black;
    background-color: white;
    border: 1px solid #B3CCD8;
    margin: 0;
    padding: 0;
    overflow-y: auto;
    z-index: 10000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.my-autocompleter-list ul {
    list-style-type: none;
    margin: 0;
    padding: 3px;
}

.my-autocompleter-list ul li {
    list-style-type: none;
    display: block;
    margin: 0;
    padding: 3px;
    cursor: pointer;
    vertical-align: middle;
    border : 1px solid #fff;
    color : #233E51;
}

.my-autocompleter-list ul li.selected {
    background-color: #F5FAFC;
    border : 1px solid #B3CCD8;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.my-autocompleter-indicator {
    background: url('https://static.cestolino.cz/direct/img/search-indicator.gif') no-repeat;
    padding: 0 12px;
    margin: 0 0 0 2px;
}

.my-combobox-button {
    position: absolute;
    top: 5px;
    right : -5px;
    background: #bbb url('https://static.cestolino.cz/direct/img/cbb.png') no-repeat 0 0;
    width: 22px;
    height: 27px;
    margin: 0;
}

.calendar_date_select {
  //color:white;
  border:#C7D0D6 1px solid;
  display:block;
  width:195px;
  z-index: 1000;
}
iframe.ie6_blocker {
  position: absolute;
  z-index: 999;
}

.calendar_date_select thead th {
  font-weight:bold;
  background-color: #EBF3F5;
  border-bottom:1px solid #777;
  color: #333333 !important;
}

.calendar_date_select .cds_buttons {
  text-align:center;
  padding:5px 0px;
  background-color: #EBF3F5;
}

.calendar_date_select .cds_footer {
  background-color: #3887B4;
  padding:3px;
  font-size:12px;
  text-align:center;
}

.calendar_date_select table {
  margin: 0px;
  padding: 0px;
}


.calendar_date_select .cds_header {
  background-color: #EBF3F5;
  border-bottom: 2px solid #aaa;
  text-align:center;
}

.calendar_date_select .cds_header span {
  font-size:15px;
  color: black;
  font-weight: bold;
}

.calendar_date_select select { font-size:11px;}

.calendar_date_select .cds_header a:hover {
  color: white;
}
.calendar_date_select .cds_header a {
  width:22px;
  height:20px;
  text-decoration: none;
  font-size:14px;
  color:black !important;
}

.calendar_date_select .cds_header a.prev {
  float:left;
}
.calendar_date_select .cds_header a.next {
  float:right;
}

.calendar_date_select .cds_header a.close {
  float:right;
  display:none;
}

.calendar_date_select .cds_header select.month {
  width:90px;
}

.calendar_date_select .cds_header select.year {
  width:61px;
}
.calendar_date_select .cds_buttons a {
  font-size: 11px;
  color:#1892B5;
}
.calendar_date_select .cds_buttons a:hover{color:#FF7510;}

.calendar_date_select td {
  font-size:12px;
  width: 24px;
  height: 21px;
  text-align:center;
  vertical-align: middle;
  background-color: #fff;
}
.calendar_date_select td.weekend {
  background-color: #eee;
  border-left:1px solid #ddd;
  border-right:1px solid #ddd;
}

.calendar_date_select td div {
  color: #000;
}
.calendar_date_select td div.other {
  color: #333333;
}
.calendar_date_select td.selected div {
  color:white;
}

.calendar_date_select tbody td {
  border-bottom: 1px solid #ddd;
}
.calendar_date_select td.selected {
  background-color:#777;
}

.calendar_date_select td:hover {
  background-color:#3887B4;
}

.calendar_date_select td.today {
  border: 1px dashed red;
}

.calendar_date_select td.disabled div {
  color: #666666;
}

.fieldWithErrors .calendar_date_select {
  border: 2px solid red;
}

p.terminy-zadne{font-weight:bold;font-size:15px;margin:15px 0 0 20px;}
.terminy-alternativy{}
.terminy-alternativy h2{margin:15px 0 0 20px;font-size:16px;}
.terminy-alternativy ul{margin:0 0 0 45px;padding:0;font-size:14px;}
.terminy-alternativy li{margin:0 0 0 0;padding:5px 0 0 0;}
.terminy-alternativy a {color: #1892b5;}
.terminy-alternativy a:hover { color: #ff7510 }

table.tabulka1{padding:0;margin:10px 0 20px 35px;border-collapse:separate;border-spacing:0;color:#333333;border: 1px solid #fff; border-width:0 0 1px 1px;border-color:#C7D0D6;font-size:15px;}
table.tabulka1 td{padding:7px;text-align: left; vertical-align: top;white-space: nowrap;border: 1px solid #fff; border-width: 1px 1px 0 0;border-color:#C7D0D6;}
table.tabulka1 tr.odd td{background: #EBF3F5;}
table.tabulka1 tr:hover td {background:#CEE6ED;}

.recenze-nova{padding:0 20px 0 20px}
.recenze-nova h1{margin: 10px 0 0 0;}
.recenze-nova .hotel-info{margin: 10px 0 0 10px;background-color:#F8F8F8;border:1px dotted #666666;display:block;padding:10px;width:560px;}
.recenze-nova .hotel-info h2{margin:0;padding:0;font-size:17px;}
.recenze-nova .hotel-info .hi-l{float:left;width:350px;padding:5px 0 0 0;}
.recenze-nova .hotel-info .hi-p{margin:0 0 0 400px;}
.recenze-nova .hotel-info .hi-destinace{padding:5px 0 0 5px;font-size:14px;color:#1F495D;}
.recenze-nova .hotel-info .hi-zeme{color:#233E51;font-weight:bold;}
.recenze-nova .hotel-info .hi-lokalita{color:#1892B5}
.recenze-nova .fchyba{margin: 10px 0 0 10px;}

div.acwrap {position:absolute;}
div.autocomplete {
  position: relative !important;
  top: 0px  !important;
  left: 70px !important;
  width:346px;
  margin:0;
  padding:0;
  background-color:white;color:#262626;z-index:2;
}

div.autocomplete ul {list-style-type:none;margin:0px;padding:0px;border:2px solid #B3CCD8;border-top:0;}
div.autocomplete ul li.selected {background-color: #FCF8C0;}
div.autocomplete ul li.podb{background-color: #F5FAFC;}
div.autocomplete ul li.podb:hover{background-color: #FCF8C0;}
div.autocomplete ul li {list-style-type:none;display:block;margin:0;padding:3px 2px 5px 3px;font-size:13px;cursor:pointer;}
div.autocomplete ul li span.misto{color:#666666;font-size:12px;}

#recform{padding:0 0 50px 0;}
#recform .hh-form-title {text-align:right;font-size:14px;line-height:26px;font-weight:bold;width:210px;float:left;padding:10px 0 0 0;}
#recform .lh-in{padding:0 0 10px 0;}
#recform .lh-in-pd5{padding:0 0 5px 0;}
#recform .lh-in-ch{padding:0 0 4px 0;}
#recform .lh-in-ch-s{padding:15px 0 4px 0;}
#recform .btn-submit{padding:0;margin:15px 0 0 225px;float:left;}
#recform .btn-submit input{ background: url('https://static.cestolino.cz/direct/img/box_button.png'); width: 126px; height: 36px; border: 0; color: #fff; font-weight: bold; cursor: pointer;}
#recform .btn-submit input:hover { background-position: 0 36px }
#recform .btn-submit-l{padding:0;margin:0;float:left;}
#recform .btn-submit-l input{ background: url('https://static.cestolino.cz/direct/img/box_button.png'); width: 126px; height: 36px; border: 0; color: #fff; font-weight: bold; cursor: pointer;}
#recform .btn-submit-l input:hover { background-position: 0 36px }
#recform .form-left{float:left;width:500px;padding:5px 0 0 0;}
#recform .form-right{margin:0 0 0 510px;}
#recform .neznamy{padding:92px 0 0 0;}
#recform label.lh-label {padding:0;margin:0 10px 0 0;font-weight:bold;width:60px;float:left;text-align:right;font-size:14px;line-height:26px}
#recform label.fh-label {padding:0;margin:0 15px 0 0;font-weight:bold;width:210px;float:left;text-align:right;font-size:14px;line-height:26px}
#recform label.fh-label-t {padding:0;margin:0 15px 0 0;font-weight:bold;width:60px;float:left;text-align:right;font-size:14px;line-height:26px}
#recform label.fh-label-sm {padding:0;margin:0 15px 0 0;font-weight:bold;width:210px;float:left;text-align:right;font-size:12px;line-height:23px}
#recform .input-velky input{width:350px;height: 15px; padding: 5px; margin:0;font-size:13px;}
#recform .input-velky select{width:365px; padding: 5px; margin:0;font-size:13px;}
#recform .input-450 input{width:450px;height: 15px; padding: 5px; margin:0;font-size:13px;}
#recform .input-450 select{width:465px; padding: 5px; margin:0;font-size:13px;}
#recform .input-200 select{width:200px; padding: 5px; margin:0 0 0 4px;font-size:13px;float:left;}
#recform .input-200 input{width:200px;height: 15px; padding: 5px; margin:0 15px 0 0;font-size:13px;float:left;}
#recform .desc-m{padding: 3px 0 0 0;}
#recform .pt-15{padding-top:15px;}
#recform .input-hidden input{display:none;}
#recform .star-hodnoceni{font-size:18px;color:#FF7510;}
#recform .star-hodnoceni .indicator{}
#recform .star-hodnoceni .stars{float:left;margin:0 20px 0 0;}
#recform .star-sm-hodnoceni{font-size:14px;color:#FF7510;}
#recform .star-sm-hodnoceni .indicator{}
#recform .star-sm-hodnoceni .stars{float:left;margin:0 25px 0 0;}
#recform .input-80 input {width:80px;height: 15px; padding: 5px; margin:0;font-size:13px;float: left; margin: 0 4px 0 4px;}
#recform span.calendar { display: block;float: left; margin: 3px 0 0 5px;cursor: pointer;font-size:18px;color:#1892B5;}
#recform .foto-upload{margin:5px 0 15px 225px;width:680px;}
#recform .checkbox-190{padding:0 0 0 40px;float:left;width:20px;margin:0 0 0 180px;}
#recform label.lh-label-ch{margin:0;padding:0;font-weight:normal;font-size:12px;}
#recform label.lh-label-ch a{text-decoration:underline;}
#recform .radio-btn{padding:10px 0 0 0;margin:0 0 0 200px;}
#recform .pftextarea350 textarea{width:350px; padding: 5px; margin: 6px 10px 6px 0;}
#recform .fpovinne{clear:both;padding:20px 0 0 225px;font-size:13px;}
#recform .fpovinne-l{clear:both;padding:20px 0 0 0;font-size:13px;}
#recform .foto-upload-o{padding:0 0 25px 0;}
#recform .foto-upload-to{}
#recform .foto-upload-tl{float:left;width:500px;}
#recform .foto-upload-tr {font-weight:bold;margin:0 0 0 550px;}
#recform .foto-upload-tr a{color:#1892B5;}
#recform .foto-upload-tr a:hover{color:#FF7510;}
#recform .foto-upload-tr .smazat-r{background: url('https://static.cestolino.cz/direct/img/deaktivovat.png') no-repeat 0 8px;padding:5px 15px 0 20px;display:block;float:right;text-decoration:underline;}
#recform .foto-upload-bo{}
#recform .foto-upload-bl{float:left;width:310px;}
#recform .foto-upload-br{margin:0 0 0 320px;}
#recform .foto-upload-br .ch-nadpis{font-weight:bold;font-size:13px;padding:0 0 5px 0;}
#recform .foto-upload-br .foto-upload-br-ch{width:200px;float:left}
#recform .checkbox-kat{padding:0;float:left;width:20px;margin:0 5px 0 0;}

.starbox .stars { background: #cccccc; }
.starbox .rated .stars { background: #dcdcdc; }
.starbox .rated .hover .stars { background: #cccccc; }
.starbox .colorbar { background: #1e90ff; }
.starbox .hover .colorbar { background: #ffcc1c; }
.starbox .rated .colorbar { background: #64b2ff; }
.starbox .rated .hover .colorbar { background: #1e90ff; }
.starbox .ghost { background: #a1a1a1; }
.starbox .indicator {}

.starbox .dotted .stars,
.starbox .dotted .hover .stars,
.starbox .dotted .rated .stars,
.starbox .dotted .rated .hover .stars { background: url(../img/starbox/background_dotted.gif) top left repeat-x; }
.starbox .dotted .colorbar,
.starbox .dotted .hover .colorbar,
.starbox .dotted .rated .colorbar,
.starbox .dotted .rated .hover .colorbar { background: #000000; }
.starbox .dotted .ghost { background: #666666; }

.starbox .pointy .colorbar { background: #ffcc1c; }
.starbox .pointy .hover .colorbar { background: #ff9231; }

.starbox .inverse .stars { }
.starbox .inverse .indicator { display: block; text-align: right;}

.btn-upload{cursor:pointer;position:relative;width:150px;height:20px;min-height:40px;margin:10px 0 10px 0;text-align:center;background:#679935;z-index:1;border:1px solid #060;}
#uploadStart{right:680px;top:-10px;float:right;cursor:pointer;position:relative;width:150px;height:20px;min-height:50px;margin:10px 0 10px 0;text-align:center;background:#3D54AC;z-index:1;border:1px solid #003566;}
.drop-area{border:1px dashed #666;position:absolute;top:0;left:0;width:100%;height:100%;min-height:50px;text-align:center;background:rgba(255,255,204,0.6);z-index:9;}
.drop-processing{display:none;}
.drop-processing-loader{display:inline-block;background:url("../img/gouploader/processing.gif");width:24px;height:24px;vertical-align:text-bottom;}
.drop-area-active{background:#FF7171;}
.drop-area-active{background:rgba(0,0,0,0.2);}
.startSpan{color:#fff;display:block;position:absolute;top:50%;width:100%;margin-top:-8px;font-size:16px;}
.textSpan{color:#fff;display:block;position:absolute;top:50%;width:100%;margin-top:-10px;font-size:16px;}
.black{color:#000;}
.items-upload{margin:0;padding:0;list-style:none;}
.items-upload li{height:220px;width:148px;position:relative;float:left;margin:5px;}
.loader{position:absolute;top:25px;left:42px;font-size:12px;text-align:center;display:block;background:url('https://static.cestolino.cz/direct/img/gouploader/ajax-loader.gif') no-repeat;padding:22px 15px;width:35px;height:21px;}
.btns{margin:3px 0;clear:both;}
.btn-cancel{content:" ";display:block;background:url('https://static.cestolino.cz/direct/img/gouploader/cancel.png') top no-repeat;height:24px;width:24px;float:right;padding:3px 2px 0 2px;;margin-left:4px;}
.btn-delete{content:" ";display:block;background:url('https://static.cestolino.cz/direct/img/gouploader/delete.png') top no-repeat;height:24px;width:24px;float:right;padding:3px 2px 0 2px;;margin-left:4px;}
.btn-retry{content:" ";display:block;background:url('https://static.cestolino.cz/direct/img/gouploader/retry.png') top no-repeat;height:24px;width:24px;float:right;padding:3px 2px 0 2px;;margin-left:4px;}
.btn-cancel:hover{background-position:bottom;}
.btn-delete:hover{background-position:bottom;}
.btn-retry:hover{background-position:bottom;}
.btn-delete,.btn-retry,.btn-delete{display:none;}
.retryable .btn-retry,.retryable .btn-cancel{display:block;}
.container{background:#3D54AC;padding:9px;width:133px;position:relative;}
.filePreview{width:130px;height:100px;background:#FFF;display:block;}
.filePreview img{border:1px solid #060F7A;}
.file-name{color:#FFF;width:100%;text-align:left;display:block;padding:5px 0;text-decoration:none;}
.file-name:hover{text-decoration:underline;}
.size{font-size:10px;color:#FFF;width:100%;text-align:left;display:none;padding:5px 0;}
.status{display:none;padding:5px;background:#F79C9C;text-align:left;width:141px;}
.progress-bar{background:#FFE000;width:0%;height:5px;margin-bottom:3px;display:block;}
.drop{min-height:30px;position:relative;padding:10px;border:1px dashed #ADABAB;}
.alert{margin-top:10px;border:1px solid #B94A48;color:#B94A48;background-color:#F2DEDE;padding:8px 35px 8px 14px;margin-bottom:20px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}
.btn-upload_new_theme{width:150px;height:20px;min-height:50px;margin:10px 0 10px 0;text-align:center;background:#F3CD03;z-index:1;border:1px solid #C4B511;}
.btn-upload_new_theme .textSpan{color:#000;}
#uploadStart_new_theme{left:-30px;top:-10px;float:right;cursor:pointer;position:relative;width:150px;height:20px;min-height:50px;margin:10px 0 10px 0;text-align:center;background:#3D54AC;z-index:1;border:1px solid #003566;}
.drop-area_new_theme{border:1px dashed #666;position:absolute;top:0;left:0;width:100%;height:100%;min-height:50px;text-align:center;background:rgba(255,255,204,0.6);z-index:9;}
.drop-processing_new_theme{display:none;}
.drop-processing-loader_new_theme{display:inline-block;background:url('https://static.cestolino.cz/direct/img/gouploader/processing.gif');width:24px;height:24px;vertical-align:text-bottom;}
.drop-area-active_new_theme{background:#FF7171;}
.drop-area-active_new_theme{background:rgba(0,0,0,0.2);}
.textSpan_new_theme{color:#FFF;display:block;position:absolute;top:50%;width:100%;margin-top:-8px;font-size:16px;}
.black_new_theme{color:#000;}
.items-upload_new_theme{margin:0;padding:0;list-style:none;}
.items-upload_new_theme li{height:220px;width:148px;position:relative;float:left;margin:5px;}
.loader_new_theme{position:absolute;top:75px;left:5px;font-size:12px;text-align:center;display:block;background:url('https://static.cestolino.cz/direct/img/gouploader/min-loader.gif') no-repeat;padding:8px 8px;}
.btns_new_theme{margin:3px 0;clear:both;}
.btn-cancel_new_theme{content:" ";display:block;background:url('https://static.cestolino.cz/direct/img/gouploader/cancel.png') top no-repeat;height:24px;width:24px;float:right;padding:3px 2px 0 2px;;margin-left:4px;}
.btn-delete_new_theme{content:" ";display:block;background:url('https://static.cestolino.cz/direct/img/gouploader/delete.png') top no-repeat;height:24px;width:24px;float:right;padding:3px 2px 0 2px;;margin-left:4px;}
.btn-retry_new_theme{content:" ";display:block;background:url('https://static.cestolino.cz/direct/img/gouploader/retry.png') top no-repeat;height:24px;width:24px;float:right;padding:3px 2px 0 2px;;margin-left:4px;}
.btn-cancel_new_theme:hover{background-position:bottom;}
.btn-delete_new_theme:hover{background-position:bottom;}
.btn-retry_new_theme:hover{background-position:bottom;}
.btn-delete_new_theme,.btn-retry_new_theme,.btn-delete_new_theme{display:none;}
.retryable_new_theme .btn-retry_new_theme,.retryable_new_theme .btn-cancel_new_theme{display:block;}
.container_new_theme{background:#3D54AC;padding:9px;width:133px;position:relative;}
.filePreview_new_theme{display:none;}
.file-name_new_theme{color:#FFF;width:100%;text-align:left;display:block;padding:5px 0;text-decoration:none;}
.file-name_new_theme:hover{text-decoration:underline;}
.size_new_theme{font-size:10px;color:#FFF;width:100%;text-align:left;display:none;padding:5px 0;}
.status_new_theme{display:none;padding:5px;background:#F79C9C;text-align:left;width:141px;}
.progress-bar_new_theme{background:#FFE000;width:0%;height:5px;margin-bottom:3px;display:none;}
.drop_new_theme{min-height:280px;position:relative;padding:10px;border:1px dashed #ADABAB;}

.dnyvolna{margin: 10px 22px 0 22px;}
.dnyvolna h1{padding:0;margin:0;}
.dnyvolna .boxy-o{}
.dnyvolna .boxy-b-l{width:475px;float:left;clear:left;margin:0 0 15px 0;}
.dnyvolna .boxy-b-r{float:right;width:475px;margin:0 0 15px 0;}
.dnyvolna .boxy-o a {text-decoration:none;}
.dnyvolna .boxy-bb{padding:10px;border:1px solid #C7D0D6;border-radius:6px 6px 6px 6px;width:450px;}
.dnyvolna .boxy-bb .dv-bb-l{width:200px;float:left;padding:10px 0 0 0;}
.dnyvolna .boxy-bb .dv-bb-r{margin:0 0 0 210px;}
.dnyvolna .boxy-bb p{color:#233e51;margin:0;padding:2px 0 2px 5px;}
.dnyvolna .boxy-bb h2{font-size:24px;padding:0;margin:0;font-weight:normal;}
.dnyvolna .boxy-bb .boxy-zajezdy{margin:10px 0 0 0}
.dnyvolna .boxy-bb .boxy-zajezdy a{text-decoration:underline;color:#1892B5;}
.dnyvolna .boxy-bb .boxy-zajezdy a:hover{text-decoration:none;color:#233E51;}
.dnyvolna .boxy-bb .boxy-zajezd{margin:0 0 3px 10px;}
.dnyvolna .boxy-o a .dv-nadpis{color:#FF7510;}
.dnyvolna .boxy-o .dv-kalendar{padding:5px 0 5px 5px;background:#FCF8C0;margin:5px 0 0 0;}
.dnyvolna .boxy-o .dv-kalendar-popis{color:#233E51;font-weight:normal;font-size:13px;margin:0 0 5px 0;}
.dnyvolna .boxy-o .dv-kalendar-w{width:190px;}
.dnyvolna .boxy-o .dv-kalendar-d{float:left;padding:2px;margin:2px 0 0 2px;border:1px solid #C0C4FC;background:#FEFDF0;width:18px;text-align:center;}
.dnyvolna .boxy-o a .dv-kalendar-d{color:#000000;}
.dnyvolna .boxy-o .dv-kalendar-a{background:#FCDAC0;border:1px dotted #FF7510;}
.dnyvolna .boxy-bb .button-ov{text-align:center;margin:15px 0 5px 30px;}
.dnyvolna .boxy-bb h3{font-size:14px;padding:0 0 3px 0;}
.dnyvolna .top-banner{padding:5px 0 5px 0;}
.dnyvolna .bottom-banner{padding:10px 0 10px 0;}

div#main div.tcontent .hp-dnyvolna h2.nadpis{padding:0;margin:0 0 10px 0;color:#1892B5;font-size:18px;}
.hp-dnyvolna div.more {text-align:left;margin:0 0 5px 5px;}
.hp-dnyvolna div.more a { background: url('https://static.cestolino.cz/direct/img/more.png') no-repeat 0 3px;padding-left:14px;color: #1892b5; font-weight: bold; font-size: 14px;}
.hp-dnyvolna div.more a:hover {text-decoration:none;color:#FF7510;}


.hp-predstaveni {padding:0 20px 5px 20px;text-align:center;font-size:16px;color:#333333;}
.hp-predstaveni .hp-predstaveni-t{font-size:20px;padding:0 0 15px 0;}
.hp-predstaveni .hp-predstaveni-t .nazev{color:#1892B5;font-weight:bold;font-size:22px;}
.hp-predstaveni .hp-predstaveni-l{width:250px;float:left;}
.hp-predstaveni .hp-predstaveni-s{width:270px;float:left;}
.hp-predstaveni .hp-predstaveni-r{width:260px;float:left;}
.hp-predstaveni .hp-predstaveni-sipka{width:80px;float:left;color:#999999;font-size:28px;}

.hp-aktualne {padding:0 20px 5px 20px;text-align:center;font-size:16px;color:#333333;}
.hp-aktualne .hp-aktualne-t{font-size:20px;padding:0 0 5px 0;}
.hp-aktualne .hp-aktualne-t .nazev{color:#1892B5;font-weight:bold;font-size:22px;}
.hp-aktualne .hp-aktualne-l{width:300px;float:left;}
.hp-aktualne .hp-aktualne-s{width:300px;float:left;}
.hp-aktualne .hp-aktualne-r{width:300px;float:left;}
.hp-aktualne h2{font-size: 16px;font-weight: bold;color: #233E51;}
.hp-aktualne a {color: #1892B5;}
.hp-aktualne a:hover{text-decoration:none;color:#FF7510;}

.recenze-kl-o{margin:0 22px 0 22px;}
.recenze-kl-o h2{margin:10px 0;}
.recenze-kl-l{float:left;width:450px;font-size:17px;}
.recenze-kl-l .hodnoceni{font-size:24px;font-weight:bold;}
.recenze-kl-l .hodnoceni span{color:#FCB52B;}
.recenze-kl-l .hdoporucuje{font-size:15px;font-weight:bold;padding:5px 0 0 150px;color:#3DA35A;}
.recenze-kl-l .hnedoporucuje{font-size:15px;font-weight:bold;padding:5px 0 0 150px;color:#FF0000;}
.recenze-kl-l .poceth{font-size:15px;}
.recenze-kl-p{margin:20px 0 0 450px;}
.recenze-kl-p h3{font-size:16px;margin:0;}
.recenze-kl-p .mhodnoceni{padding:3px 0 3px 0;}
.recenze-kl-p .mhodnoceni-l{width:350px;float:left;}
.recenze-kl-p .mhodnoceni-l span{font-size:12px;}
.recenze-kl-p .mhodnoceni-r{margin:0 0 0 350px;font-size:14px;font-weight:bold;}
.recenze-kl-p .mhodnoceni-r span{color:#FCB52B;}
.recenze-kl-o .odd{background: #EBF3F5;}
.recenze-kl-l .mvhodny-o{margin:20px 0 0 0;}
.recenze-kl-l .mvhodny-o .nadpis{padding:0;}
.recenze-kl-l .mvhodny{padding:0 0 5px 0;font-size:13px;margin:0 0 0 120px;color:#3DA35A;}
.recenze-kl-l .mvhodny span{font-size:12px;color:#233E51}

.hrec-vypis{margin:15px 22px 10px 22px;padding:0 0 0 0;}
.hrec-vypis h2{margin:0 0 15px 0;color:#233E51}
.hrec-vypis .hrec-o{}
.hrec-vypis .hrec-l{width:130px;float:left;text-align:center;}
.hrec-vypis .hrec-r{margin:0 0 0 140px;padding:0 0 0 10px;border-left: 1px dotted #c7d0d6;}
.hrec-vypis .hrec-ufoto{}
.hrec-vypis .hrec-ujm{color:#FF7510;font-size:12px;}
.hrec-vypis .hrec-vlozeno{color:#233E51;font-size:10px;padding:3px 0 0 0;}
.hrec-vypis .hrec-odd{margin:10px 0 0 0;padding:10px 0 0 0;border-top: 1px dotted #c7d0d6;}
.hrec-vypis .hrec-top-l{font-size:15px;width:350px;float:left;}
.hrec-vypis .hrec-top-r{font-size:14px;font-weight:bold;margin:0 0 0 360px;}
.hrec-vypis .hodnoceni{font-size:17px;font-weight:bold;}
.hrec-vypis .hodnoceni .hhvezdy{color:#FCB52B;padding:0 0 0 5px;}
.hrec-vypis .hdoporucuje{font-size:13px;font-weight:bold;padding:0 20px 0 0;color:#3DA35A;text-align:right;}
.hrec-vypis .hnedoporucuje{font-size:13px;font-weight:bold;padding:0 20px 0 0;color:#FF0000;text-align:right;}
.hrec-vypis .hrec-titulek{font-size:15px;font-weight:bold;display:block;padding:8px 0 0 0;}
.hrec-vypis .hrec-text p{font-size:13px;display:block;padding:5px 0 0 0;margin:0;text-align:justify;}
.hrec-vypis .hrec-cesta-detail{font-size:13px;display:block;padding:5px 0 0 0;font-weight:bold;}
.hrec-vypis .mhodnoceni-o{padding:0 0 5px 0;float:left;width:500px}
.hrec-vypis .mhodnoceni-o .nadpis{padding:10px 0 5px 0;font-weight:bold;font-size:13px;}
.hrec-vypis .mhodnoceni{padding:3px 0 3px 10px;}
.hrec-vypis .mhodnoceni-l{width:350px;float:left;}
.hrec-vypis .mhodnoceni-l span{font-size:12px;}
.hrec-vypis .mhodnoceni-r{margin:0 0 0 350px;font-size:14px;font-weight:bold;}
.hrec-vypis .mhodnoceni-r span{color:#FCB52B;}
.hrec-vypis .mvhodny-o{margin:10px 0 0 510px;border-left: 1px dotted #c7d0d6;padding:0 0 0 10px;}
.hrec-vypis .mvhodny-o .nadpis{padding:0 0 5px 0;font-weight:bold;font-size:13px;}
.hrec-vypis .mvhodny-o ul{padding:0;margin:0;}
.hrec-vypis .mvhodny-o li{padding:0;margin:0 0 0 30px;}
.hrec-vypis .odd{background: #EBF3F5;}
.hrec-vypis .hrec-foto-o{padding:10px 0 0 0;clear:both;}
.hrec-vypis .hrec-foto{float:left;width:255px;text-align:center;padding:0;height:200px;}
.hrec-vypis .hrec-foto a{color:#233E51;text-decoration:none;}
.hrec-vypis .hrec-foto a:hover{color:#233E51;text-decoration:underline;}
.hrec-vypis .hrec-foto-nazev{font-size:12px;padding:3px 0 0 0;}
.hrec-vypis .hrec-hodnoceni{text-align:right;padding:0 15px 0 0;font-size:13px;}
.hrec-vypis .hrec-hodnoceni a{text-decoration:none;color:#1892B5;}
.hrec-vypis .hrec-hodnoceni a span{text-decoration:underline;}
.hrec-vypis .hrec-hodnoceni a:hover span{text-decoration:none;}
.hrec-vypis .hrec-hodnoceni a:hover{color:#FF7510;}
.hrec-vypis .hrec-hodnoceni .hrec-hodnoceni-ano{}
.hrec-vypis .hrec-hodnoceni .hrec-hodnoceni-ne{}

.hrec-vypis .hrec-top-hotel{display:block;height:140px;}
.hrec-vypis .hrec-top-hotel-foto{padding:0 0 5px 0;float:left;width:210px}
.hrec-vypis .hrec-top-hotel-detail{margin:10px 0 0 220px;}
.hrec-vypis .hrec-top-hotel-detail .hotel-nazev{color:#1F495D;font-size:18px;font-weight:bold;margin:0 0 5px 0;}
.hrec-vypis .hrec-top-hotel-detail .hotel-nazev a{color:#1F495D;text-decoration:underline;}
.hrec-vypis .hrec-top-hotel-detail .hotel-nazev a:hover{color:#FF7510;text-decoration:none;}
.u-vypis{border:0;margin:0 0 10px 5px;}

.pr-o{}
.pr-o-l{width:770px;float:left;}
.pr-o-r{margin:0 0 0 780px;}

.pr-hp{}
.pr-hp-l{width:340px;float:left;}
.pr-hp-r{margin:0 15px 0 350px;text-align:right;}
.pr-hp-r a{color:#233E51;text-decoration:underline;}
.pr-hp-r a:hover{color:#FF7510;text-decoration:none;}

div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px}
div.pp_default .pp_top .pp_left{background:url(../img/prettyPhoto/default/sprite.png) -78px -93px no-repeat}
div.pp_default .pp_top .pp_middle{background:url(../img/prettyPhoto/default/sprite_x.png) top left repeat-x}
div.pp_default .pp_top .pp_right{background:url(../img/prettyPhoto/default/sprite.png) -112px -93px no-repeat}
div.pp_default .pp_content .ppt{color:#f8f8f8}
div.pp_default .pp_content_container .pp_left{background:url(../img/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;padding-left:13px}
div.pp_default .pp_content_container .pp_right{background:url(../img/prettyPhoto/default/sprite_y.png) top right repeat-y;padding-right:13px}
div.pp_default .pp_next:hover{background:url(../img/prettyPhoto/default/sprite_next.png) center right no-repeat;cursor:pointer}
div.pp_default .pp_previous:hover{background:url(../img/prettyPhoto/default/sprite_prev.png) center left no-repeat;cursor:pointer}
div.pp_default .pp_expand{background:url(../img/prettyPhoto/default/sprite.png) 0 -29px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_expand:hover{background:url(../img/prettyPhoto/default/sprite.png) 0 -56px no-repeat;cursor:pointer}
div.pp_default .pp_contract{background:url(../img/prettyPhoto/default/sprite.png) 0 -84px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_contract:hover{background:url(../img/prettyPhoto/default/sprite.png) 0 -113px no-repeat;cursor:pointer}
div.pp_default .pp_close{width:30px;height:30px;background:url(../img/prettyPhoto/default/sprite.png) 2px 1px no-repeat;cursor:pointer}
div.pp_default .pp_gallery ul li a{background:url(../img/prettyPhoto/default/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}
div.pp_default .pp_social{margin-top:7px}
div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{position:static;left:auto}
div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(../img/prettyPhoto/default/sprite.png) -51px 1px no-repeat;height:30px;width:30px}
div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}
div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(../img/prettyPhoto/default/sprite.png) -31px -3px no-repeat;height:20px;width:20px;margin:4px 0 0}
div.pp_default a.pp_arrow_next{left:52px;background-position:-82px -3px}
div.pp_default .pp_content_container .pp_details{margin-top:5px}
div.pp_default .pp_nav{clear:none;height:30px;width:110px;position:relative}
div.pp_default .pp_nav .currentTextHolder{font-family:Georgia;font-style:italic;color:#999;font-size:11px;left:75px;line-height:25px;position:absolute;top:2px;margin:0;padding:0 0 0 10px}
div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:0.7}
div.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0}
div.pp_default .pp_bottom .pp_left{background:url(../img/prettyPhoto/default/sprite.png) -78px -127px no-repeat}
div.pp_default .pp_bottom .pp_middle{background:url(../img/prettyPhoto/default/sprite_x.png) bottom left repeat-x}
div.pp_default .pp_bottom .pp_right{background:url(../img/prettyPhoto/default/sprite.png) -112px -127px no-repeat}
div.pp_default .pp_loaderIcon{background:url(../img/prettyPhoto/default/loader.gif) center center no-repeat}
div.light_rounded .pp_top .pp_left{background:url(../img/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat}
div.light_rounded .pp_top .pp_right{background:url(../img/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat}
div.light_rounded .pp_next:hover{background:url(../img/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.light_rounded .pp_previous:hover{background:url(../img/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_rounded .pp_expand{background:url(../img/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_rounded .pp_expand:hover{background:url(../img/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_rounded .pp_contract{background:url(../img/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_rounded .pp_contract:hover{background:url(../img/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_rounded .pp_close{width:75px;height:22px;background:url(../img/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_rounded .pp_nav .pp_play{background:url(../img/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_nav .pp_pause{background:url(../img/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_arrow_previous{background:url(../img/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat}
div.light_rounded .pp_arrow_next{background:url(../img/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat}
div.light_rounded .pp_bottom .pp_left{background:url(../img/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat}
div.light_rounded .pp_bottom .pp_right{background:url(../img/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_top .pp_left{background:url(../img/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat}
div.dark_rounded .pp_top .pp_right{background:url(../img/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat}
div.dark_rounded .pp_content_container .pp_left{background:url(../img/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y}
div.dark_rounded .pp_content_container .pp_right{background:url(../img/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y}
div.dark_rounded .pp_next:hover{background:url(../img/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_rounded .pp_previous:hover{background:url(../img/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.dark_rounded .pp_expand{background:url(../img/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_expand:hover{background:url(../img/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract{background:url(../img/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract:hover{background:url(../img/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_close{width:75px;height:22px;background:url(../img/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_rounded .pp_description{margin-right:85px;color:#fff}
div.dark_rounded .pp_nav .pp_play{background:url(../img/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_nav .pp_pause{background:url(../img/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_arrow_previous{background:url(../img/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat}
div.dark_rounded .pp_arrow_next{background:url(../img/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat}
div.dark_rounded .pp_bottom .pp_left{background:url(../img/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat}
div.dark_rounded .pp_bottom .pp_right{background:url(../img/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_loaderIcon{background:url(../img/prettyPhoto/dark_rounded/loader.gif) center center no-repeat}
div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background:#000}
div.dark_square .pp_description{color:#fff;margin:0 85px 0 0}
div.dark_square .pp_loaderIcon{background:url(../img/prettyPhoto/dark_square/loader.gif) center center no-repeat}
div.dark_square .pp_expand{background:url(../img/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_square .pp_expand:hover{background:url(../img/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_square .pp_contract{background:url(../img/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_square .pp_contract:hover{background:url(../img/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_square .pp_close{width:75px;height:22px;background:url(../img/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_square .pp_nav{clear:none}
div.dark_square .pp_nav .pp_play{background:url(../img/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_nav .pp_pause{background:url(../img/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_arrow_previous{background:url(../img/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat}
div.dark_square .pp_arrow_next{background:url(../img/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat}
div.dark_square .pp_next:hover{background:url(../img/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_square .pp_previous:hover{background:url(../img/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_square .pp_expand{background:url(../img/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_square .pp_expand:hover{background:url(../img/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_square .pp_contract{background:url(../img/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_square .pp_contract:hover{background:url(../img/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_square .pp_close{width:75px;height:22px;background:url(../img/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_square .pp_nav .pp_play{background:url(../img/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_nav .pp_pause{background:url(../img/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_arrow_previous{background:url(../img/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat}
div.light_square .pp_arrow_next{background:url(../img/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat}
div.light_square .pp_next:hover{background:url(../img/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor:pointer}
div.light_square .pp_previous:hover{background:url(../img/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_top .pp_left{background:url(../img/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat}
div.facebook .pp_top .pp_middle{background:url(../img/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x}
div.facebook .pp_top .pp_right{background:url(../img/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat}
div.facebook .pp_content_container .pp_left{background:url(../img/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y}
div.facebook .pp_content_container .pp_right{background:url(../img/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y}
div.facebook .pp_expand{background:url(../img/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.facebook .pp_expand:hover{background:url(../img/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.facebook .pp_contract{background:url(../img/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.facebook .pp_contract:hover{background:url(../img/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.facebook .pp_close{width:22px;height:22px;background:url(../img/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.facebook .pp_description{margin:0 37px 0 0}
div.facebook .pp_loaderIcon{background:url(../img/prettyPhoto/facebook/loader.gif) center center no-repeat}
div.facebook .pp_arrow_previous{background:url(../img/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default}
div.facebook .pp_arrow_next{background:url(../img/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_next.disabled{background-position:-32px -96px;cursor:default}
div.facebook .pp_nav{margin-top:0}
div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px}
div.facebook .pp_nav .pp_play{background:url(../img/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_nav .pp_pause{background:url(../img/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_next:hover{background:url(../img/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor:pointer}
div.facebook .pp_previous:hover{background:url(../img/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_bottom .pp_left{background:url(../img/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat}
div.facebook .pp_bottom .pp_middle{background:url(../img/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x}
div.facebook .pp_bottom .pp_right{background:url(../img/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat}
div.pp_pic_holder a:focus{outline:none}
div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}
div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}
.pp_content{height:40px;min-width:40px}
* html .pp_content{width:40px}
.pp_content_container{position:relative;text-align:left;width:100%}
.pp_content_container .pp_left{padding-left:20px}
.pp_content_container .pp_right{padding-right:20px}
.pp_content_container .pp_details{float:left;margin:10px 0 2px}
.pp_description{display:none;margin:0}
.pp_social{float:left;margin:0}
.pp_social .facebook{float:left;margin-left:5px;width:165px;overflow:hidden}
.pp_social .twitter{float:left}
.pp_nav{clear:right;float:left;margin:3px 10px 0 0}
.pp_nav p{float:left;white-space:nowrap;margin:2px 4px}
.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}
a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}
.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}
.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}
.pp_gallery div{float:left;overflow:hidden;position:relative}
.pp_gallery ul{float:left;height:35px;position:relative;white-space:nowrap;margin:0 0 0 5px;padding:0}
.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}
.pp_gallery ul a img{border:0}
.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}
.pp_gallery li.default a{background:url(../img/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}
.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}
a.pp_next{background:url(../img/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}
a.pp_previous{background:url(../img/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}
a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}
a.pp_close{position:absolute;right:0;top:0;display:block;line-height:22px;text-indent:-10000px}
.pp_loaderIcon{display:block;height:24px;left:50%;position:absolute;top:50%;width:24px;margin:-12px 0 0 -12px}
#pp_full_res{line-height:1!important}
#pp_full_res .pp_inline{text-align:left}
#pp_full_res .pp_inline p{margin:0 0 15px}
div.ppt{color:#fff;display:none;font-size:17px;z-index:9999;margin:0 0 5px 15px}
div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}
div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}
div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}
div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}
div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content{background:#fff}
div.light_rounded .pp_description,div.light_square .pp_description{margin-right:85px}
div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px!important}
div.light_rounded .pp_arrow_previous.disabled,div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}
div.light_rounded .pp_arrow_next.disabled,div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}
div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon{background:url(../img/prettyPhoto/light_rounded/loader.gif) center center no-repeat}
div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle{background:url(../img/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}
div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}
div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}
.pp_top,.pp_bottom{height:20px;position:relative}
* html .pp_top,* html .pp_bottom{padding:0 20px}
.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}
.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}
* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}
.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
.pp_fade,.pp_gallery li.default a img{display:none}
.fcb-button{font-size:16px;margin:15px 0 0 15px;}
.fcb-button span{font-size:26px;padding-right:10px;}
.fcb-button a{color:#FFFFFF;padding:16px 15px 10px 15px;background:#3B5998;text-decoration:none}
.fcb-button a:hover{color:#FFFFFF;background:#1F4189;}
.hotel-booking{margin:4px 0 15px 22px;width:900px;font-size:16px;background-color:#FCF8C0;display:block;padding:10px;}
.hotel-booking img{padding:0 5px 0 5px;vertical-align:middle;}
.hotel-booking a{text-decoration:none;color:blue}
.hotel-booking a:hover{text-decoration:none;color:#FF7510}
.hotel-booking a span{text-decoration:underline;}
.hotel-booking a:hover span{text-decoration:none;}
.hotel-booking .bviceinfo{text-decoration:none;font-size:15px;color:#333333;}
.hotel-booking a:hover .bviceinfo{color:#FF7510}

.feed{}
.feed .feed-o{}
.feed .feed-o .feed-top{margin:0 30px;}
.feed .feed-o .feed-top h1{margin:0;padding:10px 0 5px 0;}
.feed .feed-o .feed-top a{color:#1892B5;text-decoration:underline;}
.feed .feed-o .feed-top a:hover{color:#FF7510;text-decoration:none;}
.feed .feed-o .feed-f{margin:15px 0;}
.feed .feed-f a{color:#1892B5;}
.feed .feed-f a:hover{color:#FF7510;text-decoration:none;}
.feed .feed-o .feed-top .box-prihlasit {background-color:#F8F8F8;border:1px dotted #666666;display:block;padding:10px;width:560px;}
.feed .feed-o .feed-top .box-vlozit {background-color:#F8F8F8;border:1px dotted #666666;display:block;padding:0 10px 10px 10px;}
.feed .feed-o .feed-i{padding:5px 0;}

.feed .diskuze-prispevek{clear:both;}
.feed .diskuze-prispevek .mt15{margin-top:15px;}
.feed .diskuze-prispevek .dp-t {padding:0 0 2px 0;color:#1892B5;font-size:15px;font-weight:bold;}
.feed .diskuze-prispevek .dp-t span{color:#233E51;font-size:12px;font-weight:normal;}
.feed .diskuze-prispevek .dp-t a{color:#1892B5;font-size:15px;font-weight:bold;}
.feed .diskuze-prispevek .dp-t a:hover{text-decoration:none;}
.feed .diskuze-prispevek .dp-vlozeno{font-size:11px;color:#233E51;margin:0 0 5px 5px}
.feed .diskuze-prispevek .dp-puvodne-vlozeno{font-size:11px;color:#233E51;margin:0 0 7px 0}
.feed .diskuze-prispevek .dp-telo{float:left;width:820px;padding:10px 0 0 0;}
.feed .diskuze-prispevek .dp-telo-l{float: left;text-align: center;width: 130px;}
.feed .diskuze-prispevek .dp-telo-p{margin:0 0 0 140px;padding:0 0 0 10px;border-left: 1px dotted #C7D0D6;}
.feed .diskuze-prispevek .dp-telo-top-re{margin:0 0 0 30px;padding:0 0 0 10px;}
.feed .diskuze-prispevek .dp-telo-re{margin:0 0 0 140px;padding:0 0 0 35px;border-left: 1px dotted #C7D0D6;}
.feed .diskuze-prispevek .dp-text{font-size:12px;color:#233E51;margin:0 0 0 10px}
.feed .diskuze-prispevek .dp-text a{color:#1892B5;text-decoration:underline;}
.feed .diskuze-prispevek .dp-text a:hover{text-decoration:none;}
.feed .diskuze-prispevek .dp-text p{padding:0;margin:0;text-align:justify;}
.feed .diskuze-prispevek .dp-odp{margin:0 15px 0 830px;}
.feed .diskuze-prispevek .dp-odp-o{font-size:13px;font-weight:bold;text-align:left;padding:20px 0 0 0;}
.feed .diskuze-prispevek .odp{padding:0 0 15px 0;}
.feed .diskuze-prispevek .dp-odp-o a{color:#1892B5;text-decoration:none;}
.feed .diskuze-prispevek .dp-odp-o a span{text-decoration:underline;}
.feed .diskuze-prispevek .dp-odp-o a:hover{text-decoration:none;}
.feed .diskuze-prispevek .dp-odp-o a:hover span{text-decoration:none;}
.feed .diskuze-prispevek .dp-odp-o .d-uzit{padding:0 0 10px 0;}
.feed .diskuze-prispevek .dp-odp-o .d-uzit div{font-size:13px;padding:0 0 2px 0;}
.feed .diskuze-prispevek .dp-odp-o .d-uzit a{font-size:12px;font-weight:normal;margin:0 0 2px 5px;}
.feed .diskuze-prispevek .dp-odp-o .d-uzit a.ano{color:#4F8A16;}
.feed .diskuze-prispevek .dp-odp-o .d-uzit a.ne{color:#FF0000;}
.feed .diskuze-prispevek .dp-cela{padding:3px 0 0 0;font-size:12px;}
.feed .diskuze-prispevek .dp-cela a{color:#1892B5;text-decoration:none;}
.feed .diskuze-prispevek .dp-cela a span{text-decoration:underline;}
.feed .diskuze-prispevek .dp-cela a:hover{text-decoration:none;}
.feed .diskuze-prispevek .dp-cela a:hover span{text-decoration:none;}
.feed .diskuze-prispevek .dkategorie{font-size:12px;color:#233E51}
.feed .diskuze-prispevek .dkategorie a{color:#233E51;font-size:12px;font-weight:normal;}
.feed .diskuze-prispevek .dkategorie a:hover{text-decoration:none;color:#FF7510;}
.feed .diskuze-prispevek .dp-cela{padding:3px 0 5px 0;font-size:12px;}
.feed .diskuze-prispevek .dp-cela a{color:#1892B5;text-decoration:none;}
.feed .diskuze-prispevek .dp-cela a span{text-decoration:underline;}
.feed .diskuze-prispevek .dp-cela a:hover{text-decoration:none;}
.feed .diskuze-prispevek .dp-cela a:hover span{text-decoration:none;}
.feed .diskuze-prispevek .dp-d-hotel{padding:0 0 0 5px;font-size:11px;}
.feed .diskuze-prispevek .dp-d-hotel a:hover{text-decoration:none;color:#FF7510;}
.feed .dp-odpovedi{padding:5px 0 5px 200px;font-size:17px;}
.feed .dp-odpovedi .dp-odpovedi-pocet{font-size:13px;padding:5px 0 10px 0;margin:0 0 0 -45px;}
.feed .dp-odpovedi a{text-decoration:none;color:#1892B5;}
.feed .dp-odpovedi a span{text-decoration:underline;}
.feed .dp-odpovedi a:hover span{text-decoration:none;}
.feed .dp-odpovedi a:hover{color:#FF7510;}
.pb-15{padding-bottom:15px;}

.feed .diskuze-prispevek blockquote {border-left-color:#C7D0D6;border-left-style:solid;border-left-width:5px;margin:20px 0;padding:5px 10px 5px 10px;}

.feed .diskuze-prispevek .dpri-hodnoceni{text-align:left;padding:5px 0 0 5px;font-size:13px;color:#233E51;border-top: 1px dashed #C7D0D6;margin:10px 0 0 0;font-weight:normal;}
.feed .diskuze-prispevek .dpri-hodnoceni a{text-decoration:none;color:#1892B5;}
.feed .diskuze-prispevek .dpri-hodnoceni a span{text-decoration:underline;}
.feed .diskuze-prispevek .dpri-hodnoceni a:hover span{text-decoration:none;}
.feed .diskuze-prispevek .dpri-hodnoceni a:hover{color:#FF7510;}
.feed .diskuze-prispevek .dpri-hodnoceni .dpri-hodnoceni-ano{}
.feed .diskuze-prispevek .dpri-hodnoceni .dpri-hodnoceni-ano a {color:#3DA35A;}
.feed .diskuze-prispevek .dpri-hodnoceni .dpri-hodnoceni-ano a:hover{color:#FF7510;}
.feed .diskuze-prispevek .dpri-hodnoceni .dpri-hodnoceni-ano a i{color:#3DA35A;}
.feed .diskuze-prispevek .dpri-hodnoceni .dpri-hodnoceni-ano a:hover i{color:#FF7510;}
.feed .diskuze-prispevek .dpri-hodnoceni .dpri-hodnoceni-ne{}
.feed .diskuze-prispevek .dpri-hodnoceni .dpri-hodnoceni-ne a {color:#FF0000;}
.feed .diskuze-prispevek .dpri-hodnoceni .dpri-hodnoceni-ne a:hover{color:#FF7510;}
.feed .diskuze-prispevek .dpri-hodnoceni .dpri-hodnoceni-ne a i{color:#FF0000;}
.feed .diskuze-prispevek .dpri-hodnoceni .dpri-hodnoceni-ne a:hover i{color:#FF7510;}
.feed .diskuze-prispevek .dpri-hodnoceni .dpri-hodnoceni-spam{}
.feed .diskuze-prispevek .dpri-hodnoceni .dpri-hodnoceni-spam a {color:#EB7B59;}
.feed .diskuze-prispevek .dpri-hodnoceni .dpri-hodnoceni-spam a:hover{color:#FF7510;}
.feed .diskuze-prispevek .dpri-hodnoceni .dpri-hodnoceni-spam a i{color:#EB7B59;}
.feed .diskuze-prispevek .dpri-hodnoceni .dpri-hodnoceni-spam a:hover i{color:#FF7510;}

.feed .status-diskuze{font-size:12px;background-color:#636EBD;color:#FFFFFF;padding:2px 4px;width:70px;text-align:center;}
.feed .status-galerie{font-size:12px;background-color:#26ADE4;color:#FFFFFF;padding:2px 4px;width:70px;text-align:center;margin:0 0 10px 0;}


#fotform .foto-upload-o{padding:0 0 25px 0;}
#fotform .foto-upload-to{}
#fotform .foto-upload-tl{float:left;width:500px;}
#fotform .foto-upload-tr {font-weight:bold;margin:0 0 0 550px;}
#fotform .foto-upload-tr a{color:#1892B5;}
#fotform .foto-upload-tr a:hover{color:#FF7510;}
#fotform .foto-upload-tr .smazat-r{background: url('https://static.cestolino.cz/direct/img/deaktivovat.png') no-repeat 0 8px;padding:5px 15px 0 20px;display:block;float:right;text-decoration:underline;}
#fotform .foto-upload-bo{}
#fotform .foto-upload-bl{float:left;width:310px;}
#fotform .foto-upload-br{margin:0 0 0 320px;}
#fotform .foto-upload-br .ch-nadpis{font-weight:bold;font-size:13px;padding:0 0 5px 0;}
#fotform .foto-upload-br .foto-upload-br-ch{width:200px;float:left}
#fotform .btn-submit{padding:0;margin:15px 0 0 0;float:left;}
#fotform .btn-submit input{ background: url('https://static.cestolino.cz/direct/img/box_button.png'); width: 126px; height: 36px; border: 0; color: #fff; font-weight: bold; cursor: pointer;}
#fotform .btn-submit input:hover { background-position: 0 36px }
#fotform .lh-in-ch-s{padding:15px 0 4px 0;}
#fotform .checkbox-190{padding:0;float:left;width:20px;margin:0;}

.fotogalerie-form{padding:0 20px 0 20px}
.fotogalerie-form h1{margin: 10px 0 0 0;}

#foteditform{padding:0 0 50px 0;}
#foteditform .input-450 input{width:450px;height: 15px; padding: 5px; margin:0;font-size:13px;}
#foteditform .input-fl-450 input{width:450px;height: 15px; padding: 5px; margin:0 15px 0 0;font-size:13px;float:left;}
#foteditform .input-450 select{width:465px; padding: 5px;margin:0;font-size:13px;}
#foteditform .input-200 select{width:200px; padding: 5px;margin:0;font-size:13px;float:left;}
#foteditform .input-200 input{width:200px;height: 15px; padding: 5px; margin:0 15px 0 0;font-size:13px;float:left;}
#foteditform .lh-in{padding:0 0 10px 0;}
#foteditform label.fh-label {padding:0;margin:0 15px 0 0;font-weight:bold;width:140px;float:left;text-align:right;font-size:14px;line-height:26px}
#foteditform .pftextarea350 textarea{width:550px; padding: 5px; margin: 6px 10px 6px 0;}
#foteditform .lh-in-ch{padding-bottom:4px;}
#foteditform .in-descr{}
#foteditform .in-descr input{width:70px;height:30px;padding:0;margin:0;font-size:13px;}
#foteditform .checkbox-190{padding:0 0 0 40px;float:left;width:20px;margin:0 0 0 112px;}
#foteditform label.lh-label-ch{margin:0;padding:0;font-weight:normal;font-size:12px;}
#foteditform .lh-in-ch-s{padding:10px 0 20px 0;}
#foteditform .btn-submit-l{padding:0;margin:10px 0 0 15px;float:left;}
#foteditform .btn-submit-l input{ background: url('https://static.cestolino.cz/direct/img/box_button.png'); width: 126px; height: 36px; border: 0; color: #fff; font-weight: bold; cursor: pointer;}
#foteditform .btn-submit-l input:hover { background-position: 0 36px }
#foteditform .fpovinne-l{clear:both;padding:20px 0 0 20px;font-size:13px;}

#foteditform .foto-upload-o{padding:15px 0 15px 5px;}
#foteditform .foto-upload-to{}
#foteditform .foto-upload-tl{float:left;width:500px;}
#foteditform .foto-upload-tr {font-weight:bold;margin:0 0 0 550px;}
#foteditform .foto-upload-tr a{color:#1892B5;}
#foteditform .foto-upload-tr a:hover{color:#FF7510;}
#foteditform .foto-upload-tr .smazat-r{background: url('https://static.cestolino.cz/direct/img/deaktivovat.png') no-repeat 0 8px;padding:5px 15px 0 20px;display:block;float:right;text-decoration:underline;}
#foteditform .foto-upload-bo{}
#foteditform .foto-upload-bl{float:left;width:310px;}
#foteditform .foto-upload-br{margin:0 0 0 320px;}
#foteditform .foto-upload-br .ch-nadpis{font-weight:bold;font-size:13px;padding:0 0 5px 0;}
#foteditform .foto-upload-br .foto-upload-br-ch{}

#examples a {text-decoration: underline;}
#geocomplete { width: 200px}
.map_canvas {width: 600px;height: 400px;margin: 10px 20px 10px 0;}
#multiple li {cursor: pointer;text-decoration: underline;}

.fotogalerie{}
.fotogalerie-o{}
.fotogalerie-top{}
.fotogalerie-fotky{padding:0 20px 0 20px}
.fotogalerie .banner-bottom{padding:10px 0 10px 0;}
.ff-t-o{padding:5px 0 5px 0;}
.ff-t-o .ff-t-l{float: left;text-align: center;width: 130px;}
.ff-t-o .ff-t-p{margin:0 0 0 140px;padding:0 0 0 10px;border-left: 1px dotted #C7D0D6;}
.ff-t-o .ff-t-p h2{margin:0;padding:0;font-size:15px;color:#1892B5;}
.ff-t-o .ff-t-pr{padding:0 0 0 10px;}
.ff-t-o .ff-t-pr h2{margin:0;padding:0;font-size:15px;color:#1892B5;}

.ff-t-o .ff-t-p-p{display: block;font-size: 13px;margin: 0;padding:0 45px 5px 0;text-align: justify;}
.ff-t-o .ff-t-p-dp{font-size:12px;font-weight: bold;padding:0 5px 0 0;}
.ff-t-o .ff-t-p-m{font-size:13px;padding:0;}
.ff-t-o .ff-t-p-m a{color:#1892B5;text-decoration:underline;}
.ff-t-o .ff-t-p-m a:hover{color:#FF7510;text-decoration:none;}

.ff-f-o{padding:20px 0 0 0;}
.ff-f-o .gal-foto{float:left;width:255px;text-align:center;padding:0;height:200px;}
.ff-f-o .gal-foto a{color:#233E51;text-decoration:none;}
.ff-f-o .gal-foto a:hover{color:#233E51;text-decoration:underline;}
.ff-f-o .gal-foto-nazev{font-size:12px;padding:3px 0 0 0;}
.ff-t-o .ff-t-p .ff-vlozeno{font-size:10px;color:#233E51;margin:0 0 5px 0;}

.akce-odkazy{font-size:12px;margin:0 0 5px 0;}
.akce-odkazy a{text-decoration:none;color:#1892B5;}
.akce-odkazy a span{text-decoration:underline;}
.akce-odkazy a:hover span{text-decoration:none;}
.akce-odkazy a:hover{color:#FF7510;}

.komentare-f{}
.komentare-f h3{padding:0;margin:0 0 5px 0;font-size:14px;font-weight:normal;}
.komentare-f .komentar-o{padding:0 0 8px 0;margin:0 20px 0 0;}
.komentare-f .komentar-od{padding:0 0 8px 0;margin:0 20px 0 60px;}
.komentare-f .komentar-l{float:left;width:60px;display:block;text-align:center;}
.komentare-f .komentar-p{display: block;margin:0 0 0 70px}
.komentare-f .komentar-autor{font-size:12px;color:#1892B5;}
.komentare-f .komentar-autor a{color:#1892B5;text-decoration:underline;}
.komentare-f .komentar-autor a:hover{text-decoration:none;color:#FF7510;}
.komentare-f .komentar-text{font-size:13px;color:#233E51;padding:3px 0;}
.komentare-f .komentar-text a{color:#1892B5;text-decoration:underline;}
.komentare-f .komentar-text a:hover{text-decoration:none;color:#FF7510;}
.komentare-f .komentar-vlozeno{font-size:11px;color:#233E51;margin:0 0 5px 0}
.komentare-f .komentar-pridat{margin:0 0 0 5px;}
.komentare-f .komentar-pridat textarea{overflow:hidden;width:600px;height:18px;}
.komentare-f .komentar-pridat input{margin:0 0 0 505px;background:#2E536D;color: #FFFFFF;cursor: pointer;font-size: 12px;padding:5px;border:none;}
.komentare-f .komentar-pridat-od{margin:0 0 0 60px;}
.komentare-f .komentar-odkazy{font-size:12px;}
.komentare-f .komentar-odkazy a{text-decoration:none;color:#1892B5;}
.komentare-f .komentar-odkazy a span{text-decoration:underline;}
.komentare-f .komentar-odkazy a:hover span{text-decoration:none;}
.komentare-f .komentar-odkazy a:hover{color:#FF7510;}
.komentare-f .odd{border-top: 1px dashed #9eb0bc;padding-top:8px;}
.komentare-f .komentar-dalsi{}
.komentare-f .komentar-dalsi-od{margin:0 0 0 60px;}

.komentare-f .uzivatel-zalogovat{font-size:12px;color:#233E51;padding:3px 0;}
.komentare-f .uzivatel-zalogovat a{color:#1892B5;text-decoration:underline;}
.komentare-f .uzivatel-zalogovat a:hover{text-decoration:none;color:#FF7510;}

.pribuzna-mista{font-size: 13px;padding:15px 0 5px 0;}
.pribuzna-mista h3{font-size: 14px;}
.pribuzna-mista ul { list-style: circle;font-size: 13px;padding:0 0 10px 35px; }
.pribuzna-mista ul li { padding:3px 0 0 0; }
.pribuzna-mista ul li a { color: #1892b5;}
.pribuzna-mista ul li a:hover { color: #FF7510;}

a.doporucit-btn{background:url('https://static.cestolino.cz/direct/img/doporucit.png') no-repeat scroll left top;bottom:170px;height:165px;left:0;position:fixed;width:42px;z-index:70;}
.doporucit-alert{}
.doporucit-alert h2{color:#233e51;font-size:16px;margin:0;padding:0 0 5px 0;}
.doporucit-alert input{margin:0 0 10px 5px;}

.email-banner{}
.email-banner a.email-btn{background:url('https://static.cestolino.cz/direct/img/button-email.png') no-repeat scroll left top;bottom:350px;height:202px;left:0;position:fixed;width:215px;z-index:70;}
.email-banner .email-btn-close{float:right;display:block;cursor:pointer;position:relative;bottom:524px;left:191px;position:fixed;z-index:75;}

a.email-btn-s{background:url('https://static.cestolino.cz/direct/img/button-email-s.png') no-repeat scroll left top;bottom:350px;height:205px;left:0;position:fixed;width:42px;z-index:70;}

.letenky{}
.letenky .letenky-l{width:630px;float:left;margin:0 0 0 20px;text-align:justify;clear:left;}
.letenky .letenky-r{width:300px;float:right;margin:20px 20px 0 0;}
.letenky .letenky-l h1{margin:10px 0 0 0;padding:0;}
.letenky .let-podnadpis{font-size:15px;font-weight:bold;margin:0 0 10px 5px;}
.letenky-vypis{}
.letenky-vypis-d{padding:8px 5px 8px 5px;}
.letenky-vypis-d:hover {background:#CEE6ED;}
.letenky-vypis-l{width:450px;float:left;clear:left;}
.letenky-vypis-p{width:150px;float:right;}
.letenky-vypis .letenka-nazev{color:#1892B5;font-size:14px;font-weight:bold;padding:0 0 3px 0;}
.letenky-vypis .letenka-zdroj{font-size:12px;color:#333333;padding:0 0 0 10px;}
.letenky-vypis .letenka-vlozeno{font-size:11px;color:#233E51}
.letenky-bannery-bottom{padding:15px 0;}
.letenky-bannery-bottom .letenky-bannery-bottom-l {width:310px;float:left;clear:left;}
.letenky-bannery-bottom .letenky-bannery-bottom-p {width:310px;float:right;}

.vp-informace{}
.vp-informace-l{width:170px;float:left;border-right: 1px solid #C7D0D6;clear:left;}
.vp-informace-p{width:800px;float:right;margin:0 20px 0 0;}
.vp-informace-obsah{}
.vp-informace-obsah-l{width:625px;float:left;}
.vp-informace-obsah-p{margin:20px 0 0 635px;}
.vp-informace .banner-bottom {padding:10px 0 10px 20px;}

.vp-informace .nbtnc {margin:0 0 10px 30px;}
.nbtnc {color:green;font-weight:bold;padding:0;width:350px;}
.nbtnc a {color:#FFFFFF;text-decoration:none}
.nbtnc a:hover {color:#FFFFFF;text-decoration:none}
.nbtn {background: none repeat scroll 0 0 #26ADE4;border-radius: 2px;display: block;font-size: 18px;margin: 10px 40px 0 0;padding: 12px 8px;text-align: center;text-decoration: none;text-transform: uppercase;width:300px;float:left}
.nbtn:hover {background:#D95079;color:#FFFFFF;text-decoration:none}
.hotel-foto-dalsi{margin:15px 0 0 330px;}
.hotel-text-dalsi{margin:15px 0 0 10px;}

.hotel-vice-recenze-o{margin:0 0 0 25px;}
.hotel-vice-recenze-o .hotel-vice-recenze{background: url('https://static.cestolino.cz/direct/img/hotel-vice.png') no-repeat; display: block;color: #233e51; height: 99px;font-family: Arial;padding:15px 0 0 15px;}
.hotel-vice-recenze-o a{color:#FFFFFF;text-decoration:none;}
.hotel-vice-recenze-o .hotel-vice-recenze .vice-nadpis{color:#FFFFFF;font-size:32px;font-weight:bold;text-shadow: 1px 1px 1px #666666;}
.hotel-vice-recenze-o .hotel-vice-recenze .vice-nazev{color:#FFFFFF;font-size:22px;text-shadow: 1px 1px 1px #666666;}

#social-icons{background: none repeat scroll 0 0 #fff;border: 1px solid #C7D0D6;margin-left:-105px;min-height: 80px;padding:5px 0 5px 0;position: fixed;top: 230px;width: 90px;}
#social-icons .mfbshare {height:80px;margin: 5px 0 0 15px;width: 80px;}

.box-odebirat{margin:0 5px 0 5px;text-align:center;}
.box-odebirat-link{display:block;width:100%;}
.box-odebirat-link a {background-color:#5AA05A;}
.box-odebirat-link a {color:#FFFFFF;display:inline-block;font-size:13px;font-weight:bold;padding:6px 12px;text-decoration:none}
.box-odebirat-link a span{font-size:23px}

#lbox-odebirat{margin:20px 0 15px 0;text-align:left;}
#lbox-odebirat .lbox-odebirat-link{display:block;width:100%;}
#lbox-odebirat .lbox-odebirat-link a {background-color:#5AA05A;}
#lbox-odebirat .lbox-odebirat-link a {color:#FFFFFF;display:inline-block;font-size:15px;font-weight:bold;padding:12px 24px;text-decoration:none}
#lbox-odebirat .lbox-odebirat-link a span{font-size:23px;font-weight:bold;}

.fixed-size #banner-leaderboard{background:#C9E7EE;padding:2px 0}
#banner-leaderboard div.bannersm{width:987px}
.fixed-size #banner-leaderboard div.bannersm{min-height:100px;_height:100px;height:expression(this.scrollHeight < 100? "100px":"auto")}
div[id=banner-leaderboard]{margin:0}
#banner-leaderboard div.bannersm{margin:0 auto}

.banner-center-bottom {clear: both;margin-top:20px;padding-bottom:20px;text-align: center;font-size:10px;}
.banner-tip-top {margin-top:0px;padding-bottom:10px;text-align: center;font-size:10px;}

.banner-right { position: fixed; left: 50%; width: 300px; bottom: 50px; margin-left: 500px; font-size: 13px; line-height: 15px}
.banner-right > div { margin-top: 12px; padding: 10px 20px;  }
.ml300{margin-left:300px;}
.ml400{margin-left:400px;}
.ml30{margin-left:30px;}
.mt15{margin-top:15px;}

div#main div.tcontent div.grey-row { border-top: 1px solid #c7d0d6; border-bottom: 1px solid #c7d0d6; font-size: 16px; font-weight: bold; text-align: center; line-height: 42px; padding-left: 111px; margin-top: 20px }
div#main div.tcontent div.dealer { float: left; width: 166px; text-align: left; padding-left: 30px !important }
div#main div.tcontent div.dealer a { color: #1892b5; font-weight: bold }
div#main div.tcontent div.number { float: left; width: 190px }
div#main div.tcontent div.last { float: left; width: 211px }
div#main div.tcontent div.rating { float: left; width: 183px }
div#main div.tcontent div.rating div.perc_blue { background: url('https://static.cestolino.cz/direct/img/perc_blue.png'); width: 45px; line-height: 25px; text-align: center; font-weight: bold; color: #fff; margin: 19px auto }
div#main div.tcontent div.shadow_big { background: url('https://static.cestolino.cz/direct/img/shadow_big.gif') no-repeat 0 bottom; width: 996px; height: 78px; text-align: center; line-height: 62px }
div#main div.tcontent div.button { float: left; width: 158px}
div#main div.tcontent div.button a { background: url('https://static.cestolino.cz/direct/img/box_button.png'); display: block; width: 126px; height: 36px; color: #fff; text-decoration: none; text-align: center; font-weight: bold; font-size: 14px; line-height: 36px; margin-left: 16px }
div#main div.tcontent div.button a:hover { background-position: 0 36px }
div#main div.tcontent div.shadow_big div.button { padding: 12px 0 0 20px; width: 196px }
div#main div.tcontent .lodd{margin:10px 0 0 0;padding:10px 0 0 0;border-top: 1px dotted #c7d0d6;}
div#main div.tcontent .rec-dalsi {text-align:center;margin:5 0 15px 0;}
div#main div.tcontent .rec-dalsi a{color:#1892B5; font-size:18px;font-weight:bold;}
div#main div.tcontent .rec-dalsi a:hover{color:#FF7510;}
div#main div#hpopis{margin:0 30px;text-align:justify;}
div#main div#hpopis h3{margin:5px 0;font-size:14px;}
div#main div#hpopis p{margin:5px 0 10px 0;}
div#main div#hpopis ul{margin:0 0 0 40px;padding:0;}
div#main div#hpopis ul li{margin:0;padding:0 0 4px 0;}

.dalsi-clanky{}
.dalsi-clanky h2{margin:20px 0 20px 0;padding:0;}
.dalsi-clanky .dalsi-clanky-obal{float:left;width:285px;height:260px;}
.dalsi-clanky .dc-odd{margin-right:20px}
.dalsi-clanky .dalsi-clanky-nadpis{margin:5px 5px 0 5px;color:#1892B5;font-size:16px;font-weight:bold;text-decoration:none;}
.dalsi-clanky a{text-decoration:none;}

.h-odpocet{font-size: 13px;padding: 5px 20px 5px 20px;}
div#main div.tcontent .h-odpocet h3 {font-size: 16px; padding:0;margin:0 0 10px 0;}
.h-odpocet p {padding:0;margin:0 0 10px 0; }
.h-odpocet-l{float:left;width:580px;}
.h-odpocet-p{margin:0 0 0 650px;}
.h-odpocet .h-odpocet-img {width:100px;}
.h-odpocet .button-o{margin:15px 0 0 0}

.banner-rec {
	padding-top: 10px;
   padding-bottom: 10px;
   background-color: #fff;
   width: 970px;
   margin:0 auto;
	border-bottom: 1px solid #cacfd1;
}

.pkredit{
text-align: right;
padding: 0 20px 0 0;
font-size: 14px;
}

.pkredit span{
font-size: 16px;
}

.pkredit a{
text-decoration:none;
}

.p-datum{text-align: right;padding-right:15px;}
.pkredit-dph{text-align: right;padding-right:15px;}
.penezenka-stav{font-size: 16px;padding: 10px 22px 0 22px;}

.hp-doporucene{margin:0 30px 30px 30px;}
.hp-doporucene-o{padding:0 0 7px 0;}
.hp-doporucene-o a{text-decoration:none;}
.hp-doporucene-o a:hover div{background-color:#FFEEC8;}
.hp-doporucene-l{float:left;width:450px;}
.hp-doporucene-p{margin:0 0 0 500px;}
.hp-doporucene-z{float:left;width:200px;font-size:14px;font-weight:bold;padding:1px 0;}
.hp-doporucene-c{margin:0 0 0 200px;width:150px;font-size:14px;text-decoration:underline;padding:1px 0;}

.hp-mag{margin:0 30px 10px 30px;}
.hp-mag h2{margin:0 0 10px 0;}
.hp-mag-l{float:left;width:450px;}
.hp-mag-p{margin:0 0 0 500px;}
.hp-mag-c{width:400px;}
.hp-mag-c .nazev{font-size:16px;font-weight: bold;padding:10px 0 0 0;}
.hp-mag-c .nazev a{text-decoration: none;color: #000;}
.hp-mag-c .nazev a:hover{color: #FF7510}
.hp-mag .bb{border-bottom:1px solid #cacfd1;margin-bottom:10px;padding-bottom:10px}
.hp-mag-c p{padding:10px 0 0 0;margin:0;}
.pl150{padding-left:150px;}
.hp-mag-n{display:inline-block;}
.hp-mag-n-l{float:left;width:190px;}
.hp-mag-n-p{margin:0 0 0 200px;font-size:16px;font-weight: bold;}
.hp-mag-n-p a{text-decoration: none;color: #000;}
.hp-mag-n-p a:hover{color: #FF7510}
.hp-mag-n-time{color:#8c969a;margin: 6px 0;font-size:14px;font-weight:normal;}
.hp-mag-n-time .ico__icon {margin-right: 5px;}


.hp-recdis{margin:0 30px 10px 30px;}
.hp-recdis h2{margin:0 0 10px 0;}
.hp-recdis-l{float:left;width:400px;}
.hp-recdis-p{margin:0 0 0 450px;}
.hp-recdis .bb{border-bottom:1px solid #cacfd1;margin-bottom:10px;padding-bottom:10px}

.faq{}
.faq h3{padding-left:10px;font-size:16px;}
.faq p{padding-left:40px;}
.faq a{color:#1892b5;text-decoration:underline;}
.faq a:hover{color:#FF755D;text-decoration:none;}

.hotel-dt-o{margin:4px 0 15px 35px;width:900px}
.hotel-dt-l{float:left;width:200px;text-align:left;}
.hotel-dt-info{float:left;width:400px;text-align:left;padding:5px 0 0 0;}
.hotel-dt-cena{float:left;width:150px;text-align:left;color:#FF7510;font-size:25px;font-weight:bold;padding:5px 0 0 0;}
.hotel-dt-button{margin:0 0 0 770px;padding:0 0 0 0;}
.hotel-dt-button div.button-o { float: left;}
.hotel-dt-info-termin{color:#1892b5;}

