/* colors */
/* site palette */
/* mixins */

.modal.video-modal-new article .container{
	color: white;
    background-color: black;
    border-radius: 0;
}
.modal.video-modal-new article .close-row a {
	color: white;
	
}
#gm-feature-video button.videoPoster {
  background-image: url("../images/GM-video-poster-sml.jpg"); }
@media (min-width: 768px) {
  #gm-feature-video button.videoPoster {
    background-image: url("../images/GM-video-poster.jpg"); } }

	#gm-feature-video-2 .m-col-wrapper {
		max-width: 1350px;
    margin: 0 auto;
		
	}
	
	#gm-feature-video-2 h4 {
		text-align: center;
    text-transform: uppercase;
    color: white;
    font-weight: bold;
    font-size: 1.8em;
	margin-bottom: 24px;
	}
	
	@media (max-width: 768px){
		#gm-feature-video-2 h4 {
		font-size: 1.4em;
		margin-bottom: 18px;
		}
	}
	
	@media (max-width: 468px){
		#gm-feature-video-2 h4 {
		margin-top:20px;
		}
	}
	
	#gm-feature-video-2 a:hover{
		text-decoration: none;
	}
	#gm-feature-video-2 a:focus{
		outline:none;
		
	}
	#gm-feature-video-2 .m-col2 {
		padding: 0 18px;
		
	}
	
	#gm-feature-video-2 small
	{
		font-size: 0.8em;
    color: #5d5d5d;
    text-align: center;
    display: block;
    margin-top: 5px;
	}
	@media (max-width: 768px){
		#gm-feature-video-2 .m-col2 {
		width: 50%!important;
		}
	}
	@media (max-width: 468px){
		#gm-feature-video-2 .m-col2 {
		width: 100%!important;
		}
	}
#gm-advantage, #gm-feature-video-2 {
  background-color: #000; }
  #gm-advantage h2 {
    text-transform: uppercase;
    text-align: center;
    font-family: 'SST-Heavy', 'SST-Roman', Arial, sans-serif;
    font-size: 2em; }
  #gm-advantage .section-heading {
    padding-bottom: 0; }
  #gm-advantage h3 {
    margin-bottom: 0.5em;
    font-size: 1.5em;
    font-weight: bold; }
  #gm-advantage .feature-wrapper .feature-container {
    max-width: 1350px; }
  #gm-advantage .feature-wrapper .feature-image {
    min-height: 400px; }
  #gm-advantage .feature-wrapper .feature-copy {
    padding-top: 3em; }
    #gm-advantage .feature-wrapper .feature-copy h3 {
      margin-top: 0; }
    #gm-advantage .feature-wrapper .feature-copy a.more-link {
      text-transform: uppercase;
      font-family: 'SST-Heavy', 'SST-Roman', Arial, sans-serif;
      color: #fff; }
  #gm-advantage #bysony .feature-image {
    background: url("../images/feature-image-bysony2.jpg") center center no-repeat;
    background-size: contain;
    background-color: #070707; }
  #gm-advantage #performance .feature-image {
    background: url("../images/feature-image-performance2.jpg") left bottom no-repeat;
    background-size: contain; }
  #gm-advantage #onemount .feature-image {
    background: url("../images/feature-image-onemount.jpg") center center no-repeat;
    background-size: contain;
    background-color: #000; }
	#gm-advantage #linear .feature-image {
    background: url("../images/feature-image-linear.jpg") center center no-repeat;
    background-size: contain;
    background-color: #070707; }
  #gm-advantage #resolution .feature-image {
    background: url("../images/feature-image-resolution.jpg") center center no-repeat;
    background-size: contain; }
  #gm-advantage #low-light .feature-image {
    background: url("../images/feature-image-lowlight.jpg") center center no-repeat;
    background-size: contain;
    background-color: #000; }
  @media (min-width: 768px) {
    #gm-advantage h2 {
      font-size: 4em; }
    #gm-advantage .feature-wrapper .feature-image {
      min-height: 600px;
      height: 60vh; } }
  @media (min-width: 998px) {
    #gm-advantage {
      padding-top: 5em; }
      #gm-advantage h2 {
        font-size: 4em; }
      #gm-advantage .feature-wrapper {
        display: flex;
        align-items: center;
        min-height: 60vh;
        height: 600px;
        margin-top: 5em; }
        #gm-advantage .feature-wrapper .feature-copy {
          padding-top: 0;
          font-size: 125%; }
        #gm-advantage .feature-wrapper .feature-image {
          min-height: 600px; } }
  @media (min-width: 998px) and (max-width: 1500px) {
    #gm-advantage .feature-wrapper#performance {
      display: block;
      min-height: 800px;
      height: auto;
      margin-top: 5em; } }

.gallery#gm-gallery {
  /* photoswipe styles */ }
  .gallery#gm-gallery h2 {
    text-align: center; }
  .gallery#gm-gallery .caption p {
    color: #fff; }
  .gallery#gm-gallery .slider-count {
    padding: 0 20%;
    text-align: center; }
    .gallery#gm-gallery .slider-count p {
      color: #fff; }
  .gallery#gm-gallery .slick-dots li button:before {
    color: #fff; }
  .gallery#gm-gallery .slick figure {
    position: relative;
    padding: 2em; }
    .gallery#gm-gallery .slick figure img {
      width: 100%; }
    .gallery#gm-gallery .slick figure figcaption {
      position: relative;
      width: 100%; }
      .gallery#gm-gallery .slick figure figcaption .photo-info {
        display: inline-block;
        float: left;
        padding: 0 1em;
        line-height: 1.5em;
        color: #fff;
        font-size: 0.85em;
        width: 100%; }
        .gallery#gm-gallery .slick figure figcaption .photo-info .credit {
          display: inline-block;
          float: left;
          margin-top: 1em; }
        .gallery#gm-gallery .slick figure figcaption .photo-info .photo-name {
          display: block;
          font-weight: bold;
          margin-top: 0.5em; }
          .gallery#gm-gallery .slick figure figcaption .photo-info .photo-name .name {
            text-transform: uppercase; }
        .gallery#gm-gallery .slick figure figcaption .photo-info .photo-handle {
          display: flex;
          vertical-align: middle;
          align-items: center;
          margin-top: 1em; }
          .gallery#gm-gallery .slick figure figcaption .photo-info .photo-handle .svg-icon {
            display: inline-block;
            width: 24px;
            height: 24px;
            margin-right: 0.5em; }
        .gallery#gm-gallery .slick figure figcaption .photo-info .photo-settings {
          display: block;
          font-style: italic;
          margin-top: 0.5em; }
          .gallery#gm-gallery .slick figure figcaption .photo-info .photo-settings .svg-icon,
          .gallery#gm-gallery .slick figure figcaption .photo-info .photo-settings a {
            display: inline-block;
            vertical-align: middle; }
    .gallery#gm-gallery .slick figure.portrait img {
      max-width: 75%;
      margin: 0 auto; }
    .gallery#gm-gallery .slick figure.portrait figcaption {
      max-width: 75%;
      margin: 0 auto; }
    @media (min-width: 768px) {
      .gallery#gm-gallery .slick figure.portrait img {
        max-width: 50%;
        margin: 0 auto; }
      .gallery#gm-gallery .slick figure.portrait figcaption {
        max-width: 50%;
        margin: 0 auto; }
      .gallery#gm-gallery .slick figure figcaption .photo-info {
        width: 100%;
        overflow: hidden; }
        .gallery#gm-gallery .slick figure figcaption .photo-info .photo-settings {
          display: inline-block;
          float: left; }
        .gallery#gm-gallery .slick figure figcaption .photo-info .photographer {
          display: inline-block;
          float: right; }
          .gallery#gm-gallery .slick figure figcaption .photo-info .photographer .credit {
            margin-top: 0; } }
  .gallery#gm-gallery .pswp__caption .fig-caption-inner p {
    color: #fff; }
  .gallery#gm-gallery .pswp__caption .pswp__caption__center {
    width: 100%;
    max-width: 100%;
    padding: 1em 2em; }
    .gallery#gm-gallery .pswp__caption .pswp__caption__center .photographer .credit {
      margin-top: 0; }
      .gallery#gm-gallery .pswp__caption .pswp__caption__center .photographer .credit > span {
        display: block; }
        .gallery#gm-gallery .pswp__caption .pswp__caption__center .photographer .credit > span.photo-handle {
          display: flex;
          vertical-align: middle;
          align-items: center;
          margin-top: 1em; }
          .gallery#gm-gallery .pswp__caption .pswp__caption__center .photographer .credit > span.photo-handle .svg-icon {
            display: inline-block;
            width: 24px;
            height: 24px;
            margin-right: 0.5em; }
      .gallery#gm-gallery .pswp__caption .pswp__caption__center .photographer .credit .name {
        text-transform: uppercase; }
  .gallery#gm-gallery .pswp__counter {
    visibility: hidden; }
  @media (min-width: 500px) {
    .gallery#gm-gallery .pswp__caption .pswp__caption__center .photo-info {
      position: relative;
      width: 100%;
      overflow: hidden; }
      .gallery#gm-gallery .pswp__caption .pswp__caption__center .photo-info .photo-settings {
        display: inline-block;
        float: left; }
      .gallery#gm-gallery .pswp__caption .pswp__caption__center .photo-info .photographer {
        display: inline-block;
        float: right; } }
  @media (min-width: 768px) {
    .gallery#gm-gallery .slick-next {
      right: 25px; }
    .gallery#gm-gallery .slick-prev {
      left: 25px;
      z-index: 2; }
    .gallery#gm-gallery .slick figure::before {
      top: 2em;
      right: 2em; } }
  @media (min-width: 992px) {
    .gallery#gm-gallery .pswp__caption .pswp__caption__center {
      max-width: 60%; } }

#gm-range {
  padding-bottom: 0; }
  #gm-range h2 {
    margin-bottom: 1.5em; }
  #gm-range img {
    width: 100%; }
  #gm-range .inline-banner {
    position: relative;
    width: 100%;
    height: 50vh; }
    #gm-range .inline-banner .banner-inner {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: url("../images/banner-GM_group.jpg") center center no-repeat;
      background-size: cover;
      background-color: #fff; }

.accessoriesWithoutToggles {
  background-color: #1d1d1d;
  padding: 5em 0; }
  .accessoriesWithoutToggles .m-heading h2 {
    font-size: 2em;
    margin-bottom: 0;
    font-family: 'SST-Heavy', 'SST-Roman', Arial, sans-serif;
    color: #fff;
    text-align: center;
    text-transform: uppercase; }
  .accessoriesWithoutToggles .m-heading p {
    color: #fff;
    font-size: 1.5em;
    font-family: 'SST-Heavy', 'SST-Roman', Arial, sans-serif;
    color: #adadad;
    margin-top: 0.5em;
    letter-spacing: 1px;
    text-align: center; }
  .accessoriesWithoutToggles .m-col-wrapper {
    margin-top: 4em;
    display: flex;
    flex-wrap: wrap; }
  .accessoriesWithoutToggles .m-col {
    padding: 2em 1em;
    width: 50%;
    position: relative; }
    .accessoriesWithoutToggles .m-col .badge {
      position: absolute;
      top: 0;
      right: 0;
      background-color: mediumseagreen;
      color: #fff;
      padding: 0.5em 1em;
      font-weight: bold;
      font-size: 0.85em; }
  .accessoriesWithoutToggles a {
    color: #fff !important;
    text-decoration: none !important; }
    .accessoriesWithoutToggles a .desc {
      padding: 1em 0;
      text-align: center; }
      .accessoriesWithoutToggles a .desc .cta {
        display: inline-block;
        margin-top: 0;
        text-transform: uppercase;
        font-weight: bold;
        color: #fff;
        font-family: 'SST-Heavy', 'SST-Roman', Arial, sans-serif;
        font-size: 0.85em; }
    .accessoriesWithoutToggles a:hover {
      color: #fff !important; }
      .accessoriesWithoutToggles a:hover .cta {
        text-decoration: underline; }
  .accessoriesWithoutToggles .name,
  .accessoriesWithoutToggles .prodNum {
    padding: 0.5em 0;
    font-size: 1em; }
  .accessoriesWithoutToggles .more-row {
    text-align: center; }
  @media (min-width: 768px) {
    .accessoriesWithoutToggles .m-col {
      padding: 2.5em 2em;
      width: 33.33%;
      font-size: 125%; } }

#browse-all {
  background-color: #000; }
  #browse-all .button {
    margin: 2em 0;
    background-color: #fff;
    color: #000; }

/*# sourceMappingURL=main2.css.map */
