@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700,900);
@import url(https://fonts.googleapis.com/css?family=Poiret+One);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css);
@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
@import url(https://cdnjs.cloudflare.com/ajax/libs/octicons/3.5.0/octicons.min.css);
@import url(https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.1/animate.min.css);
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  font-family: "Roboto", sans-serif;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.1); }

html, body {
  height: 100%; }

body {
  overflow-y: scroll; }

h1, h2, h3, h4, h5, h6 {
  color: #555;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
  margin: 0; }

a:hover {
  text-decoration: none; }

p {
  margin: 0; }

.card-1 {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }

.card-2, .img-column .img-container, .desc-column .desc-container, .playlist-column .vjs-playlist, .pricing-row-vertical .tier1, .pricing-row-vertical .tier2, .pricing-row-vertical .tier3, .pricing-row-horizontal .pricing-column .pricing-grid, .row.mobile-dashboard .mobile-dashboard-sections .mobile-return-btn {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }

.card-3, .row.feature-row img, .row.feature-text .feature-bottom .feature-box-inner {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }

.card-4, .img-column .img-container:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); }

.card-5 {
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22); }

.flex-x {
  display: flex;
  justify-content: center; }

.flex-xy, .row.mobile-dashboard .mobile-dashboard-sections .my-titles-mobile, .row.mobile-dashboard .mobile-dashboard-sections .top-instructors-mobile, .row.mobile-dashboard .mobile-dashboard-sections .recent-additions-mobile, .row.mobile-dashboard .mobile-dashboard-sections .mobile-return-btn {
  display: flex;
  justify-content: center;
  align-items: center; }

.vertical {
  flex-direction: column; }

.stagger-transition.ng-enter-stagger {
  transition-delay: 50ms;
  -webkit-transition-delay: 50ms;
  transition-duration: 0;
  -webkit-transition-duration: 0; }

.stagger-transition.ng-enter {
  transition: 300ms ease-out all;
  -webkit-transition: 300ms ease-out all;
  opacity: 0; }

.stagger-transition.ng-enter-active {
  opacity: 1; }

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  visibility: hidden !important; }

.well {
  box-shadow: none;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.12); }

.page-row {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100vh; }

body {
  overflow-x: hidden;
  opacity: 0;
  transition: opacity 300ms; }

nav.navbar {
  -webkit-transition: color 500ms, background-color 500ms;
  -moz-transition: color 500ms, background-color 500ms;
  -ms-transition: color 500ms, background-color 500ms;
  -o-transition: color 500ms, background-color 500ms;
  transition: color 500ms, background-color 500ms;
  position: absolute;
  z-index: 100;
  height: 50px;
  top: 0;
  left: 0;
  right: 0;
  border: none;
  background-color: white;
  border-radius: 0; }
  nav.navbar:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: -60px;
    bottom: -20px;
    z-index: 1; }
    @media screen and (min-width: 768px) {
      nav.navbar:before {
        background: -ms-linear-gradient(top, black, transparent);
        background: -webkit-linear-gradient(top, black, transparent);
        background: -o-linear-gradient(top, black, transparent);
        background: -moz-linear-gradient(top, black, transparent);
        background: linear-gradient(top, black, transparent); } }
  @media screen and (max-width: 767px) {
    nav.navbar {
      position: fixed; }
      nav.navbar .navbar-brand {
        background: url("../img/logo.png") center center no-repeat !important;
        background-size: contain !important; } }
  @media screen and (min-width: 768px) {
    nav.navbar {
      top: 60px;
      background-color: transparent;
      padding: 0 45px;
      width: 100%; } }
  nav.navbar * {
    z-index: 2; }
  nav.navbar .navbar-header {
    height: 50px; }
    @media screen and (min-width: 768px) {
      nav.navbar .navbar-header {
        padding-left: 15px; } }
    nav.navbar .navbar-header .navbar-toggle {
      border-radius: 3px;
      border: 1px solid #777;
      margin: 9px 15px 0 0;
      padding: 5px 8px;
      transition: all 300ms; }
    nav.navbar .navbar-header .brand-name {
      font-family: "Roboto", sans-serif;
      color: #555;
      display: inline-block;
      width: calc(100% - 124px);
      text-align: center;
      font-size: 24px;
      font-weight: 900;
      letter-spacing: 0px;
      line-height: 50px; }
      @media screen and (min-width: 768px) {
        nav.navbar .navbar-header .brand-name {
          display: none; } }
    nav.navbar .navbar-header .navbar-brand {
      position: relative;
      margin: 0;
      z-index: 2;
      width: 160px;
      background: url("../img/logo-white.png") center center no-repeat;
      background-size: contain; }
      @media screen and (max-width: 767px) {
        nav.navbar .navbar-header .navbar-brand {
          margin-left: calc(50% - 80px); } }
  nav.navbar .navbar-nav .user-dropdown {
    color: white; }
    nav.navbar .navbar-nav .user-dropdown i {
      font-size: 16px; }
    nav.navbar .navbar-nav .user-dropdown i.material-icons {
      padding-top: 1px;
      font-size: 18px;
      margin-left: -2px; }
    nav.navbar .navbar-nav .user-dropdown.open i.fa-user {
      color: #03A9F4; }
    nav.navbar .navbar-nav .user-dropdown li a {
      transition: all 200ms;
      color: #555; }
      nav.navbar .navbar-nav .user-dropdown li a:hover {
        background-color: #03A9F4;
        color: white; }
  nav.navbar .navbar-nav > li > a {
    font-family: "Open Sans", sans-serif;
    color: #D8D8D8;
    text-transform: capitalize;
    font-size: 12px;
    box-shadow: inset 0 -2px transparent;
    transition: all 500ms; }
    nav.navbar .navbar-nav > li > a i {
      color: #D8D8D8; }
    nav.navbar .navbar-nav > li > a i.fa-user {
      margin-right: 5px; }
    nav.navbar .navbar-nav > li > a:hover {
      box-shadow: inset 0 -2px #2196F3;
      color: white;
      text-shadow: 0 0 1px white; }
    @media screen and (min-width: 768px) and (max-width: 950px) {
      nav.navbar .navbar-nav > li > a {
        padding: 15px 4px; } }
    @media screen and (min-width: 1200px) {
      nav.navbar .navbar-nav > li > a {
        font-size: 14px; } }
  nav.navbar .navbar-nav > li.active > a {
    background-color: transparent;
    box-shadow: inset 0 -2px #2196F3;
    color: #D8D8D8; }
    nav.navbar .navbar-nav > li.active > a:hover {
      background-color: transparent;
      color: white; }
  nav.navbar .navbar-collapse.in, nav.navbar .navbar-collapse.collapsing {
    background-color: white; }
    nav.navbar .navbar-collapse.in a, nav.navbar .navbar-collapse.collapsing a {
      color: #777; }
  nav.navbar.affix {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    position: fixed;
    top: 0;
    background-color: white; }
    nav.navbar.affix .navbar-nav > li > a {
      color: #777; }
    nav.navbar.affix .navbar-brand {
      background: url("../img/logo.png") center center no-repeat;
      background-size: contain; }
      nav.navbar.affix .navbar-brand i {
        color: #2196F3; }
    nav.navbar.affix:before {
      opacity: 0; }
    nav.navbar.affix i.fa-user {
      color: #2196F3; }

section.dynamic-page {
  display: flex;
  flex-direction: column;
  background-color: #f6f8fa;
  flex: 1 0 auto; }
  section.dynamic-page header {
    width: calc(100% + 30px);
    position: relative;
    left: -15px;
    padding: 15px;
    color: white; }
    @media screen and (min-width: 768px) {
      section.dynamic-page header {
        padding: 0 70px; } }
    section.dynamic-page header.home-header {
      background: url("../img/golf_bag.jpg") center center no-repeat;
      background-size: cover;
      height: 100vh; }
      section.dynamic-page header.home-header:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: #131517;
        z-index: 0;
        opacity: 1;
        background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3), transparent);
        background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3), transparent);
        background: -o-linear-gradient(left, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3), transparent);
        background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3), transparent);
        background: linear-gradient(left, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3), transparent); }
      @media screen and (min-width: 768px) {
        section.dynamic-page header.home-header {
          align-items: flex-start !important; } }
      section.dynamic-page header.home-header * {
        z-index: 1; }
      section.dynamic-page header.home-header .brand-name {
        font-size: 30px;
        text-align: center;
        font-weight: 400;
        margin-bottom: 30px; }
      section.dynamic-page header.home-header .brand-tagline {
        font-size: 40px;
        font-weight: 900;
        transition: font-size 300ms; }
        section.dynamic-page header.home-header .brand-tagline span.highlight {
          color: #F57C00; }
        @media screen and (min-width: 768px) and (max-width: 991px) {
          section.dynamic-page header.home-header .brand-tagline {
            font-size: 34px; } }
        @media screen and (min-width: 992px) and (max-width: 1199px) {
          section.dynamic-page header.home-header .brand-tagline {
            font-size: 46px; } }
        @media screen and (min-width: 1200px) and (max-width: 1599px) {
          section.dynamic-page header.home-header .brand-tagline {
            font-size: 55px; } }
      section.dynamic-page header.home-header .call-to-action {
        background-color: #4CAF50;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
        display: inline-flex;
        position: relative;
        justify-content: center;
        align-items: center;
        border-radius: 2px;
        padding: 5px 10px;
        color: white;
        margin-top: 30px;
        font-family: "Raleway", sans-serif;
        font-size: 14px;
        font-weight: 700;
        padding: 15px 30px; }
        section.dynamic-page header.home-header .call-to-action:hover {
          background-color: #3d8b40;
          cursor: pointer;
          transition: all 0.3s ease; }
        section.dynamic-page header.home-header .call-to-action:active {
          background-color: #449d48;
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.24), inset 0 1px 2px rgba(0, 0, 0, 0.36); }
        section.dynamic-page header.home-header .call-to-action.disabled {
          pointer-events: none;
          background-color: #255627;
          opacity: 0.8; }
    section.dynamic-page header.landing-header {
      top: -30px;
      justify-content: space-around;
      background: url("../img/oag30daybackground.jpg") center center no-repeat;
      background-size: cover;
      height: calc(100vh - 50px); }
      section.dynamic-page header.landing-header:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: #131517;
        z-index: 0;
        opacity: 0.3;
        background-color: black; }
      @media screen and (min-width: 768px) {
        section.dynamic-page header.landing-header {
          justify-content: center; } }
      section.dynamic-page header.landing-header * {
        z-index: 1; }
      section.dynamic-page header.landing-header .headline {
        font-size: 38px;
        text-align: center;
        font-weight: 900; }
        section.dynamic-page header.landing-header .headline span.highlight {
          color: #FF9800; }
        section.dynamic-page header.landing-header .headline a {
          display: inline-flex;
          align-items: center;
          justify-content: center;
          color: white;
          border-radius: 3px;
          background-color: #4CAF50;
          margin: 0 10px;
          transition: all 300ms;
          width: 340px;
          height: 80px; }
          section.dynamic-page header.landing-header .headline a:hover {
            background-color: #3d8b40;
            width: 408px;
            height: 96px;
            font-size: 46px; }
      section.dynamic-page header.landing-header .headline-main {
        font-size: 40px;
        padding-bottom: 20px;
        font-weight: 600; }
        section.dynamic-page header.landing-header .headline-main span.big {
          font-size: 60px;
          font-weight: 900;
          padding: 0 10px; }
      section.dynamic-page header.landing-header ul {
        padding-left: 30px;
        list-style: none; }
        @media screen and (min-width: 768px) {
          section.dynamic-page header.landing-header ul {
            padding-top: 80px; } }
        section.dynamic-page header.landing-header ul li {
          font-size: 14px;
          line-height: 22px;
          text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.62);
          letter-spacing: 1px; }
          @media screen and (min-width: 768px) {
            section.dynamic-page header.landing-header ul li {
              font-size: 20px;
              line-height: 36px; } }
      section.dynamic-page header.landing-header .call-to-action {
        background-color: #4CAF50;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
        display: inline-flex;
        position: relative;
        justify-content: center;
        align-items: center;
        border-radius: 2px;
        padding: 5px 10px;
        color: white;
        font-family: "Raleway", sans-serif;
        font-size: 20px;
        font-weight: 700;
        padding: 15px 30px;
        text-align: center; }
        section.dynamic-page header.landing-header .call-to-action:hover {
          background-color: #3d8b40;
          cursor: pointer;
          transition: all 0.3s ease; }
        section.dynamic-page header.landing-header .call-to-action:active {
          background-color: #449d48;
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.24), inset 0 1px 2px rgba(0, 0, 0, 0.36); }
        section.dynamic-page header.landing-header .call-to-action.disabled {
          pointer-events: none;
          background-color: #255627;
          opacity: 0.8; }
    section.dynamic-page header.titles-header {
      background-color: #131517;
      height: 62vh;
      align-items: flex-start; }
      section.dynamic-page header.titles-header:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: #131517;
        z-index: 0; }
      section.dynamic-page header.titles-header .group-title {
        z-index: 1;
        color: white;
        font-size: 60px;
        font-weight: 300; }
      section.dynamic-page header.titles-header.Instructors {
        background: url("../img/golfer_wide.jpg") center center no-repeat;
        background-size: cover; }
        section.dynamic-page header.titles-header.Instructors:before {
          opacity: 0;
          background: -ms-linear-gradient(left, rgba(53, 76, 114, 0.9), rgba(53, 76, 114, 0));
          background: -webkit-linear-gradient(left, rgba(53, 76, 114, 0.9), rgba(53, 76, 114, 0));
          background: -o-linear-gradient(left, rgba(53, 76, 114, 0.9), rgba(53, 76, 114, 0));
          background: -moz-linear-gradient(left, rgba(53, 76, 114, 0.9), rgba(53, 76, 114, 0));
          background: linear-gradient(left, rgba(53, 76, 114, 0.9), rgba(53, 76, 114, 0)); }
      section.dynamic-page header.titles-header.Archives {
        background: url("../img/film.jpg") center center no-repeat;
        background-size: cover; }
        section.dynamic-page header.titles-header.Archives:before {
          background: -ms-linear-gradient(left, rgba(121, 90, 58, 0.9), rgba(121, 90, 58, 0));
          background: -webkit-linear-gradient(left, rgba(121, 90, 58, 0.9), rgba(121, 90, 58, 0));
          background: -o-linear-gradient(left, rgba(121, 90, 58, 0.9), rgba(121, 90, 58, 0));
          background: -moz-linear-gradient(left, rgba(121, 90, 58, 0.9), rgba(121, 90, 58, 0));
          background: linear-gradient(left, rgba(121, 90, 58, 0.9), rgba(121, 90, 58, 0)); }
      section.dynamic-page header.titles-header.Series {
        background: url("../img/sunset.jpg") center center no-repeat;
        background-size: cover; }
        section.dynamic-page header.titles-header.Series:before {
          opacity: 0;
          background: -ms-linear-gradient(left, rgba(150, 118, 84, 0.9), rgba(150, 118, 84, 0));
          background: -webkit-linear-gradient(left, rgba(150, 118, 84, 0.9), rgba(150, 118, 84, 0));
          background: -o-linear-gradient(left, rgba(150, 118, 84, 0.9), rgba(150, 118, 84, 0));
          background: -moz-linear-gradient(left, rgba(150, 118, 84, 0.9), rgba(150, 118, 84, 0));
          background: linear-gradient(left, rgba(150, 118, 84, 0.9), rgba(150, 118, 84, 0)); }
      section.dynamic-page header.titles-header.Method {
        background: url("../img/chipping.jpg") center center no-repeat;
        background-size: cover; }
        section.dynamic-page header.titles-header.Method:before {
          background: -ms-linear-gradient(left, rgba(95, 113, 66, 0.9), rgba(95, 113, 66, 0));
          background: -webkit-linear-gradient(left, rgba(95, 113, 66, 0.9), rgba(95, 113, 66, 0));
          background: -o-linear-gradient(left, rgba(95, 113, 66, 0.9), rgba(95, 113, 66, 0));
          background: -moz-linear-gradient(left, rgba(95, 113, 66, 0.9), rgba(95, 113, 66, 0));
          background: linear-gradient(left, rgba(95, 113, 66, 0.9), rgba(95, 113, 66, 0)); }
      section.dynamic-page header.titles-header.Swing {
        background: url("../img/swing.jpg") center center no-repeat;
        background-size: cover; }
        section.dynamic-page header.titles-header.Swing:before {
          background: -ms-linear-gradient(left, rgba(165, 119, 9, 0.7), rgba(165, 119, 9, 0));
          background: -webkit-linear-gradient(left, rgba(165, 119, 9, 0.7), rgba(165, 119, 9, 0));
          background: -o-linear-gradient(left, rgba(165, 119, 9, 0.7), rgba(165, 119, 9, 0));
          background: -moz-linear-gradient(left, rgba(165, 119, 9, 0.7), rgba(165, 119, 9, 0));
          background: linear-gradient(left, rgba(165, 119, 9, 0.7), rgba(165, 119, 9, 0)); }
      section.dynamic-page header.titles-header.Topics {
        background: url("../img/sunset_swing.jpg") center center no-repeat;
        background-size: cover; }
        section.dynamic-page header.titles-header.Topics:before {
          background: -ms-linear-gradient(left, rgba(113, 132, 134, 0.7), rgba(113, 132, 134, 0));
          background: -webkit-linear-gradient(left, rgba(113, 132, 134, 0.7), rgba(113, 132, 134, 0));
          background: -o-linear-gradient(left, rgba(113, 132, 134, 0.7), rgba(113, 132, 134, 0));
          background: -moz-linear-gradient(left, rgba(113, 132, 134, 0.7), rgba(113, 132, 134, 0));
          background: linear-gradient(left, rgba(113, 132, 134, 0.7), rgba(113, 132, 134, 0)); }
      section.dynamic-page header.titles-header.tags {
        background: url("../img/golf_bag.jpg") center center no-repeat;
        background-size: cover; }
        section.dynamic-page header.titles-header.tags:before {
          background: -ms-linear-gradient(left, rgba(113, 132, 134, 0.7), rgba(113, 132, 134, 0));
          background: -webkit-linear-gradient(left, rgba(113, 132, 134, 0.7), rgba(113, 132, 134, 0));
          background: -o-linear-gradient(left, rgba(113, 132, 134, 0.7), rgba(113, 132, 134, 0));
          background: -moz-linear-gradient(left, rgba(113, 132, 134, 0.7), rgba(113, 132, 134, 0));
          background: linear-gradient(left, rgba(113, 132, 134, 0.7), rgba(113, 132, 134, 0)); }

.row.anywhere {
  background-color: white; }
  .row.anywhere .mac-container {
    width: 100%;
    height: 340px;
    position: relative;
    margin: 0; }
    @media screen and (min-width: 1200px) and (max-width: 1599px) {
      .row.anywhere .mac-container {
        height: 450px; } }
    @media screen and (min-width: 1600px) {
      .row.anywhere .mac-container {
        height: 450px; } }
  .row.anywhere .mac {
    z-index: 1;
    width: 100%;
    height: 340px;
    background: url("../img/laptop4.jpg") center center no-repeat;
    background-size: contain; }
    @media screen and (min-width: 1200px) and (max-width: 1599px) {
      .row.anywhere .mac {
        width: 80%; } }
    @media screen and (min-width: 1600px) {
      .row.anywhere .mac {
        width: 80%; } }
  .row.anywhere .mac-heading {
    height: 200px;
    flex-direction: column; }
    @media screen and (max-width: 767px) {
      .row.anywhere .mac-heading {
        margin-bottom: 40px; } }
    @media screen and (min-width: 768px) {
      .row.anywhere .mac-heading {
        height: 340px; } }
    @media screen and (min-width: 1200px) {
      .row.anywhere .mac-heading {
        height: 450px; } }
    .row.anywhere .mac-heading i {
      font-size: 250px;
      color: #2D647F;
      position: absolute;
      top: 50px;
      left: 0;
      right: 0;
      bottom: 0;
      text-align: center;
      opacity: 0.2; }
      @media screen and (max-width: 767px) {
        .row.anywhere .mac-heading i {
          top: -10px; } }
      @media screen and (min-width: 1200px) and (max-width: 1599px) {
        .row.anywhere .mac-heading i {
          top: 100px; } }
      @media screen and (min-width: 1600px) {
        .row.anywhere .mac-heading i {
          top: 100px; } }
    .row.anywhere .mac-heading h4 {
      font-size: 24px;
      position: relative;
      display: inline-block;
      color: #53717F;
      font-weight: 600;
      font-style: italic; }
      .row.anywhere .mac-heading h4 span {
        font-size: 30px;
        position: relative;
        top: 20px;
        display: block;
        left: 30px;
        text-transform: uppercase;
        font-weight: 800;
        font-style: normal;
        padding: 0 5px;
        line-height: 1.4;
        text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3) !important; }
      .row.anywhere .mac-heading h4 .span1 {
        color: #5AC9FF; }
      .row.anywhere .mac-heading h4 .span2 {
        color: #48A1CC;
        left: 70px; }
  .row.anywhere .mac-info {
    text-align: center;
    padding: 30px;
    font-size: 14px;
    line-height: 1.8;
    color: #53717F;
    font-weight: 400; }
    @media screen and (min-width: 992px) {
      .row.anywhere .mac-info {
        padding: 0 10% 40px 10%;
        letter-spacing: 2px; } }

.row.coaches {
  position: relative;
  background-color: #2D647F;
  background: -ms-linear-gradient(140deg, #48A1CC, #2D647F);
  background: -webkit-linear-gradient(140deg, #48A1CC, #2D647F);
  background: -o-linear-gradient(140deg, #48A1CC, #2D647F);
  background: -moz-linear-gradient(140deg, #48A1CC, #2D647F);
  background: linear-gradient(140deg, #48A1CC, #2D647F); }
  @media screen and (min-width: 768px) {
    .row.coaches {
      padding: 50px 0; } }
  @media screen and (min-width: 1200px) and (max-width: 1599px) {
    .row.coaches {
      text-align: left;
      padding: 50px 10%; } }
  @media screen and (min-width: 1600px) {
    .row.coaches {
      text-align: left;
      padding: 50px 10%; } }
  .row.coaches .coaches-heading {
    font-family: "Poiret One", cursive;
    text-align: center;
    color: white !important; }
    .row.coaches .coaches-heading h1 {
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5) !important;
      margin: 50px 0;
      position: relative;
      display: inline-block;
      font-weight: 800; }
      .row.coaches .coaches-heading h1 .line {
        display: inline-block;
        position: absolute;
        width: 100px;
        height: 1px;
        background-color: #2D647F;
        top: 20px; }
      .row.coaches .coaches-heading h1 .line1 {
        left: -130px; }
      .row.coaches .coaches-heading h1 .line2 {
        right: -130px; }
  .row.coaches .coach-container {
    position: relative;
    padding: 20px 40px;
    text-align: center;
    flex-direction: column; }
    @media screen and (min-width: 992px) {
      .row.coaches .coach-container {
        flex-direction: row;
        justify-content: space-around; } }
    .row.coaches .coach-container .coach-portait {
      margin: 30px; }
    .row.coaches .coach-container .coach-info {
      flex-direction: column;
      padding: 0 0 30px 0; }
      @media screen and (min-width: 768px) and (max-width: 991px) {
        .row.coaches .coach-container .coach-info {
          padding: 0 200px; } }
      @media screen and (min-width: 992px) {
        .row.coaches .coach-container .coach-info {
          width: 70%;
          padding: 30px; } }
    .row.coaches .coach-container h3 {
      color: #A6E2FF;
      margin-bottom: 20px;
      font-weight: 700;
      text-shadow: 1px 1px rgba(0, 0, 0, 0.3) !important; }
      @media screen and (min-width: 768px) and (max-width: 991px) {
        .row.coaches .coach-container h3 {
          text-align: justify; } }
      @media screen and (min-width: 992px) {
        .row.coaches .coach-container h3 {
          width: 100%;
          text-align: left; } }
    .row.coaches .coach-container p {
      font-size: 14px;
      color: white;
      line-height: 22px;
      width: 100%;
      text-align: justify;
      font-weight: 600;
      letter-spacing: 1px;
      margin-bottom: 0;
      text-shadow: 1px 1px rgba(0, 0, 0, 0.3) !important; }
  .row.coaches .coach-portait {
    width: 120px;
    height: 120px; }
    @media screen and (min-width: 992px) {
      .row.coaches .coach-portait {
        width: 150px;
        height: 150px; } }
  .row.coaches .coach1 {
    background: url("../img/portrait1-small.png") center center no-repeat;
    background-size: cover; }
  .row.coaches .coach2 {
    background: url("../img/portrait2-small.png") center center no-repeat;
    background-size: cover; }
  .row.coaches .coach3 {
    background: url("../img/portrait3-small.png") center center no-repeat;
    background-size: cover; }
  .row.coaches .coach-divider > .divider-inner {
    width: 100px;
    height: 1px;
    background-color: #2D647F;
    margin: auto; }

.row.feature-row {
  background-color: #131517;
  padding: 0; }
  @media screen and (min-width: 768px) {
    .row.feature-row {
      padding: 0 60px; } }
  .row.feature-row .feature-top:hover {
    cursor: pointer; }
    .row.feature-row .feature-top:hover .play-container {
      opacity: 1; }
  .row.feature-row .play-container {
    transition: all 300ms;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    left: 15px;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1; }
  .row.feature-row .play-btn {
    width: 400px;
    height: 400px;
    background: url("../img/play-btn-red.png") center center no-repeat;
    background-size: contain; }
  @media screen and (min-width: 1600px) {
    .row.feature-row .feature-top {
      width: 60%;
      margin-left: 20%; } }

.row.feature-text {
  background-color: #C9D1D9;
  padding: 0; }
  @media screen and (min-width: 768px) {
    .row.feature-text {
      padding: 0 60px 0 60px; } }
  .row.feature-text .feature-bottom {
    padding: 0 15px; }
    @media screen and (min-width: 1600px) {
      .row.feature-text .feature-bottom {
        width: 60%;
        margin-left: 20%; } }
    .row.feature-text .feature-bottom .feature-box-inner {
      padding: 15px;
      background-color: white; }
      @media screen and (min-width: 768px) {
        .row.feature-text .feature-bottom .feature-box-inner {
          padding: 30px; } }
      .row.feature-text .feature-bottom .feature-box-inner .feature-heading {
        letter-spacing: 3px;
        color: #2196F3; }
      .row.feature-text .feature-bottom .feature-box-inner .feature-description {
        letter-spacing: 1px;
        margin-top: 15px;
        text-align: justify;
        color: #555; }
      .row.feature-text .feature-bottom .feature-box-inner .feature-sales {
        width: calc(100% + 30px);
        display: block;
        margin: 15px 0 -15px -15px;
        padding: 15px;
        transition: all 300ms;
        background-color: #4CAF50;
        text-align: center;
        color: white;
        font-size: 24px; }
        .row.feature-text .feature-bottom .feature-box-inner .feature-sales:hover {
          background-color: transparent;
          color: #4CAF50;
          transform: scale(1.1); }
        @media screen and (min-width: 768px) {
          .row.feature-text .feature-bottom .feature-box-inner .feature-sales {
            width: calc(100% + 60px);
            margin: 30px 0 -30px -30px;
            padding: 30px; } }

.row.content-row {
  background-color: #C9D1D9;
  padding: 15px 0 0 0; }
  @media screen and (min-width: 768px) {
    .row.content-row {
      padding: 30px 60px 15px 60px; } }

.feature-video {
  width: 100%; }

.thumbnail-ratio-wrapper {
  position: relative;
  display: block;
  padding-bottom: 56.25%;
  width: 100%;
  overflow: hidden;
  background: url(../img/golf_ball_thumb.jpg) center center no-repeat;
  background-size: cover; }
  .thumbnail-ratio-wrapper img, .thumbnail-ratio-wrapper object {
    position: absolute;
    width: 100%;
    transition: all 500ms; }

@media screen and (min-width: 1600px) {
  .img-column {
    width: 20%; } }
.img-column .img-container {
  position: relative;
  transition: all 300ms;
  margin-bottom: 15px;
  overflow: hidden;
  background-color: #131517; }
  @media screen and (min-width: 768px) {
    .img-column .img-container {
      margin-bottom: 30px; } }
  .img-column .img-container .img-title-container {
    position: absolute;
    bottom: 10px;
    left: 20px;
    right: 20px;
    z-index: 2;
    transition: all 300ms;
    width: calc(100% - 40px);
    color: white;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 1px; }
    .img-column .img-container .img-title-container .text-overlay {
      content: "";
      position: absolute;
      top: -40px;
      right: -20px;
      bottom: -20px;
      left: -20px;
      z-index: -1;
      background: -ms-linear-gradient(bottom, #131517, rgba(19, 21, 23, 0.7), rgba(19, 21, 23, 0));
      background: -webkit-linear-gradient(bottom, #131517, rgba(19, 21, 23, 0.7), rgba(19, 21, 23, 0));
      background: -o-linear-gradient(bottom, #131517, rgba(19, 21, 23, 0.7), rgba(19, 21, 23, 0));
      background: -moz-linear-gradient(bottom, #131517, rgba(19, 21, 23, 0.7), rgba(19, 21, 23, 0));
      background: linear-gradient(bottom, #131517, rgba(19, 21, 23, 0.7), rgba(19, 21, 23, 0)); }
  .img-column .img-container .img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #131517;
    opacity: 0.3;
    transition: all 300ms;
    z-index: 1; }
  .img-column .img-container:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
    .img-column .img-container:hover img {
      -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
      -o-transform: scale(1.2);
      transform: scale(1.2); }
    .img-column .img-container:hover .img-overlay {
      opacity: 0; }

.content-row.video-content {
  padding: 0; }

.video-column {
  background-color: #131517;
  padding: 0; }
  @media screen and (min-width: 992px) and (max-width: 1199px) {
    .video-column {
      padding: 0 65px; } }
  @media screen and (min-width: 1200px) {
    .video-column {
      padding: 0 calc(50% - 500px); } }
  .video-column .video-js {
    width: 100%;
    background-color: black; }
  .video-column .vjs-control-bar {
    background-color: transparent !important; }
  .video-column .vjs-slider {
    background-color: rgba(255, 255, 255, 0.3) !important; }
  .video-column .vjs-load-progress {
    background-color: white !important; }
  .video-column .vjs-play-progress {
    background-color: #2196F3 !important; }

.desc-column {
  padding: 0; }
  @media screen and (min-width: 992px) {
    .desc-column {
      padding: 0 65px; } }
  @media screen and (min-width: 1200px) {
    .desc-column {
      padding: 0 calc(50% - 500px); } }
  .desc-column .desc-container {
    background-color: white;
    padding: 15px; }
    @media screen and (min-width: 992px) {
      .desc-column .desc-container {
        padding: 30px; } }
  .desc-column .desc-heading {
    font-size: 18px;
    letter-spacing: 1px;
    text-shadow: none; }
  .desc-column .desc-description {
    letter-spacing: 1px;
    margin: 15px 0;
    text-align: justify;
    font-size: 14px;
    color: #555; }

.playlist-column {
  padding: 0;
  border-top: 1px solid #D0D0D0; }
  @media screen and (min-width: 992px) {
    .playlist-column {
      padding: 0 65px; } }
  @media screen and (min-width: 1200px) {
    .playlist-column {
      padding: 0 calc(50% - 500px); } }
  .playlist-column .vjs-playlist {
    margin-bottom: 0;
    background-color: white !important;
    padding: 15px 15px 0 15px; }
    @media screen and (min-width: 992px) {
      .playlist-column .vjs-playlist {
        padding: 30px 30px 15px 30px !important; } }
    .playlist-column .vjs-playlist .vjs-playlist-name {
      color: black; }
    .playlist-column .vjs-playlist .vjs-playlist-description {
      color: #555;
      font-size: 14px; }
    .playlist-column .vjs-playlist .vjs-selected .vjs-playlist-name {
      color: #2196F3;
      font-weight: 600; }
    .playlist-column .vjs-playlist .vjs-selected .vjs-playlist-description {
      font-weight: 500; }

.pricing-row-vertical {
  text-align: center; }
  .pricing-row-vertical .pricing-column {
    padding: 15px 15px 0 15px; }
  .pricing-row-vertical .tier1, .pricing-row-vertical .tier2, .pricing-row-vertical .tier3 {
    margin-bottom: 15px;
    background-color: white; }
  .pricing-row-vertical .tier-name {
    padding: 10px;
    font-size: 24px;
    color: white;
    background-color: #2196F3; }
  .pricing-row-vertical .tier-price {
    font-size: 40px;
    margin: 15px 0;
    position: relative;
    display: inline-block; }
    .pricing-row-vertical .tier-price:before, .pricing-row-vertical .tier-price:after {
      font-size: 16px;
      position: absolute; }
    .pricing-row-vertical .tier-price:before {
      content: "$";
      top: 10px;
      left: -15px; }
    .pricing-row-vertical .tier-price:after {
      content: "/mo";
      bottom: 10px;
      right: -30px; }
  .pricing-row-vertical .tier-details {
    width: 100%; }
    .pricing-row-vertical .tier-details .tier-list {
      margin: auto;
      text-align: left;
      display: inline-block;
      padding: 0 0 0 20px;
      max-width: 80%; }
      .pricing-row-vertical .tier-details .tier-list li {
        font-size: 14px;
        line-height: 28px; }
        .pricing-row-vertical .tier-details .tier-list li.unavailable {
          text-decoration: line-through;
          color: #777; }
  .pricing-row-vertical .choose-tier {
    padding: 15px; }
    .pricing-row-vertical .choose-tier .choose-plan-btn {
      background-color: #4CAF50;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
      display: inline-flex;
      position: relative;
      justify-content: center;
      align-items: center;
      border-radius: 2px;
      padding: 5px 10px;
      color: white;
      font-size: 20px; }
      .pricing-row-vertical .choose-tier .choose-plan-btn:hover {
        background-color: #3d8b40;
        cursor: pointer;
        transition: all 0.3s ease; }
      .pricing-row-vertical .choose-tier .choose-plan-btn:active {
        background-color: #449d48;
        box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.24), inset 0 1px 2px rgba(0, 0, 0, 0.36); }
      .pricing-row-vertical .choose-tier .choose-plan-btn.disabled {
        pointer-events: none;
        background-color: #255627;
        opacity: 0.8; }

.pricing-row-horizontal {
  flex: 1;
  display: flex;
  flex-direction: column; }
  .pricing-row-horizontal .pricing-column {
    padding: 45px 75px;
    display: flex;
    flex-direction: column;
    flex: 1;
    background-color: #535A60;
    background: url(../img/sunset.jpg) center center no-repeat;
    background-size: cover; }
    @media screen and (min-width: 1600px) {
      .pricing-row-horizontal .pricing-column {
        padding: 45px 10%;
        background-color: pink; } }
    .pricing-row-horizontal .pricing-column .pricing-grid {
      width: 100%;
      flex: 1;
      display: flex;
      flex-direction: column;
      background-color: rgba(0, 0, 0, 0.7); }
      .pricing-row-horizontal .pricing-column .pricing-grid .grid-row {
        flex: 2 0 40px;
        display: flex;
        color: #C5D0FF; }
        .pricing-row-horizontal .pricing-column .pricing-grid .grid-row:first-child {
          flex: 3 0 60px;
          border-top: none; }
        .pricing-row-horizontal .pricing-column .pricing-grid .grid-row .grid-column {
          flex: 4;
          position: relative; }
          .pricing-row-horizontal .pricing-column .pricing-grid .grid-row .grid-column:first-child {
            flex: 18;
            border-left: none;
            justify-content: flex-end;
            padding: 0 30px; }
          .pricing-row-horizontal .pricing-column .pricing-grid .grid-row .grid-column i.ion-android-done {
            font-size: 30px;
            color: #C5D0FF; }
          .pricing-row-horizontal .pricing-column .pricing-grid .grid-row .grid-column i.fa-chevron-up, .pricing-row-horizontal .pricing-column .pricing-grid .grid-row .grid-column i.fa-chevron-down {
            position: absolute;
            left: 0;
            right: 0;
            width: 100%;
            text-align: center;
            font-size: 32px;
            transform: scaleX(1.7);
            color: white;
            text-shadow: 1px 1px 2px black; }
          .pricing-row-horizontal .pricing-column .pricing-grid .grid-row .grid-column i.fa-chevron-down {
            top: -36px; }
          .pricing-row-horizontal .pricing-column .pricing-grid .grid-row .grid-column i.fa-chevron-up {
            bottom: -36px; }
          .pricing-row-horizontal .pricing-column .pricing-grid .grid-row .grid-column i.ion-android-arrow-dropleft, .pricing-row-horizontal .pricing-column .pricing-grid .grid-row .grid-column i.ion-android-arrow-dropright {
            position: relative;
            width: 100%;
            text-align: center;
            font-size: 32px;
            color: white;
            text-shadow: 1px 1px 2px black; }
          .pricing-row-horizontal .pricing-column .pricing-grid .grid-row .grid-column i.ion-android-arrow-dropleft {
            animation: pulse-left 2000ms infinite; }
          .pricing-row-horizontal .pricing-column .pricing-grid .grid-row .grid-column i.ion-android-arrow-dropright {
            animation: pulse-right 2000ms infinite; }
          .pricing-row-horizontal .pricing-column .pricing-grid .grid-row .grid-column .tier-name {
            font-size: 20px; }
          .pricing-row-horizontal .pricing-column .pricing-grid .grid-row .grid-column .tier-price {
            font-size: 16px; }
          .pricing-row-horizontal .pricing-column .pricing-grid .grid-row .grid-column .choose-plan-btn {
            background-color: #4CAF50;
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
            display: inline-flex;
            position: relative;
            justify-content: center;
            align-items: center;
            border-radius: 2px;
            padding: 5px 10px;
            color: white;
            font-size: 16px;
            padding: 5px 10px; }
            .pricing-row-horizontal .pricing-column .pricing-grid .grid-row .grid-column .choose-plan-btn:hover {
              background-color: #3d8b40;
              cursor: pointer;
              transition: all 0.3s ease; }
            .pricing-row-horizontal .pricing-column .pricing-grid .grid-row .grid-column .choose-plan-btn:active {
              background-color: #449d48;
              box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.24), inset 0 1px 2px rgba(0, 0, 0, 0.36); }
            .pricing-row-horizontal .pricing-column .pricing-grid .grid-row .grid-column .choose-plan-btn.disabled {
              pointer-events: none;
              background-color: #255627;
              opacity: 0.8; }
      .pricing-row-horizontal .pricing-column .pricing-grid .info1 {
        background-color: rgba(43, 77, 115, 0.8); }
      .pricing-row-horizontal .pricing-column .pricing-grid .basic1 {
        background-color: rgba(57, 124, 201, 0.8); }
      .pricing-row-horizontal .pricing-column .pricing-grid .pro1 {
        background-color: rgba(57, 112, 201, 0.8); }
      .pricing-row-horizontal .pricing-column .pricing-grid .deluxe1 {
        background-color: rgba(57, 100, 201, 0.8); }
      .pricing-row-horizontal .pricing-column .pricing-grid .info2 {
        background-color: rgba(43, 77, 115, 0.8); }
      .pricing-row-horizontal .pricing-column .pricing-grid .basic2 {
        background-color: rgba(53, 119, 194, 0.8); }
      .pricing-row-horizontal .pricing-column .pricing-grid .pro2 {
        background-color: rgba(53, 107, 194, 0.8); }
      .pricing-row-horizontal .pricing-column .pricing-grid .deluxe2 {
        background-color: rgba(53, 96, 194, 0.8); }
      .pricing-row-horizontal .pricing-column .pricing-grid .info3 {
        background-color: rgba(43, 77, 115, 0.8); }
      .pricing-row-horizontal .pricing-column .pricing-grid .basic3 {
        background-color: rgba(51, 114, 186, 0.8); }
      .pricing-row-horizontal .pricing-column .pricing-grid .pro3 {
        background-color: rgba(51, 103, 186, 0.8); }
      .pricing-row-horizontal .pricing-column .pricing-grid .deluxe3 {
        background-color: rgba(51, 92, 186, 0.8); }
      .pricing-row-horizontal .pricing-column .pricing-grid .info4 {
        background-color: rgba(43, 77, 115, 0.8); }
      .pricing-row-horizontal .pricing-column .pricing-grid .basic4 {
        background-color: rgba(49, 109, 178, 0.8); }
      .pricing-row-horizontal .pricing-column .pricing-grid .pro4 {
        background-color: rgba(49, 98, 178, 0.8); }
      .pricing-row-horizontal .pricing-column .pricing-grid .deluxe4 {
        background-color: rgba(49, 88, 178, 0.8); }
      .pricing-row-horizontal .pricing-column .pricing-grid .info5 {
        background-color: rgba(43, 77, 115, 0.8); }
      .pricing-row-horizontal .pricing-column .pricing-grid .basic5 {
        background-color: rgba(47, 104, 170, 0.8); }
      .pricing-row-horizontal .pricing-column .pricing-grid .pro5 {
        background-color: rgba(47, 94, 170, 0.8); }
      .pricing-row-horizontal .pricing-column .pricing-grid .deluxe5 {
        background-color: rgba(47, 84, 170, 0.8); }
      .pricing-row-horizontal .pricing-column .pricing-grid .info6 {
        background-color: rgba(43, 77, 115, 0.8); }
      .pricing-row-horizontal .pricing-column .pricing-grid .basic6 {
        background-color: rgba(45, 99, 162, 0.8); }
      .pricing-row-horizontal .pricing-column .pricing-grid .pro6 {
        background-color: rgba(45, 90, 162, 0.8); }
      .pricing-row-horizontal .pricing-column .pricing-grid .deluxe6 {
        background-color: rgba(45, 80, 162, 0.8); }
      .pricing-row-horizontal .pricing-column .pricing-grid .info7 {
        background-color: rgba(43, 77, 115, 0.8); }
      .pricing-row-horizontal .pricing-column .pricing-grid .basic7 {
        background-color: rgba(42, 94, 154, 0.8); }
      .pricing-row-horizontal .pricing-column .pricing-grid .pro7 {
        background-color: rgba(42, 85, 154, 0.8); }
      .pricing-row-horizontal .pricing-column .pricing-grid .deluxe7 {
        background-color: rgba(42, 76, 154, 0.8); }
      .pricing-row-horizontal .pricing-column .pricing-grid .info8 {
        background-color: rgba(43, 77, 115, 0.8); }
      .pricing-row-horizontal .pricing-column .pricing-grid .basic8 {
        background-color: rgba(40, 90, 146, 0.8); }
      .pricing-row-horizontal .pricing-column .pricing-grid .pro8 {
        background-color: rgba(40, 81, 146, 0.8); }
      .pricing-row-horizontal .pricing-column .pricing-grid .deluxe8 {
        background-color: rgba(40, 72, 146, 0.8); }
      .pricing-row-horizontal .pricing-column .pricing-grid .info9 {
        background-color: rgba(43, 77, 115, 0.8); }
      .pricing-row-horizontal .pricing-column .pricing-grid .basic9 {
        background-color: rgba(38, 85, 138, 0.8); }
      .pricing-row-horizontal .pricing-column .pricing-grid .pro9 {
        background-color: rgba(38, 76, 138, 0.8); }
      .pricing-row-horizontal .pricing-column .pricing-grid .deluxe9 {
        background-color: rgba(38, 68, 138, 0.8); }

.invis {
  opacity: 0;
  pointer-events: none; }

.row.mobile-dashboard {
  position: fixed;
  top: 50px;
  right: 15px;
  bottom: 0;
  left: 15px;
  flex-direction: column; }
  @media screen and (min-width: 768px) {
    .row.mobile-dashboard {
      display: none; } }
  .row.mobile-dashboard .mobile-dashboard-sections {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    color: white; }
    .row.mobile-dashboard .mobile-dashboard-sections .my-titles-mobile, .row.mobile-dashboard .mobile-dashboard-sections .top-instructors-mobile, .row.mobile-dashboard .mobile-dashboard-sections .recent-additions-mobile {
      flex: 1;
      width: 100%;
      background-color: #535A60;
      position: relative;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      z-index: 1;
      transition: all 300ms; }
      .row.mobile-dashboard .mobile-dashboard-sections .my-titles-mobile:before, .row.mobile-dashboard .mobile-dashboard-sections .top-instructors-mobile:before, .row.mobile-dashboard .mobile-dashboard-sections .recent-additions-mobile:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: black;
        opacity: 0.5; }
      .row.mobile-dashboard .mobile-dashboard-sections .my-titles-mobile *, .row.mobile-dashboard .mobile-dashboard-sections .top-instructors-mobile *, .row.mobile-dashboard .mobile-dashboard-sections .recent-additions-mobile * {
        z-index: 1; }
      .row.mobile-dashboard .mobile-dashboard-sections .my-titles-mobile .mobile-heading, .row.mobile-dashboard .mobile-dashboard-sections .top-instructors-mobile .mobile-heading, .row.mobile-dashboard .mobile-dashboard-sections .recent-additions-mobile .mobile-heading {
        font-size: 24px;
        letter-spacing: 1px;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); }
    .row.mobile-dashboard .mobile-dashboard-sections .my-titles-mobile {
      background: url("../img/film.jpg") center center no-repeat;
      background-size: cover; }
      .row.mobile-dashboard .mobile-dashboard-sections .my-titles-mobile.condense {
        flex: 0 0 60px; }
    .row.mobile-dashboard .mobile-dashboard-sections .top-instructors-mobile {
      background: url("../img/golfer_wide.jpg") center center no-repeat;
      background-size: cover; }
      .row.mobile-dashboard .mobile-dashboard-sections .top-instructors-mobile.condense {
        flex: 0 0 60px;
        top: calc((50% - 30px) *-1); }
    .row.mobile-dashboard .mobile-dashboard-sections .recent-additions-mobile {
      background: url("../img/sunset.jpg") center center no-repeat;
      background-size: cover; }
      .row.mobile-dashboard .mobile-dashboard-sections .recent-additions-mobile.condense {
        flex: 0 0 60px;
        top: calc((100% - 60px) *-1); }
    .row.mobile-dashboard .mobile-dashboard-sections .mobile-return-btn {
      position: absolute;
      top: 35px;
      left: 15px;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      background-color: #FF5722;
      z-index: 1;
      transition: all 300ms; }
      .row.mobile-dashboard .mobile-dashboard-sections .mobile-return-btn i {
        font-size: 24px; }
    .row.mobile-dashboard .mobile-dashboard-sections .mobile-content {
      position: absolute;
      top: 60px;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 0;
      transition: all 300ms;
      padding: 15px 0 0 0;
      overflow-y: auto;
      background-color: #C9D1D9; }

.row.my-dashboard h3 {
  color: #50525f;
  margin: 40px 0 20px 0;
  text-shadow: none; }
  .row.my-dashboard h3 i {
    margin-right: 10px;
    color: #2196F3; }
@media screen and (min-width: 768px) {
  .row.my-dashboard {
    padding: 0 55px; } }

.footer {
  background-color: #2F3438;
  border-top: 1px solid #535A60;
  padding: 15px;
  flex: 0 0 auto; }
  @media screen and (min-width: 768px) {
    .footer {
      padding: 30px 75px; } }
  .footer p {
    font-size: 12px;
    text-align: justify;
    text-align-last: center;
    color: white; }
  .footer .footer-link {
    color: #2196F3; }
    .footer .footer-link:hover {
      color: #2979FF; }

.info9 h3 {
  color: white; }

@-webkit-keyframes pulse-right {
  0% {
    -webkit-transform: translateX(0); }
  12% {
    -webkit-transform: translateX(10px); }
  24% {
    -webkit-transform: translateX(0); }
  36% {
    -webkit-transform: translateX(10px); }
  48% {
    -webkit-transform: translateX(0); }
  100% {
    -webkit-transform: translateX(0); } }
@keyframes pulse-right {
  0% {
    transform: translateX(0); }
  12% {
    transform: translateX(10px); }
  24% {
    transform: translateX(0); }
  36% {
    transform: translateX(10px); }
  48% {
    transform: translateX(0); }
  100% {
    transform: translateX(0); } }
@-webkit-keyframes pulse-left {
  0% {
    -webkit-transform: translateX(0); }
  12% {
    -webkit-transform: translateX(-10px); }
  24% {
    -webkit-transform: translateX(0); }
  36% {
    -webkit-transform: translateX(-10px); }
  48% {
    -webkit-transform: translateX(0); }
  100% {
    -webkit-transform: translateX(0); } }
@keyframes pulse-left {
  0% {
    transform: translateX(0); }
  12% {
    transform: translateX(-10px); }
  24% {
    transform: translateX(0); }
  36% {
    transform: translateX(-10px); }
  48% {
    transform: translateX(0); }
  100% {
    transform: translateX(0); } }

/*# sourceMappingURL=app.css.map */
