
.headingFilter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  background: #F5F5F5;
  font-family: 'Proxima Nova', sans-serif;
}

.headingFilter .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 80px 0 24px 0;
  max-width: 1040px;
  width: 100%;
}

.headingFilter-maintext {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 42px;
  line-height: 45px;
  text-transform: uppercase;
  text-align: center;
  color: #000;
}

.headingFilter-subtext {
  margin: 0;
  padding: 24px 0 0 0;
  font-size: 17px;
  line-height: 28px;
  font-weight: 400;
  text-align: center;
  color: #000;
}

.headingFilter-subtext a {
  color: #000;
}

.headingFilter-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}

.headingFilter-search-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
}

.headingFilter-search-wrap i {
  position: absolute;
  top: 19px;
  left: 16px;
  font-size: 24px;
  color: #7F7F7F;
}

.headingFilter-searchInput {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 0 0 56px !important;
  border: solid 1px #ECECEC !important;
  font-family: 'Proxima Nova', sans-serif;
  font-size: 17px;
  line-height: 17px;
  font-weight: 400;
  color: #000;
  outline: 0;
  height: 60px !important;
}

.headingFilter-searchInput::-webkit-input-placeholder, .headingFilter-searchInput:-ms-input-placeholder, .headingFilter-searchInput::-webkit-input-placeholder {
  font-size: 17px;
  line-height: 17px;
  color: #7F7F7F;
}

.headingFilter-searchInput::-webkit-input-placeholder, .headingFilter-searchInput:-ms-input-placeholder, .headingFilter-searchInput::placeholder {
  font-size: 17px;
  line-height: 17px;
  color: #7F7F7F;
}

.headingFilter-searchInput:focus {
  border-color: #000 !important;
}

.headingFilter-searchInput::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.headingFilter-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 24px 0 0 0;
}

.headingFilter-menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border-right: solid 1px #DCDCDC;
}

.headingFilter-menu-item:last-child {
  border-right: 0;
}

.headingFilter-menu .drop-menu {
  padding: 36px 12px 12px 12px;
}

.headingFilter-result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Proxima Nova', sans-serif;
}

.headingFilter-result .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 24px 0;
  max-width: 1040px;
  width: 100%;
}

.headingFilter-result-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 17px;
  line-height: 17px;
  font-weight: 400;
  width: 100px;
  white-space: nowrap;
  color: #7F7F7F;
}

.headingFilter-result-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 12px;
}

.headingFilter-result-removeAll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  padding-right: 12px;
  text-decoration: underline !important;
}

.headingFilter-result-sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.headingFilter-result-sort .btn-menu {
  padding: 9px 16px;
  background: #F5F5F5;
}

.headingFilter-result-sort .drop-menu {
  left: inherit;
  right: 0;
}

.headingFilter-result-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 8px;
  font-size: 17px;
  line-height: 17px;
  font-weight: 400;
  color: #7F7F7F;
}

@media only screen and (max-width: 1104px) {
  .headingFilter .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 80px 24px 24px 24px;
    max-width: inherit;
	width: calc(100% - 48px);
  }
  .headingFilter-result .container {
    padding: 24px;
    max-width: inherit;
    width: calc(100% - 48px);
  }
  .headingFilter-menu-item:nth-child(3) .drop-menu {
    left: -270px;
  }
}

@media only screen and (max-width: 920px) {
  .headingFilter-result .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .headingFilter-result-tags {
    padding: 12px 0;
  }
}

@media only screen and (max-width: 760px) {
  .headingFilter-menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .headingFilter-menu-item {
    border-right: 0;
  }
}

@media only screen and (max-width: 640px) {
  .headingFilter {
    //margin: 0 -10px;
  }
  .headingFilter .container {
    padding: 24px 10px;
  }
  .headingFilter-maintext {
    font-size: 25px;
  }
  .headingFilter-subtext {
    padding-top: 12px;
    font-size: 15px;
  }
  .headingFilter-search {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .headingFilter-searchInput {
    font-size: 15px;
    line-height: 15px;
  }
  .headingFilter-menu {
    position: relative;
  }
  .headingFilter-menu-item:nth-child(3) .drop-menu {
    left: 0;
  }
  .headingFilter-menu .drop-menu {
    padding-top: 12px;
    overflow-y: scroll;
    max-height: 300px;
  }
  .headingFilter-menu .drop-menu-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .headingFilter-menu .drop-menu-col {
    width: 100%;
  }
  .headingFilter-result-tags {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .headingFilter-result-sort {
    margin-top: 16px;
    padding-top: 16px;
    border-top: solid 1px #f1f1f1;
  }
  .headingFilter-result-sort .drop {
    position: relative;
  }
  .headingFilter-result-sort .drop:hover .btn-menu {
    background: #f5f5f5;
  }
  .headingFilter-result-sort .btn-menu {
    margin: 0;
    border: 0;
  }
}

.drop {
  position: relative;
}

.drop-menu {
  display: none;
  position: absolute;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  top: 100%;
  left: 0;
  padding: 12px;
  background: #F5F5F5;
  z-index: 999;
}

.drop-menu ul {
  padding-left: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 200px;
  list-style: none;
}

.drop-menu li {
  padding: 2px 0;
}

.drop-menu-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 9px 12px;
  font-size: 17px;
  line-height: 17px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
}

.drop-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 9px 12px;
  font-size: 17px;
  line-height: 17px;
  text-decoration: none;
  color: #000;
}

.drop-item i {
  font-size: 16px;
  color: #F5F5F5;
}

.drop-item:hover {
  background: #EDEDED;
  color: #000;
}

.drop-item:hover i {
  color: #7F7F7F;
}

.drop-item.selected {
  background: #fff;
  font-weight: 600;
}

.drop-item.selected i {
  color: #000;
}

.drop-item.selected:hover {
  background: #FFEBEB;
  color: #000;
}

.drop-item.selected:hover i:before {
  content: "\f057";
  color: #D71414;
}

.drop-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.drop.open .drop-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.drop.open .fa-angle-down {
  -webkit-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media only screen and (max-width: 640px) {
  .drop {
    position: initial;
  }
  .drop:hover .btn-menu {
    background: #dcdcdc;
  }
  .drop-item:hover {
    background: #fff;
  }
  .drop-item:hover i {
    color: #000;
  }
  .drop-item.selected:hover {
    background: #fff;
  }
  .drop-item.selected:hover i:before {
    content: "\f058";
    color: #000;
  }
}

.btn-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #000;
  text-decoration: none;
  height: 60px;
  min-width: 120px;
  -webkit-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}

.btn-search:hover {
  opacity: .6;
}

.btn-search-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
}

.btn-search.disabled {
  background: #ECECEC;
  pointer-events: none;
}

.btn-search.disabled .btn-search-text {
  color: #7F7F7F;
}

.btn-search.disabled:hover {
  opacity: 1;
}

.btn-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  padding: 3px 24px;
  cursor: pointer;
}

.btn-menu-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 17px;
  line-height: 18px;
  font-weight: 400;
  color: #000;
}

.btn-menu i {
  margin-left: 8px;
  font-size: 17px;
  color: #000;
}

.btn-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  padding: 9px 12px;
  margin-right: 4px;
  margin-bottom: 4px;
  background: #F5F5F5;
  -webkit-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}

.btn-tag:last-child {
  margin-right: 0;
}

.btn-tag-text {
  display: block;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  color: #000;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 180px;
  overflow: hidden;
}

.btn-tag i {
  margin-left: 8px;
  font-size: 17px;
  color: #000;
}

.btn-tag:hover {
  background: #FFEBEB;
}

.btn-tag:hover i {
  font-weight: 800;
  color: #D71414;
}

.btn-remove-all {
  font-size: 15px;
  line-height: 15px;
  font-weight: 400;
  color: #7F7F7F;
  -webkit-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}

.btn-remove-all:hover {
  color: #D71414;
}

@media only screen and (max-width: 760px) {
  .btn-menu {
    margin: 0 4px 4px 0;
    padding: 9px 12px;
    border: solid 1px #DCDCDC;
  }
}

@media only screen and (max-width: 640px) {
  .btn-search {
    margin-top: 12px;
  }
  .btn-search-text {
    font-size: 14px;
    line-height: 14px;
  }
  .btn-tag {
    margin-bottom: 4px;
  }
  .btn-tag:hover {
    background: #F5F5F5;
  }
  .btn-tag:hover i {
    font-weight: 300;
    color: #000;
  }
}

.range {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 12px;
  min-width: 288px;
}

.range-slider {
  height: 3px;
  position: relative;
  background-color: #B0B0B0;
  border-radius: 2px;
}

.range-selected {
  height: 100%;
  left: 0%;
  right: 0%;
  position: absolute;
  border-radius: 5px;
  background-color: #000;
}

.range .range-input input[type=range]::-webkit-slider-runnable-track {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.range-input {
  position: relative;
}

.range-input input[type=range] {
  position: absolute;
  width: 100%;
  height: 3px;
  top: -5px;
  margin:0;
  padding:0;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.range-input input[type=range]::-webkit-slider-thumb {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border: 6px solid #000;
  background-color: #f5f5f5;
  pointer-events: auto;
  -webkit-appearance: none;
}

.range-input input[type=range]::-moz-range-thumb {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  border: 6px solid #000;
  background-color: #f5f5f5;
  pointer-events: auto;
  -moz-appearance: none;
}

.range-input input[type=range]::-webkit-slider-runnable-track, .range-input input[type=range]::-moz-range-track, .range-input input[type=range]::-ms-fill-lower, .range-input input[type=range]::-ms-fill-upper {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.range-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 12px;
  font-size: 17px;
  line-height: 17px;
  font-weight: 400;
  color: #B0B0B0;
}

.range-price {
  margin: 0;
  padding-top: 12px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.range-price label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 17px;
  line-height: 17px;
  font-weight: 400;
  color: #B0B0B0;
}

.range-price label:last-child {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.range-price span {
  font-size: 17px;
  line-height: 17px;
  font-weight: 500;
  text-align: center;
  color: #000;
}

.range-price input {
  width: 28px;
  padding: 0;
  border: 0;
  outline: 0;
  background: #F5F5F5;
  font-family: 'Proxima Nova', sans-serif;
  font-size: 17px;
  line-height: 17px;
  font-weight: 500;
  text-align: center;
  color: #000;
}

.range-price input:focus {
  border: 0;
}

.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hide {
  display: none;
}

#trainingVideosResults {
 display: none;	
}

.searchLessons-wpgb-card {
    position: relative !important;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
	margin-bottom: 20px !important;
}

.searchLessons-wpgb-wrapper {
	width: 100% !important;
	margin-right: 20px !important;
}

.searchLessons-wpgb-masonry {
	position: relative !important;
	top: 0 !important;
	bottom: 0 !important;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#overlay{	
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  height:100%;
  display: none;
  background: rgba(0,0,0,0);
}
.cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;  
}
.spinner {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px #2e93e6 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
  100% { 
    transform: rotate(360deg); 
  }
}
.is-hide{
  display:none;
}

.stage {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 15px;
    margin: 0 -5%;
    overflow: hidden;
  }
  
/**
 * ==============================================
 * Dot Flashing
 * ==============================================
 */
.dot-flashing {
  position: relative;
  width: 3px;
  height: 3px;
  border-radius: 5px;
  background-color: #7F7F7F;
  color: #7F7F7F;
  animation: dot-flashing 1s infinite linear alternate;
  animation-delay: 0.5s;
}
.dot-flashing::before, .dot-flashing::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
}
.dot-flashing::before {
  left: -5px;
  width: 3px;
  height: 3px;
  border-radius: 5px;
  background-color: #7F7F7F;
  color: #7F7F7F;
  animation: dot-flashing 1s infinite alternate;
  animation-delay: 0s;
}
.dot-flashing::after {
  left: 5px;
  width: 3px;
  height: 3px;
  border-radius: 5px;
  background-color: #7F7F7F;
  color: #7F7F7F;
  animation: dot-flashing 1s infinite alternate;
  animation-delay: 1s;
}

@keyframes dot-flashing {
  0% {
    background-color: #7F7F7F;
  }
  50%, 100% {
    background-color: rgba(152, 128, 255, 0.2);
  }
}

.slide-card {
    width: 360px;
	height: auto;
	margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
	.slide-card {
		width: 160px;
		height: auto;
	}
}


.slide-card a, .slide-card a:hover, .slide-card a:focus, .slide-card a:visited {
	color: #524a4a;
}