/* `XHTML, HTML4, HTML5 Reset
----------------------------------------------------------------------------------------------------*/

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
main,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
xmp {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
}

html,
body {
  height: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
/*
  Override the default (display: inline) for
  browsers that do not recognize HTML5 tags.

  IE8 (and lower) requires a shiv:
  http://ejohn.org/blog/html5-shiv
*/
  display: block;
}

b,
strong {
/*
  Makes browsers agree.
  IE + Opera = font-weight: bold.
  Gecko + WebKit = font-weight: bolder.
*/
  font-weight: bold;
}

img {
  color: transparent;
  font-size: 0;
  vertical-align: middle;
/*
  For IE.
  http://css-tricks.com/ie-fix-bicubic-scaling-for-Images
*/
  -ms-interpolation-mode: bicubic;
}

ol,
ul {
  list-style: none;
}

li {
/*
  For IE6 + IE7:

  "display: list-item" keeps bullets from
  disappearing if hasLayout is triggered.
*/
  display: list-item;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td,
caption {
  font-weight: normal;
  vertical-align: top;
  text-align: left;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

sub,
sup,
small {
  font-size: 75%;
}

sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg {
/*
  For IE9. Without, occasionally draws shapes
  outside the boundaries of <svg> rectangle.
*/
  overflow: hidden;
}


/*
  960 Grid System ~ Core CSS.
  Learn more ~ http://960.gs/

  Licensed under GPL and MIT.
*/

/*
  Forces backgrounds to span full width,
  even if there is horizontal scrolling.
  Increase this if your layout is wider.

  Note: IE6 works fine without this fix.
*/

body {
  min-width: 960px;
}

/* `Container
----------------------------------------------------------------------------------------------------*/

.container_24 {
  margin-left: auto;
  margin-right: auto;
  width: 950px;
}

/* `Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14,
.grid_15,
.grid_16,
.grid_17,
.grid_18,
.grid_19,
.grid_20,
.grid_21,
.grid_22,
.grid_23,
.grid_24 {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
}

.push_1, .pull_1,
.push_2, .pull_2,
.push_3, .pull_3,
.push_4, .pull_4,
.push_5, .pull_5,
.push_6, .pull_6,
.push_7, .pull_7,
.push_8, .pull_8,
.push_9, .pull_9,
.push_10, .pull_10,
.push_11, .pull_11,
.push_12, .pull_12,
.push_13, .pull_13,
.push_14, .pull_14,
.push_15, .pull_15,
.push_16, .pull_16,
.push_17, .pull_17,
.push_18, .pull_18,
.push_19, .pull_19,
.push_20, .pull_20,
.push_21, .pull_21,
.push_22, .pull_22,
.push_23, .pull_23 {
  position: relative;
}

/* `Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
  margin-left: 0;
}

.omega {
  margin-right: 0;
}

/* `Grid >> 24 Columns
----------------------------------------------------------------------------------------------------*/

.container_24 .grid_1 {
  width: 30px;
}

.container_24 .grid_2 {
  width: 70px;
}

.container_24 .grid_3 {
  width: 110px;
}

.container_24 .grid_4 {
  width: 150px;
}

.container_24 .grid_5 {
 width: 190px;
/* width: 333px;*/
}

.container_24 .grid_6 {
  width: 230px;
}

.container_24 .grid_7 {
  width: 270px;
}

.container_24 .grid_8 {
  width: 310px;
}

.container_24 .grid_9 {
  width: 350px;
}

.container_24 .grid_10 {
  width: 390px;
}

.container_24 .grid_11 {
  width: 430px;
}

.container_24 .grid_12 {
  width: 470px;
}

.container_24 .grid_13 {
  width: 510px;
}

.container_24 .grid_14 {
  width: 550px;
}

.container_24 .grid_15 {
  width: 590px;
}

.container_24 .grid_16 {
  width: 630px;
}

.container_24 .grid_17 {
  width: 670px;
}

.container_24 .grid_18 {
  width: 710px;
}

.container_24 .grid_19 {
  width: 750px;
}

.container_24 .grid_20 {
  width: 790px;
}

.container_24 .grid_21 {
  width: 830px;
}

.container_24 .grid_22 {
  width: 870px;
}

.container_24 .grid_23 {
  width: 910px;
}

.container_24 .grid_24 {
  width: 960px;
}

/* `Prefix Extra Space >> 24 Columns
----------------------------------------------------------------------------------------------------*/

.container_24 .prefix_1 {
  padding-left: 40px;
}

.container_24 .prefix_2 {
  padding-left: 80px;
}

.container_24 .prefix_3 {
  padding-left: 120px;
}

.container_24 .prefix_4 {
  padding-left: 160px;
}

.container_24 .prefix_5 {
  padding-left: 200px;
}

.container_24 .prefix_6 {
  padding-left: 240px;
}

.container_24 .prefix_7 {
  padding-left: 280px;
}

.container_24 .prefix_8 {
  padding-left: 320px;
}

.container_24 .prefix_9 {
  padding-left: 360px;
}

.container_24 .prefix_10 {
  padding-left: 400px;
}

.container_24 .prefix_11 {
  padding-left: 440px;
}

.container_24 .prefix_12 {
  padding-left: 480px;
}

.container_24 .prefix_13 {
  padding-left: 520px;
}

.container_24 .prefix_14 {
  padding-left: 560px;
}

.container_24 .prefix_15 {
  padding-left: 600px;
}

.container_24 .prefix_16 {
  padding-left: 640px;
}

.container_24 .prefix_17 {
  padding-left: 680px;
}

.container_24 .prefix_18 {
  padding-left: 720px;
}

.container_24 .prefix_19 {
  padding-left: 760px;
}

.container_24 .prefix_20 {
  padding-left: 800px;
}

.container_24 .prefix_21 {
  padding-left: 840px;
}

.container_24 .prefix_22 {
  padding-left: 880px;
}

.container_24 .prefix_23 {
  padding-left: 920px;
}

/* `Suffix Extra Space >> 24 Columns
----------------------------------------------------------------------------------------------------*/

.container_24 .suffix_1 {
  padding-right: 40px;
}

.container_24 .suffix_2 {
  padding-right: 80px;
}

.container_24 .suffix_3 {
  padding-right: 120px;
}

.container_24 .suffix_4 {
  padding-right: 160px;
}

.container_24 .suffix_5 {
  padding-right: 200px;
}

.container_24 .suffix_6 {
  padding-right: 240px;
}

.container_24 .suffix_7 {
  padding-right: 280px;
}

.container_24 .suffix_8 {
  padding-right: 320px;
}

.container_24 .suffix_9 {
  padding-right: 360px;
}

.container_24 .suffix_10 {
  padding-right: 400px;
}

.container_24 .suffix_11 {
  padding-right: 440px;
}

.container_24 .suffix_12 {
  padding-right: 480px;
}

.container_24 .suffix_13 {
  padding-right: 520px;
}

.container_24 .suffix_14 {
  padding-right: 560px;
}

.container_24 .suffix_15 {
  padding-right: 600px;
}

.container_24 .suffix_16 {
  padding-right: 640px;
}

.container_24 .suffix_17 {
  padding-right: 680px;
}

.container_24 .suffix_18 {
  padding-right: 720px;
}

.container_24 .suffix_19 {
  padding-right: 760px;
}

.container_24 .suffix_20 {
  padding-right: 800px;
}

.container_24 .suffix_21 {
  padding-right: 840px;
}

.container_24 .suffix_22 {
  padding-right: 880px;
}

.container_24 .suffix_23 {
  padding-right: 920px;
}

/* `Push Space >> 24 Columns
----------------------------------------------------------------------------------------------------*/

.container_24 .push_1 {
  left: 40px;
}

.container_24 .push_2 {
  left: 80px;
}

.container_24 .push_3 {
  left: 120px;
}

.container_24 .push_4 {
  left: 160px;
}

.container_24 .push_5 {
  left: 200px;
}

.container_24 .push_6 {
  left: 240px;
}

.container_24 .push_7 {
  left: 280px;
}

.container_24 .push_8 {
  left: 320px;
}

.container_24 .push_9 {
  left: 360px;
}

.container_24 .push_10 {
  left: 400px;
}

.container_24 .push_11 {
  left: 440px;
}

.container_24 .push_12 {
  left: 480px;
}

.container_24 .push_13 {
  left: 520px;
}

.container_24 .push_14 {
  left: 560px;
}

.container_24 .push_15 {
  left: 600px;
}

.container_24 .push_16 {
  left: 640px;
}

.container_24 .push_17 {
  left: 680px;
}

.container_24 .push_18 {
  left: 720px;
}

.container_24 .push_19 {
  left: 760px;
}

.container_24 .push_20 {
  left: 800px;
}

.container_24 .push_21 {
  left: 840px;
}

.container_24 .push_22 {
  left: 880px;
}

.container_24 .push_23 {
  left: 920px;
}

/* `Pull Space >> 24 Columns
----------------------------------------------------------------------------------------------------*/

.container_24 .pull_1 {
  left: -40px;
}

.container_24 .pull_2 {
  left: -80px;
}

.container_24 .pull_3 {
  left: -120px;
}

.container_24 .pull_4 {
  left: -160px;
}

.container_24 .pull_5 {
  left: -200px;
}

.container_24 .pull_6 {
  left: -240px;
}

.container_24 .pull_7 {
  left: -280px;
}

.container_24 .pull_8 {
  left: -320px;
}

.container_24 .pull_9 {
  left: -360px;
}

.container_24 .pull_10 {
  left: -400px;
}

.container_24 .pull_11 {
  left: -440px;
}

.container_24 .pull_12 {
  left: -480px;
}

.container_24 .pull_13 {
  left: -520px;
}

.container_24 .pull_14 {
  left: -560px;
}

.container_24 .pull_15 {
  left: -600px;
}

.container_24 .pull_16 {
  left: -640px;
}

.container_24 .pull_17 {
  left: -680px;
}

.container_24 .pull_18 {
  left: -720px;
}

.container_24 .pull_19 {
  left: -760px;
}

.container_24 .pull_20 {
  left: -800px;
}

.container_24 .pull_21 {
  left: -840px;
}

.container_24 .pull_22 {
  left: -880px;
}

.container_24 .pull_23 {
  left: -920px;
}

/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */

.clearfix:before,
.clearfix:after,
.container_24:before,
.container_24:after {
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}

.clearfix:after,
.container_24:after {
  clear: both;
}

/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/

.clearfix,
.container_24 {
  zoom: 1;
}



/*
  960 Grid System ~ Text CSS.
  Learn more ~ http://960.gs/

  Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
  font-family: "Helvetica Neue", Arial, "Liberation Sans", FreeSans, sans-serif;
}

pre,
code {
  font-family: "DejaVu Sans Mono", Menlo, Consolas, monospace;
}

hr {
  border: 0 solid #ccc;
  border-top-width: 1px;
  clear: both;
  height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
  font-size: 25px;
}

h2 {
  font-size: 23px;
}

h3 {
  font-size: 21px;
}

h4 {
  font-size: 19px;
}

h5 {
  font-size: 17px;
}

h6 {
  font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

li {
  margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
  margin-bottom: 20px;
}



body {
  background: #123;
  color: #333;
  font-size: 11px;
  height: auto;
}

a {
  color: #fff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1 {
  
  color:#eb880e;font-size:21px;margin-bottom:20px;}

h2 {
  padding-top: 20px;
  text-align: center;
}

p {
  overflow: hidden;
  padding: 10px 0;
 font-size:15px;color:#575c60;
}

.container_12,
.container_16,
.container_24 {
  background-color: #fff;
  background-repeat: repeat-y;
  /*margin-bottom: 20px;*/
}

.container_12 {
  background-image: url(../img/12_col.gif);
}

.container_16 {
  background-image: url(../img/16_col.gif);
}

.container_24 {
  background-image: url(../img/24_col.gif);
}





body{background:#fff;}
.bg{background:url(../img/Homepage.jpg) no-repeat;margin:0 auto;}
a{color:#004598;font-size:15px;}
.logo{margin-top:27px;display:inline-block;}
.fltR{float:right !important;}
.mt10{margin-top:10px;}
.txt_right{text-align:right;}
.topnav{font-size:14px;color:#004598;border-left:2px solid #acacac;padding:0 10px;margin-top:5px;display:inline-block;}
.first_ele_top{border-left:0px;}
.last_ele_top{padding-right:0px;}
.telephone, .iphone{background:url(../img/tel_cont.png) left center no-repeat;height:35px;padding-left:50px;display:inline-block;padding-top:10px;font-size:17px;font-weight:bold;}
.iphone{background:url(../img/iphone.png) left center no-repeat;height:28px;margin-top:3px;}
.nav{margin-top:5px;}
.nav ul, .nav li{list-style:none;margin:0px;padding:0px;}
.nav ul li {display:inline-block;margin:0px 2px;border-radius:7px 7px 0px 0px;float:left;overflow:hidden;margin-bottom: -1px;}
.nav ul li:hover{}
.nav a{background: rgb(0,80,165); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(0,80,165,1) 0%, rgba(0,39,116,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,80,165,1)), color-stop(100%,rgba(0,39,116,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,80,165,1) 0%,rgba(0,39,116,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,80,165,1) 0%,rgba(0,39,116,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,80,165,1) 0%,rgba(0,39,116,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,80,165,1) 0%,rgba(0,39,116,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0050a5', endColorstr='#002774',GradientType=0 ); /* IE6-9 */
display:inline-block;padding:10px 24px;;text-align:center;color:#fff;font-size:16px; font-weight:bold;text-decoration:none;
}
.nav a:hover, .nav a.active{background: rgb(254,201,137); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(254,201,137,1) 0%, rgba(235,136,14,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,201,137,1)), color-stop(100%,rgba(235,136,14,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(254,201,137,1) 0%,rgba(235,136,14,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(254,201,137,1) 0%,rgba(235,136,14,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(254,201,137,1) 0%,rgba(235,136,14,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(254,201,137,1) 0%,rgba(235,136,14,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fec989', endColorstr='#eb880e',GradientType=0 ); /* IE6-9 */

}
.nav li.first{margin-left:0px;}
.nav li.last{margin-right:0px;}
.nav li.last a{padding:10px 26px;padding:10px 26px \9; }
.bar{background:url(../img/bar.jpg) repeat-x left top;padding-top:80px;}
.bar_bg{background:url(../img/banner_bg.png) repeat-x left top;padding-top:10px;}
.slider{position:relative;background:#eb880e;}
.slider_calender{position:absolute;left:20px;top:18px;}
.w_label{margin-bottom: 5px;
    margin-top: 6px;
    width: 140px;}
.input_w{width:65% !important;}
.slider ul li{margin-left:0px;}
.footer{background:#333;min-height:220px;padding-top:15px;}
.footer .container_24{background:#333;}
.footer .foonter_nav a{font-size:16px;color:#fff;border-left:1px solid #bcc0ca;display:inline-block;padding:0 10px;}
.footer a.first{padding-left:0px;border-left:0;}
.right_img a{margin:20px 0 20px 20px;display:inline-block}
.footer_botm a{margin-right:10px;display:inline-block;}
.mt20{margin-top:20px !important;}
.footer2 .container_24{background:none;}
.footer2{background: rgb(198,198,198); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(198,198,198,1) 0%, rgba(253,253,253,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(198,198,198,1)), color-stop(100%,rgba(253,253,253,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(198,198,198,1) 0%,rgba(253,253,253,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(198,198,198,1) 0%,rgba(253,253,253,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(198,198,198,1) 0%,rgba(253,253,253,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(198,198,198,1) 0%,rgba(253,253,253,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6c6c6', endColorstr='#fdfdfd',GradientType=0 ); /* IE6-9 */
border-bottom:1px solid #ccc;
min-height:44px;}



/********************************************************************/
.txt_detail ul li{font-size:15px; list-style:url(../img/li_bg.png);margin-left: 20px;    padding-bottom: 5px;    padding-left: 10px;color:#575c60;}
h3{font-size:15px;color:#575c60;margin-bottom:0px;}
.pt0{padding-top:0px;}
.special{color:#df0024;}
.ml12{margin-left:12px;}
.mb10{margin-bottom:10px;}
.display_inline{display:inline-block !important;}
.calendar_cont{background:#f2f2f2;padding:12px;}
.g_cont{border-radius:10px;overflow:hidden;}
.calendar_cont .g_cont .time{background: rgb(0,84,170); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(0,84,170,1) 0%, rgba(0,39,116,1) 70%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,84,170,1)), color-stop(70%,rgba(0,39,116,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,84,170,1) 0%,rgba(0,39,116,1) 70%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,84,170,1) 0%,rgba(0,39,116,1) 70%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,84,170,1) 0%,rgba(0,39,116,1) 70%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,84,170,1) 0%,rgba(0,39,116,1) 70%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0054aa', endColorstr='#002774',GradientType=0 ); /* IE6-9 */
padding:15px 5px;
}

.calendar_cont .input_cont{border-radius:3px;overflow:hidden;display:inline-block;float:left;border:2px solid #bababa;margin-left:5px;height:26px;height:25px \9;}
.calendar_cont .change{border-radius:3px ;}
.calendar_cont .time input[type=text], .calendar_cont .time select{border:0px;backgroudn:none;background: rgb(253,253,253); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(253,253,253,1) 0%, rgba(198,198,198,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(253,253,253,1)), color-stop(100%,rgba(198,198,198,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(253,253,253,1) 0%,rgba(198,198,198,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(253,253,253,1) 0%,rgba(198,198,198,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(253,253,253,1) 0%,rgba(198,198,198,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(253,253,253,1) 0%,rgba(198,198,198,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#c6c6c6',GradientType=0 ); /* IE6-9 */
padding:5px 10px;margin:0px;
}
.calendar_cont .time select{padding:4px 10px;}
.calendar_cont .time input[type=text]{width:85px;margin-left:0px;float:left;}

.calendar_cont .calendar_cont_sub{border-radius:3px;border:2px solid #bababa;float:left;display:inline-block;}
.calendar_cont .ie_grad{border-left:0px;background: rgb(253,253,253); /* Old browsers */ 
background: -moz-linear-gradient(top,  rgba(253,253,253,1) 0%, rgba(198,198,198,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(253,253,253,1)), color-stop(100%,rgba(198,198,198,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(253,253,253,1) 0%,rgba(198,198,198,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(253,253,253,1) 0%,rgba(198,198,198,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(253,253,253,1) 0%,rgba(198,198,198,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(253,253,253,1) 0%,rgba(198,198,198,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#c6c6c6',GradientType=0 ); /* IE6-9 */display:inline-block;
}
.calendar{border-left: 3px solid #bababa;
    display: inline-block;
    float: left;
    padding-left: 6px;
    padding-right: 7px;
    height:26px;height:25px \9;}
.calendar img{margin-top:5px;}
.calendar_cont span.cal{background: url("../img/calendar_s.jpg") no-repeat scroll center center transparent;
    display: block;
    height: 24px;
    margin-top: 2px;
    width: 29px;}
@media screen and (-webkit-min-device-pixel-ratio:0) {
.nav li.last a{padding:10px 26px;}
}


.calendar_cont label{padding-bottom:7px ;font-size:17px;font-weight:bold;color:#fff;display:inline-block;}
.descount {}
.descount .input_cont{border-radius:3px;border:2px solid #bababa;width:98%;}
.descount .input_cont input[type=text]{width:93%;}

div.button{border-radius:10px;overflow:hidden;display:inline-block;text-align:center;float:right;margin-top:10px;}

div.small{float:left;margin-left:10px;}
div.small a.btn{padding:8px !important;font-size:15px !important;}

div.button a.btn, div.button input[type=submit].btn{background:none;border:none;background: rgb(255,206,146); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,206,146,1) 0%, rgba(235,136,14,1) 73%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,206,146,1)), color-stop(73%,rgba(235,136,14,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,206,146,1) 0%,rgba(235,136,14,1) 73%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,206,146,1) 0%,rgba(235,136,14,1) 73%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,206,146,1) 0%,rgba(235,136,14,1) 73%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,206,146,1) 0%,rgba(235,136,14,1) 73%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffce92', endColorstr='#eb880e',GradientType=0 ); /* IE6-9 */
display:block;padding:15px 40px;font-size:21px;color:#fff;font-weight:bold;text-decoration:none;cursor:pointer;

}
div.button a.btn:hover, div.button a.selected_ele, div.button input[type=submit].btn:hover{background: rgb(235,136,14); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(235,136,14,1) 20%, rgba(255,206,146,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(20%,rgba(235,136,14,1)), color-stop(100%,rgba(255,206,146,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(235,136,14,1) 20%,rgba(255,206,146,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(235,136,14,1) 20%,rgba(255,206,146,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(235,136,14,1) 20%,rgba(255,206,146,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(235,136,14,1) 20%,rgba(255,206,146,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb880e', endColorstr='#ffce92',GradientType=0 ); /* IE6-9 */
}

/*div.disable a.btn, div.disable a.btn:hover{background:none;color:#575c60; font-size: 15px !important;    padding: 6px !important;cursor:default;}*/
div.disable {border:2px solid #eb880e;display: inline-block; font-size: 24px; font-weight: bold; padding: 0px 12px;border-radius:5px;margin-top:10px;}

div.button a.blue, div.button input[type=submit].blue{background: rgb(0,39,116); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(0,39,116,1) 20%, rgba(0,84,170,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(20%,rgba(0,39,116,1)), color-stop(100%,rgba(0,84,170,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,39,116,1) 20%,rgba(0,84,170,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,39,116,1) 20%,rgba(0,84,170,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,39,116,1) 20%,rgba(0,84,170,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,39,116,1) 20%,rgba(0,84,170,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002774', endColorstr='#0054aa',GradientType=0 ); /* IE6-9 */
font-size: 15px;
    padding: 8px;

}
.small_size2{font-size: 15px !important;
    padding: 8px !important;
}
div.button a.blue:hover, div.button input[type=submit].blue:hover{background: rgb(0,39,116); /* Old browsers */
background: -moz-linear-gradient(top, rgba(0,84,170,1) 100% , rgba(0,39,116,1) 20%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(20%,rgba(0,84,170,1)), color-stop(100%,rgba(0,39,116,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,84,170,1) 100% ,rgba(0,39,116,1) 20%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(0,84,170,1) 100% ,rgba(0,39,116,1) 20%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,84,170,1) 100% ,rgba(0,39,116,1) 20%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,84,170,1) 100% ,rgba(0,39,116,1) 20%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0054aa', endColorstr='#002774',GradientType=0 ); /* IE6-9 */
}

.form_ele label.error{color: red;    display: inline-block;    font-size: 13px;    font-weight: normal;    margin-left: 10px;    width: 134px;}

div.count{display:inline-block;float:left;margin-left:10px;}
div.count a{border: 2px solid #EB880E;
    border-radius: 5px 5px 5px 5px;
    color: #EB880E;
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    margin-top: 10px;
    padding: 0 10px;text-decoration:none;}
.mt35{margin-top:35px;}
.c_form .input, .c_form .select, .c_form .area {display:inline-block;}
.ml0{margin-left:0px !important;}
.c_form .input input[type=text]{width:80px;margin-left:10px;}
.c_form .select select, .c_form .area textarea{width:80px;display:inline-block;margin-left:10px;}
.c_form label{display:inline-block;font-weight:bold;font-size:15px;width:120px;float:left;}
.c_form label span{color:#F00;}
.input_label{width:230px;margin-left:121px;}
.input_label label{font-weight:normal;font-size:12px;width:65px;margin-left:10px;color:#cdcdcd;}
.c_form .email input[type=text]{width:196px;}
.st_line{line-height:24px;}
h3.h3_bg{background:url(../img/li_bg.png) left center no-repeat;padding-left:30px;margin-bottom:20px;}
h3.h3_org{margin-bottom:20px;color:#eb880e;}
ul.digit li{list-style:decimal;font-weight:bold;}
ul.digit li ul.normal li{list-style:url(../img/li_bg.png);margin-left:-8px;font-weight:normal; }


.stars .star, .stars .star_dis{background:url(../img/star_enable.png) center center no-repeat;width:18px;height:18px;display:inline-block;}
.stars .star_dis{background:url(../img/star_disable.png) center center no-repeat;}

.italic{font-style:italic;font-size:12px;color:#000000;padding-top:3px;margin-bottom:10px;}
.italic img{margin-top:6px;}
.mb0{margin-bottom:0px !important;}
.top_cont{background:#fff;}
.fltL{float:left;}


.tabs{}
.tabs a{background:url(../img/tab.png) left center;width:111px;height:62px;display:inline-block;text-align:center;color:#fff;font-size:15px;margin-left:20px;}
.tabs a span{display: inline-block;    float: left;    margin-top: 10px;    padding: 5px;    width: 104px;cursor:pointer;}
.arrow_cont{background:url(../img/arrow.png) left top; height: 24px;
    left: 33px;
    position: absolute;
    top: -23px;
    width: 33px;}
.arrow_cont1{background:url(../img/arrow.png) left top; height: 24px;
    left: 441px;
    position: absolute;
    top: -23px;
    width: 33px;}
.home_content{position:relative;border:4px solid #eb8810;padding:17px 24px;border-radius:25px;z-index:999;width:457px;margin-top:20px;margin-bottom:20px;}
.home_content p, .home_info p{margin:0px;padding:0px;}
.home_info p{color:#0b478f;}
.home_info{color:#0b478f;background:#f2f2f2;padding:11px 5px;width:502px;margin-bottom:20px;}
h1 label.blue{color:#004398;}
p label.orange{color:#eb7d30;font-weight:bold;}
p label.blue{color:#1a63f8;}

.home_details p{margin-left: 16px;    margin-top: 7px;    width: 371px;}
.bg_home_right{background:#fcfcfc;padding:4px;}
.info_area{color: #004598;
    display: inline-block;
    height: 100px;
    margin-left: 32px;
    margin-top: 45px;
    width: 105px;}
.blue_btn{ border: 1px solid #F2F2F2;
    border-radius: 5px 5px 5px 5px;
    float: right;
    margin-right: 50px;
    overflow: hidden;
    width: 72px;}
a.btn{background: rgb(235,136,14);padding:7px 23px; display: inline-block;
    font-size: 15px;
     /* Old browsers */
background: -moz-linear-gradient(top,  rgba(235,136,14,1) 20%, rgba(255,206,146,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(20%,rgba(235,136,14,1)), color-stop(100%,rgba(255,206,146,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(235,136,14,1) 20%,rgba(255,206,146,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(235,136,14,1) 20%,rgba(255,206,146,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(235,136,14,1) 20%,rgba(255,206,146,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(235,136,14,1) 20%,rgba(255,206,146,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb880e', endColorstr='#ffce92',GradientType=0 );color:#fff;text-decoration:none;}

a.btn:hover{background: rgb(254,201,137); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(254,201,137,1) 0%, rgba(235,136,14,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,201,137,1)), color-stop(100%,rgba(235,136,14,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(254,201,137,1) 0%,rgba(235,136,14,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(254,201,137,1) 0%,rgba(235,136,14,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(254,201,137,1) 0%,rgba(235,136,14,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(254,201,137,1) 0%,rgba(235,136,14,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fec989', endColorstr='#eb880e',GradientType=0 ); /* IE6-9 */
}
table.tbl{}
table.tbl tr th{font-size: 15px;}
table.tbl tr td{width:200px;padding:5px 3px;font-size:15px;color:#575C60;}
table.tbl_color tr th div{ 
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    width: 100%;font-size:15px;}
table.tbl_color tr th  div label{background: rgb(235,136,14); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(235,136,14,1) 20%, rgba(255,206,146,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(20%,rgba(235,136,14,1)), color-stop(100%,rgba(255,206,146,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(235,136,14,1) 20%,rgba(255,206,146,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(235,136,14,1) 20%,rgba(255,206,146,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(235,136,14,1) 20%,rgba(255,206,146,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(235,136,14,1) 20%,rgba(255,206,146,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb880e', endColorstr='#ffce92',GradientType=0 );color:#fff;padding:5px;color: #FFFFFF;
    display: inline-block;
    padding: 10px;
    width: 100%;}
table.tbl_color tr td{padding-left:0px; border: 3px solid #FFFFFF;padding:4px 10px; vertical-align:middle;}
table.tbl_color tr td, table.tbl_color tr th{border:5px solid #fff;}
table.tbl_color tr th.col1{width:400px;}
table.tbl_color tr th.col2{width:300px;}
table.tbl_color tr th.col3{width:150px;}
table.tbl_color tr td{background:#fecb8c;color:#575c60;font-size:15px;}
.bd_left0{border-left:0px !important;}
.bd_right0{border-right:0px !important;}
table.tbl_color tr.alternative td{background:#f9b96a;}
.ml285{margin-left:289px;}
.ml179{margin-left:179px;}

.state1{background:url(../img/complete.jpg) top center no-repeat;padding-top:20px;display:inline-block;font-size:21px;color:#eb880e;margin-left:15px;margin-left:60px;margin-bottom:25px;}
.state2{background:url(../img/udner_process.jpg) top center no-repeat;}
.state3{background:url(../img/have_to_come.jpg) top center no-repeat;}
h1.booking{font-size:18px;color:#575c60;}
table.pl0 tr td{padding-left:0px;}

.payment_method{font-size:15px;color:#575c60;margin-bottom:10px;display:inline-block;}
.p5{padding:5px;}
.message{ color: #DF0024;
    display: inline-block;
    margin-left: 59px;
    margin-top: 10px;}
.check{font-size:15px;color:#575c60;}
.login_msg{color:#eb880e;font-size:15px;font-weight:bold;margin:5px 0;}
.ml85{margin-left:85px;}
.ml50{margin-left:50px;}
.form_ele{}
.form_ele label{display:block;font-size:15px;color:#5695da;font-weight:bold;}
.form_ele input[type=text], .form_ele input[type=password], .form_ele select{background:none;border:1px solid #575c60;width:60%;margin:5px 0;}
 input[type=text], input[type=password], select{color:#575c60;}
.form_ele select{width:63%;padding:5px;}
.mt50{margin-top:50px;}
.brd{border-top: 1px solid #424242;
    height: 3px;
    visibility: visible;
    width: 100%;margin:40px 0;display:inline-block;}

/*@media screen and (-webkit-min-device-pixel-ratio: 0){
div.button input[type=submit].blue {border-radius: 10px;}
}
*/
@media screen and (-webkit-min-device-pixel-ratio: 0){
 div.button input[type=submit].blue, div.button input.btn[type="submit"] {border-radius: 10px;}
}

.form_ele label.error, .panel_body label.error, label.error{color: red;    display: inline-block;    font-size: 12px;    font-weight: bold;text-align:right;margin:0px !important;     }
.panel_body label.error{width:319px;}

.panel{border-radius:10px 10px 0 0;overflow:hidden;}
.panel_header{background:none;border:none;background: rgb(255,206,146); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,206,146,1) 0%, rgba(235,136,14,1) 73%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,206,146,1)), color-stop(73%,rgba(235,136,14,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,206,146,1) 0%,rgba(235,136,14,1) 73%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,206,146,1) 0%,rgba(235,136,14,1) 73%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,206,146,1) 0%,rgba(235,136,14,1) 73%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,206,146,1) 0%,rgba(235,136,14,1) 73%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffce92', endColorstr='#eb880e',GradientType=0 ); /* IE6-9 */
display:block;padding:10px 10px;font-size:15px;color:#fff;font-weight:bold;margin-bottom:5px;}
.panel_body{background:#fecb8c;padding:10px 15px 15px; min-height:270px;}
.panel_body label{margin:3px 0 !important;}
.panel_body label, .panel_body input[type=text]{display:block;margin:3px 0;font-size:15px;}
.panel_body input[type=text], .panel_body select{background:#fff;border:1px solid #575c60;padding: 5px 0;width:319px;margin:0px;}
.panel_body select{padding-right:2px;width:100%;}
.ml30{margin-left:30px;}
.ml20{margin-left:20px;}
.step1_radio .panel_body{min-height:15px;padding:6px;font-size:15px;}
.step_details .panel_body{min-height:80px;}
.step_details .panel_body label{display:inline-block;width:70%;}
.step_details .panel_body label.val_cont{width:30%;text-align:right;}

.vocher_code{margin-top:80px;}
.vocher_code label{font-size:15px;}
.vocher_cont{border:1px solid #414141;padding:5px;float:left;min-height:23px;}
div.mt_{margin-top:-24px !important;}
.btn_con{margin-top:109px;}

@media screen and (-webkit-min-device-pixel-ratio: 0){
 div.button input[type=submit].blue, div.button input.btn[type="submit"] {border-radius: 10px;}
}

/*#ui-datepicker-div { display:none !important;}*/

.calenderboxheight
{
height: 16px !important;
}
.timecomboheight
{
height:26px !important;
}