 * {
	-webkit-transition-timing-function: ease-out;
	/* Safari and Chrome */
	transition-timing-function: ease-out;
	box-sizing: border-box;
	text-decoration: none;
	list-style: none;
	padding: 0;
	margin: 0;
}
body {
	font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
	color: #F2F2F2;
	background-color: #41558C;
}
.toggleNav {
	background-color: #243857;
	width: 100%;
	text-align: center;
	cursor: pointer;
	color: white;
	font-size: 20px;
}
nav {
	margin-top: -400px;
	width: 100%;
	min-height: 50px;
	position: relative;
}
.toggleNavButton {
	margin-top: -5px;
	margin-left: 600px;
	transition-duration: 0.5s;
	width: 30px;
	height: 5px;
	background-color: white;
	position: absolute;
	left: 95%;
	top: 15px;
	margin-left: -20px;
	border-radius: 2px;
}
.toggleNavButton:before, .toggleNavButton:after {
	border-radius: 2px;
	transition-duration: 0.5s;
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	background-color: white;
	width: 30px;
	height: 5px;
}
.toggleNavButton:after {
	top: 20px;
}
.toggleNavButton.active {
	width: 0;
}
.toggleNavButton.active:after {
	top: 10px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.toggleNavButton.active:before {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
#subnav {
	width: 100%;
	background-color: black;
	transition-duration: 0.2s;
	height: 0px; 
}
.myflow{ overflow: visible !important;}
.mymar{ margin-top: -5px !important }
#subnav.active {
	height: 45px;
}
#subnav ul {
	margin: 0 auto;
}
#subnav ul li {
	transition-duration: 0.3s;
	display: inline-block;
	text-align: center;
	width: 115px;
	height: 45px;
	padding: 10px 0;
}
#subnav ul li a {
    text-decoration:none;
	color: white;
	padding: 20px 20px;
	width: 115px;
	height: 50px;
}
#subnav ul li a:hover {
background:white;
color:black;
}
.myactive{
background:white;
color:black;
}
.myactive a{
color:black !important;
}
 #welcome_wrapper {
	
	/*height:300px;*/
	margin:0 auto;
	color:#373B37 !important;
	background-color:#F5F5F3 !important;
	padding:40px 0;
	
	}
	

#welcome_wrapper h4 {
	font-size:31px !important;
	line-height:1.4;
	font-family:"adobe-caslon-pro", "serif";

}


#welcome_wrapper h5 {
	font-size:25px !important;
	line-height:1.4;
	font-family:"adobe-caslon-pro", "serif";

}


.italic_text {
	font-style:italic !important;
	
	
	}
  
  
 
.button_group {
	padding:25px 0;
	
	
	}
	
	
#welcome_wrapper .btn-default {
	
	color: #FFF;
  background-color: #000 !important;
  border-color: #ccc;
	
	}
	
	
#welcome_wrapper .btn-default:hover {
	
	color: #000;
  background-color: #FFF !important;
  border-color: #ccc;
	
	}
	#ticket_wrapper {

	margin-top:-137px !important;
	z-index:2000;
	position:absolute;
	margin:0 auto;
	width:100%;
	}
#ticket_wrapper #container
{
   background-color:rgba(255,255,255,0.6);
}
#ticket_wrapper #container #margin
{
   margin-left:-30px;
}
#ticket_wrapper .k2t-search-booking .k2t-booking-form{
	margin-top: 0;
	padding-top: 20px;
	padding-bottom: 10px;
	background: transparent;
}
@media (max-width: 480px) {
#ticket_wrapper #container #margin
{
   margin-left:0px;
}
}
	
#ticket_wrapper #ticket-btn
{
background:black;
color:white !important;
}
#ticket_wrapper #ticket-btn:hover
{
background:white;
color:black !important;
}	
  section.video {
position: relative;
height: 800px;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
color: white;
}
.video.v-center, .video .v-center {
display: table;
width: 100%;
}
.video .hero-unit {
text-align: center;
padding: 0;
margin: 0;
background-color: transparent;
}


.video .container {
position: relative;
z-index: 2;
}

section * {
z-index: 1;
}

section {
font-weight:100;
/*margin:85px 0;*/
}

section.video {
position:relative;
height:800px;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
background-size:cover;
color:#FFF;
}


video {
left: 0px;
bottom: 0px;
right: 0px;
z-index: -100;
width: 1422px;
height: 799.875px;
}
.video #bgVideo {
overflow: hidden;
}

.video #bgVideo > video {
position: absolute !important;
top: 0 !important;
}
.video > div, .video .v-center > div {
display: table-cell;
vertical-align: middle;
margin-top: 0;
margin-bottom: 0;
float: none;
}

.background {
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
background: 50% 50% no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;

}


#top-dropdown
{
  border-radius:3px;
  color:black;
  font-size:15px;
  width:200px;
  padding:5px;
  margin-top:5px;
  background:white;
}
.top-caret::after {
    position: absolute;
    content: '\f2f9';
    font-family: 'Material-Design-Iconic-Font';
    top: 0px;
    color: black;
    right: 20px;
}
.top-caret2::after {
        position: absolute;
    content: '\f2f9';
    font-family: 'Material-Design-Iconic-Font';
    top: 8px;
    color: #191919;
    z-index: 1000;
    right: 20px;
}
ul.img-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

ul.img-list li {
  display: inline-block;
/*  height: 150px;*/
/*  margin: 0 1em 1em 0;*/
  position: relative;
  float:left;
  width:50%;
/*  width: 150px;*/
}


.img-list img:hover {
  filter: none;
  -webkit-filter: grayscale(100%);
 border:1px solid red !important;
	}
	
		
	   
  .yog_box {
	  border:2px solid #FFFF00;
	  
	  }
   
#yogesh {
	   border:1px solid red !important;
	   position:absolute;
	   top:1px;
   display:none;	
	
	    opacity:40;
  
   
   }
   
  
  .yog_box:hover #yogesh {
	  display: inline;



}
	

   .thumbnail {
    position:relative;
    overflow:hidden;
}



.thumbnail:hover img {
 
 
   filter: none;
  -webkit-filter: grayscale(100%);
 border:1px solid red !important;
 
}



/*COPY CUT*/

#box    {  width:300px;
           height:200px;
           box-shadow:inset 1px 1px 40px 0 rgba(0,0,0,.45);
          border-bottom:2px solid #fff;
          border-right:2px solid #fff;
          margin:5% auto 0 auto; 
          background:url(../../ww17.ianfarb.com/wp-content/uploads/2013/10/nicholas-hodag.html);
  background-size:cover;
border-radius:5px;
overflow:hidden;}



#overlay    


{  
background:rgba(0,0,0,.75);
               text-align:center;
               padding:45px 0 66px 0;
               opacity:0;
               -webkit-transition: opacity .25s ease;
-moz-transition: opacity .25s ease;


}





#box:hover #overlay {
               opacity:1;}







#plus       {  

font-family:Helvetica;
 
               color:rgba(255,255,255,.85);
             
			   margin-top:30% !important;
			   transition: opacity 0.5s, transform 0.5s !important;
	   
			   
			   }



#plus h1 {

	    font-weight:900;
		  font-size:0.7em !important;
	
	}


#plus a {
	text-decoration:none;
	color:#FFF !important;
	
	
	}



#plus p {
	font-size:15px !important;
	font-weight:normal !important;

	
	}

/*COPY CUT*/


 
.caption {
	
	background:rgba(0,0,0,.40);
               text-align:left;
               padding:45px 0 66px 0;
               opacity:0;
               -webkit-transition: opacity .25s ease;
-moz-transition: opacity .25s ease;
	
	
	
	
   position:absolute;
   width:100%;
   height:100%;
   
/*   top:-100%;
    right:0;
    background:rgba(5, 4, 2, 0.75);
    width:100%;
    height:100%;
    padding:2%;
    text-align:center;
    color:#fff !important;
    z-index:2;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
*/}
.thumbnail:hover .caption {
  /*  top:0%;*/
   opacity:1;
   transition:   opacity 0.5s, transform 0.5s;
   
}
 
.col-md-box {
	float:left;
	width:50%;
	
	}
.col-md-box .thumbnail {
	margin-bottom:0px !important;
	}
	.col-md-box .thumbnail .caption:hover
	{
	border:1px solid gray;
	}

@media screen and (max-width:700px) {  
 .col-md-box {

	 float:none;
	 clear:both;
	 width:100%;
	 
	 }
 
 
}
 
  #box    {  width:300px;
           height:200px;
           box-shadow:inset 1px 1px 40px 0 rgba(0,0,0,.45);
          border-bottom:2px solid #fff;
          border-right:2px solid #fff;
          margin:5% auto 0 auto; 
      /*    background:url(http://ianfarb.com/wp-content/uploads/2013/10/nicholas-hodag.jpg);*/
  background-size:cover;
border-radius:5px;
overflow:hidden;}








#overlay    {  

background:rgba(0,0,0,.75);
               text-align:center;
               padding:45px 0 66px 0;
               opacity:0;
               -webkit-transition: opacity .25s ease;
-moz-transition: opacity .25s ease;

}

#box:hover #overlay {
               opacity:1;
			   
			   
			     filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(0%); /* Chrome 19+ & Safari 6+ */
			   
			   
			   
			   }

#plus       {  font-family:Helvetica;
               font-weight:900;
               color:rgba(255,255,255,.85);
               font-size:96px;}
  </style>
  <style>
  .nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

#color
{
 color:black;
}
#banner
{
     position: relative;
    margin-top: -50px;
}
#banner #responsive
{
  width:100%;
  height:300px;
}
#margin > nav
{
   margin-top:0 !important;
   z-index:2000;
}
.b-product-cart-small__header {
    border-bottom: 1px solid #dedede;
    box-shadow: 0 -1px 1px #e8e8e8 inset;
    padding: 0.9em 0.9em 0.7em;
}
.b-product-cart-small__content {
    padding: 1em;
}
.c-default {
    color: #e26228;
}
.f-title-small {
    font-size: 1.07692em;
    line-height: 1.42857;
}
.f-primary-b {
    font-weight: 700;
}
.f-uppercase {
    text-transform: uppercase;
}
.b-product-cart-small__content_info {
    margin-bottom: 1em;
}
.b-product-cart-small__content_info_row:first-child {
    padding-top: 0;
}
.b-product-cart-small__content_info_row {
    border-bottom: 1px solid #dedede;
    overflow: hidden;
    padding: 8px 0 5px;
}
.b-product-cart-small {
    border: 1px solid #dedede;
}
.b-product-cart-small__content_info_title {
    float: left;
    line-height: 16px;
}
.b-product-cart-small__content_info_value {
    float: right;
}
.c-default {
    color: #e26228;
}
.f-title-medium {
    font-size: 1.23077em;
    line-height: 1.25;
}
.f-primary-b {
    font-weight: 700;
}
.mycheckrow{
border-bottom: 2px solid #999;
    margin-bottom: 15px;
}
.mycheckrow p{ margin-bottom: 0px !important }

   #club-bg
   {
	   background-repeat:no-repeat !important;
      background:url('images/bg/club-bg.jpg');
    background-size:contain;
    padding:7px;
	margin-top:102px;
	background-color:#090909 !important;
   }

   #club-bg #club-h a
   {
     font-family: "Old Standard TT";
     color:white;
     font-size:30px;
     font-style:italic;
   }
   #club-bg #club-p
   {
       line-height: 1.85;
    margin-top: 25px;
    color: white;
    margin-bottom: 55px;
  font-size: 115%;
   }
   
   #club-bg #social
   {
      padding-top:20px;
   }
   #club-bg #social li
   {
     color:white !important;
   }
   #club-bg #social li a
   {
     background:transparent !important;
   }
   .gap-10{ height: 10px; }
   .gap-5{ height: 5px; }
.caret-up {
    width: 0; 
    height: 0; 
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-bottom: 4px solid;
    
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle;
}
.dropdown-menu{
  background-color: #000 !important;
}
.dropdown-menu li { width: 100% !important; padding: 0px !important }
.dropdown-menu li a{ width: 100% !important; text-align: left; }
#about_wrapper{ z-index: 1978 !important }
.cart-fixed{ position: fixed; padding: 0px !important; z-index: 999999;right: 0; }
.cart-fixed a{ border-radius:0px !important; }

.cart-fixed .items{
  font-size: 16px;
  background-color: #0fcef1;
    padding:0px 6px;
    -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  }

.mydropdown{ max-height: 450px !important; overflow: auto;}
