body{
	font-family: 'Poppins', sans-serif;
}
a{border-radius: 3px;}
a, a:hover, .btn:hover{
	text-decoration: none;font-family: 'Poppins', sans-serif;
}
p{font-size: 16px;}

/*nav*/
.navbar{
	margin-bottom: 0;
	padding: 10px 0;
	background-color: #3c60aa;
	border-radius: 0;
}
.navbar-default{
	border: 0;
}
.navbar-nav{
	margin-top: 15px;
}
.navbar-brand{
	float: left;
    padding: 8px;
    font-size: 18px;
    line-height: 20px;
    height: auto;
    max-width: 200px;
}
.ml-auto{
	padding: 0 15px;
    color: #3c60aa;
    width: 100%;
    list-style-type: none;
    margin: 15px 0;
}
.panel-menu{
	background-color: #3c60aa;
	border: 0;
	border-radius: 0;
}
.panel-menu .nav-item .nav-link{
	color: #fff;
}
.ml-auto .nav-item .nav-link:hover{
	color: #fcbf33;
}
.navbar-btn{
	background-color: transparent;
    border-color: #4676d9;
}
.fa-bars:before{
	font-size: 30px;
}
.navbar-brand object{
	width: 200px;
}

.navbar-brand img{
	display: block;
    margin: auto;
    max-width: 100%;
    /* height: 100%; */
}

.navbar-nav>li>a{
	color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}
.navbar-toggle .icon-bar{
	background-color: #fff;
}
.navbar-toggle{
	background-color: #062778;
}
.nav>li>a:hover, .nav>li>a:focus{
	background-color: #fcbf33;
}
.nav>li>a{
	display: inline-block;
}

.ml-auto .nav-link{
	margin-right: 10px!important;
    list-style-type: none!important;
    font-size: 22px;
}
.ml-auto .nav-link a{
	font-size: 22px;
}

.btn:focus, .btn:active:focus, .btn.active:focus{
	outline: 0;
}


/*------------------------------------------------*/

/*homepage-wrap*/
.callus-link-mobile{
	display: none;
	position: relative;
	width: 100%;
	padding: 10px 15px;
	/* color: #fff; */
}
.callus-link{
	display: inline-block;
    width: auto;
    position: relative;
    float: right;
    right: 45px;
    top: 18px;
    /* color: #fff; */
    font-size: 20px;
}

.cart-link{
	display: inline-block;
    width: auto;
    position: relative;
    float: right;
    right: 25px;
    top: 18px;
    color: #fff;
    font-size: 20px;
}
.cart-link a{
	color: #fff;
}
.cart-link a:hover{
	color:#fcbf33;
}

.badge {
    position: absolute;
    top: -15px;
    right: -18px;
    padding: 5px 8px;
    border-radius: 50%;
    background: red;
    color: white;
  }

.home-main-wrap{
	text-align: center;
	display: block;
	padding: 50px 0 25px;
}
h1{
	font-size: 42px;
	color: #3c60aa;
	font-weight: bold;
	margin-top: 0;
}
h2{
	font-size: 24px;
	font-weight: bold;
	color: #fcbf33;
	margin-top: 0;
}
.classes-links{
	margin-top: 50px;
}
.classes-links ul{
	text-align: center;
	padding: 0;
	display: inline-block;
	width: 100%;
}
.c-links-items{
	width: 22%;
    display: inline-block;
    position: relative;
    text-align: center;
    margin: 1%;
    vertical-align: top;
}
.g-cell{
	display: inline-block;
    width: 100%;
    text-align: center;
    position: relative;
    padding: 20px;
    border: 2px solid #ededed;
    border-radius: 10px;
}
.img-wrap{
	width: 100%;
	text-align: center;
	display: inline-block;
	height: 130px;margin-bottom: 25px;
}
.img-wrap img{
    max-width: 100%;
    max-height: 100%;
    height: inherit !important;
    display: inline-block;
    width: 100%;
}
.unique-cell{
	width: 50%!important;
}
.c-links-items img{
	display: block;
	margin: 0 auto;
}

.g-cell span{
	color: #3c60aa;
    text-transform: uppercase;
    font-size: 1.5em;
}

.c-links-items:hover{
	-webkit-box-shadow: 0px 0px 29px 0px rgba(0,0,0,0.06);
	-moz-box-shadow: 0px 0px 29px 0px rgba(0,0,0,0.06);
	box-shadow: 0px 0px 29px 0px rgba(0,0,0,0.06);
}



footer{
	padding: 0px 15px;
	text-align: center;
	color: #707070;
}
.footer-wrapper object{
	width: 100px;
}
.logo-text{font-size: 24px;margin-bottom: 5px;}
footer ul{
	padding: 0;
	padding-bottom: 12px;
}
footer ul li{
	display: inline-block;
	padding: 10px;
}
footer ul li a{
	list-style-type: none;
	display: inline-block;
	color: #707070;
    font-size: 45px;
}


/*----------------------------*/

@media screen and (max-width: 991px){
	.c-links-items{
		width: 46%;
	}
}

@media screen and (max-width: 767px){
	.home-main-wrap{
		padding: 35px 15px;
	}
	.ml-auto .nav-item{
		width: auto;
		padding: 10px 10px 10px 0px;
		display: inline-block;
	}
	.callus-link-mobile{
		display: inline-block;
	}
	.callus-link{
		display: none;
	}
}


@media screen and (max-width: 467px){
	.c-links-items{
		width: 46%;
	}
	.img-wrap{
		height: 100px;
		padding: 6px;
		margin-bottom: 5px;
	}
	.c-links-items img{
		display: inline-block;
		width: auto;
		height: 100%;
	}
	.g-cell span{
		font-size: 1.12em;
	}
	.unique-cell{
		width: 95%!important;
	}
}
@media screen and (max-width: 487px){
	.g-cell{
		padding: 10px;
	}
}
@media screen and (max-width: 347px){
	.img-wrap{
		height: 80px;
	}
	.g-cell span{
		font-size: 1em;
	}
}

.t2-logo-wrap{
    display:none !important;
}

.t2-wrap{
    padding-top: 100px;
}

/*modal*/
.ticket-details h3{
    font-size: 16px;
    font-weight: bold;
    margin-top: 0;
}
.modal-header{
    border-bottom: 0;
}

.header-g{
    padding: 15px 0;
    border: 1px solid #cdcdcd;
    border-left: 0;
    border-right: 0;
    margin-bottom: 15px;
    background: #f7f7f7;
}

/*packages*/
.details-wrap{
    display: inline-block;
    width: 100%;
    padding: 25px 0;
    border-bottom: 1px solid #cdcdcd;
}
.details-wrap:last-child{
    border-bottom: 0;
}

.pack-title, .pack-cost, .pack-quantity {
    display: inline-block;
}

.pack-title {
    width: 50%;
    float: left;
    padding-left: 10px;
}
.pack-cost {
    width: 10%;
    text-align: center;
    float: left;
}
.pack-quantity {
    width: 20%;
    text-align: center;
}

.add-to-cart{
    display: inline-block;
    width: 20%;
    float: right;
    text-align: center;
}


.sub-head-summary{
    font-size: 20px;
    color: #23846a;
    font-weight: bold;
}

.btn {
    margin: 2px;
    border-radius: 0;
    padding: 10px;
    /* width: auto; */
    /* color: #00503a; */
    white-space: normal;
}

.ticket-details {
    display: inline-block;
    width: 50%;
    float: left;
}
.package_cost {
    width: 10%;
    float: left;
    display: inline-block;
    position: relative;
}
.package_quantity {
    width: 20%;
    float: left;
    margin-right: 0;
    display: inline-block;
    position: relative;
}
.buttons-group{
    width: 20%;
    display: inline-block;
    float: right;
    position: relative;
    text-align: center;
}

.wrapper-ticket-details {
    display: inline-block;
    width: 100%;
    position: relative;
}


.package_cost .price {
    padding: 0;
    width: 100%;
    text-align: center;
}

.package_quantity .quantity_holder {
    width: 100%;
    padding: 0;
    text-align: center;
}

.quantity_holder input {
    text-align: center;
    float: left;
    border-bottom: 1px solid #cdcdcd;
    padding: 5px 5px 6px 5px;
    max-width: 35px;
    display: inline-block;
    border: 1px solid #cdcdcd;
    color: #393939;
}

.input-group {
    display: inline-block;
    width: auto;
}
.sub, .add {
    float: left;
    margin: 0;
    font-size: 19px;
}

.g-button {
    display: inline-block;
    position: relative;
    width: 100%;
    text-align: right;
}


.img-wrap{
    display: inline-block;
    position: relative;
    float: left;
    padding: 0;
    text-align: center;
    overflow: hidden;
    margin: 0 10px 10px 0;
}
.img-wrap img{
    max-width: 100%;
    max-height: 100%;
    height: inherit !important;
    display: inline-block;
    width: 100%;
}
.text-details{
    display: inline-block;
    width: 100%;
    padding-right: 5px;
}


.header2 {
    display: none;
}

@media screen and (max-width: 767px){
    .header2 {
        display: block;
        text-transform: uppercase;
    }
}


@media screen and (max-width: 767px){
    .header-g{
        display: none;
    }
    .ticket-details{
        width: 100%;
        padding: 0 0 15px;
        border-bottom: 1px solid #f7f7f7;
        margin-bottom: 15px;
    }
    .price-qty{
        display: inline-block;
    }
    .package_cost, .package_quantity{
        width: 30%;
    }
    .price{
        position: relative;
        display: inline-block;
        width: 50%;
        float: left;
        height: 100%;
    }
    .quantity_holder{
        display: inline-block;
        width: 50%;
        float: right;
        position: relative;
    }
    .g-button{
        text-align: center;
    }
    .buttons-group{
        width: 30%;
    }
}

/*prev and next*/
.prevnext-wrap{
    display: inline-block;
    width: 100%;
    text-align: center;
}
.next-prev{
    display: inline-block;
    width: 50%;
    padding: 15px;
    text-align: center;
}
.previous, .next{
    text-decoration: none;
    display: inline-block;
    width: auto;
    padding: 15px 25px;
    color: #000;
    margin: 0 15px;
    -webkit-box-shadow: 0px 0px 15px 1px rgba(240,240,240,1);
    -moz-box-shadow: 0px 0px 15px 1px rgba(240,240,240,1);
    box-shadow: 0px 0px 15px 1px rgba(240,240,240,1);
}
.previous:hover, .next:hover{
    text-decoration: none;
    color: #000;
}
.previous{
    float: left;
}
.next{
    float: right;
}
.next-prev span{
    display: inline-block;
    font-weight: bold;
    line-height: 4.5rem;

}

@media screen and (max-width: 991px){
    .next-prev{
        width: 70%;
    }
}

@media screen and (max-width: 651px){
    .next-prev{
        width: 80%;
    }
}

@media screen and (max-width: 569px){
    .next-prev{
        width: 100%;
    }
}

@media screen and (max-width: 455px){
    .next-prev{
        width: auto;
    }
    .next-prev span{
        display: block;
    }
}

/*for basket popup*/
.shopping-cart{
	width: 100%;
	display: block;
	position: relative;
}
.shopping-cart-h2{
	background: #000;
	padding: 20px!important;
	width: 100%;
	color: #fff;
	display: inline-block;
	text-align: center;
	margin-top: 0;
}
.cart-para{
	padding: 15px;
}

.cart-details{
	display: inline-block;
	width: 100%;
	padding: 10px;
}
.selected-cell{
	display: none;
	width: 100%;
	padding: 10px;
}
.item-header, .item-row{
	display: inline-block;
	width: 100%;
	padding: 10px;
}
.item-row{
	background: #fafafa;
	vertical-align: middle;
	margin-bottom: 15px;
}
.cell-wrap{
	display: inline-block;
	position: relative;
	width: 25%;
	float: left;
}

.item-row .text-flex{
	height: 100px;
    display: flex;
    align-items: center;
}

.item-row a{
	display: block;
	text-decoration: none;
	color: #a2a2a2;
}
.item-row .prod-name{
	vertical-align-align: text-bottom;
}

.item-row h3{
	font-size: 14px;
    color: #676e1a;
    font-weight: bold;
}


.item-row .button{
	width: 100%;
	text-align: center;
	padding: 25px 0;
}


.order-summary{
	background: #eaeaea;
	padding: 15px;
	display: inline-block;
	width: 100%;
	margin: 25px 0;
}

.order-header{
	border-bottom: 1px solid #dadada;
	margin: 0;
	padding: 0 0 15px 0;
	margin-bottom: 15px;
}
.order-header h3{
	font-size: 24px;
    color: #000;
    font-weight: bolder;
    width: 100%;
    display: inline-block;
    margin: 0;
    text-transform: uppercase;
}

.order-details{
	height: 150px;
}

.order-details, .order-total{
	text-transform: uppercase;
    background: #fff;
    padding: 10px;
    display: inline-block;
    width: 100%;
}

.order-total{
	font-weight: bold;
}

.button-cell{
	display: inline-block;
	width: 100%;
	text-align: center;
	padding: 20px 10px 0px;
}
.continueshop, .proceedcheckout{
	padding: 10px 15px;
	background: #000;
	color: #fff;
	text-transform: uppercase;
}
.continueshop:hover{
	color: #fff;
	text-decoration: none;
}

.item-row img{
	display: inline-block;
	margin: 0 auto;
	max-width: 120px;
}

.field{
	width: 20%;
    text-align: center;
    float: left;
}

/* a{
	color: #a2a2a2;
	text-decoration: none;
} */


.trash{
	margin-top: 10px;
    display: block;
}

@media (max-width: 505px) {
  .add-sub{
	width: 100% !important;	
	}
}

#add, #sub{
	width: 30px;
    height: 30px;
    font-size: 18px;
}

.add-sub{
	width: 150px;	
}

.field{
    width: 45px;
    text-align: center;
    height: 30px;
    font-size: 18px;
}

.input-group {
    text-align: center;
    width: auto;
}
.item-header2{
	display: none;
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bolder;
	width: 100%;
}

@media screen and (max-width: 767px){
	.selected-cell{
		display: inline-block;
	}
	.item-header{
		display: none;
	}
	.item-header2{
		display: inline-block;
	}
	.img-gc{
		width: 100%;
		margin-bottom: 15px;
	}
	.cont-gc{
		width: 32%;
	} 
	.total-gc{
		width: 32%;
	}
	.trash{
		position: absolute;
	    top: 0;
	    right: 15px;
	}
}

@media screen and (max-width: 430px){
	.cont-gc{
		width: 50%;
	}
	.total-gc{
		width: 100%;
		margin-top: 15px;
		padding: 15px 0;
		background: #f1f1f1;
	}
}

/*type design 3*/
.filter-wrapper{
	padding: 40px 25px;
	display: inline-block;
	width: 100%;
	position: relative;
	background-color: #fff;
    margin-bottom: 50px;
    margin-top: 50px;
}
.filter-wrapper .txt{
	margin-bottom: 35px;
	margin-top: 0;
	text-align: center;
	font-size: 24px;
	font-family: 'Montserrat', sans-serif;
}
.filter-grp{
	padding: 25px;
	display: inline-block;
	width: 100%;
	background-color: #f7faff;
}

.ages:after {
    content: '\f0dd';
    font-family: "FontAwesome";
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 1em;
    background: #34495e;
    cursor: pointer;
    pointer-events: none;
    -webkit-transition: .25s all ease;
    -o-transition: .25s all ease;
    transition: .25s all ease;
  }
  .selectitems{
      padding: 10px;
      width: 100%;
      border: none;
  }
  .filter-checkbox-grp, .filter-select-grp{
      display: inline-block;
      width: 100%;
      position: relative;
      padding: 15px 16px;
  }
  .checkbox-grp{
      display: inline-block;
      width: 30%;
      padding-left: 35px;
      position: relative;
  }
  .checkbox-grp label, .morefilter-grp label{
      vertical-align: -webkit-baseline-middle;
      font-weight: normal;
      font-size: 16px;
  }
  .checkbox-grp .checkmark:after{
    left: 11px;
    top: 7px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .checkbox-grp .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #bbbbbb;
  }
  .checkbox-grp:hover input ~ .checkmark {
    background-color: #ccc;
  }
  
  .checkbox-grp input:checked ~ .checkmark {
    background-color: #2196F3;
  }
  .checkbox-grp .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  .checkbox-grp input:checked ~ .checkmark:after {
    display: block;
  }
  .checkbox-grp input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  .collapse-more{
      display: inline-block;
      width: 100%;
      text-align: right;
  }
  .more-filter{
      text-align: right;
  }
  .morefilter-grp{padding: 0 15px!important;}
  
  .output-filter{
      display: inline-block;
      position: relative;
      margin-top: 80px;
      width: 100%;
  }
  .f-title{
      font-weight: bold;
      font-size: 30px;
      color: #3c60aa;
  }
  .sub-f-title{
      font-size: 20px;
      margin-bottom: 35px;
  }
  
  
  .table{background-color: #f9f9f9;border: 0!important;color: #000;}
  .table>tbody>tr>td{border-top: none;vertical-align: middle;}
  .table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th {
      background-color: #fff;
  }
  .btn-join, .btn-booking{
      padding: 8px 15px;
      color: #fff;
      width: 160px;
  }
  .btn-join{
      background-color: #3c60aa;
  }
  .btn-booking{
      background-color: #fcbf33;
  }
  .btn-join:hover, .btn-booking:hover{
      color: #fff;
  }
  
  .table>thead:first-child>tr:first-child>th{
      border-top: 1px solid #ddd;
      border-bottom-width: 1px;
      height: 70px;
      vertical-align: middle;
  }
  tr>td:first-child{
      font-weight: bold;
  }

  @media only screen and (max-width: 991px){
	.selectitems{
		margin-bottom: 20px;
	}
	.collapse-more{
		text-align: center;
    	margin-top: 50px;
	}
	.btn-join, .btn-booking{
		width: 100%;
	}
	.f-title{font-size: 22px;}
	.filter-grp{padding-bottom: 0;}
}

@media only screen and (max-width: 767px){
	.navbar-toggle{background-color: #f3c052;}
	.abovefold{
		padding: 30px 10px;
    	text-align: center;
	}
	.navbar-nav{text-align: center;}
}
@media only screen and (max-width: 640px){
	.filter-wrapper{padding: 20px 15px;	}
	.checkbox-grp{margin-bottom: 15px;width: 100%;}
	.filter-grp{padding: 5px;}
	.selectitems{margin-bottom: 10px;}
	.filter-checkbox-grp{padding: 10px 16px 0;}
	.title-filter{margin: 20px 0 5px;font-size: 30px;}
	.filter-wrapper .txt{font-size: 20px;}
	.collapse-more{margin-top: 10px;}
	.filter-checkbox-grp .checkbox-grp:last-child{margin-bottom: 0;}
}

.schedules-wrap{
    float: left;
    width:100%; 
    margin-top: 20px;
    white-space: wrap;
}

.schedules-content{
    margin-right:10px;
}

/* checkout login*/
.facebook-login {
    background: #4267b2;
    color: #fff;
    text-align: left;
}

.google-login {
    background: #de5246;
    color: #fff;
    text-align: left;
}

@media screen and (max-width: 430px){
    .facebook-login, .google-login {
        width: 100% !important;
    } 
}

.facebook-login:hover, .google-login:hover {
    color: #fff;
}

/*view cart*/

.viewcart {
    width: 100%;
    display: inline-block;
    position: relative;
    background: #eeeeee;
    padding: 15px;
    text-transform: uppercase;
  }
  .viewcart .cart-title-wrap {
      width: 100%;
      padding: 10px;
      display: inline-block;
      position: relative;
      background: #393939;
      color: #fff;
  }
  .viewcart .order-table {
      width: 100%;
      display: inline-block;
      position: relative;
  }
  .viewcart .order-table table {
      font-family: arial, sans-serif;
      border-collapse: collapse;
      width: 100%;
  }
  .viewcart .order-table td, th {
      border-style: none;
      /* text-align: left; */
      padding: 5px;
      font-size: 12px;
  }
  /* .viewcart .order-table tr:nth-child(even) {
      font-weight: bold;
  } */
  .viewcart .order-table td, th {
      border-style: none;
      /* text-align: left; */
      padding: 5px;
      font-size: 12px;
  }
  .viewcart .checkout {
      width: 100%;
      margin: 5px 0 15px 0;
      font-size: 18px;
      font-weight: bold;
      background: #e60202;
      box-shadow: none;
      border-style: none;
      padding: 10px 0;
      text-transform: uppercase;
      color: #fff;
  }
  .viewcart .continue-shopping {
      color: #fff;
      text-align: center;
      display: block;
      margin: 15px auto;
      width: auto;
      padding: 15px 10px;
  }
  .viewcart .cart-title-wrap .cart-icon {
      float: right;
      width: auto;
      display: inline-block;
  }
  .viewcart .cart-title-wrap .cart-title {
      float: left;
      width: auto;
      display: inline-block;
  }

  /*form*/
.checkout-form .form-control {
    height: 55px;
    border-radius: 0;
}

.checkout-wrap{
    display: inline-block;
    width: 100%;
    padding: 25px 10px;
    -webkit-box-shadow: 0px 0px 34px 3px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 34px 3px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 34px 3px rgba(0,0,0,0.15);
}

.custom_text_colour {
    padding: 15px;
    background: #212327;
    color: #fff;
    margin: 0 0 35px;
}

.nextBtn {
    margin-left: 15px;
    background: #e60202;
    padding: 15px 25px;
    color: #fff;
}

.viewcart .continue-shopping {
    color: #e60202;
    text-align: center;
    display: block;
    margin: 0 auto;
}

/*marketing pref*/

.fancy_checkbox img {
    height: 100px;
    width: 100px;
    transition-duration: 0.2s;
    transform-origin: 50% 50%;
}

.marketing_options {
    text-align: center;
}

input[type="checkbox"][id^="cb"] {
    display: none;
}

.fancy_checkbox {
    border: 1px solid #fff;
    padding: 10px;
    position: relative;
    margin: 10px;
    cursor: pointer;
}

.fancy_checkbox:before {
    background-color: white;
    color: white;
    content: " ";
    display: block;
    border-radius: 50%;
    border: 1px solid grey;
    position: absolute;
    top: -5px;
    left: -5px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 28px;
    transition-duration: 0.4s;
    transform: scale(0);
}

.fancy_checkbox img {
    height: 100px;
    width: 100px;
    transition-duration: 0.2s;
    transform-origin: 50% 50%;
}

:checked + .fancy_checkbox {
    border-color: #ddd;
}

:checked + .fancy_checkbox:before {
    content: "✓";
    background-color: grey;
    transform: scale(1);
}

:checked + .fancy_checkbox img {
    transform: scale(0.9);
    box-shadow: 0 0 5px #333;
    z-index: -1;
}

/*view order reference*/
.order_header .massive-icon {
    display: block;
    width: 120px;
    height: 120px;
    font-size: 100px;
    margin: 0 auto;
    color: #63C05E;
}

.order_header h1 {
    margin-top: 20px;
    text-transform: uppercase;
    text-align: center;
}
.order_header h2 {
    margin-top: 5px;
    font-size: 20px;
    text-align: center;
}

.order_details.well{
    margin-top: 25px;
    background-color: #FCFCFC;
    line-height: 30px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .9);
    color: #656565;
    overflow: hidden;
}

/*bio*/
.bio-wrap{
    display: block;
    width: 100%;
    position: relative;
    margin-top: 20px;
}

.bio-wrap .navbar-brand{
    display: none;
}

.bio-name-wrap, .bio-img{
    display: inline-block;
    width: 100%;
    position: relative;
}

.bio-name-wrap h1{
    font-size: 35px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
}
.bio-name-wrap h1 span{
    font-size: 50px;
    font-weight: 700;
    display: block;
}
.bio-img{
    height: 450px;
    display: inline-block;
    position: relative;
    overflow: hidden;
}
.bio-img img{
    display: inline-block;
    width: 100%;
}
.bio-button-g{
    display: inline-block;
    position: relative;
    margin-top: 55px;
    width: 100%;
    height: auto;
    margin-bottom: 35px;
}
.bio-button-g a{
    /* -webkit-box-shadow: 0px 0px 15px 1px rgba(240,240,240,1);
    -moz-box-shadow: 0px 0px 15px 1px rgba(240,240,240,1);
    box-shadow: 0px 0px 15px 1px rgba(240,240,240,1); */
    padding: 25px 35px;
    color: #000;
    display: inline-block;
}
.bookclass{
    background: #fff;
}
.bookpt{
    background: #ececec;
    margin-left: 15px;
}
.sociallinks{
    position: relative;
    margin-top: 15px;
    background: transparent;
}
.sociallinks ul{
    padding: 15px 0;
    list-style-type: none;
}
.sociallinks ul li{
    display: inline-block;
    width: auto;
}
.sociallinks a{
    display: inline-block;
    padding: 5px;
    width: 100%;
}
/* .fa-instagram, .fa-facebook-square, .fa-youtube-square, .fa-linkedin-in, .fa-twitter{
    font-family: 'FontAwesome';
    font-size: 35px;
    color: #cdcdcd;
} */

.bio-content{
    display: block;
    width: 100%;
    padding: 15px;
    margin-bottom: 50px;
}
.bio-h2{
    font-size: 35px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    width: 100%;
    border-bottom: 1px solid #cdcdcd;
    border-bottom-width: 5px;
    margin: 25px 0;
    padding: 15px 0;
}

.sched-wrap{
    margin-top: 40px;
}

#sched-main-wrap{
	/* margin-top: 100px; */
	margin-bottom: 35px;
}

#sched-main-wrap select{
	color: #000000;
}

.sched-wrap h1{
	text-align: center;
	margin-bottom: 35px;
	text-transform: uppercase;
}
.sched-contents{
	display: inline-block;
	padding: 25px 0;
	width: 100%;
}
.filter-wrap{
	text-align: center;
}
.selectstyle{
	padding: 15px;
	width: 100%;
	margin-bottom: 15px;
}
.select-btn{
	width: 260px;
	padding: 10px!important;
	margin: 0!important;
	float: right;
}
.navigation-cell{
	padding: 25px 10px;
	width: 100%;
	display: inline-block;
	position: relative;
	margin-top: 35px;
}
.navigation-cell a{
	text-decoration: none;
	color: rgb(241, 141, 0);
	font-size: 18px;
	vertical-align: middle;
}
.fa-caret-left, .fa-caret-right{
	font-size: 18px!important;
}
.nextbutton{
	float: right;
}
.previousbutton{
	float: left;
}
.class-schedules-head{
	margin-bottom: 25px;
	display: inline-block;
	width: 100%;
}
.class-schedules{
	display: inline-block;
	width: 100%;
	padding: 15px 0;
	background: #f7f7f7;	
}
.date-cell-head{
	text-transform: uppercase;
	font-weight: bolder;
	font-size: 24px;
	text-align: center;
}
.class-g-sched{
	background: #000;
	text-align: center;
	color: #fff;
    padding: 10px 5px;
    margin : 3px;
    word-break: break-word;
    cursor:pointer;

}
.time-cell{
	text-align: center;
	font-weight: bolder;
	color: #fff;
	font-size: 20px;
}
.time-cell .time-box{
	background: #f18d00;
	padding: 15px 5px;
	text-align: center;
}

@media screen and (max-width: 767px){
	.class-g-sched{
		margin: 5px 0 0;
	}
}
@media screen and (max-width: 430px){
	.select-btn{
		width: 100%!important;
		float: none;
	}
}

.checkout{
    margin-top: 40px;
    margin-bottom: 40px;
}

.continueshop2{
	background: transparent!important;
    color: red !important;
    text-decoration: underline !important;
    padding: 0!important;
    text-align: center important;
}


