@import url("color-orange.css");

/* #Navigation
================================================== */
nav.navbar_menu{background: rgba(0,0,0,0.5);min-height: auto;border-bottom: 0px;margin-bottom: 0px;padding: 10px 0px;border-radius: 0px;}
nav.navbar_menu .navbar-header a.navbar-brand{display: block;float: none;height: auto;padding: 0px;}
nav.navbar_menu ul.navbar-nav li a{color:#fcfcfc;padding:10px 0px;display: block;font-family: 'Lato', sans-serif;font-weight:700;text-transform:uppercase;border-bottom:1px solid rgba(0,0,0,0);-webkit-transition: all 300ms linear;-moz-transition: all 300ms linear;-o-transition: all 300ms linear;-ms-transition: all 300ms linear;transition: all 300ms linear; }
nav.navbar_menu ul.navbar-nav li a:hover{border-bottom: 1px solid #e67e22;background:transparent;}
nav.navbar_menu ul.navbar-nav li.book_btn a{border: 2px dotted #e67e22;padding: 10px;color: #ffd400;
text-decoration: none;border-radius: 30px;} 
/* #Home
================================================== */

#home{position: relative; margin: 0 auto;width: 100%;overflow:hidden;padding-top:0;z-index:2;}
.big-text { position: absolute; top: 50%;margin-top:-30px;
width: 100%;font-family: 'Montserrat', sans-serif;text-shadow: 0 0 15px rgba(0,0,0,0.3);text-transform:uppercase;text-align:center;
	font-weight:700;
	font-size: 50px; 
	line-height:50px;
	color: #ededed;
	z-index: 20; 
}
.big-text span{ 
	background: rgba(0,0,0,.3); 
	padding-top:15px;
	padding-bottom:15px;
	padding-left:30px;
	padding-right:30px;
}
.small-text { 
	position: absolute; 
	top: 50%;
	margin-top:55px;
	color:#fff;
	width: 100%;
	font-family: 'Satisfy', cursive;
	text-shadow: 0 0 5px rgba(0,0,0,0.1);
	text-align:center;
	font-size: 23px; 
	line-height:23px;
	z-index: 20; 
}
.flippy {
position: relative;
}
.flippy > * {
position: absolute;
opacity: 0;
width:100%;
top:-100px;
}
.flippy > *:first-child {
opacity: 1;
top: 0;
}
.social-top{ 
	position:relative;
	width:100%;
	z-index:1002;
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
}

.social-top1{ 
	position:relative;
	width:100%;
	z-index:1002;
	padding-top:475px;
	padding-bottom:0px;
	padding-left:300px;
	height:80px;
	text-align:center;
}
 
.social-top ul.list-social{display: block;list-style-type: none;padding: 0px;margin: 0px;}
.list-social li {
    padding:2; 
    list-style: none;
	text-align:center; 
	width:40px;
    display: inline-block;
	cursor:pointer;
	margin-left:4px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}

.list-social li.icon-soc a {
	font-family: 'FontAwesome';
	font-size: 30px;
	line-height: 30px;
	width:30px;
	opacity:1;
	margin:0;
	padding:0;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.list-social li:hover a, .list-social li a:hover{text-decoration:none;}
.list-social li:hover.icon-soc a{
	opacity:.6;
}
.boxedcontainer		{	max-width: 1170px; margin:auto; padding:0px 30px;}

/*********************************************
	-	SETTINGS FOR BANNER CONTAINERS	-
**********************************************/
.tp-banner-container{
	width:100%;
	position:relative;
	padding:0;

}

.tp-banner{
	width:100%;
	position:relative;
}

.tp-banner-fullscreen-container {
		width:100%;
		position:relative;
		padding:0;
}
.just_pattern { 
	background-image: url(../../images/pattern.png); 
	position: absolute; 
	opacity: 0.8; 
	left: 0px;
	top: 0px;
	right:0;
	bottom:0;
	width: 100%;
	height: 100%; 
	z-index: 1; 
}
.scroll-btn {
	position: absolute;
	font-family: 'OpenSans-Light-webfont';
	font-size: 10px;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	bottom:30px;
	left:50%;
	margin-left:-30px;
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-ms-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
	width: 60px;
	height:40px;
	background:url('../../images/arrow-down.png') no-repeat center bottom;
	background-size:30px 16px;
	z-index: 3900;
	opacity:.8;
} 
.scroll-btn {
    -webkit-animation: arrows 3.8s infinite;
    -webkit-animation-delay: 1s;
    animation: arrows 3.8s infinite;
    animation-delay: 1s;
}
  @keyframes arrows {
    0% { bottom:30px; }
    10% { bottom:40px; }
    20% { bottom:30px; }
    30% { bottom:40px; }
    40% { bottom:20px; }
    50% { bottom:40px; }
    60% { bottom:30px; }
    70% { bottom:40px; }
    80% { bottom:20px; }
    90% { bottom:40px; }
    100% { bottom:30px; }
  }
  @-webkit-keyframes arrows {
    0% { bottom:30px; }
    10% { bottom:40px; }
    20% { bottom:30px; }
    30% { bottom:40px; }
    40% { bottom:20px; }
    50% { bottom:40px; }
    60% { bottom:30px; }
    70% { bottom:40px; }
    80% { bottom:20px; }
    90% { bottom:40px; }
    100% { bottom:30px; }
  }  
/* #product
================================================== */

#product{
	position: relative; 
	margin: 0 auto;
	width: 100%;
	background:#f2f2f2;
	overflow:hidden;
	padding-top:50px;
	padding-bottom:40px;
	z-index:2;
}
#product h6 {
	text-align:left;
	padding-bottom:25px;
}
h1 span:before  {
	content:'-';
	padding-right:10px;
	font-weight: 100;
}
h1 span:after  {
	content:'-';
	padding-left:10px;
	font-weight: 100;
}
.head-subtext {
	text-align:center;
	padding-top:30px;
	padding-bottom:40px;
	font-family: 'Open Sans', sans-serif;
	text-transform:uppercase;
	font-size: 17px;
	line-height:22px;
	color:#737373;
}
#product .head-subtext {
	padding-bottom:30px;
}
#news .head-subtext {
	padding-bottom:30px;
}
svg {
	pointer-events: none;
}
.drawings {
	position: relative;
	max-height: 600px;
}

.illustration {
	position: absolute;
	top: 50%;
	left: 50%;
	max-height: 100%;
	max-width: 100%;
	opacity: 0;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.show {
	opacity: 1;
}

.hide {
	opacity: 0;
}

.line-drawing,
.illustration {
	-webkit-transition: opacity 0.8s;
	transition: opacity 0.8s;
}

.line-drawing path {
	fill: none;
	stroke-width: 1;
}

path.line-round {
	stroke-linecap: round;
}

path.stroke-medium {
	stroke-width: 2;
}

path.stroke-thin {
	stroke-width: 1;
}
  
  
  
 /* #The team
================================================== */

#team{
	position: relative; 
	margin: 0 auto;
	width: 100%;
	overflow:hidden;
	padding-top:50px;
	padding-bottom:70px;
	z-index:2;
} 
#team h6 {
	text-align:center;
	padding-bottom:25px;
}
 #team img{
	width: 92%;
    height: 39px;
	display:block;
	margin: 0 auto;
	text-align:center;
   
}
	
	
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}  




 #team img:hover{
    -webkit-transform: scale(0.8);  
    -moz-transform: scale(0.8);  
    -ms-transform: scale(0.8);   
    -o-transform: scale(0.8);   
    transform: scale(0.8);
} 
  
 .flipWrapper {
	-webkit-perspective: 1000;
	-moz-perspective: 1000;
	-ms-perspective: 1000;
	-o-perspective: 1000;
	perspective: 1000;
	width: 100%;
	height: 300px;
	position: relative;
	margin: 0 auto;
	cursor: pointer;
	text-align:center;
}

.flipWrapper .card.flipped {
	-webkit-transform: rotatey(180deg);
	-moz-transform: rotatey(180deg);
	-ms-transform: rotatey(180deg);
	-o-transform: rotatey(180deg);
	transform: rotatey(180deg);
}
.flipWrapper .card {
	width: 100%;
	height: 100%;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
	margin: 0 auto;
	text-align:center;
}
.flipWrapper .card .face {
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	/*background:#f2f2f2;*/
	position: absolute;
	margin: 0 auto;
	text-align:center;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 2;
}
.flipWrapper .card .front {
	position: absolute;
	z-index: 1;
	color: white;
	cursor: pointer;
	 
}
.flipWrapper .card .back {
	-webkit-transform: rotatey(-180deg);
	-moz-transform: rotatey(-180deg);
	-ms-transform: rotatey(-180deg);
	-o-transform: rotatey(-180deg);
	transform: rotatey(-180deg);
	background:#f2f2f2;
	cursor: pointer;
	width:100%;
	height:100%;
	padding:0; 
	border-radius: 99em;
} 
.flipWrapper .card .back p{
	padding-top:20px;
	text-align:left;
	padding-left:20px;
	padding-right:20px;
} 
.flipWrapper .card .back p:last-child{
	padding-top:10px;
} 

.social-team{ 
	position:absolute;
	left:20px;
	bottom:20px;
	z-index:5;
}
.team-social li {
	margin:0 auto;
    list-style: none;
	text-align:center; 
    display: inline-block;
	cursor:pointer;
	width:30px;
	height:16px;
}
.team-social li.icon-team a {
	font-family: 'FontAwesome';
	font-size: 16px;
	line-height: 16px;
	margin:0 auto;
	text-align:center;
	padding-right:15px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.team-social li:last-child.icon-team a{
	padding-right:0;
}
.team-social li:hover{
}
.team-social li:hover.icon-team a{
	opacity:.6; 
} 

/* #clients sections
================================================== */ 
#clients{
	position: relative; 
	margin: 0 auto;
	width: 100%;
	overflow:hidden;
	padding-top:67px;
	padding-bottom:150px;
} 
#clients1{
	position: relative; 
	margin: 0 auto;
	width: 100%;
	overflow:hidden;
	padding-bottom:170px;
}
.z-index{
	z-index:5;
} 
 
/* #testimonials section
================================================== */ 
.test{
	position:relative;
	width:100%;
	z-index:100;
	text-align:center;
	margin:0 auto;
}
.test h6{
	font-family: 'OpenSans-Light-webfont';
	font-size: 20px;
	line-height:25px;
	padding-bottom:25px;
	padding-top:15px;
	color:#fff;
}
.test p{
	padding-bottom:10px;
	font-size: 90%;
	text-align:center;
	color:#fff;
}
.test span{
	border-top:1px solid rgba(255,255,255,.7);
	padding-top:5px;
}

.icon-test  {
	position:relative;
	font-family: 'FontAwesome';
	font-size: 26px;
	line-height: 26px;
	height: 26px;
	width:100%;
	margin:0 auto;
	padding-bottom:20px;
	text-align:center;
}
 /* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper{
	position:relative;
	width:100%;
}
.bx-wrapper .bx-prev {
	left: 50%;
	margin-left:-35px;
	bottom:-40px;
	background:url(../../images/arr1.png) no-repeat center center;
	background-size:15px 15px;
	border-top-left-radius:3px;
	border-bottom-left-radius:3px;
	-webkit-transition : all 0.2s ease-out;
	-moz-transition : all 0.2s ease-out;
	-o-transition :all 0.2s ease-out;
	transition : all 0.2s ease-out;  
}

.bx-wrapper .bx-next {
	right:50%;
	margin-right:-35px;
	bottom:-40px;
	background:url(../../images/arr2.png) no-repeat center center;
	background-size:15px 15px;
	border-top-right-radius:3px;
	border-bottom-right-radius:3px;
	-webkit-transition : all 0.2s ease-out;
	-moz-transition : all 0.2s ease-out;
	-o-transition :all 0.2s ease-out;
	transition : all 0.2s ease-out;  
}

.bx-wrapper .bx-prev:hover {
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
}

.bx-wrapper .bx-next:hover {
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	outline: 0;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	z-index: 9;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}  
 .facts-wrap{
	position: relative; 
	width: 100%;
	margin:0 auto;
	text-align:center;
}
.facts-wrap h6{
	padding-top:15px;
	color:#fff;
}
.facts-line{
	position: absolute; 
	width: 1px;
	background:#fff;
	opacity:.2;
	right:-10px;
	top:30px;
	bottom:30px;
	z-index:20;
}
.facts-wrap-num{
	font-family: 'Lato', sans-serif;
	font-weight:300;
	font-size: 80px; 
	line-height:80px;
	text-shadow: 0px -2px 0px rgba(51,51,51,.1),
                  0px 2px 3px rgba(102,102,102,.1);
	width:100%;
	text-align:center;
	opacity:.9;
} 
 
 
 .parallax {
	background: url('../../images/parallax/1.jpg') repeat fixed;
	background-size: cover;
	position: absolute;
	top: 0; 
	left: 0; 
	right: 0;
	bottom: 0;
	z-index: -1;
	width:100%;  
}
.just_pattern1 { 
	background: -webkit-gradient(radial, center center, 0, center center, 460, from(rgba(0,0,0,0.01)), to(rgba(0,0,0,.9)));
	background: -webkit-radial-gradient(circle, rgba(0,0,0,0.01), rgba(0,0,0,.9));
	background: -moz-radial-gradient(circle, rgba(0,0,0,0.01), rgba(0,0,0,.9));
	background: -ms-radial-gradient(circle, rgba(0,0,0,0.01), rgba(0,0,0,.9));
	background: radial-gradient(circle, rgba(0,0,0,0.01), rgba(0,0,0,.9));
	position: absolute; 
	left: 0px;
	top: 0px;
	right:0;
	bottom:0;
	width: 100%;
	height: 100%; 
	z-index: 2; 
}
@media only screen and (min-width: 1930px) { .parallax { background-size: cover; } }
 @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
	.parallax { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}
@media only screen and (max-width: 959px) {
	.parallax { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}
  .parallax1 {
	background: url('../../images/parallax/2.jpg') repeat fixed;
	background-size: cover;
	position: absolute;
	top: 0; 
	left: 0; 
	right: 0;
	bottom: 0;
	z-index: -1;
	width:100%;
}

@media only screen and (min-width: 1930px) { .parallax1 { background-size: cover; } }
 @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
	.parallax1 { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}
@media only screen and (max-width: 959px) {
	.parallax1 { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}
 
 
#action {
	position: relative; 
	width: 100%;
	background:rgba(0,0,0,.3);
	padding-top:30px;
	padding-bottom:30px;
	margin-bottom:150px;
	z-index:200;
	-webkit-transition : all 0.3s ease-out;
	-moz-transition : all 0.3s ease-out;
	-o-transition :all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
#action:hover {
	background:rgba(0,0,0,.5);
}
#action h6 {
	color: #fff;
}
#action p {
	padding-top:10px;
	text-align:center;
	text-transform:uppercase;
}
#contact{
	position: relative; 
	margin: 0 auto;
	width: 100%;
	overflow:hidden;
	padding-top:100px;
} 
 .parallax2 {
	background: url('../../images/parallax/3.jpg') repeat fixed;
	background-size: cover;
	position: absolute;
	top: 0; 
	left: 0; 
	right: 0;
	bottom: 0;
	z-index: -1;
	width:100%;  
}
@media only screen and (min-width: 1930px) { .parallax2 { background-size: cover; } }
 @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
	.parallax2 { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}
@media only screen and (max-width: 959px) {
	.parallax2 { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}

.contact-wrap{
	position: relative; 
	margin: 0 auto;
	overflow:hidden;
	padding-top:40px;
	padding-bottom:40px;
	padding-left:40px;
	padding-right:40px;
	background:rgba(0,0,0,.4);
} 
.contact-wrap h6{
	padding-bottom:25px;
	text-align:center;
	color:#fff;
} 
.contact-wrap p{
	padding-bottom:30px;
	text-align:center;
	color:#fff;
	opacity:.8;
} 
.contact-wrap p span{
	font-family: 'Open Sans', sans-serif;
	color:#fff;
	font-size: 20px;
	line-height: 20px;
	text-transform:uppercase;
	padding-right:10px;
	font-weight: 800;
}
.icon-contact1{
	font-family: 'FontAwesome'; 
	font-size: 20px;
	line-height: 20px;
	text-align:center;
	z-index:6;
	padding-right:10px;
} 

.contact-wrap p:last-child{
	padding-bottom:0;
} 
	#ajax-form {
		width: 100%;
		font-family: 'OpenSans-Light-webfont';
		font-size: 10px;
		line-height:14px;
	color:#fff;
	margin:0 auto;text-transform:uppercase;
	}
	label {
		display: block;
		font-family: 'OpenSans-Light-webfont';
		font-size: 14px;
		line-height:32px;
	}
	input{
		width: 96%;
		border:none;
		margin-bottom:10px;
		font: 13px/22px 'Open Sans', sans-serif;
		padding-top: 5px;
		padding-bottom: 5px;
	background: #fff;
	}
	textarea {
		width:96%;
		font: 13px/22px 'Open Sans', sans-serif;
		height:90px;
		margin-top:2px;
		padding-top: 5px;
		padding-bottom: 5px;
		border:none;
	background:#fff;
	}
	.error {
		font: 10px/22px 'Open Sans', sans-serif;
		text-transform:uppercase;
		display: none;
		color:#fff;
	}
	#ajaxsuccess {
		background: #f5f5f5;
		color:#000;
		font: 20px/60px 'Open Sans', sans-serif;
		height:60px;
		display: none;
		padding-left:10px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 30px;
	}
	#button-con {
	position:relative;
	text-align:center;
		width: 100%;
	margin:0 auto;
	margin-top:10px;
	}
#button-con button{
	width:100%;
	height:40px;
	padding-top:0;
	margin:0 auto;
	text-align:center;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	line-height:40px;
	color:#fff;
	background: rgba(0,0,0,.4);
	text-transform:uppercase;
 }
#button-con button:hover{
	background: rgba(0,0,0,.6);
 }
#button-con button:focus{ 
    outline: none !important;
 }
.text-align-center{
	text-align:center;
	padding-top:10px;
 }
	#ajax-form textarea:active,
	#ajax-form input:active {	
	  color: #fff;
	border-bottom:1px solid rgba(100,100,100,.3);}
	#ajax-form textarea:active,
	#ajax-form input:hover {	
	  color: #fff;
	border-bottom:1px solid rgba(255,255,255,.3);}
		#ajax-form textarea:focus,
	#ajax-form input:focus {	 
    outline: none !important;
    border-color: rgba(255,255,255,.6);
    box-shadow: 0 0 10px rgba(0,0,0,.4);}
	#ajax-form textarea,
	#ajax-form input {	
	  color: #fff;
	border-bottom:1px solid rgba(255,255,255,.3);}

#ajax-form input[type="text"]{
	padding-left:2%;
	padding-right:2%;
}
#ajax-form input[type="text"], textarea{
	padding-left:2%;
	padding-right:2%;
} 
#google_map {
	-webkit-filter: grayscale(90%);
	-moz-filter: grayscale(90%);
	-ms-filter: grayscale(90%);
	-o-filter: grayscale(90%);
	filter: grayscale(90%);
	filter: url(../../images/grayscale.html#greyscale);
	filter: gray; /* IE 6-9 */
}
#google_map {
	width:100%;
	height:400px;
	z-index:0;
	position:relative;	
	display: none;
	z-index:200;
	opacity:.8;
}

.button-map {
	margin-top:50px;
    cursor: pointer;
    text-align: center;
    position: relative;
    width: 100%;
    display: block;
    color: #fff;
    background: rgba(0,0,0,.3);
    font-size: 16px;
	font-family: 'Montserrat', sans-serif;
    text-transform:  uppercase;
    padding: 30px 0;
	z-index:200;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.close-map:after {
	content: "\f107";
	font-family: FontAwesome;
	display: inline-block;
	font-weight: normal;    
	font-style: normal;    
	display: inline-block;    
	text-decoration: inherit;
    margin-left: 16px;
    font-size: 18px;	
}

.show-map:after {
	content: "\f106";
	font-family: FontAwesome;
	display: inline-block;
	font-weight: normal;    
	font-style: normal;    
	display: inline-block;    
	text-decoration: inherit;
    margin-left: 16px;
    font-size: 18px;	
}

.button-map:hover {
    background: rgba(0,0,0,.7);
    color: #fff;
}

.map-tooltip h6 {
	color: #292929;
	text-transform: uppercase;
	margin-left:20px;
	font-size: 18px;
	margin-bottom: 10px;
	margin-top: 10px;	
}

.map-tooltip p {
	margin-bottom: 10px;
	margin-left:20px;
	font-size: 13px;
	text-align:center;
}
#news{
	position: relative; 
	margin: 0 auto;
	width: 100%;
	background:#f2f2f2;
	overflow:hidden;
	padding-top:50px;
	z-index:2;
} 
iframe{ 
	width:100%;
	height:400px;
	display:block;
}

.custom_box_result a:hover{text-decoration:none;}
.section-content {width: 100%;   padding: 15px 0 15px;    position: relative;    clear: both;}
.booking_sec .section-content {background: #e8e8e8;}
body.footshow .booking_sec .section-content{padding-bottom: 80px;}
.common_section .booking_title{background: #ae1000;margin-bottom: 5px;border-radius: 5px;}
.common_section .booking_title h4{margin: 0px;color: #fff;}
.common_section .booking_title h4 i{margin-right:4px;}
.booking_sec .custom_block_content {border-radius: 5px;border: 1px solid #e2dbdb;padding: 8px 10px;margin-bottom:20px;}
.block-content-2 {padding: 30px 30px;box-shadow: 0px 2px 3px 0 rgb(0 0 0 / 10%);background-color: #fff;}
.mydatepicker .btn-outline{padding: 24px 39px;border-color: #ae1000;font-size: 15px;line-height: 21px;}
.mydatepicker .btn-outline:hover{background-color: #fbfbfb;}
.mydatepicker .btn-outline span i{color: #ae1000;}
.mydatepicker{text-align: center;}
.booking_sidebar .inner_sidebar{background: #fff;border-radius: 2px;-webkit-box-shadow: 0 2px 4px 0 #c8c8c8;-moz-box-shadow: 0 2px 4px 0 #c8c8c8;box-shadow: 0 2px 4px 0 #c8c8c8;padding: 10px 0px;
margin-top: 10px;margin-bottom: 20px;}
.fare_rules{border: 1px solid #ccc;padding: 10px;}
.booking_sidebar .inner_sidebar ul {list-style-type: none;padding: 0px;margin: 0px;display: block;}
.booking_sidebar .inner_sidebar ul li {font-size: 13px;line-height: 24px;padding: 0px 15px;}
.booking_sidebar .inner_sidebar ul li {display: block;color: #666;}
.booking_sidebar .inner_sidebar ul li small {color: #999;}
.booking_sidebar .inner_sidebar ul li span.price, .booking_sidebar .inner_sidebar ul li span.childprices {float: right;display: inline-block;}
.booking_sidebar .inner_sidebar ul li ul.inner_ul {background: #f9f9f9;border-radius: 0px;padding: 2px 4px;display: none;}
.booking_sidebar .inner_sidebar ul li ul.inner_ul li {padding: 0px;}
.booking_sidebar .inner_sidebar ul li.total_value { border-top: 1px solid #e4e4e4;padding-top: 5px; margin-top: 10px;color: #333;}
.booking_sidebar .inner_sidebar ul li.you_pay {font-size: 18px;line-height: 22px;padding: 10px 30px;}
.booking_sidebar .inner_sidebar ul li.you_pay {margin-top: 8px;border-bottom: 1px solid #e4e4e4;border-top: 1px solid #e4e4e4; background: #f4f4f4; font-weight: bold; margin-bottom: 5px;}
.additionalcharges li {display: inline-block;padding: 10px;}
.ticket_count { border: none; border-radius: 4px; display: inline-block;  font-size: 18px;   height: 36px;   vertical-align: middle;  width: 10%;}
.commonprice{font-size: 11px; color: rgb(153, 153, 153);margin:0px;}
footer{bottom: 0;color: #58666e;left: 0; padding: 10px 30px; position: absolute;right: 0; background: #fff;} 
/* #waterpark_footer { width: 60%;margin:auto;} */
.mybookingfooter{background-color:#0f0e9f;position:fixed;z-index: 1000;}
.mydatepicker a.active {background: #e0edf7;}
.booking_btn {text-align: center; margin: 20px auto; display: block;}
.footerbooking_btn {text-align: center; margin: 10px auto; display: block;}
.coupon_btn {display: block;}
.booking_btn .pay_btn, .footerbooking_btn .pay_btn, .coupon_btn .pay_btn, .addon_btn .select_btn {display: inline-block;outline: none;border: 0px;box-shadow: none;text-transform: uppercase; border-radius: 4px;border-color: #89ad3e;color: #fff;background-image: linear-gradient(to right, #f5220d , #ae1000);}
.custom_box_result .addon_btn{margin:10px 0px 5px;}
.custom_box_result .addon_btn .select_btn{ font-size: 14px;  line-height: 18px;  padding: 6px 12px;}
.addon_btn{text-align: center;margin-bottom: 5px;}
.custom-error{color:#ff0000;}
.custom_box_result label{font-size:15px;line-height:21px;color:#ae1000;}
.custom_box_result .guest_quantity input{background:#fff;padding-bottom: 10px;vertical-align: middle;}
.custom_box_result .guest_quantity i{color: #ae1000; font-size: 24px;cursor:pointer;}
.custom_box_result .ticket_guest table tr td{font-size: 16px;line-height: 21px;color:#222;}
.custom_box_result .ticket_guest table tr td.cus_total{color: #ae1000; }
.custom_box_result ul.addoncharges, .custom_box_result ul.additionalscharges{list-style-type:none;padding:0px;margin:0px;}
.custom_box_result ul.addoncharges li, .custom_box_result ul.additionalscharges li{display:inline-block;margin-bottom:20px;}  
.custom_box_result ul.addoncharges li .addonscharges, .custom_box_result ul.additionalscharges li .additionalcharges{position:relative;border: 1px solid #f5f5f5;}
.custom_box_result ul.addoncharges li .addonscharges input.myaddoncharges, .custom_box_result ul.additionalscharges li .additionalcharges input.myaddtionalcharges{position:absolute;top:0px;left:0px;width:100%;height:100%;margin: 0px;opacity: 0;}   
.custom_box_result ul.addoncharges li .addonscharges .myimg img, .custom_box_result ul.additionalscharges li .additionalcharges .myimg img{width:100%;}
.custom_box_result ul.addoncharges li .addonscharges h4.mytitle, .custom_box_result ul.additionalscharges li .additionalcharges h4.mytitle{color: #ae1000;margin: 10px 0px;}
.custom_box_result ul.addoncharges li .addonscharges .myprice, .custom_box_result ul.additionalscharges li .additionalcharges .myprice{font-size: 14px;line-height: 21px;color: #666;margin-bottom: 5px;}
.custom_box_result ul.addoncharges li .addonscharges span, .custom_box_result ul.additionalscharges li .additionalcharges span{display:none;position: absolute;top: 6px;right: 6px;z-index: 999;background: #ae1000;color: #fff;font-size: 14px;line-height: 18px;padding: 3px;border-radius: 50%;} 
.custom_box_result ul.addoncharges li .addonscharges.active, .custom_box_result ul.additionalscharges li .additionalcharges.active{border:1px solid #ae1000;}
.custom_box_result ul.addoncharges li .addonscharges.active span, .custom_box_result ul.additionalscharges li .additionalcharges.active span{display:block;}
.custom_box_result ul.addoncharges li .addonscharges .add_cont, .custom_box_result ul.additionalscharges li .additionalcharges .add_cont{padding:0px 10px 10px;}
.footer1 {width: 100%;height: 30px;background: #1a90fe;color: #fff;padding: 5px;}
/* #footer
================================================== */

#footer{
	position: relative; 
	margin: 0 auto;
	width: 100%;
	background:#fff;
	padding-top:60px;
	padding-bottom:0px;
}
#footer .back-top{
	position: absolute; 
	cursor:pointer;
	top:-10px;
	left:50%;
	margin-left:-20px;
	width:40px;
	height:40px;
	font-family: 'FontAwesome';
	border-top-left-radius:3px;
	border-top-right-radius:3px;
	text-align:center;
	z-index:10000;	
	font-size: 22px;
	line-height: 40px;
	background:#f2f2f2;
	/*-webkit-box-shadow: 0 -5px 15px -5px #000;
	-moz-box-shadow: 0 -5px 15px -5px #000;
	box-shadow: 0 -5px 15px -5px #000;*/
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
#footer .back-top:hover{
	background:#fff;
	-webkit-box-shadow: 0 -5px 5px -5px #000;
	-moz-box-shadow: 0 -5px 5px -5px #000;
	box-shadow: 0 -5px 5px -5px #000;
}
#footer p{
	text-transform:uppercase;
	font-size: 12px;
	line-height:22px;
	text-align:center;
	padding-bottom:5px;
}  
.icon-footer{
	font-family: 'FontAwesome'; 
	font-size: 16px;
	line-height: 22px;
	text-align:center;
	z-index:6;
	padding-left:5px;
	padding-right:5px;
} 
#waterpark_footer_summary span{font-size: 14px;line-height: 21px;color:#fff;display:block;}
#waterpark_footer_summary span#foot_summ_park_date_span{color:rgb(253 221 0);}
.booking_sidebar h4{color:#ae1000;font-size:18px;line-height:21px;margin:0px 0px 10px;}
.booking_sidebar h4 i{vertical-align: middle;}

@media(min-width:1200px){
	nav.navbar_menu ul.navbar-nav li a{font-size:14px;line-height:18px;margin:0px 10px;}	
}
@media(min-width:992px) and (max-width:1199px){
	nav.navbar_menu .navbar-header{width: 220px;margin-top: 10px;}	
	nav.navbar_menu .navbar-header a.navbar-brand img{width:100%;}
	nav.navbar_menu ul.navbar-nav li a{font-size:13px;line-height:18px;margin:0px 10px;}	
	.cus_sidebar{margin: auto;display: block;float: none;}
}
@media(min-width:768px) and (max-width:991px){
	nav.navbar_menu .navbar-header{width: 190px;margin-top: 10px;}	
	nav.navbar_menu .navbar-header a.navbar-brand img{width:100%;}
	nav.navbar_menu ul.navbar-nav li a{font-size:11px;line-height:14px;margin:0px 5px;}	
	nav.navbar_menu ul.navbar-nav li.book_btn a{margin:0px;font-size:10px;}
}
@media(min-width:768px){
	nav.navbar_menu ul.navbar-nav{float:right;margin: 12px 0px 10px;}	
	.custom_box_result .ticket_guest table tr td.cus_total{font-size: 18px;line-height: 21px;}
	.custom_box_result ul.addoncharges li, .custom_box_result ul.additionalscharges li{width:calc(33% - 20px);margin-right:15px;}
	.custom_box_result ul.addoncharges li:nth-child(3n), .custom_box_result ul.additionalscharges li:nth-child(3n){margin-right:0px;}
	.custom_box_result ul.addoncharges li .addonscharges h4.mytitle, .custom_box_result ul.additionalscharges li .additionalcharges h4.mytitle{font-size: 18px;line-height: 21px;}
	.booking_btn .pay_btn, .footerbooking_btn .pay_btn, .coupon_btn .pay_btn{ font-size: 16px;  line-height: 21px;  padding: 8px 15px;}
	.common_section .booking_title{padding: 15px 20px;}
	.common_section .booking_title h4{font-size: 18px;line-height: 21px;}
}
@media(max-width:767px){
	nav.navbar_menu .navbar-toggle{background: #ffd400;}
	nav.navbar_menu ul.navbar-nav{margin:auto;}
	nav.navbar_menu .navbar-toggle .icon-bar{background: #ae1000;}	
	nav.navbar_menu ul.navbar-nav li.book_btn a{display: inline-block;padding: 10px 20px;}
	.custom_box_result .ticket_guest table tr td.cus_total{font-size: 15px;line-height: 21px;}
	.custom_box_result ul.addoncharges li, .custom_box_result ul.additionalscharges li{width:calc(50% - 15px);margin-right:10px;}
	.custom_box_result ul.addoncharges li:nth-child(2n), .custom_box_result ul.additionalscharges li:nth-child(2n){margin-right:0px;}
	.custom_box_result ul.addoncharges li .addonscharges h4.mytitle, .custom_box_result ul.additionalscharges li .additionalcharges h4.mytitle{font-size: 16px;line-height: 21px;}
	.booking_btn .pay_btn, .coupon_btn .pay_btn{ font-size: 14px;  line-height: 18px;  padding: 8px 15px;}
	.footerbooking_btn .pay_btn{ font-size: 14px;  line-height: 18px;  padding: 6px 12px;}
	.mybookingfooter{padding:10px;}
	.common_section .booking_title{padding: 10px 15px;}
	.common_section .booking_title h4{font-size: 16px;line-height: 21px;}
}
@media(max-width:480px){ 
	nav.navbar_menu .navbar-header a.navbar-brand{width: 250px;}	
	nav.navbar_menu .navbar-header a.navbar-brand img{width:100%;}
}