a
{
	color:#2e2e2e;
	transition-duration:0.4s;
    -webkit-transition-duration:0.4s;
}

a:hover, a:focus
{
	color:#000;
	text-decoration:none;
}

.img-responsive
{
	width:100%;	
}

body
{
	font-family: 'Open Sans', sans-serif;
	margin:0px;
	padding:0px;
	line-height:26px;
	font-size:14px;
	color:#333333;
}

h1
{
	font-family: 'Roboto', sans-serif;
	color:#4b4b4b;
	font-weight:900;
	font-size:48px;
	line-height:48px;
	margin-top:0px;
	margin-bottom:30px;
	padding:0px;
	text-transform:uppercase;
}

h2
{
	font-family: 'Roboto', sans-serif;
	font-weight:normal;
	font-size:30px;
	line-height:36px;
	color:#ffffff;
	margin:30px 0px 30px 0px;
	padding:0px;
}

h3
{
	font-family: 'Roboto', sans-serif;
	font-weight:900;
	font-size:24px;
	line-height:30px;
	color:#4b4b4b;
	text-transform:uppercase;
	padding:0px;
	margin-top:20px;
	margin-bottom:30px;
	text-align:center;
}

h4
{
	font-weight:700;
	font-size:18px;
	line-height:24px;
	color:#fff;
	text-transform:uppercase;
	padding:0px 7px 0px 0px;
	margin-top:20px;
	margin-bottom:20px;
	display:inline-block;
	border-bottom:2px solid #fff;
}

h5
{
	font-weight:700;
	font-size:18px;
	line-height:24px;
	letter-spacing:1px;
	color:#fff;
	text-transform:uppercase;
	padding:0px;
	margin-top:0px;
	margin-bottom:20px;
}

h5 span
{
	font-size:12px;
	display:block;
	font-weight:normal;
	text-transform:none;	
	line-height:16px;
	letter-spacing:0px;
	padding-bottom:10px;
}

h5.icon1, h5.icon2, h5.icon3, h5.icon4
{
	padding-top:121px;
	background-position:center top;
	background-repeat:no-repeat;
}

h5.icon1
{
	background-image:url(../images/food-drink-service.png);	
}

h5.icon2
{
	background-image:url(../images/rides.png);	
}

h5.icon3
{
	background-image:url(../images/personal-locker.png);	
}

h5.icon4
{
	background-image:url(../images/night-park.png);	
}

h5.child, h5.child1, h5.adult, h5.adult1, h5.senior-citizen, h5.senior-citizen1
{
	padding-top:70px;
	background-position:center top;
	background-repeat:no-repeat;
	margin-bottom:0px;	
}

h5.child
{
	background-image:url(../images/kid-icon.png);
}

h5.child1
{
	background-image:url(../images/kid-icon-white.png);
}

h5.adult
{
	background-image:url(../images/adult-icon.png);
}

h5.adult1
{
	background-image:url(../images/adult-icon-white.png);
}

h5.senior-citizen
{
	background-image:url(../images/senior-citizen-icon.png);
}

h5.senior-citizen1
{
	background-image:url(../images/senior-citizen-icon-white.png);
}

h6
{
	font-family:'Open Sans', sans-serif;
	font-size:14px;
	color:#8cff25;
	font-weight:600;
	text-transform:uppercase;
	margin-bottom:20px;
}

strong
{
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
}

hr
{
	border:none;
	padding:0px;
	margin:28px 0px;
	height:1px;
	background-color:#e9e9e9;	
}

.btn-default
{
	font-family:'Open Sans', sans-serif;
	font-weight:700;
	font-size:14px;
	line-height:16px;
	text-transform:uppercase;
	letter-spacing:1px;
	background-color:#f8c300;
	border:none;
	border-radius:2px;
	padding:13px 20px 13px 20px;
	color:#000;
	margin-top:20px;
	margin-bottom:20px;
	display:inline-block;
	-webkit-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.75);
	box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.75);
	transition-duration:0.4s;
    -webkit-transition-duration:0.4s;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active
{
	background:#66307e;
	border:none;
	color:#fff;
}

.btn-default.booking
{
	font-family:'Open Sans', sans-serif;
	font-weight:700;
	font-size:16px;
	letter-spacing:1px;
	width:237px;
	height:83px;
	display:block;
	background:transparent url(../images/ticket-btn-bg.png) 0px 0px no-repeat;
	box-shadow:none;
	color:#000;
	text-transform:uppercase;
	line-height:83px;
	margin-left:40px;
	padding:0px;
}

.btn-default.booking:hover, .btn-default.booking:focus
{
	color:#66307e;	
}

.btn-block
{
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
	font-size:16px;
	line-height:18px;
	text-transform:uppercase;
	letter-spacing:2px;
	background:#6f3487;
	border:none;
	border-radius:2px;
	padding:23px 40px;
	color:#fff;
	margin:0px;
	display:inline-block;
	width:auto;
	transition-duration:0.4s;
    -webkit-transition-duration:0.4s;
}

.btn-block:hover, .btn-block:focus, .btn-block:active, .btn-block.active
{
	background:#000;
	border:none;
	color:#fff;
}

.btn-link
{
	font-weight:700;
	text-transform:uppercase;
	color:#ffffff;
	font-size:12px;
	line-height:16px;
	margin:10px 0px;
}

.btn-link:hover, .btn-link:focus, .btn-link:active, .btn-link.active
{
	text-decoration:none;
	color:#ffcb00;	
}

header
{
    position:absolute;
	top:0px;
	left:0px;
	right:0px;
	z-index:100000;
}

.navbar-brand
{
	margin-left:35px;
	margin-bottom:25px;
	margin-top:20px;
	float:none;
	display:block;
	height:auto;
}

.top-links
{
	display:block;
	border-bottom:1px solid rgb(100, 176, 203);
    border-bottom:1px solid rgba(255, 255, 255, .3);
	text-align:right;
	color:#fff;
	font-size:12px;
	text-transform:uppercase;
	font-weight:600;	
}

.top-links ul
{
	margin:5px 0px;
	padding:0px;
	float:right;
}

.top-links ul li
{
	float:left;
	margin-left:20px;
	margin-right:20px;
	display:block;
}

.top-links ul li a
{
	color:#fff;
}

.top-links ul li a:hover, .top-links ul li a:focus, .top-links ul li a.active
{
	color:#f4c500;
}

nav
{
	font-weight:700;
	font-size:14px;
	line-height:16px;
	letter-spacing:1px;
	border:none;
	text-transform:uppercase;
	background-color:transparent;
	text-align:center;
}

.navbar
{
	margin-top:25px;
	margin-bottom:25px;
	margin-right:15px;
	display:inline-block;
	border-radius:0px;
	border:none;
	min-height:0px;
	text-align:center;
	transition-duration:0.4s;
    -webkit-transition-duration:0.4s;
}

.navbar-nav
{
	float:none;
	display:block;
}

.navbar-nav>li
{
	display:block;
	padding:0px 0px;
	margin:0px 10px;
}

.navbar-nav>li:last-child
{
	margin-right:0px;	
}

.navbar-nav>li a
{
	display:block;
	margin:0px;
	padding:10px 10px;
	color:#ffffff;
	border-radius:2px;
	line-height:16px;
	background:none;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.75);
}

.navbar-nav>li a:hover, .navbar-nav>li a:focus, .navbar-nav>li a:active, .navbar-nav>li a.active
{
	color:#fff;
	background:#67317f;
}

.navbar-collapse
{
	padding-right:0px;
	padding-left:0px;
	border:none;
	box-shadow:none;
}

.navbar-collapse.in
{
	overflow:hidden;	
}

.navbar-toggle
{
	color:#fff;
	font-size:12px;
	text-transform:uppercase;
	cursor:pointer;
	padding:8px 10px;
	margin:10px 10px;
	border-radius:2px;
	float:right;
	border:none;
	background-color:#66307e;
}

.navbar-toggle .icon-bar
{
	background-color:#fff;
}

.navbar-toggle:hover .icon-bar, .navbar-toggle:focus .icon-bar
{
	background-color:#fff;
}

.navbar-default
{
	background:none;
}

.jumbotron
{
	margin:0px;
	padding:0px;
	display:block;
	height:1000px;
	position:relative;
	background-color:#74cbc5;
}

.jumbotron .item
{
	height:1000px;
}

.jumbotron .item.first
{
	background:url(../images/slider-img-1.jpg) center top no-repeat;
	background-size:cover;
}

.jumbotron .item.second
{
	background:url(../images/slider-img-2.jpg) center top no-repeat;
	background-size:cover;
}

.jumbotron .item.third
{
	background:url(../images/slider-img-3.jpg) center top no-repeat;
	background-size:cover;
}

.jumbotron .item.fourth
{
	background:url(../images/slider-img-4.jpg) center top no-repeat;
	background-size:cover;
}

.jumbotron .item.fifth
{
	background:url(../images/slider-img-5.jpg) center top no-repeat;
	background-size:cover;
}

.jumbotron .item.sixth
{
	background:url(../images/slider-img-6.jpg) center top no-repeat;
	background-size:cover;
}

.jumbotron .item.seventh
{
	background:url(../images/slider-img-7.jpg) center top no-repeat;
	background-size:cover;
}

.jumbotron .item.eighth
{
	background:url(../images/slider-img-8.jpg) center top no-repeat;
	background-size:cover;
}

.jumbotron .item.ninth
{
	background:url(../images/slider-img-9.jpg) center top no-repeat;
	background-size:cover;
}

.jumbotron .item.tenth
{
	background:url(../images/slider-img-10.jpg) center top no-repeat;
	background-size:cover;
}

.jumbotron .item.eleventh
{
	background:url(../images/slider-img-11.jpg) center top no-repeat;
	background-size:cover;
}
.jumbotron .item.twelve
{
	background:url(../images/slider-img-27.jpg) center top no-repeat;
	background-size:cover;
}

.welcome-block
{
	display:block;
	position:absolute;
	bottom:0px;
	left:0px;
	right:0px;
	padding-top:250px;
	background:url(../images/header-curve.png) center top no-repeat;
	color:#fff;
	min-height:562px;
	z-index:100;
}

.ccc-logo
{
	width:115px;
	height:100px;
	display:block;
	margin-bottom:10px;
	margin-right:20px;
}

.welcome-block p
{
	font-size:14px;
	line-height:26px;
}

.welcome-block h2
{
	margin:20px 0px 20px 0px;	
}

.jumbotron.inner
{
	height:auto;
}

.jumbotron.inner .item
{
	height:870px;
}

.jumbotron.inner .item.second
{
	background:url(../images/slider-img-2.jpg) bottom center no-repeat;
	background-size:cover;
}

.green-curve.pos-relative:before
{
	position:absolute;
    width:100%;
    left:0;
    content:'';
    bottom:-89px;
    height:89px;
    background:url(../images/green-bg.jpg) 0px 0px repeat-x;	
    z-index: 20;
}

.light-green-bg.pos-relative:before
{
	position:absolute;
    width:100%;
    left:0;
    content:'';
    bottom:-100px;
    height:285px;
    background:url(../images/light-green-bg.png) 0px 0px repeat-x;	
    z-index: 20;
}

.block
{
	padding:80px 0px;
}

.tent-img
{
	position:absolute;
	width:350px;
	height:359px;
	right:331px;
	bottom:-8px;
	z-index:10000;
	background:url(../images/tent-img.png) 0px 0px no-repeat;
}

.small-tent-img
{
	position:absolute;
	width:311px;
	height:304px;
	right:331px;
	bottom:-8px;
	z-index:10000;
	background:url(../images/small-tent-img.png) 0px 0px no-repeat;
}

.tabs
{
	display:inline-block;
	margin:0px auto 0px auto;	
}

.tabs a
{
	display:block;
	float:left;
	padding:8px 30px;
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
	background-color:#f2f2f2;
	color:#363636;
}

.tabs a.birthday-party
{
	border-top:1px solid #d9d9d9;
	border-left:1px solid #d9d9d9;
	border-bottom:1px solid #d9d9d9;	
	border-radius:2px 0px 0px 2px;
}

.tabs a.marriage
{
	border-top:1px solid #d9d9d9;
	border-left:1px solid #d9d9d9;
	border-right:1px solid #d9d9d9;
	border-bottom:1px solid #d9d9d9;	
	border-radius:0px 2px 2px 0px;
}

.tabs a:hover, .tabs a:active, .tabs a:focus, .tabs a.current
{
	background-color:#6f3487;	
	color:#ffffff;
}

.tabs a.birthday-party:hover, .tabs a.birthday-party:focus, .tabs a.birthday-party:active, .tabs a.birthday-party.current
{
	border-radius:3px 0px 0px 3px;
}

.tabs a.marriage:hover, .tabs a.marriage:focus, .tabs a.marriage:active, .tabs a.marriage.current
{
	border-radius:0px 3px 3px 0px;
}

ul.gallery-tabs
{
	list-style:none;
	margin-top:30px;
	margin-bottom:45px;
}

ul.gallery-tabs li
{
	font-weight:900;
	font-size:72px;
	line-height:80px;
	text-transform:uppercase;	
}

ul.gallery-tabs li a
{
	color:#6f3487;	
}

ul.gallery-tabs li a:hover, ul.gallery-tabs li a:focus, ul.gallery-tabs li a.active, ul.gallery-tabs li a:active
{
	color:#ffcb00;	
}

.photo-gallery .pos-relative
{
	background-color:#000;
	cursor:pointer;	
}

.photo-gallery .pos-relative:hover img, .photo-gallery .pos-relative:focus img
{
	opacity:0.3;
}

.photo-gallery .pos-relative .overlay
{
	display:none;
	position:absolute;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	z-index:100;
	text-align:center;
	color:#fff;
	padding:85px;
	margin-top:30%;
	transition-duration:0.4s;
    -webkit-transition-duration:0.4s;
}

.photo-gallery .pos-relative:hover .overlay, .photo-gallery .pos-relative:focus .overlay
{
	display:block;
}

.photo-gallery .pos-relative .overlay h2
{
	font-weight:600;
	text-transform:uppercase;
}

#owl-carousel-2 .owl-nav
{
	position:absolute;
	left:-45%;
	bottom:60px;
	height:30px;
	width:80px;
	display:block;
}

#owl-carousel-2 .owl-prev
{
	left:0px;
	background-position:0px 0px;
}

#owl-carousel-2 .owl-next
{
	right:0px;
	background-position:-16px 0px;
}

#owl-carousel-3 .owl-nav
{
	position:absolute;
	left:0;
	top:-60px;
	height:30px;
	width:100%;
	display:block;
}

#owl-carousel-3 .owl-prev
{
	left:30px;
	background-position:0px 0px;
}

#owl-carousel-3 .owl-next
{
	right:30px;
	background-position:-16px 0px;
}

.zoom-icon
{
	width:50px;
	height:50px;
	display:block;
	margin:0px auto;
	background:url(../images/plus-icon.png) 0px 0px no-repeat;
	margin-bottom:85px;
}

.zoom-icon:hover, .zoom-icon:focus
{
	background:url(../images/plus-icon.png) -50px 0px no-repeat;
}

.inner-title
{
	display:block;
	margin-bottom:85px;
	text-transform:uppercase;
	font-size:30px;
	font-family: 'Open Sans Condensed', sans-serif;	
}

.inner-title a
{
	display:block;
	padding:20px 80px 20px 80px;
	margin-top:47px;
	color:#000;
	text-align:right;
	position:relative;
	border-right:1px solid #fff;
}

.inner-title a span.rides
{
	width:101px;
	height:100px;
	display:block;
	position:absolute;
	left:80px;
	bottom:15px;
	background:url(../images/rides-tab-icon.png) 0px 0px no-repeat;	
}

.two-tabs
{
	display:block;
	margin-bottom:85px;
	text-transform:uppercase;
	font-size:30px;
	font-family: 'Open Sans Condensed', sans-serif;	
}

.two-tabs a
{
	display:block;
	padding:20px 60px 20px 60px;
	margin-top:47px;
	color:#fff;
	text-align:right;
	position:relative;
	border-right:1px solid #fff;
}

.two-tabs a span.rides
{
	width:101px;
	height:100px;
	display:block;
	position:absolute;
	left:60px;
	bottom:15px;
	background:url(../images/rides-tab-icon.png) 0px 0px no-repeat;	
}

.two-tabs a span.attractions
{
	width:107px;
	height:100px;
	display:block;
	position:absolute;
	left:60px;
	bottom:7px;
	background:url(../images/attractions-tab-icon.png) 0px 0px no-repeat;	
}

.two-tabs a span.parking
{
	width:93px;
	height:100px;
	display:block;
	position:absolute;
	left:80px;
	bottom:13px;
	background:url(../images/parking-tab-icon.png) 0px 0px no-repeat;	
}

.two-tabs a span.first-aid
{
	width:117px;
	height:100px;
	display:block;
	position:absolute;
	left:80px;
	bottom:13px;
	background:url(../images/first-aid-tab-icon.png) 0px 0px no-repeat;	
}

.two-tabs a span.birthday
{
	width:68px;
	height:100px;
	display:block;
	position:absolute;
	left:40px;
	bottom:13px;
	background:url(../images/birthday-tab-icon.png) 0px 0px no-repeat;	
}

.two-tabs a span.marriage
{
	width:84px;
	height:100px;
	display:block;
	position:absolute;
	left:40px;
	bottom:13px;
	background:url(../images/marriage-tab-icon.png) 0px 0px no-repeat;	
}

.two-tabs a span.free-wifi
{
	width:114px;
	height:100px;
	display:block;
	position:absolute;
	left:40px;
	bottom:13px;
	background:url(../images/free-wi-fi-tab-icon.png) 0px 0px no-repeat;	
}

.row-flex
{
    display:flex;
    flex-direction:row;
}

.pos-relative
{
	position:relative;
}

.cream-bg.pos-relative:before
{
	position:absolute;
    width:100%;
    left:0;
    content:'';
    bottom:-8px;
    height:8px;
    background:url(../images/cream-curve.png) 0px 0px repeat-x;	
    z-index: 20;
}

.cream-bg
{
	background:url(../images/cream-bg.jpg) 0px 0px repeat;	
}

.curve-bg {
	background:url(../images/rides-curve.png) no-repeat center bottom;
}

.facilities-img
{
	background:url(../images/our-facilities-img.jpg) 0px 0px no-repeat;
	color:#fff;
	position:relative;
}

.facilities-text
{
	position:absolute;
	bottom:50px;
	left:50px;
}

.facilities-text h1
{
	color:#fff;
}

.facilities-text h1 span
{
	display:block;
	color:#fff;
	font-size:18px;
	line-height:24px;
	font-family: 'Open Sans', sans-serif;
	text-transform:none;
	font-weight:normal;
}

.form-inline .form-group
{
	margin:10px 0px;
	text-align:left;
	width:100%;
}

.form-inline label
{
	display:block;
	padding-bottom:5px;
	text-transform:uppercase;	
}

.form-inline .form-control
{
	display:block;
	width:100%;
}

.form-control
{
	border-radius:0px;
	height:auto;
	padding:12px 12px;
	border:1px solid #d9d9d9;	
}

.form-inline .btn-block
{
	margin-left:auto;
	margin-right:auto;
	display:block	
}

ul.list-unstyled li small
{
	line-height:14px;	
	font-size:11px;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td
{
	border-top:1px solid rgba(255,255,255,0.3);
}

.table > thead > tr > th
{
	border-bottom:2px solid rgba(255,255,255,0.3);	
}

.star-bg
{
	background:url(../images/star-bg.png) bottom -10px right 40px no-repeat;	
}

.book-now-bg
{
	background:url(../images/book-now-bg.png) bottom -5px left 0px no-repeat;
}

.bus-bg
{
	background:url(../images/bus-bg.png) bottom center no-repeat;
	padding:35px 35px 400px 35px;
}

.corporate-bg
{
	background:url(../images/corporate-bg.png) bottom center no-repeat;
	padding:35px 35px 400px 35px;
}

.purple-bg
{
	background-color:#6f3487;
}

.yellow-bg
{
	background-color:#ffcb00;
}

.yellow-bg.top-bg, .purple-bg.top-bg
{
	margin-top:155px;
	position:relative;
}

.mobile-img
{
	width:auto;
	height:auto;	
}

.green-bg
{
	background-color:#3eb1b6;
}

.yellow-bg.pos-relative:before
{
	position:absolute;
    width:100%;
    left:0;
    content:'';
    top:-8px;
    height:8px;
    background:url(../images/yellow-curve.png) 0px 0px repeat-x;	
    z-index: 20;
}

.black
{
	color:#000;
}

.white
{
	color:#fff;
}

.purple
{
	color:#6f3487;
}

.yellow
{
	color:#f8c300;	
}

.text16
{
	font-size:16px;
	line-height:24px;
	font-weight:600;
}

.b-border
{
	border-bottom:1px solid #fff;	
}

.all-border
{
	border:2px dashed #fff;
	padding:15px;
	margin-bottom:-2px;	
}

.l-margin
{
	margin-left:20px;	
}

.t-padding
{
	padding-top:80px;
}

.all-padding
{
	padding:85px;
}

.tb-padding
{
	padding-top:20px;
	padding-bottom:20px;
}

.lr-padding
{
	padding-left:20px;
	padding-right:20px;
}

.b-padding
{
	padding-bottom:30px;
	display:block;
}

.no-padding
{
	padding:0px;	
}

.no-margin
{
	margin:0px;
}

.t-margin
{
	margin-top:40px;
}

.zoom-img
{
	background-color:#000;
	display:block;
	overflow:hidden;
	position:relative;
}

.zoom-img img
{
	-moz-transition:opacity 1s, transform 1s;
	-webkit-transition:opacity 1s, transform 1s;
	transition:opacity 1s, transform 1s;
	opacity:0.85;
}

.zoom-img:hover img
{
	-moz-transform:scale3d(1.1, 1.1, 1);;
	-webkit-transform:scale3d(1.1, 1.1, 1);;
	transform:scale3d(1.1, 1.1, 1);;
	opacity:1;
	cursor:pointer;
}

footer
{
	font-family: 'Open Sans', sans-serif;
	border:none;
	padding:45px 0px;
	color:#fff;
	font-size:12px;
	line-height:18px;
	background-color:#6f3487;
}

address
{
	color:#fff;
	text-transform:uppercase;
	line-height:26px;
	letter-spacing:1px;
	font-weight:600;
	padding-top:20px;
}

address .glyphicon
{
	padding-right:5px;
	padding-left:5px;
	font-size:16px;
	line-height:26px;
}

address a
{
	color:#fff;
}

address a:hover, address a:focus
{
	color:#ffcb00;
}

footer nav
{
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
	line-height:18px;
	font-weight:700;
	padding:0px 0px 20px 0px;
	margin:0px auto 0px auto;
	display:block;
	background-color:transparent;
	text-shadow:none;
	text-transform:uppercase;
	text-align:center;
}

footer .navbar
{
	margin:0px;
	display:block;	
}

footer .navbar-nav
{
	float:none;
	display:inline-block;	
	padding:0px;
	margin:0px auto;
}

footer .navbar-nav>li
{
	margin:0px 24px;
	padding:0px;
	display:block;
	border:none;
}

footer .navbar-nav>li>a
{
	color:#ffffff;
	background:none;
	padding:0px;
	margin:0px;
	border:none;
	border-radius:0px;
}

footer .navbar-nav>li>a:hover, footer .navbar-nav>li>a:focus
{
	color:#ffcb00;
	background:transparent;
	border:none;
	text-decoration:none;
	padding:0px;
}

footer .t-border
{
	border-top:1px solid #8c5d9f;
	padding-top:30px;
}

.copyright
{
	color:#fff;
	display:block;
	font-size:11px;
}

.copyright a
{
	color:#fff;
}

.copyright a:hover, .copyright a:focus
{
	color:#ffcb00;
	text-decoration:underline;
}

.social-media
{
	display:inline-block;
	margin:20px auto;
}

.social-media a
{
	width:28px;
	height:28px;
	float:left;
	display:block;
	margin-right:10px;
	margin-left:10px;
	background-image:url(../images/social-icons.png);
	background-repeat:no-repeat;
}

footer a.facebook
{
	background-position:0px 0px;
}

footer a.instagram
{
	background-position:0px -28px;
}

footer a.google-plus
{
	background-position:0px -56px;
}

footer a.facebook:hover, footer a.facebook:focus
{
	background-position:-28px 0px;
}

footer a.instagram:hover, footer a.instagram:focus
{
	background-position:-28px -28px;
}

footer a.google-plus:hover, footer a.google-plus:focus
{
	background-position:-28px -56px;
}

@media all and (max-width: 1024px)
{
	.navbar-nav>li
	{
		margin:0px 5px;	
	}
		
	footer .all-padding
	{
		padding:30px;	
	}
	
	
}

@media only screen 
  and (min-width: 768px) 
  and (max-width: 1024px) 
{
	.navbar-nav>li
	{
		margin:0px 2px;
	}
	
	.navbar-nav>li a
	{
		padding:5px 5px;
	}
	
	header .l-margin
	{
		margin-left:10px;
	}
	
	.navbar-brand
	{
		margin-left:0px;
		margin-bottom:10px;	
	}
	
	.btn-default.booking
	{
		margin-left:0px;
		margin-bottom:10px;
		margin-top:10px;
	}
	
	.welcome-block
	{
		background-position:left -100px top 0px;
		min-height:400px;	
	}
	
	.tent-img, .small-tent-img
	{
		right:40px;
		bottom:-9px;
		background:url(../images/small-tent-img.png) 0px 0px no-repeat;
		width:311px;
		height:304px;	
	}
	
	.two-tabs a
	{
		padding:20px 20px;
	}
	
	.two-tabs a span.rides, .two-tabs a span.attractions, .two-tabs a span.parking, .two-tabs a span.birthday, .two-tabs a span.marriage, .two-tabs a span.free-wifi, .two-tabs a span.first-aid
	{
		left:20px;
	}
	
	ul.gallery-tabs
	{
		margin-bottom:80px;
	}
	
	ul.gallery-tabs li
	{
		font-size:50px;
		line-height:56px;
	}
	
	#owl-carousel-2 .owl-nav
	{
		left:-290px;
		top:280px;
	}
	
	.bus-bg, .corporate-bg
	{
		background:none;
		padding:0px;
	}
	
	.mobile-img
	{
		width:100%;
		height:auto;	
	}
	
	.all-padding
	{
		padding:55px;	
	}

}

@media (min-width: 961px) and (max-width: 1366px)
{
	header .l-margin
	{
		margin-left:20px;
	}
	
	.btn-default.booking
	{
		margin-left:0px;
	}
	
	.navbar-brand
	{
		margin-left:0px;
		margin-bottom:0px;
	}
	
	.ccc-logo
	{
		width:95px;
		height:83px;
	}
	
	header .navbar-nav>li
	{
		margin:0px 5px;
	}
	
	.btn-default.hidden-xs
	{
		display:none;
	}
	
	.two-tabs a
	{
		padding:20px 40px;
	}
	
	.two-tabs a span.rides, .two-tabs a span.attractions, .two-tabs a span.parking, .two-tabs a span.birthday, .two-tabs a span.marriage, .two-tabs a span.free-wifi, .two-tabs a span.first-aid
	{
		left:20px;
	}
	
	.inner-title a
	{
		padding:20px 40px;
	}
	
	.inner-title a span.rides
	{
		left:20px;
	}
	
	#owl-carousel-2 .owl-nav
	{
		left:-44%;
	}
	
	.bus-bg, .corporate-bg
	{
		padding:0px;
	}	
}

@media (max-width: 768px)
{
	h2
	{
		margin:0px;
		padding-top:30px;
		padding-bottom:10px;
	}
	
	header .l-margin
	{
		margin-left:10px;
	}
	
	.ccc-logo
	{
		width:95px;
		height:83px;
	}
	
	.navbar-brand
	{
		margin-bottom:0px;
	}
	
	header .navbar
	{
		margin-right:0px;
		display:block;	
	}
	
	header .navbar-nav
	{
		margin:0px;	
	}
	
	header .navbar-nav>li
	{
		margin:0px;
		text-align:right	
	}
	
	header .navbar-nav>li a
	{
		padding:10px 10px;	
	}
	
	.jumbotron, .jumbotron .item
	{
		height:800px;
	}
	
	.jumbotron.inner .item
	{
		height:600px;	
	}
	
	.jumbotron .item.first
	{
		background:url(../images/slider-img-1-small.jpg) center top no-repeat;
		background-size:100% auto;
	}
	
	.jumbotron .item.second, .jumbotron.inner .item.second
	{
		background:url(../images/slider-img-2-small.jpg) center top no-repeat;
		background-size:100% auto;
	}
	
	.jumbotron .item.third, .jumbotron.inner .item.third
	{
		background:url(../images/slider-img-3-small.jpg) center top no-repeat;
		background-size:100% auto;
	}
	
	.jumbotron .item.fourth, .jumbotron.inner .item.fourth
	{
		background:url(../images/slider-img-4-small.jpg) center top no-repeat;
		background-size:100% auto;
	}
	
	.jumbotron .item.fifth, .jumbotron.inner .item.fifth
	{
		background:url(../images/slider-img-5-small.jpg) center top no-repeat;
		background-size:100% auto;
	}
	
	.jumbotron .item.sixth, .jumbotron.inner .item.sixth
	{
		background:url(../images/slider-img-6-small.jpg) center top no-repeat;
		background-size:100% auto;
	}
	
	.jumbotron .item.seventh, .jumbotron.inner .item.seventh
	{
		background:url(../images/slider-img-7-small.jpg) center top no-repeat;
		background-size:100% auto;
	}
	
	.jumbotron .item.eighth, .jumbotron.inner .item.eighth
	{
		background:url(../images/slider-img-8-small.jpg) center top no-repeat;
		background-size:100% auto;
	}
	
	.jumbotron .item.ninth, .jumbotron.inner .item.ninth
	{
		background:url(../images/slider-img-9-small.jpg) center top no-repeat;
		background-size:100% auto;
	}
	
	.jumbotron .item.tenth, .jumbotron.inner .item.tenth
	{
		background:url(../images/slider-img-10-small.jpg) center top no-repeat;
		background-size:100% auto;
	}
	
	.jumbotron .item.eleventh, .jumbotron.inner .item.eleventh
	{
		background:url(../images/slider-img-11-small.jpg) center top no-repeat;
		background-size:100% auto;
	}
	.jumbotron .item.twelve, .jumbotron.inner .item.twelve
	{
		background:url(../images/slider-img-27-small.jpg) center top no-repeat;
		background-size:100% auto;
	}
	
	.welcome-block
	{
		background-position:left -100px top 0px;
		min-height:400px;	
		padding-top:200px;
		text-align:center
	}
	
	.welcome-block p.t-margin
	{
		margin-top:10px;
		margin-bottom:0px;
		text-align:center;	
	}
	
	.ccc-logo
	{
		width:75px;
		height:65px;
		display:block;
		margin:0px auto 0px auto;
	}
	
	.ccc-logo.pull-left, .welcome-block p.t-margin
	{
		float:none !important;	
	}
	
	.btn-default.booking
	{
		margin-top:0px;
	}
	
	.tabs a
	{
		padding:10px;	
	}
	
	.inner-title a
	{
		border-right:none;
		margin-bottom:10px;
		margin-top:57px;
	}
	
	.row-flex
	{
		display:block;
	}
	
	.cream-bg .block
	{
		padding-bottom:0px;	
	}
	
	.cream-bg.pos-relative:before
	{
		bottom:-7px;
	}
	
	.tent-img, .small-tent-img
	{
		right:20px;
		bottom:-6px;
		background:url(../images/small-tent-img.png) 0px 0px no-repeat;
		width:311px;
		height:304px;	
	}
	
	.small-tent-img
	{
		bottom:-8px;
	}
	
	.facilities-img
	{
		height:500px;
		background-position:center top;	
	}
	
	.facilities-text
	{
		position:absolute;
		bottom:20px;
		left:20px;
	}
	
	footer .navbar-nav>li
	{
		margin:3px 0px;
	}
	
	footer .copyright a
	{
		display:block;	
	}
	
	footer .text-left, footer .text-right, footer .navbar-nav>li a, footer .copyright
	{
		text-align:center;
	}
	
	footer .social-media
	{
		float:none;
		margin:10px auto 10px auto;	
	}
	
	.two-tabs a
	{
		padding:20px 40px;
		margin-top:57px;
	}
	
	.two-tabs a span.rides, .two-tabs a span.attractions, .two-tabs a span.parking, .two-tabs a span.birthday, .two-tabs a span.marriage, .two-tabs a span.free-wifi, .two-tabs a span.first-aid
	{
		left:20px;
	}
	
	.inner-title a
	{
		padding:20px 40px;
	}
	
	.inner-title a span.rides
	{
		left:20px;
	}
	
	ul.gallery-tabs
	{
		margin-bottom:80px;
	}
	
	ul.gallery-tabs li
	{
		font-size:60px;
		line-height:66px;
	}
	
	#owl-carousel-2 .owl-nav
	{
		left:55px;
		top:-60px;
	}
	
	.photo-gallery .pos-relative .overlay
	{
		padding:40px;
		margin-top:15%;
	}
	
	.zoom-icon
	{
		margin-bottom:40px;
	}
	
	.book-now-bg
	{
		background-position:bottom 0px left -400px;
	}

	.book-now-bg.block
	{
		padding-top:0px;
		padding-bottom:80px;	
	}
	
	.bus-bg, .corporate-bg
	{
		background:none;
		padding:0px;
	}
	
	.mobile-img
	{
		width:100%;
		height:auto;	
	}
	
}

/*  #Mobile (Portrait)
================================================== */
@media only screen and (max-width: 480px)
{
	h1
	{
		font-size:36px;
		line-height:36px;
	}
	
	h2
	{
		font-size:20px;
		line-height:24px;
		margin:0px;
		padding-top:15px;
		padding-bottom:15px;
	}
	
	.top-links ul li
	{
		float:none;	
	}
	
	.navbar-brand
	{
		padding:0px 15px;
		margin-left:0px;
	}
	
	header .l-margin
	{
		margin-left:0px;
	}
	
	header .l-margin.text-center
	{
		text-align:left;
	}
	
	header .navbar
	{
		margin-top:5px;
	}
	
	.jumbotron
	{
/*		height:750px;*/
		height:500px;
	}
	
	.jumbotron .item
	{
/*		height:600px;*/
		height:500px;
	}
	
	.jumbotron .item.first
	{
		background-size:auto 100%;
	}
	
	.jumbotron .item.second, .jumbotron.inner .item.second, .jumbotron .item.third
	{
		background-size:auto 100%;
	}
	
	.welcome-block
	{
		background-position:left -250px top 0px;
		min-height:400px;	
		padding-top:190px;
	}
	
	.welcome-block p
	{
		font-size:13px;
		line-height:18px;
	}
	
	.welcome-block p.t-margin
	{
		margin-top:10px;
		margin-bottom:0px;
		text-align:center;	
	}
	
	.ccc-logo
	{
		width:75px;
		height:65px;
		display:block;
		margin:0px auto 0px auto;
	}
	
	.ccc-logo.pull-left, .welcome-block p.t-margin
	{
		float:none !important;	
	}
	
	.btn-default.booking
	{
		display:none;	
	}
	
	.tent-img, .small-tent-img
	{
		display:none;	
	}
	
	.two-tabs a
	{
		border-right:none;
		margin-bottom:10px;
		margin-top:57px;
	}
	
	ul.gallery-tabs
	{
		margin-bottom:80px;
	}
	
	ul.gallery-tabs li
	{
		font-size:48px;
		line-height:54px;
	}
	
	.photo-gallery .pos-relative .overlay
	{
		padding:20px;
	}
	
	.book-now-bg.block
	{
		min-height:700px;
		padding-top:0px;	
	}
	
	.all-padding
	{
		padding:20px;
	}
}

/*custom*/

.mt-25 {
	margin-top: 25px;
}

.pb-250 {
	padding-bottom: 250px;
}

.mt-75 {
	margin-top: 75px;
}

.mb-0 {
	margin-bottom: 0px;
}

a:hover img.logo-pendulum {-webkit-transform-origin: top center;transform-origin: top center;-webkit-animation-name: swing;animation-name: swing;-webkit-animation-duration: 1s;animation-duration: 1s;-webkit-animation-fill-mode: both;animation-fill-mode: both;}
@-webkit-keyframes swing {
  20% {-webkit-transform: rotate3d(0, 0, 1, 15deg);transform: rotate3d(0, 0, 1, 15deg);}
  40% {-webkit-transform: rotate3d(0, 0, 1, -10deg);transform: rotate3d(0, 0, 1, -10deg);}
  60% {-webkit-transform: rotate3d(0, 0, 1, 5deg);transform: rotate3d(0, 0, 1, 5deg);}
  80% {-webkit-transform: rotate3d(0, 0, 1, -5deg);transform: rotate3d(0, 0, 1, -5deg);}
  to {-webkit-transform: rotate3d(0, 0, 1, 0deg);transform: rotate3d(0, 0, 1, 0deg);}
}
@keyframes swing {
  20% {-webkit-transform: rotate3d(0, 0, 1, 15deg);transform: rotate3d(0, 0, 1, 15deg);}
  40% {-webkit-transform: rotate3d(0, 0, 1, -10deg);transform: rotate3d(0, 0, 1, -10deg);}
  60% {-webkit-transform: rotate3d(0, 0, 1, 5deg);transform: rotate3d(0, 0, 1, 5deg);}
  80% {-webkit-transform: rotate3d(0, 0, 1, -5deg);transform: rotate3d(0, 0, 1, -5deg);}
  to {-webkit-transform: rotate3d(0, 0, 1, 0deg);transform: rotate3d(0, 0, 1, 0deg);}
}

.inner-title a span.flying-chair
{
	width:100px;
	height:100px;
	display:block;
	position:absolute;
	left:80px;
	bottom:15px;
	background:url(../images/rides/heading/flying_chair.png) 0px 0px no-repeat;	
}

.inner-title a span.ferry-wheel
{
	width:100px;
	height:100px;
	display:block;
	position:absolute;
	left:80px;
	bottom:15px;
	background:url(../images/rides/heading/ferry_wheel.png) 0px 0px no-repeat;	
}

.inner-title a span.beach-buggy
{
	width:100px;
	height:100px;
	display:block;
	position:absolute;
	left:80px;
	bottom:15px;
	background:url(../images/rides/heading/beach_buggy.png) 0px 0px no-repeat;	
}

.inner-title a span.flying-racer
{
	width:100px;
	height:100px;
	display:block;
	position:absolute;
	left:80px;
	bottom:15px;
	background:url(../images/rides/heading/flying_racer.png) 0px 0px no-repeat;	
}

.inner-title a span.mini-pendulum
{
	width:184px;
	height:100px;
	display:block;
	position:absolute;
	left:80px;
	bottom:15px;
	background:url(../images/rides/heading/mini_pendulum.png) 0px 0px no-repeat;	
}

.inner-title a span.madagascar-carousel
{
	width:100px;
	height:100px;
	display:block;
	position:absolute;
	left:80px;
	bottom:15px;
	background:url(../images/rides/heading/madagascar_carousel.png) 0px 0px no-repeat;	
}

.inner-title a span.jumping-circle
{
	width:100px;
	height:100px;
	display:block;
	position:absolute;
	left:80px;
	bottom:15px;
	background:url(../images/rides/heading/jumping_circle.png) 0px 0px no-repeat;	
}

.inner-title a span.safari-train
{
	width:100px;
	height:100px;
	display:block;
	position:absolute;
	left:80px;
	bottom:15px;
	background:url(../images/rides/heading/safari_train.png) 0px 0px no-repeat;	
}

.inner-title a span.disco-tagada
{
	width:100px;
	height:100px;
	display:block;
	position:absolute;
	left:80px;
	bottom:15px;
	background:url(../images/rides/heading/disco_tagada.png) 0px 0px no-repeat;	
}

.inner-title a span.spiral-jet
{
	width:202px;
	height:100px;
	display:block;
	position:absolute;
	left:80px;
	bottom:15px;
	background:url(../images/rides/heading/spiral_jet.png) 0px 0px no-repeat;	
}

.inner-title a span.shooting-aliens
{
	width:100px;
	height:100px;
	display:block;
	position:absolute;
	left:80px;
	bottom:15px;
	background:url(../images/rides/heading/shooting_aliens.png) 0px 0px no-repeat;	
}

.inner-title a span.top-spin
{
	width:175px;
	height:100px;
	display:block;
	position:absolute;
	left:80px;
	bottom:15px;
	background:url(../images/rides/heading/top_spin.png) 0px 0px no-repeat;	
}

.inner-title a span.castle-spider
{
	width:100px;
	height:100px;
	display:block;
	position:absolute;
	left:80px;
	bottom:15px;
	background:url(../images/rides/heading/castle_spider.png) 0px 0px no-repeat;	
}

.inner-title a span.disco-dancer
{
	width:100px;
	height:100px;
	display:block;
	position:absolute;
	left:80px;
	bottom:15px;
	background:url(../images/rides/heading/disco_dancer.png) 0px 0px no-repeat;	
}

.inner-title a span.dragon-paradise
{
	width:100px;
	height:100px;
	display:block;
	position:absolute;
	left:80px;
	bottom:15px;
	background:url(../images/rides/heading/dragon_paradise.png) 0px 0px no-repeat;	
}

.inner-title a span.happy-castle
{
	width:100px;
	height:149px;
	display:block;
	position:absolute;
	left:80px;
	bottom:15px;
	background:url(../images/rides/heading/happy_castle.png) 0px 0px no-repeat;	
}

.inner-title a span.jungle-carousel
{
	width:100px;
	height:100px;
	display:block;
	position:absolute;
	left:80px;
	bottom:15px;
	background:url(../images/rides/heading/jungle_carousel.png) 0px 0px no-repeat;	
}

.inner-title a span.ocean-spin
{
	width:211px;
	height:100px;
	display:block;
	position:absolute;
	left:80px;
	bottom:15px;
	background:url(../images/rides/heading/ocean_spin.png) 0px 0px no-repeat;	
}

.inner-title a span.sea-world
{
	width:100px;
	height:100px;
	display:block;
	position:absolute;
	left:80px;
	bottom:15px;
	background:url(../images/rides/heading/sea_world.png) 0px 0px no-repeat;	
}

#counter
{
  width: 100px;
	height: 100px;
	background: #5c5c5c;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
  float:left;
  margin:5px;
}
.count
{
  line-height: 100px;
  color:white;
  margin-left:30px;
  font-size:25px;
}

.modal {
	z-index: 99999999999999999999999999999999999999;
}

@media (min-width: 768px) {
	.modal-dialog {
		width: 1200px;
		margin: 30px auto;
	}
}

.bg-red {
	background: #ff0000;
}







