/*----------------------------WYPRAWY--*/

.adv_short {
	padding: 8px 16px 15px 243px;
	position: relative;
	overflow: hidden;
	min-height: 151px;
	background: url('../images/grad_1.png') repeat-x bottom left rgba(0, 0, 0, 0.15);
}
.no-rgba .adv_short {
	background: url('../images/grad_1.png') repeat-x bottom left; /* IE */
}

.adv_short:hover {
	background-color: transparent;
}
.adv_short .name {
	font-size: 15px;
	line-height: 22px;
	margin-bottom: 3px;
}
.adv_short .details,
.adv_short .offer_details,
.adv_short .show_on_map {
	position: relative;
	z-index: 2;
}
.adv_short .name a {
	color: #B94;
	text-decoration: none;
}
.adv_short .name a:hover {
	text-decoration: underline;
}
.adv_short .photo {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 229px;
	padding-right: 31px;
	background: url('../images/grad_5.png') repeat-y 100% 0; 
	z-index: 1;
	overflow: hidden;
}
.adv_short .photo a {
	background:  url('../images/photo_cover.png') repeat-y 100% 0;
	display: block;
	height: 100%;
	position: relative;
}
.adv_short .photo a img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.adv_short .photo a img:first-child {
	opacity: 0.7; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
.adv_short .details {
	text-transform: uppercase;
	font-size: 11px;
}
.adv_short .details dt {
	color: #BBB;
	margin-right: 3px;
	float: left;
}
.adv_short .details dd {
	margin-right: 10px;
	font-weight: bold;
	float: left;
	letter-spacing: -0.25px;
}

.adv_short .details .continent {
	position: absolute;
	right: 0;
	top: -22px;
	margin-right: 0;
	text-shadow: 0 0 4px #000;
}
.adv_short .details dt.types {
	display: none;
}
.adv_short .details .adv_types {
	clear: both;
	float: none;
	padding: 10px 0 20px;
}
.relations .adv_short .details .adv_types {
	padding: 5px 0 5px;
}
.relations .adv_short .short_info {
	height: 3em;
	padding-bottom: 4px;
}
.adv_short .details dt.date {
	clear: left;
}
.adv_short .details dd.price {
	font-weight: normal;
}
.adv_short .details dd.price {
	font-weight: bold;
	color: #B94;
	font-size: 14px;
	margin-top: -1px;
}
.adv_short .details dd.price .currency,
.adv_short .details dd.flight_price .currency {
	font-weight: normal;
}

.adv_short .see_more {
	position: absolute;
	z-index: 2;
	right: 100%;
	bottom: 10px;
	background: url('../images/right_bezel.png');
	margin-right: -229px;
	height: 38px;
	width: 184px;
	line-height: 38px;
	text-indent: 15px;
	text-transform: uppercase;
	font-size: 11px;
	text-shadow: 0 1px 0 #000;
}
.adv_short .see_more > a {
	color: #B94;
	text-decoration: none;
	font-weight: bold;
}
.adv_short .desc {
	text-align: justify;
	min-height: 75px;
	margin-bottom: 10px;
}
.adv_short .more.details {
	float: left;
	line-height: 25px;
}
.adv_short .offer_details {
	float: right;
}


.adv_short .photo .hover,
.adv_short .see_more {
	opacity: 0;

	-moz-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}
.no-csstransitions .adv_short .photo .hover,
.no-csstransitions .adv_short .see_more {
	display: none; /* IE */
}

.adv_short:hover .photo .hover,
.adv_short:hover .see_more {
	opacity: 1;
}
.no-csstransitions .adv_short:hover .photo .hover,
.no-csstransitions .adv_short:hover .see_more {
	display: block; /* IE */
}


.left .box > .footer .more {
	float: right;
}
.left .box > .footer .idea {
	float: left;
}
.left .box > .footer .idea .contact_us {
	font-style: normal;
	color: #B94;
}

.page404 img {
	float: left;
	margin-right: 2em;
}
.page404 h3 {
	color: #B94;
	text-transform: uppercase;
	font-size: 13px;
	padding: 1em 0 0;
}
.page404 p {
	padding: 1.2em 0 1.6em;
}
.page404 .navi404 {
	float: right;
	overflow: hidden;
}
.page404 div {
	overflow: hidden;
	padding: 0.8em 2.5em 0.8em 1.6em;
}
.page404 .button_2 {
	float: left;
	margin-right: 0.9em;
}