/*
Free Html5 Responsive Templates
Author: Kimmy
Author URI: http://www.zerotheme.com/
Facebook : http://www.facebook.com/responsivehtml5css3themes
Twitter : http://twitter.com/r53themes
*/
/* -------------------------------------------- */
/* ------------------Reset--------------------- */
/*a,abbr,acronym,address,applet,article,aside,audio,b,blockquote,big,body,center,canvas,caption,cite,code,command,datalist,dd,del,details,dfn,dl,div,dt,em,embed,fieldset,figcaption,figure,font,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,keygen,label,legend,li,meter,nav,object,ol,output,p,pre,progress,q,s,samp,section,small,span,source,strike,strong,sub,sup,table,tbody,tfoot,thead,th,tr,tdvideo,tt,u,ul,var{background:transparent;border:0 none;font-size:100%;border:0;outline:0;vertical-align:top;}ol, ul {}blockquote, q {quotes:none;}table, table td {padding:0;border:none;border-collapse:collapse;}img {vertical-align:top;}embed {vertical-align:top;}*/
a,abbr,acronym,address,applet,article,aside,audio,b,blockquote,big,body,center,canvas,caption,cite,code,command,datalist,dd,del,details,dfn,dl,div,dt,em,embed,fieldset,figcaption,figure,font,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,keygen,label,legend,li,meter,nav,object,ol,output,p,pre,progress,q,s,samp,section,small,span,source,strike,strong,sub,sup,table,tbody,tfoot,thead,th,tr,tdvideo,tt,u,ul,var{background:transparent;border:0 none;font-size:100%;margin:0;padding:0;border:0;outline:0;vertical-align:top;}ol, ul {list-style:block;}blockquote, q {quotes:none;}table, table td {padding:0;border:none;border-collapse:collapse;}img {vertical-align:top;}embed {vertical-align:top;}
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {display:block;}
mark, rp, rt, ruby, summary, time {display:inline;}
input, textarea {border:0; padding:0; margin:0; outline: 0;}
iframe {border:0; margin:0; padding:0;}

input, textarea, select {margin:0; padding:0px;}

/* -------------------------------------------- */
/* ------------------Font---------------------- */

/*Add your font at here*/

/* -------------------------------------------- */
/* ------------------Style--------------------- */
html, body {width:100%; padding:0; margin:0;}
body {background: #999999 url("../images/pattern29.png");color: #ffffff;font: 14px/25px Arial, Helvetica, sans-serif;}

a{color: #ffffff;text-decoration: none;}
a:hover {color: #eb0000;; text-decoration: none;}

a.button{cursor: pointer;color: #ffffff;line-height: 14px;font-family: Arial, Helvetica, sans-serif;font-size: 14px;font-weight: bold;	background: #3F3F3F;border:1px solid #ffffff; -webkit-border-radius: 4px;-moz-border-radius: 4px;-khtml-border-radius: 4px;border-radius: 4px;}
a.button {	display: inline-block;	text-decoration: none;	padding: 6px 12px 6px 12px;}
a.button:hover{}

.clear{content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

/* -------------------------------------------- */
.read_more_ie_11{border:1px solid #444444; font-size:12px;font:bold; height:21px; line-height:21px; font-family:Arial, Helvetica, sans-serif; border-radius:8px; color:#FFF; padding:0px 10px;float:left;margin:0px 2px 0px 0px;}
.read_more_ie{border:1px solid #444444; font-size:12px;font:bold; height:21px; line-height:21px; font-family:Arial, Helvetica, sans-serif; border-radius:8px; color:#FFF; padding:0px 10px;float:right;margin:0px 20px 0px 0px;}
.read_more{ background:#333; border-radius:5px; margin-left:20px; font-size:13px; font-family:Arial, Helvetica, sans-serif; color:#FFF; padding:3px 10px; width:70px; box-shadow:0 0 2px #999; background:url(images/read_more_button_bg.png)}
.read_more11{ background:#333; border-radius:5px; font-size:13px; font-family:Arial, Helvetica, sans-serif; color:#FFF; padding:3px 10px; width:70px; box-shadow:0 0 2px #999; background:url(images/read_more_button_bg.png)}
/* ------------------Header-------------------- */
header {margin-bottom: 15px; margin-top: 15px;}
header .wrap-header{height: 150px; background:#000000;}

header #logo { width:100%; position: absolute; top:0px; left: 20px;}

header #logo img { margin-top:10px; }


/*header #search {position: absolute;top: 60px; right:20px; width: 218px;z-index: 15;}*/
header #search {width:250px;height:30px; top:20px;right:10px;float:right;position:relative;top:10px;}
header .button-search {	position: absolute;	right: 0px;	background: url('../images/button-search.png') center center no-repeat;	width: 28px; height: 35px;cursor: pointer;}
.txt{background: #FFF;	padding: 1px 33px 1px 5px;	width: 182px;	height: 32px;	border: 1px solid #CCCCCC;	-webkit-border-radius: 3px;	-moz-border-radius: 3px; -khtml-border-radius: 3px;	border-radius: 3px;}

/* -------------------------------------------- */
/* ------------------Navigation---------------- */
#menu { width:100%; margin:15px auto;}
.wrap-nav{ height: auto; background: #000000;}

#nav {
	position:relative;
	width:100%;
	margin:0 auto;
}

ul#navigation {
	margin:17px auto;
	position:relative;
	float:left;
	/*new css added on 17 sep*/
	margin-left:18px;
	padding-left:0px;
}

ul#navigation li {
	display:inline;
	font-size:15px;
	text-transform:uppercase;
	margin:0 4px;
	padding:0;
	float:left;
	position:relative;
		
}

ul#navigation li a {
	padding:10px 15px;
	color:#fff;
	text-decoration:none;
	display:inline-block;
	/*border-right:1px solid #333;
	border-left:1px solid #666;*/
	
	-webkit-transition:color 0.2s linear, background 0.2s linear;	
	-moz-transition:color 0.2s linear, background 0.2s linear;	
	-o-transition:color 0.2s linear, background 0.2s linear;	
	transition:color 0.2s linear, background 0.2s linear;	
}

ul#navigation li a:hover {
	background:#f8f8f8;
	color:#282828;
	
}

ul#navigation li:hover > a {
	background:#404040;
	color:#FFF;
}
/* Drop-Down Navigation */
ul#navigation li:hover > ul
{
	visibility:visible;
	opacity:1;
}

ul#navigation ul, ul#navigation ul li ul {
	list-style: none;
    margin: 0;
    padding: 0;    
	visibility:hidden;
    position: absolute;
    z-index: 99999;
	width:225px;
	background:#333;
	box-shadow:1px 1px 3px #ccc;
	opacity:0;
	-webkit-transition:opacity 0.2s linear, visibility 0.2s linear; 
	-moz-transition:opacity 0.2s linear, visibility 0.2s linear; 
	-o-transition:opacity 0.2s linear, visibility 0.2s linear; 
	transition:opacity 0.2s linear, visibility 0.2s linear; 	
}

ul#navigation ul {
    top: 45px;
    left: 0px;
}

ul#navigation ul li ul {
    top: 0;
    left: 225px;
}

ul#navigation ul li {
	clear:both;
	width:100%;
	border:0 none;
	margin:0;
	border-bottom:1px solid #000;
}

ul#navigation ul li a {
	background:none;
	padding:7px 15px;
	color:#999;
	text-decoration:none;
	display:inline-block;
	border:0 none;
	float:left;
	clear:both;
	width:195px;
}

ul#navigation li a.first {
	border-left: 0 none;
}

ul#navigation li a.last {
	border-right: 0 none;
}

ul#navigation li a.current{
	background:#eb0000;
}
.ul123 li a
{
    font-size:12px !important;
}
.ul123 li:hover a {
	background:#000000 !important;
	font-size:12px !important;
	color:#FFF;
}

nav {margin:15px 0px;}
nav .wrap-nav{height: 80px; background: #000000;}
/*
.menu ul {list-style: none;margin: 0;padding: 0;}
.menu  ul li {position: relative;float: left;padding: 6px 0px 0px 0px; margin: 11px;}
.menu  ul li:hover {background: #eb0000;}
.menu  ul li a {font-size: 16px; line-height:20px;color:#ffffff;display: block;padding: 6px 10px;margin-bottom: 5px;z-index: 6;position: relative; text-transform:uppercase; }
.menu  ul li:hover a {}
.menu .current{background: #eb0000;}
*/
.minimenu{display:none;}
.minimenu{position: relative;margin: 0px;background:#eb0000; border: 1px solid #CCC;}
.minimenu div{overflow: hidden;position: relative;font: 18px/40px 'PT Sans Narrow';color: #ffffff;text-align:center;text-transform:uppercase;font-weight:bold;}
.minimenu select{position: absolute;top: 23px;left: 0px;width: 100%;height: 100%; opacity: 0;filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);	cursor: pointer;}

.current{background: #eb0000;}
/* -------------------------------------------- */
/* ------------------Featured---------------- */

.featured{margin:15px 0px;}
.featured .wrap-featured{background:#000000;}
.featured .wrap-featured .slider{padding: 20px;}

/* -------------------------------------------- */
/* ------------------Content------------------- */
.content{ float:left !important;} 


.row .block01 table tr td{ float:left !important;}
#content {margin:15px 0px;}
#content .wrap-content{background: #000000;min-height:300px;}

.block01 {padding: 10px;}
.block01 .box{background: #525252; padding: 10px 10px;height:166px;} /*previoius heith=144px;*/
.block01 h2{font-size:23px; line-height:30px; font-weight:normal;}
.block01 p{font-size:16px;}
.block01 .more{text-align: right;}

#ctl00_ContentPlaceHolder1_dl_events .evt h2 a:hover, .leftspace2 a, .leftspace2 a:hover {
   color:#ffffff !important;
}

.leftspace{
    color: white;
}
#ctl00_sp_contact_address a, #ctl00_ContentPlaceHolder1_sp_contact_address a{
    color:#ffffff !important;
}
#ctl00_sp_contact_address a:hover, #ctl00_ContentPlaceHolder1_sp_contact_address a:hover{
    color:#eb0000 !important;
}

.block02 { margin:10px; color: #959595;}
.block02 article{ clear: both; margin:10px 0px;background: #040404;}
.block02 article h2{font-size:20px; line-height:30px; font-weight:normal; /*padding-left:20px;*/}
.block02 article .info{font-style:italic; background: #131313; padding: 5px 10px;}
.block02 article img{margin:14px 5px;}
.block02C img{margin:20px 20px !important;}
.block02 .box{margin-bottom:20px;}
.block02 .heading{padding:5px 0px; border-bottom:3px solid #eb0000;}
.block02 .heading h2{font-size:24px; font-weight:normal; display:inline; color: #ffffff;}
.block02 .content{ margin: 10px 0px ;padding:15px; background: #040404; width:90%;}

.col-1-3 .heading1 {
  float: left;
  margin-left: 10px;
  margin-top: 10px;
  width: 93.7%;
}

.block02 .content .list{background: #404040; padding: 10px; float:left; width:92%;}
.block02 .content ul{ font-size:14px; list-style-type:circle; margin-left:20px;}
.block02 .content ul li{padding:5px;}

.block03 { margin:10px; color: white; /*color: #959595;*/}
.block03 article{ clear: both; margin:20px 0px;background: #040404; padding: 20px;}
.block03 article h2{font-size:25px; line-height:30px; font-weight:normal;}
.block03 article .info{font-style:italic; padding: 10px 0px;}
.block03 article img{ margin-bottom:10px; width: 100%;}
.block03 .box{margin-bottom:20px;}
.block03 .heading{padding:5px 0px; border-bottom:3px solid #eb0000;}
.block03 .heading h2{font-size:24px; font-weight:normal; display:inline; color: #ffffff;}
.block03 .content{ margin: 15px 0px ;padding:15px; background: #040404;}
.block03 .content .list{background: #1E1E1E; padding: 10px;}
.block03 .content ul{ font-size:14px; list-style-type:circle; margin-left:20px;}
.block03 .content ul li{padding:5px;}

/* -------------------------------------------- */
/* ------------------Footer-------------------- */
footer {margin-top: 15px;}
.wrap-footer{background: #000000; border-top:5px solid #eb0000;}

.block09 {padding: 10px;}
.block09 .box{margin-bottom:20px; color: white;}
.block09 .heading{padding:5px 0px;}
.block09 .heading h2{font-size:18px; font-weight:normal; display:inline; color: #ffffff; text-transform: uppercase;}
.block09 .content{ margin: 5px 0px ;}
.block09 .content ul{ font-size:14px;}
.block09 .content ul li
{
    padding:5px 0;
    border-bottom: 1px dotted #333333;
}
.block09 .content .tag a{padding: 10px; background: #404040; margin: 0px 5px 5px 0px; float: left;}
.block09 .content .tag a:hover{color: #ffffff; background: #eb0000;}
.block09 .content p{margin-bottom:10px; }

.copyright{text-align:center; background:#040404; padding:10px 0px; width:100%;}
.copyright a{text-decoration:underline;}


/* -------------------------------------------- */
/* ------------------Components-------------------- */
.photos{}
.photos:after{content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }
.photos a{display: block; float:left; margin: 0px 4px 10px 4px;position: relative;}
.photos a img{display:block; border:1px solid #CCC;}

#pagi{margin: 50px auto; padding: 20px 0px;list-style: none;width: 250px;}
#pagi li {float: left;margin-right: 10px;}
#pagi li a {display: block;	text-decoration: none; color: #717171;font: bold 16px Arial, sans-serif;padding: 7px; background: #ffffff;}
#pagi li a.current, #pagi li a:hover {color: #ffffff;	background: #eb0000;}

.comment{font-weight:bold; margin:50px 0px; width: auto;}
.comment div{margin-bottom: 20px; vertical-align:middle; }
.comment input{border: 2px solid #999999;padding: 8px 10px;width:250px;}
.comment textarea{border: 2px solid #999999;padding: 8px 10px;width:95%;}
.comment input[type="submit"] {cursor: pointer; width:100px; float:right;
	background: -webkit-linear-gradient(top, #efefef, #ddd);background: -moz-linear-gradient(top, #efefef, #ddd);
	background: -ms-linear-gradient(top, #efefef, #ddd);background: -o-linear-gradient(top, #efefef, #ddd);
	background: linear-gradient(top, #efefef, #ddd);
	color: #333;text-shadow: 0px 1px 1px rgba(255,255,255,1);	border: 2px solid #999999;}
.comment input[type="submit"]:hover {
	background: -webkit-linear-gradient(top, #eee, #ccc);	background: -moz-linear-gradient(top, #eee, #ccc);
	background: -ms-linear-gradient(top, #eee, #ccc);	background: -o-linear-gradient(top, #eee, #ccc);
	background: linear-gradient(top, #eee, #ccc);	border: 2px solid #bbb;}
.comment input[type="submit"]:active {
	background: -webkit-linear-gradient(top, #ddd, #aaa);	background: -moz-linear-gradient(top, #ddd, #aaa);
	background: -ms-linear-gradient(top, #ddd, #aaa);	background: -o-linear-gradient(top, #ddd, #aaa);
	background: linear-gradient(top, #ddd, #aaa);	border: 2px solid #999;}
		/*===========================Home Page Reservation================*/
	.btn_reservation{ width:165px;top:1px;right:10px;float:right;position:absolute;top:105px; background-color:#eb0000;color:#fff;
	                  border-radius:5px;height:30px;cursor:pointer;padding-top:3px;text-align:center;}
.imgBlog{
width:182px;height:110px;
display:block;
}

.imgBlog img{
width:100%;
}

#dl_events tr td{ float:left !important;}

table #ctl00_ContentPlaceHolder1_dl_events tr td{ float:left !important;}

table, table td {
  border: medium none;
  border-collapse: collapse;
  padding: 0;
  float:left !important;
}

.evt
{
 width: 270px;
 float:left;   
}
.prom
{
     float:left;
    width: 262px;
}
.zerogrid .row:before, .row:after
        {
            width: 607px;
             float:left;          
        }
        
      .blogimg1
      {
          width:170px !important;
      }
      
      .ifrm1
      {
          width:400px;
          height:300px;
          float:left;
      }
      
      .cont1
      {
          float: right; 
          width: 51%;
          margin-top:20px;
      }
      
      .comment_form { width:100%; float:left;}
      .comment_form_dir { width:100%; float:left;}
       .comment_form_dir1 { width:50%; float:left;}
       .comment_form_dir1 span { width:100%; float:left;}
       .comment_form_dir1 input { width:90%; height:20px; background-color:#fff; float:left; border-radius:4px; border:none;}
       
       
       .comment_form_dir2 { width:50%; float:right;}
       .comment_form_dir2 span { width:100%; float:left;}
        .comment_form_dir2 input { width:90%; height:20px; background-color:#fff; float:left;border-radius:4px; border:none;}
        
        .comment_form_dir3 { width:100%; float:left;}
       .comment_form_dir3 span { width:100%; float:left;}
       .comment_form_dir3 input { width:9%; height:20px; margin-right:1%; background-color:#fff; float:left; border-radius:4px; border:none;}
       
       
       
        .comment_form_dir4 { width:100%; float:left;}
       .comment_form_dir4 span { width:100%; float:left;}
       .comment_form_dir4 input { width:40%; height:20px; margin-right:1%; background-color:#fff; float:left; border-radius:4px; border:none;}
        
        .comment_form_dir5 { width:100%; float:left;}
       .comment_form_dir5 span { width:100%; float:left;}
       .comment_form_dir5 textarea { width:40%; margin-right:1%; background-color:#fff; float:left; border-radius:4px; border:none;}
       .btnsnd
       {
           float: left; font-size: 15px;
           height:30px;
       }
       
         .comment_form_dir6 { width:100%; float:left;}
   
       .comment_form_dir6 input { width:200px; height:30px; margin-right:1%; background:#eb0000 !important;padding:0px 20px; margin:0px; line-height:30px; float:left !important; color:White !important; font-weight:bold !important; border-radius:4px; border:none;font-size:15px;border:0px !important;}
       .heading1
       {
           float: left; width:96.5%; margin-top: 10px;margin-left: 11px;
       }
      .blogimg
        {
            width:560px; 
        }
      
 .block04a  {
    /*width: 600px;*/
    float:left;
    padding-bottom:20px;
}

 .block04a p  {
    float:left;
     /*padding-left:20px;*/
     font-size:100%;
     line-height:20px;
     color: white;
}
 .pp2 p  {
    float:left;
     /*padding-left:20px;*/
     font-size:100%;
     line-height:20px;
}
.homeslider1
{
    height: 415px !important;
    width: 920px !important;
}

.wrap-col p { margin-left:0px;}

.cndiv
{
    padding: 25px 0 0 1px; 
    width: 99.5%;
}


.cndiv ul li
{
   margin-left:12px;  
   list-style-type:square;
}



.pp1
{
    padding-bottom:10px;
    margin-left:20px !important;
    font-size:100%;
}
.newwrap
{
    height:auto;
    float:left;
}

.newDiv1
{
    text-align: justify;
    width:100%;
    float:left;
    color: white;
}
table tr td iframe { width:640px!important; height:480px!important; float:left;}

.galdiv1
{
    width:185px!important;
    height:150px;
    float:left;
}

.galdiv1 img
{
    width:100%;
    margin-left: 0px;
}
/*====================================Gallery Design Changes============1.11.2013===========*/
.block03 article .photo_size
{
    width:185px;
    float:left!important;
    }
    
    article h2 .photo-title
{
    width:185px;
    float:left;
    }

.new_menu_left{ float:left;}

.new_menu_left ul li{ float:left; list-style:none;}
.new_menu_left ul li a{ float:left; display:block; color:#eb0000; padding:0px 7px; line-height:28px;}


.leftspace{ margin-left:0px !important;}
.leftspace2{padding-left:0px !important;}

footer .content ul li{ list-style:none !important;}
.cnt_widht
{
    width:15.9% !important;
    }

.cont1 ul li{ list-style:none;}

/*nav #navmenu ul li a{ font-size:13px; color:#000; text-transform:capitalize; font-family:Arial; border-bottom:1px solid #ccc; font-weight:normal;}

nav #navmenu ul li a:hover{ background-color:#eb0000; color:White!important;}
nav .n_menu{color:#000;display: block;line-height: 30px;text-align: center;width: 320px;}

nav .n_menu_wrap{float: left;width:320px;}*/