@charset "utf-8";

/* CSS Document */
@font-face {
  font-family: "bahamas";
  src: url("bahamas.eot?") format("eot"),
  url("bahamas.woff") format("woff"),
  url("bahamas.ttf") format("truetype");
}
@font-face {
  font-family: "serifa";
  src: url("serifa.eot?") format("eot"),
  url("serifa.woff") format("woff"),
  url("serifa.ttf") format("truetype");
}
@font-face {
    font-family: 'latoregular';
    src: url('../fonts/lato-reg-webfont.eot');
    src: url('../fonts/lato-reg-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-reg-webfont.woff') format('woff'),
         url('../fonts/lato-reg-webfont.ttf') format('truetype'),
         url('../fonts/lato-reg-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'rupee_foradianregular';
    src: url('../fonts/rupee_foradian-webfont.eot');
    src: url('../fonts/rupee_foradian-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/rupee_foradian-webfont.woff') format('woff'),
         url('../fonts/rupee_foradian-webfont.ttf') format('truetype'),
         url('../fonts/rupee_foradian-webfont.svg#rupee_foradianregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'LatoLight';
    src: url('../fonts/lato-lig.eot');
    src: url('../fonts/lato-lig.eot') format('embedded-opentype'),
         url('../fonts/lato-lig.woff2') format('woff2'),
         url('../fonts/lato-lig.woff') format('woff'),
         url('../fonts/lato-lig.ttf') format('truetype'),
         url('../fonts/lato-lig.svg#LatoLight') format('svg');
}
@font-face {
    font-family: 'LatoHairline';
    src: url('../fonts/lato-hai.eot');
    src: url('../fonts/lato-hai.eot') format('embedded-opentype'),
         url('../fonts/lato-hai.woff2') format('woff2'),
         url('../lato-hai.woff') format('woff'),
         url('../fonts/lato-hai.ttf') format('truetype'),
         url('../fonts/lato-hai.svg#LatoHairline') format('svg');
}
@font-face {
  font-family: "UrbanSketch";
  src: url("UrbanSketch.eot?") format("eot"),
  url("UrbanSketch.woff") format("woff"),
  url("UrbanSketch.ttf") format("truetype");
}
@font-face {
  font-family: "BebasNeueRegular";
  src: url("BebasNeueRegular.eot?") format("eot"),
  url("BebasNeueRegular.woff") format("woff"),
  url("BebasNeueRegular.ttf") format("truetype");
}



/*** packageListing ***/
.clearoutTop {
	height:150px;
	clear:both;
	color:#cccccc;
}
.pkgsrp_container {
    background-color: #f9f9f9;
    height: auto;
    width: 100%;
}
.pkglistBox {
    background-color: #fff;
    margin: auto;
    padding: 15px;
    width: 1200px;
	border-bottom:1px solid #e4e4e4;
	margin-top:20px;
}
.pkglistBox:hover {
    background-color: #fff;
    margin: auto;
    padding: 15px;
    width: 1200px;
	border-bottom:1px solid #e4e4e4;
	margin-top:20px;
-webkit-box-shadow: 0px 0px 10px 1px rgba(100,158,195,0.3);
-moz-box-shadow: 0px 0px 10px 1px rgba(100,158,195,0.3);
box-shadow: 0px 0px 10px 1px rgba(100,158,195,0.3);

}
.list_clearout{
	height:20px;
	clear:both;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}
.col-md-4 {
    width: 300px;
}
.col-md-8 {
    width:617px;
}
.img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
}
.pkglistContent {
    color: #777;
    font-size: 14px;
    line-height: 22px;
	border-right:1px solid #eeeeee;
}

.pkglistContent > h3 {
    font-size: 20px;
    color: #3c3c3c;
    margin-bottom: 15px;
	font-family: "LatoRegular";
}

.pkglistContent .pkgIncl {
    margin-top: 20px;
	height:70px;
}
.pkglistContent .pkgIncl li {
    border: 1px solid #b0bec5;
    border-radius: 5px;
    float: left;
    font-size: 36px;
    height: 50px;
    line-height: 36px;
    margin-right: 10px;
    text-align: center;
    width: 50px;
}
.costing_box{
    background-color: #fff;
/*     border-left: 1px solid #eeeeee; */
    color: #8f8f8f;
    float: right;
    font-family: "LatoRegular";
    height: 232px;
    padding: 0 30px;
    width: 250px;
}
.tour_price{
    color: #f56d6d;
    font-family: "LatoRegular";
    font-size: 30px;
    height: 60px;
    line-height: 18px;
    margin-top: 10px;
	text-align:right;
}
.pax_sharing{
    color: #b0bec5;
    font-family: "LatoRegular";
    font-size: 12px;
    height: 20px;
}

.pkgview_details {
    border: 1px solid #f55e5e;
    color: #f55e5e;
    float: right;
    font-family: "LatoRegular";
    font-size: 16px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    width: 150px;
	-webkit-border-radius: 40px;
-moz-border-radius: 40px;
border-radius: 40px;
margin-top:20px;
}
.pkgview_details:hover,focus {
    background-color: #f55e5e;
    border-radius: 40px;
    color: #ffff;
    float: right;
    font-family: "LatoRegular";
    font-size: 16px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    transition: all 0.5s ease-in-out 0s;
    width: 150px;
}
.pkg_briefing{
    font-size: 14px;
	width: 570px;
	height:90px;
	overflow:hidden;
}
.submitQry_btn {
    color: #2c3e48;
    float: right;
    font-family: "LatoRegular";
    font-size: 16px;
    height: 40px;
    line-height: 38px;
    text-align: center;
	border:1px solid #2c3e48;
    width: 150px;
	-webkit-border-radius: 40px;
-moz-border-radius: 40px;
border-radius: 40px;
margin-top:20px;
}
.submitQry_btn:hover {
	background-color:#2c3e48;
    color: #ffff;
    float: right;
    font-family: "LatoRegular";
    font-size: 16px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    width: 150px;
	-webkit-border-radius: 40px;
-moz-border-radius: 40px;
border-radius: 40px;
transition: all 0.5s ease-in-out 0s;
}

.item2 {
  position: relative;
  border: 1px solid #fff;
  margin: 5px 10px 5px 20px;
  overflow: hidden;
  width: 300px;
  height: 220px;
  padding:0px !important;
}
.item2 img {
  max-width: 100%;
  
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.item2:hover img {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

li.inclHotel a span {
    background: rgba(0, 0, 0, 0) url("../images/img_sprite.png") no-repeat scroll -8px -485px;
    display: block;
    height: 50px;
    width: 50px;
}
li.inclHotel a span:hover {
    background: rgba(0, 0, 0, 0) url("../images/img_sprite.png") no-repeat scroll -8px -539px;
}
li.inclFlight a span {
    background: rgba(0, 0, 0, 0) url("../images/img_sprite.png") no-repeat scroll -57px -483px;
    display: block;
    height: 50px;
    width: 50px;
}
li.inclFlight a span:hover {
    background: rgba(0, 0, 0, 0) url("../images/img_sprite.png") no-repeat scroll -57px -537px;
}
li.inclSightseeing a span {
    background: rgba(0, 0, 0, 0) url("../images/img_sprite.png") no-repeat scroll -155px -485px;
    display: block;
    height: 50px;
    width: 50px;
}
li.inclSightseeing a span:hover {
    background: rgba(0, 0, 0, 0) url("../images/img_sprite.png") no-repeat scroll -155px -539px
}
li.inclTransport a span {
    background: rgba(0, 0, 0, 0) url("../images/img_sprite.png") no-repeat scroll -105px -485px;
    display: block;
    height: 50px;
    width: 50px;	
}
li.inclTransport a span:hover {
    background: rgba(0, 0, 0, 0) url("../images/img_sprite.png") no-repeat scroll -105px -539px;
}
li.inclCityTour a span {
    background: rgba(0, 0, 0, 0) url("../images/img_sprite.png") no-repeat scroll -203px -485px;
    display: block;
    height: 50px;
    width: 50px;
}
li.inclCityTour a span:hover {
    background: rgba(0, 0, 0, 0) url("../images/img_sprite.png") no-repeat scroll -203px -539px;
}

.servicesKerala{
	background:#ffb500;
	padding:2em 0;
	background: url(../images/features_BG1.png);
	height:375px;
}
.PkgListclearout {
	height:150px;
	clear:both;
	background-color:#f9f9f9;
	margin-top:30px;
}
.Pkgdtldclearout {
	height:150px;
	clear:both;
	background-color:#ffffff;
	margin-top:30px;
}

/*** End packageListing ***/




/***packageDetailed ***/
.pkgDetailt_container {
    background-color: #ffffff;
    height: auto;
    width: 100%;
}
.pkgDetailtspacer{
	height:150px;
	clear:both;
	background-color:#ffffff;
}
.pkgitineraryBox {
    background-color: #fff;
    margin: auto;
    padding: 15px;
    width: 1200px;
	border:1px solid #eeeeee;
	margin-top:20px;
}
.pkgitineraryBox:hover {
    background-color: #fff;
    margin: auto;
    padding: 15px;
    width: 1200px;
	border-bottom:1px solid #d7d7d7;
	margin-top:20px;
-webkit-box-shadow: 0px 0px 10px 1px rgba(100,158,195,0.3);
-moz-box-shadow: 0px 0px 10px 1px rgba(100,158,195,0.3);
box-shadow: 0px 0px 10px 1px rgba(100,158,195,0.3);

}
.pkgDetailtBox {
	height:150px;
	clear:both;
	color:#ffffff;
}
.pkgDetailtoparea {
    border-bottom: 1px solid #ddd;
    padding: 28px 0;
	background-color:#fff;
}
.pkgDetailtopareaLeft {
    font-size: 25px;
    margin-bottom: 0;
	width:800px;
	float:left;
	color:#3c3c3c;
}
/* .pkgDetailtopareaLeft h3 {
    font-size: 25px;
    margin-bottom: 0;
} */

.pkgDetailtopareaLeft small {
    color: #a7a7a7;
    font-size: 16px;
}
.pkgDetailtbuttonRight{
    font-size: 25px;
    margin-bottom: 0;
	width:200px;
	float:right;
}
.submitbuttonRight {
    border: 1px solid #2c3e48;
    border-radius: 40px;
    color: #2c3e48;
    float: right;
    font-family: "LatoRegular";
    font-size: 16px;
    height: 40px;
    line-height: 38px;
    margin-top: 20px;
    text-align: center;
    width: 150px;
}
.submitbuttonRight:hover {
    background-color: #2c3e48;
    border-radius: 40px;
    color: #ffff;
    float: right;
    font-family: "LatoRegular";
    font-size: 16px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    transition: all 0.5s ease-in-out 0s;
    width: 150px;
}
.pkg_briefing ul{
    display: table-caption;
    float: none;
    height: auto;
    margin: 0;
    padding: 10px 0;
    text-align: left;
	width:585px;
}
.pkg_briefing li{
    background-image: url("../images/icon-gry.png");
    background-position: left 7px;
    background-repeat: no-repeat;
    float: left;
    font-size: 13px;
    padding: 0px 0 0px 25px;
    width: 575px;
}
/* .small_InclBx {
	height:230px;
	width:280px;
	background-color:#000;
}
 */
 
/***End packageDetailed ***/
