.course-title {
	font-family: "Oswald";
	text-transform: uppercase;
	color: #808080;
	font-weight: 400;
	letter-spacing: 2px;
	font-size: 28px;
	line-height: 28px;
	padding: 4px 0;
	border-bottom: 4px solid #4ecdc4;
	position: absolute;
	top: 8px;
}
.course-title.left {
	left: 16px;
}
.course-title.right {
	left: 580px;
}
.course-text {
	width: 560px;
	font-family: "Open Sans";
	color: #b6b5b5;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	word-spacing: 2px;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	top: 60px;
}
.course-text.left {
	left: 16px;
}
.course-text.right {
	left: 580px;
}



.service img { 
    width: 100%;
    height: auto;
}



 
 
 
 
 .contact_map {
  border: 1px solid #ccc;
  display: inline;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
 
 #map_canvas{
	width: 100%;
	float: left;
	display: inline;
	height: 476px;   /* 290 when contact info in place */

}
/*only firefox browser*/
@-moz-document url-prefix() { 
	 #map_canvas{
		width: 100%;
		float: left;
		display: inline;
		height: 310px;
	}
}

body {
  font-family: "Open Sans";
  color: #808080;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  word-spacing: 2px;
  -webkit-font-smoothing: antialiased;
}
p {
  margin-bottom: 26px;
}
a {
  color: #4ecdc4;
  text-decoration: none !important;
  -webkit-transition: color 0.3s;
          transition: color 0.3s;
}
a:hover {
  color: #4c4c4c;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Oswald";
  color: #4c4c4c;
  letter-spacing: 1px;
  font-weight: 400;
}
.form-control {
  border-radius: 2px !important;
  padding: 15px 20px !important;
  height: auto;
  border-color: #e5e5e5 !important;
  box-shadow: none !important;
}
.form-control:focus {
  border-color: #4ecdc4 !important;
}
.mb250 {
  margin-bottom: 250px !important;
}
.mb245 {
  margin-bottom: 245px !important;
}
.mb240 {
  margin-bottom: 240px !important;
}
.mb235 {
  margin-bottom: 235px !important;
}
.mb230 {
  margin-bottom: 230px !important;
}
.mb225 {
  margin-bottom: 225px !important;
}
.mb220 {
  margin-bottom: 220px !important;
}
.mb215 {
  margin-bottom: 215px !important;
}
.mb210 {
  margin-bottom: 210px !important;
}
.mb205 {
  margin-bottom: 205px !important;
}
.mb200 {
  margin-bottom: 200px !important;
}
.mb195 {
  margin-bottom: 195px !important;
}
.mb190 {
  margin-bottom: 190px !important;
}
.mb185 {
  margin-bottom: 185px !important;
}
.mb180 {
  margin-bottom: 180px !important;
}
.mb175 {
  margin-bottom: 175px !important;
}
.mb170 {
  margin-bottom: 170px !important;
}
.mb165 {
  margin-bottom: 165px !important;
}
.mb160 {
  margin-bottom: 160px !important;
}
.mb155 {
  margin-bottom: 155px !important;
}
.mb150 {
  margin-bottom: 150px !important;
}
.mb145 {
  margin-bottom: 145px !important;
}
.mb140 {
  margin-bottom: 140px !important;
}
.mb135 {
  margin-bottom: 135px !important;
}
.mb130 {
  margin-bottom: 130px !important;
}
.mb125 {
  margin-bottom: 125px !important;
}
.mb120 {
  margin-bottom: 120px !important;
}
.mb115 {
  margin-bottom: 115px !important;
}
.mb110 {
  margin-bottom: 110px !important;
}
.mb105 {
  margin-bottom: 105px !important;
}
.mb100 {
  margin-bottom: 100px !important;
}
.mb95 {
  margin-bottom: 95px !important;
}
.mb90 {
  margin-bottom: 90px !important;
}
.mb85 {
  margin-bottom: 85px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.mb75 {
  margin-bottom: 75px !important;
}
.mb70 {
  margin-bottom: 70px !important;
}
.mb65 {
  margin-bottom: 65px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mb55 {
  margin-bottom: 55px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb45 {
  margin-bottom: 45px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb35 {
  margin-bottom: 35px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.no-padding {
  padding: 0 !important;
}
.float-nan {
  float: none;
}
.img-responsive {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.btn {	
  font-family: "Oswald";
  font-size: 16px;
  letter-spacing: 1px;
  border-radius: 40px;
  padding: 8px 30px;

    -webkit-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
          transition: color 0.3s, background-color 0.3s, border-color 0.3s;
}
.btn.btn-discover {
  margin-bottom: 30px;
}
.btn.btn-lg {
  padding: 10px 35px;
  letter-spacing: 2px;
  font-size: 21px;
}
.btn.btn-join {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 10px 35px;
  letter-spacing: 2px;
  font-size: 21px;
}
.btn.btn-sm {
  padding: 7px 20px;
  font-size: 14px;
}
.btn.btn-xs {
  padding: 5px 15px;
  font-size: 12px;
}
.btn-default {
  color: #676767;
  border-color: #e5e5e5;
}
.btn-default:hover {
  color: #fff;
  background-color: #4ecdc4;
  border-color: #4ecdc4;
}
.btn-default-o {
  color: #f2f2f2;
  border-color: #f2f2f2;
  background-color: transparent;
}
.btn-default-o:hover {
  color: #4ecdc4;
  background-color: #fff;
  border-color: #fff;
}
.btn-main-o {
  color: #4ecdc4;
  border-color: #4ecdc4;
  background-color: transparent;
}
.btn-main-o:hover {
  color: #fff;
  background-color: #4ecdc4;
  border-color: #4ecdc4;
}
.btn-dark-o {
  color: #4c4c4c;
  border-color: #4c4c4c;
  background-color: transparent;
}
.btn-dark-o:hover {
  color: #fff;
  background-color: #4c4c4c;
  border-color: #4c4c4c;
}
.btn-dark {
  color: #fff;
  background-color: #4c4c4c;
  border-color: #4c4c4c;
}
.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
  background-color: #333333;
  border-color: #333333;
  color: #fff;
}
.btn-main {
  color: #fff;
  background-color: #4ecdc4;
  border-color: #4ecdc4;
}
.btn-main:hover,
.btn-main:focus,
.btn-main:active {
  background-color: #33b5ac;
  border-color: #33b5ac;
  color: #fff;
}
.btn-link {
  font-weight: 400;
  color: #4ecdc4;
}
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  color: #4c4c4c;
  text-decoration: none;
}
.btn-view {
	margin-top: 20px;
}



.section-title {
  margin-bottom: 70px;
}
.section-title h1,h3 {
  text-transform: uppercase;
  color: #4c4c4c;
  letter-spacing: 2px;
  font-size: 28px;
  line-height: 48px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  clear: both;
  position: relative;

}
.section-title p {
  font-family: "Oswald";
  text-transform: uppercase;
  color: #4ecdc4;
  font-size: 38px;
  line-height: 58px;
  font-weight: 700;
  letter-spacing: 3px;
}
.section-title.st-center {
  text-align: center;
}
.section-title.st-center:before {
  margin: auto;
}

.section-title:before {
  content: "";
  display: block;
  width: 187px;
  height: 58px;
  background-image: url(../images/title-top.png);
  background-repeat: no-repeat;
}

.bottom-line {
  margin-bottom: 20px;
}
.bottom-line:after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background-color: #4ecdc4;
  margin-top: 5px;
}
.tooltip.top .tooltip-arrow {
  bottom: 1px;
}
.tac {
  text-align: center;
}
.nicescroll-rails {
  background: rgba(0, 0, 0, 0.1);
  width: 5px;
  z-index: 9999 !important;
}
.nicescroll-rails:hover {
  opacity: 1 !important;
}
.nicescroll-rails > div {
  background: #4ecdc4 !important;
}

.home {
  background-image: url(../images/skilled-mountain-biker.jpg);
  background-position: top center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #000;
  padding: 100px 0;
  position: relative
}
.home .st-brand {
  text-align: center;
  margin-bottom: 50px;
}

.home .st-home-unit {
  position: relative;
}

.home .hero-txt {
  color: #fff;
  text-align: center;

}

.home .hero-txt .hero-title {
  font-family: "Oswald";
  color: #fff;
  text-transform: uppercase;
  font-size: 70px;
  line-height: 85px;
  font-weight: 400;
  letter-spacing: 6px;
  word-spacing: 4px;
  margin-bottom: 15px;
  margin-top: 5px;
  padding: 20px 10px;
}

 .row-full{
 width: 100vw;
 position: relative;
 margin-left: -50vw;
 left: 50%;
}

.home .hero-txt .hero-work {
  font-family: "Oswald";
  font-weight: 300;
  letter-spacing: 2px;
  margin-bottom: 0;
}

.home .hero-txt .hero-work:after {
  content: "";
  display: block;
  width: 200px;
  height: 4px;
  margin: 20px auto 0;
  background-color: transparent;
  border-width: 1px 0;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.3);
}

.home .hero-txt a.btn {
  text-transform: uppercase;
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.home .hero-txt .hero-sub-title {
  font-family: "Oswald";
  color: #fff;
  font-size: 30px;
  letter-spacing: 5px;
  font-weight: 300;
  line-height: 35px;
  margin-bottom: 150px;
}

.home .hero-txt .hero-img {
  margin-top: 80px;
}

.courseshome {
  background-image: url(../images/courses-banner.jpg);
  background-position: top center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #000;
  padding: 100px 0;
  position: relative
}
.courseshome .st-brand {
  text-align: center;
  margin-bottom: 50px;
}

.courseshome .st-home-unit {
  position: relative;
}

.courseshome .hero-txt {
  color: #fff;
  text-align: center;

}
.courseshome .hero-txt .hero-title {
  font-family: "Oswald";
  color: #fff;
  text-transform: uppercase;
  font-size: 70px;
  line-height: 85px;
  font-weight: 400;
  letter-spacing: 6px;
  word-spacing: 4px;
  margin-bottom: 15px;
  margin-top: 5px;
  padding: 20px 10px;
  background-color: rgba(40, 40, 40, 0.55);
}
.courseshome .hero-txt .hero-work {
  font-family: "Oswald";
  font-weight: 300;
  letter-spacing: 2px;
  margin-bottom: 0;
}
.courseshome .hero-txt .hero-work:after {
  content: "";
  display: block;
  width: 200px;
  height: 4px;
  margin: 20px auto 0;
  background-color: transparent;
  border-width: 1px 0;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.3);
}
.courseshome .hero-txt a.btn {
  text-transform: uppercase;
  margin-left: 10px !important;
  margin-right: 10px !important;
}
.courseshome .hero-txt .hero-sub-title {
  font-family: "Oswald";
  font-size: 30px;
  letter-spacing: 5px;
  font-weight: 300;
  line-height: 35px;
  margin-bottom: 150px;
}
.courseshome .hero-txt .hero-img {
  margin-top: 80px;
}

.faqhome {
  background-image: url(../images/faq-banner.jpg);
  background-position: top center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #000;
  padding: 100px 0;
  position: relative
}
.faqhome .st-brand {
  text-align: center;
  margin-bottom: 50px;
}

.faqhome .st-home-unit {
  position: relative;
}

.faqhome .hero-txt {
  color: #fff;
  text-align: center;

}

.faqhome .hero-txt .hero-title {
  font-family: "Oswald";
  color: #fff;
  text-transform: uppercase;
  font-size: 70px;
  line-height: 85px;
  font-weight: 400;
  letter-spacing: 6px;
  word-spacing: 4px;
  margin-bottom: 15px;
  margin-top: 5px;
  padding: 20px 10px;
  background-color: rgba(40, 40, 40, 0.55);
}

.faqhome .hero-txt .hero-work {
  font-family: "Oswald";
  font-weight: 300;
  letter-spacing: 2px;
  margin-bottom: 0;
}

.faqhome .hero-txt .hero-work:after {
  content: "";
  display: block;
  width: 200px;
  height: 4px;
  margin: 20px auto 0;
  background-color: transparent;
  border-width: 1px 0;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.3);
}

.faqhome .hero-txt a.btn {
  text-transform: uppercase;
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.faqhome .hero-txt .hero-sub-title {
  font-family: "Oswald";
  font-size: 30px;
  letter-spacing: 5px;
  font-weight: 300;
  line-height: 35px;
  margin-bottom: 150px;
}

.faqhome .hero-txt .hero-img {
  margin-top: 80px;
}

.termshome {
  background-image: url(../images/terms-banner.jpg);
  background-position: top center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #000;
  padding: 100px 0;
  position: relative
}
.termshome .st-brand {
  text-align: center;
  margin-bottom: 50px;
}

.termshome .st-home-unit {
  position: relative;
}

.termshome .hero-txt {
  color: #fff;
  text-align: center;

}

.termshome .hero-txt .hero-title {
  font-family: "Oswald";
  color: #fff;
  text-transform: uppercase;
  font-size: 70px;
  line-height: 85px;
  font-weight: 400;
  letter-spacing: 6px;
  word-spacing: 4px;
  margin-bottom: 15px;
  margin-top: 5px;
  padding: 20px 10px;
  background-color: rgba(40, 40, 40, 0.55);
}

.termshome .hero-txt .hero-work {
  font-family: "Oswald";
  font-weight: 300;
  letter-spacing: 2px;
  margin-bottom: 0;
}

.termshome .hero-txt .hero-work:after {
  content: "";
  display: block;
  width: 200px;
  height: 4px;
  margin: 20px auto 0;
  background-color: transparent;
  border-width: 1px 0;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.3);
}

.termshome .hero-txt a.btn {
  text-transform: uppercase;
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.termshome .hero-txt .hero-sub-title {
  font-family: "Oswald";
  font-size: 30px;
  letter-spacing: 5px;
  font-weight: 300;
  line-height: 35px;
  margin-bottom: 150px;
}

.termshome .hero-txt .hero-img {
  margin-top: 80px;
}
.terms-info {
	margin-top: -20px;
	margin-bottom: 10px;
	margin-left: 20px;
}

.st-highlight {
  color: #4ecdc4;
}

.navbar-default {
  background-color: transparent;
  border-width: 0;
  margin-bottom: 0 !important;
  height: 102px;
  -webkit-transition: background-color 0.3s, height 0.3s;
 transition: background-color 0.3s, height 0.3s;
}

.st-navbar-mini .navbar-default {
  background-color: rgba(40, 40, 40, 0.95);
  height: 60px;
}

.st-navbar-mini .navbar-default .navbar-brand {
  padding: 15px 15px;
}

#navbar{overflow-x: hidden;}

.navbar-brand {                                                                                                                                                                                                                                                                                                                                                                                                                         	
	color: #fff !important;
	font-size: 35px;
	font-weight: bolder;
	font-family: 'Varela', sans-serif;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  background-color: transparent;
}
.navbar-brand span {
  color: #E5D78A;
}
.st-navbar-mini .navbar-default .navbar-brand img {
  height: 30px;  
}
.st-navbar-mini .navbar-default .navbar-nav > li.active > a,
.st-navbar-mini .navbar-default .navbar-nav > li.active a:hover,
.st-navbar-mini .navbar-default .navbar-nav > li.active a:focus,
.st-navbar-mini .navbar-default .navbar-nav > li.active a:active {
  background-color: rgba(0, 0, 0, 0.5);
}
.navbar-brand {
  height: auto;
  padding: 27px 15px;
  -webkit-transition: padding 0.3s;
          transition: padding 0.3s;
}
.navbar-brand img {
  height: 48px;
  -webkit-transition: height 0.3s;
          transition: height 0.3s;
}
.navbar-nav > li > a {
  font-family: "Oswald";
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 1px;
  padding-left: 20px;
  padding-right: 20px;
  color: #fff;
  -webkit-transition: color 0.3s, background-color 0.3s, padding 0.3s;
          transition: color 0.3s, background-color 0.3s, padding 0.3s;
}
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus,
.navbar-nav > li > a:active {
  color: #E5D78A;
  outline-width: 0;
}
.navbar-nav > li.active > a,
.navbar-nav > li.active a:hover,
.navbar-nav > li.active a:focus,
.navbar-nav > li.active a:active {
  color: #E5D78A;
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
}
.navbar-default .navbar-nav > li.active > a,
.navbar-default .navbar-nav > li.active a:hover,
.navbar-default .navbar-nav > li.active a:focus,
.navbar-default .navbar-nav > li.active a:active {
  color: #E5D78A;
  background-color: rgba(0, 0, 0, 0);
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #E5D78A;

}
.page-header {
  background-image: url(../images/hero-img14.png);
  background-position: top center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #000;
  padding: 150px 0 100px;
  margin: 0;
  border-width: 0;
}
.page-header .page-title {
  color: #fff;
  text-transform: uppercase;
  font-size: 35px;
  line-height: 55px;
  letter-spacing: 5px;
  word-spacing: 4px;
}
.page-breadcrumb {
  background-color: #f7f7f7;
  background-color: #4ecdc4;
  color: #fff;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.01);
  /*border-botom: 1px solid #f2f2f2;*/
  padding: 20px 0;
}
.page-breadcrumb .breadcrumb {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  margin-bottom: 0;
  color: #fff;
}
.page-breadcrumb .breadcrumb .active,
.page-breadcrumb .breadcrumb > li + li:before {
  color: #fff;
}
.page-breadcrumb .breadcrumb a {
  color: #fff;
}
.page-content {
  padding: 120px 0;
}
.about {
  padding: 80px 0 0;
}
.questions {
  padding: 80px 0 0;
}
.terms {
  padding: 80px 0 0;
  background-color: #fcfcfc;
}

.st-member {
  position: relative;
  overflow: hidden;
}
.st-member .st-member-info {
  width: 100%;
  height: 100%;
  padding: 10px 20px;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  background-color: rgba(254, 254, 254, 0.95);
  opacity: 0;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
          transition: opacity 0.5s, transform 0.5s;
}
.st-member .st-member-bio {
  width: 100%;
  height: 100%;
  padding: 10px 20px;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  background-color: rgba(254, 254, 254, 0.95);
  opacity: 0;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
          transition: opacity 0.5s, transform 0.5s;
}

.st-member .st-member-info .progress-bar {
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.5s ease 0.2s;
          transition: transform 0.5s ease 0.2s;
}
.st-member .st-member-info .st-member-name {
  font-family: "Oswald";
  display: block;
  color: #4c4c4c;
  font-size: 30px;
  line-height: 50px;
  font-weight: 400;
  letter-spacing: 3px;
  margin-bottom: 20px;
}
.st-member .st-member-info .st-member-name:after {
  content: '';
  display: block;
  height: 2px;
  width: 35px;
  background-color: #4ecdc4;
  margin: 0 auto;
}
.st-member .st-member-info .st-member-pos {
  display: block;
  font-family: "Oswald";
  font-size: 20px;
  line-height: 18px;
  font-weight: 300;
  letter-spacing: 3px;
  font-style: italic;
  margin-bottom: 40px;
}
.st-member .st-member-info .st-member-social {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 10px;
}
.st-member .st-member-info .st-member-social ul {
  margin: 0;
  padding: 0;
}
.st-member .st-member-info .st-member-social ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0;
  padding: 0;
}
.st-member .st-member-info .st-member-social ul li a {
  display: block;
  width: 70px;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  border-radius: 30px;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -webkit-transform: translateY(100px);
      -ms-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: background-color 0.3s, opacity 0.3s ease, -webkit-transform 0.5s ease;
          transition: background-color 0.3s, opacity 0.3s ease, transform 0.5s ease;
}
.st-member .st-member-info .st-member-social ul li a.facebook:hover {
  background-color: #3c5b9b;
}
.st-member .st-member-info .st-member-social ul li a.twitter:hover {
  background-color: #2daae1;
}
.st-member .st-member-info .st-member-social ul li a.dribbble:hover {
  background-color: #ea4c88;
}
.st-member:hover {
  cursor: pointer;
}
.st-member:hover .st-member-info {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.st-member:hover .st-member-info .st-member-social ul li a {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.st-member:hover .st-member-info .st-member-social ul li a.facebook {
  -webkit-transition: background-color 0.3s, opacity 0.3s ease 0.2s, -webkit-transform 0.5s ease 0.2s;
          transition: background-color 0.3s, opacity 0.3s ease 0.2s, transform 0.5s ease 0.2s;
}
.st-member:hover .st-member-info .st-member-social ul li a.facebook:hover {
  background-color: #3c5b9b;
}
.st-member:hover .st-member-info .st-member-social ul li a.twitter {
  -webkit-transition: background-color 0.3s, opacity 0.3s ease 0.3s, -webkit-transform 0.5s ease 0.3s;
          transition: background-color 0.3s, opacity 0.3s ease 0.3s, transform 0.5s ease 0.3s;
}
.st-member:hover .st-member-info .st-member-social ul li a.twitter:hover {
  background-color: #2daae1;
}
.st-member:hover .st-member-info .st-member-social ul li a.biography {
  -webkit-transition: background-color 0.3s, opacity 0.3s ease 0.4s, -webkit-transform 0.5s ease 0.4s;
          transition: background-color 0.3s, opacity 0.3s ease 0.4s, transform 0.5s ease 0.4s;
}
.st-member:hover .st-member-info .st-member-social ul li a.biography:hover {
  background-color: #4ecdc4;
}
.st-member:hover .st-member-info .st-member-social ul li a.instagram {
  -webkit-transition: background-color 0.3s, opacity 0.3s ease 0.4s, -webkit-transform 0.5s ease 0.4s;
          transition: background-color 0.3s, opacity 0.3s ease 0.4s, transform 0.5s ease 0.4s;
}
.st-member:hover .st-member-info .st-member-social ul li a.instagram:hover {
  background-color: #cc379a;
}
.st-member:hover .st-member-info .st-member-social ul li a.youtube {
  -webkit-transition: background-color 0.3s, opacity 0.3s ease 0.4s, -webkit-transform 0.5s ease 0.4s;
          transition: background-color 0.3s, opacity 0.3s ease 0.4s, transform 0.5s ease 0.4s;
}
.st-member:hover .st-member-info .st-member-social ul li a.youtube:hover {
  background-color: #ff0000;
}
.st-member:hover .st-member-info .st-member-social ul li a.strava {
  -webkit-transition: background-color 0.3s, opacity 0.3s ease 0.4s, -webkit-transform 0.5s ease 0.4s;
          transition: background-color 0.3s, opacity 0.3s ease 0.4s, transform 0.5s ease 0.4s;
}
.st-member:hover .st-member-info .st-member-social ul li a.strava:hover {
  background-color: #fc4c02;
}
.st-member:hover .st-member-info .skills .skill:nth-child(2) .progress-bar {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.st-member:hover .st-member-info .skills .skill:nth-child(3) .progress-bar {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.st-member:hover .st-member-info .skills .skill:nth-child(4) .progress-bar {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.st-member:hover .st-member-info .skills .skill:nth-child(5) .progress-bar {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.st-member:hover .progress-bar {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}
.skill {
  text-align: left;
}
.skill strong {
  font-weight: 400;
}
.skill span {
  float: right;
}
.progress {
  height: 11px;
  padding: 0 3px;
  background-color: transparent;
  border: 1px solid #ededed;
  border-radius: 6px;
  box-shadow: none;
}
.progress-bar {
  height: 3px;
  margin-top: 3px;
  border-radius: 2px;
  position: relative;
  box-shadow: none;
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  -webkit-animation-name: process;
          animation-name: process;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.progress-bar-sept {
  background-color: #4ecdc4;
}
@-webkit-keyframes process {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@keyframes process {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
.funfacts {
	
  background-image: url(../images/cannockchase-funfacts.jpg);
  background-color: #000;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  padding: 20px 0 40px;
} 
.funfacts .funfact {
  font-family: "Oswald";
  text-align: center;
  color: #fff;
}
.funfacts .funfact .st-funfact-icon {
  font-size: 42px;
  line-height: 90px;
}
.funfacts .funfact .st-funfact-counter {
  font-size: 48px;
  line-height: 68px;
  letter-spacing: 3px;
}
.funfacts .funfact .funfact-title {
  font-size: 20px;
  line-height: 40px;
  letter-spacing: 1px;
  font-weight: 300;
}
.funfacts .funfact:after {
  content: '';
  display: block;
  width: 35px;
  height: 2px;
  background-color: #4ecdc4;
  margin: 0 auto;
}
.service {
  padding: 80px 0;
}
.st-feature {
  text-align: center;
}
.st-feature .st-feature-icon {
  width: 102px;
  line-height: 100px;
  font-size: 42px;
  color: #fff;
  margin: 0 auto 20px;
  background-color: #4ecdc4;
  border-radius: 50%;
  position: relative;
  -webkit-transform: rotate(0) scale(1);
      -ms-transform: rotate(0) scale(1);
          transform: rotate(0) scale(1);
  -webkit-transition: color 0.3s, border-color 0.3s, background-color 0.3s, -webkit-transform 0.3s;
          transition: color 0.3s, border-color 0.3s, background-color 0.3s, transform 0.3s;
}

/* REMOVE */
.st-feature .st-course-icon {
  font-size: 50px;
  color: #fff;
  margin: 20px auto 0px;
  color: #4ecdc4;
}


.st-feature .st-feature-title {
  display: block;
  font-family: "Oswald";
  font-size: 25px;
  line-height: 45px;
  letter-spacing: 1px;
  font-weight: 400;
  color: #4c4c4c;
  margin-bottom: 10px;
}
.st-feature:hover .st-feature-icon {
  color: #4ecdc4;
  border-color: #4ecdc4;
  background-color: transparent;
  -webkit-transform: rotate(360deg) scale(1.8);
      -ms-transform: rotate(360deg) scale(1.8);
          transform: rotate(360deg) scale(1.8);
}
.st-feature a {
  color: #808080;
}
.features-desc {
  padding: 100px 0;
  background-color: #fcfcfc;
  text-align: center;
}

.sponsors {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
  color: #fff !important;
}
.sponsors p {
  margin-bottom: 40px;
}

.sponsor {

  max-width: 700px;
  margin: 0 auto;
  text-align: center;
  color: #fff !important;
}
.sponsor h2 {
  color: #4c4c4c;
  letter-spacing: 1px;
  margin-top: -5px;
  font-size: 35px;
  font-weight: 400;
  text-transform: uppercase;
}
.sponsor h2:after {
  content: '';
  display: block;
  width: 80px;
  height: 1px;
  background-color: #4ecdc4;
  margin: 15px auto 20px;
}
.sponsor p {
  color: #4c4c4c;
  margin-bottom: 40px;
}



ul.styled-list li {
  list-style: none;
  padding-left: 0;
}
ul.styled-list li:before {
  content: '\f00c';
  font-family: 'FontAwesome';
  display: inline-block;
  margin-left: -1.5em;
  width: 1.5em;
  color: #4ecdc4;
}
ul.styled-list.list-caret li:before {
  content: '\f0da';
}
ul.styled-list.list-hand li:before {
  content: '\f0a4';
}
ul.styled-list.list-chevron li:before {
  content: '\f054';
}
ul.styled-list.list-times li:before {
  content: '\f00d';
}
ul.styled-list.list-star li:before {
  content: '\f006';
}
.voucher, .courses-voucher {
  padding: 30px 0;
  background: linear-gradient(-90deg, #6d787e, #bbc5cb);
}
.courses-voucher {
	margin-top: -80px;
	margin-bottom: -80px;

}
.gift {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
  color: #fff !important;
}
.gift h2 {
  color: #fff;
  margin-top: -5px;
  font-size: 35px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.gift h2:after {
  content: '';
  display: block;
  width: 80px;
  height: 1px;
  background-color: #4ecdc4;
  margin: 15px auto 20px;
}
.gift p {
  margin-bottom: 40px;
}


.portfolio {
  padding: 80px 0 0;
}
.filter {
  text-align: center;
}
.filter .btn {
  font-weight: 400;
}
.filter input[type="radio"] {
  display: none;
}
.grid {
  width: 100%;
  padding: 0;
}
.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  background: #000;
  text-align: center;
  cursor: pointer;
  width: 33.33333333%;
  box-sizing: border-box;
}
.grid figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
          transition: opacity 0.3s, transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.grid figure figcaption {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
   
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.grid figure h2 {
  color: #fff;
  font-size: 2.5vw; 
  font-weight: 300;
  margin: 0;
  position: absolute;
  right: 30px;
  left: 30px;
  padding: 10px 0;
  top: 30%;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.35s, opacity 0.35s;
          transition: transform 0.35s, opacity 0.35s;
  -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
}
.grid figure h2::after {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 80px;
  margin-left: -40px;
  height: 1px;
  background: #4ecdc4;
  content: '';
  -webkit-transform: translate3d(0, 40px, 0);
          transform: translate3d(0, 40px, 0);
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
          transition: opacity 0.35s, transform 0.35s;
}
.grid figure h2 span {
  font-weight: 800;
}

.grid figure:hover h2 {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.grid figure:hover h2::after {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.grid figure:hover img {
  opacity: 0.3;
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.grid figure:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.grid figure:hover figcaption > a {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.clients {
  padding: 80px 0;
}
.clients-carousel {
  margin: 0;
  padding: 0;
  list-style: none;
}
.clients-carousel li {
  padding: 0 20px;
  opacity: 0.8;
  -webkit-transition: opacity 0.3s;
          transition: opacity 0.3s;
}
.clients-carousel li:hover {
  opacity: 1;
}


.testimonials {
  padding: 30px 0;
  background: linear-gradient(-90deg, #6d787e, #bbc5cb);
  color: #fff;
}
.testimonial .testimonial-img {
  float: left;
  margin-right: 30px;
  position: relative;
}
.testimonial .testimonial-img:after {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background-color: #4ecdc4;
  position: absolute;
  bottom: 3%;
  left: 6%;
}
.testimonial .testimonial-img:before {
  font-family: "Oswald";
  content: '\201C';
  font-size: 40px;
  position: absolute;
  bottom: 1%;
  left: 12%;
  z-index: 99;
}
.testimonial .testimonial-img img {
  border-radius: 50%;
}
.testimonial blockquote {
  border-width: 0;
  height: 210px;
}
.testimonial blockquote p {
  font-style: italic;
  font-weight: 300;
}
.testimonial blockquote footer,
.testimonial blockquote small,
.testimonial blockquote .small {
  color: #fff;
}
.testimonials-carousel {
  max-width: 800px;
  margin: 0 auto;
}
.testimonials-carousel ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.testimonials-carousel ul li {
  margin: 0;
  padding: 0;
  display: block;
}



.pricing {
  padding: 80px 0;
}
.pricing-table {
  border: 1px solid #f2f2f2;
  border-radius: 5px;
  background-color: #fff;
}
.pricing-table .pricing-header .pt-price {
  font-family: "Oswald";
  color: #4c4c4c;
  font-size: 40px;
  line-height: 70px;
  font-weight: 400;
  text-align: center;
  padding: 10px 40px;
}
.pricing-table .pricing-header .pt-price small {
  font-size: 13px;
  color: #9a9a9a;
  font-weight: 300;
}
.pricing-table .pricing-header .pt-name {
  font-family: "Oswald";
  padding: 0px 40px;
  text-align: center;
  font-weight: 300;
  font-size: 24px;
  line-height: 40px;
  color: #4c4c4c;

}
.pricing-table .pricing-header .pt-click {
  font-family: "Oswald";
  color: #4c4c4c;
  font-size: 40px;
  line-height: 10px;
  font-weight: 400;
  text-align: center;
  padding-bottom: 10px;
}
.pt-price {
  border-top: 1px solid #f2f2f2;
  /*border-bottom: 1px solid #f2f2f2;*/
}
.best-value {
	border-top: 0px;
}
.pricing-table .pricing-body ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pricing-table .pricing-body ul li {
  padding: 8px 25px;
  margin: 0;
}
.pricing-table .pricing-body ul li:nth-child(even) {
  background-color: #fafafa;
}
.pricing-table .pricing-body ul li .fa-times {
  color: #ff6666;
}
.pricing-table .pricing-body ul li .fa-check {
  color: #4ecdc4;
}
.pricing-table .pricing-footer {
  text-align: center;
  padding: 15px 40px;
  border-top: 1px solid #f2f2f2;
}
.pricing-table.featured .pricing-header {
  position: relative;
  overflow: hidden;
}
.pricing-table.featured .pricing-header .pt-price {
  color: #4ecdc4;
}
.pricing-table.featured .pricing-header .pt-price small {
  color: #4ecdc4;
}
.pricing-table.featured .pricing-header .pt-name {
  color: #4ecdc4;
}
.pricing-table.featured .pricing-header .featured-text {
  font-family: "Oswald";
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 1px;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  background-color: #4ecdc4;
  color: #fff;
  position: absolute;
  top: 22px;
  left: -28px;
  padding: 5px 0;
  width: 126px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.faq-sec {
  padding: 10px 0 10px;
}
.faq {
  margin-bottom: 50px;
}
.faq h3 {
  margin-bottom: 15px;
}
.faq h3 i {
  color: #4ecdc4;
}

.tc-sec {
  padding: 10px 0 10px;
  background-color: #fcfcfc;
}
.tc {
  margin-bottom: -20px;
}
.tc h3 {
  margin-bottom: 15px;
}
.tc h3 i {
  color: #4ecdc4;
}

.join-us {
  background-color: #4ecdc4;
  text-align: center;

}
.join-us h3 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  color: #fff;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 45px;
  vertical-align: middle;
  margin: 0 30px 0 0;
  letter-spacing: 2px;
  word-spacing: 5px;
}
.blog {
  padding: 80px 0;
}
.blog-post {
  border-bottom: 1px dotted #f2f2f2;
  margin-bottom: 60px;
}
.blog-post .author img {
  border-radius: 50%;
}
.blog-post .post-meta {
  margin-bottom: 10px;
  font-size: 13px;
}
.blog-post .post-meta a {
  font-weight: bold;
  color: #4c4c4c;
}
.blog-post .post-meta a:hover {
  color: #4ecdc4;
}
.blog-post .post-meta strong {
  color: #4c4c4c;
}
.blog-post .post-title {
  margin-top: 0;
  margin-bottom: 20px;
}
.blog-post .post-thumb {
  margin-bottom: 40px;
}
.blog-post .post-thumb img {
  border-radius: 10px;
}
.widgets {
  padding-left: 50px;
}
.widget {
  margin-bottom: 60px;
}
.widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget ul li {
  border-bottom: 1px solid #f2f2f2;
}
.widget ul li a {
  display: block;
  -webkit-transition: text-indent 0.3s, color 0.3s;
          transition: text-indent 0.3s, color 0.3s;
  padding: 5px 0;
}
.widget ul li a:hover {
  text-indent: 20px;
}
.widget ul li a:hover .badge {
  text-indent: 0;
  background-color: #4c4c4c;
}
.widget ul li .recent-post {
  padding: 10px 0;
}
.widget ul li .recent-post .post-thumb {
  display: block;
  float: left;
  margin-right: 15px;
}
.widget ul li .recent-post .post-thumb img {
  border-radius: 10px;
}
.widget ul li .recent-post .post-title {
  font-family: "Open Sans";
  font-weight: 600;
  letter-spacing: 0;
  font-size: 15px;
  margin: 0 0 5px;
}
.widget ul li .recent-post .post-title a {
  display: inline;
}
.widget ul li .recent-post .post-meta {
  font-size: 12px;
}
.widget ul li .recent-post .post-meta a {
  font-weight: bold;
  color: #4c4c4c;
}
.widget ul li .recent-post .post-meta a:hover {
  color: #4ecdc4;
}
.widget ul li .recent-post a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 0;
}
.widget ul li .recent-post a:hover {
  text-indent: 0;
}
.widget ul li .badge {
  font-size: 10px;
  font-weight: 300;
  vertical-align: middle;
  margin-top: 5px;
  text-indent: 0;
  background-color: #4ecdc4;
  -webkit-transition: background-color 0.3s;
          transition: background-color 0.3s;
}
.widget .widget-title {
  font-weight: 300;
  font-size: 28px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.widget .tagcloud a {
  font-size: 13px;
  border-radius: 40px;
  color: #737373;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 3px 20px;
  border-color: #e5e5e5;
  border-width: 1px;
  border-style: solid;
  margin-bottom: 6px;
  -webkit-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
          transition: color 0.3s, background-color 0.3s, border-color 0.3s;
}
.widget .tagcloud a:hover {
  border-color: #4ecdc4;
  background-color: #4ecdc4;
  color: #fff;
}


.subscribe {
  padding: 40px 0;
  background: linear-gradient(-90deg, #6d787e, #bbc5cb);
}
.subscribe.courses-subscribe {
	margin-top: -80px;
}
.subscribe .subscribe-title {
  margin-top: -10px;
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
  font-size: 32px;
  text-transform: uppercase;
  font-weight: 300;
}
.subscribe-form {
  max-width: 500px;
  margin: 0 auto;
}
.subscribe-form .form-control {
  border-radius: 30px 2px 2px 30px !important;
  padding: 14px 20px 14px 30px !important;
}
.input-group .form-control {
  border-radius: 30px 2px 2px 30px !important;
  padding: 14px 20px 14px 30px !important;
}
a.social {
  font-family: "Oswald";
  letter-spacing: 1px;
  display: inline-block;
  background-color: #4ecdc4;
  color: #fff;
  padding: 8px 20px 8px 65px;
  border-radius: 50px;
  position: relative;
  overflow: hidden;
  -webkit-transition: background-color 0.3s, text-indent 0.3s, padding 0.3s;
          transition: background-color 0.3s, text-indent 0.3s, padding 0.3s;
}
a.social i {
  display: block;
  background-color: #31ada4;
  width: 50px;
  height: 42px;
  line-height: 42px;
  font-size: 17px;
  border-radius: 50px 0 0 50px;
  position: absolute;
  left: 0;
  top: 0;
  text-indent: 10px;
  -webkit-transition: text-indent 0.3s;
          transition: text-indent 0.3s;
}
a.social:hover {
  background-color: #31ada4;
  text-indent: -10px;
  padding: 8px 30px 8px 65px;
}
a.social:hover i {
  text-indent: 29px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  a.social:hover {
    padding: 8px 20px 8px 65px;
  }
}

.socialmedia {
  text-align: center;
}
.socialmedia .subscribe-social {
  padding: 0px 0px 5px 0px;
  margin: 0;
  list-style: none;
  text-align: center;
}
.socialmedia .subscribe-social li {
  padding: 0;
  margin: 0;
  margin-right: 5px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
a.social {
  font-family: "Oswald";
  letter-spacing: 1px;
  display: inline-block;
  background-color: #4ecdc4;
  color: #fff;
  padding: 8px 20px 8px 65px;
  border-radius: 50px;
  position: relative;
  overflow: hidden;
  -webkit-transition: background-color 0.3s, text-indent 0.3s, padding 0.3s;
          transition: background-color 0.3s, text-indent 0.3s, padding 0.3s;
}
a.social i {
  display: block;
  background-color: #31ada4;
  width: 50px;
  height: 42px;
  line-height: 42px;
  font-size: 17px;
  border-radius: 50px 0 0 50px;
  position: absolute;
  left: 0;
  top: 0;
  text-indent: 10px;
  -webkit-transition: text-indent 0.3s;
          transition: text-indent 0.3s;
}
a.social:hover {
  background-color: #31ada4;
  text-indent: -10px;
  padding: 8px 30px 8px 65px;
}
a.social:hover i {
  text-indent: 29px;
}
a.social.twitter {
  background-color: #2daae1;
}
a.social.twitter i {
  background-color: #1a87b7;
}
a.social.twitter:hover {
  background-color: #1a87b7;
}
a.social.facebook {
  background-color: #3c5b9b;
}
a.social.facebook i {
  background-color: #2b416f;
}
a.social.facebook:hover {
  background-color: #2b416f;
}
a.social.instagram {
  background-color: #da3684;
}
a.social.instagram i {
  background-color: #973eb0;
}
a.social.instagram:hover {
  background-color: #973eb0;
}
/*
a.social.rss:instagram {
  background-color: #973eb0;
}
*/
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  a.social:hover {
    padding: 8px 20px 8px 65px;
  }
}
.contact {
  padding: 80px 0;
}
.contact form input,
.contact form textarea {
  margin-bottom: 30px;
}
input[type="text"].formFieldError,
input[type="email"].formFieldError,
textarea.formFieldError {
  border-color: #e34444 !important;
}
ul, li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.contact-info li i {
	position: absolute;
	left: 0px;
	color: #444;
	top: 6px;
}
.contact-info li {
	padding-left: 25px;
	position: relative;
	font-size: 14px;
	color: #999;
	margin-bottom: 13px;
	line-height: 23px;
}



footer.site-footer {
  background-color: #fcfcfc;
  padding: 10px 0;
  color: #9f9f9f;
  font-size: 13px;
}
.copyright {
  text-align: center;
}

/* Responsive styles */

@media (min-width: 768px) {
  .navbar-nav > li > a {
    padding-top: 41px;
    padding-bottom: 41px;
  }
  .st-navbar-mini .navbar-default .navbar-nav > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (min-width: 1440px) {
  .grid {
    width: 100%;
    padding: 0;
  }
  .grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    background: #000;
    text-align: center;
    cursor: pointer;
    width: 25%;
  }
}

@media (max-width:1199px ){

}
  
@media(max-width:991px ){

}

/* Medium Mobile Landscape - 640x360 */
@media(max-width:768px ){
.navbar-nav > li > a {
  background-color: rgba(40, 40, 40, 0.75);
}
.navbar-default .navbar-nav > li.active > a,
.navbar-default .navbar-nav > li.active a:hover,
.navbar-default .navbar-nav > li.active a:focus,
.navbar-default .navbar-nav > li.active a:active {
  color: #4ecdc4;
  background-color: rgba(40, 40, 40, 0.95);
}
.st-navbar-mini .navbar-default .navbar-nav > li.active > a,
.st-navbar-mini .navbar-default .navbar-nav > li.active a:hover,
.st-navbar-mini .navbar-default .navbar-nav > li.active a:focus,
.st-navbar-mini .navbar-default .navbar-nav > li.active a:active {
  background-color: rgba(40, 40, 40, 0.95);
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  background-color: rgba(40, 40, 40, 0.95);
}

.home .hero-txt .hero-title {
  font-size: 40px;
  letter-spacing: 3px;
  margin-top: -40px;
}
.home .hero-txt .hero-sub-title {
  font-size: 18px;
  letter-spacing: 2px;
}
.btn {	
  font-size: 16px;
  letter-spacing: 0px;
  margin-top: -140px;
}
.btn.btn-lg {
  padding: 10px 15px;
  font-size: 14px;
}
.section-title {
  margin-bottom: 30px;
}
.section-title h1,h3 {
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 1px;
  font-weight: 400;
}
.section-title p {
  font-size: 28px;
  line-height: 38px;
  letter-spacing: 1px;
  font-weight: 600;
}
.btn.btn-discover {
  margin-top: -10px;
  margin-bottom: 20px;
  position: relative;
  left: 180px;
}
.funfacts .funfact .st-funfact-icon {
  line-height: 70px;
}
.funfacts .funfact .st-funfact-counter {
  font-size: 38px;
  line-height: 48px;
  letter-spacing: 2px;
}
.join-us h3 {
  font-size: 18px;
  line-height: 45px;
  margin: 0 0 0 0;
  letter-spacing: 1px;
  word-spacing: 0px;
}
.btn.btn-join {
  margin-top: 10px;
  margin-bottom: 10px;
}
.btn.btn-purchase {
  margin-top: 0px;
}
.btn.btn-photo {
  display: none;
}
.grid figure {
  width: 50%;
}
.grid figure h2 {
  font-size: 3.5vw; 
  right: 20px;
  left: 20px;
}
.testimonial-img {
	width: 110px;
	height: 110px;
}
.test-img {
	width: 110px;
	height: 110px;
}
.testimonial .testimonial-img {
  margin-right: 10px;
}
.testimonial .testimonial-img:after {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  bottom: 11%;
}
.testimonial blockquote {
  height: 180px;
}
.testimonial blockquote p {
  font-size: 14px;
}
.pricing-body {
	display: none;
}
.btn.btn-courses {
  margin-top: 0px;
}
.pricing-footer {
	display: none;
}
.pricing-footer.single {
	display: block;
}
.pt-price {
  border-top: 0px;
}
.btn.btn-faq {
  margin-top: 0px;
}

.btn.btn-subscribe {
	margin-top: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.btn.btn-send {
	margin-top: -10px;
}
}

/* Large Mobile ??? */
@media(max-width:480px ){

}

/* Medium Mobile - 360x640 HTC One, Moto G3, Galaxy S etc*/
@media(max-width:360px ){	
.navbar-nav > li > a {
  background-color: rgba(40, 40, 40, 0.75);
}
.navbar-default .navbar-nav > li.active > a,
.navbar-default .navbar-nav > li.active a:hover,
.navbar-default .navbar-nav > li.active a:focus,
.navbar-default .navbar-nav > li.active a:active {
  color: #4ecdc4;
  background-color: rgba(40, 40, 40, 0.95);
}
.st-navbar-mini .navbar-default .navbar-nav > li.active > a,
.st-navbar-mini .navbar-default .navbar-nav > li.active a:hover,
.st-navbar-mini .navbar-default .navbar-nav > li.active a:focus,
.st-navbar-mini .navbar-default .navbar-nav > li.active a:active {
  background-color: rgba(40, 40, 40, 0.95);
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  background-color: rgba(40, 40, 40, 0.95);
}

.home .hero-txt .hero-title {
  font-size: 30px;
  letter-spacing: 2px;
}
.home .hero-txt .hero-sub-title {
  font-size: 18px;
  letter-spacing: 2px;
}

.btn {	
  font-size: 16px;
  letter-spacing: 0px;
  margin-top: -140px;
}
.btn.btn-lg {
  padding: 10px 15px;
  font-size: 14px;
}
.section-title {
  margin-bottom: 30px;
}
.section-title h1,h3 {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 1px;
  font-weight: 400;
}
.section-title p {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 1px;
  font-weight: 600;
}
.btn.btn-discover {
  margin-top: -10px;
  margin-bottom: 20px;
  position: relative;
  left: 50px;
}
.funfacts .funfact .st-funfact-icon {
  line-height: 70px;
}
.funfacts .funfact .st-funfact-counter {
  font-size: 38px;
  line-height: 48px;
  letter-spacing: 2px;
}
.join-us h3 {
  font-size: 18px;
  line-height: 45px;
  margin: 0 0 0 0;
  letter-spacing: 1px;
  word-spacing: 0px;
}
.btn.btn-join {
  margin-top: 10px;
  margin-bottom: 10px;
}
.btn.btn-purchase {
  margin-top: 0px;
}
.btn.btn-photo {
  display: none;
}
.grid figure {
  width: 50%;
}
.grid figure h2 {
  font-size: 3.5vw; 
  right: 20px;
  left: 20px;
}
.testimonial-img {
	width: 110px;
	height: 110px;
}
.test-img {
	width: 110px;
	height: 110px;
}
.testimonial .testimonial-img {
  margin-right: 10px;
}
.testimonial .testimonial-img:after {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  bottom: 11%;
}
.testimonial blockquote {
  height: 300px;
}
.testimonial blockquote p {
  font-size: 14px;
}
.pricing-body {
	display: none;
}
.btn.btn-courses {
  margin-top: 0px;
}
.pricing-footer {
	display: none;
}
.pricing-footer.single {
	display: block;
}
.pt-price {
  border-top: 0px;
}
.btn.btn-faq {
  margin-top: 0px;
}
.subscribe .subscribe-title {
  font-size: 18px;
}
.btn.btn-subscribe {
	margin-top: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.btn.btn-send {
	margin-top: -10px;
}
}

/* Small Mobile - Min. Width on Chrome */
@media(max-width:320px ){
.navbar-brand {
	font-size: 24px;
}
.navbar-nav > li > a {
  background-color: rgba(40, 40, 40, 0.75);
}
.navbar-default .navbar-nav > li.active > a,
.navbar-default .navbar-nav > li.active a:hover,
.navbar-default .navbar-nav > li.active a:focus,
.navbar-default .navbar-nav > li.active a:active {
  color: #4ecdc4;
  background-color: rgba(40, 40, 40, 0.95);
}
.st-navbar-mini .navbar-default .navbar-nav > li.active > a,
.st-navbar-mini .navbar-default .navbar-nav > li.active a:hover,
.st-navbar-mini .navbar-default .navbar-nav > li.active a:focus,
.st-navbar-mini .navbar-default .navbar-nav > li.active a:active {
  background-color: rgba(40, 40, 40, 0.95);
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  background-color: rgba(40, 40, 40, 0.95);
}

.home .hero-txt .hero-title {
  font-size: 16px;
  letter-spacing: 2px;
  margin-bottom: 0px;
  margin-top: -34px;
  padding: 0px;
}
.home .hero-txt .hero-sub-title {
  font-size: 14px;
  letter-spacing: 2px;
}
.btn-default {
  color: #676767;
  border-color: #e5e5e5;
}
.btn-default:hover {
  color: #fff;
  background-color: #4ecdc4;
  border-color: #4ecdc4;
}
.btn {	
  font-size: 12px;
  letter-spacing: 0px;
  margin-top: -180px;
}
.btn.btn-lg {
  padding: 8px 13px;
  font-size: 12px;
}
.btn-more {
  display: none;
}
.section-title {
  margin-bottom: 30px;
}
.section-title h1,h3 {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1px;
  font-weight: 400;
}
.section-title p {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 1px;
  font-weight: 600;
}
.btn.btn-discover {
  margin-top: -10px;
  margin-bottom: 20px;
  position: relative;
  left: 40px;
}
.funfacts .funfact .st-funfact-icon {
  line-height: 70px;
}
.funfacts .funfact .st-funfact-counter {
  font-size: 38px;
  line-height: 48px;
  letter-spacing: 2px;
}
.join-us h3 {
  font-size: 18px;
  line-height: 45px;
  margin: 0 0 0 0;
  letter-spacing: 1px;
  word-spacing: 0px;
}
.btn.btn-join {
  margin-top: 10px;
  margin-bottom: 10px;
}
.btn.btn-purchase {
  margin-top: 0px;
}
.btn.btn-photo {
  display: none;
}
.grid figure {
  width: 50%;
}
.grid figure h2 {
  font-size: 3.5vw; 
  right: 20px;
  left: 20px;
}
.testimonial-img {
	width: 110px;
	height: 110px;
}
.test-img {
	width: 110px;
	height: 110px;
}
.testimonial .testimonial-img {
  margin-right: 10px;
}
.testimonial .testimonial-img:after {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  bottom: 11%;
}
.testimonial blockquote {
  height: 300px;
}
.testimonial blockquote p {
  font-size: 14px;
}
.pricing-body {
	display: none;
}
.btn.btn-courses {
  margin-top: 0px;
}
.pricing-footer {
	display: none;
}
.pricing-footer.single {
	display: block;
}
.pt-price {
  border-top: 0px;
}
.btn.btn-faq {
  margin-top: 0px;
}
.subscribe .subscribe-title {
  font-size: 18px;
}
.btn.btn-subscribe {
	margin-top: 0px;
	padding-top: 17px;
	padding-bottom: 16px;
}
.btn.btn-send {
	margin-top: -10px;
}
}
