/*
@author: Dustin Hayes
*/
/* HEADER */
/* line 5, ../sass/layout/_global.scss */
#touch-menu {
  z-index: 0;
}

/* WRAPPERS */
/* line 11, ../sass/layout/_global.scss */
#content {
  overflow-x: hidden;
}

/* line 16, ../sass/layout/_global.scss */
.wide.container {
  width: 100%;
  padding: 50px 0;
  border-top: 2px solid #0981c5;
  background-color: #f1f1f1;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFF1F1F1', endColorstr='#FFFFFFFF');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f1f1f1), color-stop(100%, #ffffff));
  background-image: -webkit-linear-gradient(top, #f1f1f1 0%, #ffffff 100%);
  background-image: -moz-linear-gradient(top, #f1f1f1 0%, #ffffff 100%);
  background-image: -o-linear-gradient(top, #f1f1f1 0%, #ffffff 100%);
  background-image: linear-gradient(top, #f1f1f1 0%, #ffffff 100%);
}

/* line 27, ../sass/layout/_global.scss */
.bottom {
  margin-bottom: 50px;
}

/* line 3, ../sass/layout/_detail.scss */
.section1 .header .unit {
  height: 437px;
  background-repeat: no-repeat;
}
/* line 7, ../sass/layout/_detail.scss */
.section1 .header .desc {
  padding-top: 90px;
  text-align:left;
}

/* line 16, ../sass/layout/_detail.scss */
.wide.container.section2 .videos.large-preview .video {
  float: left;
  display: block;
  width: 270px;
  margin-left: 65px;
  margin-bottom: 50px;
}
/* line 23, ../sass/layout/_detail.scss */
.wide.container.section2 .videos.large-preview .video:nth-child(3n+1) {
  margin-left: 0;
}
/* line 27, ../sass/layout/_detail.scss */
.wide.container.section2 .videos.large-preview .video .title {
  width: 100%;
  height: 56px;
}
/* line 32, ../sass/layout/_detail.scss */
.wide.container.section2 .videos.large-preview .video .videothumb {
  position: relative;
  display: block;
  width: 270px;
  height: 270px;
  background-position: 50% 50%;
}
/* line 39, ../sass/layout/_detail.scss */
.wide.container.section2 .videos.large-preview .video .videothumb:after {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-top: -36px;
  margin-left: -36px;
  width: 72px;
  height: 73px;
  background-image: url("http://static.garmincdn.com/com.garmin/ui/images/play-button-lg.png");
  background-repeat: no-repeat;
  content: '';
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
/* line 62, ../sass/layout/_detail.scss */
.wide.container.section2 .resources {
  display: table;
  padding-left: 12px;
}
/* line 65, ../sass/layout/_detail.scss */
.wide.container.section2 .resources .span12 {
  float: none;
  display: table-cell;
  background: #efefef;
  margin-right: 16px;
  padding: 30px;
  text-align:left;
}
/* line 71, ../sass/layout/_detail.scss */
.wide.container.section2 .resources .span12:first-child {
  border-right: solid 20px white;
  text-align:left;
}
/* line 75, ../sass/layout/_detail.scss */
.wide.container.section2 .resources .boxable {
  background: #efefef;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
  padding: 35px;
  height: 100%;
}

/* line 91, ../sass/layout/_detail.scss */
html.no-touch .wide.container.section2 .videos.large-preview .video .videothumb:hover:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* line 102, ../sass/layout/_detail.scss */
.wide.container.section4 {
  background: #e0e0e0;
  border-top: 0;
}
/* line 106, ../sass/layout/_detail.scss */
.wide.container.section4 .devices-wrapper {
  background-image: url("../m/g/horizon-line.png");
  background-repeat: no-repeat;
  background-position: 50% 70%;
}
/* line 111, ../sass/layout/_detail.scss */
.wide.container.section4 .devices-wrapper .devices {
  display: inline-block;
  overflow: auto;
  margin: 0 auto;
}
/* line 116, ../sass/layout/_detail.scss */
.wide.container.section4 .devices-wrapper .devices .device {
  float: left;
  width: 150px;
  min-height: 230px;
}
/* line 121, ../sass/layout/_detail.scss */
.wide.container.section4 .devices-wrapper .devices .device > img {
  margin-bottom: 10px;
}

/* line 130, ../sass/layout/_detail.scss */
.wide.container.section5 {
  background: #007cc3;
}
/* line 132, ../sass/layout/_detail.scss */
.wide.container.section5 * {
  color: #FFF;
}
/* line 135, ../sass/layout/_detail.scss */
.wide.container.section5 a {
  text-decoration: underline;
}

/* line 146, ../sass/layout/_detail.scss */
html.no-touch .wide.container.section5 a:hover {
  color: #BBB;
}

/* line 154, ../sass/layout/_detail.scss */
#global-footer {
  margin-top: 0;
}

/* Responsive Docs
-------------------------------------------------- */
@media (max-width: 369px) {
  /* line 4, ../sass/layout/_responsive.scss */
  .wide.container {
    padding: 30px 0;
  }

  /* line 7, ../sass/layout/_responsive.scss */
  .bottom {
    margin-bottom: 30px;
  }

  /* line 14, ../sass/layout/_responsive.scss */
  .section1 .header .unit {
    height: 200px;
    background-size: auto 100%;
    background-position: 50% 0;
  }
  /* line 19, ../sass/layout/_responsive.scss */
  .section1 .header .desc {
    padding-top: 0px;
  }

  /* line 25, ../sass/layout/_responsive.scss */
  .wide.container.section2 {
    margin-bottom: 0;
  }
  /* line 27, ../sass/layout/_responsive.scss */
  .wide.container.section2 .videos.large-preview {
    text-align: center;
  }
  /* line 29, ../sass/layout/_responsive.scss */
  .wide.container.section2 .videos.large-preview .video {
    position: relative;
    float: none;
    display: inline-block;
    width: 160px;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 30px;
  }
  /* line 38, ../sass/layout/_responsive.scss */
  .wide.container.section2 .videos.large-preview .video:nth-child(3n+1) {
    margin-left: 30px;
    margin-right: 30px;
  }
  /* line 43, ../sass/layout/_responsive.scss */
  .wide.container.section2 .videos.large-preview .video .title {
    height: auto;
    font-size: 13px;
  }
  /* line 48, ../sass/layout/_responsive.scss */
  .wide.container.section2 .videos.large-preview .video .videothumb {
    width: 160px;
    height: 160px;
    background-size: auto 215px;
  }
  /* line 52, ../sass/layout/_responsive.scss */
  .wide.container.section2 .videos.large-preview .video .videothumb:after {
    margin-top: -30px;
    margin-left: -30px;
    width: 60px;
    height: 60px;
    background-size: 100%;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
  }
  /* line 64, ../sass/layout/_responsive.scss */
  .wide.container.section2 .resources {
    display: block;
  }
  /* line 66, ../sass/layout/_responsive.scss */
  .wide.container.section2 .resources .span12 {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px;
  }
  /* line 70, ../sass/layout/_responsive.scss */
  .wide.container.section2 .resources .span12:first-child {
    border: none;
  }
  /* line 77, ../sass/layout/_responsive.scss */
  .wide.container.section2 .resources .btn1, .wide.container.section2 .resources .btn-sec {
    margin-bottom: 5px;
    clear: both;
  }

  /* line 86, ../sass/layout/_responsive.scss */
  .wide.container.section4 .desc {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 91, ../sass/layout/_responsive.scss */
  .wide.container.section4 .devices-wrapper {
    background-image: none;
  }
  /* line 93, ../sass/layout/_responsive.scss */
  .wide.container.section4 .devices-wrapper .devices {
    text-align: center;
    overflow: visible;
  }
  /* line 96, ../sass/layout/_responsive.scss */
  .wide.container.section4 .devices-wrapper .devices .device {
    display: inline-block;
    float: none;
    width: 100px;
    min-height: auto;
    margin: 0 5px 20px 5px;
  }
  /* line 102, ../sass/layout/_responsive.scss */
  .wide.container.section4 .devices-wrapper .devices .device > img {
    max-width: 100%;
    margin-bottom: 0;
  }
  /* line 106, ../sass/layout/_responsive.scss */
  .wide.container.section4 .devices-wrapper .devices .device:last-child {
    margin-top: -20px;
  }
}
@media (min-width: 370px) and (max-width: 573px) {
  /* line 118, ../sass/layout/_responsive.scss */
  .section1 .header .unit {
    height: 200px;
    background-size: auto 100%;
    background-position: 50% 0;
  }
  /* line 123, ../sass/layout/_responsive.scss */
  .section1 .header .desc {
    padding-top: 0px;
  }

  /* line 129, ../sass/layout/_responsive.scss */
  .wide.container.section2 {
    margin-bottom: 0;
  }
  /* line 131, ../sass/layout/_responsive.scss */
  .wide.container.section2 .videos.large-preview {
    text-align: center;
  }
  /* line 133, ../sass/layout/_responsive.scss */
  .wide.container.section2 .videos.large-preview .video {
    position: relative;
    float: none;
    display: inline-block;
    width: 160px;
    margin-left: 20px;
  }
  /* line 140, ../sass/layout/_responsive.scss */
  .wide.container.section2 .videos.large-preview .video:nth-child(3n+1) {
    margin-left: 20px;
  }
  /* line 143, ../sass/layout/_responsive.scss */
  .wide.container.section2 .videos.large-preview .video:nth-child(2n+1) {
    margin-left: 0px;
  }
  /* line 147, ../sass/layout/_responsive.scss */
  .wide.container.section2 .videos.large-preview .video .title {
    height: auto;
    font-size: 13px;
  }
  /* line 152, ../sass/layout/_responsive.scss */
  .wide.container.section2 .videos.large-preview .video .videothumb {
    width: 160px;
    height: 160px;
    background-size: auto 215px;
  }
  /* line 156, ../sass/layout/_responsive.scss */
  .wide.container.section2 .videos.large-preview .video .videothumb:after {
    margin-top: -30px;
    margin-left: -30px;
    width: 60px;
    height: 60px;
    background-size: 100%;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
  }
  /* line 168, ../sass/layout/_responsive.scss */
  .wide.container.section2 .resources {
    display: block;
  }
  /* line 170, ../sass/layout/_responsive.scss */
  .wide.container.section2 .resources .span12 {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px;
  }
  /* line 174, ../sass/layout/_responsive.scss */
  .wide.container.section2 .resources .span12:first-child {
    border: none;
  }

  /* line 185, ../sass/layout/_responsive.scss */
  .wide.container.section4 .desc {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 190, ../sass/layout/_responsive.scss */
  .wide.container.section4 .devices-wrapper {
    background-image: none;
  }
  /* line 192, ../sass/layout/_responsive.scss */
  .wide.container.section4 .devices-wrapper .devices {
    text-align: center;
    overflow: visible;
  }
  /* line 195, ../sass/layout/_responsive.scss */
  .wide.container.section4 .devices-wrapper .devices .device {
    display: inline-block;
    float: none;
    width: 100px;
    min-height: auto;
    margin: 0 5px;
  }
  /* line 201, ../sass/layout/_responsive.scss */
  .wide.container.section4 .devices-wrapper .devices .device > img {
    max-width: 100%;
  }
}
@media (min-width: 574px) and (max-width: 767px) {
  /* line 213, ../sass/layout/_responsive.scss */
  .section1 .header .unit {
    height: 200px;
    background-size: auto 100%;
    background-position: 50% 0;
  }
  /* line 218, ../sass/layout/_responsive.scss */
  .section1 .header .desc {
    padding-top: 0px;
  }

  /* line 225, ../sass/layout/_responsive.scss */
  .wide.container.section2 .videos.large-preview {
    text-align: center;
  }
  /* line 227, ../sass/layout/_responsive.scss */
  .wide.container.section2 .videos.large-preview .video {
    position: relative;
    float: none;
    display: inline-block;
    width: 160px;
    margin-left: 20px;
  }
  /* line 234, ../sass/layout/_responsive.scss */
  .wide.container.section2 .videos.large-preview .video:nth-child(3n+1) {
    margin-left: 00px;
  }
  /* line 238, ../sass/layout/_responsive.scss */
  .wide.container.section2 .videos.large-preview .video .title {
    height: auto;
    font-size: 13px;
  }
  /* line 243, ../sass/layout/_responsive.scss */
  .wide.container.section2 .videos.large-preview .video .videothumb {
    width: 160px;
    height: 160px;
    background-size: auto 215px;
  }
  /* line 247, ../sass/layout/_responsive.scss */
  .wide.container.section2 .videos.large-preview .video .videothumb:after {
    margin-top: -30px;
    margin-left: -30px;
    width: 60px;
    height: 60px;
    background-size: 100%;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
  }
  /* line 259, ../sass/layout/_responsive.scss */
  .wide.container.section2 .resources {
    display: block;
  }
  /* line 261, ../sass/layout/_responsive.scss */
  .wide.container.section2 .resources .span12 {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px;
  }
  /* line 265, ../sass/layout/_responsive.scss */
  .wide.container.section2 .resources .span12:first-child {
    border: none;
  }

  /* line 276, ../sass/layout/_responsive.scss */
  .wide.container.section4 .desc {
    width: 410px;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 281, ../sass/layout/_responsive.scss */
  .wide.container.section4 .devices-wrapper {
    background-size: 100%;
    background-position: 50% 60%;
  }
  /* line 285, ../sass/layout/_responsive.scss */
  .wide.container.section4 .devices-wrapper .devices .device {
    width: 100px;
    margin: 0 5px;
  }
  /* line 288, ../sass/layout/_responsive.scss */
  .wide.container.section4 .devices-wrapper .devices .device > img {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  /* line 298, ../sass/layout/_responsive.scss */
  html {
    background: #222;
  }

  /* line 302, ../sass/layout/_responsive.scss */
  body.menu-active #content {
    position: fixed;
    top: 0;
    left: -252px !important;
    height: auto;
  }
  /* line 308, ../sass/layout/_responsive.scss */
  body.menu-active .page-mobile-menu {
    position: absolute;
  }

  /* line 313, ../sass/layout/_responsive.scss */
  #content {
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
  }

  /* line 319, ../sass/layout/_responsive.scss */
  .page-mobile-nav {
    position: absolute;
    display: block;
    width: 49px;
    height: 49px;
    padding: 21px 7px;
    top: 5px;
    right: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
  }
  /* line 329, ../sass/layout/_responsive.scss */
  .page-mobile-nav .circle {
    float: left;
    width: 7px;
    height: 7px;
    margin-left: 7px;
    background-color: #2475c9;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
  }
  /* line 336, ../sass/layout/_responsive.scss */
  .page-mobile-nav .circle:first-child {
    margin-left: 0;
  }

  /* line 342, ../sass/layout/_responsive.scss */
  .page-mobile-menu {
    position: fixed;
    width: 100%;
    min-height: 100%;
    top: 0;
    right: 0;
    background: #222;
  }
  /* line 350, ../sass/layout/_responsive.scss */
  .page-mobile-menu a {
    display: block;
    width: 100%;
    padding: 15px 15px;
    text-align: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #1a1a1a;
    -webkit-box-shadow: inset 0 1px 0 rgba(85, 85, 85, 0.35);
    -moz-box-shadow: inset 0 1px 0 rgba(85, 85, 85, 0.35);
    box-shadow: inset 0 1px 0 rgba(85, 85, 85, 0.35);
    font-size: 100%;
    font-weight: 400;
    color: #d1d1d1;
  }
}
@media (min-width: 767px) {
  /* line 374, ../sass/layout/_responsive.scss */
  .page-mobile-nav {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 939px) {
  /* line 383, ../sass/layout/_responsive.scss */
  .section1 .header .unit {
    height: 347px;
    background-size: 90%;
    background-position: 0 0;
  }
  /* line 388, ../sass/layout/_responsive.scss */
  .section1 .header .desc {
    padding-top: 20px;
  }

  /* line 395, ../sass/layout/_responsive.scss */
  .wide.container.section2 .videos.large-preview {
    text-align: center;
  }
  /* line 397, ../sass/layout/_responsive.scss */
  .wide.container.section2 .videos.large-preview .video {
    position: relative;
    float: none;
    display: inline-block;
    width: 192px;
    margin-left: 40px;
  }
  /* line 404, ../sass/layout/_responsive.scss */
  .wide.container.section2 .videos.large-preview .video .title {
    height: auto;
  }
  /* line 408, ../sass/layout/_responsive.scss */
  .wide.container.section2 .videos.large-preview .video .videothumb {
    width: 192px;
    height: 192px;
    background-size: auto 260px;
  }

  /* line 418, ../sass/layout/_responsive.scss */
  .wide.container.section4 .devices-wrapper {
    background-size: 100%;
  }
  /* line 421, ../sass/layout/_responsive.scss */
  .wide.container.section4 .devices-wrapper .devices .device {
    width: 141px;
  }
  /* line 423, ../sass/layout/_responsive.scss */
  .wide.container.section4 .devices-wrapper .devices .device > img {
    max-width: 100%;
  }
}
