.grid-row {
    margin-left: -15px;
    margin-right: -15px;
}

.grid-col-12,
.grid-col-11,
.grid-col-10,
.grid-col-9,
.grid-col-8,
.grid-col-7,
.grid-col-6,
.grid-col-5,
.grid-col-4,
.grid-col-3,
.grid-col-2,
.grid-col-1 {
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

.grid-col-1 {
   width: 8.333333333%;
}
.grid-col-2 {
   width: 16.66666667%;
}
.grid-col-3 {
   width: 25%;
}
.grid-col-4 {
   width: 33.33333333%;
}
.grid-col-offset-1 {
    margin-left: 8.333333333%;
}

#footer-stack {
   background-color: #e8e8e2;
   padding-bottom: 30px;
}

#footer-stack ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#footer-stack p {
	color: #1E1F20;
	font-size: 16px;
}

#footer-stack li {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
}
#footer-stack small {
    font-size: 12px;
}
#footer-stack a,
#footer-stack a:visited {
    color: #288ba3;
    text-decoration: none;
}

#footer-stack a:hover {
    color: #ff6c00;
    text-decoration: underline;
}

.mmt-ft {
    padding-top: 40px;
    padding-bottom: 20px;
    max-width: 200px;
    width: 100%;
    display: block;
}

.clearfix:after {
    clear: both;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

body {
color: #5F6061;
background-color: #fff;
padding: 0;
margin: 0;
font-family: "Open Sans", Helvetica, Arial, sans-serif;
font-size: 16px;
line-height: 1.7;
font-weight: 400;
-webkit-font-smoothing: antialiased;
-webkit-backface-visibility: hidden;
}

body.promo-home {
width: 100%;
height: 100%;
overflow-x: hidden;
}

.navbar {
position: fixed;
z-index: 1000;
top: 0;
left: 0;
width: 100%;
background-color: #108ead;
}

.mark {
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
background-image: url(/images/mmt-hm@2x.png);
background-size: contain;
background-position: 50% 50%;
background-repeat: no-repeat;
background-color: transparent;
height: 88px;
width: 200px;
display: block;
float: left;
}

.navbar ul {
list-style: none;
margin: 31px 40px 14px 0;
padding: 0;
float: right;
}

.navbar li {
list-style: none;
display: inline;
margin: 0 15px;
padding: 0;
}

.navbar li a,
.navbar li a:visited {
color: #fff;
}

.navbar li a:hover {
color: #fff;
text-decoration: none;
}
.btn-store {
margin-right: 200px;
}
.btn-group {
padding-bottom: 30px;
}
.btn {
-webkit- border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
border-radius: 2px;
border: 1px solid #fff;
padding: 5px;
-webkit-transition: background-color 0.15s;
-moz-transition: background-color 0.15s;
-ms-transition: background-color 0.15s;
transition: background-color 0.15s;
}

.btn:hover {
background-color: rgba(255,255,255,0.2);
-webkit-transition: background-color 0.15s;
-moz-transition: background-color 0.15s;
-ms-transition: background-color 0.15s;
transition: background-color 0.15s;
}

.btn-large {
background-color: #e59732;
color: #fff;
padding: 10px 15px;
margin-right: 10px;
-webkit- border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
border-radius: 2px;
-webkit-transition: 0.15s;
-moz-transition: 0.15s;
-ms-transition: 0.15s;
transition: 0.15s;
font-size: 14px;
font-weight: 600;
text-transform: uppercase;
white-space: nowrap;
margin-bottom: 7px;
display: inline-block;
min-width: 105px;
}

.btn-large:hover {
background-color: #CA8225;
text-decoration: none;
color: #fff;
-webkit-transition: 0.15s;
-moz-transition: 0.15s;
-ms-transition: 0.15s;
transition: 0.15s;
}

.btn-explore {
position: absolute;
left: 50%;
bottom: 30px;
display: block;
width: 200px;
margin-left: -100px;
text-align: center;
}

#intro .btn-explore p {
  font-size: 16px;
  margin: 0 0 7px 0;
}

.btn-down,
.btn-down:visited {
display: block;
width: 60px;
margin: 0 auto;
line-height: 32px;
background-color: #e59732;
color: #fff;
text-align: center;
-webkit- border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
border-radius: 2px;
-webkit-transition: 0.15s;
-moz-transition: 0.15s;
-ms-transition: 0.15s;
transition: 0.15s;
}
.btn-down:hover {
color: #e59732;
text-decoration: none;
background-color: #f6f6f3;
-webkit-transition: 0.15s;
-moz-transition: 0.15s;
-ms-transition: 0.15s;
transition: 0.15s;
}

.rainbow {
height: 4px;
width: 100%;
clear: both;
}

.rainbow .yellow {
float: left;
width: 20%;
height: 4px;
background-color: #ddc64d;
}

.rainbow .orange {
float: left;
width: 20%;
height: 4px;
background-color: #e59732;
}

.rainbow .purple {
float: left;
width: 20%;
height: 4px;
background-color: #8464b5;
}

.rainbow .green {
float: left;
width: 20%;
height: 4px;
background-color: #36c091;
}

.rainbow .blue {
float: left;
width: 20%;
height: 4px;
background-color: #59bcd5;
}

h1 {
color: #1E1F20;
font-size: 5.2em;
font-weight: 700;
margin: 0 30% 0 0;
 max-width: 700px;
padding:  30vh 0 0 0;
font-family: "Ubuntu", Helvetica, Arial, sans-serif;
line-height: 1.1;
}

.navbar h1 {
margin: 0 14px;
padding: 0;
}

h2 {
color: #4a4a4a;
font-size: 1.9em;
font-weight: 700;
margin: 40px 0;
padding: 0;
font-family: "Ubuntu", Helvetica, Arial, sans-serif;
}

h3 {
color: #1E1F20;
font-size: 1.5em;
font-weight: 400;
line-height: 1.4;
margin: 40px 0 20px 0;
padding: 0;
font-family: "Ubuntu", Helvetica, Arial, sans-serif;
}

h4 {
color: #1E1F20;
font-size: 14px;
font-weight: 400;
text-transform: uppercase;
letter-spacing: 0.4px;
margin: 40px 0 10px 0;
padding: 0;
font-family: "Ubuntu", Helvetica, Arial, sans-serif;
}

.h3 {
color: #9D9D9D;
font-size: 20px;
line-height: 1.1;
margin-bottom: 30px;
}

p {
line-height: 24px;
margin: 20px 0;
}

strong {
font-weight: 400;
}

a {
color: #ff6c00;
text-decoration: none;
}
a:hover {
color: #ff5400;
text-decoration: underline;
}

.intro {
font-size: 1.3em;
margin: 30px 0;
line-height: 1.4em;
color: #1E1F20;
}

#content {
font-size: 24px;
padding: 30px;
margin-right: auto;
margin-left: auto;
max-width: 600px;
}

#footer {
border-top: 1px solid #1B1B1B;
background-color: #000;
display: block;
padding: 40px 0;
text-align: center;
color: #898989;
font-size: 16px;
}
#footer a {
color:#298da5;
display: inline-block;
font-weight: 400;
margin: auto 5px;
}

section {
display: block;
padding: 60px 20% 60px 20%;
}

section#moments {
padding: 60px 25% 160px 25%;
text-align: center;
background-color: #f8f8f6; 
background-image: url(/images/mmt-mountains.png);
background-position: 0 100%;
background-repeat: repeat-x;
}

section#routes {
padding: 60px 25% 160px 25%;
text-align: center;
background-color: #f8f8f6; 
background-image: url(/images/mmt-mountains.png);
background-position: 0 100%;
background-repeat: repeat-x;
}

section#why {
padding: 60px 20% 60px 20%;
text-align: center;
background-color: #f8f8f6;
}


section#discover {
padding: 60px 0;
overflow: hidden;
text-align: center;
background-color: #f8f8f6; 
}

section#events {
background-image: url(/images/uploads/ventoux.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: 50% 100%;
padding: 60px 20% 485px 20%;
}

section#events p { color: #4a4a4a;}

section#clubs {
background-image: url(/images/bg-straws-clipped.png);
background-repeat: no-repeat;
background-size: cover;
background-position: 50% 100%;
padding: 60px 20% 60px 20%;
}

section#clubs p { color: #4a4a4a; margin-bottom: 20px;}

section#photos {
text-align: center;
color: #fff;
background-image: url(/images/running-bridge.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: 80% 0%;
padding: 60px 10% 485px 10%;
}

section#photos h2,
section#photos p {color: #4a4a4a; }



p {
font-size: 20px;
color: #9D9D9D;
margin-top: 20px;
margin-bottom: 50px;
line-height: 1.5;
}

section#intro  { height: 100vh; position: relative; padding: 0 5% 0 5%; min-height: 660px; background-repeat: no-repeat; background-size: 40%; background-position: 100% 50%; background-image: url(/images/mmt-tile-outfront-plus.jpg);}
#intro p { font-size: 24px; margin-right: 40%; max-width: 550px;}
#intro img.phone { display: block; height: 750px; height: 80%; min-height: 600px; bottom:0; position: absolute; right: 40px;}
.badges img {width: 5%;}
.badges {margin-bottom: 40px;}

section#analyse {
background-color: #f8f8f6; 
text-align: center;
padding-bottom: 200px;
}

.column {
width: 18%;
display: inline-block;
text-align: center;
}

section#augmented {
text-align: center;
background-color: #f8f8f6; 
background-image: url(/images/mmt-mountains.png);
background-position: 0 100%;
background-repeat: repeat-x;
}

section#dashboard {
text-align: center;
background-color: #ffffff; 
}

section#dashboard img {
margin-top: -200px;
width: 100%;
}

section#devices {
    text-align: center;
}

section#devices img {
    width: 80%;
}

section#app {
position: relative;
overflow: hidden;
padding: 5% 20%;
background-image: url(/images/mmt-trace.png);
background-position: 65% 65%;
background-repeat: no-repeat;
}

section#app p  {
margin-right: 45%;
}

#app img.phones {
display: block;
width: 30%;
bottom: 50%;
position: absolutu
right: 5%;
margin-bottom: -25%;
}

#actwall-wrap {
overflow: hidden;
position: relative;
width: 820px;
margin: 0 auto;
height: 448px;
}

#actwall {
height: 100%;
overflow: hidden;
position: relative;
width: 120%;
z-index: 3;
}

#actwall-inner {
height: 404px;
margin: 20px 0;
overflow: hidden;
}

.act {
float: left;
height: 204px;
position: relative;
width: 204px;
overflow: visible;
}

img.act-map {
width: 190px;
height: 190px;
-webkit-border-radius: 2px;
-moz-border-radius:2px;
-ms-border-radius:2px;
border-radius: 2px;
}

#actwall a {
display: block;
position: relative;
font-size: 12px;
color: #333;
text-decoration: none;
}

#actwall a strong {
opacity: 0; 
height: 0;
display: block;
overflow: hidden;
-webkit-transition: opacity 0.25s linear 0s;
-moz-transition: opacity 0.25s linear 0s;
-o-transition: opacity 0.25s linear 0s;
transition: opacity 0.25s linear 0s;
}

#actwall a strong img {
-webkit-border-radius: 2px;
-moz-border-radius:2px;
-ms-border-radius:2px;
border-radius: 2px;
}
#actwall a:hover strong {
display: block;
position: absolute;
top:0;
left:0;
padding: 15px;
background-color: rgba(255,255,255,0.7);
z-index: 110;
height: 170px;
width: 170px;
line-height: 13px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
text-align: center;
opacity: 1;
-webkit-transition: opacity 0.25s linear 0s;
-moz-transition: opacity 0.25s linear 0s;
-o-transition: opacity 0.25s linear 0s;
transition: opacity 0.25s linear 0s;
}

.act-author {
display: block;
font-weight: 700;
}

.crn-live {
z-index: 100;
top:0;
left:7px;
position: absolute;
border: none;
-webkit-border-top-left-radius: 2px;
-moz-border-radius-topleft: 2px;
border-top-left-radius:2px;
}

.photo-credit {
	position: absolute;
	right: 10px;
	bottom: 10px;
	color: #fff;
	opacity: 0.7;
	font-size: 12px;
	opacity: 0.5;
}

.photo-credit a {
	color: #fff;
	text-decoration:none;
}

.photo-credit a:hover {
	color: #fff;
	text-decoration:underline;
}


@media screen and (max-width: 1400px) {

section { padding: 60px 10% 60px 15%; }
section#intro {padding: 0 10% 0 10%; }

}

@media screen and (max-width: 1300px) {

h1 { padding:  25vh 0 0 0;}
section { padding: 60px 10% 60px 12%; }
section#intro img.phone {right: 5%;}
}

@media screen and (max-width: 1024px) {

section { padding: 60px 10% 60px 10%; }
.navbar ul li { margin: 0 5px; }
.hero-icon img { width: 60%;}
h1 {font-size: 3.0em; margin-right: 0;}
#intro p {margin-right: 0;}
}

@media screen and (max-width: 768px) {

.navbar ul { margin: 19px 0; }
.navbar {position: static;}
.navbar h1 {margin: 0 14px;}
.mark { width: 165px; height: 65px; background-size: contain; background-position: 50% 50%;}
section { padding: 30px 20px;}
section h1 { font-size: 28px; margin-top: 10px; margin-right: 0; padding: 0;}
section h2 { font-size: 22px; }
section p { font-size: 16px; margin-right: 0;}
section#intro { height: auto; text-align: center; min-height: inherit; padding-top: 30px; padding-bottom: 0; background-size: 40%; background-position: 100% 130%; }
section#intro img.phone { position: static; margin: 10px auto 0; height: 260px; min-height: inherit; }
section#intro p { font-size: 18px; margin-bottom: 20px; margin-right: 0; width: 100%;}
section#intro .badges img {width: 7%; display: inline-block;}
section#app img.phones { width: 40%;}
section#analyse {padding-bottom: 150px;}
section#events { padding: 50px 10% 365px 10%; }
section#clubs { padding: 50px 10% 365px 10%; }
.btn-down {display: none;}
.grid-col-12,.grid-col-11,.grid-col-10,.grid-col-9,.grid-col-8,.grid-col-7,.grid-col-6,.grid-col-5,.grid-col-4,.grid-col-3,.grid-col-2,.grid-col-1 {float: none; width: 100%;}
.grid-col-offset-1 {margin-left: 0;}
.grid-row {margin-left: 0;margin-right: 0;}
.btn-large {font-size: 14px;}
.drop-medium {display: none;}
section#moments {padding: 20px 10% 160px 10%;}
section#why {padding: 20px 10% 20px 10%;}

}

@media screen and (max-width: 550px) {
section#app { padding: 5%; }
section#app img.phones {margin-bottom: -10%;}
h2 { font-size: 36px; margin: 10px 0;}
#footer { margin: 0; width: 100%; padding: 0 0 40px 0;}
#footer a {background: #000;display: block;width: 100;line-height: 45px;margin: 0;border-top: 1px solid #1B1B1B; }
#footer span { padding: 20px 0 0 0;display: block; }
.drop-small {display: none !important;}
.btn-store {margin-right: 0; width: 100%;text-align: center;}
section#app p {margin-right: 0;}


}