::-webkit-scrollbar { width: 12px; height: 12px; cursor: pointer; }
::-webkit-scrollbar-track {background: rgba(0, 0, 0, 0.1);}
::-webkit-scrollbar-thumb{background: rgba(149, 149, 149, 0.6);}
/* Preloading */
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.fade-out {
  animation-name: fade-out;
}

/* Flex helpers */
.flex {
  display: flex;
}
.flex.vac {
  align-items: center;
}
.flex.cac {
  justify-content: center;
}
.flex.flex-wrap-wrap {
  flex-wrap: wrap;
}
.flex .row, .flex .full-width {
  width: 100%;
}
.flex.justify-content-end {
  justify-content: flex-end;
}
.flex.flex-column {
  flex-direction: column;
}
.flex.justify-space-around {
  justify-content: space-around;
}
.flex.justify-space-between {
  justify-content: space-between;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fade-in {
  animation-name: fade-in;
}

.overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 999999999;
  background: #1c1a19;
}
.overlay .preloader svg {
  animation-name: preloader-in;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
}
.overlay .preloader.out svg {
  animation-name: preloader-out;
}
.overlay .preloader.animate .outer {
  animation-name: show100;
  animation-duration: 2.3s;
  animation-delay: 1s;
  animation-timing-function: linear;
  opacity: 1;
}
.overlay .preloader .logo {
  /*opacity: 0;
  animation-delay: 0.5s;
  display: block;
  width: 40%;
  margin: 0px auto;
  text-align: center;
  background: transparent url(https://d3jzqcajkfp32y.cloudfront.net/2017/v3/icons/staak-logo-2017-copy.svg) no-repeat center center;
  background-size: contain;
  text-indent: -99999px;
  padding: 5px;*/
     opacity: 1;
    animation-delay: 0.5s;
    display: block;
    width: 158px;
    height: 155px;
    margin: 0px auto;
    text-align: center;
    background: transparent url(/content/images/logo4.png) no-repeat center center;
    background-size: cover;
    text-indent: -99999px;
    padding: 5px;
    padding-top: 158px;
}
.overlay .preloader .logo.fade-out {
  animation-delay: 0.2s;
  animation-duration: 0.2s;
}

@keyframes preloader-in {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  25% {
    opacity: 1;
    transform: scale(1.4);
  }
  60% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes preloader-out {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  25% {
    opacity: 1;
    transform: scale(1.4);
  }
  60% {
    opacity: 0;
    transform: scale(0.5);
  }
  100% {
    opacity: 0;
    transform: scale(0.5);
  }
}
.loader {
  position: relative;
  height: 200px;
  width: 200px;
}

.loader svg {
  position: absolute;
  top: 0%;
}

.outer {
  fill: transparent;
  stroke: #fff;
  stroke-width: 2;
  stroke-dasharray: 99;
  /* transition: stroke-dashoffset 1s;*/
  stroke-dashoffset: 0;
  opacity: 0;
}

.preloader .outer {
  stroke-dasharray: 502;
}

.outer.loading {
  transition: stroke-dashoffset 0.8s ease;
}

.preloaderbg {
  opacity: 0.5;
  stroke: #fff;
  stroke-width: 2;
  fill: transparent;
}

.animate .outer {
  animation-name: show100;
  animation-duration: 5s;
  opacity: 1;
  animation-timing-function: linear;
}

.loader.animate {
  transform: rotate(-90deg);
}


/* Preloading */
.panel-flexible .panel-separator {
    margin: 0;
}
.panels-flexible-row {
    padding-bottom: 0 !important;
}
.mini-cart{
    opacity: 0;
    visibility: hidden;
}
.on-hover{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    /* IE 5-7 */
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    /* Netscape */
    -moz-opacity: 1;
    /* Safari 1.x */
    -khtml-opacity: 1;
    /* Good browsers */
    opacity: 1;
    visibility: visible; 
}
.quick-access > .shopping-cart,
.mini-cart{
    cursor: pointer;
}
.view-our-history{padding: 0px 0px;}
.history_desc{text-align: left;}
.history-skill{text-align: justify;}
.categories{margin-top: -4px;
}

.page-one-page .class-our .mix{
    padding: 0;
}
.messages.error{text-transform: capitalize;}
.checkout-processing{padding-left: 5px;}
.wrapper {
    margin-bottom: -4px;
}
.octember{padding-bottom: 15px;}
.view-archives, .view-onepage-classes, .view-our-partners, .view-display-id-block_upcoming_calendar, .view-lesson, .view-display-id-block_upcoming, .view-our-history, .view-event-popular, .view-class-related, .view-related-product, .view-commerce-cart-summary, .view-commerce-cart-form, .view-news-product, .view-event-listing, .view-product-category, .view-our-trainner, .view-product-list, .views-row-1, .view-other-trainner, .view-product-listing, .view-event-listing-grid, .view-tags, .view-our-class, .view-our-trainner, .view-blog-category, .view-blog{
    background: none repeat scroll 0 0 #242424;
    position: relative;
    z-index: 1;
    padding: 0px 0px;
}
.view-display-id-block_upcoming_sidebar{
    background: none;
}
.view-blog-category, .view-tags{
    text-align: left !important;
}
.panels-flexible-31{
    padding: 40px 0;
}
.view{padding:0 !important; text-align: left !important;}
.page-comment-delete #edit-actions .form-submit{
    width: 10% !important;
}
.page-comment-delete #edit-cancel{
    padding-left: 15px;
}
.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    height: auto;
    width: 100%;
}
.quickview-box .quickview-close{right: 25px;}
.quickview-box .quickview-close > i{margin: 0 auto;}
.links{border:none;
       font-size:12px; text-transform: capitalize; 
       font-weight: normal;
       padding:0 !important;
}

.content-cmt .reply-cmt{
    float: none !important;
}
.reply-cmt ul.links li {float: left;margin-right: 5px}

.name-cmt,.date-cmt,.reply-cmt{float: left}
.top-cmt,.reply-cmt{overflow: auto;}

.fivestar-basic div.fivestar-widget .star, .fivestar-basic div.fivestar-widget .star a,
.fivestar-basic div.fivestar-widget-static .star span.on,
.fivestar-basic div.fivestar-widget-static .star,
.fivestar-basic div.fivestar-widget-static .star span.off {
    background-image: url("../images/star123.png") !important;
    text-indent: -9999px;
    color: transparent;
}

.node-type-blog .choose{
    padding: 0;
}
.node-type-blog .our-blog{padding: 30px 0;}
.node-type-blog .blog-detail-event{
    background: #fff none repeat scroll 0 0;
}

.node-type-blog .event-category .popular-event-title {
    background: #fff none repeat scroll 0 0;
    color: #666666;
    border-bottom: 2px solid #ededed;
}
.node-type-blog .blog-detail-event .latest-news-item {
    border-bottom: 1px solid #ededed;
    border-left: 2px solid #ededed;
}
.node-type-blog .blog-detail-event ul li.latest-news-item:hover{
    background: #f8f8f8 none repeat scroll 0 0;
}
.page-index-light-version .contact-form{
    background: #fff none repeat scroll 0 0;
}
.experience-spoiler-opened .experience-details-content{
    display: block !important;
}
/*view articles*/
.view-archives .views-summary{
    border-bottom: 1px solid #2b2b2b;
    font-size: 14px;
    padding: 12px;
    text-transform: none;
    color: #666666;
}

.view-archives .views-summary a {
    float: right;
    margin-right: 150px;
    color: #666666;
}

.page-posts-by-date .view-archives .view-header{
    padding-bottom: 20px;
}
.page-posts-by-date .view-archives .views-row-first {
    padding-bottom: 12px;
    padding-left: 12px;
}
/*Footer*/
.page-footer .contact-form{
    padding-bottom: 0px;
    width: 169px;
}
.page-footer .form-item-subject, .page-footer .form-item-name, .page-footer .form-item-message{
    display: none;
}
.page-footer .info{
    padding-bottom: 5px;
}


.page-footer .form-submit{
    border: medium none;
    height: 32px;
    width: 40%;
    margin-top: 10px !important;
    border-radius: 50px;
    font-family: "inherit";
    font-weight: bold;
    color: #fff;
}

.page-footer .form-item-mail label span{
    display: none;
}
.page-footer .form-text{
    background: #242424 none repeat scroll 0 0;
    border: 1px solid #6f6f6f;
    border-radius: 50px;
    color: #676767;
    height: 33px;
    padding: 0 4px 0 15px;
    width: 100%;
/*    background: none;*/
}
.index-white .page-footer .form-text{
    background: transparent;
}

/* Webkit */
.index-white .page-footer .form-text::-webkit-input-placeholder { color: #717171; }

/* Firefox 4-18 */
.index-white .page-footer .form-text:-moz-placeholder { color: #717171; }

/* Firefox 19+ */
.index-white .page-footer .form-text::-moz-placeholder { color: #717171; }

/* IE10+ */
.index-white .page-footer .form-text:-ms-input-placeholder { color: #717171; }
.index-white .page-footer .form-submit{
    background: url('../images/arrow-right_717171_14.png') !important;
}
.page-footer .form-actions{
    display: none;
}
/*event listing*/
.page-event-listing .choose{
    padding: 0;
}
/*event grid*/
.page-event-listing-grid .item-list{
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    padding-bottom: 40px;

}
ul.pager-load-more{

}
ul.pager-load-more li{
    height: 50px;
    width: 100%;
}
ul.pager-load-more li a{
    width: 100%;
    margin: 0 auto !important;
    height: 50px;
    line-height: 50px;
    background: #1e1e1e none repeat scroll 0 0;
    text-transform: uppercase;
    overflow: hidden;
    font-size: 12px;
}
ul.pager-load-more li a:hover{
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.page-event-listing-grid .our-trainers{
    padding:0;
}
.page-event-listing-grid .view-event-listing{
    margin-top: 45px;
}
/*Product Fitter*/
.region-right-sidebar .contextual-links-wrapper{display: none !important;}
.region-right-sidebar #block-views-exp-product-list-page .views-widget-sort-by{display: none;}
.region-right-sidebar #block-views-exp-product-list-page .views-widget-sort-order{display: none;}
.region-right-sidebar #block-views-exp-product-list-page .views-submit-button{display: none;}
.region-right-sidebar #block-views-exp-product-list-page .views-widget-per-page{display: none;}
.product-filter h2{font-size: 16px; margin: 0; border-bottom: 1px solid #ccc; padding-bottom: 10px;}
#edit-commerce-price-amount-min, #edit-commerce-price-amount-max{
    border: 2px solid #fff;
    color: #fff;
    height: 35px;
    padding: 0 12px;
    width: 100%;
    text-align: center;
}
#edit-commerce-price-amount-wrapper{
    padding-top: 20px;
    width: 100%;
}
.bef-slider.ui-slider-horizontal {
    margin-left: 6px;
}
#edit-commerce-price-amount-wrapper .views-widget {
    margin-bottom: 20px;
    width: 100%;
    padding-bottom: 40px;
}
#edit-commerce-price-amount-wrapper .views-widget .form-item-commerce-price-amount-min {
    float: left;
    width: 50px;
    margin-left: 5px;
}
#edit-commerce-price-amount-wrapper .views-widget .form-item-commerce-price-amount-max label{
    display: none !important;
}
#edit-commerce-price-amount-wrapper .views-widget .form-item-commerce-price-amount-max {
    float: right;
    width: 50px;
/*    margin-left: 130px;*/
}
#edit-commerce-price-amount-wrapper .ui-slider-horizontal{clear: both;}
.page-product .product-filter a{
    padding: 0;
    background-color: #fff !important;
    width: 10px;
}
.ui-slider-horizontal .ui-slider-range{
    background: #fff none repeat scroll 0 0 !important;
}
/*fiter before content*/
.region-content #edit-commerce-price-amount-wrapper{display: none;}
.region-content .views-exposed-widget .form-item-sort-by label{display: none !important;}
.region-content .views-widget-per-page .form-item-items-per-page label{display: none !important;}
.region-before-content .views-widget-per-page .form-item-items-per-page label{display: none !important;}
.region-before-content #edit-commerce-price-amount-wrapper{display: none;}
.region-before-content .views-exposed-widget .form-item-sort-by label{display: none !important;}
.region-before-content .views-widget-per-page .form-item-items-per-page label{display: none !important;}
.region-content .form-select, .region-before-content .form-select{
    background: #242424 none repeat scroll 0 0;
    border: 1px solid rgb(163, 163, 163);
    color: rgb(163, 163, 163);
    height: 33px;
    /*padding: 5px 10px;*/
    padding-left: 10px;
    width: 100%;
}
.grid-active, .list-active {
    background: #343434 none repeat scroll 0 0;
    border: 1px solid #484848;
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 14px;
    height: 33px;
    line-height: 33px;
    margin-left: 6px;
    text-align: center;
    width: 33px;
}
.view-mode .list, .view-mode .grid {
    border: 1px solid #484848;
    color: #858585;
    display: inline-block;
    font-size: 14px;
    height: 33px;
    line-height: 33px;
    margin-left: 6px;
    text-align: center;
    width: 33px;
}
.view-product-list .view-filters{float:left;padding-bottom: 10px;}
.view-product-list .view-header{float:right;padding-bottom: 10px;}
.view-product-list .view-content{
     border-top: 1px solid #525252;
     padding-top: 10px;
     clear: both;
}
.view-display-id-page_1 .grid{float:left;}
.view-display-id-page_1 .list-active{float:left;}
.region-before-content{
    border-bottom: 1px solid #525252;
    margin: 0 0 12px;
    overflow: hidden;
    padding-bottom: 10px;
}

.views-exposed-form .views-exposed-widget {
    padding: 0 1em 0 0;
}
#block-block-66{float: left;}
#block-block-67{float: right;}
#block-block-68{float: right;}



/*page-our-classes*/
.page-our-classes .item-list{
    width: 100%;
    padding-bottom: 40px; 
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.page-our-classes .classes .our-class-main{
    padding:0;
}
.page-our-classes .view-our-class .view-header{
    padding-bottom: 30px;
}
.page-our-classes .view-our-class .view-content{
    padding-bottom: 30px;
}
/*page-our-trainers*/
.page-our-trainers .item-list{
    margin: 0 auto;
    padding: 15px 15px 40px;
    width: 100%;
}
.page-our-trainers .our-trainers{padding: 0;}
.page-our-trainers .view-our-trainner{
    margin-top: 45px;
}
.page-our-trainers ul.pager-load-more li a{
    width: 100%;
}

/*page taxonomy*/
.page-taxonomy-term .product-content {
    background: #161616 none repeat scroll 0 0;
    overflow: hidden;
    position: relative;
}
.page-taxonomy-term .info-products-list {
    border: medium none;
    padding-right: 30px;
    padding-top: 15px;
}
.page-taxonomy-term .info-products-list .desc {
    color: #9a9a9a;
    margin: 10px 0 45px;
}
.page-taxonomy-term .arrows {

    top: 58%;
    transition: transform 0.5s ease 0s;
}
.page-taxonomy-term .product-image-wrapper .price-box .special-price, 
.page-taxonomy-term .product-image-wrapper .price-box .old-price{color: #fff;}
.page-taxonomy-term .price-box {
    float: left;
    margin-top: 10px;
}
.page-taxonomy-term .actions-box{
    float: right;
    margin-top: 10px;
}
.page-taxonomy-term .actions-box ul{
    margin: 0;
    padding: 0;
}
.page-taxonomy-term .actions-box ul li {
    display: inline-block;
    margin-right: 5px;
}
.page-taxonomy-term .actions-box ul li a{
    background: #232323 none repeat scroll 0 0;
    display: block;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    margin: 0;
    text-align: center;
    width: 35px;
}

/*about us*/
.page-about-us .tab-history  {
    padding-top: 60px !important;
}
/* add css user*/

#user-login .item-list{
    display: none;
}

/*product-list-row*/
.product-list-row .arrows {
    left: 42%;
    top: 45%;
}
.arrows {
    left: 49%;
    }
#user-login .form-item,
#user-register-form .form-item,
#user-pass .form-item {
    margin-bottom: 10px;
}
#user-login input,
#user-register-form input,
#user-pass input {
    margin: 10px 0;
}
#user-login input[type="submit"],
#user-register-form input[type="submit"],
#user-pass input[type="submit"] {
    cursor: pointer;
}
.profile h3 {
    margin-bottom: 20px;
}
.profile dd {
    margin-bottom: 15px;
}
.profile dt {
    margin-bottom: 5px;
}
#user-login .form-item .form-text{
    background: none repeat scroll 0 0 #232323;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0;
    padding: 6px;
    width: 50%;
}
#user-login #edit-actions .form-submit{
    font-size: 16px;
    text-align: center;
    border: none;
    width: 50%;
    height: 40px !important;
}
#user-pass .form-item .form-text{
    background: none repeat scroll 0 0 #323232;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0;
    padding: 6px;
    width: 50%;
    font-size: 14px;
    letter-spacing: 1px;
    direction: rtl;
    width: -webkit-fill-available;
}
#user-pass #edit-actions .form-submit{
    font-size: 16px;
    text-align: center;
    border: none;
    width: 50%;
    height: 40px !important;
}
.form-item-account-login-mail #edit-account-login-mail{
    background: none repeat scroll 0 0 #232323;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0;
    padding: 6px;
    width: 50%;
}

#edit-actions .form-submit{
    font-size: 16px;
    text-align: center;
    border: none;
    width: 95%;
    text-transform: uppercase;
    height: 40px !important;
}

.form-item label{display: block !important;}

/*css form comment*/
.indented {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-left: 0px !important;
}
.indented .content-cmt {
    float: left;
/*    margin-right: -20px;*/
}
.indented .answer{
    border-bottom: none !important;
    padding-left: 86px !important;
}
.page-comment-reply .answer{
    background-color: #1b1b1b;
    padding: 15px 20px 100px;
}
.page-comment-reply #comment-form {
    background-color: #1b1b1b;
    margin-bottom: 60px;
    padding: 20px 20px 60px;
}
.page-comment-reply #comment-form .form-item-name{
    display: none;
}
#edit-author--2{display: none;}
.form-textarea{
    background: none repeat scroll 0 0 #232323;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0;
    padding: 6px;
    width: 100%;
}
.form-textarea.error { color: #fff; }
.form-select{
    background: none repeat scroll 0 0 #232323;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0;
}
.node-type-product-display .form-submit-cmt .btn-submit{
    font-weight: 600;
}
.form-submit-cmt .btn-submit:before{
    content: "\f003";
    font-family: "FontAwesome";
    font-size: 16px;
    position: absolute;
    left: 0px;
    top:5px;
    width:30%;
    color: #fff!important;
}.form-submit-cmt .btn-submit:after{
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
#edit-actions .form-submit-cmt .btn-submit{
    font-size: 16px;
    text-align: center;
    border: none;
    width: 63%;
    height: 40px !important;
}

.node-type-product-display .comment-form .form-text, .node-type-blog .comment-form .form-text{
    background: none repeat scroll 0 0 #232323;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0;
    padding: 6px;
    width: 70%;
}
.node-type-product-display .form-textarea{border: 1px solid rgba(255, 255, 255, 0.1);}
.page-comment-reply .comment-form .form-text {
    background: none repeat scroll 0 0 #232323;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0;
    width: 70%;
    height: 35px;
    padding: 5px 10px;
}
.page-comment-reply .comment-form .form-textarea { padding: 5px 10px; }
.node-type-event-calendar .choose{padding: 0;}
.node-type-event-calendar .product-detail{
    padding: 30px 0;
}

.node-type-product-display .choose{
    padding: 0;
}
.page-comment-reply .actions-box{
    float: right;
    margin-top: 10px;}
.page-comment-reply .actions-box ul{
    margin: 0;
    padding: 0;
}
.page-comment-reply .actions-box ul li {
    display: inline-block;
    margin-right: 5px;
}
.actions-box ul li a {
    background: #232323 none repeat scroll 0 0;
    display: block;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    margin: 0;
    text-align: center;
    width: 35px;
}
.page-product .item-list{padding-bottom: 20px;}

.node-type-event-calendar .comment-form .form-text{
    background: none repeat scroll 0 0 #232323;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0;
    padding: 6px;
    width: 70%;
}
.node-type-our-class .comment-form .form-text{
    background: none repeat scroll 0 0 #232323;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0;
    padding: 6px;
    width: 70%;   
}
.node-type-our-class .choose{padding: 0;}
.node-type-our-trainner .choose{padding: 0;}

.form-submit-cmt{float:left; width: 400px;}
.form-preview{float:right; width: 400px;}

/*css product*/
.ui-widget-header{
    background: #242424 !important;
    border: none;  
    color: #fff;
}
.ui-widget-content{
    border: none;
    color: #fff;
    background: #761b21;
}  
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl, .ui-corner-right, .ui-corner-br {border-radius: 0px;}  

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button, .ui-widget{
    font-size: 12px;
    font-family: "FontAwesome";
    border: medium none; 
}    
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    color: #fff;
    border: none;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited{
    color: #fff;  
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
    background-color: #1b1b1b;
    border: none;
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    color: #fff;
}
.node-type-product-display .top-cmt ul.links{
    margin: 0;
}
.node-type-product-display .top-cmt ul.links li::before{
    content: "";
    padding-right: 0;
    font-size: 12px;
}
.node-type-product-display #edit-comment-body-und-0-format-help p a{color:#fff; padding-right: 20px !important; padding-left: 0 !important;}
.product-essential .meta-box .rating-box {
    margin-bottom: 0;
}
.product-essential .meta-box .rating-box .field-item{
    margin-bottom: 0;
}
div.fivestar-widget .cancel a, div.fivestar-widget .star a {
    text-indent: 9999em;
}
div.fivestar-widget,.fivestar-widget .description{
    display: inline-block !important;
}

.add-wishlist .button-alt {
    color: #fff;
    padding: 10px 12px;
    width: 99%;
    border: 1px solid #484848;
}
.badge .flagged i, .badge .unflag-action i, a.unflag-action {
    color: #761b21 !important;
}
span.fa-icon{
    height: 35px;
    left: 0;
    line-height: 35px;
    padding:10px;
    position: inherit;
    top: 0;
    width: 25px;
    font-size: 12px;
}
.node-type-our-class .rating{width: 17%;}
.node-type-our-class .field-item{
    float:left;
    margin-right: 3px;
    margin-top: 2px;
}
.node-type-our-class .rating .votes{float: left;}

.field-item{margin-bottom: 13px;}
.field-item .form-item{position: relative; margin-bottom: 7px;}
.field-item .form-text{
    background: none repeat scroll 0 0 #232323;
    border: 1px solid #484848;
    color: #9a9a9a;
    height: 35px;
    padding: 0 12px;
    width: 78px;
}
.field-item .form-submit{
    border: medium none;
    height: 35px;
    padding: 0 0 0 25px;
    position: relative;
    text-transform: uppercase;
    width: 110px;
}
.commerce-add-to-cart .form-submit{
    margin: -10px !important;
}
.node-type-event-calendar  .filter-help a {
    padding-left: 6px;
}
.node-type-event-calendar .filter-help {
    padding: 0;
}
.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img{width: 100%;}
/*Product Cart*/
#commerce-checkout-form-review table {
    width: 100%;
}
.checkout-buttons .checkout-back {
    color: #fff;
    height: 35px;
    width: 30%;
}
.checkout-buttons .checkout-back:hover{
    color: #fff; 
    height: 35px;
    width: 30%;
    text-decoration: none;
}
#views-form-commerce-cart-form-default table {
    width: 100%;
}
.view-commerce-cart-form .views-table  thead{
    width: 100%;
}
.view-commerce-cart-form .views-table  thead tr{
    background: none repeat scroll 0 0 #343434;
    font-size: 13px;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    text-transform: uppercase;
    width: 100%;
}

.view-commerce-cart-form .views-table  thead th{
    border-right: 1px solid #525252;
}
.view-commerce-cart-form .views-table thead .views-field{
    font-size: 13px;
    line-height: 45px;
    text-transform: uppercase;
    font-weight: normal;
    font-family: "Montserrat";
    padding-left: 15px;
}
.view-commerce-cart-form .views-table thead .views-field-line-item-title{
}
.view-commerce-cart-form .views-table thead .views-field-commerce-unit-price{
}
.view-commerce-cart-form .views-table thead .views-field-edit-quantity{
}
.view-commerce-cart-form .views-table thead .views-field-commerce-total{
    text-align: left;
}
.view-commerce-cart-form .views-table thead .views-field-edit-delete{
    border-right: none;
    text-align: center;
}
.view-commerce-cart-form .views-table  tbody{width: 100%;}
.view-commerce-cart-form .views-table  tbody tr{
    background: none repeat scroll 0 0 #1b1b1b;
    border-bottom: 1px solid #343434;
    overflow: hidden;
    width: 100%;
}
.view-commerce-cart-form .views-table tbody .views-field{
    border-right: 1px solid #343434;
    min-height: 115px;
    padding: 20px;
}
.view-commerce-cart-form .views-table tbody .views-field-line-item-title{
    font-size: 14px;
}
.view-commerce-cart-form .views-table tbody .views-field-commerce-unit-price{
    font-size: 16px;
    font-family: "Montserrat";
    margin: 0;
}
.view-commerce-cart-form .views-table tbody .views-field-edit-quantity{
}
.view-commerce-cart-form .views-table tbody .views-field-edit-quantity .form-text{
    background: none repeat scroll 0 0 #232323;
    border: 1px solid #484848;
    color: #9a9a9a;
    height: 35px;
    padding: 0 12px;
    width: 78px;
}
.view-commerce-cart-form .views-table tbody .views-field-commerce-total{
    font-size: 16px;
    font-family: "Montserrat";
    margin: 0;
    text-align: left;
}
.view-commerce-cart-form .views-table tbody .views-field-edit-delete{
    border-right: none;
    text-align: center;
}
.view-commerce-cart-form .views-table tbody .views-field-edit-delete .form-submit{
    border: medium none;
    height: 35px;
    padding: 0 0 0 25px;
    position: relative;
    text-transform: uppercase;
    width: 78px;
}
.commerce-line-item-actions .form-submit{
    width: 45% !important;
}
.commerce-line-item-views-form .commerce-line-item-actions {
    margin: 20px !important;
    text-align: left !important;
}
.commerce-line-item-actions #edit-submit{
    border-right: 10px solid #242424;
}
span.line-item-total-raw{
    font-size: 14px;
    font-family: "Montserrat";
}
span.line-item-total-label{
    /*font-size: 16px;*/
    font-family: "Montserrat";
    font-size: 13px;
    font-weight: normal;
    line-height: 45px;
    padding-left: 15px;
    
    padding-right: 5px;
    color: #939393;
}
.line-item-summary{margin-right: 37px !important; margin-top: 10px;}

/*Product Checkout*/
#commerce-checkout-form-checkout{width: 100%;}
#commerce-checkout-form-checkout table {
    width: 100%;
}
.view-commerce-cart-summary{width: 100%;}
.view-commerce-cart-summary .views-table  thead tr{
    background: none repeat scroll 0 0 #343434;
    font-size: 13px;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    text-transform: uppercase;
}
.view-commerce-cart-summary .views-table  thead th{
    border-right: 1px solid #525252;
}
.view-commerce-cart-summary .views-table thead .views-field{
    font-size: 13px;
    line-height: 45px;
    text-transform: uppercase;
    font-weight: normal;
    font-family: "Montserrat";
    padding-left: 15px;
}

.view-commerce-cart-summary .views-table thead .views-field-line-item-title{
}
.view-commerce-cart-summary .views-table thead .views-field-commerce-unit-price{
}
.view-commerce-cart-summary .views-table thead .views-field-edit-quantity{
}
.view-commerce-cart-summary .views-table thead .views-field-commerce-total{
    border-right: none;
    text-align: left;
}

.view-commerce-cart-summary .views-table  tbody tr{
    background: none repeat scroll 0 0 #1b1b1b;
    border-bottom: 1px solid #343434;
    overflow: hidden;
}
.view-commerce-cart-summary .views-table tbody .views-field{
    border-right: 1px solid #343434;
    min-height: 115px;
    padding: 20px;
}
.view-commerce-cart-summary .views-table tbody .views-field-line-item-title{
    font-size: 14px;
}
.view-commerce-cart-summary .views-table tbody .views-field-commerce-unit-price{
    font-size: 16px;
    font-family: "Montserrat";
    margin: 0;
}
.view-commerce-cart-summary .views-table tbody .views-field-edit-quantity{
}
.view-commerce-cart-summary .views-table tbody .views-field-edit-quantity .form-text{
    background: none repeat scroll 0 0 #232323;
    border: 1px solid #484848;
    color: #9a9a9a;
    height: 35px;
    padding: 0 12px;
    width: 78px;
}
.view-commerce-cart-summary .views-table tbody .views-field-commerce-total{
    font-size: 16px;
    font-family: "Montserrat";
    margin: 0;
    border-right: none;
    text-align: left;
}
.component-title{
    font-size: 16px;
    font-weight: normal !important;
}
.component-total{
    font-size: 16px;
    font-family: "Montserrat";
    padding-right: 88px !important;
    font-weight: normal;
}
.commerce-price-formatted-components{
    margin-top: 10px;
    border-bottom: 1px solid #343434;
}
#edit-cart-contents legend{margin-top: 0;}
legend {
    margin-bottom: 20px !important;
    border-bottom: none;
    margin-top: 30px;
}
legend span.fieldset-legend{
    color:#fff;
}
#edit-customer-profile-billing .form-select{
    height: 35px;
}
#edit-customer-profile-billing legend{
    margin-top: 40px;
}
#edit-customer-profile-billing .form-text{
    background: none repeat scroll 0 0 #232323;
    border: 1px solid #484848;
    color: #9a9a9a;
    height: 35px;
    padding: 0 12px;
    width: 80%; 
}
#edit-customer-profile-billing .form-item{
    margin-bottom: 10px;
}
.checkout-buttons .checkout-processed{
    border: medium none;
    height: 35px;
    padding: 0 0 0 25px;
    position: relative;
    text-transform: uppercase;
    width: 55%;
}
.checkout-buttons .checkout-cancel{
    border: medium none;
    height: 35px;
    padding: 0 0 0 25px;
    position: relative;
    text-transform: uppercase;
    width: 30%;
    color: #fff;
}

.checkout-buttons .checkout-cancel:hover{
    color:#fff;
    border: none;
    text-decoration: none;
}
#commerce-checkout-form-review .checkout-help{
    font-size: 18px;
    padding-bottom: 15px;
    text-transform: uppercase;
}
#edit-checkout-review .checkout-review tr.pane-title{
    font-size: 16px;
    padding-bottom: 10px;
    font-family: "Montserrat";
}
#edit-checkout-review .checkout-review tr.pane-data{
   font-family: "Montserrat"; 
}
.page-checkout-review legend span.fieldset-legend {
    text-transform: uppercase;
}
table.checkout-review .pane-title td {
    padding-left: 0;
}
fieldset.checkout-buttons{margin: 20px 0 !important;}

/*product*/
.fivestar-summary{display: none;}
.cart-empty-page{padding-bottom: 30px;}
/*Pagination*/
h2.element-invisible{display: none;}
ul.pager{
    background-color: #242424;
    list-style: none;
    margin: 0px;
    padding: 0px;
}
ul.pager li{
    display: inline-block;
    float: left;
    margin-right: 8px;
    text-align: center;
    vertical-align: middle;
    background-color:#242424;
}
.pager li > a, .pager li > span {
    background-color: #242424;;
    border: 1px solid #4e4e4e;
    display: block;
    font-size: 15px;
    height: 35px;
    line-height: 34px;
    padding: 0;
    width: 35px;
    border-radius: 0px !important;
}
.pager li.pager-current{
    display: block;
    font-size: 15px;
    height: 35px;
    line-height: 34px;
    padding: 0;
    width: 35px;
    border-radius: 0px !important;
}
.page-product .choose{
    padding: 0;
} 

/*contact-page*/
.page-contact-us .pane-block-32{
    background: #242424 none repeat scroll 0 0;
    padding-top: 35px;
    position: relative;
    z-index: 1;
}
.contact-form .form-actions {
    display: none !important;
}
.contact-form .form-item-subject{
    display: none;
}
#contact-site-form label{display: none !important;}
.grippie{display: none;}
#contact-site-form{
    margin-top: 20px;
    position: relative;
}
#contact-site-form .form-text{
    background: #232323 none repeat scroll 0 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0;
    padding: 10px;
    width: 100%;
    text-transform: capitalize;
}
#contact-site-form .form-item{
    margin-bottom: 15px;
}
#contact-site-form textarea {
    height: 120px;
}
#contact-site-form i{
    left: 37px;
    bottom: 12px;
    margin: 0;
}
#contact-site-form .form-submit {
    overflow: hidden;
    position: relative;
    border: medium none;
    color: #fff;
    padding: 7px;
    font-size: 16px;
    text-transform: uppercase;
    width: 100%;
    height: 38px;
}
.contact-form .contact-form{
    padding: 0; 
}
span.ee7s-ws{display: none !important;}
.not-front, .logged-in, .no-sidebars, .page-cart, .admin-menu{
    margin-bottom: 0 !important;
}
/*blog page*/
.page-event-listing .product-detail, .page-blog .product-detail {padding: 30px 0;}
.page-blog .choose{
    padding:0 !important;
}

/*ALL*/
.quickview-body .product-essential .tags-list ul li a {
    height: 30px;
}
.page-product-listing-row .error{display: none;}
.view-product-list .pager-next span, .page-blog .pager-next span{display: none;}
.pager-load-more a i{display: none;}
.pager-previous span{display: none;}


.page-event-listing .choose{padding: 0 !important;}
.news-wapper {
    padding: 15px 0;
}

.calendar-empty {
    display: none;}
.doc { margin-bottom: 20px; }
.introduction { background-position: center center; }
.panels-flexible-region-first.panels-flexible-region-last { width: 100%; }

.panel-flexible .panel-separator { margin-bottom: 0; }
.contact {
    top: 70px;
    padding: 10px 0 0;
}
.contact h4 { padding: 0 16px; }
.contact .headding-bottom { margin: 0 16px; }
.contact .form-item { padding: 0 15px; }
.contact .form-item-message{
    padding-bottom: 5px;
}
.tab-history .our-team-panes {
    overflow: hidden;
}
.parallax-background img {
    width: 100%;
}
.parallax-block-wrap-module.auto-width .parallax-background img{
    width: 100%;
}
@media (max-width: 768px) {
    .parallax-block-wrap-module.auto-width .parallax-background img{
    width: auto;
}
    .contact { top: 460px; }
    .contact-form { padding-bottom: 404px; }
}
.parallax-block-content { width: 100% !important; }
.parallax-background { text-align: center; }
div.messages { margin: 20px 0; }
div.status, table tr.ok { background-color: transparent; }
div.status, .ok { color: #fff; }
div.status { border-width: 2px; }
.pager .pager-first, .pager .pager-last { display: none; }

/*Main Menu*/
.nav-menu { margin-bottom: 0; }
.megamenu ul.nav-menu li.active-trail::before, .megamenu ul.nav-menu li.active-trail::after { width: 50%; }

/*Top Cart*/
.mini-cart h2 {
    font-size: 18px;
    margin: 0;
    padding: 15px;
    border-bottom: 1px solid #3b3b3b;
}
.mini-cart .cart-empty-block {
    border-left: 2px solid #454545;
    border-top: 1px solid #2a2a2a;
    padding: 10px 10px 10px 12px;
    line-height: 24px;
    border-bottom: 1px solid #3b3b3b;
}

.mini-cart .view-header { display: none; }
.mini-cart .views-table { width: 100%; }
.mini-cart .views-table thead { display: none; }
.mini-cart .views-table tr {
    border-left: 2px solid #454545;
    border-top: 1px solid #2a2a2a;
    border-bottom: 1px solid #3b3b3b;
    line-height: 24px;
    background: #232323 none repeat scroll 0 0;
}

.mini-cart .views-field { padding: 10px 2px; }
.mini-cart .views-field:first-child { padding-left: 12px; }
.mini-cart .views-field:last-child { padding-right: 12px; }
.mini-cart .views-field.price {
    font-size: 18px;
}
.mini-cart .line-item-summary { margin: 0 !important; }
.mini-cart .line-item-summary ul { margin: 0; }
.mini-cart .line-item-summary ul.links li {
    width: 50%;
    line-height: 50px;
    text-align: center;
}
.mini-cart ul.contextual-links{
    border: 1px solid #ccc !important;
    background-color: #fff !important;
}
.mini-cart ul.contextual-links li{ 
    margin: 0;
    padding: 0;
    background-color: #fff !important;
    border: none;
}

/*Top Search*/

.search-box .form-submit {
    padding-bottom: 0 !important;
    position: absolute;
    right: 12px;
    top: 20px;
}
.search-box .form-actions{display: none;}
.search-box .form-text {
    background: #2a2a2a none repeat scroll 0 0;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 0;
    color: #828282;
    font-size: 12px;
    height: 35px;
    left: 8px;
    padding: 10px;
    position: absolute;
    text-transform: uppercase;
    top: 8px;
    width: 223px;
}
.search-box .form-text:focus { box-shadow: none; }
.search-box #edit-actions { display: none; }

/*Page User*/
.tabs ul li.active{
    border: none;
}
.tabs ul li a:hover{
    border: none !important;
}
.tabs ul li.active a.active{
    color:#fff;
    border: none !important;
}
#edit-account .form-text{
    background: #242424 none repeat scroll 0 0;
    border: 1px solid #6f6f6f;
    color: #676767;
    height: 33px;
    line-height: 33px;
    padding: 0 4px 0 15px;
    width: 50%;
}
.page-user-register .form-submit{
    width: 50% !important;
}
.page-user .profile { background-color: #242424; }

/*Block: Our Pricing*/
.image-price-right { text-align: right; }

/*View: About*/
/*.about-top { background: url("../images/bg-position-3.jpg") repeat-x scroll center top transparent !important; }*/
.about-top .background-top {
    background: linear-gradient(90deg, #242424 , transparent);
    background: -o-linear-gradient(90deg, #242424 , transparent);
    background: -moz-linear-gradient(90deg, #242424 , transparent);
    background: -webkit-linear-gradient(90deg, #242424 , transparent);
    padding-bottom: 30px;
}

.block-item-special .about-box {
    transform: translateY(-80px);
    -ms-transform: translateY(-80px);
    -webkit-transform: translateY(-80px);
}
.about-bottom .news .view{
    overflow: inherit !important;
}
/*View: Event*/
.about-top .view-event .view-content{
    background: none repeat scroll 0 0 #242424;   
}
.view-event .title-content p{text-transform: uppercase;}
.timetable-top .view-header { background: none repeat scroll 0 0 #242424; position: relative; }

/*View: Event Review*/
.boxing-main .gallery img {height:auto; }

/*View: Our Partners*/
.our-partners {
    margin-bottom: 0;
    padding-bottom: 30px;
}

/*index boxing */
.page-index-boxing .shop .price-table-content {
    margin: 0;
}
/*index-v2*/
.page-index-v2 .news-page .container .panels-flexible-region-inside-last{
    clear: both;
    margin-left: -15px;
    margin-right: -15px;
}
.page-index-v2 .news-page .container{
    float:none !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

/*index white*/
.page-index-light-version .move_to_fadein_top {
    margin-top: 15px;
}
.page-index-light-version .timetable-top .view-content{padding-bottom: 60px;}
.page-index-light-version .view-about{
    background: transparent url("../images/bg-white.png") repeat-x scroll center bottom;
}
.page-index-light-version .view-event{
    background: #fff none repeat scroll 0 0 !important;
}
.page-index-light-version .about-top .view-event .view-content {
    background: #fff none repeat scroll 0 0 !important;
}
.page-index-light-version .background-top{background: #fff none repeat scroll 0 0;}
.page-index-light-version .view-event .view-header{
    background: #fff none repeat scroll 0 0;
}
.page-index-light-version .view-about{
    background: #fff none repeat scroll 0 0 !important;
}
.index-white .timetable-top {
    margin-bottom: 0 !important;
}
/* Calendar */

#calendar_div, .calendar_control, .calendar_links, .calendar_header, .calendar {
    border-collapse: separate;
    margin: 0;
    width: 100%;
}
.view .date-nav-wrapper {
    margin-top: 103px !important;
    height: 155px;
}
.date-nav-wrapper{
    background: rgba(0, 0, 0, 0) url("../images/bg-our-class.jpg") no-repeat scroll center center;
}
.view .date-nav-wrapper .date-nav{
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    margin: 45px auto !important;
    height: 110px !important;
}

.view .date-nav-wrapper .date-heading{
    padding-top: 40px;
}
.view .date-nav-wrapper .date-heading h3{
    font-size: 35px;
    font-weight: bold;
    line-height: 33px;
}

.view .date-nav-wrapper ul.pager{
    width: 100%;
}
.view .date-nav-wrapper ul.pager li{
    margin-right: 0;
}
.view .date-nav-wrapper .date-prev{
    top:33px !important;
}
.view .date-nav-wrapper .date-next{
    top:33px !important;
}
.view .date-nav-wrapper .date-prev a, .view .date-nav-wrapper .date-next a{
    border: 2px solid rgba(255, 255, 255, 0.3) !important;
    border-radius: 2px;
    font-size: 24px;
    padding: 6px 15px;
    height: 40px;
    line-height: 30px;
    /*padding: 0 20px;*/
    padding: 0 26px 0 14px;
}
.view .date-nav-wrapper .date-prev a:hover, .view .date-nav-wrapper .date-next a:hover{
    border: 2px solid rgba(255, 255, 255, 0.3) !important;
    border-radius: 2px;
    background: #fff none repeat scroll 0 0 !important;
}
.calendar-day > div {
    text-transform: uppercase;;
}
.calendar{
    background: #242424;
}
.calendar-date ul li {
    border-right: 3px solid #242424;
    background: #1b1b1b none repeat scroll 0 0 !important;
}
.calendar-date ul li.has-no-events{
    background: #1b1b1b none repeat scroll 0 0 !important;
    color: #666666;
    font-size: 24px;
    font-weight: bold;
}
.calendar-date ul li.has-no-events:hover{
    color: #fff;
}
.calendar-date ul li.has-events{
    background: #1b1b1b none repeat scroll 0 0 !important;
    font-size: 24px;
    font-weight: bold;
}
.calendar-date ul li.has-events:hover{
    cursor: pointer;
}

.calendar-date ul li.has-events a:hover{
    color: #fff;
}
.calendar-date ul li.empty {
    display: none;
}
.page-event-month .month{
    height: 100px;
    padding: 0 !important;
}

p.view-mode a.list:hover,p.view-mode .grid:hover{
    background: #343434 none repeat scroll 0 0;
    border: 1px solid #484848;
    color: #fff;

}
.contact-form i{
    position: absolute;
    z-index: 2;
    margin-top: 10px;
    font-size: 16px;
    margin-left: 37px;
}
.view-pricing-table.view-display-id-block .price-table-content:hover .price-table-text a,
.view-pricing-table.view-display-id-block .price-table-content .price-table-text a{
    border:none;
}
.shop .border-bottom{border:1px solid rgba(255,255,255,0.2);}
.header.header-container{z-index: 200}
/*==============================================*/
/*COMMENTS*/
.comments-content .user-picture{
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -khtml-border-radius: 50%;
    /*border: 2px solid #dadada;*/
}
.comments-content .user-picture img  {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -khtml-border-radius: 50%;
    vertical-align: middle;
    height: 91px;
}

/*HOME LIGHT VER*/
.page-index-light-version #topContent{height: auto !important;}

/*EVENT*/
.view-event.view-display-id-block_upcoming_sidebar .view-content > .sidebar-bottom-1:last-child{
    margin: 0;
}
/*PRODUCT LISTING*/

.product-image-wrapper.fullwidth .info-products-list .desc{min-height: 120px;}
.prd_list_content form.commerce-add-to-cart .form-item-quantity,
.prd_list_content form.commerce-add-to-cart span.fa-icon{display: none;}
.prd_list_content form.commerce-add-to-cart{
    width: 35px;
    height: 35px;

}
.prd_list_content form.commerce-add-to-cart .form-submit{
    width: 35px;
    height: 35px;
    text-indent: -9999px;
    vertical-align: middle;
    margin: -2px 0 0 0 !important;
    background: rgba(0, 0, 0, 0.15) url('../images/shopping-cart_ffffff_14.png') center no-repeat;
}
.fullwidth.prd_list_content form.commerce-add-to-cart .form-submit{
    background: #232323 url('../images/shopping-cart_ffffff_14.png') center no-repeat;
}

.actions{overflow: visible;}
.box-rating-hover{
    border-radius: 4px;
    opacity: 0;
    visibility: hidden;
    margin-top: 2px;
    margin-bottom: -5px;
    transition: transform 0.4s ease 0s;
  -moz-transition: transform 0.4s ease 0s;
  -webkit-transition: transform 0.4s ease 0s;
  -o-transition: transform 0.4s ease 0s;
  -ms-transition: transform 0.4s ease 0s;
  text-align: right;
    position: absolute;
    left: 153px;
    bottom: 70px;
    background: rgba(0, 0, 0, 0.15);
    padding: 5px;
}
.box-rating-hover:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-top: 5px solid rgba(0, 0, 0, 0.15);
  border-right: 8px solid transparent;
  position: absolute;
  bottom: -5px;
  left: 15%;
  margin-left: -8px;
}
.box-rating-hover .fivestar-basic div.fivestar-widget .cancel{display: none;}
.fullwidth.prd_list_content .box-rating-hover:after{
   border-top: 5px solid #232323; 
   left: auto;
   right: 15%;
}
.prd_list_content .box-rating-hover .ajax-progress-throbber{
    float: none;
    display: block;
    width: 100%;
}
.prd_list_content .box-rating-hover .ajax-progress-throbber .message{
    font-size: 10px;
}
.actions-box{position: relative;}
.fullwidth.prd_list_content .box-rating-hover{
    bottom: 60px;  
    top: auto;
    background: #232323;
    right: 0;
    left: auto;
}
.fullwidth.prd_list_content .box-rating-hover a:hover{background: transparent;}
.box-rating-hover .fivestar-basic div.fivestar-widget .star, 
.box-rating-hover .fivestar-basic div.fivestar-widget .star a ,
.box-rating-hover .fivestar-basic div.fivestar-widget-static .star span.on,
.box-rating-hover .fivestar-basic div.fivestar-widget-static .star{
  background-image: url("../images/star-icon-fff.png") !important;
}
.box-rating-hover div.fivestar-widget-static .star span.on {
  background: url("../images/star-icon-fff.png") no-repeat 0 -32px;
}
.box-rating-hover div.fivestar-widget-static .star span.off {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/star-icon-fff.png") no-repeat 0 0;
}
.d_i_block{display: inline-block;}
.f_right{float: right;}
.box-rating-hover .field-item.even,.box-rating-hover .form-item{margin: 0;}
.box-rating a:hover{cursor: pointer;}
/*EVENT LISTING GRID*/
.view-event-listing.view-display-id-block_3_col #our-listing-grid{
    padding-bottom: 15px;
}
.comment-form .form-item label{font-weight: 400;}
.img-box-right.move_to_fadein_title{overflow: visible !important;}
/*HEADER*/
ul.nav-menu li span:hover{cursor: pointer;}
/*#header.reveal:not(.alt){box-shadow: none;}*/
.pager li a,.pager li.pager-current{font-size: 12px;}

/*BLOG LIST*/
.page-blog .page-product .item-list{padding-bottom: 30px;}
.blog-content .blog-intro .category-name{text-transform: capitalize;}
.node-type-our-class .class-details .share .share-title h5{width: 100%;}
.img-blog.img-lesson{margin-right: 20px;}
.space-top-20{margin-top: 20px;}

/*LESSON*/
.space-bot-20{margin-bottom: 20px;}
/*CHECK OUT*/
#commerce-checkout-form-checkout .customer_profile_billing .form-item,
#commerce-checkout-form-checkout .customer_profile_billing .form-item input{
    width: 100%;
}
#commerce-checkout-form-checkout .commerce_coupon .form-submit{
    display: inline-block;
    height: 35px;
    white-space: nowrap;
    text-transform: uppercase;
    padding:0 10px !important;
    outline: none;
    border: none;
}
/*USER ORDER*/
.page-user-orders .region-content{
    margin-top: 20px;
}
.commerce-order-commerce-order .content > .field-item:last-child{
    padding:40px 0 20px 0 !important;
}
.addressfield-container-inline > .name-block{
    border-top:1px solid #343434;
    border-right: 1px solid #343434;
    border-bottom: 1px solid #343434; 
    width: 100%;
}
table.checkout-review .addressfield-container-inline > .name-block{
    border:1px solid #343434;
}
.street-block > .thoroughfare,
.street-block > .premise,.locality-block >span.postal-code,
.locality-block >span.state,.locality-block >span.locality,
span.country{
    border-right: 1px solid #343434;
    border-bottom: 1px solid #343434; 
    width: 100%;
    float: left;
}
    table.checkout-review .street-block > .thoroughfare,
    table.checkout-review .street-block > .premise,
    table.checkout-review .locality-block >span.postal-code,
    table.checkout-review .locality-block >span.state,
    table.checkout-review .locality-block >span.locality,
    table.checkout-review span.country{
        border-left: 1px solid #343434;
        border-right: 1px solid #343434;
        border-bottom: 1px solid #343434; 
        width: 100%;
        float: left;
    }
.addressfield-container-inline > .name-block:before,
.street-block > .thoroughfare:before,
.street-block > .premise:before,
.locality-block >span.postal-code:before,
.locality-block >span.state:before,
.locality-block >span.locality:before,span.country:before{
    display: inline-block;
    width: 50%; 
    border-right: 1px solid #343434; 
    padding: 20px;
    margin-right: 20px; 
    font-size: 13px;
}
    .page-user-orders .addressfield-container-inline > .name-block:before,
    .page-user-orders .street-block > .thoroughfare:before,
    .page-user-orders .street-block > .premise:before,
    .page-user-orders .locality-block >span.postal-code:before,
    .page-user-orders .locality-block >span.state:before,
    .page-user-orders .locality-block >span.locality:before,
    .page-user-orders span.country:before{
          width: 38%;
          border-right: 1px solid #525252;
          border-bottom: 1px solid #525252;
          background-color: #343434;
          text-transform: uppercase;
    }
.addressfield-container-inline > .name-block:before{content: "Full Name";}
.locality-block >span.postal-code:before{content: "Postal code";}
.locality-block >span.state:before{content: "State";}
.locality-block >span.locality:before{content: "City";}
.street-block > .thoroughfare:before{content: "Address 1";}
.street-block > .premise:before{content: "Address 2";}
span.country:before{content: "Country";}
.page-user-orders .views-table.cols-4 thead tr{
    background-color: #343434;
}
.page-user-orders .views-table.cols-4 thead tr th{
    border-right: 1px solid #525252;  
    font-size: 13px;
    text-transform: uppercase;
    text-align: left;
}
.page-user-orders .views-table.cols-4 thead tr th.views-align-right{
    text-align: right;
}
.page-user-orders .views-table.cols-4 tbody tr{
    background: #1b1b1b;
}
.page-user-orders .views-table.cols-4 tbody tr .views-field-commerce-unit-price,
.page-user-orders .views-table.cols-4 tbody tr .views-field-commerce-total{
    font-size: 16px;
}
.commerce-order-commerce-order .content > .field-item:last-child > .field-item.even,
.commerce-order-commerce-order .content > .field-item:last-child span.country{
    background: #1b1b1b;
}

/*CART*/
.view-commerce-cart-form #edit-actions .form-submit{
    font-size: 12px;
    text-transform: uppercase;
}
.mini-cart .view-commerce-cart-block.view-display-id-default ul.links li:hover{
    border-left-color: #454545;
}
.mini-cart .view-commerce-cart-block.view-display-id-default ul.links li a{
    font-size: 14px;
}

.page-user-orders .commerce-price-formatted-components td.component-total{
    width: 50%;
    border-right: none;
}
.page-user-orders table.commerce-price-formatted-components{
    border-right: 1px solid #343434;
    width: 100%;
    background: #343434;
}
.page-user-orders .commerce-order-commerce-order .component-title{
    font-size: 13px;
}
.quickview-box .quickview-close{
    height: auto;
    width: auto; 
    line-height: 0;
    background: none;
}
.quickview-box .quickview-close > i {
  margin: 0 auto;
  padding: 6px 2px;
  width: 30px;
  height: 30px;
  vertical-align: middle;
}
.course a{font-weight: normal !important;}
.tp-bannertimer{background: #fff; height: 4px;}
.tp-bannertimer.tp-bottom{height: 4px;}
#commerce-checkout-form-checkout .commerce_coupon .form-item input{
    background: none repeat scroll 0 0 #232323;
    border: 1px solid #484848;
    color: #9a9a9a;
    height: 35px;
    padding: 0 12px;
}

.event-listing .contact-map iframe{
    border: 0;
    width: 100%;
}

.view-kind-product.view-display-id-block_kind_product .border-bottom{
    border: 1px solid #fff;
}
.index-white .slide-container.to-top .block-art-revolution #art-revolution{background: #000;}
.index-white .about-top .background-top,
.index-white footer .contact-form,
.index-white .about-top .view-event .view-content{background: none;}
.facts.image-bg-2{  background-attachment: scroll !important;}
.contact-map iframe{border: none;}

.page-category hr{margin: 0; padding: 0;}
.ie9 .move_to_center,.ie9 .move_to_center_img{
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}
.ie9 .move_from_top,.ie9 .move_to_fadeinup,.ie9 .move_to_fadein_top,
.ie9 .move_to_fadein_title{
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.ie9 .ch-item:hover .ch-info-front{
    color: #fff;
    padding: 15px;
    text-align: center;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
    height: 170px;
    top: -24px;
    width: 170px;
}
.ie9 .ch-item:hover .ch-info-front h3{font-size: 20px; color: #fff;}
.ie9 .ch-item:hover .ch-info-front h2{font-size: 40px; color: #fff;}
.ie9 .custombox-modal{margin-top: 60px !important; top:65%;}
.ie9 div.fivestar-widget-static .star span.on{text-indent: -9999; color: transparent;}
.ie9 .page-comment-reply .content-cmt .reply-cmt{vertical-align: bottom;}
.ie9 .t-nav-next{margin-right: 1px;}
.view-pricing-table.view-display-id-block .price-table-content .price-table-text a{background: none;}
.page-comment-reply .product-image-wrapper.fullwidth.prd_list_content hr {
  border-top: 1px solid #262626;
}
.page-comment-reply .page-product .product-list-row{padding: 30px 15px;}
.fit-strong-right.move_to_fadein_title,
.fit-strong-bottom.move_to_fadein_title{overflow: visible !important;}
.comment-form #edit-actions .form-submit#edit-preview{display: none;}
.node-type-event-review .comment-form .form-text{
    background: #232323;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 6px;
}
.node-type-event-review #edit-actions .form-submit{width: 40%;}
.node-type-event-review .comment-form #edit-comment-body,
.node-type-event-review .comment-form .form-text{width: 70%;}
.page-index-shop .messages.status{
    position: absolute;
    top: 60%;
    z-index: 100;
}
.our-success{background-size: cover;}



/*ALL*/
.breadcrumbs .container ul li { padding-right: 13px; }
.page-product .choose { padding: 40px 0 70px; }
.html.page-product .choose,
.html.page-product-listing-row .choose,
.html.page-cart .choose,
.html.page-node .choose,
.html.page-checkout .choose,
.html.page-event-listing .choose {
    padding: 0;
}
.HasListener{width: 100%}
/*Message*/
div.error, table tr.error { background-color: transparent; }


/*Comment*/
.answer .user-picture img { max-width: 93px; }
.content-cmt .reply-cmt { float: left; }
.page-comment .special-price,.page-comment .old-price { color: #fff; }

/*Page: Shopping Cart*/
.view-commerce-cart-form .views-field-commerce-total {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
}
.view-commerce-cart-form .line-item-summary {
    margin-right: 0 !important;
    padding-right: 15px;
}
.view-commerce-cart-form #edit-actions {
    margin: 20px 0 !important;
    text-align: center !important;
}
.view-commerce-cart-form #edit-submit {
    border-right: none;
    width: 49% !important;
    margin-right: 1% !important;
}
.view-commerce-cart-form #edit-checkout {
    width: 49% !important;
    margin-left: 1% !important;
}
.product-cart { padding-bottom: 40px; }


/*Page Checkout*/
.page-checkout fieldset { margin-bottom: 25px; }
.page-checkout legend {
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    margin: 0 !important;
    padding: 0 20px;
    text-transform: uppercase;
}
.page-checkout .fieldset-wrapper {
    background-color: #1b1b1b;
    padding: 20px;
    border-bottom: 1px solid #393939;
    border-left: 1px solid #393939;
    border-right: 1px solid #393939;
}
.page-checkout fieldset.checkout-buttons .fieldset-wrapper {
    background-color: transparent;
    border: none;
    padding: 0;
}
.page-checkout #edit-cart-contents .fieldset-wrapper {
    background-color: transparent;
    padding: 0;
    border: none;
}
.page-checkout .views-field-commerce-total {
    text-align: right !important;
    padding-right: 20px;
}
.page-checkout .commerce-price-formatted-components {
    margin: 0;
    background-color: #343434;
}
.page-checkout .commerce-price-formatted-components td { padding: 10px 20px; }
.page-checkout .component-total { padding-right: 20px !important; }
.button-operator { margin: 0 10px; }
.checkout-review .pane-title td {
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    margin: 0 !important;
    padding: 0 20px !important;
    text-transform: uppercase;
}
.checkout-review .pane-data-full {
    background-color: #1b1b1b;
    padding: 20px !important;
    border-bottom: 1px solid #393939;
    border-left: 1px solid #393939;
    border-right: 1px solid #393939;
}


/*Page: Search*/
#edit-basic .form-text {
    background: #232323 none repeat scroll 0 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0;
    padding: 6px;
    text-transform: capitalize;
}
#edit-basic .form-submit {
    border: medium none;
    color: #fff;
    font-size: 16px;
    height: 34px;
    overflow: hidden;
    padding: 0 7px !important;
    position: relative;
    text-transform: uppercase;
}

/*Page: Contact*/
#contact-site-form .form-text, #contact-site-form textarea { line-height: 1; }

/*View: Calendar Full View*/
.calendar-date ul li.has-events:hover a { color: #fff !important; }

/*Node: Product*/
.product-image-wrapper.fullwidth { background-color: #000; }
.product-image-wrapper.fullwidth .info-products-list {
    padding-top: 15px;
    padding-right: 30px;
}
.product-image-wrapper.fullwidth .price-box {
    float: left;
    margin-top: 10px;
}
.product-image-wrapper.fullwidth .actions-box {
    float: right;
    margin-top: 10px;
}
.product-image-wrapper.fullwidth .info-products-list .desc {
    color: #9a9a9a;
    margin: 10px 0 45px;
}
.product-essential .add-to-box { padding-bottom: 60px; }
.add-to-box .field-item { float: left; }
.add-to-box .form-item-quantity {
    float: left;
    margin-right: 7px;
}
.add-to-box .add-wishlist {
    float: left;
    margin-top: 5px;
}
.add-to-box .add-wishlist .button-alt {
    padding: 8.5px 10.5px;
    width: 100%;
}
.add-to-box .form-item-quantity label { display: none !important; }
.add-to-box .commerce-add-to-cart .form-submit {
    float: left;
    margin: 0 10px 0 0 !important;
}
.add-to-box .fa-icon { display: none; }
.product-essential .cat-list { clear: both; }
.node-type-product-display .rating .field-item .form-item{margin-bottom: 0;line-height: 2.6}
.custom-node-product .owl-item{width: 72px !important;}
.tp-bullets.simplebullets.round-old .bullet{background:none repeat scroll 0 0 #fff;margin-right: 5px ;border-radius: 100%;height: 13px;width: 13px}
.tp-bullets.simplebullets.round-old .bullet.selected{background: none repeat scroll 0 0 #ffcd32;}
.tp-bullets.simplebullets .bullet:hover{background:none repeat scroll 0 0 #ffcd32}
.tp-bullets.simplebullets{opacity: 0;margin-bottom: 70px}

.slider-revolution:hover .tp-bullets.simplebullets{opacity: 1}
.to-bottom{z-index: 10}
.block-art-revolution{position: absolute;z-index: 5}
.slider-revolution .tp-rightarrow{margin-right: 30px}
.slider-revolution .tp-leftarrow{margin-left: 30px}
.body-boxed .slider-revolution .tp-rightarrow{display: none}
.body-boxed .slider-revolution .tp-leftarrow{display: none}

.product-name{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#our-class-main > div{position: inherit !important;left: 0 !important;top: 0 !important;
    transition: transform 0.4s ease 0s;
    -moz-transition: transform 0.4s ease 0s;
    -webkit-transition: transform 0.4s ease 0s;
    -o-transition: transform 0.4s ease 0s;
    -ms-transition: transform 0.4s ease 0s;}
.page-one-page .isotope{overflow: hidden;height: auto !important;}
#gmap_canvas img{max-width:none!important;background:none!important}
.page-index-light-version .to-top{height: 100%}
.page-index-light-version .to-bottom{bottom: 0}
.page-index-light-version .timetable-top .view-content{padding-bottom: 0}
.pane-views-event-light-version .timetable{padding-bottom: 100px}
.page-our-classes .banner-content{padding: 100px 0 60px;}
.slide-container.to-top{width: 100%}
.contact-map iframe{width: 100%; height: 450px}
#block-commerce-cart-cart tr{background: none}
.contents-main{position: relative}
.messages.error{margin: 10px 0;border: none}
.messages.status{margin: 10px 0;border: none}
.index-white .view-event .view-header{background: #fff}
.checkout-back.form-submit{text-transform: uppercase}

.comment-form .message{margin-bottom: 20px}
/*.training .parallax-background img{width: 100% !important;}*/
.comment-form .field-type-text,.comment-form .title{margin-bottom: 10px}
.our-pricing .our-price img {
    width: 100%;
}
.mini-cart .line-item-summary ul.links li{float: right}
.page-index-boxing .contents-main{background: none}
.logged-in div.fivestar-widget div.on a{background-position: 0 -17px;}
div.fivestar-widget div.hover a, div.rating div a:hover{background-position: 0 -33px;}
.page-light-version .octember{padding-top: 15px}
.not-logged-in div.fivestar-widget-static .star span.on{
    background-position: 0 -33px;
}
.node-type-our-trainner .rating .field-item{margin-left: 20px}



/*Coupon Code*/

#commerce-checkout-form-checkout .commerce_coupon .form-submit{color: #fff;
    border: none;
    text-decoration: none;}
.node-type-product-display .view-related-product .product-image-wrapper{margin-bottom: 0}
/*Footer*/
.page-footer .form-submit {
    background-color: transparent;
    background-image: url("../images/custom/btn-subscribe.png");
    background-size: 100% 100%;
    border-radius: 0;
    height: 13px;
    right: 10px;
    margin: 0 !important;
    position: absolute;
    text-indent: -9999px;
    top: 10px;
    width: 13px;
}
.page-footer .form-submit:hover { background-image: url(../images/custom/btn-subscribe-hover.png); }
.page-footer .form-item-mail { width: 169px; }
.page-footer .form-text { line-height: 1; }

/*Specific Page*/
.page-one-page .shop .border-bottom { border: 1px solid rgba(255, 255, 255, 0.2); }
.page-one-page .shop .timetable-content .border-bottom{border: 1px solid #fff;}
.page-one-page .shop .price-table-content:hover .price-table-text a { border-color: transparent; }
.page-one-page .shop .price-table-content { margin: 0; }
.product-list .region-before-content {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.product-essential .owl-demo {
    border-left: 1px solid #545454;
    border-right: 1px solid #545454;
    padding: 0 9px;
}
.node-type-product-display .comments .user-picture img{border-radius: 100%}
.page-user-orders .commerce-order-commerce-order table,.page-user-orders .view-commerce-user-orders table{width: 100%}
.page-user-orders .commerce-order-commerce-order table th,.page-user-orders .view-commerce-user-orders table th{padding: 20px;border-right: 1px solid #343434;border-bottom: 1px solid #343434;text-align: center}
.commerce-order-commerce-order .field-item{margin-bottom: 0}
.page-user-orders .commerce-price-formatted-components{margin-top: 0}
.page-user-orders .component-total{padding-right: 20px!important;}
.commerce-order-commerce-order .content > .field-item:last-child{padding: 20px}
.page-user-orders .commerce-order-commerce-order .component-title{border-right: none}
.page-user-orders .commerce-order-commerce-order table td,.page-user-orders .view-commerce-user-orders table td{padding: 20px;border-right: 1px solid #343434;border-bottom: 1px solid #343434}
.timetable-content .border-bottom{border: 1px solid #fff;}
.page-comment-reply .rating .field-item{float: left}
.page-comment-reply .rating{width: 140px}
.panel-tools .panel-button > i{margin: 0 auto;}
.panel-tools .layout-setting button, .reset-button button{padding: 1px 6px;}
.panel-tools .panel-content{overflow: auto}
.panel-tools .panel-button > i{position: absolute;left: 25%;top: 12px;}

.page-comment-edit .field-name-field-name-product{margin-top: 50px}
.parallax-text .button{margin-top: 15px}
.join{overflow: visible !important;}
.content-our-team.our-team-tabs .our-team-nav span.boxing-trainer{margin-left: -3px}
.img-box-right-border {
    bottom: -124.5px;
}
.breadcrumbs {
  top: -34px;
}
.our-team-tabs .our-team-img img{width: 100%;}
.quickview-box .quickview-close{padding: 0;}
.content-our-team.our-team-tabs .our-team-nav > span{margin-left: 0;float: left;padding: 35px 0 32px;}
.content-our-team.our-team-tabs .our-team-nav span.boxing-trainer{margin-left: 0}
body.body-boxed .wrapper.hide-main-content{background: #242424}
body.index-white .wrapper.hide-main-content{background: #fff}
body.index-white.page-user .profile{background: #fff;color: #555555}
body.body-boxed .parallax-block-content.default-pos{margin-left: 0 !important;}
.custom-user{display: inline-block}
.custom-user i{
    font-size: 11px;
    background: none repeat scroll 0 0 #606060;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    color: #fff;
    height: 20px;
    padding-top: 5px;
    text-align: center;
    width: 19px;
}
.search.custom-user{padding-right: 1px}
.quick-access .shopping-cart{padding-right: 0}

/*--------------------------------Reponsive-----------------------------*/
@media (max-width: 360px) {

    .node-type-product-display #comment-form input.form-submit{border-radius: 0}
    #edit-actions .form-submit-cmt .btn-submit{width: 54%}
    .node-type-product-display .product-essential .meta-box .rating-box{float: left}
    #block-block-66{padding-left: 6px;}
    #block-block-67{float:left;}
    .view-display-id-page_1 .view-filters {
        padding-left: 6px;
    }
    .view-display-id-page_1 .view-header {
        float: left;
    }
}
@media (width: 1024px){
.page-header-version-3 header .quick-access{background: none !important;}
}

@media (max-width: 1024px){
    .custombox-modal{height: 100%}
    /*menu mobile*/
    .expanded{position: relative;}

    .expanded .icon-arrow:before {
        content: '\25BC';
    }
    .expanded .icon-arrow {
        color: #fff !important;
        display: block;
        font-size: 0.7em;
        position: absolute;
        right: 10px;
        top: 14px;
    }
    .expanded a {
        text-decoration: none;
    }
    .expanded [data-toggle="dropdown"] {
        position: relative;
        display: block;
        color: #fff;
        padding: 10px;
    }
    .expanded .icon-arrow {
        position: absolute;
        display: block;
        font-size: 0.7em;
        color: #fff !important;
        top: 14px;
        right: 10px;
    }
    .expanded .icon-arrow.open {
        -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
        -moz-transition: -moz-transform 0.6s;
        -o-transition: -o-transform 0.6s;
        -webkit-transition: -webkit-transform 0.6s;
        transition: transform 0.6s;
    }
    .expanded .icon-arrow.close {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -moz-transition: -moz-transform 0.6s;
        -o-transition: -o-transform 0.6s;
        -webkit-transition: -webkit-transform 0.6s;
        transition: transform 0.6s;
        opacity:1 !important;
    }
    .expanded .child-nav {
        max-height: 0;
        overflow: hidden;
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .expanded .child-nav li {
        padding: 0;
    }
    .expanded .child-nav li a {
        color: #fff;
        display: block;
        padding: 10px;
    }

    .expanded .show, .expanded .hide {
        -moz-transform-origin: 50% 0%;
        -ms-transform-origin: 50% 0%;
        -webkit-transform-origin: 50% 0%;
        transform-origin: 50% 0%;
    }
    .expanded .show {
        display: block;
        max-height: 9999px;
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        animation: showAnimation 0.5s ease-in-out;
        -moz-animation: showAnimation 0.5s ease-in-out;
        -webkit-animation: showAnimation 0.5s ease-in-out;
        -moz-transition: max-height 1s ease-in-out;
        -o-transition: max-height 1s ease-in-out;
        -webkit-transition: max-height 1s ease-in-out;
        transition: max-height 1s ease-in-out;
    }
    .expanded .hide {
        max-height: 0;
        -moz-transform: scaleY(0);
        -ms-transform: scaleY(0);
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        animation: hideAnimation 0.4s ease-out;
        -moz-animation: hideAnimation 0.4s ease-out;
        -webkit-animation: hideAnimation 0.4s ease-out;
        -moz-transition: max-height 0.6s ease-out;
        -o-transition: max-height 0.6s ease-out;
        -webkit-transition: max-height 0.6s ease-out;
        transition: max-height 0.6s ease-out;
    }
}
@media (min-width: 768px) {
    .page-our-classes .item-list {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .page-our-classes .item-list {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .page-our-classes .item-list {
        width: 1170px;
    }
}

@media (max-width: 768px) {
    .class-details h5 {
        width: 45%;
    }
    .node-type-our-class .rating{width: 55%;}
}
@media (min-width: 768px) {
    .node-type-our-class .rating{width: 19%;}
}

@media (width: 1024px) {
    .timetable-info .title-content span {
        font-size: 12px;
        padding-bottom: 3px;
        text-transform: uppercase;
    }
    .timetable-info .title-content > p {
        font-size: 10px;
        margin: 0;
    }
}
@media (max-width: 360px) {
    .view-display-id-block_upcoming .view-header .title-page{ padding-top: 0;}
}
@media (min-width: 768px) {
    .panels-flexible-region-first.panels-flexible-region-last.container { width: 750px; }
}
@media (min-width: 992px) {
    .panels-flexible-region-first.panels-flexible-region-last.container { width: 970px; }
}
@media (min-width: 1200px) {
    .panels-flexible-region-first.panels-flexible-region-last.container { width: 1170px; }
}
@media (min-width: 768px) {
    .date-nav-wrapper .date-nav {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .date-nav-wrapper .date-nav {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .date-nav-wrapper .date-nav {
        width: 1170px;
    }
}
@media (max-width: 768px) {
    .view .date-nav-wrapper .date-heading h3{
        font-size: 22px;
        font-weight: bold;
    }
}

@media (max-width: 360px){
    .page-header-version-2 .hps-title1{margin-top: 50px}

    .page-cart th.views-field.views-field-commerce-total,#commerce-checkout-form-review th.views-field.views-field-commerce-total{display: none}
    .page-cart td.views-field.views-field-commerce-total.price,#commerce-checkout-form-review td.views-field.views-field-commerce-total.price{display: none}
    .page-cart .mini-cart td.views-field.views-field-commerce-total.price{display: block;}
}
@media only screen and (max-width: 320px){
    .classes-content .box-cell{margin: 30px 30px 0}
    .classes-content .title a span{font-size: 14px}
    .our-team-position{
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .page-index-v2 .yoga-trainer{
        margin-left: -3.7px;
    }
    .page-one-page .timetable .timetable-info .title-content span{
        width: 10em;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;}
    .indented .content-cmt .reply-cmt{clear: both;}
}

@media (max-width: 1024px) {
    .page-header-version-2 .hps-title1{margin-top: 40px}
    .page-header-version-2 .hps-title3{margin-top: 60px}
    .page-header-version-2 .hps-title4{margin-top: 100px}
    .quickview-body .owl-carousel .owl-item{padding-right: 5px;}
    .hps-title3{font-size: 60px}
    .page-one-page .navbar-nav{margin: 0}
    .menu-wrap .dropdown-nav{display: none}
    .menu-wrap .nav-menu > li > span{padding:11px 0;display: block;font-size: 14px}
}
@media (width: 1024px){
    .timetable .box-text p{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;width: 140px}
}

@media screen and (min-width: 767px) and (max-width: 1024px){

    .node-type-our-class .rating{width: 25%}
    .page-one-page .menu-wrap ul.nav-menu > li{display: block;width: 100%}
    .page-one-page .facts-text{display: inline-block}
    .node-type-our-trainner .profile-icon{width: 100%}
    .node-type-our-trainner .profile-info{padding-left: 20px}
}
@media (min-width: 768px){
    .page-one-page .navbar-right{margin-right: -30px}
}

@media (max-width: 768px) {
    .view-our-partners .headding-title{padding: 0 15px}
    .page-header-version-2 .hps-title1{margin-top: 80px}
    .page-header-version-2 .hps-title3{margin-top: 100px}
    .page-header-version-2 .hps-title4{margin-top: 100px}
    .view-archives .views-summary a{position: absolute;left: 40px}
    .page-about-us .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
        visibility: visible !important;
    }
    .page-about-us .navbar-nav > li > a{padding: 15px}
    .page-about-us .navbar-nav > li{float: left}
    .page-about-us .navbar-nav{float: left;margin: 0}
    .view-commerce-cart-form .views-table thead .views-field {
        padding: 0 5px;
        font-size: 9px;
    }
    .view-commerce-cart-form .views-table tbody .views-field { padding: 5px; }
    .view-commerce-cart-form .views-table tbody .views-field-line-item-title,
    .view-commerce-cart-form .views-table tbody .views-field-commerce-unit-price {
        font-size: 11px;
    }
    .view-commerce-cart-form .views-table tbody .views-field-edit-delete .form-submit,
    .view-commerce-cart-form .views-table tbody .views-field-edit-quantity .form-text {
        width: 50px;
    }
    .hps-title3{font-size: 40px}
    .navbar-collapse.collapse{padding-right: 0}
}
@media (width: 768px){

    .product-image-wrapper.fullwidth .info-products-list .desc{margin: 0 0 10px;}
    .product-essential{margin-bottom: -100px}
    .product-detail .region-content .product-essential{margin-bottom: 35px;}
    .page-index-v2 .view-lesson img{height: 68px}
}
@media screen and (min-width: 480px) and (max-width: 767px){

    .ms-layer.hps-title4{margin-top: 170px}
    .share-title h5{width: 46%}
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* Safari and Chrome, if Chrome rule needed */
    /* Safari 5+ ONLY */
    ::i-block-chrome, .fit-strong .owl-carousel .owl-item{margin-right: 2px}
    ::i-block-chrome, #edit-commerce-price-amount-min,
    ::i-block-chrome, #edit-commerce-price-amount-max{
        padding:0;
    }
    ::i-block-chrome, #our-team .our-team-nav > span.our-team-current:last-child{
        width: 33.6% !important;
    }
    ::i-block-chrome, .content-cmt .reply-cmt {
        float: none !important;
        display: inline-block;
        line-height: 1;
        height: 22px;
    }
    ::i-block-chrome, .top-cmt > span,
    ::i-block-chrome, .top-cmt > div.reply-cmt {
        position: relative;
        top: 50%;
        vertical-align: middle;
    }
    ::i-block-chrome, .content-cmt .reply-cmt ul.links{margin-bottom: 0;}
    ::i-block-chrome, .content-cmt .reply-cmt ul.links li{
        float: none;
        display: inline;
        line-height: 20px;
    }
    ::i-block-chrome, .parallax-col .parallax-row .thumb:after{
        left:45%;
        top:43%;
        z-index:1000;
        line-height:37px;
        opacity:0;
    }
    ::i-block-chrome, .child-nav{display: none;}
    ::i-block-chrome, .shopping-cart .mini-cart,
    ::i-block-chrome, .search .search-box{display: none;}
    ::i-block-chrome, .shopping-cart:hover .mini-cart,
    ::i-block-chrome, .search:hover .search-box{
        display: block;
    }
    ::i-block-chrome, .megamenu .nav-menu > li:hover .child-nav {
        display: block;
        z-index: 200;
    }
    ::i-block-chrome, .boxing-page .mainnav .nav-menu li .child-nav{
        transition: 1s 1s; /* delay of 1 seconds on hover off */
        -webkit-transition:1s 1s;
        -moz-transition: 1s 1s;
        -o-transition: 1s 1s;
        top: 23px;
    }
    ::i-block-chrome, .boxing-page .mainnav .nav-menu > li:hover > .child-nav{
        transition-delay: 0s;
    }
    ::i-block-chrome, .child-nav-wrap{
        position: absolute;
        padding: 30px;
        left: 0;
    }
    ::i-block-chrome, .messages.status em{font-style: normal;}
    /*    ::i-block-chrome, .megamenu ul > li{
            height: 98px;
        }
        ::i-block-chrome, .megamenu ul.nav-menu > li > span:after{
            content: " ";
            visibility: hidden;
            display: block;
            padding: 20px;
        }*/
}
/*hack css*/
@media screen and (-webkit-min-device-pixel-ratio:0)
{
    *{ -moz-box-sizing: border-box; }
    .classes-content .table::before {
        transition: all 0.45s ease 0s;
        -o-transition: all 0.45s ease 0s;
        -ms-transition: all 0.45s ease 0s;
        -moz-transition: all 0.45s ease 0s;}
    ::before, ::after {
        -moz-box-sizing: border-box;
    }


}

@media screen and (min-width: 1199px) {
    
    
    .class-detail .profile-content .rating div.fivestar-widget {
        margin-left: -10px
    }
    .page-index-shop .messages.status{
        position: absolute;
        top: 20px;
        z-index: 100;
    }
    .product-image-wrapper.fullwidth .info-products-list{
        padding-left: 6px;
        padding-right: 45px !important;
    }

    /*section.training #parallax-block .training-title{font-size: 36px; font-weight: 500;}*/
    .home-v2 section.training #parallax-block .training-title{font-size: 36px; font-weight: 500; margin-top: 0px;}
    section.training #parallax-block .parallax-text.parallax-v2 h1{
        font-size: 50px;
        font-weight: bold;
    }
    .img-box-right-border{border-left-width: 370px;}
    .hps-title1,.hps-title3,.hps-title4{margin-left: -10px !important;}

}
@media screen and (min-width: 992px){
    .page-comment-reply #comment-form,.page-comment-reply .answer,
    .page-comment-reply .product-image-wrapper.fullwidth.prd_list_content,
    .page-comment-reply .event-listing{width: 75%;}
}
@media screen and (max-width: 1024px) {
    .quick-access{line-height: 85px;}
    .node-type-event-review .comment-form #edit-comment-body,
    .node-type-event-review .comment-form .form-text{width: 100%;}
    .services,.fit-strong {
        background-size: cover;
    }
}
@media screen and (max-width: 992px){
    .hps-title1{
        font-size: 18px;
    }
    .hps-title3{font-size: 50px;}
    .hps-title4{font-size: 13px;}
    .product-detail .region-right-sidebar {margin-top: 30px;}
}
.user-info{
    position: initial;
    /* background-color: #ffc100; */
    margin: 12px 14px 0;
    color: #ffd144;
    display: none;
}
@media screen and (max-width: 768px){
    .user-info{
    display:block;
}
        .user-info h4{
   font-family: Alef Hebrew;
    text-align: center;
    margin: -45px 0 0;
    border-bottom: 1px solid rgb(23, 23, 23);
}
        .main-menu h4{
            border-bottom: 1px solid rgb(23, 23, 23);
        }
            

    .hps-title1{
        font-size: 14.5px;
    }
    .hps-title3{font-size: 39px;}
    .hps-title4{font-size: 12px;}
    /*    .product-detail .product-collateral .box-collateral ul li:before{
            content: "";
        }*/
    .contact {
        top: 461px;
        width: 100%;
    }
    .contacts-us .view-our-partners.view-display-id-block{margin-top: 354px;}
    .view-event-calendar-full-.view-display-id-block_1 .date-nav-wrapper .date-heading h3{
        font-size: 36px;
        font-weight: bold;
    }
    .product-image-wrapper.fullwidth .info-products-list{padding-left: 30px;}
}

@media screen and (max-width: 568px){
    .contact {
        top: 460px;
        width: 100%;
    }
    .our-partners .img-brand{text-align: center;}
    .hps-title1{font-size: 10.5px; padding: 5px;}
    .hps-title3{font-size: 29px;}
    #custombox-modal{position: relative !important;}
    .quickview-box{
        position: absolute;
        right: 0;
        top: 20px;
        left: 0;
        width: auto;
    }
    .quickview-box .quickview-body a img{width: 100%;}
    .caveats-content p{width: 88%;}
}

@media screen and (max-width: 376px){
    .caveats-content p{width: 80%;}
    .view-event-review.view-display-id-block_mathreviews .gallery-background img{height: 200px;}
    .breadcrumbs .container ul li{margin-bottom: 5px;}

    .page-user-orders .commerce-order-commerce-order table th,
    .page-user-orders .view-commerce-user-orders table th,
    .page-user-orders .commerce-order-commerce-order table td,
    .page-user-orders .view-commerce-user-orders table td{
        padding: 5px !important;
    }

    #edit-account .form-text{width: 100%;}
    .product-detail .product-essential .add-to-box{overflow: auto; padding-bottom: 25px;}
    .product-detail .product-essential .add-to-box .field-item .form-item,
    .product-detail .product-essential .add-to-box .field-item{margin-bottom: 0;}
    .node-type-event-review .page-category .page-content .breadcrumbs{top: -65px;}
}
@media (max-width: 360px) {

    .node-type-product-display #comment-form input.form-submit{border-radius: 0}
    #edit-actions .form-submit-cmt .btn-submit{width: 54%}
    .node-type-product-display .product-essential .meta-box .rating-box{float: left}
    #block-block-66{padding-left: 6px;}
    #block-block-67{float:left;}
    .view-display-id-page_1 .view-filters {
        padding-left: 6px;
    }
    .view-display-id-page_1 .view-header {
        float: left;
    }
}



@media (max-width: 600px){
    .page-header-version-2 .hps-title3{margin-top: 123px}
    .page-heading .page-title h3{padding-bottom: 50px}
    .tp-simpleresponsive .tp-caption{top:20% !important;}
    .tp-simpleresponsive .tp-caption.fullscreenvideo{top:0 !important;display: none !IMPORTANT;}
    .hps-title3{font-size: 30px;margin-top: 100px}
}
@media (width: 568px){
    .quickview-box .quickview-close{right: 30px}
    .hps-title3{margin-top: 80px}
    .ms-layer.hps-title4{margin-top: 120px}
}
@media (width: 480px){
    /*    .arrows{display: none}*/
    .owl-controls.clickable{
        right: 43px;
    }
}

@media (max-width: 480px) {
    .class-detail .profile-details .share-title h5{width: 100%}
    .content-cmt{width: 100%;}
    .parallax-text h1 {
        font-size: 30px;
    }
    section.training #parallax-block .training-title{
        font-size: 36px;
        font-weight: 500;
        margin-top: 15px;
        /*      margin-bottom: 30px;*/
    }
    section.training #parallax-block .parallax-text.parallax-v2 h1{
        font-size: 30px;
        font-weight: bold;
    }
    section.training #parallax-block .parallax-text.default-pos h1{
        font-size: 36px;
        font-weight: 500;
    }
    #parallax-block-modern .parallax-shop h1{font-size: 26px !important;}
    #parallax-block-modern .parallax-text .button{margin-top: 20px;}

    #parallax-block-modern .parallax-boxing h1.default-pos{font-size: 30px !important;}
    .header-container-3 #open-button {
        top: 165px;
    }
    .page-user-orders .views-table.cols-4 tbody tr .views-field-commerce-unit-price,
    .page-user-orders .views-table.cols-4 tbody tr .views-field-commerce-total{
        font-size: 13px;
    }
    .quickview-box .quickview-close{right: 25px;}
    .page-index-shop .product-essential{margin-top: 400px}
    .quickview-box .product-essential{margin-top: 20px;}
    .page-checkout .view-commerce-cart-summary .views-table thead .views-field {
        padding: 0 5px;
        font-size: 12px;
    }
    .page-checkout .view-commerce-cart-summary .views-table tbody .views-field { padding: 5px; }
    .page-checkout .commerce-price-formatted-components td { padding: 10px 5px; }
    .page-checkout .component-total { padding-right: 5px !important; }
    .view-commerce-cart-summary .views-table tbody .views-field-line-item-title,
    .view-commerce-cart-summary .views-table tbody .views-field-commerce-unit-price,
    .view-commerce-cart-summary .views-table tbody .views-field-commerce-total {
        font-size: 12px;
    }
    .component-title, .component-total { font-size: 13px; }
    .page-header-version-2 .hps-title1{margin-top: 50px}
    .page-heading .page-title h3{padding-bottom: 50px;font-size: 17px}
    .share-title h5{font-size: 1.5em}
    .page-event-listing-grid .to-bottom,.page-about-us .to-bottom{opacity: 0}
    .boxing-trainer{margin-left: -3px}

    .tp-simpleresponsive .tp-caption{top:28% !important;}
    .related-product{  float: left;
        width: 100%;
        padding: 0 0 20px;}
    .checkout-buttons .checkout-cancel{width: 20%}
    /*.parallax-text h1{font-size: 20px}*/
    .page-about-us .parallax-block-content{padding-top: 20px}
    .product-essential .tags-list ul li{margin-right: 3px}
    .product-essential .product-shop{margin-top: 150px}
    .product-detail .product-essential .product-shop{margin-top: 0}
    .quickview-body .product-essential .product-shop{margin-top: 0;padding-top: 50px}
    .field-item{margin-bottom: 10px}
    .product-essential .add-to-box{padding-bottom: 80px;}
    .add-to-box .field-item .form-text { width: 50px; }
    .add-to-box .add-wishlist { margin-top: 6px; }
    .hps-title1{margin-top: 50px;font-size: 5em}
    .hps-title3{font-size: 5em;margin-top: 100px}
    .hps-title4{margin-top: 100px}
    .ms-layer.hps-title4{margin-top: 170px}
    .page-one-page .parallax-text h1{font-size: 30px}
    .commerce_coupon .form-item input.form-text{width: 100%}
}
@media (max-width: 375px) {

    .view-archives .views-summary a{margin-right: 60%}
    /*Product*/
    .classes-content .box-cell{margin: 40px 30px 0;}
    .node-type-product-display .special-price{padding-right: 15px}
    .node-type-product-display .product-essential .meta-box .price-box .old-price{margin-right: 5px}
    .page-about-us .nav > li > a{padding: 15px 5px;}
    .page-about-us .parallax-block-content{padding-top:3px}
    /*    .parallax-text h1{font-size: 16px}*/
    .parallax-text .button{margin-top: 0}
    .page-index-light-version .parallax-text .button{margin-top: 20px}
}
@media screen and (max-width: 320px) {
    .res-padding .product-image-wrapper.fullwidth .info-products-list{padding-left: 30px;}
    .page-about-us .parallax-block-content{padding-top: 40px;}
    .page-about-us .parallax-background img{height: 250px;}
    section.training #parallax-block .training-title{
        font-size: 36px;
        font-weight: 500;
    }
    .page-about-us .parallax-text h1{font-size: 30px;}
    .img-box-right-border{border-left-width: 300px;}
    .our-blog .blog-content .caveats-content p{width: 88%;}
    .header-container-3 #open-button {
        top: 110px;
    }
    #onePageMenu li a{padding: 13px 0;}
    table.checkout-review tr.pane-data{
        width: 100%;
        display: table-row;
    }
    .view-event-review.view-display-id-block_mathreviews .gallery-background img{height: auto;}
    .checkout-buttons .checkout-back{width: 23%;}
    .page-node.node-type-blog .breadcrumbs{top: -51px;}

}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
.has-error .form-control {
    background-color: #fdb1b0!important;
    border-color: #f97977;
    color: #cf5957;
    /*border-color: #b94a48;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);*/
}
.error-mes{
    margin-bottom:20px;
    font-size: 15px;
    color: #ff5e5e;
}

/*-------------------------*/

        .menu-button {
            background-color: transparent !IMPORTANT;
            outline: none;
        }

        .menu-wrap {
            background-color: #171717 !important;
        }

        .Trainers_ {
            background: none repeat scroll 0 0 #242424;
            position: relative;
        }

        .header_block {
            margin-bottom: 15px !IMPORTANT;
            font-size: 36px !IMPORTANT;
            font-weight: bold !IMPORTANT;
        }

        .gym-testimonials .wrap-info {
            background-color: rgba(22, 22, 22, 0.85);
        }

        .gym-testimonials .wrap-info {
            background-color: rgb(22, 22, 22);
            padding: 13px 10px 1px;
            min-height: 120px;
            position: relative;
        }

        .marg-lg-b45 {
            margin-bottom: 45px;
        }

        .gym-testimonials .wrap-img {
            padding-left: 55px;
        }

        .gym-testimonials .wrap-info:before {
            border-color: rgba(22, 22, 22, 0.85) transparent transparent transparent;
        }

        .gym-testimonials .wrap-info:before {
            content: "";
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 18px 18px 0 18px;
            border-color: rgb(22, 22, 22) transparent transparent;
            position: absolute;
            bottom: -18px;
            left: 80px;
        }

        .gym-testimonials .title {
            color: #fff;
            text-align: -webkit-center;
            direction: rtl;
        }

        .gym-testimonials .title {
            font: 16px "Alef Hebrew",sans-serif;
            color: #fff;
            line-height: 24px;
            letter-spacing: 0.8px;
        }

        .marg-lg-b20 {
            margin-bottom: 20px !important;
        }

        .gym-testimonials .wrap-img .img {
            border-radius: 50%;
            float: left;
            margin-right: 15px;
            max-width: 80px;
            margin-bottom: 5px;
        }

        .wrap-img .wrap-text {
            text-align: left;
        }

        .gym-testimonials .wrap-img .subheading {
            color: #242424;
            font: italic 14px "Alef",sans-serif;
            letter-spacing: 0.5px;
            margin-top: -5px;
        }

        .gym-testimonials .wrap-img .heading {
            color: #242424;
            font: italic 14px "Alef",sans-serif;
            letter-spacing: 0.5px;
            padding-top: 15px;
        }

        .gym-testimonials .facts-page .col-sm-4 {
            margin-bottom: 25px;
        }

        .special-shadow {
            text-shadow: rgba(0, 0, 0, 0.4) 2px 0px 1px;
        }

        .top-details {
            padding: 0 50px 10px 50px;
        }

        .modal-content {
            margin-top: 50%;
            position: relative;
            text-align: center;
            direction: rtl;
            background-color: #040304;
            -webkit-background-clip: padding-box;
            /* background-image: url(/Content/images/black-grunge-model.jpg); */
            border: 1px solid #999;
            border: 2px solid rgba(255, 214, 88, 0.3);
            border-radius: 20px;
            outline: 0;
            -webkit-box-shadow: 0 0 2px #ffcd32;
            box-shadow: 0 0 0px 5px #ffcd32;
        }

        .model-from-button {
            background: #ffd03e;
            border: 0;
            border-radius: 32px;
            margin: auto !IMPORTANT;
            position: absolute;
            width: 246px;
            height: 41px;
            margin-right: -123px !IMPORTANT;
            color: #040304;
            font-size: 16px;
            outline: none;
        }

        .model-placeholder::-webkit-input-placeholder {
            /* WebKit, Blink, Edge */
            color: #000;
        }

        .model-placeholder:-moz-placeholder {
            /* Mozilla Firefox 4 to 18 */
            color: #000;
            opacity: 1;
        }

        .model-placeholder::-moz-placeholder {
            /* Mozilla Firefox 19+ */
            color: #000;
            opacity: 1;
        }

        .model-placeholder:-ms-input-placeholder {
            /* Internet Explorer 10-11 */
            color: #000;
        }

        .error-mes {
            color: #fff;
        }

        .modelExitButton {
            position: absolute;
            top: -12px;
            right: -8px;
            background: #000;
            color: #ffd03e;
            border: 3px solid #ffd03e;
            height: 28px;
            width: 28px;
            font-size: 15px;
            font-weight: 700;
            border-radius: 44px;
            padding: 0;
            padding-bottom: 21px;
            outline: none;
        }