	
	/*~~~ Home Page Body Handler	~~~*/
	#contnr_body{
		background-color:#FFFFFF;
		width: 1147px;
		margin: 0 auto;
		padding-bottom: 17px;
		}
		
		/*~~~	Page Left	~~~*/
		#p_left{
			width: 269px;
			height: auto;
			float: left;
			}
			.headingLeft{
				background-color: #ff9017;
				font-size: 15px;
				color: #FFFFFF;
				display: block;
				height: auto;
				line-height: 33px;
				padding: 0 9px;
				text-transform: capitalize;
				}
				
				 ul.left_menu{
					display: block;
					list-style: none;
					}
					ul.left_menu li{
						display: block;
						}
					ul.left_menu li a{
						background-color:#ffffff;
						color: #474747;
						display: block;
						line-height: 20px;
						text-decoration: none;
						padding: 9px 0 9px 11px;
						border-bottom: 1px dashed #efefef;
						}
					ul.left_menu li a:hover{
						background-color: #fcfcfc;
						border-bottom: 1px dotted #F36F21;
						}
		
		
		/*~~~ Page Right Home	~~~*/
		#p_Right{
			width: 877px;
			height: auto;
			float: right;
			}
			#banner_slide{
				width: 100%;
				height: 347px;
				}
				#banner_slide img{
					display: block;
					}
				
			#p_Right h1, h2, h3{
				background-color: #ff9017;
				font-size: 15px;
				font-weight: normal;
				color: #FFFFFF;
				display: block;
				height: auto;
				line-height: 33px;
				margin-bottom: 13px;
				padding: 0 11px;
				text-transform: capitalize;
				}
				#p_Right h2{
					display: none;
					}
		
			/*~~~ Home Tours ~~~*/
			.td_boxhome{
				display: block;
				width: 49.7%;
				height: auto;
				float: left;
				}
				.td_box{
					display: block;
					width: 399px;
					height: auto;
					margin: 0 0 17px 15px;
					padding: 7px 5px;
					border: 1px solid #eeeeee;
					border-right: 2px solid #ffd401;
					}
					.td_box:hover{
						border-right-color: #ff9b2f;
						}
				
				.tLeft{
					width: 125px;
					vertical-align: top;
					text-align: left;
					float: left;					
					}
					.tLeft img{
						display: block;
						height: 83px;
						border-radius: 5px;
						-moz-border-radius: 5px;
						-webkit-border-radius: 5px;
						}
				
				.tRight{
					width: 265px;
					height: 83px;
					float: right;
					}
					.tRight b{						
						font-size: 13.3px;
						font-weight: normal;
						display: block;
						width: 100%;
						height: 65px;
						line-height: 23px;
						vertical-align: top;
						text-align: left;
						}
					.tRight span{
						display: block;
						width: 89px;
						line-height: 17px;
						color: #676767;
						float: left;
						}
					.tPrice{
						font-size: 14.5px;
						font-weight: bold;
						color: #FF7C2F;
						display: block;
						line-height: 17px;
						margin-right: 5px;
						float: right;
						}
					
					a.tourinfo{
						color: #474747;
						display: block;
						text-decoration: none;
						}
						a.tourinfo:hover b{
							color: #474747;
							text-decoration: underline;
							}
							a.tourinfo:hover .tPrice{
								color: #676767;
								}
						
						a.tourinfo img{
							border: none;
							}
					
					/*~~~ Customize Div Left Margin Manage	~~~*/
					.tdLeft{
						margin-right: 5px;
						float: left;
						}
			
			
			/*~~~	Home Page Abu Dhabi Ferrari Deals ~~~*/
			.contComboDeal{
				display: block;
				width: 811px;
				min-height: 241px;
				height: auto;
				margin: 0 auto 5px auto;
				}
				.headingright{
					background-color: #ff9017;
					font-size: 15px;
					color: #FFFFFF;
					display: block;
					height: 19px;
					line-height: 19px;
					margin: 0 0 7px 0;
					padding: 7px 9px;
					}
				.contComboDeal ul{
					width: 233px;
					height: auto;
					padding-left: 23px;
					float: left;
					}
					.contComboDeal ul li{
						line-height: 23px;
						margin-bottom: 7px;
						}
						.contComboDeal ul li b{
							font-size: 14px;
							color: #F36F21;
							}
					
					.contComboDealimg{
						display: block;
						width: 417px;
						height: 211px;
						float: right;
						}
						.contComboDealimg img{
							display: block;
							float: left;
							}
						.contComboDealtours{
							display: block;
							width: 317px;
							height: auto;
							margin: 13px 0 0 0;
							padding: 0 0 7px 0;
							float: right;
							}
						a.linktourbook{
							background-color: #f46900;
							font-size: 13px;
							color: #FCFCFC;
							display: block;
							line-height: 23px;
							margin: 7px 0 0 0;
							padding: 5px 11px;
							text-decoration: none;
							text-transform: capitalize;
							
							border-radius: 3px;
							-moz-border-radius: 3px;
							-webkit-border-radius: 3px;
							
							float: left;
							}
						a:hover.linktourbook{
							background-color: #ff9017;
							}
			
			/*~~~ Hide Footer Short icons at Home Page ~~~*/
			#pagebtm{
				display: none;
				}
	
		
	/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Responsive For Mobile & Tablet
	
	iPhone 3 - 4 - 4s	320 x 480
	iPhone 5 - 5s 		320 x 568
	iPhone 6 - 6s - 7	375 x 667
	iPhone 6s - 7 plus	414 x 736
	
	Samsung S5-S6-S7	360 x 640
	Sony Xperia			360 x 640
	
	Google Pixel/Nexus	411 x 731
	~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
	
	/*~	For 500 or Less device width ~~*/
	@media only screen and (max-width: 500px){
		
		/*~~~	Body Handler ~~~*/
		#contnr_body{
			width: 100%;
			letter-spacing: 0.5px;
			}
		
		/*~~~	Left Menu Hide	~~~*/
		#p_left{
			display: none;
			}
		
		/*~~~~	Page Right	~~~*/
		#p_Right{
			width: 100%;
			float: none;
			}
		
			/*~~~ Home Banner	~~~*/
			#banner_slide{
				width: 100%;
				height: auto;
				}
				#banner_slide img{
					width: 100%;
					height: auto;
					}
			
			/*~~~	Tours List	~~~*/			
			#p_Right h1, h2, h3{
				display: block;
				line-height: 29px;
				padding-left: 7px;
				}
			
			.td_boxhome{
				width: 100%;
				margin-bottom: 7px;
				}
				.td_box{
					width: 371px;
					padding: 5px;
					margin: 0 auto 13px auto;
					border-color: #e7e7e7;
					border-right-color: #ffd401;					
					}
					
					.tLeft{
						width: 103px;
						height: auto;
						}
						.tLeft img{
							display: block;
							width: 103px;
							height: 79px;							
							}
					
					.tRight{
						width: 259px;
						height: 79px;						
						}
						.tRight b{
							height: 61px;
							line-height: 18.5px;
							}
							.tRight span{
								line-height: 19px;
								}
							.tPrice{
								line-height: 19px;
								}
				
					/*~~~ Customize Div Left Margin Manage	~~~*/
					.tdLeft{
						margin: 0 auto 11px auto;
						float: none;
						}
			
		/*~~ Combo Deals */
		.contComboDeal{
			width: 96%;
			margin: 0 auto;
			border-bottom: 1px dashed #dfdfdf;
			}
			.headingright{
				padding: 5px 0 5px 5px;
				letter-spacing: 0.5px;
				}
			.contComboDeal ul{
				display: block;
				width: auto;
				margin-left: 11px;
				letter-spacing: 0.5px;
				font-size: 13px;
				}
			.contComboDealimg{
				width: 100%;
				height: auto;
				float: left;
				}
				img.dprice{
					width: 97px;
					height: auto;
					margin-bottom: -89px;
					position: relative;
					z-index: 9999;
					float: right;
					}
				img.dpic{
					width: 211px;
					height: auto;
					float: left;
					z-index: -99;
					}
				a.linktourbook{
					float: right;
					margin: 0;
					}
	
		}
	
	
	/*~~~	For iPhone 6 & 6 Plus	~~~*/
	@media only screen and (max-width: 377px){
		
		.td_box{
			width: 339px;
			}
			.tLeft{
				width: 99px;
				height: auto;
				}
				.tLeft img{
					display: block;
					width: 99px;
					height: 79px;
					}
				
				.tRight{
					width: 233px;
					height: 79px;
					}
		
		}
	
	
	/* SamSung Phone Glaxy S4  */
	@media screen and (max-width: 370px) {
	
		.td_box{
			width: 337px;
			}
			.tLeft{
				width: 99px;
				}
				.tLeft img{
					width: 99px;
					height: 77px;					
					}
				
				.tRight{
					width: 231px;
					height: 77px;
					}
					.tRight b{
						height: 59px;
						}
	
	}
	
	
	/* iPhone 5S  ~~*/
	@media screen and (max-width: 323px) {
			
		.td_box{
			border-width: 1px;
			width: 299px;
			height: auto;
			}
			.tLeft{
				width: 85px;
				height: 79px;
				}
				.tLeft img{
					width: 85px;
					}
			
			.tRight{
				width: 207px;
				}
				.tRight b{
					line-height: 19px;
					}
					
			
	}