.fl { float:left;}
.fr { float:right;}
.clear { clear:both;}
.p0t { padding: 0px; }
.p5t { padding-top:5px;}
.p10t { padding-top:10px;}
.p15t { padding-top:15px;}
.p20t { padding-top:20px;}
.p25t { padding-top:25px;}
.p30t { padding-top:30px;}
.p40t { padding-top:40px;}

.p5b { padding-bottom:5px;}
.p10b { padding-bottom:10px;}
.p15b { padding-bottom:15px;}
.p20b { padding-bottom:20px;}
.p25b { padding-bottom:25px;}
.p5l { padding-left:5px;}
.p10l { padding-left:10px;}
.p15l { padding-left:15px;}

.m20t { margin-top:20px;}
.m25t { margin-top:25px;}
.m30t { margin-top:30px;}
.m15b { margin-bottom:15px;}
.m20b { margin-bottom:20px;}
.m30b { margin-bottom:30px;}
.m35b { margin-bottom:35px;}
.m40b { margin-bottom:40px;}

.align-center{ text-align:center;}

/* room detail */
.w100p { width:100%; display:block; float:left;}
.add-border-top { border-top: 1px solid #dfe8f1;}
.add-border-bottom { border-bottom: 1px solid #dfe8f1; }

.color1 { color:#0ab21b;}
.txt-bold { color:#46598b; font-weight:600;}
.crop-room-detail{ padding:20px 10px; border: 1px solid #46598b; border-top:none;}

.room-dest-intro { height: 45px; overflow: hidden; }
.room-dest-intro p { line-height: 23px; margin-bottom: 0px; }

footer {
  /*
  background: #1f5fa1;
  background: -moz-linear-gradient(top, #1f5fa1 0%, #0e3e6e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1f5fa1), color-stop(100%, #0e3e6e));
  background: -webkit-linear-gradient(top, #1f5fa1 0%, #0e3e6e 100%);
  background: -o-linear-gradient(top, #1f5fa1 0%, #0e3e6e 100%);
  background: -ms-linear-gradient(top, #1f5fa1 0%, #0e3e6e 100%);
  background: linear-gradient(to bottom, #1f5fa1 0%, #0e3e6e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f5fa1', endColorstr='#0e3e6e',GradientType=0 );
  
  */
  border-top: 1px solid #fff; 
  background: #46598b; 
  font-size:13px;
  padding-bottom:0px; margin-top:25px;
 }
  footer p {
    color: #c7c7c7;
    line-height: 19px; margin-bottom:0px; }
  footer a {
    color: #c7c7c7; }
    footer a:hover {
      color: #fff; }
  footer strong {
    color: #fff; }
	

/* model */
.modal {
  direction: rtl;
  overflow-y: auto;
}
.modal .modal-dialog {
  direction: ltr;
}
.modal-open {
  overflow: auto;
}

/* css alert */ 
.po {
  position: relative; }

a.animation-select {
  background: #950001;
  color: #fff;
  font-size: 13px;
  padding: 7px 20px;
  text-decoration: none;
  cursor: pointer; }

#animation-box {
  background-color: #ff8a00;
  width: 300px;
  height: 250px;
  border-radius: 6px; }

.animation-text-info {
  color: #fff;
  font-size: 14px;
  padding: 10px;
  text-align: center; }

.clear-crop {
  width: 100%;
  clear: both;
  margin: 0px 0px 15px 0px; }

.alert-open {
  overflow-x: hidden;
  overflow-y: auto; }

#alert-overlay {
  background: #000;
  width: 100%;
  height: 100%;
  z-index: 100098;
  top: 0px;
  left: 0px;
  position: fixed;
  opacity: .7;
  filter: alpha(opacity=50);
  -moz-opacity: .5;
  display: none; }

#alert-dialog {
  width: 360px; 
  margin: 30px auto;
  position: fixed;
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.3) !important;
  border: 0;
  border-radius: 6px;
  z-index: 100099;
  display: none;
  height: auto;
  top: 35%;  
  left: 50%;
  margin-top: -100px;
  margin-left: -250px;
}

#alert-dialog .alert-content {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  background-color: #fff;
  background-clip: padding-box;
  color: #3e4855;
  padding-bottom: 17px; }

#alert-dialog .alert-content .alert-header {
  min-height: 16.43px;
  padding: 14px 15px 38px 15px;
  border-bottom: 1px solid #dfe8f1; }

#alert-dialog .alert-content .alert-header h4 {
  font-size: 17px;
  float: left;
  display: inline-block;
  font-weight: 500; }

#alert-dialog .alert-content .alert-title {
  line-height: 1.42857143;
  margin: 0; }

#alert-dialog .alert-content .alert-header span {
  float: right;
  display: inline-block;
  font-size: 15px;
  padding: 5px;
  cursor: pointer;
  opacity: 0.5; }

#alert-dialog .alert-content .alert-header span:hover {
  opacity: 1; }

#alert-dialog .alert-content .alert-body {
  position: relative;
  padding: 15px;
  box-sizing: border-box; }

#alert-dialog .alert-content .alert-body p {
  text-align: left;
  line-height: 23px; 
}




     /* for search auto */
	  .input_container { 
		width: 100%;
		float: left; 
	  }
	  
	 .input_container input{ background-color:#d9d9d9; height:47px;}
	  
	 .input_container ul {
		width: 93%;
		position: absolute;
		z-index: 9;
		background: #e8e8e8; 
		border: 0px solid #c1c1c1;
		list-style: none; margin-top:0px;
	 }
	 .input_container ul li {
		padding: 3px 2px; font-size:13px;
	  }
	 .input_container ul li:hover {
	  background: #FEF1C9;
	  }
	 ul li.list-auto{ cursor:pointer;}


   /* more */

.bg_title {
  padding-left: 12px;
  color: #fff;
  padding-right: 12px;
  background: #767676;
  /* Old browsers */
  background: -moz-linear-gradient(top, #767676 0%, #505050 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #767676), color-stop(100%, #505050));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #767676 0%, #505050 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #767676 0%, #505050 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #767676 0%, #505050 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #767676 0%, #505050 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#767676', endColorstr='#505050',GradientType=0 );
  /* IE6-9 */
  -webkit-border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  -ms-border-radius: 5px 5px 0px 0px;
  -o-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px; }

.cropbox-session {
  border: 1px solid #005ebb; }
  .cropbox-session .bgtt {
    background: #005ebb url() 0 0 no-repeat;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px; }
  .cropbox-session .btn_white {
    background: #fff url() 0 0 no-repeat;
    margin-left: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px; }
    .cropbox-session .btn_white a {
      display: block;
      padding: 3px 10px; }
  .cropbox-session table th {
    padding: 5px 0px 0px 0px; }
  .cropbox-session table td {
    padding: 5px 0px 0px 0px; }

 .cropbox-session p { margin: 0 auto;}	
 #includeGuest{ display: none; }
 
 
/* for payment load process */
.loading #main {
	opacity: .1
}
.spinner {
	height: 100%;
	width: 100%;
	position: relative;
	z-index: 10
}
.spinner .spinWrap {
	width: 400px;
	height: 100px;
	position: absolute;
	top: 50%;
	left: 40%;
	margin-left: -100px;
	margin-top: -50px
}
.spinner .loader,
.spinner .spinnerImage {
	height: 100px;
	width: 100px;
	position: absolute;
	top: 0;
	left: 50%;
	opacity: 1;
	filter: alpha(opacity=100)
}
.spinner .spinnerImage {
	margin: 25px 0 0 -30px;
	background: url('../images/icon-key-lock.png') no-repeat
}
.spinner .loader {
	margin: 0 0 0 -55px;
	background-color: transparent;
	-webkit-animation: rotation .7s infinite linear;
	-moz-animation: rotation .7s infinite linear;
	-o-animation: rotation .7s infinite linear;
	animation: rotation .7s infinite linear;
	border-left: 5px solid #cbcbca;
	border-right: 5px solid #cbcbca;
	border-bottom: 5px solid #cbcbca;
	border-top: 5px solid #2380be;
	border-radius: 100%
}
.spinner .loadingMessage {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin-top: 125px;
	text-align: center;
	z-index: 100;
	outline: 0
}
.spinner .loadingSubHeading {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	width: 150%;
	margin-top: 10px;
	margin-left: -98px;
	text-align: center;
	z-index: 100;
	outline: 0
}
@-webkit-keyframes rotation {
	from {
		-webkit-transform: rotate(0)
	}
	to {
		-webkit-transform: rotate(359deg)
	}
}
@-moz-keyframes rotation {
	from {
		-moz-transform: rotate(0)
	}
	to {
		-moz-transform: rotate(359deg)
	}
}
@-o-keyframes rotation {
	from {
		-o-transform: rotate(0)
	}
	to {
		-o-transform: rotate(359deg)
	}
}
@keyframes rotation {
	from {
		transform: rotate(0)
	}
	to {
		transform: rotate(359deg)
	}
}

.image-effect2{ width:90%; height:auto; border:1px solid #fff; margin-bottom:10px; background-position:right bottom; border: 3px solid #fff; box-shadow:0 0 5px #a4a4a4;}
  
.img-crop { width:100%;}
.zoom-icon {
  background: rgba(0, 0, 0, 0) url("../images/zoom.png") no-repeat scroll left top;
  bottom: 5px;
  cursor: pointer;
  display: block;
  height: 42px;
  position: absolute;
  right: 5px;
  width: 42px;
}


/* start response sive design */
@media (min-width: 640px) { 
 #alert-dialog { width:550px; }
}		