
.hide {visibility:hidden; display: none;
}


.pv-60 {margin: 60px 0px;
}

.mb40 {margin-bottom:40px;} 
.mb60 {margin-bottom:60px;} 
.mb80 {margin-bottom:80px;} 
.mb100 {margin-bottom:100px;} 

.mt40 {margin-top:40px;} 
.mt60 {margin-top:60px;} 
.mt80 {margin-top:80px;} 
.mt100 {margin-top:100px;} 


.pb40 {padding-bottom:40px;} 
.pb60 {padding-bottom:60px;} 
.pb80 {padding-bottom:80px;} 
.pb100 {padding-bottom:100px;} 

.pt40 {padding-top:40px;} 
.pt60 {padding-top:60px;} 
.pt80 {padding-top:80px;} 
.pt100 {padding-top:100px;} 


h2 {
    font-size: 32px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
 

.gold {color:#d09b1e;
}

.red {color:#e30613;
}


.white-link a {color: #ffffff;
}
Ftt

.white-link a {color: #cccccc;
}

white-bg {background:#ffffff;
}


.dark .social-links li a {
    background-color: rgba(0, 0, 0, 0.0);
    border: 0px solid rgba(0, 0, 0, 0.0);
    color: #ffffff;
}

.dark .social-links li a:hover {
    background-color: rgba(0, 0, 0, 0.0);
    border: 0px solid rgba(0, 0, 0, 0.0);
    color: #cccccc;
}


  .logo img {
	
      		width: 70%; 
	      /*height: 70%; */
		  height: auto;
		 margin: 0px !important;
	   
}

@media (max-width: 991px) {
 .logo img {
    margin: 0px !important;
     width: 50%;
	    /*height: 50%;*/
		 height: auto;
	   
}
}
 
 
 
 .fixed-header-on .header .logo img {
    max-height: 50px;
}

.header-top.dark + .header:not(.dark) {
    border-top-color: #dddddd;
    padding-bottom:10px;
}


@media (max-width: 768px){
.header-top.dark + .header:not(.dark) {
    border-top-color: #dddddd;
    padding-bottom:00px;
}
}



.transparent-header header.header.transparent-header-on {
    background-color: rgba(255, 255, 255, 1);
}



.separator-2, .separator-3 {
    width: 100%;
    margin-bottom: 15px;
    position: relative;
    height: 1px;
    background: #000000;
}

    .separator-2:after {height:0px;
    }



.navbar-default .navbar-nav > li > a {font-size: 14px;}


@media (min-width: 1200px) {
.main-navigation .navbar-nav > li {
    margin: 0 0 0 0px;  
}

}


@media (max-width: 1199px) and (min-width: 768px) {
.navbar-default .navbar-nav > li > a {
    font-size: 14px;
    padding: 28px 4px 27px 4px;
}

}












.btn-signup {margin: 0px 0px 0px 0px;
}



.form-control {margin-bottom:10px;
}



.not-robot {margin-left:auto; margin-right:auto; width:300px;}



.bb-copy-background {background: rgba(0, 0, 0, 0.4); padding:10px; }




/* BLOG  ------------------- */


.blog-RHS h3 {border-bottom: 1px solid #dddddd; padding-bottom: 8px;}
.blog-rhs-box {margin-bottom:50px;}

.BlogTagCloud {
}

.BlogTagCloud a { 
    display: inline-block;
    margin: 0 3px 3px 0;    
    color: #ffffff;
    background-color: #d09b1e;
     font-size: 12px;   
    text-decoration: none;
    padding: 5px 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.BlogTagCloud a:hover { 
   text-decoration: none;
    background-color: #000000;
     
}

.BlogRecentPost li, .BlogTagList li, .BlogPostArchive li {
    font-size: 12px;
}

.blog-post-list-item {margin-bottom:80px;
}

.blog-post-list-item h2 {text-transform:none; border-bottom: 1px solid #dddddd; padding-bottom:5px;
}

.blog-post-list-item h2 a:hover {text-decoration: none;
}

.blog-post-list-item-date {margin-bottom:8px;
}
.blog-post-list-item-image {margin-bottom:20px;
}

.blog-post-list-item-body {margin-bottom:5px;
}



.blog-list-footer {}

.blog-list-footer ol  { list-style:none; margin-left:0px !important; padding-left:0px !important;}

.blog-list-footer .author { visibility:hidden;}
.blog-list-footer .date { visibility:hidden;}

/* Footer --------------------- */

.footer-social-icons {margin-bottom: 20px; font-size:20px;
}

.footer-social-icons a:hover {color: #000000;
}



/* SHOP --------------------- */

.product-large h1 {margin-top:0px;
}

.product-large productTextInput  {margin-top:0px;
}



.prod-detail-price {margin-bottom:30px;}

.prod-detail-attributes .productAttributes {margin-bottom:30px;}



.prod-detail-add {margin-bottom:60px;}


.prod-detail-add ul li { display:inline;}
 


.list-details {margin-top:10px;
}

.productPopletsItem {padding:5px;}


.poplet-detail-images {margin-bottom:20px; }

.prod-detail-grouping {margin-bottom: 15px;
}

.prod-detail-grouping select 
{
    width: 40px;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.prod-list-grouping {margin-bottom:8px;
}
.prod-list-grouping select 
{
    width: 40px;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}




.cms_fake_select select {
    width: 40px;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}


.catProdAttributeItem select 
{
    width: 40px;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.productTextInput   {
    width: 60px;
    display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}


.qtyfield input {
    width: 60px;
    display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}


.quantity-field button.plus:after {
    -webkit-transform: translate(-50%,-50%) rotate(90deg);
    transform: translate(-50%,-50%) rotate(90deg);
}

.quantity-field button:after, .quantity-field button:before {
    display: inline-block;
    position: absolute;
    content: '';
    height: 2px;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: .625rem;
    background-color: #212121;
}

table .cart a {
    color: #c7ac56;
}

.checkout-buttons {float:right !important; margin-left:10px;}

.productitemcell {
    height: 100%;
    line-height: 20px;
    margin: 0 0 3px 0;
    overflow: hidden;
}



.productitemcell {
    height: 100%;
    line-height: 20px;
    margin: 0 0 3px 0;
    overflow: hidden;
    
}

.listing-item {
    margin-bottom: 40px;
    min-height: 640px;
}

.cart.table  .quantity {
    width: 12%;
    text-align: left;
}

.cart.table .quantity input {
    width: 60px;
    padding: 6px;
    height: 26px;
}

table.cart {
    background: #fff;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #ddd;
    font-size: 14px;
    width: 100%;
}

.productSubmitInput {color: #ffffff;
    background-color: #c7ac56;
    border-color: #c7ac56;
        padding: 5px 15px;
    font-size: 12px;
    line-height: 1.46666667;
    border-radius: 3px;
    margin: 5px 0;
	border-style: solid;
}
 

.productSubmitInput:hover,
.productSubmitInput:focus,
.productSubmitInput.focus,
.productSubmitInput:active,
.productSubmitInput.active   {
  color: #ffffff;
  background-color: #000000; 
  border-color: #000000;  
}

 

.p-list-row {margin-bottom:10px;} 

.catProdAttributeTitle { font-weight:bold;}



.catProductAttributeGroup {margin-bottom:8px;}

.header-dropdown-buttons .btn-group .dropdown-menu.cart {
    padding: 0;
    min-width: 350px;
    font-size: 13px;
    z-index: 20000;
}

.catCartSummary {font-size:10px;}



.ecommerceAddToCartItem  {
    color: #ffffff;
    background-color: #c7ac56;
    border-color: #c7ac56;
    padding: 5px 15px;
    font-size: 12px;
    line-height: 1.46666667;
    border-radius: 3px;
    margin: 5px 0;
    border-style: solid;
}

    .ecommerceAddToCartItem:hover {
        color: #ffffff;
        background-color: #000;
        border-color: #000;
       
    }


/* item list */
.item-list {
    margin-bottom: 60px;
}

.item-list h2 {margin-top:0px; padding-top:0px; font-size:26px;}
.item-list h2 a {text-decoration: none;}

.item-detail-teaser {margin-bottom: 30px;}

.item-detail-image {margin-bottom: 30px;}

.item-detail-details {}


/* Event RHS item list */

.events-rhs {margin-bottom:20px;}
.event-list {margin-bottom:40px;}
.event-list h2 {font-size:24px;}
.event-list h2 a {text-decoration: none;}
.event-list img {margin: 10px 0px 10px 0px}


/* Class list*/

.class-list { margin-bottom:25px; }
.class-list-item { background: #ffffff; padding:15px; }
.class-list-item h2 { font-size:20px; margin-top:0px; margin-bottom:5px; }
.class-list-item h2 a {text-decoration: none; }
.class-list-item h3 { font-size:14px; margin-top:0px; margin-bottom:5px; }


/* time table */

.tt-head { background-color: #c7ac56; margin-bottom:3px;}
.tt-head h2 { color: #ffffff; font-size:18px; padding: 5px 10px 5px 5px; font-weight:bold; margin:0px;}


.tt-class {background-color: #ffffff;  padding: 5px; margin-bottom:3px; font-size:12px; }
.tt-class h3 {font-size:16px; padding: 0px 0px 3px 0px; margin:0px;}

.tt-details {font-weight: normal; margin-bottom:8px;}

.tt-address {font-weight: normal;}

.tt-link {}

.tt-status {margin-bottom: 10px; margin-top: 0px; font-size: 26px !important; color: #FF0004  !important; font-weight: bold;}

.timetable .col-md-1 {
    padding: 1px;
}


@media (min-width: 768px){
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,g
  .seven-cols .col-lg-1  {
    width: 100%;
    *width: 100%;
  }
}


@media (min-width: 992px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 14.285714285714285714285714285714%;
    *width: 14.285714285714285714285714285714%;
  }
}


@media (min-width: 1200px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 14.285714285714285714285714285714%;
    *width: 14.285714285714285714285714285714%;
  }
}




.addthis_sharing_toolbox {padding:5px 0px 1px 0px; border-top: 1px solid #000000; border-bottom: 1px solid #000000; margin-bottom:20px; }



tbody { background: none !important;}


.member-bar { background:#fafafa; border-bottom: 1px solid #f1f1f1;}

@media (max-width: 768px) {
    .member-bar {
        margin-top: 70px;
    }
}

    .fl {
        float: left;
    }

    ul.zoneSubscriptions li {
        position: relative;
        list-style: none;
        margin: 0px;
        padding: 0;
        display: inline;
    }


    .system-message, .system-error-message {
        background-color: #fafafa;
        border: 0px solid #eee;
        color: #000000;
        margin: 0px;
        min-height: 110px;
        height: auto !important;
        height: 110px;
        padding: 00px 0px 0px 0px;
    }







    /* TESTIMONIALS */

    .testhome {
        margin-top: 60px;
        background: #f2f2f2;
        padding: 40px 0px 30px 0px;
    }


    blockquote:after {
        content: none;
    }


    .testimonial i {
        color: #cccccc;
    }



    /* app search result */

    .classes-location-search {
        margin: 40px 0px 20px 0px;
    }

        .classes-location-search h2 {
            font-size: 22px;
        }

    .webappsearchresults {
        margin-bottom: 10px;
    }

        .webappsearchresults .tt-class {
            padding: 20px !important;
            font-size: 16px;
        }


            .webappsearchresults .tt-class h3 {
                font-size: 20px;
            }


    /* treepl system */

    .pagination li {
        display: inline-block;
        list-style-type: none;
        padding-left: 10px;
    }

    .pagination ul {
        padding-left: 0px;
    }

    #Payment_Amount.form-control {
        width: 100%;
        height: 40px;
        display: block;
        background-color: #fff;
        border-radius: 5px;
        padding: 6px 12px;
        border-color: #e1e1e1;
        color: #000;
        opacity: 1;
    }

    table.cart a {
        color: #c7ac56;
    }

    select.shippingDropDown {
        width: 150px;
        height: auto;
        padding: 0;
        border: 1px solid #555;
        border-radius: 2px;
    }

    .quantity input[type=number] {
        border: 0;
        max-width: 40px;
    }

    .cart.table .quantity input {
        border: 1px solid #555;
    }

    .cms_summary_table .cms_product_attr_list dt {
        float: none;
    }



    .checkout-style .StripeElement {
        border: 1px solid #e1e1e1;
        padding: 5px 5px;
        border-radius: 5px;
    }


    .form-styles label {
        font-weight: bold;
    }

    .form-styles p {
        margin-bottom: 40px;
    }

    .form-styles .form-control {
        color: #000;
    }


    /*SYSTEM */
    .system_page .system_table td:last-child {
        text-align: left !important;
        padding: 10px 10px 0 5px;
    }

    .system_page .system_table td {
        width: inherit;
        padding: 10px 5px 10px 0;
        text-align: left;
        vertical-align: top;
    }

    /* Stripe Payment */
    .checkout-style {
        margin-bottom: 20px;
    }

        .checkout-style .StripeElement {
            border: 1px solid rgba(0,0,0,.15);
            padding: .375rem .75rem;
            border-radius: .25rem;
        }



    /* SYSTEM GALLERY */

    .system_galleries li {
        padding: 0 5px 10px;
        width: unset !important;
    }