/* CSS Document */

*, *:before, *:after {
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

.columnsContainer, /*footer, */ header { position: relative; margin: .5em; background-color:#ffffff;}

header { 
	/*background:url(/gifs/nav.main.jpg) bottom left repeat-x #fff;*/
	background-image:url('/common-images/graphite-menu-bg.png');
	padding: 0.50em;
	padding-bottom:5px;
	border-radius:10px 10px 0 0;
	margin-bottom:0px;
}
.leftColumn, .leftColumn1, .rightColumn, footer{/*border: 1px solid #ccc;*/ padding: 0.50em; }

.rightColumn {position: absolute; top: 0; right: 0; width:300px;} 

.leftColumn { margin-bottom: .5em; min-height:1450px;}
.leftColumn1 { margin-bottom: .5em; }

#meta_description {
	display:block;
	font-size:.8em;
	font-style:italic;
	color:#666;
}

.nav {
	list-style: none;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	font-family:'Bebas Neue', Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}

.nav > li,
.nav > li > a {
	display: inline-block;
	*display: inline;
}

.inline-items {
	margin-top: 0;
}

.inline-items li {
	margin-left: 0;
/*	border-left: 1px solid black;*/
	zoom: 1;
	margin-right:1px;
}
.inline-items li a {
	color:#fff;
	padding:4px 7px 4px;
	border-radius:5px;
}
.inline-items li a:hover {
	background-color:#fff;
	border-radius:5px;
	color:#000;
}
.inline-items li.selected > a {
	background-color:#ffcc00;
}
.inline-items li:first-child {
	margin-left: 0;
	border: none;
	padding-left: 0;
	padding-right: 10px;
}

.inline-items li:last-child {
	padding-right: 0;
}
#tour_type, #budget, #phone, #top_link
{
	display: block;
}
#bot_link
{
	display: none;
}
#skipTo {
	display: none;
	width:100%;
	height:24px;
	font-size:14px;
	text-align:center;
	font-weight:bold;
	background:#FF0000;
	vertical-align:middle;
	padding:4px;
}

#skipTo li {
	background: #000000;
	padding:2px;
}
/*img{width:100%;}*/
tr{vertical-align:top;}
table{margin:0px;padding:0px; float:center;}


/* MEDIA QUERIES */

@media only screen and (min-width:320px) and (max-width: 480px) {
	.columnsContainer, /*footer, */ header { margin: 0px;}

	.tour_img {
		float:none;
		width:100%;
	}
}

@media screen and (max-width: 640px) {
	.tour_img {
		float:none;
		width:100%;
	}
}


@media screen and (min-width: 47.5em ) {
	.leftColumn, .leftColumn1 { margin-right:310px; }

	/*.rightColumn {position: absolute; top: 0; right: 0; width:300px;} */
	.rightColumn { position: absolute; width:300px;} 
	.tour_img {
		float:none;
		width:100%;
	}
}
@media screen and (max-width: 780px) {

	.leftColumn, .leftColumn1 {
		width:100%;
		min-height:300px;
	}
	#meta_description {
		display:none;
	}
	.rmm {
		display:block;
	}
	.rightColumn { width:100%;position:relative;} 

	#skipTo {
		display: block;
		z-index: 1;
		position: fixed;
		left: 0px;
		/*/top: 0px;*/
		bottom: 0; 
	}
	#skipTo a{
		color:#ffffff;
	}

	#tour_img
	{
		display: none;
	}
	#bot_link
	{
		display: block;
	}
	#tour_type, #budget, #phone, #top_link
	{
		display: none;
	}
	
	.sidebar .enquire form .lbl {
		display:block;
		width:25%;
		float:left;
		padding:6px 0;
	}
	.text2 {
		font-size:10px;
	}
	.popular-package-ribbon {
		padding-left:50px;
		padding-right:40px;
	}
	#payment_table{
		display:none;
	}
}
