body {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #444444;
	background: #ffffff;
	overflow-x: hidden;
}

/*common*/
.mt10 {
	margin-top: 10px;
}

.mb10 {
	margin-bottom: 10px;
}

.mt15 {
	margin-top: 15px;
}

.mb15 {
	margin-bottom: 15px;
}

.mt20 {
	margin-top: 20px;
}

.mb20 {
	margin-bottom: 20px;
}

.mt30 {
	margin-top: 30px;
}

.mb30 {
	margin-bottom: 30px;
}

.mt40 {
	margin-top: 40px;
}

.mb40 {
	margin-bottom: 40px;
}

.mt50 {
	margin-top: 50px;
}

.mb50 {
	margin-bottom: 50px;
}

.nopad {
	padding: 0;
}

.padOnMob {
	padding: 0;
}

.padL0 {
	padding-left: 0;
}

.padR0 {
	padding-right: 0;
}

.padL5 {
	padding-left: 5px;
}

.padR5 {
	padding-right: 5px;
}

.nopadding {
	padding: 0px !important;
}

.nopadding_left {
	padding-left: 0px !important;
}

.nopadding_right {
	padding-right: 0px !important;
}

.btn-primary {
	background: #FFFFFF;
	border-radius: 0;
	border: none;
	color: #00569c;
}

.btn-primary:hover {
	background: #ff9934;
	color: #ffffff;
}

h2 {
	color: #000000;
	font-size: 31px;
}

h2 span {
	color: #007668;
}
/*common*/

/*menu*/
.navbar-default {
	background: #FFFFFF;
}

.navbar-brand {
	padding: 5px 15px;
}

.NavArea.navbar {
	margin-bottom: 0;
}

.NavArea .navbar-collapse {
	background: #007d6e;
}

.navbar-default .mainNav .navbar-nav>.active>a, .navbar-default .mainNav .navbar-nav>.active>a:focus,
	.navbar-default .mainNav .navbar-nav>.active>a:hover {
	background: #fff;
	color: #000000;
}

.navbar-default .mainNav .navbar-nav>li>a {
	color: #ffffff;
	font-size: 16px;
	text-transform: uppercase;
}

.navbar-default .mainNav .navbar-nav>li>a>div {
	background: #016f62;
	height: 100%;
	margin-right: 5px;
	width: 45px;
	height: 47px;
	float: left;
	position: absolute;
	left: 0;
	top: 0;
	padding: 12px 10px;
}

.NavArea .mainNav .nav>li>a {
	height: 47px;
	padding: 14px 15px;
	padding-left: 55px;
}

.navbar-static-top {
	border: none;
}

.NavArea .navbar-brand>img {
	width: 100%;
}
/*top nav*/
.topNav { /*margin-top: 3em;*/
	
}

.mainNav .navbar-nav {
	width: 100%
}

.mainNav .navbar-nav>li {
	width: 16.6%;
}

.navbar-default .topNav>li>a, .navbar-default .topNav>li {
	color: #007dbd;
	font-size: 14px;
	padding: 0px 15px !important;
}

.navbar-default .topNav.navbar-nav>.active>a, .navbar-default .topNav.navbar-nav>.active>a:focus,
	.navbar-default .topNav.navbar-nav>.active>a:hover {
	background: none;
	background-color: none;
	color: #007dbd;
}

.navbar-brand {
	height: 70px;
}

/*menu ends here*/
/*hide and show button*/
.sidbtn, .sidhide {
	width: 100%;
	border-radius: 0;
	font-size: 16px;
	background: #F3C300;
	outline: none !important;
	height: 47px;
	box-shadow: none !important;
	position: relative;
	color: #000000;
}

.sidbtn::before {
	content: "\f104";
	font-family: FontAwesome;
	position: absolute;
	left: 10px;
	top: 1px;
	font-size: 2em;
}

.sidhide::before {
	content: "\f105";
	font-family: FontAwesome;
	position: absolute;
	left: 10px;
	top: 1px;
	font-size: 2em;
}

.sidemenu {
	position: absolute;
	right: 0;
	max-width: 140px;
}

.list-group-item::before {
	content: "";
	background: url(../../images/sidebar.png) no-repeat;
	width: 6px;
	height: 58px;
	position: absolute;
	left: 50px;
	top: 13px;
}

.login::before, .bkonlin::before, .rchrg::before, .offzon::before,
	.getin::before {
	background: url(../../images/sprite.png) 0 0 no-repeat;
	content: "";
	width: 35px;
	height: 30px;
	position: absolute;
	left: 14px;
}
/*.login::before {background:url(../images/sprite.png) -338px -16px no-repeat;}
.bkonlin::before {background:url(../images/sprite.png) -21px -16px no-repeat;}
.rchrg::before {background:url(../images/sprite.png) -268px -16px no-repeat;}
.offzon::before {background:url(../images/sprite.png) -191px -16px no-repeat;}
.getin::before {background:url(../images/sprite.png) -108px -16px no-repeat;}*/
.login::before {
	background: url(../../images/sprite.png) -338px -72px no-repeat;
}

.bkonlin::before {
	background: url(../../images/sprite.png) -21px -72px no-repeat;
}

.rchrg::before {
	background: url(../../images/sprite.png) -268px -72px no-repeat;
}

.offzon::before {
	background: url(../../images/sprite.png) -191px -72px no-repeat;
}

.getin::before {
	background: url(../../images/sprite.png) -108px -70px no-repeat;
}

.social li {
	margin: 0 0.2em;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border: 2px solid #f1f1f1;
	border-radius: 50%;
	/* line-height: normal; */
	color: #fff;
	text-align: center;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

.social li a {
	font-size: 1.45em;
	color: #fff;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

.social li:hover {
	background: #f2f2f2;
}

.social li:hover a {
	color: #D86A0D;
}

.sidenav {
	right: 0;
}
/*  bhoechie tab */
.bhoechie-tab-container {
	z-index: 100;
	padding: 0 !important;
	border-radius: 4px;
	-moz-border-radius: 4px;
	margin-top: 2px;
	font-size: 15.5px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	-moz-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	background-clip: padding-box;
	opacity: 0.97;
	filter: alpha(opacity = 97);
	right: -25em;
	top: 100px;
	position: absolute;
	width: 650px;
	-webkit-transition: right .3s, left .3s;
	-moz-transition: right .3s, left .3s;
	-ms-transition: right .3s, left .3s;
	-o-transition: right .3s, left .3s;
	transition: right .3s, left .3s;
	max-height: 432.5px;
}

.bhoechie-tab-menu {
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
	float: none;
	display: table-cell;
}

.bhoechie-tab-container:hover {
	right: 0;
}

.bhoechie-tab-menu .list-group {
	margin-bottom: 0;
}

.bhoechie-tab-menu .list-group>a {
	margin-bottom: 0;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	background: rgba(0, 0, 0, 0.6);
	border: none;
	margin-bottom: 2px;
	padding: 1.91em 15px;
	border-radius: 0;
}

.bhoechie-tab-menu .list-group>a .glyphicon, .bhoechie-tab-menu .list-group>a .fa
	{
	color: #fff;
	float: left;
	margin: 0;
	font-size: 2em;
	line-height: 0.5em;
}

.bhoechie-tab-menu .list-group>a:first-child {
	border-top-right-radius: 0;
	-moz-border-top-right-radius: 0;
}

.bhoechie-tab-menu .list-group>a:last-child {
	border-bottom-right-radius: 0;
	-moz-border-bottom-right-radius: 0;
}

.bhoechie-tab-menu .list-group>a.active, .bhoechie-tab-menu .list-group>a.active .glyphicon,
	.bhoechie-tab-menu .list-group>a.active .fa {
	background: #f5821f;
	border: none;
	color: #ffffff;
}

.bhoechie-tab-content {
	float: left;
	width: 100%;
	padding: 0 30px;
}

.bhoechie-tab {
	background: #f2801f;
	float: none;
	display: table-cell;
	vertical-align: middle;
	padding: 0;
}

.bhoechie-tab .bhoechie-tab-content:not (.active ){
	display: none;
}

.srch {
	background: #f1f1f2;
	border: 1px solid #f1f1f2;
	padding: 8px 15px;
	font-size: 14px;
	color: #333;
	height: 42px;
	margin: 7px 0;
	width: 100%;
}

.social {
	margin-bottom: 5em;
}

.social::after {
	content: "";
	background: url(../../images/either.png) no-repeat;
	width: 100%;
	height: 28px;
	position: absolute;
	left: 15px;
	bottom: 1.25em;
}

.frpw {
	color: #fff !important;
	text-decoration: none !important;
}

.forget-pw {
	position: relative;
	margin-bottom: 2em;
}

.dntacnt::before {
	content: "";
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	background: #fff;
	top: -1em;
}

.dntacnt {
	margin: 10px 0;
	color: #fff;
}

.list-group-item:last-child {
	margin-bottom: 0 !important;
}

.txt {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 15px;
	text-transform: uppercase;
	color: #f1f1f3;
	font-size: 18px;
}

.smsize {
	font-size: 14px;
}

.list-inline>li {
	position: relative;
}

.bktop, .bkbtm {
	float: left;
	width: 100%;
	margin-bottom: 2em;
}

.bktop.list-inline>li {
	width: 49%;
	float: left;
	margin: 15px 0;
	position: relative;
	padding-bottom: 3em;
	padding-top: 1em;
	border: 1px solid transparent;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

.bktop.list-inline>li:hover, .bkbtm.list-inline>li:hover {
	border: 1px solid #ccc;
}

.bkbtm.list-inline>li {
	width: 32%;
	margin: 15px 0;
	position: relative;
	padding-bottom: 3em;
	padding-top: 1em;
	border: 1px solid transparent;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

.bhoechie-tab-content img {
	max-width: 100% !important;
}

.bktop.nav>li>a, .bkbtm.nav>li>a {
	position: initial;
	background-color: transparent !important;
}

.bktop.nav>li>a:focus, .bktop.nav>li>a:hover, .bkbtm.nav>li>a:focus,
	.bkbtm.nav>li>a:hover {
	background-color: transparent;
}

.expad {
	padding: 0 15px
}

.mySelect, .sidhide {
	display: none;
}

.bhoechie-tab-menu .list-group>a.navlog {
	background: #f5821f;
	border-color: #f5821f;
}

.navlogtab {
	height: 432.5px;
	padding: 3em 30px;
	background: #f5821f;
}

/*search  area*/
.srcharea {
	width: 100%;
	left: 0;
	right: 0;
	margin: 1.3em auto;
	float: left;
	z-index: 99;
}

/*best deal*/
/*h2{background: url(../images/headerbg.png) no-repeat center bottom; text-align: center; height: 65px; margin-bottom: 20px; font-weight: 700;}*/
.dealsarea {
	
}

.bestdeals {
	background: #eaf2f8;
}

.bestdeals.blue {
	border-top: 3px solid #007dd6;
	border-bottom: 3px solid #007dd6;
}

.bestdeals.blue .dealtxt h3 {
	color: #007dd6;
}

.bestdeals.blue .dealtxt a {
	background: #007dd6;
}

.bestdeals.purple {
	border-top: 3px solid #9e005d;
	border-bottom: 3px solid #9e005d;
}

.bestdeals.purple .dealtxt h3 {
	color: #9e005d;
}

.bestdeals.purple .dealtxt a {
	background: #9e005d;
}

.bestdeals.orange {
	border-top: 3px solid #ff9600;
	border-bottom: 3px solid #ff9600;
}

.bestdeals.orange .dealtxt h3 {
	color: #ff9600;
}

.bestdeals.orange .dealtxt a {
	background: #ff9600;
}

.bestdeals.green {
	border-top: 3px solid #60aa00;
	border-bottom: 3px solid #60aa00;
}

.bestdeals.green .dealtxt h3 {
	color: #60aa00;
}

.bestdeals.green .dealtxt a {
	background: #60aa00;
}

.dealimg, .dealimg img {
	width: 100%;
}

.bestdeals .dealtxt {
	padding: 0px 15px 15px;
}

.bestdeals .dealtxt a {
	text-align: center;
	padding: 8px 15px;
	border-radius: 18px;
	color: #FFFFFF;
	height: 36px;
	display: block;
	margin: 0 auto;
	width: 115px;
	font-size: 13px;
}

.bestdeals .dealtxt h3 {
	text-transform: uppercase;
	font-weight: bold;
}

/*top hotel*/

/*top hotel*/
.tophtl {
	padding: 4em 0;
}

.whyall {
	padding: 4em 0;
	background: url(../images/why-all-bg.jpg) no-repeat;
	background-size: cover;
}

.cont-foot {
	background: url(../images/content-footer.jpg) no-repeat;
	background-size: cover;
	height: 1051px;
}

.clr1 {
	border-bottom: 2px solid #007dd6;
	border-top: 2px solid #007dd6;
}

.clr1 .tile {
	color: #007dd6;
}

.clr1 .tileprice {
	background: #007dd6;
}

.clr2 {
	border-bottom: 2px solid #9e005d;
	border-top: 2px solid #9e005d;
}

.clr2 .tile {
	color: #9e005d;
}

.clr2 .tileprice {
	background: #9e005d;
}

.clr3 {
	border-bottom: 2px solid #ff9600;
	border-top: 2px solid #ff9600;
}

.clr3 .tile {
	color: #ff9600;
}

.clr3 .tileprice {
	background: #ff9600;
}

.clr4 {
	border-bottom: 2px solid #60aa00;
	border-top: 2px solid #60aa00;
}

.clr4 .tile {
	color: #60aa00;
}

.clr4 .tileprice {
	background: #60aa00;
}

.imgname {
	background: none repeat scroll 0 0 #eaf2f8;
	display: block;
	overflow: hidden;
	z-index: 10;
}

.tile {
	color: #1976b9;
	display: block;
	font-size: 16px;
	font-weight: bold;
	overflow: hidden;
	padding: 6px 10px;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-transform: uppercase;
}

.noleftpad {
	padding: 0 10px 0 0;
}

.dropdown-menu {
	z-index: 10000;
}

.tile2 {
	color: #ed5565;
	display: block;
	font-size: 15px;
	font-weight: normal;
	overflow: hidden;
	padding: 5px 10px;
}

.tileprice {
	background: #000000 none repeat scroll 0 0;
	border-radius: 20px;
	color: #ffffff;
	display: table;
	font-size: 15px;
	margin: 15px auto;
	padding: 5px 20px;
	text-align: center;
}

.padbotm20 {
	padding-bottom: 20px;
}

.portimgwrap {
	display: block;
	margin: 0 5px;
	overflow: hidden;
}

.centralign {
	text-align: center;
}

.pageheader {
	color: #004d85;
	font-size: 24px;
	margin: 20px 0 0;
	padding-bottom: 8px;
	text-transform: uppercase;
}

.selplace {
	color: #666666;
	display: block;
	overflow: hidden;
	padding: 5px 10px 10px;
	text-align: center;
}

.boxx {
	margin: 25px 0;
}

.centersmalcps {
	color: #666;
	display: block;
	font-size: 14px;
	overflow: hidden;
	text-align: center;
}

.owlindex2 .owl-buttons {
	margin: 0;
	position: absolute;
	right: 0;
	top: -70px;
}

.owlindex2.owl-theme .owl-controls .owl-buttons .owl-prev, .owlindex2.owl-theme .owl-controls .owl-buttons .owl-next
	{
	border: 1px solid #dddddd;
	border-radius: 0;
	height: 40px;
	margin: 0 2px;
	padding: 0;
	text-indent: -99999px;
	width: 40px;
	z-index: 10;
}

.owlindex2.owl-theme .owl-controls .owl-buttons .owl-prev {
	background: url(../../images/prev3.png) no-repeat center center;
	left: 0;
}

.owlindex2.owl-theme .owl-controls .owl-buttons .owl-next {
	background: url(../../images/next3.png) no-repeat center center;
	right: 0;
}

.owlindex2 .owl-pagination {
	background: none repeat scroll 0 0 #fff;
	display: block;
	margin-top: -10px;
	overflow: hidden;
}

.owlindex2.owl-theme .owl-controls .owl-page span {
	height: 8px;
	margin: 0 5px 5px;
	width: 8px;
}

.indexbaner2.owl-theme {
	box-shadow: 0 3px 0 0 #e3e3e3;
}

.chinadel {
	display: block;
	overflow: hidden;
}

.dealimage {
	display: block;
	max-height: 200px;
	min-height: 260px;
	overflow: hidden;
	position: relative;
}

.dealimage img {
	width: 100%;
	min-height: 260px;
}

.imgname2 {
	display: block;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	bottom: 0px;
	width: 100%;
	left: 0px;
	right: 0px;
}

.tilenew {
	color: #1976b9;
	font-size: 13px;
}

.clear {
	clear: both;
}

.delabl {
	color: #fff;
	display: block;
	font-size: 15px;
	font-weight: 600;
	line-height: 40px;
	padding: 5px 15px;
	text-transform: uppercase;
}

.delprice {
	font-size: 18px;
	background: rgba(0, 0, 0, 0.7);
	width: 100%;
	display: block;
	font-weight: 600;
	color: #1976b9;
	line-height: 50px;
	text-align: center;
}

.dealslider {
	margin: 25px auto;
}

.whyda_route {
	background-color: #fff;
	float: left;
	width: 100%;
}

.whyda_route h3 {
	font-size: 37px;
	text-transform: uppercase;
	text-align: center;
	color: #ff0000;
	background: url(../../images/title_border.png) no-repeat center bottom;
	font-weight: bold;
	padding: 40px 0px;
	margin-bottom: 40px;
}

.whyda_route h3 span {
	color: #333;
}

.bg_fixed {
	background: url(../../images/agent_bg.jpg) no-repeat fixed 100% 100%/cover;
	width: 100%;
	height: auto;
	padding: 80px 0px;
}

.width_100 {
	width: 100%;
	background: #fff;
	float: left;
	height: auto;
}

.img_sec {
	position: relative;
	width: 100%;
}

.img_sec img {
	width: 100%;
	border: 1px solid #fff;
}

.img_title {
	width: 86px;
	height: 86px;
	border-radius: 50%;
	margin: 0px auto;
	position: absolute;
	top: 90px;
	text-align: center;
	left: 0px;
	right: 0px;
}

.green_bg {
	background-color: #6ad20f;
}

.blue_bg {
	background-color: #3faefd;
}

.pink_bg {
	background-color: #f135a4;
}

.yellow_bg {
	background-color: #ffc000;
}

.img_title img {
	position: absolute;;
	margin: auto;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	width: auto;
	border: none;
}

.content_sec {
	width: 100%;
	height: auto;
}

.content_sec h3 {
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	margin-top: 50px;
}

.content_sec p {
	text-align: center;
	font-size: 13px;
	color: #6f6f6f;
	width: 90%;
	margin: 0px auto 10px auto;
	height: 90px;
	overflow: hidden;
}

.content_sec a {
	display: block;
	text-align: center;
	margin-bottom: 10px;
	color: #ef4416;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}

.news_sec {
	background-color: #ff;
	width: 100%;
	float: left;
	height: auto;
}

.news_sec h2 {
	font-size: 19px;
	font-weight: bold;
}

.left_content_sec {
	float: left;
	width: 100%;
	padding: 15px 0px;
	border-bottom: 1px solid #ddd;
}

.left_img {
	width: 30%;
	float: left;
}

.left_img img {
	width: 100%;
	height: auto;
}

.right_img img {
	height: 164px;
}

.left_title {
	width: 70%;
	float: left;
	padding: 0px 15px;
}

.left_title h2 {
	color: #333;
	font-size: 23px;
	font-weight: bold;
	margin: 0px;
}

.left_title h2 span {
	color: #ff0000;
}

.content_date {
	font-size: 13px;
	color: #858585;
}

.content_date span {
	float: right;
	margin-right: 50px;
}

.left_title p {
	font-size: 13px !important;
	line-height: 20px;
	margin: 7px 0px;
	color: #6f6f6f;
}

.left_title a {
	color: #ff0000;
	text-decoration: none;
}

.left_content_sec1 {
	float: left;
	width: 100%;
	padding: 15px 0px;
	border-bottom: 1px solid #ddd;
}

.left_img1 {
	width: 30%;
	float: left;
}

.left_img1 img {
	width: 100%;
	height: 94px;
}

.left_title1 {
	width: 70%;
	float: left;
	padding: 0px 15px;
}

.left_title1 h2 {
	color: #333;
	font-size: 23px;
	font-weight: bold;
	margin: 0px;
}

.left_title1 h2 span {
	color: #ff0000;
}

.content_date1 {
	font-size: 13px;
	color: #858585;
}

.content_date1 span {
	float: right;
	margin-right: 50px;
}

.left_title1 p {
	font-size: 13px !important;
	line-height: 20px;
	margin: 7px 0px;
	color: #6f6f6f;
}

.left_title1 a {
	color: #ff0000;
	text-decoration: none;
}

.right_head {
	margin: 0px;
	font-size: 18px !important;
	margin-bottom: 8px;
}

.border_right_content {
	padding: 5px;
	border: 1px solid #ddd;
	float: left;
	width: 100%;
	margin: 10px 0px;
}

.right_desc {
	margin: 0px;
	font-size: 14px !important;
}

.firstfoofer {
	background: #d9d9d9 none repeat scroll 0 0;
	float: left;
	padding: 25px 0;
	width: 100%;
}

.outfosocial {
	margin: 0 -15px;
	display: table;
	width: 100%;
}

.footsocial {
	display: block;
	margin: 7px 0;
	overflow: hidden;
	padding: 0px;
}

.sidebar:after {
	background: rgba(0, 0, 0, 0) url("../../images/sidebar.png") repeat-y
		scroll 0 0;
	bottom: 0;
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 2px;
}

.footsocial li {
	display: inline-block;
	margin: 0 5px 0 0;
	overflow: hidden;
}

.footsocial li .fa {
	border: 2px solid #1a8282;
	border-radius: 30px;
	color: #1a8282;
	font-size: 18px;
	height: 40px;
	line-height: 38px;
	text-align: center;
	width: 40px;
}

.sidebar {
	position: relative;
	display: table-cell;
	float: none !important;
	vertical-align: middle !important;
}

.subleter {
	color: #0f0f0f;
	text-align: center;
	display: block;
	font-size: 16px;
}

.footinbox {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #fff;
	border-radius: 3px 0 0 3px;
	color: #aaa;
	float: left;
	height: 45px;
	line-height: 45px;
	padding: 10px;
	width: 100%;
}

.subsc {
	background: #1a8282 none repeat scroll 0 0;
	border-radius: 0 3px 3px 0;
	color: #fff;
	float: left;
	border: none;
	font-size: 16px;
	height: 45px;
	line-height: 40px;
	text-align: center;
	width: 100%;
}

.secondfooter {
	background: #141414 none repeat scroll 0 0;
	float: left;
	width: 100%;
}

.outerlinks {
	display: block;
	margin: 0 -15px;
	overflow: hidden;
	padding: 35px 0 25px 0;
	position: relative;
}

.linkhd {
	border-bottom: 1px solid #5d5d5d;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.addlink {
	display: block;
	overflow: hidden;
	padding: 0px;
}

.addlink li {
	color: #fff;
	display: block;
	font-size: 14px;
	line-height: 40px;
	overflow: hidden;
}

.addlink li .fa {
	font-size: 18px;
	width: 30px;
}

.lastfooter {
	background: #555555 none repeat scroll 0 0;
	float: left;
	padding: 15px 0;
	width: 100%;
}

.fooleft {
	color: #b8b8b8;
	float: left;
	font-size: 13px;
}

.addlink1 {
	display: block;
	overflow: hidden;
	padding: 0px;
}

.addlink1 li {
	color: #fff;
	display: block;
	font-size: 14px;
	line-height: 40px;
	overflow: hidden;
}

.addlink1 li .fa {
	margin-right: 5px;
}

input.css-checkbox[type="radio"] {
	border: 0 none;
	clip: rect(0px, 0px, 0px, 0px);
	height: 1px;
	left: -1000px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	z-index: -1000;
}

input.css-checkbox[type="radio"]+label.css-label, input.css-checkbox[type="radio"]+label.css-label.clr
	{
	background-position: 0 0;
	background-repeat: no-repeat;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	height: 16px;
	line-height: 16px;
	margin-right: 20px;
	padding-left: 23px;
	vertical-align: middle;
}

label.css-label {
	-moz-user-select: none;
	background-image: url("../../images/cssradio.png");
}

input.css-checkbox[type="radio"]:checked+label.css-label, input.css-checkbox[type="radio"]+label.css-label.chk
	{
	background-position: 0 -16px !important;
}

.allformst {
	bottom: 0;
	left: 0;
	margin: 20px auto;
	width: 100%;
	z-index: 10;
}

.secndblak {
	background: rgba(0, 0, 0, 0.6) no-repeat left 0px bottom;
	float: left;
	border-radius: 8px;
	width: 100%;
	padding: 20px 20px;
}

.secndblak h1 {
	text-align: left;
	font-size: 22px;
	color: #fff;
	font-weight: normal;
	margin: 0px;
}

.tab-content.custmtab {
	float: left;
	width: 100%;
}

.padfive {
	padding: 0;
	float: left;
}

.lablform {
	color: #fff;
	font-size: 12px;
	font-family: Roboto;
	margin: 0 0 5px;
}

.plcetogo {
	position: relative;
}

.mobile_t {
	font-size: 20px;
}

.mobile_t span {
	font-size: 13px;
}

.operator {
	width: 50%;
	padding-right: 10px;
	float: left
}

.opfull {
	width: 100%;
	padding: 0px;
}

.circle {
	width: 50%;
	padding-left: 10px;
	float: left
}

.carousel-control {
	display: none;
}

.mtop {
	margin-top: 22px;
}

.carousel-caption {
	width: 100%;
	left: 0px !important;
	right: 0px !important;
	bottom: 0px;
	background: rgba(0, 0, 0, 0.7);
}

.carousel-caption h2 {
	color: #fff;
}

.carousel-indicators {
	bottom: 0px;
}

.normalinput {
	border: 1px solid #fff !important;
	display: block;
	height: 45px;
	font-size: 14px;
	overflow: hidden;
	background: #fff !important;
	padding: 0 10px 0 40px;
	width: 100%;
	border-radius: 5px !important;
}

.roomnum {
	background: rgba(53, 50, 57, 0.4);
	float: left;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	margin-right: 0px;
	width: 100%;
	border-radius: 5px;
	border: 1px solid #9c9c9c;
	color: #fff;
	font-weight: normal;
	padding: 0 20px;
	position: relative;
	text-align: center;
	padding-left: 40px;
}

.ageselect {
	padding: 0px 15px !important;
}

.normalsel {
	border: 1px solid #fff;
	display: block;
	height: 45px;
	overflow: hidden;
	border-radius: 5px;
	width: 100%;
}

.searchsbmtfot {
	width: 100%;
	margin: 20px auto;
	float: left;
}

.searchsbmt {
	width: 100%;
	float: right;
	background: #f48324;
	padding: 1px 2px;
	color: #fff;
	text-transform: uppercase;
	border: 1px solid #f48324;
	font-size: 16px;
	border-radius: 5px;
	letter-spacing: 1px;
	transition: 0.5s;
}

.searchsbmt:hover {
	background: #f6c021;
	border: 1px solid #f6c021;
	color: #fff;
}

.padselct {
	color: #aaa;
	font-size: 12px;
	padding: 0 20px 0 19px;
	text-align: center;
}

/*.selctmark::after {
    content: "";
    background: url(../../images/select.png) no-repeat right 10px center #fff;
    bottom: 0;
    color: #999;
    font-family: "FontAwesome";
    font-size: 12px;
    line-height: 40px;
    pointer-events: none;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 30px;
}
*/
.tabspl {
	float: left;
	padding: 15px 0;
	width: 100%;
}

.iconcmn {
	float: left;
	height: 24px;
	margin: 14px 0 0;
	width: 40px;
}

.tabspl {
	float: left;
	padding: 15px 0;
	width: 100%;
}

.tabrow {
	
}