
@media (max-width: 1070px) {

img {
	max-width: 100%;
	height: auto;
}

.wrap {
	padding: 0 10px;
	margin: 0;
	width: 100%;
	box-sizing: border-box;
}

#header,
#fixed-header,
#page-content,
#content {
	width: 100%;
	min-width: 0;
}

#page-content {
	padding: 30px 0 0 0;
}

#logo {
	width: auto;
}

#social a.text-link {
	display: none;
}

#menu {
	display: none;
	position: absolute;
	left: 0px;
	top: 118px;
	float: none;
	padding: 10px 40px 40px 40px;
	margin: 0;
	border-top: 4px solid #ffffff;
	background: rgba(47,47,47,0.95);
	width: 100%;
	height: auto;
	font-size: 17px;
	line-height: 24px;
	text-align: center;
	box-sizing: border-box;
}

  #menu a,
  #menu span {
	display: block;
	padding: 0;
	margin: 30px 0 0 0;
	color: #ffffff;
	cursor: pointer;
	text-decoration: none;
	text-transform: uppercase;
  }

    #menu a.active,
    #menu a.on,
    #menu span.active,
    #menu span.on {
	background: none;
    }

    #menu a.mLink.active,
    #menu a.mLink:hover,
    #menu span.mLink.active,
    #menu span.mLink:hover {
	background: none;
    }

      #menu a.mymixapp span {
		display: inline-block;
		padding: 0;
		margin: 4px 0 0 5px;
		width: 14px;
		height: 14px;
		background: url('../images/mymix_icon.png') no-repeat right center;
		background-size: 100% auto;
		vertical-align: top;
      }

    #menu a.mobile-only {
	display: block;
    }

#mobile-menu-icon {
	display: block;
	float: right;
	margin: 10px 0 0 0;
	background: url('../images/icon_mobile_menu.png') no-repeat left top;
	width: 36px;
	height: 36px;
	cursor: pointer;
}

  #mobile-menu-icon.active {
	background-position: left -36px;
  }

#footer {
	padding: 40px 0 40px 0;
	width: 100%;
	min-width: 0;
}

  #footer .wrap.bottom {
	margin-top: 20px;
  }

  #footer .column {
	float: none;
	padding-right: 0;
	margin-bottom: 30px;
	width: 100%;
	text-align: center;
  }

    #footer .column.first {
	padding-right: 0;
	width: 100%;
	text-align: center;
    }

    #footer .column.last {
	padding-right: 0;
	margin-bottom: 0;
	width: 100%;
	text-align: center;
    }

    #footer .column.en {
	padding-right: 0;
	width: 100%;
	text-align: center;
    }

      #footer .column.en:last-of-type {
	margin-bottom: 0;
	width: 100%;
      }

      #footer .column ul li {
	margin: 0 0 15px 0;
      }

  #copyright {
	float: none;
	width: 100%;
	text-align: center;
  }

  #attribution {
	float: none;
	width: 100%;
	text-align: center;
  }

    #attribution a {
	display: block;
	margin: 20px 0 0 0;
	width: 100%;
	text-align: center;
    }

  /********************/
  /* LIGHTBOX         */
  /********************/

  #pagemask {
	width: 100% !important;
	min-width: 0;
  }

  /********************/
  /* HOME PAGE        */
  /********************/

  #home-slides .bx-wrapper .bx-pager, #home-slides .bx-wrapper .bx-controls-auto {
	bottom: -30px;
	margin-left: -68px;
  }

  #home-featured {
	padding: 0 0 40px 0;
	margin-top: 60px;
  }

    #home-featured .column {
	float: none;
	padding-right: 0;
	margin: 0 auto 40px auto;
	width: 250px;
    }

      #home-featured .column.last {
	margin-bottom: 0;
      }

      #home-featured .column p {
	margin: 15px 0;
	text-align: center;
      }

      #home-featured .column p.text {
	height: auto;
      }

      #home-featured .column p.bottom {
	margin: 0;
      }

  /********************/
  /* LOCATIONS        */
  /********************/

  form.loc-form {
	padding: 30px 0;
	text-align: center;
  }

  #loc-rent {
	float: none;
	width: 100%;
  }

  #loc-buy {
	float: none;
	padding-bottom: 40px;
	margin-top: 30px;
	width: 100%;
  }

  h2.loc {
	padding: 0 0 20px 0;
	text-align: center;
  }

  form.loc-form div {
	float: none;
  }

    form.loc-form div#mSelect {
	margin: 30px 0 0 0;
    }

  .location {
	float: none;
	padding: 30px 0 0 0;
	margin: 0 auto;
	width: 290px;
	height: auto;
	text-align: center;
  }

    .location span.has-mix {
	margin: 3px auto 0 auto;
	text-align: left;
    }

  /********************/
  /* CONTACT FORM     */
  /********************/

  form.cform {
	padding: 0 0 40px 0;
  }

    form.cform label {
	float: none;
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
    }

      form.cform div:nth-child(7) label,
      form.cform div:nth-child(8) label {
	display: none;
     }

    form.cform .txt {
	width: 100%;
	max-width: 500px;
	height: 40px;
	box-sizing: border-box;
	-webkit-appearance: none;
    }

    form.cform .button {
	-webkit-appearance: none;
    }

  /********************/
  /* GALLERY          */
  /********************/

  #page-content ul.gphotos li {
	float: none;
	padding: 0;
	margin: 0 auto 30px auto;
	border: 0;
	background: #000000;
	width: 338px;
	height: 227px;
	overflow: hidden;
  }

    #page-content ul.gphotos li:nth-child(3n+2) {
	margin-left: auto;
	margin-right: auto;
    }

  /********************/
  /* VIDEOS           */
  /********************/

  .c-wrap {
	margin: 0 !important;
  }

    .c-wrap div {
	float: none !important;
	margin: 0 auto 30px auto !important;
	width: 320px;
    }

    .c-wrap div iframe {
	margin: 0;
	width: 320px;
	height: 180px;
    }

  /********************/
  /* THEY LOVE DMG    */
  /********************/

  #page-content ul.testimonials {
	margin: 30px 0;
  }

  #page-content ul.testimonials li {
	float: none;
	width: 100%;
	box-sizing: border-box;
  }

    #page-content ul.testimonials li:nth-child(2) {
	margin-top: 30px;
    }

    #page-content ul.testimonials li:nth-child(2n+1) {
	margin-right: 0;
    }

    #page-content ul.testimonials li .image {
	position: static;
	height: auto;
    }

      #page-content ul.testimonials li .image img {
		position: static;
      }

    #page-content ul.testimonials li .body {
	height: auto;
    }

  /********************/
  /* KITS PAGE        */
  /********************/

  h2.klh span {
	display: block;
  }

  #page-content ul.kit-list li {
	float: none;
	display: block;
	padding: 25px 59px 30px 59px;
	width: 100%;
	box-sizing: border-box;
  }

    #page-content ul.kit-list li:nth-child(2n+1) {
	margin-right: 0;
    }

    #page-content ul.kit-list li .image {
	position: static;
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
    }

      #page-content ul.kit-list li .image img {
		position: static;
      }

  /********************/
  /* PRODUCTS         */
  /********************/

  #page-content-product {
	margin: 118px 0 0 0;
	width: 100%;
	min-width: 0;
  }

  #product-info-tabs {
	margin: 0;
  }

  #product-tab-sl1-switch-on,
  #product-tab-sl1-switch-off,
  #product-tab-mini-switch-on,
  #product-tab-mini-switch-off {
	background-position: center center;
	text-align: left;
	text-indent: -999px;
  }

  #product-tab-sl1-mix-on,
  #product-tab-sl1-mix-off,
  #product-tab-mini-mix-on,
  #product-tab-mini-mix-off {
	padding: 0;
	background-position: center center;
	text-align: left;
	text-indent: -999px;
  }

  #product-info {
	padding: 30px 10px;
  }

    #info-left {
	float: none;
	padding: 0 40px 40px 40px;
	margin: 30px 0 0 0;
	width: 100%;
	box-sizing: border-box;
    }

      #info-left .bx-viewport {
		height: 320px !important;
      }

    #info-right {
	float: none;
	padding: 0;
	margin: 30px 0 0 0;
	width: 100%;
    }

    #info-right p.button {
	margin: 0;
    }

      #info-right p.button a {
	margin-top: 20px;
      }

  #product-power {
	padding: 30px 0;
  }

    #power-slider .inner {
	padding: 0 80px;
	margin: 0;
	width: 100%;
	box-sizing: border-box;
    }

      #power-slider .bx-viewport {
		height: 240px !important;
      }

      #pSlider li {
		font-size: 15px;
		line-height: 20px;
		text-align: center;
      }

        #pSlider li .image {
		text-align: center;
        }

          #pSlider li .image img {
		margin: 0 auto;
          }

    #product-power h2 {
	margin-bottom: 30px;
    }

  #product-accessories {
	padding: 30px 0;
  }

    #accessories-slider .inner {
	padding: 0 80px;
	margin: 0;
	width: 100%;
	box-sizing: border-box;
    }

    #product-accessories h2 {
	margin-bottom: 30px;
    }

    #aSlider li {
	font-size: 15px;
	line-height: 20px;
	text-align: center;
    }

      #aSlider li .image {
	text-align: center;
      }

        #aSlider li .image img {
		margin: 0 auto;
        }

  #product-testimonials {
	padding: 40px 10px 60px 10px;
	margin: 0;
	background: #ffffff;
  }

  #product-testimonials .inner {
	padding: 0;
	margin: 0;
	width: 100%;
  }

  #tSlider li {
	padding: 0 10px 15px 10px;
	background: #ffffff;
	width: 100%;
	height: auto;
  }

    #tSlider li .image {
	width: 25%;
    }

    #tSlider li .tst {
	float: right;
	width: 70%;
    }

  #product-specs {
	margin-top: 30px;
  }

  #product-specs .wrap {
	padding: 20px;
  }

    #product-specs #product-specs-heading .wrap {
	padding: 0 20px;
    }

    #product-specs-heading span.spc-tag {
	float: none;
	display: inline-block;
	padding: 20px 0;
	margin: 0;
    }

  #product-specs ul {
	float: none;
	width: 100%;
  }

    #product-specs ul li {
	list-style: none;
	float: left;
	display: inline;
	padding: 0;
	margin: 10px 0;
	overflow: hidden;
	font-size: 13px;
	white-space: nowrap;
	text-overflow: ellipsis;
    }

      #product-specs ul li:nth-child(odd) {
		padding-right: 3%;
		width: 35%;
      }

      #product-specs ul li:nth-child(even) {
		width: 62%;
      }

  #product-documents {
	float: none;
	padding: 0 0 30px 0;
	margin: 40px 0 0 0;
	width: 100%;
  }

  /********************/
  /* LIGHTS PAGE      */
  /********************/

  h2.klh {
	text-align: center;
  }

  #page-content ul.page-products-list {
	margin: 0 auto;
	width: 302px;
  }

  #page-content ul.page-products-list li {
	float: none;
  }

    #page-content ul.page-products-list li:nth-child(3n+2) {
	margin-right: 0;
	margin-left: 0;
    }

}

