
@font-face {font-family: "VerveineW01-Regular";
    src: url("../fonts/verveine.eot");
    src: url("../fonts/verveine.eot?#iefix") format("embedded-opentype"),
    url("../fonts/verveine.woff2") format("woff2"),
    url("../fonts/verveine.woff") format("woff"),
    url("../fonts/verveine.ttf") format("truetype"),
    url("../fonts/verveine.svg#VerveineW01-Regular") format("svg");
}

@font-face {font-family: "Open_Sans";
    src: url("../fonts/OpenSans-Regular.eot");
    src: url("../fonts/OpenSans-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/OpenSans-Regular.woff2") format("woff2"),
    url("../fonts/OpenSans-Regular.woff") format("woff"),
    url("../fonts/OpenSans-Regular.ttf") format("truetype"),
    url("../fonts/OpenSans-Regular.svg#OpenSans-Regular") format("svg");
}
@font-face {
    font-family: Open_Sans_bold;
    src: url(../fonts/open-sans.bold.ttf);
}
@font-face {
    font-family: Open_Sans_semibold;
    src: url(../fonts/open-sans.semibold.ttf);
}

body{font-family:Open_Sans}


.text-left-not-xs, .text-left-not-sm, .text-left-not-md, .text-left-not-lg {
    text-align: left;
}
.text-center-not-xs, .text-center-not-sm, .text-center-not-md, .text-center-not-lg {
    text-align: center;
}
.text-right-not-xs, .text-right-not-sm, .text-right-not-md, .text-right-not-lg {
    text-align: right;
}
.text-justify-not-xs, .text-justify-not-sm, .text-justify-not-md, .text-justify-not-lg {
    text-align: justify;
}

@media (max-width: 767px) {
    .text-left-not-xs, .text-center-not-xs, .text-right-not-xs, .text-justify-not-xs {
        text-align: inherit;
    }
    .text-left-xs {
        text-align: left;
    }
    .text-center-xs {
        text-align: center;
    }
    .text-right-xs {
        text-align: right;
    }
    .text-justify-xs {
        text-align: justify;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .text-left-not-sm, .text-center-not-sm, .text-right-not-sm, .text-justify-not-sm {
        text-align: inherit;
    }
    .text-left-sm {
        text-align: left;
    }
    .text-center-sm {
        text-align: center;
    }
    .text-right-sm {
        text-align: right;
    }
    .text-justify-sm {
        text-align: justify;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .text-left-not-md, .text-center-not-md, .text-right-not-md, .text-justify-not-md {
        text-align: inherit;
    }
    .text-left-md {
        text-align: left;
    }
    .text-center-md {
        text-align: center;
    }
    .text-right-md {
        text-align: right;
    }
    .text-justify-md {
        text-align: justify;
    }
}
@media (min-width: 1200px) {
    .text-left-not-lg, .text-center-not-lg, .text-right-not-lg, .text-justify-not-lg {
        text-align: inherit;
    }
    .text-left-lg {
        text-align: left;
    }
    .text-center-lg {
        text-align: center;
    }
    .text-right-lg {
        text-align: right;
    }
    .text-justify-lg {
        text-align: justify;
    }
}
/*------------header strip-------------------*/
.darkbg{background:rgba(0,0,0,0.7);color:#FFF;}

.rockon-link-container{background:#FFF;width:50px;border-radius:50%}
.rockon-link-container img{width:50px;}
.redText{color: red;}


.padBot15px{padding-bottom:15px;}
@media (max-width:1200px){
	.nav>li>a {
     padding: 10px 6px !important;
	 font-size:11px;
}
  .getpass-link p{font-size:0.75em}
  .clubmember-link  p{font-size:0.75em}
  .clubmember-link{padding:0px !important}
  .rocktopia-link p,.clipnclimb-link p{font-size:0.75em;}
}
 @media (min-width: 768px) and (max-width: 991px) {
        .navbar-nav .open .dropdown-menu {
            position: static;
            float: none;
            width: auto;
            margin-top: 0;
            background-color: transparent;
            border: 0;
            -webkit-box-shadow: none;
            box-shadow: none;
        }
        .navbar-nav .open .dropdown-menu > li > a {
            line-height: 20px;
        }
        .navbar-nav .open .dropdown-menu > li > a,
        .navbar-nav .open .dropdown-menu .dropdown-header {
            padding: 5px 15px 5px 25px;
        }
        .dropdown-menu > li > a {
            display: block;
            padding: 3px 20px;
            clear: both;
            font-weight: normal;
            line-height: 1.42857143;
            color: #333;
            white-space: nowrap;
        }
        .navbar-header {
            float: none;
        }
        .navbar-toggle {
            display: block;
        }
        .navbar-collapse {
            border-top: 1px solid transparent;
            box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
        }
        .navbar-collapse.collapse {
            display: none!important;
        }
        .navbar-nav {
            float: none!important;
            /*margin: 7.5px -15px;*/
            margin: 7.5px 50px 7.5px -15px
        }
        .navbar-nav>li {
            float: none;
        }
        .navbar-nav>li>a {
            padding-top: 10px;
            padding-bottom: 10px;
        }
        .navbar-text {
            float: none;
            margin: 15px 0;
        }
        /* since 3.1.0 */
        .navbar-collapse.collapse.in { 
            display: block!important;
        }
        .collapsing {
            overflow: hidden!important;
        }
    }		
.header_bg{background:#4A007D}
.datepicker{background:#FFF;}

/*-------------------navbar ends-----------------*/
.marTop30px{margin-top: 30px;}
.marTop20px{margin-top: 20px;}
.marTop10px{margin-top:10px;}
.marTop5px{margin-top:5px}
.marTop35px{margin-top:35px;}
.marTop45px{margin-top:45px;}
.marTop50px{margin-top:50px;}
.marBot30px{margin-bottom: 30px}
.marBot10px{margin-bottom:10px;}
.marTop100px{margin-top: 100px}
.pad0px{padding: 0px}
.padTop0px{padding-top:0px !important;}
.padLeft0px{padding-left: 0px}
.padLeft5px{padding-left: 10px !important;}
.paddingLeft10px{padding-left:10px}
.padRight0px{padding-right: 0px}
.padRight5px{padding-right: 5px}
.graybg{background:#E0E0E0;}
.border2px{border: 2px solid #000;}
.padRight20px{padding-right: 20px}
.padLeft30px{padding-left: 30px}
.padRight30px{padding-right: 30px;}
.padBot30px{padding-bottom:30px;}
.marLeft5px{margin-left:5px;}
.marLeft10px{margin-left:10px}
.marLeft15px{margin-left:15px}
.marLeft20px{margin-left: 20px;}   
.marLeft30px{margin-left:30px}
.marRight10px{margin-right:10px}
.marRight20px{margin-right:20px}
.marRight30px{margin-right:30px}
.marRight100px{margin-right:100px;}
.floatRight{float: right;}
.img-caption-name{color: #77DFDA;font-weight: bold;}
.img-caption-days{line-height: 0px;font-size: 8px}
.img-caption-content{font-size: 12px}
.img-caption-seemore{color: #77DFDA;font-weight: bold;font-size: 12px}
.img-caption-fbshare{font-size: 12px}
.bottomgray{border-bottom: 2px solid #C0C0C0;}
.borderRight2px{border-right:2px solid #C0C0C0}
.welcome_content p{line-height:28pt;}

.footer{height: 240px;background-size:cover;font-family:Open_Sans}
.footer-contact{font-family:VerveineW01-Regular;color:#6DD30E}
.footer-address{margin-top:15px;}

.fontp9em{font-size:0.9em}

.banner_accountpage{background: url(../images/Banner.png);height:209px;background-size:cover;margin-top:75px;}

.black-strip{background:rgba(0,0,0,0.8);
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
	}
.logo_rocktopia{width:50px;}
.rocktopia-link{margin-top:10px}
.rocktopia-link a{color:#ccc;text-decoration:none;opacity:0.7}
.rocktopia-link p{display:inline-block;color: #fff;}
.rocktopia-link a i{color:#FFF;}

.clipnclimb-link a{color:#ccc;text-decoration:none;opacity:0.7}
.clipnclimb-link p{display:inline-block;color: #fff;}
.clipnclimb-link a i{color:#FFF;}

.clubmember-link a{color:#FFF;text-decoration:none;font-weight:bold;margin-top:10px;}
.getpass-link a{color:#FFF;text-decoration:none;font-weight:bold;margin-top:10px}
.clubmember-link a i{color:#f47f47;font-size:18px;margin-right:10px}
.getpass-link a i{color:#f47f47;font-size:18px;margin-right:10px}


.rocktopia-link a:hover,.rocktopia-link p:hover{opacity:1;color: #fff;}
.clipnclimb-link a:hover,.clipnclimb-link p:hover{opacity:1;color: #fff;}

.dropdown-blackstrip{
	margin-top:20px;
	margin-bottom:10px;
	display:none;
}
.dropdown-blackstrip .dropdown-toggle{
	background:#f47f47;
}
.fb-comments, .fb-comments iframe[style], .fb-comments span {
   width: 100% !important;
}
.marBot22px{margin-bottom:22px;}
.black-strip-links{display:block;}
.textColorRockon{color:#f47f47}
.ticket-tag,.user-tag{position: absolute;display: inline-block;margin-top: 10px;padding-bottom: 0px;}

@media(max-width:992px){
	.black-strip-links{display:none;}
	.dropdown-blackstrip{display:block}
}

.banner{background: url(../images/bg_cover.jpg);height:407px;background-size:cover}

.floating-content{
	background: #662e91;
    color: #FFF;
    max-width: 500px;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 40px;
    border-radius: 5px;
}
.floating-content-container
{
	top:185px;
    font-family: VerveineW01-Regular;
}
.landing-img1,.landing-img2{max-width:380px;}



a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover{
	background-color: #fff;
}


/*-----------------------vertical tab --------------------------*/
div.tab-container{
  z-index: 10;
  background-color: #ffffff;
  padding: 0 !important;
  border-radius: 4px;
  -moz-border-radius: 4px;
  border:1px solid #ddd;
  margin-top: 20px;
  margin-left: 10px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.250);
  box-shadow: 0 6px 12px rgba(0,0,0,.250);
  -moz-box-shadow: 0 6px 12px rgba(0,0,0,.250);
  background-clip: padding-box;
  opacity: 0.97;
  filter: alpha(opacity=97);
}
div.tab-menu{
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}
div.tab-menu div.list-group{
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a{
  margin-bottom: 0;
}
div.tab-menu div.list-group>a .glyphicon,
div.tab-menu div.list-group>a .fa {
  /*color:blue;*/
}
div.tab-menu div.list-group>a:first-child{
  border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
}
div.tab-menu div.list-group>a:last-child{
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
}
div.tab-menu div.list-group>a.active,
div.tab-menu div.list-group>a.active .glyphicon,
div.tab-menu div.list-group>a.active .fa{
  background-color: #efefef;
  background-image: #efefef;
 color: #f47f47;
}
div.tab-menu div.list-group>a.active:after{
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -13px;
  border-left: 0;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  border-left: 10px solid #efefef;
}

div.tab-content{
  background-color: #ffffff;
  border: 0px solid #C0C0C0;
  padding-left: 50px;
  padding-top: 10px;
}
.tab-content h3{
	color:#f47f47;
	font-family:VerveineW01-Regular;
	font-size:28pt;
}
.list-group-item{padding-top:25px;padding-bottom:25px}

div.tab div.tab-content:not(.active){
  /*display: none;*/
}
.form-group label{margin-bottom:5px;}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover{border-color: #efefef;}
.table>thead>tr>th{background:#F1F1F1}
.tab-container-icon-header{padding-left:15px;display:inline-block;font-weight:bold;}
.tab-container-icon{ margin-left: 40px;}   
.climb-pass h5{margin-left:15px;}
.climb-pass p{margin-top:8px;}

.rocktextcolor1{color:#f47f47 !important}
.rocktextcolor2{color:#FFC80B !important}
.rocktextcolor3{color:#00AEEF !important}
.rocktextcolor4{color:#76C043 !important}
.rocktextcolor5{color:#B04399 !important}

.rockbgcolor1{background:#f47f47}
.rockbgcolor2{background:#FFC80B}
.rockbgcolor3{background:#00AEEF}
.rockbgcolor4{background:#76C043}
.rockbgcolor5{background:#B04399}


.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:visited,
.btn-primary:focus{
    color: #fff;
    background-color: #662e91;
    border-color: #662e91;
}
.actions-tab a{padding-left:3px;padding-right:3px;}


/*------------Pass Subscription Page--------------------*/
.user-details{ 
  border-radius: 4px;
  -moz-border-radius: 4px;
  border:1px solid #ddd;
 -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.250);
  box-shadow: 0 6px 12px rgba(0,0,0,.250);
  -moz-box-shadow: 0 6px 12px rgba(0,0,0,.250);
  background-clip: padding-box;
  opacity: 0.97;
  filter: alpha(opacity=97);
  border-radius:5px;
 }
.user-details h3{color:#f47f47;font-family:VerveineW01-Regular;font-size:45px;margin-left:20px}
.user-details h4{font-family:VerveineW01-Regular;font-size:32px;}

.checkbox {
  padding-left: 20px; }
  .checkbox {
  padding-left: 20px; }
.checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
    padding-left: 5px; }
.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="radio"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c; }
.checkbox-success input[type="checkbox"]:checked + label::after,
.checkbox-success input[type="radio"]:checked + label::after {
  color: #fff;}
.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #555555; 
  }
  
  
  
  
  
.checkbox-success input[type="checkbox"]:indeterminate + label::before,
.checkbox-success input[type="radio"]:indeterminate + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.checkbox-success input[type="checkbox"]:indeterminate + label::after,
.checkbox-success input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}
input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
  font-family: 'FontAwesome';
  content: "\f00c"; }
input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
  color: #fff; }
input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
  color: #fff; }


.btn-arrow-right,
.btn-arrow-left {
    position: relative;
    padding-left: 18px;
    padding-right: 18px;
}
.btn-arrow-right {
    padding-left: 36px;
}
.btn-arrow-left {
    padding-right: 36px;
}
.btn-arrow-right:before,
.btn-arrow-right:after,
.btn-arrow-left:before,
.btn-arrow-left:after { /* make two squares (before and after), looking similar to the button */
    content:"";
    position: absolute;
    top: 5px; /* move it down because of rounded corners */
    width: 22px; /* same as height */
    height: 22px; /* button_outer_height / sqrt(2) */
    background: inherit; /* use parent background */
    border: inherit; /* use parent border */
    border-left-color: transparent; /* hide left border */
    border-bottom-color: transparent; /* hide bottom border */
    border-radius: 0px 4px 0px 0px; /* round arrow corner, the shorthand property doesn't accept "inherit" so it is set to 4px */
    -webkit-border-radius: 0px 4px 0px 0px;
    -moz-border-radius: 0px 4px 0px 0px;
}
.btn-arrow-right:before,
.btn-arrow-right:after {
    transform: rotate(45deg); /* rotate right arrow squares 45 deg to point right */
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
.btn-arrow-left:before,
.btn-arrow-left:after {
    transform: rotate(225deg); /* rotate left arrow squares 225 deg to point left */
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
}
.btn-arrow-right:before,
.btn-arrow-left:before { /* align the "before" square to the left */
    left: -11px;
}
.btn-arrow-right:after,
.btn-arrow-left:after { /* align the "after" square to the right */
    right: -11px;
}
.btn-arrow-right:after,
.btn-arrow-left:before { /* bring arrow pointers to front */
    z-index: 1;
}
.btn-arrow-right:before,
.btn-arrow-left:after { /* hide arrow tails background */
    background-color: white;
}
.btn-social :first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 32px;
    line-height: 34px;
    font-size: 1.6em;
    text-align: center;
    border-right: 1px solid rgba(0,0,0,0.2);
}
.btn-social {
    position: relative;
    padding-left: 44px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.btn-facebook {
    color: #fff;
    background-color: #3b5998;
    border-color: rgba(0,0,0,0.2);
}
.btn-facebook:hover, .btn-facebook:focus, .btn-facebook:active, .btn-facebook.active, .open .dropdown-toggle.btn-facebook {
    color: #fff;
    background-color: #30487b;
    border-color: rgba(0,0,0,0.2);
}
.booking-status-header{background:#662e91;color:#FFFFFF;}
.booking-status-content{background:#E0E0E0;}
.booking-status-content p{margin-top:20px;font-weight:bold;}


.rockonlink a{text-decoration:none; color:#fff;opacity:0.7}
.rockonlink p{display:inline-block}
.logo_rockon{width:50px;display:inline-block}
.rockonlink a:hover{opacity:1}

@media (max-width:768px){
	.list-group a{display:none;}
	.list-group a.active {display:block;}
	
}
}

/*--------------Receipt-----------------*/
.receipt-container{border:0px solid red;background:#FFF;padding-left:50px;padding-right:50px;}
.receipt-container h4{color:#f47f47}
.receipt-container h3{color:#f47f47}
.bg-gray{background:#C0C0C0;}
.walls-para{color:#B04399;font-size:40pt;font-family:VerveineW01-Regular;}
.receipt-footer-strip{background:#B04399;color:#FFF;font-size:8pt;}
.receipt-footer-strip p{margin-bottom:5px;}


/*--------------Party hall booking----------------*/
.session-times{background:#00AEEF;}
.colorWhite{color:#FFF!important;}
.session-time-header p{color:#FFF;}
.session-times-contents{background:#f1f1f1;}
#hall1,#hall2,#hall3,#hall4{display:none;}
#caterok,#caterno{display:none;}
#cakeok,#cakeno{display:none;}
.choosecater1,.choosecater2{
	position:absolute;
	padding:2px;cursor:pointer;
	border:1px solid #C0C0C0;
	background:#E0E0E0;border-radius:5px;
	padding-bottom:4px;
	width:25px;
	height:25px;
	
	}
.nocater{display:inline-block;margin-right:10px;margin-bottom:0px;margin-top: 2px; font-weight: bold;color: #08b0ef;}
.yescater{display:inline-block;margin-right:10px;margin-bottom:0px;margin-top: 2px; font-weight: bold;color: #08b0ef;}
.tick1,.tick2{display:none;position:relative;left:0;right:0;margin:auto;width:20px;height:20px;}
.tick1 img,.tick2 img,{width:20px;margin-top:3px;}

#decorok,#decorno{display:none;}
.choosedecor1,.choosedecor2{
	position:absolute;
	padding:2px;
	cursor:pointer;
	border:1px solid #C0C0C0;
	background:#E0E0E0;border-radius:5px;
	padding-bottom:4px;
	width:25px;
	height:25px;
	
	}
.nodecor{display:inline-block;margin-right:10px;margin-bottom:0px;margin-top: 2px; font-weight: bold;color: #08b0ef;}
.yesdecor{display:inline-block;margin-right:10px;margin-bottom:0px;margin-top: 2px; font-weight: bold;color: #08b0ef;}
.tickdecor1,.tickdecor2{display:none;position:relative;left:0;right:0;margin:auto;width:20px;height:20px;}
.tickdecor1 img,.tickdecor2 img,{width:20px;margin-top:3px;}

.cateringdeatils{background:#00AEEF}
.catering-contents{display:none;}
.decoringdeatils{background:#00AEEF}
.decoring-contents{display:none;}
.sploffers{display:inline-block}
.lightbluetxt{color:#00AEEF;}
.cater-items{display:none;}

.cater_label{cursor:pointer;}
.cake_label{cursor:pointer;}
.cater_label span i{
	margin-right: 10px;
    padding: 5px;
    border-radius: 3px;
    background: #EFEFEF;
    color: #EFEFEF;
	border:1px solid #C0C0C0;
}

.cake_label span i{ 
	margin-right: 10px;
    padding: 5px;
    border-radius: 3px;
    background: #EFEFEF;
    color: #EFEFEF;
	border:1px solid #C0C0C0;
}
.avail{background:green;width:20px;height:20px;display:inline-block;margin-top:10px}
.not-avail{background:red;width:20px;height:20px;display:inline-block;margin-top:10px}
.avail-txt{display:inline-block;margin-right:20px;margin-bottom:0px;}
.not-avail-txt{display:inline-block;margin-right:20px;margin-bottom:0px;}
.tab-content2,.tab-content3,.tab-content4,.tab-content5{display:none;}
.hallbooking-table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 0px solid #ddd;
}

.hallbooking-table th, td {
    border: 0px solid #ddd;
	margin:0px !important;
	width:100px;
	height:50px;
}


.hallbooking-table th{text-align: center;padding:8px;border-bottom:1px solid #ddd;color:#662e91;font-size:12pt;}
.hallbooking-table td:nth-child(1){border-right:1px solid #ddd;text-align:center;font-weight:bold;}
.hallbooking-table th:nth-child(1){border-right:1px solid #ddd;}
.hallbooking-table tr{border-bottom:1px solid #ddd;}
.hallbooking-table tr:hover{background:#f1f1f1}
.hallbooking-table tr:nth-child(1):hover{background:#fff;}

/*
.hallbooking-table tr:nth-child(even){background-color: #f2f2f2}
.hallbooking-table tr:nth-child(4){background:rgba(255,128,0,0.5);}
.hallbooking-table tr:nth-child(5){background:rgba(255,128,0,0.5);}
.hallbooking-table tr:nth-child(6){background:rgba(255,128,0,0.5);}

*/

#row1-hall01,#row1-hall02,#row1-hall03,#row1-hall04{display:none;}
#row2-hall01,#row2-hall02,#row2-hall03,#row2-hall04{display:none;}
#row3-hall01,#row3-hall02,#row3-hall03,#row3-hall04{display:none;}
#row4-hall01,#row4-hall02,#row4-hall03,#row4-hall04{display:none;}
#row5-hall01,#row5-hall02,#row5-hall03,#row5-hall04{display:none;}

.label-hall{width:100%;height:100%;cursor:pointer;}

.check-icon-row2,.check-icon-row1,.check-icon-row3,.check-icon-row4,.check-icon-row5{position:absolute;color:#FFF;font-size:18px;margin-left:30px;display:block;margin-top:8px;}
.avail-info{margin-left:100px;}
.avail-info img{display:inline-block;margin-left:20px;}
.avail-info p{display:inline-block;margin-left:20px;color:#662e91;font-weight:bold}
.coupon-codebox {
    display: inline-block;
    width: 60%;
    height: 28px;
    padding: 5px 10px;
    font-size: 12px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.btn-coupon-code {
    color: #FFF;
    background: #4a007d;
    padding-top: 2px;
    padding-bottom: 2px;
}
.btn-coupon-code:hover {
    color: #FFF;
    background: #4a007d;
    padding-top: 2px;
    padding-bottom: 2px;
}
.btn-cancel:hover, .btn-cancel:focus, .btn-cancel:active {
    color: #FFF;
    background-color: #3b5998;
    border-color: #ccc;
}
.btn-cancel{
    color: #FFF;
    background-color: #3b5998;
    border-color: #ccc;
}
.btn-pay:hover, .btn-pay:focus, .btn-pay:active {
    color: #FFF;
    background-color: #76C043;
    border-color: #ccc;
}
.btn-pay{
    color: #FFF;
    background-color: #76C043;
    border-color: #ccc;
}
.bottomborder2px{border-bottom:2px solid #E0E0E0;padding-bottom:10px;padding-top:10px;}
.topborder2px{border-top:2px solid #E0E0E0;padding-bottom:10px;padding-top:10px;}
#hallbooking-back2{margin-left:30px;}
.btn-party-proceed{background:#4caf50;color:#FFF;}
.btn-party-proceed:hover, .btn-party-proceed:focus, .btn-party-proceed:active {
	background:#4caf50;color:#FFF;
}
.main-heading{
	color: #f47f47;
    font-family: VerveineW01-Regular;
    font-size: 45px;
}
.walls-para-party{
	color: #f47f47;
    font-size: 40pt;
    font-family: VerveineW01-Regular;
}
.party-receipt-header{
	color: #f47f47;
}
.party-receipt-subheader
{
	color: #f47f47;
}

.tab-content > .active {
  display: block;
  visibility: visible;
}
.walls-para-pass{color:#f47f47;font-size:40pt;font-family:VerveineW01-Regular;}
 .pass-receipt-subheader {    color: #f47f47;}
 
 @media(max-width:768px)
 {
	.main-heading{margin-top:60px;} 
 }
 
 
 <!-------------Pass subscription---->
 
 .pass-user-details{ 
  border-radius: 4px;
  -moz-border-radius: 4px;
  border:1px solid #ddd;
 -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.250);
  box-shadow: 0 6px 12px rgba(0,0,0,.250);
  -moz-box-shadow: 0 6px 12px rgba(0,0,0,.250);
  background-clip: padding-box;
  opacity: 0.97;
  filter: alpha(opacity=97);
  border-radius:5px;
 }
.pass-user-details h3{
 color: #4a007d;
    font-size: 32px;
    margin-left: 20px;
 font-weight:bold;
 }
.pass-userDetailsContainer{display:block;margin-left:10px;margin-right:10px;}
.pass-user-details h4{font-size:16pt;font-weight:bold;}






.pass-customer-info{
-moz-border-radius: 4px;
border: 1px solid #ddd;
-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.250);
box-shadow: 0 6px 12px rgba(0,0,0,.250);
-moz-box-shadow: 0 6px 12px rgba(0,0,0,.250);
background-clip: padding-box;
opacity: 0.97;
filter: alpha(opacity=97);
border-radius: 5px;
}
.pass-customer-info h3{
 color: #4a007d;
    font-size: 32px;
    margin-left: 20px;
 font-weight:bold;
 }

.pass-plan{
 margin-top:30px;
 margin-bottom:30px;
 margin-left: 20px;
 margin-right: 20px;
 background:#E0E0E0;
}
.pass-plan h4{
 font-weight:bold;
 margin-top:20px;
 margin-bottom:20px;
 font-size:16pt;
}
.pass-plan-details{margin-left:30px;}
.pass-plan-details p{font-weight:bold;}
.coupon-codebox{    
    display: inline-block;
    width: 60%;
    height: 28px;
    padding: 5px 10px;
    font-size: 12px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
   
 }
.btn-coupon-code{color:#FFF;background:#4a007d;padding-top:2px;padding-bottom:2px;}
.btn-coupon-code:hover{color:#FFF;background:#4a007d;padding-top:2px;padding-bottom:2px;}
.coupon-codebox::-webkit-input-placeholder{color:#FF7D2F;font-weight:bold;}
.coupon-code-price{margin-top:-2px;}



div.checkRadioContainer > label > .ticker input {
    visibility: hidden;
 display:none;
}

div.checkRadioContainer {
    margin-left:12px;
 display:inline-block;
}
div.checkRadioContainer > label {
    display: block;
    border: 0px solid #EFEFEF;
    cursor: pointer;
}

div.checkRadioContainer > label > span {
    display: inline-block;
    vertical-align: top;
    line-height: 20px;
}

div.checkRadioContainer > label > .ticker  input + i {
    visibility: hidden;
    color: green;
 position: absolute;
}
.ticker{ border: 2px solid #C0C0C0;border-radius:5px;background:#EFEFEF;width:20px;height:20px;font-size:12pt;}
.tickerContent{margin-top:0px;margin-left:7px;font-size:12pt;}

div.checkRadioContainer > label > .ticker  input:checked + i {
    visibility: visible;
}
.singlepass{display:none;}
.singlepass-header{background:#f1f1f1;padding-top:10px;margin-left: 15px;margin-right: 15px;border-bottom:1px solid #C0C0C0;}
.singlepass-content{padding-top:10px;margin-left: 15px;margin-right: 15px}
.singlepass-content:hover{background:#f3f3f3;}
.singlepass-header p{font-weight:bold;}
.pass-quantity{
 display: block;
    width: 40%;
    height: 28px;
    padding: 6px 12px;
    font-size: 12px;
 text-align: center;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.tensessionpass{display:none}
.tensessionpass-header{background:#f1f1f1;padding-top:10px;margin-left: 15px;margin-right: 15px;border-bottom:1px solid #C0C0C0;}
.tensessionpass-content{padding-top:10px;margin-left: 15px;margin-right: 15px}
.tensessionpass-content:hover{background:#f3f3f3}
.tensessionpass-header p{font-weight:bold;}
.dropdown-menu1{
 position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 160px;
padding: 5px 0;
margin: 2px 0 0;
font-size: 14px;
text-align: left;
list-style: none;
background-color: #fff;
}
.dropdown-menu-pass
{
 background:#FFF;
 color:#333;
}
.dropdown-menu-pass> li>a{color:#333;}
.dropdown-menu-pass> li>a:hover{background:#FFF;color:#333;}

.selectpicker{width:150px}
.selectpicker2{width:150px}
.tensessionpass-quantity{
 display: block;
 text-align:center;
    width: 60%;
    height: 28px;
    padding: 6px 12px;
    font-size: 12px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
 }

.tab-content > .active {
  display: block;
  visibility: visible;
}

/*
.tab-content1{display:block}
.tab-content2{display:none}
.tab-content3{display:none}
.tab-content4{display:none;}
*/

.pass-receipt-container{margin:30px;border:1px solid #C0C0C0}
.receipt-header{background:#f47f47;color:#FFF;}
a.list-group-item:hover{background:#FFF;}
a.list-group-item:focus{background:#FFF;}
.receipt-content h4{color:#f47f47}
.receipt-content h3{color:#f47f47}
.qrCodeContainer img{width:100px;display:inline-block;margin-right:15px;margin-left:15px;}
.receipt-footer-strip{background:#f47f47}
.walls-para-pass{color:#f47f47;font-size:40pt;font-family:VerveineW01-Regular;}
 
 
 
 /*------------------coaching----------------------*/
.greenbg{background: #76C043;}
.textWhite{color: #FFFFFF}
.coaching-header{font-size: 32px;}
.coaching-header p{font-family: VerveineW01-Regular;font-weight:bold;margin-top:10px;}
.kiwi_climb-header p{font-size: 45px;font-family: VerveineW01-Regular;}
.rock-scramblers-header p
{
   font-size: 32px;font-family: VerveineW01-Regular;
}
.kiwi_climb-header,.rock-scramblers-header{
    background: #76C043;
    height: 95px;
    width: 250px;
    text-align: center;
    margin: 25px;
    padding: 20px;
    position: relative;
    overflow: hidden;
}
.senior-clubs-header{
    background: #76C043;
    height: 95px;
    width: 250px;
    text-align: center;
    margin: 25px;
    padding: 20px;
    position: relative;
    overflow: hidden;
}
.senior-clubs-headerheight
{
    height: 105px;
}

.kiwi_climb-header:before,.rock-scramblers-header:before,.senior-clubs-header:before {
    content: "";
    display: block;
    background: #fff;
    position: absolute;
    top: -9px;
    left: -9px;
    width: 25px;
    height: 25px;
    border-radius: 20px;
}
.kiwi_climb-header:after,.rock-scramblers-header:after,.senior-clubs-header:after{
    content: "";
    display: block;
    background: #fff;
    position: absolute;
    top: -9px;
    right: -9px;
    width: 25px;
    height: 25px;
    border-radius: 20px;
}

.kiwi_climb-header p:before,.rock-scramblers-header p:before,.senior-clubs-header p:before{
    content: "";
    display: block;
    background: #fff;
    position: absolute;
    bottom: -9px;
    left: -9px;
    width: 25px;
    height: 25px;
    border-radius: 20px;
}
.kiwi_climb-header p:after,.rock-scramblers-header p:after,.senior-clubs-header p:after{
    content: "";
    display: block;
    background: #fff;
    position: absolute;
    bottom: -9px;
    right: -9px;
    width: 25px;
    height: 25px;
    border-radius: 20px;
}


.rockup_climb-header p{font-size: 45px;font-family: VerveineW01-Regular;}

.rockup_climb-header {
    background: #76C043;
    height: 95px;
    width: 250px;
    text-align: center;
    margin: 25px;
    padding: 20px;
    position: relative;
    overflow: hidden;
}
.rockup_climb-header:before {
    content: "";
    display: block;
    background: #fff;
    position: absolute;
    top: -9px;
    left: -9px;
    width: 25px;
    height: 25px;
    border-radius: 20px;
}
.rockup_climb-header:after{
    content: "";
    display: block;
    background: #fff;
    position: absolute;
    top: -9px;
    right: -9px;
    width: 25px;
    height: 25px;
    border-radius: 20px;
}

.rockup_climb-header p:before {
    content: "";
    display: block;
    background: #fff;
    position: absolute;
    bottom: -9px;
    left: -9px;
    width: 25px;
    height: 25px;
    border-radius: 20px;
}
.rockup_climb-header p:after{
    content: "";
    display: block;
    background: #fff;
    position: absolute;
    bottom: -9px;
    right: -9px;
    width: 25px;
    height: 25px;
    border-radius: 20px;
}
.kiwi-month-price{width: 160px;
    height: 160px;
    border-radius: 50%;
    padding-top: 50px;
}
.senior-clubs-price{
    width: 160px;
    height: 160px;
    border-radius: 50%;
    padding-top: 40px;
}
.textbold{font-weight: bold;}
.yellowbg {background: #FFC80B}
.intermediate-header{font-size: 32px;}
.intermediate-header p{font-family: VerveineW01-Regular;font-weight:bold;margin-top:10px;}
.senior-clubs-header{font-size: 32px;}
.senior-clubs-header p{font-family: VerveineW01-Regular;line-height: 30px;}

.purplebg{background: #B04399;}
.monthpara{font-weight:bold;font-size:14pt}
.amountpara{font-weight:bold;font-size:24pt}

/*--------------Climb Price------------------------*/
.pre-school-passes{font-size: 16pt;font-weight: bold;font-family: Open_Sans}
.orangebg{background: #F26725}
.power-pass-head{font-size: 16pt;}
.power-pass-subhead{font-size: 16pt;}
.approve-shoes{font-size: 16pt;}
.font16pt{font-size: 16pt}
.hire{
    font-family:VerveineW01-Regular;
    color: #FFFFFF;
    font-size: 54px;
    background: #F26725;
    width:150px;
    border-radius: 20px;
    -ms-transform: rotate(-10deg); /* IE 9 */
    -webkit-transform: rotate(-10deg); /* Safari */
    transform: rotate(-10deg);
    margin: auto;
}
@font-face {
    font-family: VerveineW01-Regular;
    src: url(../fonts/verveine.woff);
    src: url(../fonts/verveine.svg);
    src: url(../fonts/verveine.ttf);
    src: url(../fonts/verveine.woff2);
}
@font-face {
    font-family: Open_Sans;
    src: url(../fonts/OpenSans-Regular.ttf);
}
@font-face {
    font-family: Open_Sans_bold;
    src: url(../fonts/open-sans.bold.ttf);
}
@font-face {
    font-family: Open_Sans_semibold;
    src: url(../fonts/open-sans.semibold.ttf);
}

body{font-family:Open_Sans}


.datepicker{background:#FFF;}

/*-------------------navbar ends-----------------*/
.marTop30px{margin-top: 30px;}
.marTop20px{margin-top: 20px;}
.marTop10px{margin-top:10px;}
.marTop5px{margin-top:5px}
.marTop45px{margin-top:45px;}
.marTop50px{margin-top:50px;}
.marBot30px{margin-bottom: 30px}
.marBot10px{margin-bottom:10px;}
.marTop100px{margin-top: 100px}
.pad0px{padding: 0px}
.padLeft0px{padding-left: 0px}
.paddingLeft10px{padding-left:10px}
.padRight0px{padding-right: 0px}
.padRight5px{padding-right: 5px}
.graybg{background:#E0E0E0;}
.border2px{border: 2px solid #000;}
.padRight20px{padding-right: 20px}
.padLeft30px{padding-left: 30px}
.padRight30px{padding-right: 30px;}
.padBot30px{padding-bottom:30px;}
.marLeft15px{margin-left:15px}
.marLeft30px{margin-left:30px}
.marRight20px{margin-right:20px}
.marRight30px{margin-right:30px}
.marRight100px{margin-right:100px;}
.floatRight{float: right;}
.img-caption-name{color: #77DFDA;font-weight: bold;}
.img-caption-days{line-height: 0px;font-size: 8px}
.img-caption-content{font-size: 12px}
.img-caption-seemore{color: #77DFDA;font-weight: bold;font-size: 12px}
.img-caption-fbshare{font-size: 12px}
.bottomgray{border-bottom: 2px solid #C0C0C0;}
.borderRight2px{border-right:2px solid #C0C0C0}
.welcome_content p{line-height:28pt;}

.footer{height: 240px;background-size:cover;font-family:Open_Sans}
.footer-contact{font-family:VerveineW01-Regular;color:#6DD30E}
.footer-address{margin-top:15px;}








.floating-content{
	background: #662e91;
    color: #FFF;
    max-width: 500px;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 40px;
    border-radius: 5px;
}
.floating-content-container
{
	top:185px;
    font-family: VerveineW01-Regular;
}
.landing-img1,.landing-img2{max-width:380px;}
.rocktopia-link a{text-decoration:none;color:#333;}
.rocktopia-link a :hover{text-decoration:none;color:#333}
.clipnclimb-link a{text-decoration:none;color:#333;}
.clipnclimb-link a :hover{text-decoration:none;color:#333;}





/*-----------------------vertical tab --------------------------*/
div.tab-container{
  z-index: 10;
  background-color: #ffffff;
  padding: 0 !important;
  border-radius: 4px;
  -moz-border-radius: 4px;
  border:1px solid #ddd;
  margin-top: 20px;
  margin-left: 10px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.250);
  box-shadow: 0 6px 12px rgba(0,0,0,.250);
  -moz-box-shadow: 0 6px 12px rgba(0,0,0,.250);
  background-clip: padding-box;
  opacity: 0.97;
  filter: alpha(opacity=97);
}
div.tab-menu{
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}
div.tab-menu div.list-group{
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a{
  margin-bottom: 0;
}
div.tab-menu div.list-group>a .glyphicon,
div.tab-menu div.list-group>a .fa {
  /*color:blue;*/
}
div.tab-menu div.list-group>a:first-child{
  border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
}
div.tab-menu div.list-group>a:last-child{
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
}
div.tab-menu div.list-group>a.active,
div.tab-menu div.list-group>a.active .glyphicon,
div.tab-menu div.list-group>a.active .fa{
  background-color: #efefef;
  background-image: #efefef;
 color: #f47f47;
}
div.tab-menu div.list-group>a.active:after{
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -13px;
  border-left: 0;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  border-left: 10px solid #efefef;
}

div.tab-content{
  background-color: #ffffff;
  border: 0px solid #C0C0C0;
  padding-left: 50px;
  padding-top: 10px;
}
.tab-content h3{
	color:#f47f47;
	font-family:VerveineW01-Regular;
	font-size:28pt;
}
.list-group-item{padding-top:25px;padding-bottom:25px}

div.tab div.tab-content:not(.active){
  display: none;
}
.form-group label{margin-bottom:5px;}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover{border-color: #efefef;}
.table>thead>tr>th{background:#F1F1F1}
.tab-container-icon-header{padding-left:15px;display:inline-block;}
.tab-container-icon{ margin-left: 40px;}   
.climb-pass h5{margin-left:15px;}
.climb-pass p{margin-top:8px;}

.rocktextcolor1{color:#f47f47 !important}
.rocktextcolor2{color:#FFC80B !important}
.rocktextcolor3{color:#00AEEF !important}
.rocktextcolor4{color:#76C043 !important}
.rocktextcolor5{color:#B04399 !important}

.rockbgcolor1{background:#f47f47}
.rockbgcolor2{background:#FFC80B}
.rockbgcolor3{background:#00AEEF}
.rockbgcolor4{background:#76C043}
.rockbgcolor5{background:#B04399}


.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:visited,
.btn-primary:focus{
    color: #fff;
    background-color: #662e91;
    border-color: #662e91;
}
.actions-tab a{padding-left:3px;padding-right:3px;}


/*------------Pass Subscription Page--------------------*/
.user-details{ 
  border-radius: 4px;
  -moz-border-radius: 4px;
  border:1px solid #ddd;
 -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.250);
  box-shadow: 0 6px 12px rgba(0,0,0,.250);
  -moz-box-shadow: 0 6px 12px rgba(0,0,0,.250);
  background-clip: padding-box;
  opacity: 0.97;
  filter: alpha(opacity=97);
  border-radius:5px;
 }
.user-details h3{color:#f47f47;font-family:VerveineW01-Regular;font-size:45px;margin-left:20px}
.user-details h4{font-family:VerveineW01-Regular;font-size:32px;}

.checkbox {
  padding-left: 20px; }
  .checkbox {
  padding-left: 20px; }
.checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
    padding-left: 5px; }
.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="radio"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c; }
.checkbox-success input[type="checkbox"]:checked + label::after,
.checkbox-success input[type="radio"]:checked + label::after {
  color: #fff;}
.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #555555; 
  }
  
  
  
  
  
.checkbox-success input[type="checkbox"]:indeterminate + label::before,
.checkbox-success input[type="radio"]:indeterminate + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.checkbox-success input[type="checkbox"]:indeterminate + label::after,
.checkbox-success input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}
input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
  font-family: 'FontAwesome';
  content: "\f00c"; }
input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
  color: #fff; }
input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
  color: #fff; }


.btn-arrow-right,
.btn-arrow-left {
    position: relative;
    padding-left: 18px;
    padding-right: 18px;
}
.btn-arrow-right {
    padding-left: 36px;
}
.btn-arrow-left {
    padding-right: 36px;
}
.btn-arrow-right:before,
.btn-arrow-right:after,
.btn-arrow-left:before,
.btn-arrow-left:after { /* make two squares (before and after), looking similar to the button */
    content:"";
    position: absolute;
    top: 5px; /* move it down because of rounded corners */
    width: 22px; /* same as height */
    height: 22px; /* button_outer_height / sqrt(2) */
    background: inherit; /* use parent background */
    border: inherit; /* use parent border */
    border-left-color: transparent; /* hide left border */
    border-bottom-color: transparent; /* hide bottom border */
    border-radius: 0px 4px 0px 0px; /* round arrow corner, the shorthand property doesn't accept "inherit" so it is set to 4px */
    -webkit-border-radius: 0px 4px 0px 0px;
    -moz-border-radius: 0px 4px 0px 0px;
}
.btn-arrow-right:before,
.btn-arrow-right:after {
    transform: rotate(45deg); /* rotate right arrow squares 45 deg to point right */
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
.btn-arrow-left:before,
.btn-arrow-left:after {
    transform: rotate(225deg); /* rotate left arrow squares 225 deg to point left */
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
}
.btn-arrow-right:before,
.btn-arrow-left:before { /* align the "before" square to the left */
    left: -11px;
}
.btn-arrow-right:after,
.btn-arrow-left:after { /* align the "after" square to the right */
    right: -11px;
}
.btn-arrow-right:after,
.btn-arrow-left:before { /* bring arrow pointers to front */
    z-index: 1;
}
.btn-arrow-right:before,
.btn-arrow-left:after { /* hide arrow tails background */
    background-color: white;
}
.btn-social :first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 32px;
    line-height: 34px;
    font-size: 1.6em;
    text-align: center;
    border-right: 1px solid rgba(0,0,0,0.2);
}
.btn-social {
    position: relative;
    padding-left: 44px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.btn-facebook {
    color: #fff;
    background-color: #3b5998;
    border-color: rgba(0,0,0,0.2);
}
.btn-facebook:hover, .btn-facebook:focus, .btn-facebook:active, .btn-facebook.active, .open .dropdown-toggle.btn-facebook {
    color: #fff;
    background-color: #30487b;
    border-color: rgba(0,0,0,0.2);
}
.booking-status-header{background:#662e91;color:#FFFFFF;}
.booking-status-content{background:#E0E0E0;}
.booking-status-content p{margin-top:20px;font-weight:bold;}







/*--------------Receipt-----------------*/
.receipt-container{border:0px solid red;background:#FFF;padding-left:50px;padding-right:50px;}
.receipt-container h4{color:#f47f47}
.receipt-container h3{color:#f47f47}
.bg-gray{background:#C0C0C0;}
.walls-para{color:#B04399;font-size:40pt;font-family:VerveineW01-Regular;}
.receipt-footer-strip{background:#B04399;color:#FFF;font-size:8pt;}
.receipt-footer-strip p{margin-bottom:5px;}


/*--------------Party hall booking----------------*/
.session-times{background:#00AEEF;}
.colorWhite{color:#FFF!important;}
.session-time-header p{color:#FFF;}
.session-times-contents{background:#f1f1f1;}
#hall1,#hall2,#hall3,#hall4{display:none;}
#caterok,#caterno{display:none;}
.choosecater1,.choosecater2{
	position:absolute;
	padding:2px;cursor:pointer;
	border:1px solid #C0C0C0;
	background:#E0E0E0;border-radius:5px;
	padding-bottom:4px;
	width:25px;
	height:25px;
	
	}
.nocater{display:inline-block;margin-right:10px;margin-bottom:0px;margin-top: 2px; font-weight: bold;color: #08b0ef;}
.yescater{display:inline-block;margin-right:10px;margin-bottom:0px;margin-top: 2px; font-weight: bold;color: #08b0ef;}
.tick1,.tick2{display:none;position:relative;left:0;right:0;margin:auto;width:20px;height:20px;}
.tick1 img,.tick2 img,{width:20px;margin-top:3px;}

#decorok,#decorno{display:none;}
.choosedecor1,.choosedecor2{
	position:absolute;
	padding:2px;cursor:pointer;
	border:1px solid #C0C0C0;
	background:#E0E0E0;border-radius:5px;
	padding-bottom:4px;
	width:25px;
	height:25px;
	
	}
.nodecor{display:inline-block;margin-right:10px;margin-bottom:0px;margin-top: 2px; font-weight: bold;color: #08b0ef;}
.yesdecor{display:inline-block;margin-right:10px;margin-bottom:0px;margin-top: 2px; font-weight: bold;color: #08b0ef;}
.tickdecor1,.tickdecor2{display:none;position:relative;left:0;right:0;margin:auto;width:20px;height:20px;}
.tickdecor1 img,.tickdecor2 img,{width:20px;margin-top:3px;}

.cateringdeatils{background:#00AEEF}
.catering-contents{display:none;}
.decoringdeatils{background:#00AEEF}
.decoring-contents{display:none;}
.sploffers{display:inline-block}
.lightbluetxt{color:#00AEEF;}=======
@font-face {
    font-family: VerveineW01-Regular;
    src: url(../fonts/verveine.woff);
 src: url(../fonts/verveine.svg);
 src: url(../fonts/verveine.ttf);
 src: url(../fonts/verveine.woff2);
}
@font-face {
    font-family: Open_Sans;
 src: url(../fonts/OpenSans-Regular.ttf);
}
/*------------header strip-------------------*/
.darkbg{background:rgba(0,0,0,0.7);color:#FFF;}
.rockon-link-container{background:#FFF;width:50px;border-radius:50%}
.rockon-link-container img{width:50px;}
/*----------------navbar starts-----------------------*/
/*
.navbar-inverse { background-color: #4A007D;font-family: Open_Sans;font-size: 13px;font-weight: bold;}
.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus { background-color: transparent;}
.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus { background-color: #4A007D}
.dropdown-menu { background-color: #4A007D}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus { background-color: #4A007D}
.navbar-inverse { background-image: none; }
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus { background-image: none; }
.navbar-inverse { border: 0px solid #4A007D;}
.navbar-inverse .navbar-brand { color: #FFFFFF}
.navbar-inverse .navbar-brand:hover { color: #FFFFFF}
.navbar-inverse .navbar-nav>li>a { color: #FFFFFF;margin-top:5px; font-weight: normal !important;font-weight: normal !important;font-size: 1.3em;margin-bottom: 0px;margin-top: 8px;}
.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus { color: #FFFFFF;}
.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus {color: #62dad8;font-family:VerveineW01-Regular;font-size:1.6em;border-bottom:4px solid #F47F47;}
.navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus { color: #FFFFFF}
/*
.dropdown-menu>li>a { color: #fff}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus { color: #FFFFFF}
.navbar-inverse .navbar-nav>.dropdown>a .caret { border-top-color: #999999}
.navbar-inverse .navbar-nav>.dropdown>a:hover .caret { border-top-color: #FFFFFF}
.navbar-inverse .navbar-nav>.dropdown>a .caret { border-bottom-color: #999999}
.navbar-inverse .navbar-nav>.dropdown>a:hover .caret { border-bottom-color: #FFFFFF}
.nav>li>a {padding:10px 10px;position: relative;display: block;padding: 8px 10px;}*/
.navbar {
     border-radius: 0px; 
     margin-bottom: 0px;
}

@media (min-width: 768px)
.navbar {
     border-radius: 0px; 
     margin-bottom: 0px;
}
.text_orange{color:#f47f47;}
.navbar-inverse .navbar-nav>li>a :hover{
 color:#f47f47
}
.datepicker{background:#FFF;}


/*-------------------navbar ends-----------------*/
.marTop30px{margin-top: 30px;}
.marTop20px{margin-top: 20px;}
.marTop10px{margin-top:10px;}
.marTop5px{margin-top:5px}
.marTop35px{margin-top:35px;}
.marTop45px{margin-top:45px;}
.marTop50px{margin-top:50px;}
.marBot30px{margin-bottom: 30px}
.marBot10px{margin-bottom:10px;}
.marTop100px{margin-top: 100px}
.pad0px{padding: 0px}
.padTop0px{padding-top:0px !important;}
.padLeft0px{padding-left: 0px}
.paddingLeft10px{padding-left:10px}
.padRight0px{padding-right: 0px}
.padRight5px{padding-right: 5px}
.graybg{background:#E0E0E0;}
.border2px{border: 2px solid #000;}
.padRight20px{padding-right: 20px}
.padLeft30px{padding-left: 30px}
.padRight30px{padding-right: 30px;}
.padBot30px{padding-bottom:30px;}
.marLeft10px{margin-left:10px}
.marLeft15px{margin-left:15px}
.marLeft20px{margin-left: 20px;}   
.marLeft30px{margin-left:30px}
.marRight10px{margin-right:10px}
.marRight20px{margin-right:20px}
.marRight30px{margin-right:30px}
.marRight100px{margin-right:100px;}
.floatRight{float: right;}
.img-caption-name{color: #77DFDA;font-weight: bold;}
.img-caption-days{line-height: 0px;font-size: 8px}
.img-caption-content{font-size: 12px}
.img-caption-seemore{color: #77DFDA;font-weight: bold;font-size: 12px}
.img-caption-fbshare{font-size: 12px}
.bottomgray{border-bottom: 2px solid #C0C0C0;}
.borderRight2px{border-right:2px solid #C0C0C0}
.welcome-header{font-family:VerveineW01-Regular;}
.welcome_content p{line-height:20pt;font-size:12pt;color:#333;font-family:Open_Sans;color:#333;}
p{font-family:Open_Sans;}

.footer{height: 240px;background-size:cover;font-family:Open_Sans}
.footer-contact{font-family:VerveineW01-Regular;color:#6DD30E}
.footer-address{margin-top:15px;}




.floating-content{
    background: #662e91;
    color: #FFF;
    max-width: 500px;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 40px;
    border-radius: 5px;
	font-family: VerveineW01-Regular;
}

.header_bg{background-color: #4A007D;}



/*-----------------------vertical tab --------------------------*/
div.tab-container{
  z-index: 10;
  background-color: #ffffff;
  padding: 0 !important;
  border-radius: 4px;
  -moz-border-radius: 4px;
  border:1px solid #ddd;
  margin-top: 20px;
  margin-left: 10px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.250);
  box-shadow: 0 6px 12px rgba(0,0,0,.250);
  -moz-box-shadow: 0 6px 12px rgba(0,0,0,.250);
  background-clip: padding-box;
  opacity: 0.97;
  filter: alpha(opacity=97);
}
div.tab-menu{
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}
div.tab-menu div.list-group{
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a{
  margin-bottom: 0;
}
div.tab-menu div.list-group>a .glyphicon,
div.tab-menu div.list-group>a .fa {
  /*color:blue;*/
}
div.tab-menu div.list-group>a:first-child{
  border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
}
div.tab-menu div.list-group>a:last-child{
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
}
div.tab-menu div.list-group>a.active,
div.tab-menu div.list-group>a.active .glyphicon,
div.tab-menu div.list-group>a.active .fa{
  background-color: #efefef;
  background-image: #efefef;
 color: #f47f47;
}
div.tab-menu div.list-group>a.active:after{
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -13px;
  border-left: 0;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  border-left: 10px solid #efefef;
}

@media (max-width:992px)
{
	div.tab-menu div.list-group>a.active:after
	{
	content: '';
    position: absolute;
    top: 116%;
    left: 50%;
    margin-left: -13px;
    border-top: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 13px solid #efefef;
	}
	.floating-content-container {
    top: 205px;
	}
}
@media screen and (max-width: 767px){
	.table-responsive {
    width: 98%;
	}
}

div.tab-container{margin-left:10px;}
}

@media(max-width:400px)
{
	.floating-content{
		font-size: 28px;
	}
	
}

div.tab-content{
  background-color: #ffffff;
  border: 0px solid #C0C0C0;
  padding-left: 50px;
  padding-top: 10px;
}

@media screen and (max-width: 640px){
	div.tab-content{padding-left: 20px;}
}

@media(max-width:360px)
{
	.floating-content{font-size:32px}
}
.tab-content h3{
 color:#f47f47;
 font-family:VerveineW01-Regular;
 font-size:28pt;
}
.list-group-item{padding-top:25px;padding-bottom:25px}

div.tab div.tab-content:not(.active){
  /*display: none;*/
}
.form-group label{margin-bottom:5px;}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover{border-color: #efefef;}
.table>thead>tr>th{background:#F1F1F1}
.tab-container-icon-header{padding-left:15px;display:inline-block;}
.tab-container-icon{ margin-left: 40px;}   
.climb-pass h5{margin-left:15px;}
.climb-pass p{margin-top:8px;}

.rocktextcolor1{color:#f47f47 !important}
.rocktextcolor2{color:#FFC80B !important}
.rocktextcolor3{color:#00AEEF !important}
.rocktextcolor4{color:#76C043 !important}
.rocktextcolor5{color:#B04399 !important}

.rockbgcolor1{background:#f47f47}
.rockbgcolor2{background:#FFC80B}
.rockbgcolor3{background:#00AEEF}
.rockbgcolor4{background:#76C043}
.rockbgcolor5{background:#B04399}


.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:visited,
.btn-primary:focus{
    color: #fff;
    background-color: #662e91;
    border-color: #662e91;
}
.actions-tab a{padding-left:3px;padding-right:3px;}


/*------------Pass Subscription Page--------------------*/
.user-details{ 
  border-radius: 4px;
  -moz-border-radius: 4px;
  border:1px solid #ddd;
 -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.250);
  box-shadow: 0 6px 12px rgba(0,0,0,.250);
  -moz-box-shadow: 0 6px 12px rgba(0,0,0,.250);
  background-clip: padding-box;
  opacity: 0.97;
  filter: alpha(opacity=97);
  border-radius:5px;
 }
.user-details h3{color:#f47f47;font-family:VerveineW01-Regular;font-size:45px;margin-left:20px}
.user-details h4{font-family:VerveineW01-Regular;font-size:32px;}

.checkbox {
  padding-left: 20px; }
  .checkbox {
  padding-left: 20px; }
.checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
    padding-left: 5px; }
.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="radio"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c; }
.checkbox-success input[type="checkbox"]:checked + label::after,
.checkbox-success input[type="radio"]:checked + label::after {
  color: #fff;}
.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #555555; 
  }
  
  
  
  
  
.checkbox-success input[type="checkbox"]:indeterminate + label::before,
.checkbox-success input[type="radio"]:indeterminate + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.checkbox-success input[type="checkbox"]:indeterminate + label::after,
.checkbox-success input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}
input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
  font-family: 'FontAwesome';
  content: "\f00c"; }
input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
  color: #fff; }
input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
  color: #fff; }


.btn-arrow-right,
.btn-arrow-left {
    position: relative;
    padding-left: 18px;
    padding-right: 18px;
}
.btn-arrow-right {
    padding-left: 36px;
}
.btn-arrow-left {
    padding-right: 36px;
}
.btn-arrow-right:before,
.btn-arrow-right:after,
.btn-arrow-left:before,
.btn-arrow-left:after { /* make two squares (before and after), looking similar to the button */
    content:"";
    position: absolute;
    top: 5px; /* move it down because of rounded corners */
    width: 22px; /* same as height */
    height: 22px; /* button_outer_height / sqrt(2) */
    background: inherit; /* use parent background */
    border: inherit; /* use parent border */
    border-left-color: transparent; /* hide left border */
    border-bottom-color: transparent; /* hide bottom border */
    border-radius: 0px 4px 0px 0px; /* round arrow corner, the shorthand property doesn't accept "inherit" so it is set to 4px */
    -webkit-border-radius: 0px 4px 0px 0px;
    -moz-border-radius: 0px 4px 0px 0px;
}
.btn-arrow-right:before,
.btn-arrow-right:after {
    transform: rotate(45deg); /* rotate right arrow squares 45 deg to point right */
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
.btn-arrow-left:before,
.btn-arrow-left:after {
    transform: rotate(225deg); /* rotate left arrow squares 225 deg to point left */
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
}
.btn-arrow-right:before,
.btn-arrow-left:before { /* align the "before" square to the left */
    left: -11px;
}
.btn-arrow-right:after,
.btn-arrow-left:after { /* align the "after" square to the right */
    right: -11px;
}
.btn-arrow-right:after,
.btn-arrow-left:before { /* bring arrow pointers to front */
    z-index: 1;
}
.btn-arrow-right:before,
.btn-arrow-left:after { /* hide arrow tails background */
    background-color: white;
}
.btn-social :first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 32px;
    line-height: 34px;
    font-size: 1.6em;
    text-align: center;
    border-right: 1px solid rgba(0,0,0,0.2);
}
.btn-social {
    position: relative;
    padding-left: 44px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.btn-facebook {
    color: #fff;
    background-color: #3b5998;
    border-color: rgba(0,0,0,0.2);
}
.btn-facebook:hover, .btn-facebook:focus, .btn-facebook:active, .btn-facebook.active, .open .dropdown-toggle.btn-facebook {
    color: #fff;
    background-color: #30487b;
    border-color: rgba(0,0,0,0.2);
}
.booking-status-header{background:#662e91;color:#FFFFFF;}
.booking-status-content{background:#E0E0E0;}
.booking-status-content p{margin-top:20px;font-weight:bold;}


/*-------------club membership---------------------*/
.txtbold{font-weight:bold}
.membership{margin-top:50px;}
.membership h2{font-family:VerveineW01-Regular;margin-top:50px;}
.club-membership1,.club-membership2,.club-membership3,.club-membership4{
    width: 200px;
 padding-top:60px;
    height: 200px;
    border-radius: 10%;
    color: #FFF;
 font-family:VerveineW01-Regular;
 font-size:20pt;
 cursor:pointer;
 /*margin-top:50px;*/
 letter-spacing:1.3px;
 line-height:25px;
}
.club-membership1{ background: #B04399;border: 1px solid #B04399;padding-top:40px;text-shadow:0 0 5px #000;}
.club-membership2{ background: #FFC80B;border: 1px solid #FFC80B;padding:40px 10px 0px 10px;text-shadow:0 0 5px #000;}
.club-membership3{ background: #76C043;border: 1px solid #76C043;padding-top:40px;text-shadow:0 0 5px #000;}
.club-membership4{ background: #3A56A6;border: 1px solid #3A56A6;padding-top:40px;text-shadow:0 0 5px #000;}
.normalfont{font-family:Open_Sans_bold;font-size:10pt;font-weight:bold;line-height:14px;margin-top:10px;padding-left:10px;padding-right:10px}

#club1,#club2,#club3,#club4,#club6{display:none;}
.club1-details{background:#f2f2f2;border:0px solid #f1f1f1}
.arrow-down1{
    position: absolute;
    padding-top: 30px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 15px solid #b04399;
	margin-left:90px;
    top:200px;
}
.arrow-down2{
    position: absolute;
    padding-top: 30px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 15px solid #FFC80B;
    margin-left:82px;
    top:200px;
}
.arrow-down3{
    position: absolute;
    padding-top: 30px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 15px solid #76C043;
   margin-left:90px;
   top:200px;
}
.arrow-down4{
    position: absolute;
    padding-top: 30px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 15px solid #3A56A6;
    margin-left:95px;
    top:200px;
}

.jclub-item1{
 background: #b04399;
    padding: 10px 9px 10px 9px;
    width: 180px;
    margin: auto;
    color: #FFF;
    font-weight: bold;
    font-size: 18pt;
    border-radius: 5px;
    margin-bottom: 0px;
    margin-top: 10px;
 }
 
.jclub-item2{
 background: #b04399;
    padding: 10px 9px 10px 9px;
    width: 160px;
    margin: auto;
    color: #FFF;
    font-weight: bold;
    font-size: 18pt;
    border-radius: 5px;
    margin-bottom: 0px;
    margin-top: 10px;
 }

 
 
.intermediateclub-item1{
 background: #FFC80B;
    padding: 10px 9px 10px 9px;
    width: 250px;
    margin: auto;
    color: #FFF;
    font-weight: bold;
    font-size: 18pt;
    border-radius: 5px;
    margin-bottom: 0px;
    margin-top: 10px;
 }
 
.intermediateclub-item2{
 background: #FFC80B;
    padding: 10px 9px 10px 9px;
    width: 250px;
    margin: auto;
    color: #FFF;
    font-weight: bold;
    font-size: 18pt;
    border-radius: 5px;
    margin-bottom: 0px;
    margin-top: 10px;
 }
.seniorclub-item1{
 background: #76C043;
    padding: 10px 9px 10px 9px;
    width: 180px;
    margin: auto;
    color: #FFF;
    font-weight: bold;
    font-size: 18pt;
    border-radius: 5px;
    margin-bottom: 0px;
    margin-top: 10px;
 }
 
.seniorclub-item2{
 background: #76C043;
    padding: 10px 9px 10px 9px;
    width: 430px;
    margin: auto;
    color: #FFF;
    font-weight: bold;
    font-size: 18pt;
    border-radius: 5px;
    margin-bottom: 0px;
    margin-top: 10px;
 }
.eliteclub-item1{
 font-size:18pt;
 font-weight:bold;
}
.eliteclub-item2{
 font-size:18pt;
 font-weight:bold;
}
.eliteclub-item2subheader{width:250px;margin:auto;margin-top:30px;margin-bottom:60px}
.clubheader{font-size:16pt;font-weight:bold;}
.clubcontent{font-size:12pt;font-weight:bold;}
.subscription{background:#3A56A6;color:#FFF;width:150px;margin:auto;font-weight:bold;padding-top:10px;padding-bottom:10px;border-radius:5px;}
.btn-custom_2{background:#76C043;color:#FFF;display:block;width:150px;margin:auto;margin-top:15px;margin-left:5px;font-weight:bold; height:35px}
.btn-custom_2:hover{background:#76C043;color:#FFF;}
.clubcontentlist{margin-left:50px;}
.clubcontentlist li{line-height:24px;font-weight:bold;padding-left:20px;list-style-image: url(../images/star.png);font-size:12px;}
.clubcontentlist li .fa{margin-right:10px;color:red;}
.clubcontentlist li  content{margin-right:10px;}
.clubContainer4 h5{margin-top:50px;font-weight:bold;color:#3A56A6;font-size:14pt;}
.borderCenter{border-left:2px solid #FFF;}
.pricetag{
	display:inline-block;
    width: 72px;
    margin: auto;
    right: 0;
    font-size: 16pt;
    color: #b04399;
    font-weight: bold;
    text-align: left;
    padding-left:5px;
}
.dropdown-membership{
	display:inline-block;
    width: 165px;
    left: 0;
    right: 0;
    margin: auto;
}
@media (max-width:768px)
{
	.clubcontentlist {margin-left:0px;}
	.clubcontentlist li{padding-left:0px}
}
.dropdown-membership .btn{width:150px;}
.btn-custom_2Container
{
	width: 238px;
	border:0px solid red;
	margin:0 auto;
}
/*.dropdown-toggle{width:150px;background:#3A56A6}
.dropdown-menu{background:#3A56A6}
.dropdown-toggle:hover{background:#3A56A6}*/
.btn-warning{display:inline-block;}
.btn-primary{display:inline-block;}
.navyblue{background:#3A56A6;font-weight:bold;}

/*
@media (max-width:992px){
	.pricetag{
       left: 95px;	
	}
}
@media (max-width:768px)
{
	.pricetag{
	left: 83px
	}
}
@media (max-width:640px)
{
	.pricetag{
	left: 60px;
	}
}
*/
/*-------------club membership customer Info---------------------*/
.customer-info{
-moz-border-radius: 4px;
border: 1px solid #ddd;
-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.250);
box-shadow: 0 6px 12px rgba(0,0,0,.250);
-moz-box-shadow: 0 6px 12px rgba(0,0,0,.250);
background-clip: padding-box;
opacity: 0.97;
filter: alpha(opacity=97);
border-radius: 5px;
}
.customer-info h3{
 color: #f47f47;
    font-family: VerveineW01-Regular;
    font-size: 45px;
    margin-left: 20px;
 }
.customerInfo{
 margin-top:30px;
 margin-bottom:30px;
 margin-left: 20px;
 margin-right: 20px;
 background:#E0E0E0;
}
.customerInfo h4
{
 font-weight:bold;
 margin-left: 20px;
 margin-top:20px;
 margin-bottom:20px;
 font-size:16pt;
 color: #333;
}
.customerInfo-details{
 margin-top:30px;
 margin-bottom:30px;
 margin-left: 40px;
 margin-right: 40px;
}
.membership-plan{
 margin-top:30px;
 margin-bottom:30px;
 margin-left: 20px;
 margin-right: 20px;
 background:#E0E0E0;
}
.membership-plan h4{
 font-weight:bold;
 margin-top:20px;
 margin-bottom:20px;
 font-size:16pt;
 color:#333;
}
.membership-plan-details{margin-left:30px;}
.membership-plan-details p{font-weight:bold;}
.purplecolor{color:#b04399}
.coupon-codebox{    
    display: block;
    width: 60%;
    height: 30px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
   
 }
.coupon-codebox::-webkit-input-placeholder{color:#FF7D2F;font-weight:bold;}
.bottomborder2px{border-bottom:2px solid #E0E0E0;padding-bottom:10px;padding-top:10px;}
.textSize12pt{font-size:12pt}
.btn-cancel{
  color: #FFF;
  background-color: #3b5998;
  border-color: #ccc;
}
.btn-pay{
  color: #FFF;
  background-color: #76C043;
  border-color: #ccc;
}
.btn-cancel:hover,.btn-cancel:focus,.btn-cancel:active{
  color: #FFF;
  background-color: #3b5998;
  border-color: #ccc;
}
.btn-pay:hover,.btn-pay:focus,.btn-pay:active{
  color: #FFF;
  background-color: #76C043;
  border-color: #ccc;
}

.priceContentDisplay{margin-left:15px;margin-right:15px;}
.userDetailsContainer{display:block;margin-left:10px;margin-right:10px;}
.validationContainer{margin-left:30px;margin-right:30px;}
.validation-header{background:#B04399;color:#FFF;font-weight:bold;margin-left:5px;margin-right:5px;padding:10px;margin-top:30px;}
.validation-header p{margin-bottom:0px;}
.validation-details{background:#efefef;;font-weight:bold;margin-left:5px;margin-right:5px;padding:10px;}

.open > .dropdown-menu {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);  
  opacity:1;
}


/*--------------Receipt-----------------*/
.receipt-container{border:0px solid red;background:#FFF;padding-left:50px;padding-right:50px;}
.receipt-container h4{color:#f47f47}
.receipt-container h3{color:#f47f47}
.bg-gray{background:#C0C0C0;}
.walls-para{color:#B04399;font-size:40pt;font-family:VerveineW01-Regular;}
.receipt-footer-strip{background:#B04399;color:#FFF;font-size:8pt;}
.receipt-footer-strip p{margin-bottom:5px;}


/*--------------Party hall booking----------------*/
.session-times{background:#00AEEF;}
.colorWhite{color:#FFF!important;}
.session-time-header p{color:#FFF;}
.session-times-contents{background:#f1f1f1;}
#hall1,#hall2,#hall3,#hall4{display:none;}
#caterok,#caterno{display:none;}
#cakeok,#cakeno{display:none;}
.choosecater1,.choosecater2{
 position:absolute;
 padding:2px;cursor:pointer;
 border:1px solid #C0C0C0;
 background:#E0E0E0;border-radius:5px;
 padding-bottom:4px;
 width:25px;
 height:25px;
 
 }
.nocater{display:inline-block;margin-right:10px;margin-bottom:0px;margin-top: 2px; font-weight: bold;color: #08b0ef;}
.yescater{display:inline-block;margin-right:10px;margin-bottom:0px;margin-top: 2px; font-weight: bold;color: #08b0ef;}
.tick1,.tick2{display:none;position:relative;left:0;right:0;margin:auto;width:20px;height:20px;}
.tick1 img,.tick2 img,{width:20px;margin-top:3px;}

#decorok,#decorno{display:none;}
.choosedecor1,.choosedecor2{
 position:absolute;
 padding:2px;cursor:pointer;
 border:1px solid #C0C0C0;
 background:#E0E0E0;border-radius:5px;
 padding-bottom:4px;
 width:25px;
 height:25px;
 
 }
.nodecor{display:inline-block;margin-right:10px;margin-bottom:0px;margin-top: 2px; font-weight: bold;color: #08b0ef;}
.yesdecor{display:inline-block;margin-right:10px;margin-bottom:0px;margin-top: 2px; font-weight: bold;color: #08b0ef;}
.tickdecor1,.tickdecor2{display:none;position:relative;left:0;right:0;margin:auto;width:20px;height:20px;}
.tickdecor1 img,.tickdecor2 img,{width:20px;margin-top:3px;}

.cateringdeatils{background:#00AEEF}
.catering-contents{display:none;}
.decoringdeatils{background:#00AEEF}
.decoring-contents{display:none;}
.sploffers{display:inline-block}
.lightbluetxt{color:#00AEEF;}
.cater-items{display:none;}

.cater_label{cursor:pointer;}
.cake_label{cursor:pointer;}
.cater_label span i{
 margin-right: 10px;
    padding: 5px;
    border-radius: 3px;
    background: #EFEFEF;
    color: #EFEFEF;
 border:1px solid #C0C0C0;
}

.cake_label span i{ 
 margin-right: 10px;
    padding: 5px;
    border-radius: 3px;
    background: #EFEFEF;
    color: #EFEFEF;
 border:1px solid #C0C0C0;
}
.avail{background:green;width:20px;height:20px;display:inline-block;margin-top:10px}
.not-avail{background:red;width:20px;height:20px;display:inline-block;margin-top:10px}
.avail-txt{display:inline-block;margin-right:20px;margin-bottom:0px;}
.not-avail-txt{display:inline-block;margin-right:20px;margin-bottom:0px;}
.tab-content2,.tab-content3,.tab-content4,.tab-content5{display:none;}
.hallbooking-table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 0px solid #ddd;
}

.hallbooking-table th, td {
    border: 0px solid #ddd;
 margin:0px !important;
 width:100px;
 height:50px;
}


.hallbooking-table th{text-align: center;padding:8px;border-bottom:1px solid #ddd;color:#662e91;font-size:12pt;}
.hallbooking-table td:nth-child(1){border-right:1px solid #ddd;text-align:center;font-weight:bold;}
.hallbooking-table th:nth-child(1){border-right:1px solid #ddd;}
.hallbooking-table tr{border-bottom:1px solid #ddd;}
.hallbooking-table tr:hover{background:#f1f1f1}
.hallbooking-table tr:nth-child(1):hover{background:#fff;}

/*
.hallbooking-table tr:nth-child(even){background-color: #f2f2f2}
.hallbooking-table tr:nth-child(4){background:rgba(255,128,0,0.5);}
.hallbooking-table tr:nth-child(5){background:rgba(255,128,0,0.5);}
.hallbooking-table tr:nth-child(6){background:rgba(255,128,0,0.5);}

*/

#row1-hall01,#row1-hall02,#row1-hall03,#row1-hall04{display:none;}
#row2-hall01,#row2-hall02,#row2-hall03,#row2-hall04{display:none;}
#row3-hall01,#row3-hall02,#row3-hall03,#row3-hall04{display:none;}
#row4-hall01,#row4-hall02,#row4-hall03,#row4-hall04{display:none;}
#row5-hall01,#row5-hall02,#row5-hall03,#row5-hall04{display:none;}

.label-hall{width:100%;height:100%;cursor:pointer;}

.check-icon-row2,.check-icon-row1,.check-icon-row3,.check-icon-row4,.check-icon-row5{position:absolute;color:#FFF;font-size:18px;margin-left:30px;display:block;margin-top:8px;}
.avail-info{margin-left:100px;}
.avail-info img{display:inline-block;margin-left:20px;}
.avail-info p{display:inline-block;margin-left:20px;color:#662e91;font-weight:bold}
.coupon-codebox {
    display: inline-block;
    width: 60%;
    height: 28px;
    padding: 5px 10px;
    font-size: 12px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.btn-coupon-code {
    color: #FFF;
    background: #4a007d;
    padding-top: 2px;
    padding-bottom: 2px;
}
.btn-coupon-code:hover {
    color: #FFF;
    background: #4a007d;
    padding-top: 2px;
    padding-bottom: 2px;
}
.btn-cancel:hover, .btn-cancel:focus, .btn-cancel:active {
    color: #FFF;
    background-color: #3b5998;
    border-color: #ccc;
}
.btn-cancel{
    color: #FFF;
    background-color: #3b5998;
    border-color: #ccc;
}
.btn-pay:hover, .btn-pay:focus, .btn-pay:active {
    color: #FFF;
    background-color: #76C043;
    border-color: #ccc;
}
.btn-pay{
    color: #FFF;
    background-color: #76C043;
    border-color: #ccc;
}
.bottomborder2px{border-bottom:2px solid #E0E0E0;padding-bottom:10px;padding-top:10px;}
#hallbooking-back2{margin-left:30px;}
.btn-party-proceed{background:#4caf50;color:#FFF;}
.btn-party-proceed:hover, .btn-party-proceed:focus, .btn-party-proceed:active {
 background:#4caf50;color:#FFF;
}
.main-heading{
 color: #f47f47;
    font-family: VerveineW01-Regular;
    font-size: 45px;
}
.walls-para-party{
 color: #f47f47;
    font-size: 40pt;
    font-family: VerveineW01-Regular;
}
.party-receipt-header{
 color: #f47f47;
}
.party-receipt-subheader
{
 color: #f47f47;
}
.logo_rocktopia{width: 50px;}
.clubmember-link a i{color: #f47f47;
    font-size: 18px;
    margin-right: 10px;}
.clubmember-link a{color: #fff;}
.getpass-link a{color:#FFF;text-decoration:none;font-weight:bold;margin-top:10px}
.getpass-link a i{color:#f47f47;font-size:18px;margin-right:10px}
.clipnclimb-link a i{color: #ccc;}
.rocktopia-link p{display: inline-block;
    color: #FFF;}
.navbar-inverse .navbar-nav>.active>a
{
  border-bottom: 4px solid #62dad8;
}
.greenbg{background: #76C043;}
.textWhite{color: #FFFFFF}
.coaching-header{font-size: 32px;}
.coaching-header p{font-family: VerveineW01-Regular;font-weight:bold;margin-top:10px;}
.kiwi_climb-header p{font-size: 45px;font-family: VerveineW01-Regular;}
.rock-scramblers-header p
{
   font-size: 32px;font-family: VerveineW01-Regular;
}
.kiwi_climb-header,.rock-scramblers-header{
    background: #76C043;
    height: 95px;
    width: 250px;
    text-align: center;
    margin: 25px;
    padding: 20px;
    position: relative;
    overflow: hidden;
}
.senior-clubs-header{
    background: #76C043;
    height: 95px;
    width: 250px;
    text-align: center;
    margin: 25px;
    padding: 20px;
    position: relative;
    overflow: hidden;
}
.senior-clubs-headerheight
{
    height: 105px;
}

.kiwi_climb-header:before,.rock-scramblers-header:before,.senior-clubs-header:before {
    content: "";
    display: block;
    background: #fff;
    position: absolute;
    top: -9px;
    left: -9px;
    width: 25px;
    height: 25px;
    border-radius: 20px;
}
.kiwi_climb-header:after,.rock-scramblers-header:after,.senior-clubs-header:after{
    content: "";
    display: block;
    background: #fff;
    position: absolute;
    top: -9px;
    right: -9px;
    width: 25px;
    height: 25px;
    border-radius: 20px;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.walls-para-pass{color:#f47f47;font-size:40pt;font-family:VerveineW01-Regular;}
 .pass-receipt-subheader {    color: #f47f47;}
 
 
 -------------Pass subscription----
 
 .pass-user-details{ 
  border-radius: 4px;
  -moz-border-radius: 4px;
  border:1px solid #ddd;
 -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.250);
  box-shadow: 0 6px 12px rgba(0,0,0,.250);
  -moz-box-shadow: 0 6px 12px rgba(0,0,0,.250);
  background-clip: padding-box;
  opacity: 0.97;
  filter: alpha(opacity=97);
  border-radius:5px;
 }
.pass-user-details h3{
 color: #4a007d;
    font-size: 32px;
    margin-left: 20px;
 font-weight:bold;
 }
.pass-userDetailsContainer{display:block;margin-left:10px;margin-right:10px;}
.pass-user-details h4{font-size:16pt;font-weight:bold;}






.pass-customer-info{
-moz-border-radius: 4px;
border: 1px solid #ddd;
-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.250);
box-shadow: 0 6px 12px rgba(0,0,0,.250);
-moz-box-shadow: 0 6px 12px rgba(0,0,0,.250);
background-clip: padding-box;
opacity: 0.97;
filter: alpha(opacity=97);
border-radius: 5px;
}
.pass-customer-info h3{
 color: #4a007d;
    font-size: 32px;
    margin-left: 20px;
 font-weight:bold;
 }

.pass-plan{
 margin-top:30px;
 margin-bottom:30px;
 margin-left: 20px;
 margin-right: 20px;
 background:#E0E0E0;
}
.pass-plan h4{
 font-weight:bold;
 margin-top:20px;
 margin-bottom:20px;
 font-size:16pt;
}
.pass-plan-details{margin-left:30px;}
.pass-plan-details p{font-weight:bold;}
.coupon-codebox{    
    display: inline-block;
    width: 50%;
    height: 28px;
    padding: 5px 10px;
    font-size: 12px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
   
 }
.btn-coupon-code{color:#FFF;background:#4a007d;padding-top:2px;padding-bottom:2px;}
.btn-coupon-code:hover{color:#FFF;background:#4a007d;padding-top:2px;padding-bottom:2px;}
.coupon-codebox::-webkit-input-placeholder{color:#FF7D2F;font-weight:bold;}
.coupon-code-price{margin-top:-2px;}



div.checkRadioContainer > label > .ticker input {
    visibility: hidden;
 display:none;
}

div.checkRadioContainer {
    margin-left:12px;
 display:inline-block;
}
div.checkRadioContainer > label {
    display: block;
    border: 0px solid #EFEFEF;
    cursor: pointer;
}

div.checkRadioContainer > label > span {
    display: inline-block;
    vertical-align: top;
    line-height: 20px;
}

div.checkRadioContainer > label > .ticker  input + i {
    visibility: hidden;
    color: green;
 position: absolute;
}
.ticker{ border: 2px solid #C0C0C0;border-radius:5px;background:#EFEFEF;width:20px;height:20px;font-size:12pt;}
.tickerContent{margin-top:0px;margin-left:7px;font-size:12pt;}

div.checkRadioContainer > label > .ticker  input:checked + i {
    visibility: visible;
}
.singlepass{display:none;}
.singlepass-header{background:#f1f1f1;padding-top:10px;margin-left: 15px;margin-right: 15px;border-bottom:1px solid #C0C0C0;}
.singlepass-content{padding-top:10px;margin-left: 15px;margin-right: 15px}
.singlepass-content:hover{background:#f3f3f3;}
.singlepass-header p{font-weight:bold;}
.pass-quantity{
 display: block;
    width: 40%;
    height: 28px;
    padding: 6px 12px;
    font-size: 12px;
 text-align: center;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.tensessionpass{display:none}
.tensessionpass-header{background:#f1f1f1;padding-top:10px;margin-left: 15px;margin-right: 15px;border-bottom:1px solid #C0C0C0;}
.tensessionpass-content{padding-top:10px;margin-left: 15px;margin-right: 15px}
.tensessionpass-content:hover{background:#f3f3f3}
.tensessionpass-header p{font-weight:bold;}
.dropdown-menu1{
 position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 160px;
padding: 5px 0;
margin: 2px 0 0;
font-size: 14px;
text-align: left;
list-style: none;
background-color: #fff;
}
.dropdown-menu-pass
{
 background:#FFF;
 color:#333;
}
.dropdown-menu-pass> li>a{color:#333;}
.dropdown-menu-pass> li>a:hover{background:#FFF;color:#333;}

.selectpicker{width:150px}
.selectpicker2{width:150px}
.tensessionpass-quantity{
 display: block;
 text-align:center;
    width: 60%;
    height: 28px;
    padding: 6px 12px;
    font-size: 12px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
 }

.tab-content > .active {
  display: block;
  visibility: visible;
}

/*
.tab-content1{display:block}
.tab-content2{display:none}
.tab-content3{display:none}
.tab-content4{display:none;}
*/

.pass-receipt-container{margin:30px;border:1px solid #C0C0C0}
.receipt-header{background:#f47f47;color:#FFF;}
a.list-group-item:hover{background:#FFF;}
a.list-group-item:focus{background:#FFF;}
.receipt-content h4{color:#f47f47}
.receipt-content h3{color:#f47f47}
.qrCodeContainer img{width:100px;display:inline-block;margin-right:15px;margin-left:15px;}
.receipt-footer-strip{background:#f47f47}
.walls-para-pass{color:#f47f47;font-size:40pt;font-family:VerveineW01-Regular;}
 
 
 
 /*------------------coaching----------------------*/
.kiwi_climb-header p:before,.rock-scramblers-header p:before,.senior-clubs-header p:before{
    content: "";
    display: block;
    background: #fff;
    position: absolute;
    bottom: -9px;
    left: -9px;
    width: 25px;
    height: 25px;
    border-radius: 20px;
}
.kiwi_climb-header p:after,.rock-scramblers-header p:after,.senior-clubs-header p:after{
    content: "";
    display: block;
    background: #fff;
    position: absolute;
    bottom: -9px;
    right: -9px;
    width: 25px;
    height: 25px;
    border-radius: 20px;
}


.rockup_climb-header p{font-size: 45px;font-family: VerveineW01-Regular;}

.rockup_climb-header {
    background: #76C043;
    height: 95px;
    width: 250px;
    text-align: center;
    margin: 25px;
    padding: 20px;
    position: relative;
    overflow: hidden;
}
.rockup_climb-header:before {
    content: "";
    display: block;
    background: #fff;
    position: absolute;
    top: -9px;
    left: -9px;
    width: 25px;
    height: 25px;
    border-radius: 20px;
}
.rockup_climb-header:after{
    content: "";
    display: block;
    background: #fff;
    position: absolute;
    top: -9px;
    right: -9px;
    width: 25px;
    height: 25px;
    border-radius: 20px;
}

.rockup_climb-header p:before {
    content: "";
    display: block;
    background: #fff;
    position: absolute;
    bottom: -9px;
    left: -9px;
    width: 25px;
    height: 25px;
    border-radius: 20px;
}
.rockup_climb-header p:after{
    content: "";
    display: block;
    background: #fff;
    position: absolute;
    bottom: -9px;
    right: -9px;
    width: 25px;
    height: 25px;
    border-radius: 20px;
}
.kiwi-month-price{width: 160px;
    height: 160px;
    border-radius: 50%;
    padding-top: 50px;
}
.senior-clubs-price{
    width: 160px;
    height: 160px;
    border-radius: 50%;
    padding-top: 40px;
}
.textbold{font-weight: bold;}
.yellowbg {background: #FFC80B}
.intermediate-header{font-size: 32px;}
.intermediate-header p{font-family: VerveineW01-Regular;font-weight:bold;margin-top:10px;}
.senior-clubs-header{font-size: 32px;}
.senior-clubs-header p{font-family: VerveineW01-Regular;line-height: 30px;}

.purplebg{background: #B04399;}
.monthpara{font-weight:bold;font-size:14pt}
.amountpara{font-weight:bold;font-size:24pt}

/*--------------Climb Price------------------------*/
.pre-school-passes{font-size: 16pt;font-weight: bold;font-family: Open_Sans}
.orangebg{background: #F26725}
.power-pass-head{font-size: 16pt;}
.power-pass-subhead{font-size: 16pt;}
.approve-shoes{font-size: 16pt;}
.font16pt{font-size: 16pt}
.hire{
    font-family:VerveineW01-Regular;
    color: #FFFFFF;
    font-size: 54px;
    background: #F26725;
    width:150px;
    border-radius: 20px;
    -ms-transform: rotate(-10deg); /* IE 9 */
    -webkit-transform: rotate(-10deg); /* Safari */
    transform: rotate(-10deg);
    margin: auto;
}
.navbar-inverse .navbar-nav > li > a {   
    margin-top: 16px;
}
.navbar-nav > li > a {
    padding-top: 0px;
    padding-bottom: 0px;
}
.cancel-membership{
	color: #333;
    font-size: 20px;
    margin-bottom: 25px;
    margin-top: 25px;
	
	}
.receipt-container{border:1px solid #C0C0C0}
.rockon-logo-container{
	position:absolute;width:80%;margin-top:50px
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
    color: #fff;
    background-color: #b7d910!important;
}
