﻿.body_bg {
    /* background-image: url(http://www.chundapalace.com/images/bg.gif); */
    background-color: #000;
}
body
{
    font-size: 12px;
    line-height: 22px;
    font-family: arial, sans-serif;
    color: #828282;
    background-color: #dedede; /* font-family: Calibri;*/
}
.wraper
{
    background-color: #D0D0D0;
    float: left;
    padding-top: 10px;
    width: 100%;
   
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0,0,0,0.6);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.6);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.6);
    -o-box-shadow: 0 0 10px rgba(0,0,0,0.6);
}
.container {
    background-color: #FFFFFF;
    padding-left: 25px;
    padding-right: 23px;
    padding-bottom: 25px;
}
input[type="text"]
{
    padding: 5px;
    width: 100%;
    border: solid 1px #A8A8A7;
    transition: box-shadow 0.3s, border 0.3s;
}
input[type="text"]:focus, input[type="text"].focus
{
    border: solid 1px #707070;
    box-shadow: 0 0 5px 1px #969696;
}

.dd
{
    width: 242px;
    height: 26px;
    border: solid 1px #A8A8A7;
    transition: box-shadow 0.3s, border 0.3s;
}
.dd:focus, .dd.focus
{
    border: solid 1px #707070;
    box-shadow: 0 0 5px 1px #969696;
}

img {
    border: 1px #A7A7A7 solid;
    padding: 3px;
    background-color: #CCCCCC;
}

.Errorvalidator
{
    font-size: 13px;
    color: rgb(203, 14, 14);
    font-weight: 600;
}

.RadGrid_Metro .rgMasterTable td.rgGroupCol, .RadGrid_Metro .rgMasterTable td.rgExpandCol
{
    border-color: #bc9b67;
    background: #dcb77e none;
    border-style: none;
}

fieldset {
    border: 1px groove threedface;
    border: #171717 solid 1px;
    background-color: rgba(158, 158, 158, 0.18)!important;
    color: #000000;
    margin: 10px 0 0 0;
}
.YourSelection
{
    border: 1px groove threedface;
    border: #dcb77e solid 1px;
    background-color: #f6e8ce;
    color: #7d5815;
    padding: 15px;
}

.panel_header {
    background-color: #171717;
    padding: 10px 10px 10px 0px;
    margin-top: 0px;
    text-align: center;
    font-weight: bold;
    color: #fff;
}
 

/*============== Tabel End Here ==============*/
table.tborder
{
    border: 3px solid #DFD6CB;
    border-top: none;
}


.riTextBox, html body .riSingle .riTextBox[type="text"]
{
    padding-right: 5px;
    padding-left: 5px;
    margin: 0;
    width: 100%;
}

legend {
    display: block;
    width: 100%;
    padding: 5px 0 5px 10px!important;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #FFF!important;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
background-color: #000;
}

.RadGrid_Default .rgHeader
{
    border: 0;
    border-bottom: 5px solid #828282;
    background: #00CC66;
}


td.rgExpandCol
{
    border-color: #dea95a;
    background: #be842d none;
}
.RadButton_MetroTouch .rbDecorated
{
    font-family: "Segoe UI" ,Arial,Helvetica,sans-serif;
    font-size: 25px;
}

.RadButton_Default.rbSkinnedButton, .RadButton_Default .rbDecorated, .RadButton_Default.rbVerticalButton, .RadButton_Default.rbVerticalButton .rbDecorated, .RadButton_Default .rbSplitRight, .RadButton_Default .rbSplitLeft
{
    background-color: #a00909;
    color: #FFFFFF;
}
.btn_Example {
    cursor: pointer;
    border: 1px solid #000000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    font-family: arial, helvetica, sans-serif;
    padding: 8px;
    text-decoration: none;
    display: inline-block;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
    font-weight: bold;
    color: #FFFFFF;
    background-color: #171717;
    background-image: linear-gradient(to bottom, #171717, #6D6D6D);
}
.btn_Example:hover
{
    border: 1px solid #450111;
    background-color: #77021d;
    background-image: linear-gradient(to bottom, #77021d, #3a000d);
}
.room_price_section
{
    width: 20%;
    background: #dea95a;
    padding-right: 20px;
    border-bottom: #e7c795 1px solid;
    color: #FFFFFF;
    text-align: left;
    padding: 15px;
    float: right;
}
.rgExpandCol
{
    background-color: #a00909;
    color: #FFFFFF;
    border-color: #a00909;
}


.price_section
{
    float: left;
    display: block;
}
.room_description
{
    width: 70%;
    display: block;
    float: left;
    padding-left: 10px;
}

.table_room {
    background-color: #FFFFFF;
    border: #171717 1px solid;
}
.table_room td {
    border-color: #B1B1B1;
}


.table_room_detail a
{
    font-size: small;
}
 

.arrow-down
{
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #f00;
}

#menu {
    clear: both;
    overflow: hidden;
    background-color: #505050;
    /* font-family: Arial, Helvetica, sans-serif; */
    margin-left: 9px;
    margin-right: 9px;
}
#menu ul
{
    height: 48px;
    list-style-type: none;
    margin: 0px;
    overflow: hidden;
    padding: 0px;
    text-align: center;
    background-position: -40px -46px;
}
#menu ul
{
    height: 39px;
    overflow: hidden;
    list-style-type: none;
    text-align: center;
    margin: 0px;
    padding: 0px;
    content: "▼";
}


.img2
{
    background: none;
    border: none;
}

ul.children:before
{
    content: "▼";
}
#menu li > a:after
{
    content: '>';
}


#menu li > a:only-child:after
{
    content: '';
}


.gvPriceBreakdown
{
    color: Black;
}
.gvPriceBreakdown_Header
{
    background-color: #171717;
    color: White;
}
.gvPriceBreakdown_Footer
{
    background-color: #171717;
    color: White;
    font-size: medium;
}

a
{
    color: #666666 !important;
    cursor: pointer;
}
a:hover
{
    color: #000000;
    cursor: pointer;
}

.footer {
    background: transparent;
    margin: 40px 0 0 0;
    padding: 20px 0 20px 0;
    top: 50px;
}

.footerTXT
{
    margin: 0 0 0 0;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #e1e1e1;
    text-align: center;
}

.clear
{
    clear: both;
}

.mastertext {
    color: #505050;
    font-size: 24pt;
    font-weight: 400;
    font-variant: small-caps;
    line-height: 28px;
}

.contact-txt
{
    font-size: 13px;
    font-weight: normal;
    line-height: 20px;
    font-family: Arial, Helvetica, sans-serif;
}

.weblink
{
    color: #990000;
    text-decoration: none;
}

.weblink:hover
{
    color: #000000;
    text-decoration: underline;
}


.availRoomheader {
    background-color: #171717;
    color: #fff;
    border-color: #B1B1B1;
}
.imgPerson
{
    width: 19px;
    padding: 0px;
}
.help
{
    cursor: pointer;
    vertical-align: middle;
    display: inline-block;
    border-style: none;
    background-color: transparent;
    width: 14px;
}
.helpMaxPerson
{
    cursor: pointer;
    display: inline-block;
    border-style: none;
    background-color: transparent;
    width: 13px;
}
.panelExtraBed {
    border: 1px #171717 solid;
    padding: 5px;
    background-color: #D6D6D6;
    border-radius: 5px;
}
.rate
{
    color: #000000;
    font-weight: bold;
    font-size: 19px;
}
.size15
{
    font-size: 15px;
}


.HeaderFreez
{
    position: relative;
    top: expression(this.offsetParent.scrollTop);
    z-index: 10;
}
.label_bold label
{
    font-weight: bold;
}
.breakfastincluded
{
    color: firebrick;
    font-style: italic;
}
.extraBedScroll
{
    overflow-y: scroll;
    max-height: 200px;
}
.extrabed
{
    overflow-y: inherit;
    height: auto;
}
.fa-rupee:before, .fa-inr:before
{
    content: "";
}

.pdf-thumb-box
{
    display: inline-block !important;
    position: relative !important;
    overflow: hidden;
}
.pdf-thumb-box-overlay
{
    display: none;
}
.pdf-thumb-box a:hover .pdf-thumb-box-overlay
{
    display: inline;
    text-align: center;
    position: absolute;
    transition: background 0.2s ease, padding 0.8s linear;
    background-color: rgba(247, 210, 161, 0.20);
    color: #fff;
    width: 100%;
    height: 100%;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.pdf-thumb-box-overlay span
{
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.about_us {
    float: left;
    width: 100%!important;
    padding: 13px;
    text-align: justify;
}
.t3-back-to-top .backtotop:hover
{
    background-color: #000;
}
.t3-back-to-top .backtotop
{
    position: fixed;
    bottom: 100px;
    cursor: pointer;
    font-size: 0;
    text-indent: -999em;
    background: url("../images/backtotop.png") no-repeat left top;
    width: 40px;
    height: 40px;
}
.t3-footer
{
    color: #666;
}
section
{
    display: block;
}

.activeStep {
    background-color: rgb(208, 208, 208);
    padding: 2px 6px;
    text-align: center;
    margin-right: 7px;
    margin-left: 2px;
    border: solid rgb(136, 136, 136) 1px;
    height: 26px;
    color: #000;
    width: 26px;
    font-family: inherit;
    border-radius: 26px;
}
.deactiveStep {
    background-color: rgb(255, 255, 255);
    padding: 2px 6px;
    text-align: center;
    margin-right: 7px;
    margin-left: 2px;
    border: solid #ADA588 1px;
    height: 26px;
    width: 26px;
    font-family: inherit;
    border-radius: 26px;
}
.paymentradio
{
    background-color: #231A14;
    padding: 10px;
    color: #FFF;
    border-radius: 10px;
    font-size: 20px;
    cursor: pointer;
}
.paymentradio:active
{
    background-color: red;
    padding: 10px;
    color: #FFF;
    border-radius: 10px;
    font-size: 20px;
    cursor: pointer;
}
div.RadToolTip_Sunset table.rtWrapper td.rtWrapperContent {
    background-color: #FFFFFF;
    color: #000;
}
div.RadToolTip_Sunset table.rtWrapper td.rtWrapperContent {
    background-color: #FFFFFF;
    color: #000;
}
div.RadToolTip_Sunset table.rtWrapper td.rtWrapperContent {
    background-color: #FFFFFF!important;
    color: #000;
border-color:#171717!important;
}
.thanks {
    background-color: #fff;
    border: 1px solid #171717;
    padding: 5px;
}




@font-face {
    font-family: 'OpenSansRegular';
    src: url('/fonts/OpenSansRegular.eot');
    src: url('/fonts/OpenSansRegular.eot') format('embedded-opentype'),
         url('/fonts/OpenSansRegular.woff2') format('woff2'),
         url('/fonts/OpenSansRegular.woff') format('woff'),
         url('/fonts/OpenSansRegular.ttf') format('truetype'),
         url('/fonts/OpenSansRegular.svg#OpenSansRegular') format('svg');
}


body {
    font-family: 'OpenSansRegular';
	font-size: 14px;
    line-height: 24px;
	color: #43484E;
	padding-top: 20px;
	background-color: #f4f4f2;
}

a{color: #fc7700;}

.navbar-brand h1 {
	margin-top: 0px;
	color: #fc7700;
}

.carousel-caption {
	top: 50px;
	text-shadow: 0px 0px 0px #000;
}

.carousel-caption h4 {
	font-size: 400%;
	text-transform: uppercase;
	text-shadow: 1px 1px 3px #000;
}

.form-container {
	background-color: #fff;
	border-radius: 8px;
	min-height: 85px;
	opacity: 0.8;
	z-index: -1;
	position: absolute;
	top: 100px;
	
	width: 50%;
}

.form-content {
	opacity: 1;
	color: #000;
	text-shadow: 0px 0px 0px #000;
}

.form-content label {
	font-weight: 300;
	font-size: 15px;
	display: block;
	text-shadow: 0px 0px 0px #000;
	text-align: left;
}

#navigation .navbar {
	background: rgba(255, 255, 255, 0.952941);
	border-radius: 0;
	border-bottom: 0;
	box-shadow: rgba(0, 0, 0, 0.298039) 0px 0px 3px;
	padding-bottom: 8px;
}

.btn-mt {
    padding: 2px 22px;
    margin-top: 30px;
    background-color: #286090;
    border-color: #286090;
}

#navigation .navbar-nav.navbar-right {
	margin-top: 28px;
}

#navigation .navbar-nav.navbar-right li {
	padding: 0 1px;
}

#navigation .navbar-inverse .navbar-nav .active a,
#navigation .navbar-inverse .navbar-nav .active a:focus,
#navigation .navbar-nav.navbar-right li a:hover {
	color: #fff;
	background-color: #fc7700;
}

#navigation li a {
	color: #43484E;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	padding: 0;
	text-transform: uppercase;
	-webkit-transition: all .9s ease 0s;
	-moz-transition: all .9s ease 0s;
	-o-transition: all .9s ease 0s;
	transition: all .9s ease 0s;
	padding: 6px 15px;
}

.navbar-brand {
	float: left;
	padding: 15px 15px;
	font-size: 18px;
	line-height: 20px;
}

.hotels {
	background: #F6F6F6;
	overflow: hidden;
	padding: 45px 0;
	border-bottom: 1px solid #d0d0d1;
	border-top: 1px solid #404041;
}

.hotels h2 {
	text-align: center;
	background: url("../images/sep.png") center bottom no-repeat;
	padding-bottom: 20px;
	font-size: 250%;
	color: #fc7700;
}

.btn-h-name {
    color: #fff;
    background-color: #171717;
    padding: 10px;
    border-color: #171717;
    
}

.btn-default:hover {
	color: #fff;
	background-color: #fc7700;
	border-color: #fc7700;
}

.footer{ text-align: center; font-size: 11px; padding: 8px 0px 20px 0px;}

.subheader{
	background: #333333;
	padding: 15px 0px;
	margin-bottom: 30px;
}

.subheader h2{ font-size: 180%;
text-transform: capitalize;
	color: #fff;
font-weight: 100;
}

.subheader .breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color:transparent;
    border-radius: 0px;
	font-size: 12px;
	margin-top: 20px;
}

.subheader .breadcrumb a{
	color: #fc7700;
}

.boxes {
    background-color: #fff;
    width: 100%;
    padding-bottom: 3px;
    word-wrap: break-word;
    border: 1px solid rgba(0, 0, 0, 0.33)!important;
}

.boxes h4.panel-title{ font-size: 120%; padding: 15px 15px 0px 15px; }
.boxes .panel-body{ font-size: 90%;}
.boxes .glyphicon{ margin-right: 10px; margin-bottom: 15px;}


/*-----------------------------------*/
 .card {
    margin-top: 0px;
    padding: 0px;
    background-color: #fff;
}
.card.hovercard {
    position: relative;
    padding-top: 0;
    overflow: hidden;
    text-align: center;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 1);
}
.card.hovercard .card-background {
    height: 350px;
}

.card.hovercard .card-info {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
}
.card.hovercard .card-info .card-title {
    font-size: 40px;
    line-height: 1;
    color: #fff;
	text-shadow: 1px 1px 3px #000;
	text-transform: uppercase;
	background-color: rgba(0,0,0, 0.75);
	padding: 15px;
}
.card.hovercard .card-info {
    overflow: hidden;
    font-size: 12px;
    line-height: 20px;
    color: #737373;
    text-overflow: ellipsis;
}
.card.hovercard .bottom {
    padding: 0 20px;
    margin-bottom: 17px;
	
}
.btn-pref .btn {
    -webkit-border-radius:0 !important;
}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
	overflow: hidden;
}

.hide-bullets {
    list-style:none;
    margin-left: -40px;
    margin-top:20px;
}

.thumbnail {
    padding: 0;
}

.carousel-inner>.item>img, .carousel-inner>.item>a>img {
    width: 100%;
}
    
.activeStep {
    background-color: rgb(208, 208, 208);
    padding: 2px 6px;
    text-align: center;
    margin-right: 7px;
    margin-left: 2px;
    border: solid rgb(136, 136, 136) 1px;
    height: 26px;
    color: #000;
    width: 26px;
    font-family: inherit;
    border-radius: 26px;
}
.deactiveStep {
    background-color: rgb(255, 255, 255);
    padding: 2px 6px;
    text-align: center;
    margin-right: 7px;
    margin-left: 2px;
    border: solid #ADA588 1px;
    height: 26px;
    width: 26px;
    font-family: inherit;
    border-radius: 26px;
}

#menu li
{
    background-repeat: no-repeat;
    display: block;
    float: left;
    height: 39px;
    padding: 0px;
}

#menu ul
{
    height: 39px;
    overflow: hidden;
    list-style-type: none;
    text-align: center;
    margin: 0px;
    padding: 0px;
    content: "▼";
}
#menu li.active a {
    background-position: -89px -106px;
    background-repeat: no-repeat;
    cursor: default;
    
    text-transform: uppercase;
    color: #FFF !important;
    background: #171717 url(../images/active-link-arrow.png) no-repeat bottom center;
}

#menu li.inactive a {
    background-position: -89px -106px;
    background-repeat: no-repeat;
    cursor: pointer;
    
    padding-bottom: 10px;
    height: 54px;
    text-transform: uppercase;
    background-color: #ECECEC;
    color: rgb(134, 134, 134);
}
#menu li.notproceed a {
    background-position: -89px -106px;
    background-repeat: no-repeat;
    cursor: not-allowed;
    
    padding-bottom: 10px;
    height: 54px;
    text-transform: uppercase;
    background-color: #D0D0D0;
    color: #000;
}
.table_room th {
    padding-left: 1%;
}
#menu li a
{
    color: rgb(102, 102, 102);
    text-transform: uppercase;
}
#menu li a
{
    cursor: default;
    display: block;
    height: 39px;
    line-height: 3.2em;
    text-align: center;
    text-decoration: none;
    width: 100%;
    text-transform: uppercase;
}
#menu li.left-edges
{
    background-position: -90px -100px;
    background-repeat: no-repeat;
    width: 6px;
    display: none;
}
#menu li
{
    background-repeat: no-repeat;
    display: block;
    float: left;
    height: 39px;
    padding: 0px;
}
.btn_Example
{
    
    color: #FFFFFF;
    height: 30px;
    padding: 5px;
    /*border: 1px solid #710303;*/
    cursor: pointer;
margin-top:5px;
}

.weblink
{
    color: #990000;
    text-decoration: none;
}

.weblink:hover
{
    color: #000000;
    text-decoration: underline;
}

.availRoomheader {
    background-color: #171717;
    color: #fff;
    border-color: #B1B1B1;
}
.table_room td {
    padding: 2px;
}
.imgPerson
{
    width: 19px;
    padding: 0px;
}
.help
{
    cursor: pointer;
    vertical-align: middle;
    display: inline-block;
    border-style: none;
    background-color: transparent;
    width: 14px;
}
.helpMaxPerson
{
    cursor: pointer;
    display: inline-block;
    border-style: none;
    background-color: transparent;
    width: 13px;
}
.panelExtraBed {
    border: 1px #171717 solid;
    padding: 5px;
    background-color: #D6D6D6;
    border-radius: 5px;
}
.rate
{
    color: #a00909;
    font-weight: bold;
    font-size: 19px;
}
.size15
{
    font-size: 15px;
}
.noofRoom
{
    width: 50px;
    height: 25px;
}

.HeaderFreez
{
    position: relative;
    top: expression(this.offsetParent.scrollTop);
    z-index: 10;
}
.label_bold label
{
    font-weight: bold;
}
.breakfastincluded
{
    color: firebrick;
    font-style: italic;
}
.extraBedScroll
{
    overflow-y: scroll;
    max-height: 200px;
}
.extrabed
{
    overflow-y: inherit;
    height: auto;
}
.fa-rupee:before, .fa-inr:before
{
    content: "";
}

.pdf-thumb-box
{
    display: inline-block !important;
    position: relative !important;
    overflow: hidden;
}
.pdf-thumb-box-overlay
{
    display: none;
}
.pdf-thumb-box a:hover .pdf-thumb-box-overlay
{
    display: inline;
    text-align: center;
    position: absolute;
    transition: background 0.2s ease, padding 0.8s linear;
    background-color: rgba(247, 210, 161, 0.20);
    color: #fff;
    width: 100%;
    height: 100%;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.pdf-thumb-box-overlay span
{
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

h4.panel-title.bghotel {
    background-color: #272727;
    padding: 12px 5px 7px!important;
    color: #fff;
}
.form-control {
    display: block;
    width: 100%;
    height: 28px;
    padding: 6px 12px;
    font-size: 14px;
    margin-bottom: 5px;
    margin-top: 5px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
div#divpypl {
    margin-bottom: 10px;
}
a.back {
    background-color: #A00909;
    color: #fff;
    padding: 5px;
    margin: 5px;
}
.row.hotel-content {
    margin-top: 30px;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: #FC8C00;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

a.navbar-brand {
    margin-top: -13px;
}
ul.footlog1 li {
    list-style: none;
    display: inline;
    padding: 6px 10px;
    background-color: #FFC412;
    }
ul.footlog1 li:hover {
    background-color: #ff9000;
}
.footlog {
    margin-top: 20px;
}
.footlog a {
    color: #790000;
}
.footlog a:hover {
    color: #790000;
text-decoration:none;
}
p.canceltext {
    padding: 5px 10px;
}
/*.row {
    margin-right: 0;
    margin-left: 0;
}*/
.verification{
    background-color: #F7F2EA;
}
.confirm td, th {
    padding: 2px 10px;
}
.card.hovercard {
    background-position: 0% 0%;
    position: relative;
    padding-top: 0;
    overflow: hidden;
    text-align: center;
    background-color: rgba(255, 255, 255, 1);
    background-image: none !important;
    background-repeat: repeat !important;
    background-attachment: scroll !important;
}
.round {
  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -webkit-border-radius: 5px; 

  /* Firefox 1-3.6 */
  -moz-border-radius: 5px; 
  
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  border-radius: 5px; 
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 400!important;
}
.nobg {
    background: none!important;
}
.loginButton {
    background: -moz-linear-gradient(90deg, #0459B7, #08ADFF) repeat scroll 0 0 transparent!important;
    background: -webkit-linear-gradient(90deg, #A00909, #DA0202) repeat scroll 0 0 transparent!important;
    border: 1px solid #093C75;
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    -webkit-box-shadow: 0 1px 0 #FFFFFF;
    -moz-box-shadow: 0 1px 0 #FFFFFF;
    box-shadow: 0 1px 0 #FFFFFF;
    color: #FFFFFF;
    cursor: pointer;
    font-family: Arial,sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin-right: -1em;
    margin-top: 1em;
    padding: 5px 10px;
    text-decoration: none;
    -moz-text-shadow: 0 1px 1px #333333;
    -webkit-text-shadow: 0 1px 1px #333333;
    text-shadow: 0 1px 1px #333333;
    text-transform: uppercase;
}
.loginButton:hover {
    background: -moz-linear-gradient(90deg, #fc7700, #fc7700) repeat scroll 0 0 transparent!important;
    background: -webkit-linear-gradient(90deg, #fc7700, #fc7700) repeat scroll 0 0 transparent!important;
    border-color: #093C75;
    text-decoration: none;
    color: white;
}
ul.cap a {
    text-transform: uppercase;
}
 @media only screen and (max-device-width:480px){

}
@media only screen and (max-width: 768px) {
.carousel-caption {
    top: 50px;
    text-shadow: 0px 0px 0px #000;
    display: none!important;
}
       .card.hovercard .card-background {
    height: auto!important;
}
    .card.hovercard .card-info .card-title {
    font-size: 20px!important;
    }
}

.stay {
    list-style-type: none;
    margin-left: -15px;
}
ul.stay li {
    line-height: 22px;
}
#ContentPlaceHolder1_divguestinfo label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    padding-top: 10px;
}
.panel-primary {
    border-color: #525252!important;
}
.payU {
    margin-top: 10px;
    background-color: #FFFFFF;
    border: 1px solid #000;
    width: 60%;
    margin-left: 4%!important;
}
.top8 {
padding-top:8px;
}
table#paymentdetail td, th {
    padding: 1px 5px;
}
.pad0
 {
    position: relative;
    min-height: 1px;
    padding-right: 0 !important;
    padding-left: 0 !important;
    float: none !important;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}


.fancybox-inner {

width: 100% !important;
      
}

.fancybox-outer {
    width: 100% !important;
    height: 100% !important;
}

.fancybox-skin {
      width: 100% !important;
   
}
.fancybox-wrap.fancybox-desktop.fancybox-type-iframe.fancybox-opened {
      width: 90% !important;
        height: 90% !important;
}
.fancybox-iframe {
       height: 90% !important;
}
.paddingRightZero {
padding-right: 0px;}
.paddingLeftZero {
padding-right: 0px !important;}


.colorchindrenPolicy {
background-color: #EFEFF1 !important;
}
.ZeroMarginLR {
    margin-right: 0px !important;
    margin-left: 0px !important;

}