* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
  line-height: 1.25em;
}
.wrapper {
  overflow: hidden;
}
.main_content {
  padding-top: 0px;
  min-height: calc(100vh - 243px);
}
.container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
.section {
  padding: 70px 0;
}
.center-block {
  margin-right: auto;
  margin-left: auto;
}
.header {
display:none;
    height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: #000;
}
.header_container {
  position: relative;
  display: flex;
  flex-direction: row;
  padding-top: 15px;
  padding-bottom: 15px;
  justify-content: center;
  align-content: center;
}
.header_container > * {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
}
.header_logo {
  display: block;
  margin: 0 auto;
}
.header_logo h1 {
  font-size: 1em;
  margin-bottom: 0;
}
.header_logo .mm_logo-pc {
  width: auto;
  height: 50px;
  display: none;
}
.header_logo .mm_logo-mobile {
  width: auto;
  height: 40px;
  display: block;
}
.red {
  color: #C50003;
}
.purple {
  color: #9f3d6c;
}
.gray {
  background: #f8f8f8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.guarantee-box {
  display:flex;
  align-items:center;
  max-width: 760px;
  margin: 0 auto;
  text-align: left;
  margin-top: 5%;
  margin-bottom: 5%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.float-img-right {
  float: right;
  max-width: 100%;
  height: auto;
}
.cart-box {
  text-align: center;
}
.cart-box img {
  margin: 0 auto;
  margin-bottom: 4%;
}
.members-login {
  background: #000 url(img/bg/mm-universe-bg.jpg) center top;
  background-position: 0% 90%;
}
.members-login-box {
  max-width: 500px;
  margin: 0 auto;
  background: #fff;
  padding: 5%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.login-form-box {
  padding: 20px 10px;
  text-align: center;
}
.login-form-box input {
  padding: 15px;
  margin-bottom: 15px;
}
.login-form-box input[type=text],.login-form-box input[type=email], .login-form-box input[type=password] {
  background: #f8f8f8;
  border: #ebebeb thin solid;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.login-form-box input[type=submit] {
  background: #a53f70;
  color: #fff;
}
.contact-form-box {
  max-width: 500px;
  margin: 0 auto;
  margin-top: 5%;
}
.heading-column {
}
.heading-img {
  margin-top:5%;
  text-align:center;
}
.heading-img p {
  display:inline-block;
  border-bottom:4px #a53f70 solid;
  margin-top: 10px;
}
.footer {
  background-color: #000;
  background-size: cover;
  background-position: center 5%;
}
.footer_container {
  padding-top: 20px;
  padding-bottom: 20px;
}
.footer_logo {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
.footer_logo h1 {
  margin-bottom: 20px;
}
.footer_logo .mm_logo {
  display: block;
}
.copyright {
  padding: 15px;
  background-color: #000;
  color: #fff;
  font-size: 0.9em;
  text-align: center;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
.profile {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #fff;
}
.video-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  background-color: #000;
}
.video-ratio-43 {
  padding-top: 75%;
}
.video-ratio-169 {
  padding-top: 56%;
}
.video-iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
}
.video-poster {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: 0;
  outline: none;
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-size: cover;
  text-indent: -999em;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: opacity 800ms, height 0s;
  -moz-transition: opacity 800ms, height 0s;
  transition: opacity 800ms, height 0s;
  -webkit-transition-delay: 0s, 0s;
  -moz-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
}
.is-active .video-poster {
  opacity: 0;
  height: 0;
  -webkit-transition-delay: 0s, 800ms;
  -moz-transition-delay: 0s, 800ms;
  transition-delay: 0s, 800ms;
}
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 1em;
}
h1 {
  font-size: 1.5em;
}
h2 {
  font-size: 1.25em;
}
p {
  margin-bottom: 1em;
  line-height: 1.5em;
}
.txt-center {
  text-align: center;
}
.red-txt {
  color: #bb2718;
}
.dashed-txt {
  position: relative;
}
.dashed-txt:after {
  position: absolute;
  content: '';
  top: 55%;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000;
}
.policy-box ul {
  padding-left: 5%;
}
.policy-box ul li {
  margin-bottom: 1em;
}
.signup-access {
  max-width: 500px;
  margin: 0 auto;
  margin-top: 5%;
  margin-bottom: 3%;
}
.aff-profile-box {
}
.aff-profile {
  display:flex;
  align-items:center;
}
.aff-profile-img {
  width:20%;
  margin-bottom:2%;
}
.aff-profile-img img {
  border-radius: 50%;
  width:100%;
  max-width:120px;
  display:block;
  margin:0 auto;
}
.aff-profile-det {
    width:80%;
    text-align:left;
    margin-left:3%;
}
/*NAVIGATION STYLES*/
.main_nav a, .social_nav a, .site_map a {
  color: #fff;
  font-size: 15px;
  text-decoration: none;
}
.main_nav {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  flex-direction: column;
  width: 100%;
  background-color: #000;
  /* transition: visibility 0s, display 5s linear; */
  z-index: 100;
}
.main_nav.is-active {
  display: flex;
}
.main_nav a {
  padding: 10px;
}
.social_nav {
  display: flex;
  top: 0;
  right: 0;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.social_nav a {
  padding: 5px 5px;
}
.social_nav img {
  fill: #fff;
  height: 25px;
  width: auto;
}
.site_map {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-align: center;
}
.site_map a {
  display: block;
  width: 100%;
  text-align: left;
  padding: 3px 0;
}
.hamburger {
  display: flex;
  width: 40px;
  height: 40px;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 40px;
  font: inherit;
  overflow: visible;
  margin: 0;
  cursor: pointer;
  transition-timing-function: linear;
  transition-duration: .15s;
  transition-property: opacity, filter;
  text-transform: none;
  color: inherit;
}
.hamburger .hamburger-box {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 28px;
  margin: 6px;
}
.hamburger .hamburger-inner {
  top: 50%;
  display: block;
  margin-top: -2px;
  background-color: #fff;
}
.hamburger .hamburger-inner:after, .hamburger .hamburger-inner:before {
  display: block;
  content: "";
  background-color: #fff;
}
.hamburger .hamburger-inner:before {
  top: -10px;
}
.hamburger .hamburger-inner:after {
  bottom: -10px;
}
.hamburger .hamburger-inner, .hamburger .hamburger-inner:after, .hamburger .hamburger-inner:before {
  position: absolute;
  width: 28px;
  height: 3px;
  transition-timing-function: ease;
  transition-duration: .15s;
  transition-property: transform;
}
.hamburger.hamburger-cross.is-active .hamburger-inner:before {
  top: 10%;
  transform: translate3d(0, 0, 0) rotate(-90deg) scaleX(1);
}
.hamburger.hamburger-cross.is-active .hamburger-inner {
  transform: translate3d(0, 0, 0) rotate(45deg) scaleX(1);
}
.hamburger.hamburger-cross.is-active .hamburger-inner:after {
  display: none;
}
/*COLUMN SIZE*/
.columns {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-right: -15px;
  margin-left: -15px;
}
.column {
  position: relative;
  display: block;
  width: 100%;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.column.col- {
  flex: none;
}
.no-gutter {
  margin-right: 0;
  margin-left: 0;
}
.no-gutter .column {
  padding-right: 0;
  padding-left: 0;
}
.col-mobile-1 {
  width: 8.33333%;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 8.33333%;
}
.offset-mobile-1 {
  margin-left: 8.33333%;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 8.33333%;
}
.col-mobile-2 {
  width: 16.66667%;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 16.66667%;
}
.offset-mobile-2 {
  margin-left: 16.66667%;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 16.66667%;
}
.col-mobile-3 {
  width: 25%;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 25%;
}
.offset-mobile-3 {
  margin-left: 25%;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 25%;
}
.col-mobile-4 {
  width: 33.33333%;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 33.33333%;
}
.offset-mobile-4 {
  margin-left: 33.33333%;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 33.33333%;
}
.col-mobile-5 {
  width: 41.66667%;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 41.66667%;
}
.offset-mobile-5 {
  margin-left: 41.66667%;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 41.66667%;
}
.col-mobile-6 {
  width: 50%;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 50%;
}
.offset-mobile-6 {
  margin-left: 50%;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 50%;
}
.col-mobile-7 {
  width: 58.33333%;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 58.33333%;
}
.offset-mobile-7 {
  margin-left: 58.33333%;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 58.33333%;
}
.col-mobile-8 {
  width: 66.66667%;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 66.66667%;
}
.offset-mobile-8 {
  margin-left: 66.66667%;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 66.66667%;
}
.col-mobile-9 {
  width: 75%;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 75%;
}
.offset-mobile-9 {
  margin-left: 75%;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 75%;
}
.col-mobile-10 {
  width: 83.33333%;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 83.33333%;
}
.offset-mobile-10 {
  margin-left: 83.33333%;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 83.33333%;
}
.col-mobile-11 {
  width: 91.66667%;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 91.66667%;
}
.offset-mobile-11 {
  margin-left: 91.66667%;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 91.66667%;
}
.col-mobile-12 {
  width: 100%;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 100%;
}
.offset-mobile-12 {
  margin-left: 100%;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 100%;
}  
.contact-flex {
  display:flex;
  flex-direction:column;
  justify-content:space-around;
}
.contact-flex div {
  padding:4%;  
  background:#ebebeb;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align:center;  
  margin-bottom:2%;
  display: flex;
flex-direction: column;
align-items: center;
}
.contact-flex div h3 {
  font-weight:300;
  
}
.contact-flex div a {
  display:block;
  padding:15px 10px;
  width:100%;
  max-width:250px;
  margin:0 auto;
  text-align:center;
  background:#a53f70;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  color:#fff;
  text-decoration:none;
}
@media (min-width: 768px) {
  .section {
  padding: 50px 0;
}
.header_container {
  padding-top: 15px;
padding-bottom: 15px;

}
  .header .container {
  position: relative;
  display: flex;
  flex-direction: row;
}
.header_logo .mm_logo-pc {
  display: block;
}
.header_logo .mm_logo-mobile {
  display: none;
}
.site_map {
  flex-direction: row;
  justify-content: center;
  align-content: center;
  margin-bottom: 15px;
}
.site_map a {
  display: inline;
  width: auto;
  padding: 5px 8px;
  margin: 0px 0px;
}
}

@media (min-width: 960px) {
.main_nav,  .social_nav {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.main_nav {
  width: auto;
  justify-content: flex-end;
  background-color: none;
}
.social_nav {
  width: auto;
  height: auto;
  padding: 0 10px;
  justify-content: center;
  flex: 1;
}
.hamburger {
  display: none;
}
}

@media (min-width: 768px) {
h1 {
  font-size: 2.2em;
}
h2 {
  font-size: 1.5em;
}
}
input, select, textarea, button {
  width: 100%;
  padding: 10px;
  border: none;
  background-color: transparent;
  font-size: 1em;
  color: #959595;
  font-family: 'Roboto', sans-serif;
}
select {
  width: 100%;
-webkit-appearance: none;
 appearance: none;
}
*:focus {
  outline: none;
}
.input-block {
  overflow: hidden;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  background-color: #fff;
}
.kit_mail_form .input-block {
  margin-bottom: 10px;
}
.btn {
  display: block;
  width: 100%;
  -moz-box-shadow: inset 0px 34px 0px -15px #fccc2c;
  -webkit-box-shadow: inset 0px 34px 0px -15px #fccc2c;
  box-shadow: inset 0px 34px 0px -15px #fccc2c;
  background-color: #fdb61c;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  border: 2px solid #fdb71c;
  display: inline-block;
  cursor: pointer;
  color: #000000;
  font-family: Arial;
  font-size: 15px;
  font-weight: bold;
  padding: 9px 23px;
  text-align: center;
  text-decoration: none;
}
.btn:hover {
  background-color: #f2b738;
}
.btn:active {
  position: relative;
  top: 1px;
}
.btn-large {
  font-size: 1em;
  border: 3px solid #fdb71c;
  -moz-box-shadow: inset 0px 34px 0px -15px #fccc2c;
  -webkit-box-shadow: inset 0px 34px 0px -15px #fccc2c;
  box-shadow: inset 0px 34px 0px -15px #fccc2c;
}

@media (min-width: 768px) {
  .pad-top-40 {
    padding-top:80px;
  }
.btn {
  display: inline-block;
  width: auto;
}
.btn-large {
  font-size: 1.3em;
  border: 3px solid #fdb71c;
  -moz-box-shadow: inset 0px 38px 0px -15px #fccc2c;
  -webkit-box-shadow: inset 0px 38px 0px -15px #fccc2c;
  box-shadow: inset 0px 38px 0px -15px #fccc2c;
}
}


@media (min-width: 768px) {
.columns {
  flex-direction: row;
}
.col-tablet-1 {
  width: 8.33333%;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 8.33333%;
}
.offset-tablet-1 {
  margin-left: 8.33333%;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 8.33333%;
}
.col-tablet-2 {
  width: 16.66667%;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 16.66667%;
}
.offset-tablet-2 {
  margin-left: 16.66667%;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 16.66667%;
}
.col-tablet-3 {
  width: 25%;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 25%;
}
.offset-tablet-3 {
  margin-left: 25%;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 25%;
}
.col-tablet-4 {
  width: 33.33333%;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 33.33333%;
}
.offset-tablet-4 {
  margin-left: 33.33333%;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 33.33333%;
}
.col-tablet-5 {
  width: 41.66667%;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 41.66667%;
}
.offset-tablet-5 {
  margin-left: 41.66667%;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 41.66667%;
}
.col-tablet-6 {
  width: 50%;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 50%;
}
.offset-tablet-6 {
  margin-left: 50%;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 50%;
}
.col-tablet-7 {
  width: 58.33333%;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 58.33333%;
}
.offset-tablet-7 {
  margin-left: 58.33333%;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 58.33333%;
}
.col-tablet-8 {
  width: 66.66667%;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 66.66667%;
}
.offset-tablet-8 {
  margin-left: 66.66667%;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 66.66667%;
}
.col-tablet-9 {
  width: 75%;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 75%;
}
.offset-tablet-9 {
  margin-left: 75%;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 75%;
}
.col-tablet-10 {
  width: 83.33333%;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 83.33333%;
}
.offset-tablet-10 {
  margin-left: 83.33333%;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 83.33333%;
}
.col-tablet-11 {
  width: 91.66667%;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 91.66667%;
}
.offset-tablet-11 {
  margin-left: 91.66667%;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 91.66667%;
}
.col-tablet-12 {
  width: 100%;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 100%;
}
.offset-tablet-12 {
  margin-left: 100%;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 100%;
}
}

@media (min-width: 960px) {
.columns {
  flex-direction: row;
}
.col-pc-1 {
  width: 8.33333%;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 8.33333%;
}
.offset-pc-1 {
  margin-left: 8.33333%;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 8.33333%;
}
.col-pc-2 {
  width: 16.66667%;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 16.66667%;
}
.offset-pc-2 {
  margin-left: 16.66667%;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 16.66667%;
}
.col-pc-3 {
  width: 25%;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 25%;
}
.offset-pc-3 {
  margin-left: 25%;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 25%;
}
.col-pc-4 {
  width: 33.33333%;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 33.33333%;
}
.offset-pc-4 {
  margin-left: 33.33333%;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 33.33333%;
}
.col-pc-5 {
  width: 41.66667%;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 41.66667%;
}
.offset-pc-5 {
  margin-left: 41.66667%;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 41.66667%;
}
.col-pc-6 {
  width: 50%;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 50%;
}
.offset-pc-6 {
  margin-left: 50%;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 50%;
}
.col-pc-7 {
  width: 58.33333%;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 58.33333%;
}
.offset-pc-7 {
  margin-left: 58.33333%;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 58.33333%;
}
.col-pc-8 {
  width: 66.66667%;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 66.66667%;
}
.offset-pc-8 {
  margin-left: 66.66667%;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 66.66667%;
}
.col-pc-9 {
  width: 75%;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 75%;
}
.offset-pc-9 {
  margin-left: 75%;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 75%;
}
.col-pc-10 {
  width: 83.33333%;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 83.33333%;
}
.offset-pc-10 {
  margin-left: 83.33333%;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 83.33333%;
}
.col-pc-11 {
  width: 91.66667%;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 91.66667%;
}
.offset-pc-11 {
  margin-left: 91.66667%;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 91.66667%;
}
.col-pc-12 {
  width: 100%;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 100%;
}
.offset-pc-12 {
  margin-left: 100%;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 100%;
}
}
.section_banner {
  padding-top:60px;
}
.tile {
  background-image: url("../img/bit.jpg");
  background-repeat: repeat;
}
.section_banner .columns {
  flex-direction: column-reverse;
}

@media (min-width: 960px) {
.section_banner .columns {
  flex-direction: row;
}
}
.page_home .section_reason {
  background-color: #000;
  color: #fff;
}
.page_home .section_reason .columns {
  align-content: center;
  justify-content: center;
}
.page_home .section_testimonial h2 {
  margin-bottom: 75px;
}
.section_testimonial {
  background-color: #f5f5f5;
}
.testimonial_heading {
  position: relative;
  padding: 15px 0;
  background-color: #a53f70;
  color: #fff;
  text-align: center;
}
.testimonial_heading:after {
  position: absolute;
  bottom: -8px;
  left: 49.5%;
  display: block;
  content: '';
  width: 20px;
  height: 20px;
  background-color: #a53f70;
  transform: rotate(45deg);
}
.testimonials {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.testimonials .item {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 50%;
  margin-bottom: 75px;
  padding-right: 15px;
  padding-left: 15px;
  align-content: center;
  justify-content: center;
}
.testimonials .item:nth-child(even) .name:before {
  background-color: #a53f70;
}
.testimonial_block {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  padding: 0 30px 30px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  align-content: stretch;
  justify-content: end;
}
.testimonial_block > * {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
}
.testimonial_block .profile_block {
  widtH: 100%;
  margin-top: -45px;
  margin-bottom: 15px;
}
.testimonial_block .profile {
  margin-right: auto;
  margin-left: auto;
}
.testimonial_block .profile_desc {
  margin-bottom: 10px;
}
.testimonial_block .name {
  width: 100%;
  position: relative;
  margin-top: 0;
  padding-top: 25px;
}
.testimonial_block .name:before {
  position: absolute;
  display: block;
  content: '';
  top: 0;
  left: 40%;
  width: 20%;
  height: 3px;
  background-color: #c38abf;
}
.testimonial_block .company {
  width: 100%;
  margin-top: 5px;
  align-items: baseline;
}

@media (min-width: 768px) {
.testimonials {
  flex-direction: row;
}
.testimonial_block {
  width: 90%;
}
}
.section_reason {
  background: url("../img/mm-universe-bg.jpg");
  background-size: cover;
  background-position: center center;
}
.video_details {
  display: flex;
  flex-direction: column;
  margin-right: -15px;
  margin-left: -15px;
  text-align: center;
}
.video_details .video_block,  .video_details .video_desc {
  display: block;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 50%;
  margin-bottom: 20px;
  padding-right: 15px;
  padding-left: 15px;
}
.video_details .video_desc {
  align-self: center;
}
.outputs {
  margin-right: -15px;
  margin-left: -15px;
}
.outputs .item {
  display: flex;
  margin-bottom: 25px;
  padding-right: 15px;
  padding-left: 15px;
  align-content: center;
  justify-content: center;
  flex: 0 1 auto;
}
.outputs .icon {
  width: 60px;
  height: 60px;
}
.output_block {
  display: flex;
  align-content: center;
  justify-content: center;
  flex-direction: row;
}
.output_block .img_block {
  display: block;
  margin-right: 15px;
  align-self: center;
}
.output_block .desc_block {
  display: block;
  align-self: center;
}

@media (min-width: 768px) {
.video_details .video_block,  .video_details .video_desc {
  margin-bottom: 30px;
  max-width: 768px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.outputs .item {
  margin-bottom: 50px;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 50%;
}
.outputs .item .icon {
  width: 75px;
  height: 75px;
}
}
.section_results {
  background-color: #eaebef;
}
.results {
  margin-bottom: 25px;
}
.results .item {
  display: flex;
  margin-bottom: 15px;
  padding: 15px;
  background-color: #fff;
  flex-direction: row;
  flex-wrap: wrap;
  flex-flow: row;
  align-content: center;
  justify-content: center;
}
.results .profile {
  display: block;
  width: 50px;
  height: 50px;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 50px;
  margin-right: 15px;
  border-radius: 0;
}
.results .desc {
  display: block;
}
.results .name {
  color: #455c8e;
}
.load_comments_link {
  color: #455c8e;
  text-decoration: none;
}
.output_block {
  display: flex;
  align-content: center;
  justify-content: center;
  flex-direction: row;
}
.output_block .img_block {
  display: block;
  margin-right: 15px;
}
.output_block .desc_block {
  display: block;
}
.section_kit {
  background-image: url("../img/bit.jpg");
  background-repeat: repeat;
}
.section_kit .promo {
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
}
.section_kit .kit_mail_form {
  margin-bottom: 20px;
}
.section_kit .column {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .section_banner {
  padding-top:80px;
}
.section_banner .columns img {
  margin: 0 auto;
}
.section_banner .btn {
  margin-bottom: 30px;
}

.prod-wrap {
  display:flex;
  justify-content:space-around;
  align-items:center;
}
.prod-item {
  width:49%;
  text-align:left;
}
.footer-contact-detail {
    padding-top:1%;
    border-top:thin solid #1E1E1E;
    color:#C4C2C2;
    display:flex !important;
    justify-content:center;
    font-size:90%;
  }
  .footer-contact-detail div {
    margin:0px 1% !important;
  }
  
}
@media (min-width: 768px) {
.prod-offer, .limited-offer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 3%;
}
.prod-offer-desc {
  width: 70%;
  padding: 40px;
  background: #fff;
}
.prod-offer-img {
  width: 30%;
}
.prod-offer-img img {
  width: auto;
  max-height: 300px;
  margin: 0 auto;
}
.limited-offer {
  padding: 30px;
}
.lim-offer-desc {
  width: 70%;
}
.lim-offer-desc ol {
  padding-left:50px;
}

.lim-offer-img {
  width: 30%;
}
.lim-offer-img img {
  margin: 0 auto;
}
.heading-copy a {
  display:block;
}
.heading-img {
    width:100%;
    margin-top:0px;
  }
  .heading-img img {
    display: block;
    margin: 0 auto;
  }
  .hid-med {
    display:none;
  }
  .call-us {
  justify-content: flex-end !important;
  }
  .contact-flex {
      display:flex;
      flex-direction:row;
      justify-content:center;
    }
    .contact-flex div {
      max-width: 400px;
      margin:2em;
    }
}
@media (max-width: 767px) {
  .prod-offer, .limited-offer {
    display: flex;
    margin-bottom: 2%;
    flex-direction: column-reverse;
  }
  .prod-offer-img img {
    max-width: 230px;
    height: auto;
    margin: 0 auto;
    margin-bottom: -130px;
  }
  .prod-offer-desc {
    padding: 110px 30px 40px 30px;
    background: #fff;
  }
  .prod-offer-desc h1 {
    text-align: center;
  }
  .limited-offer {
    padding: 20px;
  }
  .lim-offer-img img {
    margin: 0 auto;
  }
  .float-img-right {
    float: none !important;
    display: block;
    max-width: 100%;
    height: auto;
  }
  .heading-copy {
    width: 100%;
    
  }
  .heading-img {
    width: 100%;
  }
  .heading-img img {
    width: 100%;
    max-width: 400px;
    display: block;
    margin: 0 auto;
  }
  .prod-wrap {
      display:block;
      justify-content:space-around;
      align-items:center;
    }
    .prod-item {
      width:100%;
      text-align:center;
    }
    .prod-item img{
      display:block;
      margin:0 auto;
    }
  .hid-large {
    display:block
  }
  .hid-small {
    display:none;
  }
  .mm-heather img{
    max-width: 250px !important;
  }
  
}

@media (min-width: 960px) {
  .section_banner .columns {
    flex-direction: row;
  }
  .prod-offer {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0%;
  }
  .prod-offer-desc {
    width: 70%;
    padding: 40px;
    background: #fff;
  }
  .prod-offer-img {
    width: 30%;
  }
  .prod-offer-img img {
    width: auto;
    max-height: 300px;
    margin: 0 auto;
  }
  .limited-offer {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2%;
    padding: 30px;
  }
  .lim-offer-desc {
    width: 70%;
  }
  .lim-offer-img {
    width: 30%;
  }
  .heading-column {
    display: flex;
    align-items: center;
  }
  .heading-copy {
    width: 50%;
  }
  .heading-img {
    width: 50%;
    margin-top:0px;
  }
  .heading-img img {
    display: block;
    margin: 0 auto;
  }
  .heading-copy a {
    display:inline-block;
  }
  .hid-large {
    display:none;
  }
  .hid-med {
    display:block;
  }
  }
.wrap {
  overflow: hidden;
  margin-bottom:1%;
}

.log {
  color: #DDD;
  margin-top: 20%;
  padding: 0 5px;
  opacity: .3;
  transition: all 250ms;
  text-align: center;
  display: none;
}

.radio-group {
  width: 300%;
display: table;
table-layout: fixed;
border-spacing: 0;
border-collapse: separate;
}

.radio-group__label {
  display: table-cell;
height: 50px;
padding: 5px;
vertical-align: middle;
text-align: center;
position: relative;
border: 1px solid #aaa;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
border-style: solid none solid solid;
border-radius: 5px 0 0 5px;
color: #4F5167;
-moz-transition: border 250ms, color 250ms;
-o-transition: border 250ms, color 250ms;
-webkit-transition: border 250ms, color 250ms;
transition: border 250ms, color 250ms;
cursor: pointer;
background: #e9e9e9;
}

.radio-group__label + input + .radio-group__label {
  border-radius: 0 5px 5px 0;
  border-style: solid solid solid none;
}

.radio-group__label + input + .radio-group__label:before {
  content: " ";
  display: block;
  position: absolute;
  top: -1px;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 5px 0 0 5px;
  transform: translate3d(-103%, 0, 0);
  transition: all 250ms;
}

.radio-group__label + input:checked + .radio-group__label:before {
  border-radius: 0 5px 5px 0;
  transform: translate3d(-6px, 0, 0);
}

.radio-group__option:checked + label {
  color: #fff;
background: #a53f70;
}

.radio-group__option {
  display: none;
}


.radio-group{
  width: 300px;
  display: table;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin: 0 auto;
}
input[type=radio]{
  width: 20px;
  height: 20px;
}
label {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  color: #000;
  padding: 5px 10px;
  width: 50%;
}
.radio-group .male{
    border-radius: 4px 0 0 4px
}
.radio-group .female{
    border-radius: 0 4px 4px 0;
}
.label .transition{
  transition: all .3s ease-out;
}

/* LEO 09052018 */
.option_gender {
  padding: 10px;
  border: 1px solid #7d4798;
  border-radius: 3px;
  font-size: 1.5em;
  width: 100%;
  text-align: center;
  font-weight: bold;
  color: #000;
  background-color: #fff;
  -webkit-appearance: menulist;
  appearance: menulist;
}

.option_gender option {
    color: #000;
}
.option_gender option:disabled {
    color: #7d4798;
}


.option_gender option:hover {
    background-color: #7d4798;
    color: #fff;
}
.opt-in-box {
    max-width: 600px;
  margin: 0 auto;
  text-align:center;
  background: #fff;
  padding: 4%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom:2%;
}
.certified-box {
  display:flex;
  justify-content:center;
  align-items:center;
}
.certified-box img {
  height:auto;
  margin:1% 1%;
}
.footer-contact-detail {
  margin-top:1%;
  padding-top:1%;
  border-top:thin solid #1E1E1E;
  color:#C4C2C2;
  display:block;
  justify-content:center;
  font-size:90%;
}
.footer-contact-detail div {
  margin:0;
}
.about-testi {

}
.about-testi div {
  text-align:center;
  background:#fff;
  max-width:700px;
  margin:0 auto;
  padding:20px;
  border:thin solid #ebebeb;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-bottom:3%;
}
.about-testi-font {
  font-size:120%;
  font-weight:300 !important;
}
.about-testi div img {
  margin:0 auto;
  margin-bottom:10px;
}
.contact-details {
  margin-top:3%;
  border-left: darkmagenta solid;
padding-left: 10px;
}
blockquote {
    padding: 50px 0px 10px;
    position: relative;
}
blockquote p {
    font-size: 23px;
    font-weight: 300px;
    text-align: center;
    line-height: 1.4em;
}

/*blockquote p::before {
    content: "\f095"; 
    font-family: FontAwesome;
   display: inline-block;
   padding-right: 6px;
   vertical-align: middle;
  font-size: 180px;
 }*/

blockquote::after {
    content: "";
    top: 10px;
    left: 50%;
    margin-left: -100px;
    position: absolute;
    border-bottom: 3px solid #a53f70;
    height: 3px;
    width: 200px;
}
.upper-bar {
  background:#a53f70;
  padding:10px;
  
}
.call-us {
  display:flex;
  justify-content:flex-end; 
  font-size:15px;
  text-align:center;
  color:#fff;
  text-decoration:none;
  align-items:center;
}
.call-us img {
  height:20px;
  margin:0px 5px 0px 10px;
}
.video-trailer-wrap {
    width:90%;
    max-width:800px;
    margin:0 auto;
    padding:2em;
    border-radius: 1em;
    background:#fff;
    text-align:center;
  }
  .video-trailer-wrap a {
    display: inline-block;
border-radius: 60px;
padding: 1.25em 2em;
    padding-right: 2em;
margin-bottom: .75rem;
font-family: 'Raleway',sans-serif;
font-size: 1.3333333333333rem;
font-weight: 700;
line-height: 1;
letter-spacing: .05em;
border: 0;
background-color: #ee4266;
color: #fff;
-webkit-box-shadow: 0 2px 4px rgba(0,0,0,.6);
-moz-box-shadow: 0 2px 4px rgba(0,0,0,.6);
box-shadow: 0 2px 4px rgba(0,0,0,.6);
overflow: hidden;
-webkit-transition: 250ms all ease-in-out;
transition: 250ms all ease-in-out;
text-decoration:none;
  }
.outputs .item .icon {
    width: 75px;
    height: 75px;
    text-align: center;
    background: #FFF;
    border-radius: 50%;
    color: #333;
    line-height: 75px;
    font-weight: bold;
}
h3 {
    font-size: 1.5rem;
}
.watchvideo
{
text-align:center;
padding-top:30px;
}
.watchvideo img
{
display:block;
margin:0 auto;
max-width:100px;
position: relative;
-webkit-animation: mymove 5s infinite; /* Safari 4.0 - 8.0 */
  animation: mymove 2s infinite;
}
.section.section_banner.tile
{
padding-bottom:10px;
}
.video_details iframe
{
border:4px solid #FFF;
max-width:100%;
box-sizing:border-box;
}
divgfdf {
  width: 100px;
  height: 100px;
  background: red;
  position: relative;
  -webkit-animation: mymove 5s infinite; /* Safari 4.0 - 8.0 */
  animation: mymove 2s infinite;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes mymove {
  0% {top: 0px;}
  30% {top: 30px;}
  100% {top: 0px;}
}

@keyframes mymove {
  0% {top: 0px;}
  30% {top: 30px;}
  100% {top: 0px;}
}