/*!
 * reset
 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
	background: transparent;
	vertical-align: baseline;
	font-size: 100%;
}



ol, ul
{
	list-style: none;
}

blockquote, q
{
	quotes: none;
}

	blockquote:before, blockquote:after, q:before, q:after
	{
		content: '';
		content: none;
	}

:focus
{
	outline: 0;
}

ins
{
	text-decoration: none;
}

del
{
	text-decoration: line-through;
}

table
{
	border-spacing: 0;
	border-collapse: collapse;
}

/*!
 * text
 */

/* //flight// */

.banner
{
	position: relative;
	top: 50%;
	width: 100%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	/* Chrome, Safari, Opera */
	/* IE 9 */
}

.bannerHotel
{
	position: relative;
	top: 50%;
	display: inline-block;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	/* Chrome, Safari, Opera */
	/* IE 9 */
	/*width: 100%;*/
}

.hotelImg
{
	overflow: hidden;
	height: 333px;
}

.hotelItem
{
	height: 333px;
}


strong
{
	font-family: "CabinBold";
}

.strong
{
	font-family: "CabinBold";
}

.imgText
{
	/*border-top: 1px #e7e7e7 solid;*/
	position: relative;
}

.hyper
{
	display: inline-block;
}

.marginBottom
{
	margin-bottom: 10px;
}

.RoomPeg
{
	margin-bottom: 5px;
	border: 1px solid gray;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

	.RoomPeg:hover
	{
		background-color: white;
		color: #ddbd72;
	}

.divRoom
{
	border-top: 1px dotted gray;
}

.white
{
	color: white;
}

.imgText h1
{
	margin: 0;
	padding: 0;
	background-color: rgba(20, 20, 20, 0.4);
	color: White;
	font-size: 3em;
}

.imgText .img, .imgHotel .img
{
	overflow: hidden;
	height: 400px;
	text-align: center;
}

.text
{
	margin-bottom: 10px;
}

.itp
{
	margin-bottom: 10px;
}

.listCountry
{
	position: absolute;
	top: 150px;
	left: 0;
	z-index: 3000;
	padding: 0 15px;
	width: 100%;
	background-color: white;
}

.defaultPadding
{
	padding: 2%;
}

.miniPadding
{
	padding: 1%;
}

.paddingBottom
{
	padding-bottom: 1.4em;
}

.homeImg
{
	position: relative;
	top: 50%;
	height: auto !important;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.float--right
{
	float: right;
}

.float--left
{
	float: left;
}


.overflow-hidden
{
	overflow: hidden;
}

/* h1 {
        margin: 20px 0 0 0;
    }*/

.img
{
	overflow: hidden;
	text-align: center;
	/* background-color: #5CB6E2;*/
	/*height: 400px;*/
}

/*min-height: 400px;
    //height: 300px;*/


#myCarousel
{
	padding: 0;
}

.carousel.fade
{
	opacity: 1;
}

	.carousel.fade .item
	{
		-moz-transition: opacity ease-out 4s;
		-o-transition: opacity ease-out 4s;
		-webkit-transition: opacity ease-out 4s;
		transition: opacity ease-out 4s;
		left: 0;
		opacity: 0; /* hide all slides */
		top: 0;
		position: absolute;
		width: 100%;
		display: block;
	}

		.carousel.fade .item:first-child
		{
			top: auto;
			/*opacity: 1;*/ /* show first slide */
			position: relative;
		}

		.carousel.fade .item.active
		{
			opacity: 1;
		}

.imgCity
{
	position: relative;
	float: none;
	overflow: hidden;
	max-height: 400px;
	height: 400px;
	/*margin-bottom: 20px;*/
}

.book
{
	z-index: 5000;
	background-color: #484747;
}

.minHeight
{
	overflow: hidden;
	height: 240px;
}


.fix-search .search
{
	position: fixed;
	top: 10px;
}


.imgCity img
{
	width: 100%;
}

.noPadding
{
	padding: 0;
}

.gt
{
	font-size: large;
}

.imglug
{
	float: left;
	width: 70px;
	height: 70px;
}

.textlug
{
	padding: 0.5em;
	min-height: 95px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-color: #484747;
	color: White;
	font-family: "CabinBold";
}

	.textlug:hover
	{
		background-color: black;
	}
.texttraininclusief {
    background-color: #ddbd72;
    border-radius: 15px;
    color: White;
    font-weight: bold;
    /*height: 50px;*/
    moz-border-radius: 15px;
    padding: 0.5em;
    webkit-border-radius: 15px;
}
.flightBox
{
	border: 2px solid #7f7f7f;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-color: White;
}

.bgGray
{
	border: 2px solid #ddbd72;
	background-color: #f5f5f5;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.bgGold
{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #ddbd72;
	border-radius: 10px;
}

.around
{
	width: 100%;
	height: 300px;
}

.priceOther
{
	display: inline;
}

.price
{
	display: inline;
}

	.price div
	{
		display: inline;
	}

.flprice
{
	/*width: 40%;
	padding-right:2%;*/
	text-align: right;
}

.booking
{
	float: left;
	width: 50%;
}


.bag
{
	float: left;
	width: 100%;
}

.flight .ico
{
	float: left;
	width: 7%;
}

	.flight .ico img
	{
		width: 25px;
		height: 25px;
	}

.flight .dep
{
	float: left;
	width: 38%;
}

.flight .ret
{
	float: left;
	margin-left: 2%;
	width: 38%;
}

.flight .carrier
{
	float: left;
	width: 14%;
}

.flInf
{
	float: left;
	margin-left: 7.5%;
}

.between
{
}

.airline
{
	margin-top: 10px;
	margin-left: 25px;
	width: 40%;
	height: 70px;
}

.infoto
{
	height: 80px;
}

.textto
{
	width: 100px;
	text-align: right;
}

/*.wowl
{
	background-color: #fff;
	border-radius: 15px;
	box-shadow: 0px 0px 3px rgba(0,0,0,.3);
	float: left;
	margin-bottom: 0.5em;
	moz-border-radius: 15px;
	moz-box-shadow: 0px 0px 3px rgba(0,0,0,.3);
	webkit-border-radius: 15px;
	webkit-box-shadow: 0px 0px 3px rgba(0,0,0,.3);
	width: 49%;
}*/
.wowltrain1 {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0px 0px 3px rgba(0,0,0,.3);
    float: left;
    margin: 0.5em;
    margin-bottom: 0.5em;
    moz-border-radius: 15px;
    moz-box-shadow: 0px 0px 3px rgba(0,0,0,.3);
    webkit-border-radius: 15px;
    webkit-box-shadow: 0px 0px 3px rgba(0,0,0,.3);
    width: 98%;
}
.wowltrain2 {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0px 0px 3px rgba(0,0,0,.3);
    float: left;
    margin: 0.2em;
    margin-bottom: 0.5em;
    moz-border-radius: 15px;
    moz-box-shadow: 0px 0px 3px rgba(0,0,0,.3);
    webkit-border-radius: 15px;
    webkit-box-shadow: 0px 0px 3px rgba(0,0,0,.3);
    width: 49%;
}
.wowltrain3 {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0px 0px 3px rgba(0,0,0,.3);
    float: left;
    margin: 0.2em;
    margin-bottom: 0.5em;
    moz-border-radius: 15px;
    moz-box-shadow: 0px 0px 3px rgba(0,0,0,.3);
    webkit-border-radius: 15px;
    webkit-box-shadow: 0px 0px 3px rgba(0,0,0,.3);
    width: 32.5%;
}
.wowltrain4 {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0px 0px 3px rgba(0,0,0,.3);
    float: left;
    margin: 0.2em;
    margin-bottom: 0.5em;
    moz-border-radius: 15px;
    moz-box-shadow: 0px 0px 3px rgba(0,0,0,.3);
    webkit-border-radius: 15px;
    webkit-box-shadow: 0px 0px 3px rgba(0,0,0,.3);
    width: 24.5%;
}
.wowltrain5 {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0px 0px 3px rgba(0,0,0,.3);
    float: left;
    margin: 0.2em;
    margin-bottom: 0.5em;
    moz-border-radius: 15px;
    moz-box-shadow: 0px 0px 3px rgba(0,0,0,.3);
    webkit-border-radius: 15px;
    webkit-box-shadow: 0px 0px 3px rgba(0,0,0,.3);
    width: 19.5%;
}

.extraInfo
{
	padding: 0.5em;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-color: white;
}

.fr
{
	float: right;
}

.luggage
{
	margin-left: 3%;
}

.height
{
	height: 116px;
}

.co
{
	width: 100%;
}

.container > .container
{
	width: 70%;
}

/*tr td label { margin-left: 5px; }*/

.height
{
	height: 116px;
}

.co
{
	width: 100%;
}

.ButtonOnlyCarryOnLuggage .lnkContainer
{
	display: inline;
}

.ButtonWithLuggage .lnkContainer
{
	display: inline;
}

/*carousel*/

.carousel
{
	position: relative;
}

.carousel-inner
{
	position: relative;
	overflow: hidden;
	width: 100;
	/*background-color:#ddd;*/
}

	.carousel-inner > .item
	{
		position: relative;
		display: none;
		-moz-transition: 0.6s ease-in-out left;
		-o-transition: 0.6s ease-in-out left;
		-webkit-transition: 0.6s ease-in-out left;
		transition: 0.6s ease-in-out left;
	}

		.carousel-inner > .item > img,
		.carousel-inner > .item > a > img
		{
			display: block;
			max-width: 100%;
			height: auto;
			line-height: 1;
		}

	.carousel-inner > .active,
	.carousel-inner > .next,
	.carousel-inner > .prev
	{
		display: block;
	}

	.carousel-inner > .active
	{
		left: 0;
	}

	.carousel-inner > .next,
	.carousel-inner > .prev
	{
		position: absolute;
		top: 0;
		width: 100%;
	}

	.carousel-inner > .next
	{
		left: 100%;
	}

	.carousel-inner > .prev
	{
		left: -100%;
	}

		.carousel-inner > .next.left,
		.carousel-inner > .prev.right
		{
			left: 0;
		}

	.carousel-inner > .active.left
	{
		left: -100%;
	}

	.carousel-inner > .active.right
	{
		left: 100%;
	}

.carousel-control
{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 15%;
	color: #ffffff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	font-size: 20px;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

	.carousel-control.left
	{
		background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
		background-repeat: repeat-x;
	}

	.carousel-control.right
	{
		right: 0;
		left: auto;
		background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
		background-repeat: repeat-x;
	}

	.carousel-control:hover,
	.carousel-control:focus
	{
		color: #ffffff;
		text-decoration: none;
		opacity: 0.9;
		filter: alpha(opacity=90);
	}

	.carousel-control .icon-prev,
	.carousel-control .icon-next,
	.carousel-control .glyphicon-chevron-left,
	.carousel-control .glyphicon-chevron-right
	{
		position: absolute;
		top: 50%;
		left: 50%;
		z-index: 5;
		display: inline-block;
	}

	.carousel-control .icon-prev,
	.carousel-control .icon-next
	{
		margin-top: -10px;
		margin-left: -10px;
		width: 20px;
		height: 20px;
		font-family: serif;
	}

		.carousel-control .icon-prev:before
		{
			content: '\2039';
		}

		.carousel-control .icon-next:before
		{
			content: '\203a';
		}

.carousel-indicators
{
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 15;
	margin-left: -30%;
	padding-left: 0;
	width: 60%;
	list-style: none;
	text-align: center;
}

	.carousel-indicators li
	{
		display: inline-block;
		margin: 1px;
		width: 10px;
		height: 10px;
		border: 1px solid #ffffff;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
		text-indent: -999px;
		cursor: pointer;
	}

	.carousel-indicators .active
	{
		margin: 0;
		width: 12px;
		height: 12px;
		background-color: #ffffff;
	}

.carousel-caption
{
	position: absolute;
	right: 15%;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #ffffff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	/*bottom: 20px;*/
}

	.carousel-caption .btn
	{
		text-shadow: none;
	}

/*opacity fade in*/

.carousel .item
{
	overflow: hidden;
	-moz-transition: opacity 1s;
	-ms-transition: opacity 1s;
	-o-transition: opacity 1s;
	-webkit-transition: opacity 1s;
	transition: opacity 1s;
	/*height:200px;*/
}


.carousel-inner .active.left
{
	left: -33%;
}

.carousel-inner .next
{
	left: 33%;
}

.carousel-inner .prev
{
	left: -33%;
}

.carousel-control.left, .carousel-control.right
{
	background-image: none;
}

.item:not(.prev)
{
	visibility: visible;
}

.item.right:not(.prev)
{
	visibility: hidden;
}

.rightest
{
	visibility: visible;
}

.carousel .active.left, .carousel .active.right
{
	left: 0;
	z-index: 2;
	opacity: 0;
}

.carousel .next, .carousel .prev
{
	left: 0;
	z-index: 1;
	opacity: 1;
}

.checkboxCountry
{
	-moz-text-decoration-style: none;
	text-decoration-style: none;
	margin: 2px;
	margin-top: 10px;
	padding: 7px;
	border: 3px solid #ddbd72;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #ddbd72;
	color: #ffffff;
	font-size: 14px;
	font-family: "CabinBold";
}

.gochicChecked{

	background-color: #fff !important;
	color: #7f7f7f !important;
	margin-top: 10px;
	padding: 7px;
	border: 3px solid #ddbd72;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-transform: uppercase;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	font-family: "CabinBold";

}

.gochicChecked:hover{

border: 3px solid #ddbd72;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #ddbd72 !important;
	color: #ffffff !important;

}
.gochicButton
{
	margin-top: 10px;
	padding: 7px;
	border: 3px solid #ddbd72;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #ddbd72 !important;
	color: #7F7F7F !important;
	text-transform: uppercase;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	/*white-space: nowrap;*/
	font-size: 14px;
	transition-timing-function: linear;
	-moz-transition-duration: 500ms;
	-o-transition-duration: 500ms;
	-webkit-transition-duration: 500ms;
	-moz-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	-webkit-transition-timing-function: linear;
	transition-duration: 500ms;
	-moz-transition-property: background,color;
	-o-transition-property: background,color;
	-webkit-transition-property: background, color;
	transition-property: background,color;
	/* line-height: 17px;*/
}

.wowl .gochicButton
{
	text-transform: none;
}

.gochicButton:hover
{
	-moz-text-decoration-style: none;
	text-decoration-style: none;
	background-color: #fff !important;
	color: #7f7f7f !important;
}


.bgResorts
{
	border: solid 1px #ddbd72;
	border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.quote
{
	background-color: #e9e9e9;
}

	.quote .container h2
	{
		color: gray;
		font-weight: lighter;
		font-size: 1.4em;
		line-height: 30px;
	}

#bottom
{
	padding: 2em;
	min-height: 75px;
	background-color: #585757 !important;
}

.hotel
{
	padding: 1.4em;
	border: solid 3px white;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.border
{
	border: solid 1px #f5f5f5 !important;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #f5f5f5;
    padding: 7px 0 12px 0;
}

.rand
{
	border: 2px solid #7f7f7f;
}


.country
{
	/*background-color: #ddd;*/
	/*height: 150px;*/
	position: relative;
	/*z-index: 100;*/
}


.imgText .imgCountry
{
	overflow: hidden;
	text-align: center;
}

.country .overlay
{
	width: 100%;
	height: 150px;
	background-color: rgba(8, 7, 7, 0.7);
}

.country:hover
{
	z-index: 200;
	cursor: pointer;
}

.country h3
{
	color: white;
	font-weight: lighter;
	font-size: 30px;
}

.horizontal
{
	position: absolute;
	top: 75px;
	left: 50%;
	-moz-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	-o-transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	/* top: 50%;*/
}

.country img
{
	opacity: 0.5;
}

.country:hover img
{
	opacity: 1;
}

.experience
{
	padding: 2em;
}

.ribbon-brochure
{
	position: absolute;
	top: 2em;
	margin-right: 2%;
	padding: 0.75em 1.25em 0.75em 0.75em;
	-moz-border-radius: 0 0.5em 0.5em 0;
	-webkit-border-radius: 0 0.5em 0.5em 0;
	border-radius: 0 0.5em 0.5em 0;
	background-color: #fff;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 90%);
	-moz-box-shadow: inset 0 0.062em 0 rgba(255, 255, 255, 0.6), 0 0.125em 0.25em rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 0.062em 0 rgba(255, 255, 255, 0.6), 0 0.125em 0.25em rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 0.062em 0 rgba(255, 255, 255, 0.6), 0 0.125em 0.25em rgba(0, 0, 0, 0.2);
	color: #000000;
	white-space: nowrap;
	opacity: 0.9;
	-moz-transition: background-color 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
}

/*ribbon-brochure:before {
    bottom: 0.05em;
    left: -0.5em;
    width: 0.5em;
    height: 3em;
    opacity: 0.9;
    -moz-border-radius: 0 0 0 0.5em;
    -webkit-border-radius: 0 0 0 0.5em;
    border-radius: 0 0 0 0.5em;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
}

.ribbon-brochure:after {
    top: -0.03em;
    left: -0.5em;
    width: 0.5em;
    opacity: 0.9;
    height: 0.5em;
    -moz-border-radius: 0.5em 0 0 0.5em;
    -webkit-border-radius: 0.5em 0 0 0.5em;
    border-radius: 0.5em 0 0 0.5em;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
    -moz-box-shadow: 0 0.062em 0 rgba(255, 255, 255, 0.6);
    -webkit-box-shadow: 0 0.062em 0 rgba(255, 255, 255, 0.6);
    box-shadow: 0 0.062em 0 rgba(255, 255, 255, 0.6);
}
.ribbon-brochure:before, .ribbon-brochure:after {
    position: absolute;
    background-color: inherit;
    content: "";
}*/


.caption
{
	position: absolute;
	bottom: 0px;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.searchButton
{
	color: white;
	cursor: pointer;
}

@media (max-width: 991px)
{
	.search .navbar-header
	{
		float: none;
	}	.pricePromo{
		position:relative !important;
		top:0 !important;
	}

	.search .navbar-left, .navbar-right
	{
		float: none !important;
	}

	.search .navbar-toggle
	{
		display: block;
	}

	.search .navbar-collapse
	{
		border-top: 1px solid transparent;
		/*box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);*/
	}

	.search .navbar-fixed-top
	{
		top: 0;
		border-width: 0 0 1px;
	}

	.search .navbar-collapse.collapse
	{
		display: none!important;
	}

	.search .navbar-nav
	{
		float: none!important;
		margin-top: 7.5px;
	}

		.search .navbar-nav > li
		{
			float: none;
		}

			.search .navbar-nav > li > a
			{
				padding-top: 10px;
				padding-bottom: 10px;
			}

	.search .collapse.in
	{
		display: block !important;
	}

	.book .container
	{
		width: 100%;
	}

	.searchSpace
	{
		padding: 10px 0;
	}

	ul.sTabs
	{
		margin: 0 !important;
	}

	.searchMod
	{
		margin: 0 !important;
	}

	.sLinksT
	{
		margin: 0 0 5px 0 !important;
	}
}

@media (min-width: 992px)
{
	.search .navbar-toggle
	{
		display: none;
	}




}

select
{
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	height: 34px;
	border: 1px solid #7f7f7f;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	/* Firefox */
	/* Safari and Chrome */
}

.selectClass
{
	position: relative;
	width: 100%;
}

	.selectClass .arrow
	{
		position: absolute;
		top: 14px;
		right: 7px;
		z-index: 20;
		width: 0;
		height: 0;
		border-top: 5px solid #aaa;
		border-right: 4px solid transparent;
		border-left: 4px solid transparent;
		cursor: pointer;
		pointer-events: none;
	}

.borderBrochure
{
	border: 1px solid #ddd;
}

.divider
{
	border-top: 1px solid #ddd;
}

.inputHeight
{
	height: 34px;
	line-height: 34px;
}

.noMargin
{
	margin: 0;
}

.searchMod
{
	margin: 3px 0;
	min-height: 56px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	background-color: #ddbd72;
	color: White;
}

.smaller
{
	font-size: 10px;
}

.searchMod .sLinks li a
{
	border: 1px solid white;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: White;
}


.searchMod .sLinksT li a
{
	margin-top: 5px;
	padding: 2%;
	border: 1px solid white;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	/*color: White;*/
}

.searchModImg
{
	background-image: url("../../img/atmosphere/0002.jpg");
}






@media screen and (max-width: 768px)
{
	.item
	{
		height: 200px !important;
	}

	.imgText .img
	{
		height: 200px !important;
	}

	.imgHotel .img
	{
		height: 135px !important;
	}

	.mobilePadding
	{
		padding: 0;
	}

	.bottom
	{
		position: relative !important;
	}

	.experience
	{
		padding: 0;
	}

	.imgText h1
	{
		-ms-word-wrap: break-word;
		word-wrap: break-word;
		font-size: 2em;
	}

	.searchMod
	{
		padding: 0;
	}

	div .box_logo
	{
		background-image: none !important;
	}

	.breadcrumb
	{
		display: none;
	}

	.book .container
	{
		width: 100%;
	}

	.tabContainer .infoText
	{
		height: auto;
	}
}


.priceHeight
{
	position: absolute;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.infoHeight
{
	position: absolute;
	top: 30%;
	-moz-transform: translateY(-30%);
	-ms-transform: translateY(-30%);
	-o-transform: translateY(-30%);
	-webkit-transform: translateY(-30%);
	transform: translateY(-30%);
	/*backface-visibility: hidden;
	-webkit-font-smoothing: subpixel-antialiased;*/
	/*-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;*/
	/*-webkit-perspective: 1000;
	-moz-perspective: 1000;
	-ms-perspective: 1000;
	perspective: 1000;*/
}

/*.infoHeight p
	{
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-perspective: 1000;
		-moz-perspective: 1000;
		-ms-perspective: 1000;
		perspective: 1000;
		-webkit-font-smoothing: subpixel-antialiased;
	}*/

@media screen and (max-width: 992px)
{

	.priceHeight
	{
		position: relative;
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	.infoHeight
	{
		position: relative;
		top: 0;
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	.btnAvb
	{
		position: relative !important;
	}
}

.title
{
	margin: 0;
	padding: 10px;
	border: 2px solid #7F7F7F;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	background-color: #7F7F7F;
	color: White;
}

.hotelInfo
{
	padding: 10px;
	border: 1px solid #ddbd72;
	color: #7F7F7F;
	/*background-color:#7F7F7F;*/
}

	.hotelInfo div ul li
	{
		display: list-item;
		margin-left: 0 !important;
		padding: 0;
		list-style-type: disc;
	}

	.hotelInfo span.itemLink span
	{
		color: #7F7F7F;
	}



/*body
{
	background-color: #fff !important;
	color: #7f7f7f;
	font-size: 15px;
	font-family: Cabin, Verdana, sans-serif;
	line-height: 28px;
}*/
/*body
{
	line-height: 1;
}*/

a:focus
{
	outline: 1px dotted invert;
}

hr
{
	clear: both;
	margin: 20px 0;
	height: 0;
	border: 0 #ccc dotted;
	border-top-width: 1px;
}

h1
{
	font-size: 25px;
}

h2
{
	font-size: 23px;
}

h3
{
	font-size: 21px;
}

h4
{
	font-size: 19px;
}

h5
{
	font-size: 17px;
}

h6
{
	font-size: 15px;
}

ol
{
	list-style: decimal;
}

	ol.breadcrumb
	{
		list-style: none !important;
	}

ul
{
	list-style: square;
}

dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, address, fieldset
{
	margin-bottom: 20px;
}

/*!
 * 960
 */

.container_12, .container_16
{
	margin-right: auto;
	margin-left: auto;
	width: 960px;
}

.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12, .grid_13, .grid_14, .grid_15, .grid_16
{
	display: inline;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
}

.container_12 .grid_3, .container_16 .grid_4
{
	width: 220px;
}

.container_12 .grid_6, .container_16 .grid_8
{
	width: 460px;
}

.container_12 .grid_9, .container_16 .grid_12
{
	width: 700px;
}

.container_12 .grid_12, .container_16 .grid_16
{
	width: 940px;
}

.alpha
{
	margin-left: 0;
}

.omega
{
	margin-right: 0;
}

.container_12 .grid_1
{
	width: 60px;
}

.container_12 .grid_2
{
	width: 140px;
}

.container_12 .grid_4
{
	width: 300px;
}

.container_12 .grid_5
{
	width: 380px;
}

.container_12 .grid_7
{
	width: 540px;
}

.container_12 .grid_8
{
	width: 620px;
}

.container_12 .grid_10
{
	width: 780px;
}

.container_12 .grid_11
{
	width: 860px;
}

.container_16 .grid_1
{
	width: 40px;
}

.container_16 .grid_2
{
	width: 100px;
}

.container_16 .grid_3
{
	width: 160px;
}

.container_16 .grid_5
{
	width: 280px;
}

.container_16 .grid_6
{
	width: 340px;
}

.container_16 .grid_7
{
	width: 400px;
}

.container_16 .grid_9
{
	width: 520px;
}

.container_16 .grid_10
{
	width: 580px;
}

.container_16 .grid_11
{
	width: 640px;
}

.container_16 .grid_13
{
	width: 760px;
}

.container_16 .grid_14
{
	width: 820px;
}

.container_16 .grid_15
{
	width: 880px;
}

.container_12 .prefix_3, .container_16 .prefix_4
{
	padding-left: 240px;
}

.container_12 .prefix_6, .container_16 .prefix_8
{
	padding-left: 480px;
}

.container_12 .prefix_9, .container_16 .prefix_12
{
	padding-left: 720px;
}

.container_12 .prefix_1
{
	padding-left: 80px;
}

.container_12 .prefix_2
{
	padding-left: 160px;
}

.container_12 .prefix_4
{
	padding-left: 320px;
}

.container_12 .prefix_5
{
	padding-left: 400px;
}

.container_12 .prefix_7
{
	padding-left: 560px;
}

.container_12 .prefix_8
{
	padding-left: 640px;
}

.container_12 .prefix_10
{
	padding-left: 800px;
}

.container_12 .prefix_11
{
	padding-left: 880px;
}

.container_16 .prefix_1
{
	padding-left: 60px;
}

.container_16 .prefix_2
{
	padding-left: 120px;
}

.container_16 .prefix_3
{
	padding-left: 180px;
}

.container_16 .prefix_5
{
	padding-left: 300px;
}

.container_16 .prefix_6
{
	padding-left: 360px;
}

.container_16 .prefix_7
{
	padding-left: 420px;
}

.container_16 .prefix_9
{
	padding-left: 540px;
}

.container_16 .prefix_10
{
	padding-left: 600px;
}

.container_16 .prefix_11
{
	padding-left: 660px;
}

.container_16 .prefix_13
{
	padding-left: 780px;
}

.container_16 .prefix_14
{
	padding-left: 840px;
}

.container_16 .prefix_15
{
	padding-left: 900px;
}

.container_12 .suffix_3, .container_16 .suffix_4
{
	padding-right: 240px;
}

.container_12 .suffix_6, .container_16 .suffix_8
{
	padding-right: 480px;
}

.container_12 .suffix_9, .container_16 .suffix_12
{
	padding-right: 720px;
}

.container_12 .suffix_1
{
	padding-right: 80px;
}

.container_12 .suffix_2
{
	padding-right: 160px;
}

.container_12 .suffix_4
{
	padding-right: 320px;
}

.container_12 .suffix_5
{
	padding-right: 400px;
}

.container_12 .suffix_7
{
	padding-right: 560px;
}

.container_12 .suffix_8
{
	padding-right: 640px;
}

.container_12 .suffix_10
{
	padding-right: 800px;
}

.container_12 .suffix_11
{
	padding-right: 880px;
}

.container_16 .suffix_1
{
	padding-right: 60px;
}

.container_16 .suffix_2
{
	padding-right: 120px;
}

.container_16 .suffix_3
{
	padding-right: 180px;
}

.container_16 .suffix_5
{
	padding-right: 300px;
}

.container_16 .suffix_6
{
	padding-right: 360px;
}

.container_16 .suffix_7
{
	padding-right: 420px;
}

.container_16 .suffix_9
{
	padding-right: 540px;
}

.container_16 .suffix_10
{
	padding-right: 600px;
}

.container_16 .suffix_11
{
	padding-right: 660px;
}

.container_16 .suffix_13
{
	padding-right: 780px;
}

.container_16 .suffix_14
{
	padding-right: 840px;
}

.container_16 .suffix_15
{
	padding-right: 900px;
}

.clear
{
	display: block;
	visibility: hidden;
	clear: both;
	overflow: hidden;
	width: 0;
	height: 0;
}

.clearfix:after
{
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: '.';
}

.clearfix
{
	display: inline-block;
}

* html .clearfix
{
	height: 1%;
}

.clearfix
{
	display: block;
}
