/*
* 	General styles (Master) CSS 
*	- This CSS file contains css rules for the responsive tables as well as styles for 'tourlist.asp'
*	- if this file is not included then this content should ne placed in 'master.css' 
*/


th,
.responsive-table td:before,
.responsive-table td:after,
.row-daybreak td{
	color:#262927;
}

tr.row-odd,
tr.row-even,
li.item-odd,
li.item-even{
	border-bottom:1px solid #d5d5d5;
}

tr.row-even,
li.item-even,
thead + tbody tr.row-odd,
thead + tbody tr.row-odd.toggled:hover{
	background-color:rgba(235,235,235,0.5);
}

thead + tbody tr.row-even,
thead + tbody tr.row-even.toggled:hover{
	background-color:transparent;
}

tr.clickable:hover,
thead + tbody tr.clickable:hover{
	  background-color:rgba(82,122,122,0.07);
}

.lte8 tr.row-odd,
.lte8 tr.row-odd:hover,
.lte8 tr.row-even,
.lte8 tr.row-even:hover{
	/*RGBA fallback for older browsers*/
    background-color:transparent!important;
}

thead tr,
tr.row-daybreak{
		
	background-color:transparent;
	border-bottom:1px solid rgba(38,41,39,0.25);
}

th,
tr.row-daybreak td:after,
tr.row-daybreak strong{
	font-weight:600;
}

.responsive-table{
	width:100%;
	border-collapse:collapse;
	margin-bottom:0.75em;
}

.responsive-table td:nth-of-type(1):before{
	content:"Column 1";
}

.responsive-table td:nth-of-type(2):before{
	content:"Column 2";
}

.responsive-table td:nth-of-type(3):before{
	content:"Column 3";
}

.responsive-table td:nth-of-type(4):before{
	content:"Column 4";
}

.responsive-table td:nth-of-type(5):before{
	content:"Column 5";
}

.responsive-table td:nth-of-type(6):before{
	content:"Column 6";
}

.responsive-table td:nth-of-type(7):before{
	content:"Column 7";
}

.responsive-table td:nth-of-type(8):before{
	content:"Column 8";
}

.responsive-table td:nth-of-type(9):before{
	content:"Column 9";
}

.responsive-table td:nth-of-type(10):before{
	content:"Column 10";
}

.responsive-table td:before{
	display:none;
}

/**/
.responsive-table td.col-image{
	text-align:center;
	/*white-space: nowrap;*/
	/*vertical-align:middle;*/
	position:relative;
}

.responsive-table td.col-image a,
.responsive-table .col-image-inner{
	display:block;
	display:inline-block;
}


.responsive-table td.col-image a,
.responsive-table td.col-image a:hover{
	text-decoration:none;
}

.responsive-table td.col-image img{
	width:220px;
	max-width:100%;
	height:auto;
}




/* 
  Tourlist - general
*/

/*tourlist table*/
.tourlist-table th,
.tourlist-table .row-daybreak td{
	padding-top:0.75em;
	padding-bottom:0.75em;
}

.tourlist-table td{
	padding-top:0.75em;
	padding-bottom:0.75em;
}

.tourlist-table .row-daybreak td{
	padding-top:2.25em;
}

.tourlist-table th,
.tourlist-table td{
	padding-left:0.375em;
	padding-right:0.375em;
	vertical-align:middle;
}

.tourlist-table .col-price{
	text-align:right;
}

.tourlist-table th:last-child,
.tourlist-table td:last-child,
.tourlist-table td:last-child:after{
	text-align:right;
	padding-right:0.75em;
}

.tourlist-table th:first-child,
.tourlist-table td:first-child,
.tourlist-table td:first-child:after{
	text-align:left;
	padding-left:0.75em;
}

.tourlist-table .col-spots{
	text-align:center;
}

/*.tourlist-table .row-daybreak td:after{
display:block!important;
}

*/

.tourlist-table .col-subject{
	/*ACTIVATE only if there are extreemly long words that need breaking!*/
	/*
	word-break:break-all;
	-webkit-hyphens:auto;
	-moz-hyphens:auto;
	hyphens:auto;
	*/
	min-width:9em;
}

/* 
  Tourlist - Pagination page info
*/
.attached-page-tourlist .pagination-info{
	padding:0 0 0.75em 0;
	margin:0;
	text-align:center;
	max-width:none;
	font-size:14px;
	font-size:1.4rem;
}

/* 
  Tourlist - re-post list:FILTER and CHANGE CURRENCY OPTIONS
 */

.tourlist-reposters{
	text-align:center;
}

.tourlist-reposters .box:after{
	content:"";
	display:table;
	clear:both;
}


.tourlist-reposters .box{
	vertical-align:top;
}

.tourlist-reposters,
.tourlist-reposters .box{
	background-color:transparent!important;
}

.tourlist-reposters .box{
	padding-top:0;
	padding-bottom:0;
	margin-top:0;
	margin-bottom:0;
	text-align:left;
}

.tourlist-filter ul.filter-list,
.tourlist-reposters .box-title,
.tourlist-reposters .box-desc{
	padding:0;
	margin:0;
}

.tourlist-reposters .box-title,
.tourlist-reposters .box-desc{
	display:inline-block;
	line-height:1;
	margin-bottom:0.375em;
	vertical-align:top;
}

.tourlist-reposters .box{
	display:inline-block;
}


.tourlist-reposters .box-title{
	font-size:1em;
	line-height:1.25;
}


.tourlist-reposters .box-desc{
	max-width:80%;
}

.ff .tourlist-reposters .box-title{
	line-height:35px;
	line-height:3.5rem;
}

.mac.ff .tourlist-reposters .box-title{
	/*line-height:35px;*/
	/*line-height:3.5rem;*/
	line-height:2.1em;
}

.mac.chrome .tourlist-reposters .box-title{
	/*line-height:23px;*/
	/*line-height:2.3rem;*/
	line-height:1.5em;
}

.tourlist-reposters .box-title{
	padding-right:0.375em;
}

.tourlist-reposters .box,
.tourlist-reposters .box:first-child{
	padding:0.75em 0.375em 0.375em 0.375em;
	margin:0;
}

.id-content .tourlist-reposters .box{
	 margin-bottom:0;
}
 
 
.tourlist-filter-packagetype,
.tourlist-filter-depcity,
.tourlist-filter-monthyear{
	float:left;
	margin-right:0.5em;
}

.tourlist-filter-submit{
	float:left;
}

.tourlist-filter-submit button{
	font-size:1em;
	font-weight:400;
}

ul.filter-list, ul.filter-list li{
	list-style:none;
}
ul.filter-list, ul.filter-list li, ul.filter-list form{
	padding:0;margin:0;
}
ul.filter-list{
	display:block;text-align:right;
}
ul.filter-list li{
	display:inline-block;
}

/*Tourlist - no result*/
.attached-page-tourlist .no-reslut-wrap{
	text-align:center;padding-bottom:1.5em;
}

/**/

.tourlist-table .col-button .button{
	padding-top:0.083em;
	padding-bottom:0.083em;
	white-space:normal;
	text-align:center;
}

.tourlist-table .col-button{
	text-align:right;
}

.attached-page-tourlist td.col-outbound{
	min-width:55px;
	white-space:nowrap;
}

/**/
.tourlist-table .indicator-info{
	display:none;
}

.tourlist-table .iteminfo-row.closed{
	display:none;
}

.tourlist-table .iteminfo-row .iteminfo-inner{
	display:none;
}

.tourlist-table .iteminfo-row.open .iteminfo-inner{
	padding:1.5em;
	display:block;
}

/**/
.tourlist-table .iteminfo-list,
.tourlist-table .iteminfo-list-item{
	list-style:none;
	margin:0;
	padding:0;
	display:block;
}

.tourlist-table .iteminfo-list{
	margin-bottom:1.5em;
}

.tourlist-table .iteminfo-list-item,
.tourlist-table .iteminfo-list-heading{
	padding:0.375em;
}

.tourlist-table .iteminfo-depinfo-depart{
	padding-bottom:0.75em;
}

.tourlist-table .iteminfo-depinfo-heading{
	margin-bottom:0.75em;
}

.tourlist-table .iteminfo-depinfo-section{
	margin-bottom:2.225em;
}

.tourlist-table .iteminfo-list:last-child,
.tourlist-table .iteminfo-list-item:last-child,
.tourlist-table .iteminfo-depinfo-section:last-child{
	margin-bottom:0;
}

.tourlist-table .iteminfo-list-item:nth-of-type(even){
	background-color:rgba(235,235,235,0.3);
}

.tourlist-table .iteminfo-depinfo-itinerary .iteminfo-list-item:nth-of-type(even){
	background-color:transparent;
}

.tourlist-table .itinerary-section{
	padding-top:0.375em;
	padding-bottom:0.375em;
	margin-bottom:0.375em;
}

.tourlist-table .itinerary-section:last-child{
	margin-bottom:0;
}

.tourlist-table .itinerary-comments{
	margin:0.75em auto;
	padding:0.5em 0.75em;
	font-style:italic;
}

.tourlist-table .iteminfo-depinfo{
	margin-top:1.5em;
	margin-bottom:1.5em;
}

.tourlist-table .iteminfo-nav,
.tourlist-table .iteminfo-depinfo .price{
	text-align:right;
}

.tourlist-table.enableTourlistShowDepinfo tr.toggled{
	border-bottom:none;
}

.tourlist-table .offerstext,
.tourlist-table .full{
	color:#be1000;
}

.tourlist-table .iteminfo-depinfo-itinerary .list-item-key,
.tourlist-table .connection-heading{
	font-size:16px;
	font-size:1.6rem;
}

.tourlist-table .iteminfo-list-item{
	border-top:1px solid #d5d5d5;
	border-top:1px solid rgba(0,0,0,0.03);
}

.lte8 .tourlist-table .iteminfo-list-item{
	border-top-color:#d5d5d5;
}

.tourlist-table .iteminfo-list-item:first-of-type{
	border-top:none;
}


/**
 * 
 *		Responsive table - layout - Block (none table layout settings)
 *		(used to be inside media queries width 1px - 979px, now the class name 'responsive-table-layout-block' is added via JS)
 ************/



.responsive-table-layout-block td:before,
.tourlist-table.enableTourlistShowDepinfo .item-row .col-outbound:before{
	font-family:'Alegreya Sans',sans-serif;
}


.responsive-table-layout-block,
.responsive-table-layout-block thead,
.responsive-table-layout-block tbody,
.responsive-table-layout-block tfoot,
.responsive-table-layout-block th,
.responsive-table-layout-block td,
.responsive-table-layout-block td:before,
.responsive-table-layout-block tr{
	display:block;
}

.responsive-table-layout-block .row-daybreak td:before{
	display:none;
}

.responsive-table-layout-block tr.closed{
	display:none;
}

.responsive-table-layout-block td:empty{
	display:none;
}

.responsive-table-layout-block thead tr,
.responsive-table-layout-block .row-th th{
	position:absolute;
	top:-9999px;
	left:-9999px;
}

.responsive-table-layout-block .row-th th[colspan]{
	position:static;
}

.responsive-table-layout-block .row-th{
	border-bottom-width:2px;
	border-bottom-style:solid;
}


.responsive-table-layout-block td{
	position:relative;
}

.responsive-table-layout-block .row-daybreak{
	display:none;
}

.responsive-table-layout-block tr{
	padding-top:0.75em;
	padding-bottom:0.75em;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#d5d5d5;
}

.responsive-table-layout-block tr td:last-child{
	border-bottom-color:transparent;
}

.responsive-table-layout-block.table-skin-a tr{
	padding-top:0;
	padding-bottom:0;
	border-bottom-color:rgba(61,65,63,0.2);
}

.responsive-table-layout-block tr.iteminfo-row{
	padding-top:0;
	padding-bottom:0;
}

.responsive-table-layout-block td,
.responsive-table-layout-block td:before{
	padding-top:0.375em;
	padding-bottom:0.375em;
}

.responsive-table-layout-block td.iteminfo-col:before{
	padding-top:0px!important;
	padding-bottom:0px;
}

.responsive-table-layout-block tr.iteminfo-row td{
	padding:0!important;
}

.responsive-table-layout-block tr.iteminfo-row td:before{
	padding:0!important;
}

.responsive-table-layout-block tr.iteminfo-row td:after{
	padding:0;
}

.responsive-table-layout-block tr.iteminfo-row span{
	padding:0!important;
	margin:0;
}


.responsive-table-layout-block td.col-image:before{ 
	display:none!important;
}

.responsive-table-layout-block td.col-image{ 
	padding-left:0.75em!important;
	padding-right:0.75em!important;
	width:auto;
	clear: both;
	float: none;
}

.responsive-table-layout-block td.col-image img{
	width:auto;
}

/*--- Tourlist ---*/

.layout-1 ul.filter-list{
	padding-bottom:0.75em;
}

/*make tourlist full width*/
/*.layout-1 .attached-page-tourlist{
padding-left:0;
padding-right:0;
}

.layout-1 .attached-page-tourlist .attached-page-toggler{
	margin-left:9px;
	margin-right:9px;
	margin-left:0.9rem;
	margin-right:0.9rem;
}

*/

.layout-1 ul.filter-list{
	padding-left:0.75em;
	padding-right:0.75em;
}
/**/

.responsive-table-layout-block.tourlist-table .col-button{
	vertical-align:bottom;
}

.responsive-table-layout-block.tourlist-table .indicator-info{
	/*display:block;*/
	display:inline;
	display:inline-block;
	margin:0 0.75em 0 0;
	text-align:left;
	float:left;
	clear:left;
	vertical-align:top;
}


.responsive-table-layout-block.tourlist-table td{
	padding-left:0.75em;
	padding-right:0.75em;
}

.responsive-table-layout-block.tourlist-table .row-odd,
.responsive-table-layout-block.tourlist-table .row-even{
	/*background-color:transparent;*/
}

.responsive-table-layout-block.tourlist-table .row-daybreak,
.responsive-table-layout-block.tourlist-table .row-day-even{
	/*background-color:rgba(235,235,235,0.5);*/
}

.responsive-table-layout-block.tourlist-table tr.item-row,
.responsive-table-layout-block.tourlist-table tr.iteminfo-row{
	border-bottom:none;
}

.responsive-table-layout-block.tourlist-table tr.item-row{
	border-top:1px solid #d5d5d5;
}

.responsive-table-layout-block.tourlist-table tr.row-daybreak + tr{
	border-top:1px solid rgba(38,41,39,0.5);
}



.responsive-table-layout-block.tourlist-table.enableTourlistShowDepinfo .indicator-info:after{
	content:" ";
	width:0;

	height:0;
	overflow:hidden;
	display:inline-block;
	margin-left:0.125em;
	position:relative;
	top:-0.071em;
	margin-left:0.375em;
	border:0.286em solid transparent;
}

.responsive-table-layout-block.tourlist-table.enableTourlistShowDepinfo .indicator-info{
	color:transparent;
}

.responsive-table-layout-block.tourlist-table.enableTourlistShowDepinfo .clickable .indicator-info{
	color:#6c8793;
}

.responsive-table-layout-block.tourlist-table.enableTourlistShowDepinfo .item-row.clickable .first-child:before{
	border:none;
}

.responsive-table-layout-block.tourlist-table.enableTourlistShowDepinfo .clickable .indicator-info:after{	
	border-color:transparent;
	border-left-color:#6c8793;
}


.responsive-table-layout-block.tourlist-table.enableTourlistShowDepinfo .toggled .indicator-info{
	color:#0b703c;
}

.responsive-table-layout-block.tourlist-table.enableTourlistShowDepinfo .toggled .indicator-info:after{
	top:0;
	border-color:transparent;
	border-top-color:#0b703c;
}


/**
 *
 *		Responsive table - layout - Block, One Column
 *		(used to be inside media queries width 1px - 479px, now the class name 'responsive-table-layout-a' is added via JS)
 ************/
				

.responsive-table-layout-a td:empty{
	display:none;
}

.responsive-table-layout-a,
.responsive-table-layout-a thead,
.responsive-table-layout-a tbody,
.responsive-table-layout-a tfoot,
.responsive-table-layout-a th,
.responsive-table-layout-a td,
.responsive-table-layout-a tr{
	display:block;

}

.responsive-table-layout-a thead tr{
	position:absolute;
	top:-9999px;
	left:-9999px;
}


.responsive-table-layout-a td{
	position:relative;
}

.responsive-table-layout-a .row-daybreak{
	display:none;
}

.responsive-table-layout-a tr{
	padding-top:0.75em;
	padding-bottom:0.75em;
}

.responsive-table-layout-a td,
.responsive-table-layout-a td:before{
	padding-top:0.375em;
	padding-bottom:0.375em;
}

/**/
.responsive-table-layout-a td,
.responsive-table-layout-a td:before{
	display:block;
}

.responsive-table-layout-a td:before{
	font-size:1.25em;
}

.responsive-table-layout-a td{
	padding-top:0.375em;
	padding-bottom:0.75em;
}

.responsive-table-layout-a td:before{
	padding-top:0;
	padding-bottom:0;
}

.responsive-table-layout-a td:first-child{
	padding-top:0;
}

.responsive-table-layout-a td:last-child{
	padding-bottom:0;
}

.responsive-table-layout-a tr{
	padding-top:1.5em;
	padding-bottom:1.5em;
}



/**
 *
 *		Responsive table - layout - Block, Two Column
 *		(used to be inside media queries width 480px - 979px, now the class name 'responsive-table-layout-b' is added via JS)
 ************/


/* Responsive table */
.responsive-table-layout-b td{
	position:relative;
	padding-left:30%;
}

.responsive-table-layout-b td[colspan]{
	padding-left:0;
}

.responsive-table-layout-b td:before{
	display:inline-block;
	width:28%;
	padding-right:5px;
	padding-right:0.5rem;
	position:absolute;
	top:0;
	left:0;
	white-space:nowrap;
	overflow:hidden;
}

.responsive-table-layout-b td[colspan]:before{
	display:none;
}

.responsive-table-layout-b.table-skin-a tr{
	background-image:-webkit-linear-gradient(left,  #d5d5d5 0%,#d5d5d5 28%,transparent 28.1%,transparent 100%);
	background-image:linear-gradient(to right,  #d5d5d5 0%,#d5d5d5 28%,transparent 28.1%,transparent 100%);
}
.responsive-table-layout-b.table-skin-a td:before{
	top:0.3em;
	left:1%;
	width:24.5%;

}

/* tourlist table */

.responsive-table-layout-b.tourlist-table td{
	padding-left:0;
	padding-right:0.75em;
}

.responsive-table-layout-b.tourlist-table td:before{
	padding-left:0.75em;
	padding-right:0;
}

/**/
.responsive-table-layout-b.tourlist-table .indicator-info{
	display:inline-block;
	margin:0 1.5em 0 0;
}

.responsive-table-layout-b.tourlist-table .col-button{
	text-align:right;
}

.responsive-table-layout-b.tourlist-table .indicator-info{
	position:relative;
	top:0.2em;
}



/**
 *
 *		Tourlist table layout - Block - rewrite from responsive table default - Reduces height and outputs three rows per item
*		(used to be inside media queries width 320px - 979px, now the class name 'responsive-table-layout-block' is added via JS)
 ************/

.responsive-table-layout-block.tourlist-table td:before{
	font-size:1em;
}

.responsive-table-layout-block.tourlist-table .item-row{
	padding-left:9px;
	padding-right:9px;
	padding-left:0.9rem;
	padding-right:0.9rem;
}

.responsive-table-layout-block.tourlist-table .item-row td,
.responsive-table-layout-block.tourlist-table td:before{
	display:inline;
	display:inline-block;
	min-width:0;
	padding:0 9px 0 0;
	padding:0 0.9rem 0 0;
	position:static;
	width:auto;
	float:left;
	min-height:1px;
}


.responsive-table-layout-block.tourlist-table .col-price{
	text-align:left;
}

.responsive-table-layout-block.tourlist-table td:before{
	display:none;
}

.responsive-table-layout-block.tourlist-table td.col-duration:before,
.responsive-table-layout-block.tourlist-table td.col-durationNights:before{
	display:inline;
	padding-right:0.375em;
}


.responsive-table-layout-block.tourlist-table td.col-price,
.responsive-table-layout-block.tourlist-table td.col-button{
	padding-left:0;
	padding-right:0;

}

.responsive-table-layout-block.tourlist-table td.col-price{
	width:30%;
}

.responsive-table-layout-block.tourlist-table td.col-button{
	width:70%;
}

.responsive-table-layout-block.tourlist-table td.col-spots{
	font-style:italic;
	font-size:10px;
	font-size:1rem;
}

.responsive-table-layout-block.tourlist-table td.col-subject{
	font-size:14px;
	font-size:1.4rem;
	line-height:22px;
	line-height:2.2rem;
}

.responsive-table-layout-block.tourlist-table td.col-spots,
.responsive-table-layout-block.tourlist-table td.col-spots:before,
.responsive-table-layout-block.tourlist-table td.col-spots:after{
	line-height:24px;
	line-height:2.4rem;
}

.responsive-table-layout-block.tourlist-table td.col-price,
.responsive-table-layout-block.tourlist-table .indicator-info{
	line-height:24px;
	line-height:2.4rem;
	top:0;
}

.responsive-table-layout-block.tourlist-table .indicator-info{
	margin-right:0;
	font-size:10.5px;
	font-size:1.05rem;
}

.responsive-table-layout-block.tourlist-table td.col-spots,
.responsive-table-layout-block.tourlist-table td.col-spots:before,
.responsive-table-layout-block.tourlist-table td.col-spots:after,
.responsive-table-layout-block.tourlist-table td.col-spots .full{
	color:gray;
	color:rgba(0,0,0,0.5);
}

.responsive-table-layout-block.tourlist-table td.col-spots:before,
.responsive-table-layout-block.tourlist-table td.col-spots:after{
	display:inline;
	display:inline-block;
	padding-left:0;
	padding-right:0;
}

.responsive-table-layout-block.tourlist-table td.col-spots:before{
	content:"\0028"!important;
}

.responsive-table-layout-block.tourlist-table td.col-spots:after{
	content:"\0029"!important;
}

.responsive-table-layout-block.tourlist-table td.first-child,
.responsive-table-layout-block.tourlist-table td.col-subject,
.responsive-table-layout-block.tourlist-table td.col-price{
	clear:left;
}

.responsive-table-layout-block.tourlist-table td.col-subject,
.responsive-table-layout-block.tourlist-table td.col-price{
	display:block;
}

.responsive-table-layout-block.tourlist-table tr:after{
	content:"";
	display:table;
	clear:both;
}






