.pricegraphs {
	display: table;
	table-layout: fixed;
	width: 100%;
	padding: 20px 0
}
.pricegraph-shell {
	position: relative;
	display: table-cell;
	width: 50%
}
.pricegraph-shell .title {
	/*display: table;*/
	/*table-layout: fixed;*/
	/*width: 100%*/
	margin-bottom: 20px;
}
.pricegraph-shell .title .label {
	color: #000000;
	font: 14px open_sanssemibold, Arial, sans-serif;
}
.pricegraph-shell .title .date {
	color: #FF9F42;
	font: 16px open_sanssemibold, Arial, sans-serif;
	margin-right: 10px;
}
.pricegraph-shell .pricegraph {
	position: relative;
	width: 100%;
	padding: 0 30px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.pricegraph-shell .pricegraph.disabled .months-selector, .pricegraph-shell .pricegraph.disabled .days-shell, .pricegraph-shell .pricegraph.disabled .months-span, .pricegraph-shell .pricegraph.disabled .range-navigator {
	filter: alpha(opacity=10);
	opacity: .1;
	pointer-events: none
}
.pricegraph-shell .pricegraph.disabled .message {
	display: block
}
.pricegraph-shell .pricegraph.disabled .range-navigator {
	display: none
}
.pricegraph-shell .pricegraph * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.pricegraph-shell .pricegraph.preloading {
	cursor: progress !important
}
.pricegraph-shell .pricegraph.preloading .days-shell, .pricegraph-shell .pricegraph.preloading .months-span, .pricegraph-shell .pricegraph.preloading .range-navigator {
	filter: alpha(opacity=20);
	opacity: .2
}
.pricegraph-shell .pricegraph.preloading .months-list li {
	cursor: progress !important
}
.pricegraph-shell .pricegraph.preloading .preloader {
	filter: alpha(opacity=100);
	opacity: 1;
	visibility: visible
}
.pricegraph-shell .pricegraph .months-selector {
	position: relative;
	z-index: 2
}
.pricegraph-shell .pricegraph .months-selector .months-crawler {
	position: absolute;
	bottom: 0;
	height: 100%;
	width: 5.479452055%;
	background-color: #5c5a60;
	border-bottom: 1px solid white;
	z-index: -1;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-ms-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out
}
.pricegraph-shell .pricegraph .months-list {
	position: relative;
	display: table;
	table-layout: fixed;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	margin-bottom: 4px;
	vertical-align: top;
	z-index: 1
}
.pricegraph-shell .pricegraph .months-list li {
	display: table-cell;
	color: #a5a4a9;
	font-size: 11px;
	line-height: 20px;
	text-align: center;
	overflow: hidden;
	padding: 2px 1px 5px;
	white-space: nowrap;
	vertical-align: top;
	border-bottom: 1px solid #68666e
}
.pricegraph-shell .pricegraph .months-list li:first-child {
	border-left: none
}
.pricegraph-shell .pricegraph .months-list li:hover {
	color: #000;
	opacity: 1;
	cursor: pointer
}
.pricegraph-shell .pricegraph .months-list li.selected {
	color: #ffad5b;
	font-size: 13px;
	font-weight: 600
}
.pricegraph-shell .pricegraph .months-list li.selected:hover {
	color: #ffad5b
}
.pricegraph-shell .pricegraph .days-shell {
	position: relative;
	display: block;
	width: 100%;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease
}
.pricegraph-shell .pricegraph .bars {
	display: table;
	table-layout: fixed;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease
}
.pricegraph-shell .pricegraph .bars li {
	display: table-cell;
	font-size: 0;
	line-height: 0;
	text-align: center;
	vertical-align: bottom
}
.pricegraph-shell .pricegraph .bars li .bar {
	position: relative;
	display: block;
	width: 100%;
	height: 100px;
	min-height: 70px;
	padding-top: 2px;
	border-bottom: 1px solid #807e87
}
.pricegraph-shell .pricegraph .bars li .fill {
	position: absolute;
	display: block;
	left: 15%;
	bottom: 2px;
	width: 70%;
	height: 2px;
	max-height: 100%;
	min-height: 2px;
	background: #ffffff;
	border: 1px solid;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease
}
.pricegraph_block.flight_block .pricegraph .bars li .fill {
	border: 1px solid #2dc1cd;
}
.pricegraph_block.hotels_block .pricegraph .bars li .fill {
	border: 1px solid #f0a153;
}
.pricegraph_block.car_block .pricegraph .bars li .fill {
	border: 1px solid #ee7f62;
}
.pricegraph-shell .pricegraph .bars li .price-info {
	position: absolute;
	bottom: 100%;
	left: 50%;
	color: black;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	white-space: nowrap;
	padding: 8px 12px;
	margin-bottom: 22px;
	border-radius: 2px;
	background-color: white;
	visibility: hidden;
	opacity: 0;
	box-shadow: 0 15px 20px -10px rgba(0, 0, 0, 0.4), 0 0 4px 0 rgba(0, 0, 0, 0.3);
	z-index: 5;
	pointer-events: none
}
.pricegraph-shell .pricegraph .bars li .price-info:before {
	content: '';
	display: block;
	position: absolute;
	top: 100%;
	left: 50%;
	width: 42px;
	height: 10px;
	margin-left: -21px;
	background: url('../images/arrow-bottom.png') no-repeat center top;
	background-size: 42px 10px
}
.pricegraph-shell .pricegraph .bars li .price-info .price {
	font-size: 17px;
	line-height: 18px;
	font-weight: 600
}
.pricegraph-shell .pricegraph .bars li .price-info .date {
	display: block;
	font-size: 11px;
	line-height: 12px;
	font-weight: 400;
	margin-bottom: 5px
}
.pricegraph-shell .pricegraph .bars li .date-day {
	display: block;
	color: #bebdc2;
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
	padding-top: 5px;
	padding-bottom: 2px;
	-webkit-transition: all 100ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 100ms ease;
	-o-transition: all 100ms ease;
	transition: all 100ms ease
}
.pricegraph-shell .pricegraph .bars li .date-day .date {
	display: block
}
.pricegraph-shell .pricegraph .bars li .date-day .short-day {
	display: block;
	color: #bcbac2;
	font-size: 10px;
	font-weight: 600;
	-webkit-transition: all 100ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 100ms ease;
	-o-transition: all 100ms ease;
	transition: all 100ms ease
}
.pricegraph-shell .pricegraph .bars li.weekend .date-day {
	color: #d3c5f3
}
.pricegraph-shell .pricegraph .bars li.weekend .date-day .short-day {
	color: #d3c5f3
}
.pricegraph-shell .pricegraph .bars li:hover {
	cursor: pointer
}
.pricegraph-shell .pricegraph .bars li:hover .date-day {
	color: white
}
.pricegraph-shell .pricegraph .bars li:hover .date-day .short-day {
	color: white
}
.pricegraph-shell .pricegraph .bars li:hover .fill {
	background-color: #ff8501;
	background-image: -webkit-linear-gradient(bottom, #ff8501 0, #ffee6a 100%);
	background-image: -moz-linear-gradient(bottom, #ff8501 0, #ffee6a 100%);
	background-image: -ms-linear-gradient(bottom, #ff8501 0, #ffee6a 100%);
	background-image: -o-linear-gradient(bottom, #ff8501 0, #ffee6a 100%);
	background-image: linear-gradient(bottom, #ff8501 0, #ffee6a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffee6a, endColorstr=#ff8501)
}
.pricegraph-shell .pricegraph .bars li:hover .price-info {
	display: block;
	visibility: visible;
	opacity: 1
}
.pricegraph-shell .pricegraph .bars li.out-of-bound .fill {
	background-color: #143d6e;
	background-position: bottom center;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#486c85, endColorstr=#143d6e)
}
.pricegraph-shell .pricegraph .bars li.out-of-bound .date-day {
	color: #bab9bd
}
.pricegraph-shell .pricegraph .bars li.out-of-bound .date-day .short-day {
	color: #727175
}
.pricegraph-shell .pricegraph .bars li.out-of-bound:hover .fill {
	background-color: #904d15;
	background-position: bottom center;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#90824a, endColorstr=#904d15)
}
.pricegraph-shell .pricegraph .bars li.out-of-bound:hover .date-day {
	color: white
}
.pricegraph-shell .pricegraph .bars li.out-of-bound:hover .date-day .short-day {
	color: white
}
.pricegraph-shell .pricegraph .bars li.selected .bar {
	border-bottom-color: #ff8501
}
.pricegraph-shell .pricegraph .bars li.selected .date-day {
	color: #ffad5b
}
.pricegraph-shell .pricegraph .bars li.selected .date-day .short-day {
	color: #ffad5b
}
.pricegraph-shell .pricegraph .bars li.selected .fill {
	border: none;
	background-color: #ff8501;
	background-image: -webkit-linear-gradient(bottom, #ff8501 0, #ffee6a 100%);
	background-image: -moz-linear-gradient(bottom, #ff8501 0, #ffee6a 100%);
	background-image: -ms-linear-gradient(bottom, #ff8501 0, #ffee6a 100%);
	background-image: -o-linear-gradient(bottom, #ff8501 0, #ffee6a 100%);
	background-image: linear-gradient(bottom, #ff8501 0, #ffee6a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffee6a, endColorstr=#ff8501)
}
.pricegraph-shell .pricegraph .bars li.selected:hover .fill {
	border: none;
	background-color: #ff8501;
	background-image: -webkit-linear-gradient(bottom, #ff8501 0, #ffee6a 100%);
	background-image: -moz-linear-gradient(bottom, #ff8501 0, #ffee6a 100%);
	background-image: -ms-linear-gradient(bottom, #ff8501 0, #ffee6a 100%);
	background-image: -o-linear-gradient(bottom, #ff8501 0, #ffee6a 100%);
	background-image: linear-gradient(bottom, #ff8501 0, #ffee6a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffee6a, endColorstr=#ff8501)
}
.pricegraph-shell .pricegraph .bars li.no-data .bar {
	border-bottom-color: #807e87 !important
}
.pricegraph-shell .pricegraph .bars li.no-data .fill {
	background-color: #616065 !important;
	background-image: none !important;
	height: 2px !important
}
.pricegraph-shell .pricegraph .bars li.no-data .date-day {
	color: #616065 !important
}
.pricegraph-shell .pricegraph .bars li.no-data .date-day .short-day {
	color: #616065 !important
}
.pricegraph-shell .pricegraph .bars li.no-data:hover {
	cursor: default !important
}
.pricegraph-shell .pricegraph .bars li.no-data:hover .fill {
	background-color: #616065 !important;
	background-image: none !important
}
.pricegraph-shell .pricegraph .bars li.no-data:hover .price-info {
	visibility: hidden !important;
	opacity: 0 !important
}
.pricegraph-shell .pricegraph .scale {
	position: absolute;
	top: 0;
	left: 100%;
	color: rgba(255, 255, 255, 0.8);
	font-size: 10px;
	font-weight: 300;
	line-height: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 60px;
	height: 100px;
	min-height: 70px;
	text-align: center
}
.pricegraph-shell .pricegraph .scale li {
	position: absolute;
	display: block;
	width: 100%;
	height: 10px
}
.pricegraph-shell .pricegraph .scale .max-value {
	top: -5px
}
.pricegraph-shell .pricegraph .scale .mid-value {
	top: 50%;
	margin-top: -2px
}
.pricegraph-shell .pricegraph .scale .min-value {
	bottom: -9px
}
.pricegraph-shell .pricegraph .months-span {
	display: table;
	table-layout: fixed;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	margin-top: 5px;
	text-align: center;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease
}
.pricegraph-shell .pricegraph .months-span li {
	color: #616065;
	display: table-cell;
	vertical-align: top;
	cursor: pointer;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-ms-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out
}
.pricegraph-shell .pricegraph .months-span li:first-child {
	padding-right: 1px
}
.pricegraph-shell .pricegraph .months-span li:last-child {
	padding-left: 1px
}
.pricegraph-shell .pricegraph .months-span li:only-child {
	padding: 0
}
.pricegraph-shell .pricegraph .months-span li .span {
	display: table;
	width: 100%
}
.pricegraph-shell .pricegraph .months-span li .span span {
	display: table-cell;
	vertical-align: top
}
.pricegraph-shell .pricegraph .months-span li .span .month {
	font-size: 11px;
	line-height: 16px;
	font-weight: 600;
	padding: 0 6px;
	width: auto;
	white-space: nowrap;
	text-transform: uppercase
}
.pricegraph-shell .pricegraph .months-span li .span .right, .pricegraph-shell .pricegraph .months-span li .span .left {
	width: 50%
}
.pricegraph-shell .pricegraph .months-span li .span .right:before, .pricegraph-shell .pricegraph .months-span li .span .left:before {
	content: '';
	display: block;
	height: 7px;
	border-bottom: 2px solid #616065;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-ms-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out
}
.pricegraph-shell .pricegraph .months-span li .span .right.cont, .pricegraph-shell .pricegraph .months-span li .span .left.cont {
	position: relative
}
.pricegraph-shell .pricegraph .months-span li .span .right.cont:after, .pricegraph-shell .pricegraph .months-span li .span .left.cont:after {
	content: '';
	display: block;
	display: none;
	height: 10px;
	margin-top: -12px;
	width: 14px;
	border-bottom: 2px dotted #616065;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-ms-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out
}
.pricegraph-shell .pricegraph .months-span li .span .right {
	width: 100%
}
.pricegraph-shell .pricegraph .months-span li .span .right:before {
	border-right: 2px solid #616065;
	border-radius: 0 0 4px 0
}
.pricegraph-shell .pricegraph .months-span li .span .right.cont:before {
	border-right: 0;
	border-radius: 0;
	border-bottom: 2px solid #616065
}
.pricegraph-shell .pricegraph .months-span li .span .right.cont:after {
	margin-left: 100%
}
.pricegraph-shell .pricegraph .months-span li .span .left:before {
	border-left: 2px solid #616065;
	border-radius: 0 0 0 4px
}
.pricegraph-shell .pricegraph .months-span li .span .left.cont:before {
	border-left: none;
	border-radius: 0;
	border-bottom: 2px solid #616065
}
.pricegraph-shell .pricegraph .months-span li .span .left.cont:after {
	margin-left: -14px
}
.pricegraph-shell .pricegraph .months-span li:hover {
	color: #d1d0d5
}
.pricegraph-shell .pricegraph .months-span li:hover .span .right:before, .pricegraph-shell .pricegraph .months-span li:hover .span .left:before {
	border-color: #d1d0d5 !important
}
.pricegraph-shell .pricegraph .months-span li:hover .span .right.cont:after, .pricegraph-shell .pricegraph .months-span li:hover .span .left.cont:after {
	border-color: #d1d0d5 !important
}
.pricegraph-shell .pricegraph .range-navigator {
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease
}
.pricegraph-shell .pricegraph .range-navigator .previous-range, .pricegraph-shell .pricegraph .range-navigator .next-range {
	position: absolute;
	bottom: 22px;
	width: 12px;
	height: 25px;
	background-image: url('../images/price-calendar-arrows.png');
	background-position: 0 0;
	background-repeat: no-repeat;
	opacity: .5
}
.pricegraph-shell .pricegraph .range-navigator .previous-range:hover, .pricegraph-shell .pricegraph .range-navigator .next-range:hover {
	opacity: 1;
	cursor: pointer
}
.pricegraph-shell .pricegraph .range-navigator .previous-range.disabled, .pricegraph-shell .pricegraph .range-navigator .next-range.disabled {
	opacity: .2;
	cursor: default
}
.pricegraph-shell .pricegraph .range-navigator .previous-range {
	left: 14px
}
.pricegraph-shell .pricegraph .range-navigator .next-range {
	right: 14px;
	background-position: -12px 0
}
.pricegraph-shell .pricegraph .preloader {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease
}
.pricegraph-shell .pricegraph .preloader .spinner {
	position: absolute;
	display: block;
	left: 50%;
	top: 50%;
	width: 30px;
	height: 30px;
	margin-left: -15px;
	margin-top: -15px;
	border-radius: 100%;
	background-color: white;
	background-image: url('http://cdn.momondo.net/i-3/content/images/graph-spinner-v001.gif');
	background-position: center center;
	background-repeat: no-repeat;
	box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.4), 0 0 100px 0 rgba(255, 255, 255, 0.5), 0 0 20px 0 rgba(0, 0, 0, 0.8)
}
.pricegraph-shell .pricegraph .message {
	position: absolute;
	display: none;
	top: 0;
	left: 30px;
	right: 30px;
	bottom: 0;
	color: #fefaf5;
	font-size: 14px;
	text-align: center;
	padding: 20px 30px;
	background-color: rgba(0, 0, 0, 0.001);
	overflow: hidden;
	z-index: 10;
	cursor: pointer;
	cursor: default
}
.pricegraph-shell .pricegraph .message .message-inner {
	display: table;
	width: 100%;
	height: 100%
}
.pricegraph-shell .pricegraph .message .message-inner .message-content {
	display: table-cell;
	vertical-align: middle
}
.pricegraph-shell .pricegraph .message .icon {
	display: inline-block;
	width: 32px;
	height: 32px;
	margin-bottom: 5px;
	background: white;
	border-radius: 100%
}
.pricegraph-shell .pricegraph .message h4 {
	font-family: 'Open Sans', sans-serif;
	color: #ffedc9;
	font-size: 18px;
	font-weight: 400;
	margin: 0 0 5px;
	padding: 0
}
.pricegraph-shell .pricegraph .message span {
	font-size: 13px;
	font-weight: 300
}
.pricegraph-shell .pricegraph .message span em {
	font-style: normal;
	font-weight: 600
}
@media (-webkit-min-device-pixel-ratio: 2),(min--moz-device-pixel-ratio: 2),(-o-min-device-pixel-ratio: 2),(min-device-pixel-ratio: 2),(min-resolution: 192dpi),(min-resolution: 2dppx) {
	.pricegraph .bars li .price-info:before {
	}
}
.tooltip {
	position: absolute;
	bottom: -20px;
	right: 20px;
	margin-bottom: 18px;
	padding: 8px 20px;
	color: black;
	font-size: 13px;
	font-weight: 400;
	line-height: 18px;
	min-width: 140px;
	max-width: 310px;
	background-color: #fff3db
}
.tooltip em {
	font-style: normal;
	font-weight: 600
}
.tooltip:after {
	content: '';
	position: absolute;
	display: block;
	top: 100%;
	right: 14px;
	width: 0;
	height: 0;
	border: solid transparent;
	border-color: transparent;
	border-top-color: #fff3db;
	border-width: 7px;
	margin-left: -7px
}
.section-image {
	position: relative;
	width: 100%;
	height: 200px;
	background-position: center center;
	background-size: cover;
	overflow: hidden
}
#general-information > .title h2 {
	color: #ff8ac2
}
#general-information > .content {
	background-color: #27262b
}
#general-information .more-info {
	font-size: 13px;
	margin: 0 20px;
	padding: 20px 10px;
	list-style: none;
	border-top: 1px solid #444347
}
#general-information .more-info li {
	margin-bottom: 10px
}
#general-information .more-info li:last-child {
	margin-bottom: 0
}
#general-information .more-info em {
	font-style: normal;
	font-weight: 400
}
#general-information .city-editorial {
	position: relative;
	width: 100%;
	padding: 20px;
	background-color: #212025;
	-webkit-columns: 3;
	-moz-columns: 3;
	columns: 3
}
#general-information .city-editorial h4 {
	color: #ffa3d0;
	font-size: 20px;
	font-weight: 300;
	padding: 10px
}
#general-information .city-editorial p {
	font-size: 13px;
	font-weight: 400;
	line-height: 20px;
	text-align: justify;
	margin: 0;
	margin-bottom: 20px;
	padding: 0 10px;
	vertical-align: top
}
#general-information .city-editorial p:last-child {
	margin-bottom: 0
}
#general-information .city-editorial p:first-child {
	font-weight: 600
}

