/*!
 * Start Bootstrap - Grayscale Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    font-family: 'Open Sans',Arial,sans-serif;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    webkit-tap-highlight-color: rgba(255,255,255,.2);
}

div, .btn {
    font-family: 'Open Sans',Arial,sans-serif !important;
}

.homeBody {
    color: #fff;
    background-color: #000;
}

html {
    width: 100%;
    height: 100%;
}

a {
    color: white;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    color: lightblue;
}

.light {
    font-weight: 400;
}

.navbar-custom {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
    font-family: 'Open sans',Helvetica,Arial,sans-serif;
    background-color: rgba(33, 182, 204, 1);
    background: -webkit-linear-gradient(right, rgba(27, 127, 177, 1) 0%, rgba(33, 182, 204, 1) 100%);
    background: linear-gradient(to left, rgba(27, 127, 177, 1) 0%, rgba(33, 182, 204, 1) 100%);
    border-radius: 0;
}

.navbar-custom .navbar-brand {
    font-weight: 700;
}

.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

.navbar-custom a {
    color: #fff;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover {
    outline: 0;
    color: rgba(255,255,255,.8);
    background-color: transparent;
}

.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
    outline: 0;
    background-color: transparent;
}

.navbar-custom .nav li.active {
    outline: 0;
}

.navbar-custom .nav li.active a {
    background-color: rgba(255,255,255,.3);
}

.navbar-custom .nav li.active a:hover {
    color: #fff;
}

@media(min-width: 768px) {
    .navbar-custom {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .navbar-custom.top-nav-collapse {
        padding: 0;
        background-color: rgba(33, 182, 204, 1);
        background: -webkit-linear-gradient(right, rgba(27, 127, 177, 1) 0%, rgba(33, 182, 204, 1) 100%);
        background: linear-gradient(to left, rgba(27, 127, 177, 1) 0%, rgba(33, 182, 204, 1) 100%);
    }
}

.navbar-custom .navbar-toggle {
    border-color: #ffffff;
}

.navbar-custom .navbar-toggle .icon-bar {
    background-color: #ffffff;
}

@media(min-width: 768px) {
    .navbar-nav>li>a {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media(min-width: 992px) {
    .navbar-nav>li>a {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.btn-circle {
    width: 50px;
    height: 50px;
    padding: 1px 12px;
    border: 2px solid #fff;
    border-radius: 100%!important;
    font-size: 35px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.1);
}

.btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {
    0% {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

.btn {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-custom {
    background-color: #21B6CC;
    border-color: #21B6CC;
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active {
    background-color: #1da2b6;
    border-color: #1a8fa0;
}

.btn-custom.disabled:hover,
.btn-custom.disabled:focus,
.btn-custom.disabled:active,
.btn-custom.disabled.active,
.btn-custom[disabled]:hover,
.btn-custom[disabled]:focus,
.btn-custom[disabled]:active,
.btn-custom[disabled].active,
fieldset[disabled] .btn-custom:hover,
fieldset[disabled] .btn-custom:focus,
fieldset[disabled] .btn-custom:active,
fieldset[disabled] .btn-custom.active {
    background-color: #21B6CC;
    border-color: #21B6CC;
}

::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

#section-foryou {
    background-color: #ffffff;
    padding-bottom:30px;
}

#section-forcoaches {
    background-color: #000000;
    padding-bottom:30px;
}

#section-forplaygrounds {
    background-color: #ffffff;
}

#section-whychooseus {
    background-color: #ffffff;
    padding-bottom:50px;
}

#section-contactus {
    background-color: #000000;
}

#section-map {
    background-color: #D4F0F4;
}

#section-download {
    background-color: #ffffff;
    padding-bottom:70px;
}

.moovesModal {
    color: #000;
}

#section-contactus {
    background-color: #000000;
    padding-bottom:50px;
}

.section-content {
    padding-top: 30px;
}

.carousel-body {
    position: absolute;
    /* left: 20%; */
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.text-align {
    text-align: center;
}

@media(min-width: 768px) {
    .text-align {
        text-align: left;
    }
}

.color-mooves {
    color: rgba(33, 182, 204, 1) !important;
}

.color-white {
    color: #ffffff;
}

.introHeadingItem2 {
    position: absolute;

    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 300px;
}

.introHeadingItem {
    position: absolute;
    top: 200px;
    left: 30px;
    right: 30px;
    text-align: center;
}

.introHeadingPhoto2 {
    margin-top: -20px;
}

.introHeading {
    font-size: 1.4em;
}

.introHeading2 > h1 {
    font-size: 1em !important;
}

.introText {
    font-size: 1.1em;
}

.introTry {
    font-size: 1.5em;
}

.introMooves {
    font-size: 2.5em;
    font-style: italic;
    color: #ffffff;
}

@media(min-width: 992px) {

    .introHeadingItem2 {
        top: 100%;
        width: 500px;
        transform: translate(-50%, -340px);
    }

    .introHeadingPhoto2 {
        margin-top: 0;
    }

    .introHeadingItem {
        right: inherit;
        text-align: left;
    }

    .introHeading2 > h1 {
        font-size: 1.1em !important;
    }

    .introHeading {
        font-size: 2em;
        width: 40%;
    }

    .introText {
        font-size: 1.5em;
    }
}

@media(max-width: 1024px) {
    .introHeadingItem2 {
        transform: translate(-50%, -290px);
    }
}

@media(max-width: 667px) {
    .introHeadingItem2 {
        transform: translate(-50%, -250px);
    }

    #section-whychooseus img.margin-auto {
        width: 60px !important;
    }
}

@media(min-width: 768px) {
    .foryou-text {
        font-size: 0.9em;
    }
}

.padding-top-most {
    padding-top: 50px;
}

.img-app {
    height: 60px;
    width: auto;
    max-width: 100%;
    cursor: pointer;
}

.carousel-indicators {
    bottom: 60px;
 }

.carousel-scroll-down {
    position: absolute;
    bottom: 15px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

.foryou-title {
    margin-top: 1.7em;
    font-family: 'Roboto Slab','Opsen Sans',sans-serif;
}

.foryou-text {
    color: #888888;
    font-size: 1.2em;
    margin-top: 1em;
}

.marginTop {
    margin-top: 1.5em;
}

.marginTopSmall {
    margin-top: 0.5em;
}

.marginTopBig {
    margin-top: 5em;
}

.marginRightSmall {
    margin-right: 0.5em;
}

.marginBottom {
    margin-bottom: 1.5em;
}

.marginLeftSmall {
    margin-left: 0.5em;
}

.foryou-carousel-img {
    position: absolute;
    top: 50px;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 510px;
}

.foryou-carousel-img-small {
    position: absolute;
    top: 60px;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 350px;
}

.basebg {
    width: 100%;
    height: 510px !important;
}

.basebgsmall {
    width: 100%;
    height: 380px !important;
}

.iphoneimg {
    width: 300px;
    height: 400px;
}

.carousel-inner {
    overflow: visible;
}

#playground-footer {
    margin-right: -15px;
    margin-left: -15px;
    margin-top: 0;
    padding: 0 20px;
    background-color: rgba(33, 182, 204, 1);
    background: -webkit-linear-gradient(left, rgba(27, 127, 177, 1) 0%, rgba(33, 182, 204, 1) 100%);
    background: linear-gradient(to right, rgba(27, 127, 177, 1) 0%, rgba(33, 182, 204, 1) 100%);
}

.playground-footer-number {
    font-size: 2em;
    font-weight: bold;
}

.playground-footer-text {
}

.contact-header {
    font-size: 1.3em;
    margin-bottom: 1em;
}

.contact-header-nopad {
    font-size: 1.3em;
}

.contact-smallnote{
    font-size: 0.9em;
}

.contact-text {
    margin-bottom: 1em;
}

.contact-form-control {
    background-color: #437188;
    color: #ffffff;
    border-color: #437188;
}

footer {
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
    background-color: rgba(27, 127, 177, 1);
}

ul.social-buttons {
    margin-bottom: 0;
}

ul.social-buttons li a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 40px;
    outline: 0;
    color: rgba(27, 127, 177, 1);
    background-color: #ffffff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
    background-color: rgba(33, 182, 204, 1);
}

.subjectDropdown {
    width: 100%;
    text-align: left;
    background-color: #457188;
    color: #fff;
    border-color: #437188;
}

.subjectDropdown:hover {
    background-color: #457188;
}

.moovesbluebg {
    background-color: #2fb6ca;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    border-radius: 5px;
}

.mimicPlaceholder {
    color: #eee !important;
}

.moovesLogo {
    height: 40px;
    margin-top: -10px;
}

#world-map {
    width: 100%;
    height: 400px;
}

#customTip {
    position: absolute;
    width: 200px;
    background-color: #fff;
    border-radius: 10px;
    z-index: 100;
    border: 1px solid #2fb6ca;
    display: none;
}

#customerTipHeader {
    background-color: #2fb6ca;
    color: #fff;
    margin-bottom: 2px;
    padding: 2px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.hAlignCenter {
    text-align: center;
}

.numbers {
    color: #2fb6ca;
    font-weight: bold;
}

.unit {
    color: #2fb6ca;
    font-size: 0.5em;
}

.footerlogo {
    height: 30px;
}

.width90 {
    width: 90%;
}

.width50 {
    width: 50%;
}

.marginAuto {
    margin: auto;
}

.hAlignRight {
    text-align: right;
}

.hAlignLeft {
    text-align: left;
}

.displayInlineBlock {
    display: inline-block;
}

.overflowHidden {
    overflow: hidden;
}

#forYouCarouselContainer {
    position: relative;
}

#foryouCarousel {
    position: absolute;
    top: 22px;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 306px;
    height: 466px;
    z-index: 500;
}

#foryouCarouselSmall {
    position: absolute;
    top: 18px;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 210px;
    height: 336px;
    z-index: 500;
}

#myCarousel {
    position: relative;
    z-index: 1000;
}

.hideMe {
    display: none;
}

.flexCenterImage {
    display: flex;
    display: -webkit-flex;
}

.flexCenterImage > img {
    margin: 0 auto;
}

/* .invalid class prevents CSS from automatically applying */
.invalid input:required:invalid {
  background: #BE4C54;
}

/* Mark valid inputs during .invalid state */
.invalid input:required:valid {
  background: #437188 ;
}

.emailContact {
    width: 60%;
    margin: 0 auto;
    text-align: left;
}

.ladda-button {
    outline-width: 0;
}

.pgimage {
    width: 375px;
}

.resetbody {
  padding-top: 40px;
  padding-bottom: 40px;
}

.form-signin {
  max-width: 380px;
  padding: 15px;
  margin: 0 auto;
}

.form-signin .form-signin-heading {
  margin-bottom: 10px;
  font-size: 27px;
}

.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}

.form-signin .form-control:focus {
  z-index: 2;
}

.form-signin input[type="password"] {
  margin-bottom: 15px;
}

#alert {
    display: none;
}

.container .alert-success {
    margin-top: 40px;
}

.joinContainer{
    padding: 15px;
    margin: 0 auto;
    text-align: center;
    margin-top: 40px;
}

.joinContainerHeading {
  margin-bottom: 40px;
  font-size: 27px;
}

.deviceselector
{
    margin-bottom:10px;
}

.searchContainer {
    background-color: #d4f0f4;
    padding: 20px;
    text-align: center;
}

.searchContainerBlue {
    background-color: rgba(33, 182, 204, 1);
    background: -webkit-linear-gradient(right, rgba(27, 127, 177, 1) 0%, rgba(33, 182, 204, 1) 100%);
    background: linear-gradient(to left, rgba(27, 127, 177, 1) 0%, rgba(33, 182, 204, 1) 100%);
    padding: 60px;
    text-align: center;
}

.searchTitle {
    font-size: 1.4em;
    color: #58c2d2;
}

.searchTitleWhite {
    font-size: 1.4em;
    color: #fff;
}

.searchButton {
    display: inline-block;
}

.searchButton > button {
    padding: 8px 20px;
}

.locationControl {
    display: inline-block;
    width: 220px;
    -ms-transform: translateY(1px);
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
}

.locationControl input {
    padding: 10px;
    height: auto;
}

.disciplinePicker button {
    padding: 10px;
}

.searchRow {
    margin-top: 20px;
}

.disciplinePicker button {
    color: #58c2d2;
}

.disciplinePicker button > span {
    color: #58c2d2;
}

.resultsContainer {
    width: 450px;
    margin: auto;
}

.searchResult {
    display: flex;
    display: -webkit-flex;
    background-color: #d4f0f4;
    padding: 10px;
    margin-bottom: 10px;
}

.noPadding {
    padding: 0 !important;
}

.searchResultsNumber {
    margin-top: 15px;
    margin-bottom: 15px;
}

.coachInfo {
    align-self: flex-start;
    -webkit-align-self: flex-start;
    padding-right: 0;
}

.coachSeeProfile {
    align-self: center;
    -webkit-align-self: center;
    padding: 0;
}

.coachSeeProfileButton {
    color: #fff;
    text-transform: uppercase;
    font-weight: 100;
    background-color: rgba(33, 182, 204, 1);
    background: -webkit-linear-gradient(right, rgba(27, 127, 177, 1) 0%, rgba(33, 182, 204, 1) 100%);
    background: linear-gradient(to left, rgba(27, 127, 177, 1) 0%, rgba(33, 182, 204, 1) 100%);
}

.coachName {
    font-size: 1.2em;
    color: #666;
}

.coachDiscipline {
    color: #aaa;
}

.coachRatings {
    display: table;
    margin-top: 5px;
}

.coachMooves, .coachLikes, .coachReviews {
    display: table-cell;
    padding-right: 5px;
}

.coachMooves img, .coachLikes img, .coachReviews img {
    height: 15px;
    float: left;
}

.coachMooves span,  .coachLikes span, .coachReviews span {
    vertical-align: top;
    line-height: 15px;
    margin-left: 2px;
}

.col-pull-left {
    margin-left: -15px;
    margin-right: 15px;
}

/* enable absolute positioning */
.inner-addon {
    position: relative;
}

/* style icon */
.inner-addon .glyphicon {
  position: absolute;
  padding: 15px 10px;
  pointer-events: none;
}

/* align icon */
.left-addon .glyphicon  { left:  0px;}
.right-addon .glyphicon { right: 0px;}

/* add padding  */
.left-addon input  { padding-left:  30px; }
.right-addon input { padding-right: 30px; }

.coachProfileHeader {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 400px;
}

#overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
}

#overlay-strip {
    position: absolute;
    display: flex;
    display: -webkit-flex;
    width: 100%;
    height: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.7); /* Black background with opacity */
    z-index: 3;
}

.cpCoachInfo {
    position: absolute;
    top: 40%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: white;
    z-index: 10;
}

.cpCoachProperties {
    display: table;
}

.cpCoachProperties > div {
    display: table-cell;
    vertical-align: middle;
    padding: 0 30px;
}

.cpCoachPicListing {
    position: relative;
    width: 76px;
    height: 83px;
    margin: auto;
    background-image: url(../img/mask-border.png);
    background-size: 100% 100%;
}

.cpCoachPicListing > img {
    -webkit-mask-box-image: url(../img/hex-mask.png);
    mask-box-image: url(../img/hex-mask.png);
    -webkit-mask-image: url(../img/hex-mask.svg);
    mask-image: url(../img/hex-mask.svg);
    width: 76px;
    height: 83px;
}

.cpCoachPic {
    position: relative;
    width: 142px;
    height: 154px;
    margin: auto;
    background-image: url(../img/mask-border.png);
    background-size: 100% 100%;
}

.cpCoachPic > img {
    -webkit-mask-box-image: url(../img/hex-mask.png);
    mask-box-image: url(../img/hex-mask.png);
    -webkit-mask-image: url(../img/hex-mask.svg);
    mask-image: url(../img/hex-mask.svg);
    width: 142px;
    height: 154px;
}

.cpCoachDiv {
    position: relative;
    width: 142px;
    height: 154px;
    background-position: center;
    margin: auto;
    /*background-image: url(https://sportsmooves.com/img/userimages/73278a4…/1496770191_UserPic.jpg);*/
    background-size: cover;
    -webkit-mask-box-image: url(../img/hex-mask.png);
    mask-box-image: url(../img/hex-mask.png);
    -webkit-mask-image: url(../img/hex-mask.svg);
    mask-image: url(../img/hex-mask.svg)
}

.cpCoachDiv76 {
    position: relative;
    width: 76px;
    height: 83px;
    background-position: center;
    margin: auto;
    background-size: cover;
    -webkit-mask-box-image: url(../img/hex-mask.png);
    mask-box-image: url(../img/hex-mask.png);
    -webkit-mask-image: url(../img/hex-mask.svg);
    mask-image: url(../img/hex-mask.svg);
    mask-size: contain;
    -webkit-mask-size: contain;
}

.cpCoachProperties img {
    height: 35px;
    float: left;
}

.cpCoachName {
    text-align: center;
    font-size: 1.5em;
    margin-bottom: 15px;
    margin-top: 10px;
    display: inline-block;
    width: 100%;
}

.cpCoachProperties span {
    vertical-align: top;
    line-height: 25px;
    margin-left: 2px;
    font-size: 20px;
}

.cpCoachCertificatesLabel, .cpCoachDisciplineLabel, .cpCoachCapLabel {
    font-size: 1em;
    text-transform: uppercase;
}

.cpCoachCertificatesIcon, .cpCoachCapIcon {
    margin: auto;
    display: table;
}

.cpCoachDisciplineLogo > img {
    margin: auto;
    float: none;
    height: 40px;
}

.coachStats {
    display: table;
    margin: auto;
}

.coachStats > div {
    display: table-cell;
    vertical-align: middle;
    padding: 0 20px;
}

.coachStats img {
    height: 20px;
    float: left;
}

.cpCoachRating > img {
    margin: auto;
    float: none;
    height: 15px;
}

.coachStats span {
    vertical-align: top;
    line-height: 20px;
    margin-left: 4px;
    font-size: 16px;
    color: #fff;
}

.cpSeparator {
    border-right: 1px solid #eee;
    padding: 0 !important;
}

.cpContainer {
    width: 560px;
    margin: auto;
}

.dcTitle {
    font-weight: 400;
    font-size: 1.1em;
    text-transform: uppercase;
    margin-bottom: 15px;
    margin-top: 20px;
}

.dcDescription {
    padding-left: 5px;
    margin-top: 10px;
}

.dcDescription + a {
    color: #ccc;
    text-align: right;
    margin-top: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.9em;
    font-weight: 100;
}

.disciplinesTable {
    display: table;
}

.disciplinesTable > div {
    display: table-cell;
    vertical-align: top;
}

.dcMainDisciplineLogo {
    width: 80px;
}

.dcMainDisciplineLabel {
    text-align: center;
    color: #23b5ce;
    text-transform: uppercase;
}

.dcSeparator {
    border-right: 1px solid #eee;
}

.dcMainDiscipline {
    padding-right: 20px;
}

.dcExtraDisciplines {
    padding-left: 20px;
}

.dcCoachDisciplineLabel {
    font-size: 0.7em;
    text-transform: uppercase;
    color: #23b5ce;
    text-align: center;
}

.dcCoachDisciplineLogo > img {
    margin: auto;
    float: none;
    height: 40px;
}

.edContainer {
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
}

.edDiscipline {
    margin-right: 40px;
    margin-bottom: 20px;
    align-self: flex-start;
    -webkit-align-self: flex-start;
}

.container-blue {
    background-color: #d4f0f4;
    padding: 15px;
}

.cpCoachMoovesContainer {
    display: flex !important;
    display: -webkit-flex !important;
    flex-flow: row wrap !important;
    -webkit-flex-flow: row wrap !important;
}

.cpCoachMoovesContainer + a {
    color: #aaa;
    text-align: right;
    margin-top: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.9em;
    font-weight: 100;
}

.cpCoachMoove {
    align-self: flex-start;
    -webkit-align-self: flex-start;
    width: 250px;
    height: 500px;
    background-color: #fff;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 20px;
    -webkit-box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.3);
}

.cpMooveTitle, .cpLastReview {
    color: #000;
}

.cpMooveDate {
    width: 100%;
    text-align: right;
    font-size: 0.8em;
    color: #ccc;
    padding: 6px;
}

.cpMoovePic {
    width: 100%;
    height: 250px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.cpReviewContainer {
    width: 90%;
    margin: auto;
    margin-top: 15px;
}

.cpLastReviewUser {
    display: table;
}

.cpLastReviewUser > div {
    display: table-cell;
    vertical-align: middle;
}

.reviewerPhoto {
    width: 40px;
}

.reviewerPhoto img {
    width: 40px;
    height: 40px;
}

.reviewerName {
    padding-left: 10px;
    font-weight: 600;
}

.cpLastReviewContent {
    font-size: 0.9em;
    margin-top: 4px;
    height: 51px;
    line-height: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.cpMoreReviews {
    margin-top: 10px;
    color: #23b5ce;
    text-transform: uppercase;
    font-size: 0.9em;
}

.cpCoachReviewContainer {
    display: table;
    margin-top: 10px;
    margin-bottom: 10px;
}

.cpCoachReviewContainer > div {
    display: table-cell;
    vertical-align: top;
}

.cpCoachReviewUser {
    width: 60px;
}

.cpCoachReviewRating img {
    height: 15px;
}

.cpCoachReviewTitle {
    font-weight: 600;
    margin-bottom: 5px;
}

.cpCoachReviewText {
    margin-bottom: 5px;
}

.cpCoachReviewContent {
    padding-left: 15px;
}

.cpCoachReviewRating {
    margin-top: 10px;
}

.cpCoachReviewRatingStars {
    float: left;
}

.cpCoachReviewRatingDate {
    float: right;
    color: #ccc;
}

.cpCoachReviewSeparator {
    margin-left: 80px;
}

.container-gradient {
    background-color: rgba(33, 182, 204, 1);
    background: -webkit-linear-gradient(right, rgba(27, 127, 177, 1) 0%, rgba(33, 182, 204, 1) 100%);
    background: linear-gradient(to left, rgba(27, 127, 177, 1) 0%, rgba(33, 182, 204, 1) 100%);
}

.bottomContainer {
    padding: 35px;
}

.callToAction {
    font-size: 1.4em;
    font-weight: 100;
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
}

.joinCommunity {
    font-size: 0.9em;
    font-weight: 100;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 50px;
    text-align: center;
}

.ctaMooves {
    font-weight: 100;
    font-style: italic;
}

.btn-search {
    background: #424242;
    border-radius: 0;
    color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #1c1c1c;
}
.btn-search:link, .btn-search:visited {
    color: #fff;
}
.btn-search:active, .btn-search:hover {
    background: #1c1c1c;
    color: #fff;
}

@media (max-width: 767px) {
    .searchButton {
        display: table-cell;
        padding-top: 5px;
    }

    .introHeading h1 {
        font-size: 27px;
        margin-bottom: 40px;
    }

    .resultsContainer {
        width: auto;
    }
}

.booksession {
    cursor: pointer;
}

.margin-auto {
    margin: auto;
}

.h2, h2 {
    font-size: 28px;
}

#section-whychooseus img.margin-auto {
    width: 70px;
}

#section-register {
    background-image: url("/img/homepage/register_photo.jpg"); /* The image used */
    background-color: #000; /* Used if the image is unavailable */
    height: 500px; /* You must set a specified height */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover;
    position: relative;
}

.register-title {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20%;
    color: #fff;
    width: 100%;
}