/*----------------------------WYPRAWA - TOP --*/

.adv > .body {
	position: relative;
	height: 204px;
	padding: 15px 20px 15px 20px;	
}
.adv .bg_photo {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	opacity: 0.7;
	/*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";*/
}
.adv .details, .adv h1, .adv .options {
	position: relative;
	z-index: 20;
 	text-shadow: 0 0 2px #000, 0 0 4px #000; 
}

.adv h1 {
	font-size: 20px;
	color: #B94;
}

.ie .adv h1 {
	font-size: 20px;
	color: #ffb600;
}


.adv .details {
	text-transform: uppercase;
	font-size: 13px;
	margin: 1em 0;
	white-space: nowrap;
}
.adv .details dt {
	color: #BBB;
	font-size: 14px;
}

.ie .adv .details dt {
	color: #f1f1f1;
	font-size: 14px;
}

.adv .details dd {
	margin-right: 10px;
	font-weight: bold;
}
.cufon-active .adv .details dd {
	font-size: 15px;
}
.cufon-active .adv .details dd canvas { margin-top: 1px; }

.adv .details .length, 
.adv .details .region {
	display: inline-block;
}
.adv .details .continent {
	position: absolute;
	right: 0;
	top: -30px;
 	text-shadow: 0 0 2px #000, 0 0 4px #000;
}

.ie .adv .details .continent {
	color: #ffb600;
}

.adv .details > .adv_types {
	margin: 10px 0 16px;
}

.adv .closest_date {
	width: 410px;
	position: absolute;
	bottom: 0;
	left: 20px;
}
.adv .closest_date dt {
	width: 150px;
	text-align: left;
	padding-left: 3px
}
.adv .closest_date dd {
	text-align: right;
	width: 390px;
}
.adv .closest_date .currency {
	color: #B94;
}
 
.ie .adv .closest_date .currency {
	color: #ffb600;
}


.adv .closest_date .price_desc {
	font-weight: normal;
	font-size: 10px;
	margin-top: 16px;
	width: auto;
}

.adv .options {
	width: 190px;
	position: absolute;
	right: 20px;
	bottom: 15px;
}

.body h1,
.body .details,
.body .options {
	opacity: .6;
	-moz-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}

.body:hover h1,
.body:hover .details,
.body:hover .options {
	opacity: 1;
}

.ie .body h1,
.ie .body .details,
.ie .body .options {
	opacity: 1;
}

.ie9 .adv h1, .ie9 .adv .length, .ie9 .adv .region, .ie9 .adv .continent, .ie9 .adv .closest_date, .ie9 .adv .options 
{
 	display: inline-block; padding: 2px; 
 	filter: glow(color=#000000,strength=2) alpha(opacity=40);
}

.ie9 .hovered h1, .ie9 .hovered .length, .ie9 .hovered .region, .ie9 .hovered .continent, .ie9 .hovered .closest_date, .ie9 .hovered .options 
{
 	filter: glow(color=#000000,strength=2) alpha(opacity=70) !important;
}

.ie8 .adv h1, .ie8 .adv .length, .ie8 .adv .region, .ie8 .adv .continent, .ie8 .adv .closest_date, .ie8 .adv .options
{
	 display: inline-block; padding: 2px; 
	 filter: glow(color=#000000,strength=3) alpha(opacity=50);
}

.ie8 .hovered h1, .ie8 .hovered .length, .ie8 .hovered .region, .ie8 .hovered .continent, .ie8 .hovered .closest_date, .ie8 .hovered .options
{
	 filter: glow(color=#000000,strength=3) alpha(opacity=100);
}


.adv > .footer p {
	float: left;
	font-family: 'Dins Pl',	Impact, 'Trebuchet Ms', sans-serif;
	text-shadow: 0 0 4px #000, 0 0 4px #000, 0 0 4px #000, 0 0 4px #000, 0 0 5px #000, 0 0 5px #000, 0 0 5px #000, 0 0 5px #000;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 25px;
}
.adv > .footer .sections {
	float: right;
}
.adv > .footer .sections li {
	float: left;
	list-style: none;
	margin-left: 5px;
}
.adv > .footer .sections a {
	outline: none;
}

/*----------------------------WYPRAWA - RESZTA --*/

.map .body {
	height: 234px;
	overflow:hidden;
	position: relative;
}
.map .sheet {
	position: absolute;
}
.map .cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('../images/map_cover_1.png') no-repeat;
}
.map .marker {
	width: 32px;
	height: 42px;
	background: url('../images/flag_1.png') no-repeat;
	position: absolute;
}
.map .footer {
	text-align: center;
}
.map .footer .button_1 {
	display: inline-block;
	cursor: pointer;
}

.benefits .text ul {
	text-align: right;
}
.benefits .section {
	background: url('../images/grad_2.png') repeat-x left bottom;
}

.payment {
	background: url('../images/line_1.png') repeat-x left bottom;
}

.payment dl > dt {
	text-align: left;
	padding-left: 23px;
	background: url('../images/dot_1.png') no-repeat 0 1px;
	text-transform: uppercase;
	color: #BBB;
	width: 120px;
}

.dates li {
	background: url('../images/line_1.png') repeat-x left bottom;
	padding: 10px 175px 10px 20px;
	position: relative;
}
.dates dt, .dates dd {
	display: inline-block;
	letter-spacing: -0.5px;
}
.dates dt {
	text-transform: uppercase;
	color: #AAA;
}
.dates .date {
	float: left;
	width: 200px;
}
.dates .price {
	float: right;
	width: 215px;
	text-align: right;
}
.dates .price dt {
	min-width: 75px; /* clear line */
}
.dates .id {
	clear: left;
}
.dates .date dd {
	font-weight: bold;
}
.dates .price span {
	color: #B94;
	font-weight: bold;
}
.dates .book {
	position: absolute;
	right: 20px;
	top: 16px;
}
.dates .with_hint {
	color: #B94;
}

/*
 *
 * ul.payment_descr
 *   li
 *     span.name
 *     b.price
 *     = the_rest
 *
 */
ul.payment_descr > li {
	color: #AAA;
	font-size: 0.92em; /* 12px */
	line-height: 1.5em; /* 18px */
/*	padding-left: 13em; */
	position: relative;
}
.payment_descr .name {
/*	position: absolute; */
/*	display: block;
	left: 23px;
	top: 0;  */
	max-width: 10em;
}
.payment_descr .price {
	color: #EEE;
}
.payment_descr .name,
.payment_descr .price {
	font-size: 1.08em; /* 13px */
}

.adv_types a { font-size: 12px; }