/*------------------------------------*\
   LOCAL SCREENS
\*------------------------------------*/





/*------------------------------------*\
   END LOCAL SCREENS
\*------------------------------------*/ 




/*------------------------------------*\
   LOCAL FIXES
\*------------------------------------*/

.section-hero .hero-lockup h2.enhanced {
    left: 14%;
}

@media only screen and (max-width: 1068px) {
    .section-hero .hero-lockup h2.enhanced {
        left: 7%;
    }
}

@media only screen and (max-width: 735px) {
    .section-hero .hero-lockup h2.enhanced {
        left: 1vw;
    }
}

.section-exercise .grid .column-set {
    height: 650px
}

@media only screen and (max-width: 1068px) {
    .section-exercise .grid .column-set {
        height: 653px
    }
}

@media only screen and (max-width: 735px) {
    .section-exercise .grid .column-set {
        height: auto
    }
}

@media only screen and (max-width: 1068px) {
    .section-exercise .last .content-main {
        bottom: 134px;
    }
}

@media only screen and (max-width: 735px) {
    .grid .column .content-main {
        bottom: auto
    }
}

.ie .grid .column {
	padding-bottom: 93px;
}

@media only screen and (max-width: 1068px) {
    .ie .grid .column {
		padding-bottom: 175px;
	}
}

@media only screen and (max-width: 735px) {
.section-move .grid .column .calorie-counter-content .badge.move-badge-up {
  	margin-top:45px;
 }
}

@media only screen and (max-width: 1068px) {
	.move-down-content {
		margin-bottom: -20px;
		padding-top: 40px;
	}
}

@media only screen and (max-width: 735px) {
	.move-down-content {
		margin-bottom: 0;
		padding-top: 0;
	}
}

.double-row .section {
    padding-top: 0;
}

@media only screen and (max-width: 735px) {
    .double-row .section.section-apple-watch-support {
        padding-top: 100px;
    }
}

/*------------------------------------*\
   END LOCAL FIXES
\*------------------------------------*/ 
