/*!
 * jQuery UI Slider 1.10.3
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
#amount1{
    min-width: 50px;
    width: auto;
    max-width: 70px;
    text-align: right;
    float: left;
    margin-right: 15px;
    line-height: 30px;
    background: none;
}
#amount2{

	text-align: left;
    float: left;
    min-width: 50px;
    width: auto;
   max-width: 70px;
   margin-left: 15px;
    line-height: 30px;
     background: none;

}

span.naz1, span.naz2, span.naz3{

    width: auto;

    text-align: right;
    float: left;
    margin-right: 15px;
    line-height: 30px;
    background: none;
    font-size: 13px;
}
span.naz3{

    width: auto;

    text-align: right;
    float: right;
    margin-right: 0px;
    line-height: 30px;
    background: none;
    font-size: 13px;
}

#amount2::after, #amount1::after{
  content: "Kč";
  position: absolute;
  right: 0px;
}

.ui-slider {
	position: relative;
	text-align: left;
    float: left;
    width: 44%;
    margin-top:3px;

}
 @media all and (max-width: 700px) {

.ui-slider {
	position: relative;
	text-align: left;
    float: left;
    width: 30%;
    margin-top:3px;

}

}

 @media all and (max-width: 400px) {
   span.naz1{
     display: none;
}

.ui-slider {
	position: relative;
	text-align: left;
    float: left;
    width: 35%;
    margin-top:3px;

}

#amount1{
    min-width: 10px;
    width: auto;
    max-width: 50px;
    text-align: right;
    float: left;
    margin-right: 15px;
    line-height: 30px;
    background: none;
    width: 23%;
}
#amount2{

	text-align: left;
    float: left;
    min-width: 10px;
    width: 23%;
    margin-left: 15px;
    line-height: 30px;
     background: none;
}

}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 20px;
	cursor: default;
    margin-top: 6px;
    left: 0px;
    right: 0px;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;

}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
    margin-top: -1.5px;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
