/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/


/* Table of Contents
==================================================
    #Base 960 Gridtabs
    #Tablet (Portrait)
    #Mobile (Portrait)
    #Mobile (Landscape)
    #Clearing */



/* #Base 960 Grid
================================================== */

    .container                                  { width: 100%; height:auto;}
    .container .column,
    .container .columns                         { float: left; display: inline; margin-left: 20px; margin-right: 20px; }
	.row-ten                                      { margin-bottom: 10px; }
    .row                                        { margin-bottom: 0px; }
	.row-thirty                                  { margin-bottom: 30px; }
	.row-fourty                                  { margin-bottom: 40px; }
	.row-fifty                                  { margin-bottom: 50px; }
	.row-fourteen                                  { margin-bottom: 14px; }
	.top-seventeen                                  {margin-top: 17px; }

    /* Nested Column Classes */
    .column.alpha, .columns.alpha               { margin-left: 0; }
    .column.omega, .columns.omega               { margin-right: 0; }

    /* Base Grid */
    .container .one.column,
    .container .one.columns                     { width: 40px;  }
    .container .two.columns                     { width: 100px; }
    .container .three.columns                   { width: 160px; }
    .container .four.columns                    { width: 225px; margin-right: 0px;}
	.container .four.columns.left               { width: 225px; margin-right: 20px;}
    .container .five.columns                    { width: 280px; }
    .container .six.columns                     { width: 340px; }
    .container .seven.columns                   { width: 400px; }
    .container .eight.columns                   { width: 450px; margin: 0px;}
    .container .nine.columns                    { width: 520px; }
    .container .ten.columns                     { width: 580px; }
    .container .eleven.columns                  { width: 640px; }
    .container .twelve.columns                  { width: 500px; }
    .container .thirteen.columns                { width: 760px; }
    .container .fourteen.columns                { width: 820px; }
    .container .fifteen.columns                 { width: 880px; }
    .container .sixteen.columns                 { width: 96%; margin:0 auto; height:auto;}
	.container .sixteen.columns.left-twenty     {margin-left: 20px;}
	.container .sixteen.columns.row-thirty      {margin-bottom: 30px;}
	.container .sixteen.columns.row-fourty      {margin-bottom: 40px;}
	.container .sixteen.columns.row-fifty      {margin-bottom: 50px;}

    .container .one-third.column                { width: 300px; margin-right: 10px;}
    .container .two-thirds.column               { width: 620px; }
	
	.container .onethird                        { position: relative; float: left; width: 306px; margin-right: 21px;}
	.container .onefourth                       { position: relative; float: left; width: 225px; margin-right: 20px;}
	.container .onefifth                        { position: relative; float: left; width: 176px; margin-right: 20px;}
	.container .onesixth                        { position: relative; float: left; width: 145px; margin-right: 15px;}
	.container .onehalf                         { position: relative; float: left; width: 470px; margin-right: 20px;}
	.container .twothirds                       { position: relative; float: left; width: 633px; margin-right: 20px;}
	.container .threefourth                     {
	position: relative;
	float: left;
	width: 100%;
	margin-right: 20px;
	clip: rect(auto,auto,1,auto);
	background-color: #FFFFFF;
}
	
	.onethird.last, .onefourth.last, .onefifth.last, .onehalf.last, .twothirds.last, .threefourth.last, .onesixth.last { margin-right: 0px;}
	.onethird img, .onefourth img, .onefifth img, .onehalf img, .twothirds img, .threefourth img{ max-width: 100%; height: auto;}


    /* Offsets */
    .container .offset-by-one                   { padding-left: 20px;  }
    .container .offset-by-two                   { padding-left: 120px; }
    .container .offset-by-three                 { padding-left: 180px; }
    .container .offset-by-four                  { padding-left: 240px; }
    .container .offset-by-five                  { padding-left: 300px; }
    .container .offset-by-six                   { padding-left: 360px; }
    .container .offset-by-seven                 { padding-left: 420px; }
    .container .offset-by-eight                 { padding-left: 480px; }
    .container .offset-by-nine                  { padding-left: 540px; }
    .container .offset-by-ten                   { padding-left: 600px; }
    .container .offset-by-eleven                { padding-left: 660px; }
    .container .offset-by-twelve                { padding-left: 720px; }
    .container .offset-by-thirteen              { padding-left: 780px; }
    .container .offset-by-fourteen              { padding-left: 840px; }
    .container .offset-by-fifteen               { padding-left: 900px; }
	
	.container .bottomY-30               { margin-bottom: 30px; }
	.container .bottomY-49               { margin-bottom: 49px; margin-top: 24px;}
	.left-twenty{ margin-left: 20px;}
	
	 section .sixteen.columns{
	    margin-bottom: 40px; 
     }
	 
	 
/* #side bar right side
================================================== */	 
.sidebar{
	position: relative;
}


.sidebar .onefourth{
	margin-bottom: 30px;
}
.sidebar .onefourth.row{
	margin-bottom: 10px;
} 

.container .twelve.columns.left-sidebar   { float: right; }
	 
	 
	 /* #Images
================================================== */

img.scale-with-grid {
	
	max-width: 100%;
	height: auto; }

/* #Misc
================================================== */
	.remove-bottom { margin-bottom: 0 !important; }
	.half-bottom { margin-bottom: 10px !important; }
	.add-bottom { margin-bottom: 20px !important; }

   .remove-left { margin-left: 0 !important; }


/* #Tablet (Portrait)
================================================== */

    /* Note: Design for a width of 768px */

    @media only screen and (min-width: 768px) and (max-width: 999px) {
        .container                                  { width: 768px; }
        .container .column,
        .container .columns                         { margin-left: 10px; margin-right: 10px;  }
        .column.alpha, .columns.alpha               { margin-left: 0; margin-right: 10px; }
        .column.omega, .columns.omega               { margin-right: 0; margin-left: 10px; }
        .alpha.omega                                { margin-left: 0; margin-right: 0; }

        .container .one.column,
        .container .one.columns                     { width: 28px; }
        .container .two.columns                     { width: 76px; }
        .container .three.columns                   { width: 124px; }
        .container .four.columns                    { width: 225px; }
		.container .four.columns.left               { width: 225px; margin-right: 10px;}
        .container .five.columns                    { width: 220px; }
        .container .six.columns                     { width: 268px; }
        .container .seven.columns                   { width: 316px; }
        .container .eight.columns                   { width: 503px; }
        .container .nine.columns                    { width: 412px; }
        .container .ten.columns                     { width: 460px; }
        .container .eleven.columns                  { width: 508px; }
        .container .twelve.columns                  { width: 503px; }
        .container .thirteen.columns                { width: 604px; }
        .container .fourteen.columns                { width: 652px; }
        .container .fifteen.columns                 { width: 700px; }
        .container .sixteen.columns                 { width: 728px; }

        .container .one-third.column                { width: 236px; }
        .container .two-thirds.column               { width: 492px; }
		
		.container .onehalf                         { width: 354px;}
		.container .onefifth                        { width: 128px; margin-right: 22px;}
	    .container .onethird                        { width: 228px; margin-right: 22px;}
	    .container .twothirds                       { width: 478px;}
		.container .onefourth                       { width: 167px;}
	    .container .threefourth                     { width: 541px;}
		.container .onesixth                        { width: 113px; margin-right: 10px;}
		.onefifth.last, .onethird.last , .onesixth.last             { margin-right: 0px;}
    .container .sidebar .onefourth                       { width: 225px;}
        /* Offsets */
        .container .offset-by-one                   { padding-left: 20px; }
        .container .offset-by-two                   { padding-left: 96px; }
        .container .offset-by-three                 { padding-left: 144px; }
        .container .offset-by-four                  { padding-left: 192px; }
        .container .offset-by-five                  { padding-left: 240px; }
        .container .offset-by-six                   { padding-left: 288px; }
        .container .offset-by-seven                 { padding-left: 336px; }
        .container .offset-by-eight                 { padding-left: 384px; }
        .container .offset-by-nine                  { padding-left: 432px; }
        .container .offset-by-ten                   { padding-left: 480px; }
        .container .offset-by-eleven                { padding-left: 528px; }
        .container .offset-by-twelve                { padding-left: 576px; }
        .container .offset-by-thirteen              { padding-left: 624px; }
        .container .offset-by-fourteen              { padding-left: 672px; }
        .container .offset-by-fifteen               { padding-left: 720px; }
    }


/*  #Mobile (Portrait)
================================================== */

    /* Note: Design for a width of 320px */

    @media only screen and (max-width: 767px) {
        .container { width: 300px; }
        .container .columns,
        .container .column { margin: 0; }

        .container .one.column,
        .container .one.columns,
        .container .two.columns,
        .container .three.columns,
        .container .five.columns,
        .container .six.columns,
        .container .seven.columns,
        .container .eight.columns,
        .container .nine.columns,
        .container .ten.columns,
        .container .eleven.columns,
        .container .twelve.columns,
        .container .thirteen.columns,
        .container .fourteen.columns,
        .container .fifteen.columns,
        .container .sixteen.columns,
        .container .one-third.column,
        .container .two-thirds.column  { width: 300px; }
		
		.container .sixteen.columns.left-twenty                {margin-left: 0;}
		
		.container .four.columns { width: 225px; margin-left: 37px;}
		
		.container .onethird, 
		.container .onefourth, 
		.container .onefifth, 
		.container .onehalf, 
		.container .twothirds, 
		.container .threefourth  {}
	
		
		.container .onethird                        { width: 300px; margin-right: 0px; margin-left: 0px;}
		.container .onefourth                       { width: 225px; margin-right: 0px;margin-left: 37px;}
		.container .onesixth                        { width: 150px; margin-right: 0px; margin-left: 75px;}
			.container .sidebar .onefourth                       { width: 225px; margin-right: 0px;margin-left: 0;}
  .container .sidebar.four.columns { width: 225px; margin-left: 37px;}
		
		.container .onehalf                         { width: 300px; margin-right: 0px;}
		.container .twothirds                       { width: 300px; margin-right: 0px;}
		.container .threefourth                     {
	width: 300px;
	margin-right: 0px;
	border-color: #000;
}
		
		/*
		.container .onefifth                        { width: 176px; margin-right: 0px; margin-left:62px;}
		.container .onefifth.odd  {
			margin-left: 0px;
		}
		*/
		

		
		.container .onefifth  {
			margin-left: 62px;
		}
	     

        /* Offsets */
        .container .offset-by-one,
        .container .offset-by-two,
        .container .offset-by-three,
        .container .offset-by-four,
        .container .offset-by-five,
        .container .offset-by-six,
        .container .offset-by-seven,
        .container .offset-by-eight,
        .container .offset-by-nine,
        .container .offset-by-ten,
        .container .offset-by-eleven,
        .container .offset-by-twelve,
        .container .offset-by-thirteen,
        .container .offset-by-fourteen,
        .container .offset-by-fifteen { padding-left: 0; }
		
		.left-twenty{
		   margin-left: 0px;	
		}

    }


/* #Mobile (Landscape)
================================================== */

    /* Note: Design for a width of 480px */

    @media only screen and (min-width: 480px) and (max-width: 767px) {
        .container { width: 420px; }
        .container .columns,
        .container .column { margin: 0; }

        .container .one.column,
        .container .one.columns,
        .container .two.columns,
        .container .three.columns,
        .container .five.columns,
        .container .six.columns,
        .container .seven.columns,
        .container .eight.columns,
        .container .nine.columns,
        .container .ten.columns,
        .container .eleven.columns,
        .container .twelve.columns,
        .container .thirteen.columns,
        .container .fourteen.columns,
        .container .fifteen.columns,
        .container .sixteen.columns,
        .container .one-third.column,
        .container .two-thirds.column { width: 420px; }
		
		.container .four.columns { width: 225px; margin-left: 97px;}
		.container .sidebar.four.columns { width: 225px; margin-left: 97px;}
		.container .onethird, 
		.container .onefourth, 
		.container .onefifth, 
		.container .onehalf, 
		.container .twothirds, 
		.container .threefourth  {}
		
		.container .onethird                        { width: 306px; margin-right: 0px; margin-left: 57px;}
		.container .onefourth                       {
	width: 225px;
	margin-right: 0px;
	margin-left: 0px;
}
  .container .sidebar .onefourth                       { width: 225px; margin-right: 0px;margin-left: 0;}
		.container .onesixth                        { width: 125px; margin-right: 15px;margin-left: 0px;}
		
		.container .onehalf                         { width: 420px; margin-right: 0px;}
		.container .twothirds                       { width: 420px; margin-right: 0px;}
		.container .threefourth                     { width: 420px; margin-right: 0px;}
		
		/*
	    .container .onefifth                        { width: 176px; margin-right: 20px; margin-left:0;}
		.container .onefifth.odd  {
			margin-left: 24px;
			background: blue;
		}
		*/
		
		.container .onefifth  {
			margin-right: 0;
			margin-left: 0;
			
		}
		
		.container .onefifth.odd  {
			margin-left: 24px;
			margin-right: 20px;
		}
		
		

    }


/* #Clearing
================================================== */

    /* Self Clearing Goodness */
    .container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

    /* Use clearfix class on parent to clear nested columns,
    or wrap each row of columns in a <div class="row"> */
    .clearfix:before,
    .clearfix:after,
    .row:before,
    .row:after {
      content: '\0020';
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0; }
    .row:after,
    .clearfix:after {
      clear: both; }
    .row,
    .clearfix {
      zoom: 1; }
	  
	/* Force element down*/
	
	.pushdown {
      clear: both;
      float: left;
    }
	
	.button.pushdown {
      clear: both;
      float: left;
	  margin-bottom: 17px;
    }
	
	.customButtons .button.pushdown {
      clear: both;
      float: left;
	  margin-bottom: 0px;
    }

    /* You can also use a <br class="clear" /> to clear columns */
    .clear {
      clear: both;
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0;
    }

/*--------------------------------iadc start-------------------------------*/
.table
	{
		width:100%;
		height:auto;
		margin:0 auto;
		
}
.table h4
	{
		font-size:15px;
		color:#ff6600;
	}
.table_top
	{
		width:auto;
		height:auto;
		margin-top:10px;
		float:left;
		background:#FD9747;
		padding-left: 10px;
		border-radius: 10px 10px 10px 10px;
		-moz-border-radius: 10px 10px 10px 10px;
		-webkit-border-radius: 10px 10px 10px 10px;
	}
.table_top >div
	{
		width:auto;
		height:auto;
		float:left;
		padding-top:10px;
		margin-right:10px;
	}
.table_top >div+div
	{
		width:auto;
		height:auto;
		float:left;
	}

.table >div ul>li
	{
		margin:0;padding:0;list-style:none;
		margin-right:140px;
		width:100%;
		line-height:25px;
		font-size:13px;
		color:#fff;
		border-bottom:1px dashed;
	}

.table_bottom
	{
		width:auto;
		height:auto;
	}
.table_bottom >div
	{
		width:auto;
		height:auto;
		float:left;
	}
.table_bottom >div+div
	{
		width:auto;
		height:auto;
		float:left;
	}
.table_top >div p
	{
		margin-bottom:0px !important;
	}
	
	
.table1
	{
		width:100%;
		height:auto;
		margin:0 auto;
		
}
.table1 h4
	{
		font-size:15px;
		color:#ff6600;
	}
.table1_top
	{
		width:auto;
		height:auto;
		margin-top:10px;
		margin-bottom:20px;
		float:left;
		padding-left: 10px;
		border-radius: 10px 10px 10px 10px;
		-moz-border-radius: 10px 10px 10px 10px;
		-webkit-border-radius: 10px 10px 10px 10px;
		background:#FF823C;
	
	}
.table1_top >div
	{
		width:auto;
		height:auto;
		float:left;
		padding-top:10px;
		padding-right:10px;
	}
.table1_top >div+div
	{
		width:auto;
		height:auto;
		float:left;
	}

.table1 >div ul>li
	{
		margin:0;padding:0;list-style:none;
		margin-right:200px;
		width:100%;
		line-height:25px;
		color:#fff;
		margin-bottom:20px;
	}

.table1_bottom
	{
		width:auto;
		height:auto;
	}
.table1_bottom >div
	{
		width:auto;
		height:auto;
		float:left;
	}
.table1_bottom >div+div
	{
		width:auto;
		height:auto;
		float:left;
	}
.table1_top >div p
	{
		margin-bottom:0px !important;
		color:#fff;
		border-bottom:1px dashed;
	}


/*--------------------------------iadc end-------------------------------*/

/*----------------book form start------------*/
.book_form
	{
		width:60%;
		height:auto;
		background:#FFC688;
		padding:20px 0px 20px 20px;
		margin:0 auto;
	}
.book_form td
	{
		color: #000;
		border: 1px solid #FFF;
		height: 30px;
		line-height: 30px;
		padding-left: 10px;
		text-align:initial;
	}
.book_form input
	{
		border: 1px solid #ccc;
		padding: 4px 4px;
		outline: none;
		color: #777;
		margin: 0;
		width:77% !important;
		max-width: 100%;
		margin: 5px 0 5px 0;
		background: #fff;
		font: 12px Arial, sans-serif;

	}
	
.cdetailsbook input[type=submit], .cdetailsbook input[type=reset] {
background: #ff6600;
width:100px !important;
color: #FFF;
font-weight: bold;
padding: 4px 10px;
cursor:pointer;
font-size:15px;
height:30px;
}
/*----------------book form end------------*/

.current_schedule
	{
		width:100%;
		height:auto;
		margin:0 auto;
	}
	
.current_schedule td
	{
	border: 1px solid #FFD19E;
	font-size: 15px;
	}
	
.current_schedule1
	{
		width:100%;
		height:auto;
		margin:0 auto;
	}
	
.current_schedule1 td
	{
		border:1px solid #000;
		font-size:15px;
		text-align:left;
		padding:10px 0 10px 20px;
	}

.current2
	{
		width:100%;
		height:auto;
		margin-top:20px;
		border-radius:35px;
		background: #FD9747;
		margin-bottom:25px;
	}
.current2 p
	{
		font-size:20px;
		font-weight:bold;
		margin-bottom:0px;
		color:#fff;
		margin-bottom:10px;
		text-shadow:1px 1px 1px;
		padding:10px 0 0 30px;
	}
.current2 ul li
	{
		margin:0;padding:0;list-style:none;
		font-size:15px;
		line-height:30px;
		text-align:left;
		color:#fff;
		padding:0 5px 0 65px; 
		font-family:Arial, Helvetica, sans-serif;
	}
.current2 b
	{
		float:left;
		font-size:18px;
		color:#fff;
		padding:5px 0 0 30px;
	}
.current_btm
	{
		background:#000;
		color:#ff6600;
		font-size:20px;
		font-family: 'CabinSemiBold', sans-serif;
		padding:10px 10px 10px 10px;
		line-height:25px;
		margin-top:30px;
	}
	
.about_tb
	{
		width: 120px;
		height: 30px;
		background: #f60;
		font-size: 20px;
		text-align: center;
		color: #fff;
		line-height: 30px;
		float:right;
		font-family: 'CabinSemiBold', sans-serif;
	}
.about_tb a:hover
	{
		color:#000;
		display:block;
	}
.about_tb span >a
	{
		text-decoration:none;
		color:#fff;
	}
.tagline
	{
		width: 100%;
		height: auto;
		line-height: 25px;
		background: #000;
		color: #f60;
		padding-top: 10px;
		padding-bottom:10px;
		font-size: 20px;
		margin-bottom:20px;
		font-family: 'CabinSemiBold', sans-serif;
		text-align: center;
	}
.tagline1
	{
		width: 100%;
		height: auto;
		line-height: 25px;
		background: #000;
		color: #fff;
		border-bottom:1px solid #fff;
		border-radius:25px;
		padding-top: 10px;
		padding-bottom:10px;
		font-size: 20px;
		font-family: 'CabinSemiBold', sans-serif;
		text-align: center;
	}
.tagline1 b
	{
		color:#f60;
		font-size:24px;
	}

.current_schedule
	{
		font-size: 20px;
		font-weight: bold;
		margin-bottom: 20px;
		display: block;
		text-align: center;
}
.thank
	{
		font-size: 25px;
		line-height: 35px;
		margin-top: 35px;
		text-align: center;
		color:#5c1001;
		font-family:"Comic Sans MS", cursive;
    }
	
.link_txt
	{
		float: right;
		font-size: 16px;
		padding-right: 25px;
		line-height: 31px;
}
.logo_small	
	{
		width:400px;
		height:auto;
		margin:0 auto;
	}
	
.para_line
	{
		line-height:27px;
	}

