
/***********************menu pagges*************************/
.head
{
text-transform:uppercase;
font-family: Century Gothic, sans-serif;
color:#da251c;
font-weight:bold;
}
.inside_bg
{
background: rgba(167,163,163,0.2);padding:20px;
}
.disc
{
	margin:0;
	padding:0; 
	
	list-style-type:none;
	margin-top:30px;
}

.disc li
{
	
	font-family: Century Gothic, sans-serif;font-size:11pt;

	color:#000;
	margin:5px;
	text-align:left;
	padding:0px 5px 20px 6px;
	background: url(../images/bullets.png) no-repeat left top;
}

.lefty
{
border-right:1px solid #7c776f;
}
.righty
{
border-left:1px solid #7c776f;
}


.left_box_section
{
margin-bottom:15px;
}
/***********************menu pagges*************************/



.inside_title
{
color:#000;
	 font-family:Verdana, Arial, Helvetica, sans-serif;
	
	font-size:14px;
}
.whole_box
{
margin-bottom:15px;
}
.labality
{
font-family:Arial;
font-size:13px;
}

.prprty_type_text
{
background:#fff;
border:1px solid #bababa;
width:100%;
border-radius:3px;
height:22px;
}

.pricesfilter {
 list-style-type:none;
   margin:5px;
	padding:0;
}
.pricesfilter li {
	color:#000;
	text-align:left;
	padding:0px 0px 0px 0px;
	colo-decoration:none;
	font-family:Verdana;
		font-size:13px;line-height:22px;
}

.price_filter
{
	font-family:Arial;
	font-size:12px;
	margin-left:2px;margin-top:7px;
	margin-bottom:0px;
    font-weight: bold;
	color:#000;
	text-transform:uppercase;


}

input[type=radio],{
  width: 22x;
    height: 13px;
  padding:5px;
    vertical-align: bottom;
    position: relative;
    top:0px;
    *overflow: hidden;
}

.right_part
{
border-left:1px solid #bababa;
}

.content_details_title
{
color:#000;
	font-family: 'Verdana';
	text-transform:capitalize;
	font-size:15px;
}

.content_details {
	margin:0;
	padding:1px;
	text-align:left;
	list-style-type:none;
	margin:3px;
	height:100px;
}
.content_details li {
	color:#373737;
	font-size:13px;
	font-size:13px;
	margin:3px 3px 3px 3px;
	text-align:left;font-family: 'Verdana';
	padding:0px 5px 0px 0px;
	
	
}

.left_button {
    width: 50%;
    background: #f26522;
    
    color: #fff;
    padding: 2px;
    font-size: 12px;
    text-align: center;
    border-radius: 4px;
    font-family: 'Verdana';
}
.cost
{color:#000;
font-family: 'Verdana';
font-size:11px;

}

.buttons_contact
{
width:100%;
background:#f26522;
float:left;
color:#fff;
padding:2px;

font-size:12px;

text-align:center;
border-radius:4px;font-family: 'Verdana';
}

.buttons_enq
{
width:48%;font-size:12px;
background:#f26522;padding:2px;
float:right;font-family: 'Verdana';
color:#fff;border-radius:4px;
text-align:center
}

.hover_box
{border:1px solid #a9a9a9;
-webkit-box-shadow: 0 10px 12px -10px #000000;
    -moz-box-shadow: 0 10px 12px -10px #000000;
    box-shadow: 0 10px 12px -10px #000000;
}
.place {
	background-image:url(../images/inside_page/flight.png);
	position:absolute;
	width:62%;
	height:29px;
	top:2%;
	
	}
.place p{
	font-size:13px;
	color:#fff;
	font-family: 'Verdana';
}


.multiselect
{background:#fff;width:100%;
border-top:1px solid #bababa;border-bottom:1px solid #bababa;
height: 140px;
    overflow-x: hidden;
overflow-y: auto;

    
}

.price_level {
	margin:0;
	padding:0;
	list-style-type:none;
	margin:3px;
}
.price_level li {
	color:#373737;
	font-size:12px;
	
	margin:3px 0px 3px 1px;
	text-align:left;font-family: 'Verdana';
	padding:0px 5px 0px 0px;
	
	
}

.price_level li input[type=checkbox]
{
margin-right:2px;
}

@media (max-width:800px){
.place {
	background:#000;
	position:absolute;
	width:88%;
	background-image:none;
	height:20px;
	top:0%;
	
	}
	#back
{
display:none;
}
.whole_box
{
width:100%;
}
#frontlayer {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	padding : 20px;
	width: 100%;
	overflow: scroll;
	overflow-x: hidden;
	height: auto;
	background-color: white;
	visibility: hidden;
	border: 1px solid black;
	z-index: 1;
}

}
