@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,700,300,600,800,400);
@import url(http://fonts.googleapis.com/css?family=Droid+Sans);
body {
    background-size: 100% auto;
    margin: 0;
    padding: 0;
}
.bgHome{
  background: url("images/body-bg.png") fixed no-repeat center top;
  background-size: 100% auto;
}
body,table,td {
    color: #000;
}
a { outline: 0; }  
a:active { outline: none; }  
a:focus{ -moz-outline-style: none; }
.headr-title{
  background: rgba(0, 0, 0, .5);
  height:493px;
  width: 100%;
}
.accordion{
/*  background-color: #000;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";       /* IE 8 */
  filter: alpha(opacity=70);  /* IE 5-7 */
  -moz-opacity: 0.7;          /* Netscape */
  -khtml-opacity: 0.7;  */      /* Safari 1.x */
  opacity: 0.6;   
  background: url("images/sidemenu_bg1.png");
  background-size: 100%;

}
.accordion-group {
  /*padding-left: 5px;
  padding-top: 10px;
  /*border-bottom:2px solid #ABABAB;*/
  border-top:1px solid #717171;
}
.accordion a:hover{

  background-color: gray;
  color: #FFF;
}
.accordion-group .active{
  font-weight: bold;
  background-color: #6C3939;
  color: #FFF;
  /*text-shadow:2px 2px 10px #FFF, 2px 2px 4px #000000;*/
}
.accordion-group:last-child{
  border-bottom:1px solid #717171;  
}
.accordion-title{
  padding-bottom: 12px;
  padding-top: 12px;
  padding-left: 8px;
}
.accordion a{
  color:#DCB;
  text-decoration: none;
  font:normal 13px Verdana;
  text-shadow: 0 1px 0 #3b3b3b;
}
.accordion-body a p:hover{
  color:gray;
}
.accordion-body p{
  color:#FFF;
  font-weight: 300;
}
.accordion-inner{
  padding-left: 20px;
  padding-right: 5px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-top: 1px solid silver;
    font-size: 12px;
}
.accordion-body a:last-child p{
  border-bottom: 0px solid silver;
}
.mainHead{
    background: url("images/top-bg.jpg") no-repeat scroll center center rgba(0, 0, 0, 0);
    float: left;
    height: 493px;
    width: 100%;
    clear:both;
}
.navbar{
  position: inherit;
}
.topHead{
  background: url("images/header-bg.png") repeat-x;
  width: 100%;
  height: 141px;
  float: left;
  display: inline-block;
}
.logo {
  float: left;
  margin-top: 11px;
  height: 67px;
}
.headerContent{
  float: left;
  height: 67px;
}
.hdright {
  float: right;
  margin: 22px 0;
}
/*.headerSubMenu li{
  display: inline;
  padding-right: 5px;
  margin-right: 10px;
  border-right: 1px solid white;
  font-size: 16px;
}*/
.headerSubMenu li{
  display: inline;
  padding: 5px;
  border-right: 1px solid white;
  font-size: 16px;
}
.headerSubMenu li.active{
  display: inline;
  padding: 5px;
  border-right: 1px solid white;
  font-size: 16px;
  /*background-color: rgba(236, 194, 140, 0.6);*/
}
.headerSubMenu li:last-child { border-right: 0px solid white; }
.headerSubMenu{
  text-align:center;
  background: url("images/centerside.png") repeat-x;
  padding-top: 20px;
  padding-bottom: 10px;
  list-style-type: none;
  padding-left: 0px;
  height:51px;
  width:96%;
  float: left;
}
.rightSubmenu{
  float:left;width:10%;background: url("images/rightside.png") repeat-x scroll center top rgba(0, 0, 0, 0);
  height:51px;
  width:2%;
}
.leftSubmenu{
  float:left;width:10%;background: url('images/leftside.png') repeat-x;
  height:51px;
  width:2%;
}
.headerSubMenu a{
  color:#fff;
  text-decoration: none;
  text-shadow:1px 1px 1px rgb(0,0,0) ,0px 0px 1px rgb(0,0,0);
}
.headerSubMenu a:hover,.headerSubMenu .active{
  color:#fff;
  text-shadow: 5px 5px 5px #000, 5px 5px 5px #000;
}
.titlebar{
  position: absolute; 
  width: 100%; 
  height: 50px; 
  text-align:right;
  padding-right:0%;
  padding-top:19%;
  font-family: "Bodoni MT", Didot, "Didot LT STD", "Hoefler Text", Garamond, "Times New Roman", serif;
  font-size:50px;
  color:#fff;
  font-weight: bolder;
  text-shadow: black 0.1em 0.1em 0.2em;
  text-transform: uppercase;
}
/*.titlebar h1{
  padding-left: 15px;
  padding-right: 15px;
  background-color: rgba(0, 0, 0, 0.57);
  color: rgb(255, 255, 255);
  border-radius: 5px;
}*/
.space{
  border:0px solid white;
  position: relative;
}
.dropdown-menu{
  width:390px;
  font-size: 14px;
  /*background-color: #D9D9D9;*/
    position: absolute;
    margin: 0;
    margin-left:-220px;
    left: 80%;
    z-index: 99999;
  background: #e2e2e2;/* Old Browsers */
  background: -moz-linear-gradient(top, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%); /* FF3.6+ */
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #e2e2e2), color-stop(50%, #dbdbdb), color-stop(51%, #d1d1d1), color-stop(100%, #fefefe));/* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%); /* IE 10+ */
  background: linear-gradient(to bottom, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%);/* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe', GradientType=0 );/* IE6-9 */    
}
.submenuContent{
  float:left;
  border:0px solid black;
  width:50%;
  text-align: center;
}
.menuImage{
  padding:5px;
  width:auto;
}
.menuTitle{
  margin-top: 5px;
  margin-bottom: 0px; 
  font-family: "Bodoni MT", Didot, "Didot LT STD", "Hoefler Text", Garamond, "Times New Roman", serif;
  font-size: 25px;
  font-weight: bolder;
}
.menuItem{
  text-transform: uppercase;
  font-size: 12px;
  width:50%;
  text-align: left;
}
.menuItem li{
  margin-top:5px;
  margin-left:5px;
  margin-bottom:5px;
  padding-left: 5px;

}
.dropdown a{
  color:#fff;
}
.dropdown-toggle{
  font-family: "Bodoni MT", Didot, "Didot LT STD", "Hoefler Text", Garamond, "Times New Roman", serif;
  font-size: 16px;
  text-transform: uppercase;
}
.menuItem a{
  color:#000;
  font-family: "Open sans", Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-decoration: none;
}
.menuItem li a:hover{
  padding: 5px 0px;
  background-color: gray;
  color:#fff;
  width: 100%;
}
.dropdown a:hover{
  color:#000;
  background-color: rgba(255, 255, 255, 0.25);
}
.button,.button:hover{
  padding:3px;
  background-color: #303030;
  color:#fff;
  border:1px solid  #444242;
  text-decoration: none;
}
.searchtext{
  background-color: #303030;
  border:1px solid  #444242;
  color:silver;
  color:#fff;
}
.topbtn{
  margin-left:-10px;
  background-color:#303030;
  color:#787878;
  padding:8px;
  border:1px solid #444242;
}
a{
  color:#000;
  text-decoration: none;
}
a:hover{
  color:#428bca;
}
.footerContent{
  background-color:#333333;
  border:1px solid black;border-top: 10px solid black;padding-top:-10px;padding-bottom:20px;
}
.footerright{
  display:inline-table;float:right;margin-right:25px;
}
.footerlogo{
  font-size: 12px;font-weight:bold;color: #fff;margin-bottom: 0 !important;text-shadow: 5px 5px 4px rgba(0,0,0,0.65);
}
.footerlogo a{
  color:#fff;
}
.footerMenu{
  text-align:right;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 0px;
}
.footerMenu ul{
  list-style-type: none;
}
.footerMenu ul li{
  display: inline;
  text-transform: uppercase;
  padding-left: 10px;
  padding-right: 10px;
  border-right: 1px solid gray;

}

.footerMenu a,.headerContent a{
  color:gray;
}
.footerMenu ul li:last-child { border-right: 0px solid white; }
.content{
  color:#000;
  font-weight: 500;
}
.oneColTitle {
  width: 100%;
  height: 50px;
  text-align: right;
  font-family: "Bodoni MT", Didot, "Didot LT STD", "Hoefler Text", Garamond, "Times New Roman", serif;
  font-size: 25px;
  font-weight: bolder;
}
.formDiv {
    padding: 15px;
    background-color: #3A3A3A;
    color: #DCB;
}
.btn-default{
  background: #e2e2e2;/* Old Browsers */
  background: -moz-linear-gradient(top, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%); /* FF3.6+ */
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #e2e2e2), color-stop(50%, #dbdbdb), color-stop(51%, #d1d1d1), color-stop(100%, #fefefe));/* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%); /* IE 10+ */
  background: linear-gradient(to bottom, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%);/* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe', GradientType=0 );/* IE6-9 */  
}
@media (width: 768px) {
  .navbar-nav>li>a {
    padding: 10px 0px;
  }  
  .nav {
    margin: 0;
  }
  .navbar-collapse > .row{
    background:none !important;
  }
  .navbar-inverse .navbar-nav > li > a{
    font-size: 16px !important;
  }
}
@media (max-width: 767px) {
  .headerSubMenu{
  }
  #home > section{
    padding: 5px !important;
  }
  #footer{
      position: inherit !important;
      z-index: 99999;
  }
  .container{
    padding-left: 0px;
    padding-right: 0px;
  }
  .container>.navbar-header, .container-fluid>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse{
    margin: 0px !important;
  }
  .hdtopbg{
    padding-bottom: 10px;
  }
  .navbar-header{
    position: absolute;
    right: 0;
    top: 60px;
  }
  .navbar-collapse{
    padding: 0px;
  }
  .logo {
    margin: 5px 0px 0px 0px;
    width: 100%;
    height: auto;
  }
  .clientStrip{
    margin-top: 8% !important;
  }
}
@media (max-width: 768px) {
/*  .navbar-inverse .navbar-nav > li > a{
    font-size: 16px !important;
  }
  .mainHead{
    height: auto;
  }
  .headerSubMenu,.rightSubmenu,.leftSubmenu{
    display: none;
  }
  .titlebar{
    padding-top: 0%;
    font-size: 35px;
  }
  .titlebar > h1{
    font-size:20px;
  }
  .contenttext > h1{
    font-size: 5px;
  }
  .logo {
    margin: 5px 0px 0px 0px !important;
    width: 100%;
    height: auto;
  }
*/
  .navbar-collapse > .row{
    background:url(images/hd-bg.png) repeat;
  }
  .mainHead{
    height: auto;
  }
  .headerSubMenu,.rightSubmenu,.leftSubmenu{
    display: none;
  }
  .navbar-inverse .navbar-nav > li > .dropdown-menu{
    display: none;
  }
  .nav {
    margin: 0;
  }  
  .titlebar{
    padding-top: 0%;
    font-size: 35px;
  }
  .titlebar > h1{
    font-size:20px;
  }
  .contenttext > h1{
    font-size: 5px;
  }
  .logo {
    margin: 5px 0px 0px 0px !important;
    width: 100%;
    height: auto;
  }
}
@media (min-width: 992px) {
  .headerSubMenu{
  }
  .navbar-inverse .navbar-nav > li > a{
    font-size: 16px !important;
  }
  .clientStrip{
    width:100%;margin-top: 296px !important;
  }
  .headercontent{
    width: 96% !important;
  }
  .navbar-nav > li {
    padding: 0 5px !important;
  }
}
@media (min-width: 1024px) {
  .navbar-inverse .navbar-nav > li > a{
    font-size: 16px !important;
  }
  .headercontent{
    width: 100% !important;
  }
  .headercontent{
    width: 96% !important;
  }
  .clientStrip {
    width: 100%;
    margin-top: 32% !important;
}
}
@media (min-width: 1025px) {
  .clientStrip {
    width: 100%;
    margin-top: 26% !important;
  }
  .navbar-inverse .navbar-nav > li > a{
    font-size: 20px !important;
  }
}
.clientStrip{
  width:100%;margin-top:26%;
}
.homeSection1{
  background:url('images/homeImage1.png');background-position: center;background-size: cover;height:925px;
}
.homeSection2{
  background:url('images/homeImage2.png');background-position: center;background-size: cover;height:725px;  
}

@charset "utf-8";
/* CSS Document */
img{
  border:none;
}


/*=== Fonts ===*/
@font-face {
    font-family: 'bernard_mt_condensedregular';
    src: url('fonts/bernhc-webfont.eot');
    src: url('fonts/bernhc-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/bernhc-webfont.woff') format('woff'),
         url('fonts/bernhc-webfont.ttf') format('truetype'),
         url('fonts/bernhc-webfont.svg#bernard_mt_condensedregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'bodoni_bd_btbold';
    src: url('fonts/tt0037m_-webfont.eot');
    src: url('fonts/tt0037m_-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/tt0037m_-webfont.woff') format('woff'),
         url('fonts/tt0037m_-webfont.ttf') format('truetype'),
         url('fonts/tt0037m_-webfont.svg#bodoni_bd_btbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'bodoni_bd_btbold_italic';
    src: url('fonts/tt0038m_-webfont.eot');
    src: url('fonts/tt0038m_-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/tt0038m_-webfont.woff') format('woff'),
         url('fonts/tt0038m_-webfont.ttf') format('truetype'),
         url('fonts/tt0038m_-webfont.svg#bodoni_bd_btbold_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'bernhard_modern_romanregular';
    src: url('fonts/ufonts.com_bernhard_modern_roman-webfont.eot');
    src: url('fonts/ufonts.com_bernhard_modern_roman-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ufonts.com_bernhard_modern_roman-webfont.woff') format('woff'),
         url('fonts/ufonts.com_bernhard_modern_roman-webfont.ttf') format('truetype'),
         url('fonts/ufonts.com_bernhard_modern_roman-webfont.svg#bernhard_modern_romanregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*=== Fonts ===*/

/*=== Bootstrap Class Overwrite Start ===*/
.navbar-inverse {
  /*background:url(images/menu-bg.png) repeat-x !important;*/
  background:none;
  border:none !important; min-height:64px !important;
}
.navbar-inverse .navbar-nav > li > a {
  color:#FFE !important; font-family: 'bodoni_bd_btbold'; text-transform:uppercase; font-size:18px;
  text-shadow: 3px 3px 10px rgb(27, 27, 27) ,0px 0px 4px rgba(0, 0, 0, 0.67);  
}
.navbar-nav > li{
  padding: 0 10px;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.collapse.in {
  display: block;
}

/*=== Bootstrap Class Overwrite End ===*/


/*=== New Class Add By Designer Start ===*/
#header{
  width:100%;
}
.hdtopbg{
  /*background:url(images/hd-bg.png) repeat; min-height:78px;*/
  background-color: rgba(18, 63, 102, 0.25);
}
.logo{
  margin:12px 0; float:left;
}
.bookticket button, .searchbox input{
  background:#333333; border-radius:5px; border:#3e3e3e solid 1px; padding: 5px; color:#dddddd; margin:20px 0 0 0;;
}
.contactus, .contactus a, .contactus a:hover{
  color:#fff; margin:20px 0 0 0;
}
.contactus a:last-child, .contactus a:last-child:hover{
  text-decoration:none;
}
.contenttext{
  width:90%; padding:30% 0 0 0;
}
.contenttext h1{
  font-family: 'bernhard_modern_romanregular'; font-size:70px; color:#FFC593; margin-bottom:0 !important;
  /* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
  text-shadow:3px 3px 10px rgb(27, 27, 27) ,0px 0px 4px rgba(0, 0, 0, 0.67);
  -ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=4,OffY=4,Color=#a5000000,Positive=true)";zoom:1;
  filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=4,OffY=4,Color=#a5000000,Positive=true);
}
.contenttext h3{
  font-family: 'bernhard_modern_romanregular'; 
  font-size:26px; 
  color:#FFC593; 
  font-weight:bold; 
  margin:0 !important;
  /* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
  text-shadow:3px 3px 10px rgb(27, 27, 27) ,0px 0px 4px rgba(0, 0, 0, 0.67);
  -ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=2,OffY=2,Color=#a5000000,Positive=true)";
  zoom:1;
  filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=2,OffY=2,Color=#a5000000,Positive=true);
}
/*.invitetoyou{
  float:right; margin:250px 5% 0 0;
}*/
.invitetoyou {
  display: inline-block;
  text-shadow:3px 3px 10px rgb(27, 27, 27) ,0px 0px 4px rgba(0, 0, 0, 0.67);
  padding-top: 10%;
}
.invitetoyou span{
  float:right;
}
.invitetoyou h3{
  font-family:Arial, Helvetica, sans-serif; font-size:18px; color:#FFC593; margin:0 !important;
  /* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
  text-shadow:3px 3px 4px rgb(0,0,0) ,0px 0px 4px rgb(0,0,0);
  
  
  -ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=3,OffY=3,Color=#ff000000,Positive=true)
  progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=0,Color=#ff000000,Positive=true)";zoom:1;  
  filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=3,OffY=3,Color=#ff000000,Positive=true)
  progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=0,Color=#ff000000,Positive=true);
}
.invitetoyou h1{
  font-family: 'bernhard_modern_romanregular'; font-size:35px; color:#FFC593; margin:0 !important;
  /* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
  /*text-shadow:3px 3px 4px rgb(0,0,0) ,0px 0px 4px rgb(0,0,0);*/
  
  text-shadow:3px 3px 10px rgb(27, 27, 27) ,0px 0px 4px rgba(0, 0, 0, 0.67);
  -ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=3,OffY=3,Color=#ff000000,Positive=true)
  progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=0,Color=#ff000000,Positive=true)";zoom:1;
  filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=3,OffY=3,Color=#ff000000,Positive=true)
  progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=0,Color=#ff000000,Positive=true);
}
.bittop{
  float:right; margin:3% 5% 0 0;
}
.txtbg{
  /*background:url(images/txt-bg.png) repeat; */
  background:rgba(0, 0, 0, 0.61);
  width:80%; 
  padding:10px; 
  text-align:center;
  border-radius: 15px;
}
.txtbg p{
  font-family: 'bodoni_bd_btbold'; font-size:18px; color:#fff; line-height:22px;
  text-shadow:1px 1px 2px rgb(0,0,0) ,0px 0px 2px rgb(0,0,0);
  -ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=3,OffY=3,Color=#ff000000,Positive=true)
  progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=0,Color=#ff000000,Positive=true)";zoom:1;
  filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=3,OffY=3,Color=#ff000000,Positive=true)
  progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=0,Color=#ff000000,Positive=true);
}
.fourbox{
  padding-top:0%;
}
.fourbox img{
  opacity:1.0;
  filter:alpha(opacity=100); /* For IE8 and earlier */
}
.fourbox img:hover{
  opacity:0.6;
  filter:alpha(opacity=60); /* For IE8 and earlier */
}
.fourbox h2{
  color:#FFF; font-weight:normal; font-size:18px;
}
#footer{
  width:100%; 
  background:url(images/footer-bg.png) repeat; 
  min-height:110px; 
  color:#fff;
  /*bottom:0;
  position: absolute;*/
}
/*=== New Class Add By Designer End ===*/


/*=== New Add Media Queries By Designer Start ===*/
@media (min-width: 240px) and (max-width: 568px) {
  .logo{
    margin:5px 0px 0px 0px; width:100%;
    height: auto;
  }
}
.table{
  background-color: rgba(255,255,255,0.7);
}
.popover {
    max-width: 500px;
    width: auto;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    min-height: 1px;
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
}
@media (min-width: 768px) {
  .sidebar{
    width:20%;
    background-color: #3A3A3A;
    position: absolute;
    height: 100%;
    overflow: auto;
  }
  .content{
    width:80%;
    margin-left: 20%;
  }
}
.content{
  padding: 0px 15px;
}
.row {
    margin-left: 0px;
    margin-right: 0px;
}
.table {
  background-color: rgba(0, 0, 0, 0);
  color:#000;
    margin-bottom: 0px;
    width: 100%;
}
.breadcrumb{
  background-color: rgba(221, 221, 221, 0.48);
  font-size: 11px;
  margin-top: 10px;
  border-radius: 0px;
}
.breadcrumb > li + li:before{
    color: #CCCCCC;
    content: ">> ";
    padding: 0 5px;
}
.fa{
  font-size: 14px;
}
.contentTitle{
  font-size: 18px;
  font-weight: bolder;
  border-bottom: 1px solid #CCCCCC;
    padding-bottom: 1em;
    margin-bottom: 1em;
}
.pageContent{
  color:#636363;
  display:inline-block;
  background-color: rgba(255,255,255,1);
  width:100%;
  position:relative;
  min-height:500px; 
}
#svSearchAgain{
  display: inline;
}
.navbar-inverse .navbar-nav > .active > a {
    background-color: rgba(123, 123, 123, 0.72);
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #FFF;
    background-color: rgba(0, 0, 0, 0);    
}
/*=== New Add Media Queries By Designer End===*/

/*CSS For Timeline*/
.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

.timeline:before {
top: 0;
bottom: 0;
position: absolute;
content: " ";
width: 3px;
background-color: #eeeeee;
left: 50%;
margin-left: -1.5px;
}

.timeline > li {
margin-bottom: 20px;
position: relative;
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li > .timeline-panel {
    width: 46%;
    float: left;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    padding: 10px;
    position: relative;
}

.timeline > li > .timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #ccc;
    border-right: 0 solid #ccc;
    border-bottom: 15px solid transparent;
    content: " ";
}

.timeline > li > .timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content: " ";
}

.timeline > li > .timeline-badge {
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 50%;
    margin-left: -25px;
    background-color: #999999;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}

.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}

.timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline-badge.success {
    background-color: #3f903f !important;
}

.timeline-badge.warning {
    background-color: #f0ad4e !important;
}

.timeline-badge.danger {
    background-color: #d9534f !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
    font-size: 15px;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}

    .timeline-body > p + p {
        margin-top: 5px;
    }

@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }

    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }

    ul.timeline > li > .timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

      ul.timeline > li > .timeline-panel:before {
          border-left-width: 0;
          border-right-width: 15px;
          left: -15px;
          right: auto;
      }

      ul.timeline > li > .timeline-panel:after {
          border-left-width: 0;
          border-right-width: 14px;
          left: -14px;
          right: auto;
      }
}
.timeline-panel .contentBody{
  border-bottom: 1px dotted #CCCCCC;
  margin: 5px 0;
}
.timeline-panel .contentBody:last-child{
  border-bottom: 0px;
}
.tooltiptext:hover{
  cursor: pointer;
}
.tooltip{
  font-size: 18px;

}
/*End CSS Timeline*/
.panel-heading{
  padding: 0px;
}
.panel-title{
  padding: 10px 15px;
}
.timeline-body{
  font-size: 13px;
}
.headercontent{
  color: #FFF;
  text-shadow: 1px 1px 1px #818181, 1px 1px 1px #000;
  text-align:center;
  background: url("images/centerside.png") repeat-x;
  padding-top: 20px;
  padding-bottom: 10px;
  list-style-type: none;
  padding-left: 0px;
  height:51px;
  width:100%;
  float: left;
  font-weight: bold;
    font-style: italic;
}
.invImage{
  background: #FFF;
}
.pageTitle {
  display: block;
  width: 100%;
  overflow: hidden;
  margin: 0px 0 25px;
  text-align: left;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 29px;
  letter-spacing: 1px;
  color: #666666;
}
.pageContentTitle,.contentHeader {
  display: block;
  width: 100%;
  overflow: hidden;
  margin: 0px 0 15px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 22px;
  letter-spacing: 1px;
  color: #666666;
}
span,.sectionHeader{
  color: #666666;
  font-family: "Open sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
}
h1,h2,h3,h4,h5,h6,body, ul, ol, li,td{
  color: #666666;
  font-family: "Open sans", Helvetica, Arial, sans-serif;
}
.invContent{
  padding:0 10px;
  color: #666666;
  font-family: "Open sans", Helvetica, Arial, sans-serif;
}
#footer p{
  color:#FFF;
}
.clsHome{
  background: none;
}
.floatSideMenu,.floatSideMenu:hover,.floatSideMenu:active,.floatSideMenu:focus {
  display: block !important;
  position: absolute;
  left: 0%;
  z-index: 999;
  background-color: rgba(51, 51, 51, 0.75);
  color: #FFF;
  text-decoration: none;
  font-size: 14px;
  top:-40px;
  padding: 10px 5px;
}

.popover{
  width: 100% !important;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
  /*.rightSubmenu,.headercontent,.leftSubmenu{
    display: none;
  }*/
  .headercontent{
    width:96%;
  }
  .clientStrip {
    width: 100%;
    margin-top: 34%;
  }
}
@media (min-width: 992px) {
  .headerSubMenu{
  }
}
@media (min-width: 1200px) {
  .headerSubMenu{
  }
}
@media (max-width: 767px) {
  .rightSubmenu,.headercontent,.leftSubmenu,.sidemenu{
    display: none !important;
  }
}
@media (max-width: 768px) {
  /*.rightSubmenu,.headercontent,.leftSubmenu{
    display: none;
  }*/
  .contenttext > h1{
    font-size: 50px;
    margin-top: 40%;
  }
  body{
    background: rgba(18, 63, 102, 0.25);
  }
  .headercontent > div{
    font-size: 12px;
    font-weight: bold;
    padding-right: 7px;
  }
 .sidemenu{
    display: block;
  }
}
@media(max-width:767px){
 .sidemenu{
    display: block !important;
  } 
}
@media (min-width: 640px) {
  .contenttext > h1{
    font-size: 50px;
    margin-top: 1%;
  }
}
@media (max-width: 640px) {
  .contenttext > h1{
    font-size: 50px;
    margin-top: 18%;
  }
  .contenttext h3,h3>.di_el{
    font-size: 17px !important;
  }
  .headercontent{
    display: none;
  }
  body{
    background: rgba(18, 63, 102, 0.25);
  }
  .nav-wrapper{
    position: absolute;
  }
  .contenttext {
    width: 90%;
    padding: 10% 0 0 0;
  }
  .bookticket button, .searchbox input{
    font-size: 12px;
  }
  .rightSubmenu,.headercontent,.leftSubmenu{
    display: none;
  }
   .sidemenu{
    display: none;
  }
}
@media (max-width: 320px) {
  .contenttext > h1{
    font-size: 50px;
    margin-top: 125%;
  }
}
@media (max-width: 480px) {
  .contenttext > h1{
    font-size: 38px;
    margin-top: 17%;
  }
  .center-block{
    margin: 0px;
    margin-top: 50px !important;
    width: 100%;
  }
  .txtbg p{
    font-size: 14px;
  }
  #home > section{
    padding: 5px !important;
  }
  #footer{
      position: inherit !important;
      z-index: 99999;
  }
  .container{
    padding-left: 0px;
    padding-right: 0px;
  }
  .container>.navbar-header, .container-fluid>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse{
    margin: 0px !important;
  }
  .hdtopbg{
    padding-bottom: 10px;
  }
  .navbar-header{
    position: absolute;
    right: 0;
    top: 60px;
  }
  .navbar-collapse{
    padding: 0px;
  }
  .invitetoyou h1{
    font-size: 30px;
  }
}
.navbar-toggle{
  position: relative;
  float: right;
  margin-right: 2px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: #303030;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  color:#dddddd;
}
@media only screen and (min-width: 768px){
  #h-explore .jump {
    display: inline-block;
    font: normal 18px Georgia,Times,serif;
    position: relative;
    left: 10%;
    margin-right: 10%;
    color: #61d0da;
    text-decoration: none;
    text-align: right;
    float: left;
    top: 5%;
    -webkit-transition: 0.3s all linear;
  }
}
.greetingLines{
  font-weight: 600;
  font-size: 15px;
  color:#666666;
  margin-bottom:20px;
}
p > a{
  color:#666666;
  text-decoration: underline;
}
.panel-default>.panel-heading {
  color: #522C2C;
  background-color: #6C3939;
  border-color: #ddd;
  background-image: none;
}
.panel-title{
  color: #F3CD8F;
  font-family: "Open sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
}
.panel-title > a{
  font-family: "Open sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color:#DCB;
  font-weight: 700;
}
.panel-default {
  border-color: #6C3939;
}
.scrollToTop{
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  position: fixed;
  bottom: 10px;
  margin-left: 5px;
  z-index: 9999;
  display:none;
  right :7px;
}
.fa-arrow-up{
  font-size: 22px;
}
.scrollToTop:hover{
  text-decoration:none;
  color: #EAC764;
}
.panel-body > table > tbody > tr > td{
  font-size: 14px;
}
.alert-danger{
  background-image: url("images/error.png");
  background-position: 10px 50%;
  background-repeat: no-repeat;
}
.alert-success{
  background-image: url("images/success.png");
  background-position: 10px 50%;
  background-repeat: no-repeat;
  padding-left: 50px;
}
.alert-warning{
  background-image: url("images/warning.png");
  background-position: 10px 50%;
  background-repeat: no-repeat;
  padding-left: 50px;
}
.invBlock-active{
  background-color: #3A3A3A;
  background-color: #D8E9EF;
  color:#DCB;
  color:#1893B6;
}
.invBlock{
  border-bottom: 1px solid #DDD;
}
.invBlock:last-of-type{
  border-bottom: 0px solid #EEE;
}
.form-container{
  border: 2px solid #1C4551;
  padding: 10px 5px;
  border-radius: 5px;
  background-color: #D8E9EF;
  color: #1C4551;
}
.input-sm {
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-default{
  font-weight: 600;
}
label{
  display: inline-block;
  margin-bottom: 3px;
  font-weight: 700;
  margin-top: 5px;
  font-size: 13px;
}
.menubody{
  background-color: #965151;
}
.inner-active{
  font-weight: bold;
  color:#FFF;
  background-color:#965151; 
  text-shadow:none;
}
.headercontent a{
  color:#FFF;
}
.headercontent  a:hover{
  color:#FFF;
  text-decoration: underline;
}
/*================================
    TESTIMONIAL STYLES
    ============================  */
.testimonial-section {
    width: 100%;
    height: auto;
    padding: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    border: 1px solid #6C3939;
    font-size:12px;
}
.testimonial-section:after {
    top: 100%;
    left: 90%;
    border: solid transparent;
    content: " ";
    position: absolute;
    border-top-color: #6C3939;
    border-width: 15px;
    margin-left: -15px;
}

.testimonial-section-name {
  margin-top: 30px;
  float:right;
  color:#000;
  width: 50%; 
}
.testimonial-section-name img {
  max-width:40px;
  border: 2px solid #fff;
}
.carousel-indicators-set{
  position:static;
  margin-left:0px;
  width:100%;
}
.carousel-indicators-set > li{
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  border: 1px solid #9E2020;
  border-radius: 10px;
}
.carousel-indicators-set > .active{
  background-color: #965151;
}
.carousel-indicators-set > li{
  background-color: #6C3939;
  border: #6C3939;
}
.testimonial-section-name blockquote, .testimonial-section blockquote{
  border-left: none;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 350px;
}
.porthole-image{
  background-image: url('/mwc2015/includes/themes/thmCmsMWC/css/custom/images/porthole.png');
  background-repeat: no-repeat;
  background-size: cover;
}
.no-padding{
  padding-left: 0px;
  padding-right: 0px;
}
.xx-min-padding{
  padding-left: 1px;
  padding-right: 1px;
}
.x-min-padding{
  padding-left: 5px;
  padding-right: 5px;
}
.min-padding{
  padding-left: 10px;
  padding-right: 10px;
}
#img1, #img2{
  width:100%;
  height:100%;
  display:none;
  position:fixed;
  z-index:-1;
}
h3>.di_el{
  font-family: 'bernhard_modern_romanregular';
  font-size: 26px;
  color: #FFC593;
  font-weight: bold;
  margin: 0 !important;
  text-shadow: 3px 3px 10px rgb(27, 27, 27) ,0px 0px 4px rgba(0, 0, 0, 0.67);
  -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=2,OffY=2,Color=#a5000000,Positive=true)";
  zoom: 1;
}
a.logo:hover,a.logo:focus,a.logo:active {
    text-decoration: none !important;
}