.back {
    color: #000;
    background: #C2C2C2;
}
.menu-wrap {
    height: 100vh;
    width: 50%;
    padding: 0;
    float: left;
    position: relative;
}


.mobile-mockup-wrap {
    height: auto;
    left: 50%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 340px;
}

.mobile-mockup-wrap img {
    width: 100%;
    height: auto;
}

.iframe-wrap {
    height: 503px;
    left: 21px;
    position: absolute;
    top: 103px;
    width: 299px;
}

.iframe-wrap iframe {
    border: none;
    height: 503px;
    width: 100%;
}

.show-in-mobile {
    display: none;
}

/* PVA ADDITIONS  */

/*ul.mobile-menu li {box-sizing:border-box; padding: 15px 15px;}*/

li.mob-menu-top {background-color:#C2C2C2; width:100%; text-align:center;}
li.mob-menu-top a {padding: 0;}

.mob-menu-level01 {display:table; width:100%;}
.mob-menu-level01 .mobile-img {margin: 0 15px 0 0;}
.mob-menu-level01 span {text-align:left; font-size:14px;  font-weight:700; color:#1E1E1E; display: table-cell; vertical-align: middle; width: 100%;}

.mob-menu-level02 {width:100%; display: inline-block; /*border-bottom: 1px solid #000;*/}
.mob-menu-level02 .mobile-img {margin: 0 15px 0 0; float:left;}
.mob-menu-level02 .prod-list {float:left; display: inline-block; width: 73%; text-align: left;}
.mob-menu-level02 span {font-size:14px;  font-weight:700; text-align:left;  color:#1E1E1E; width: 100%;}
.mob-menu-level02 span.product-title {float:left;}
.mob-menu-level02 span.prod-desc {font-size:11px; font-weight:400;}
.mob-menu-level02-secondary span {font-size:14px;  font-weight:700; text-align:left;  color:#1E1E1E; width: 100%; float:left;}

.mob-menu-level03 {width:100%; display: inline-block; text-align: left; /*border-bottom: 1px solid #000;*/}
.mob-menu-level03 .mobile-img {margin: 0 15px 0 0; float:left;}
.mob-menu-level03 .prod-list {float:left; display: inline-block; width: 73%; }
.mob-menu-level03 span {font-size:14px;  font-weight:700; text-align:left;  color:#1E1E1E; width: 100%;}
.mob-menu-level03 span.prod-desc {font-size:11px; font-weight:400;}

/*.mobile-sticky {position: fixed;bottom: 0;left: 0;width: 100%;z-index: 99999;}
.inner-sticky {float: left;width: 100%;background: #222;}
.inner-sticky li {display:block; width:25%; float:left; box-sizing: border-box; border-right:1px solid #fff; text-align:center;}
.inner-sticky li img {padding:12px 0 6px 0;}
.inner-sticky li:hover {cursor:pointer;}*/


@media screen and (max-width: 414px) {
.mob-menu-level02 .prod-list {
    float: left;
    display: inline-block;
    width: 60%;
}
/*.sm_menu_outer.active .mobile_menu {padding-bottom: 140px;}*/
}

@media screen and (max-width: 375px) {
.mob-menu-level02 .prod-list {
    float: left;
    display: inline-block;
    width: 55%;
}
/*.sm_menu_outer.active .mobile_menu {padding-bottom: 140px;}*/
}

@media screen and (max-width: 320px) {
	.mob-menu-level02 .prod-list {width: 45%; margin-top:5px;}
	.prod-title {word-wrap: break-word;}
	.prod-desc {display:none;}
	/*.sm_menu_outer.active .mobile_menu {padding-bottom: 140px;}*/
}

@media (min-width: 0px) and (max-width: 767px) {
    .show-in-mobile {
        display: block;
    }
    .content-wrap .inline-div span {
        margin: 0;
    }
    .content-wrap .inline-div h1 {
        font-size: 34px;
    }
    .content-wrap .inline-div span,
    .content-wrap h2,
    .content-wrap h3 {
        font-size: 18px;
    }
    .content-wrap h2 br {
        display: none;
    }
    .demo-page .menu-wrap {
        height: 680px;
    }
    .content-wrap,
    .menu-wrap {
        float: none;
        height: auto;
        width: 100%;
    }
    .content-inner-wrap {
        left: auto;
        padding: 0;
        position: static;
        top: auto;
        transform: none;
        width: 100%;
    }
    .lorem-content {
        background-color: #343740;
        color: #fff;
        height: 350px;
        padding: 100px 15px 20px;
    }
    .mobile-mockup-wrap {
        height: auto;
        left: 50%;
        margin: 50px auto;
        position: absolute;
        top: auto;
        transform: translateX(-50%);
        width: 300px;
    }
    .iframe-wrap {
        height: 440px;
        left: 50%;
        position: absolute;
        top: 95px;
        transform: translateX(-50%);
        width: 264px;
    }
    .iframe-wrap iframe {
        border: none;
        height: 440px;
        width: 100%;
    }
    .lorem-content h1 {
        font-size: 28px;
    }
    .lorem-content h2 {
        font-size: 14px;
    }
    .content-wrap .inline-div {
        margin: 0;
        padding: 50px 30px 20px;
    }
    .content-wrap h2,
    .content-wrap h3 {
        padding: 0 30px 0;
    }
    .content-wrap ul {
        padding: 0 20px;
    }
    .content-wrap {
        padding: 0 0 70px;
    }
}




/*
JQuery Simple MobileMenu
https://github.com/Position2/jQuery-Simple-MobileMenu
*/
/*Main style*/
body.mmactive {
  overflow: hidden;
}
.mobile_menu {
  display: none;
  position: relative;
	    padding: 0;
    margin: 0;

}
.sm_menu_outer.active .mobile_menu {
  display: block; height:100%;
}
.sm_menu_outer {
  height: calc(100vh - 54px);
  overflow-y: scroll;
  overflow-x: hidden;
  position: fixed;
  right: 0px;
  top: 54px;
  z-index: -9;
  width: 100%;
  opacity: 0;
  background-color: #fff;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.sm_menu_outer.active {
  opacity: 1;
  z-index: 99999;
	padding:0;
	margin: 0;
}
.sm_menu_outer .mobile_menu li.back a {
  background: url("/images/resp-nav/back-btn.png") no-repeat scroll 15px center / 8px auto;
  text-align:center;
}
.sm_menu_outer .mobile_menu a {
  color: #000;
  display: block;
  font: 400 14px/100% Verdana,Arial,Helvetica,sans-serif;
  padding: 18px 15px;
/*  text-transform: uppercase;*/
  text-decoration: none;
  border-bottom: 0.5px solid rgba(0, 0, 0, 1);
}
/*Sub Menu anim */
.sm_menu_outer .mobile_menu .submenu, .sm_menu_outer .mobile_menu .submenu .submenu {
  background-color: #fff;
  height: 100%;
  position: absolute;
  right: -100%;
  top: 0;
  transition: all 0.5s ease 0s;
  width: 100%;
  z-index: 99999;
  padding:0;
	display: table;
}
.sm_menu_outer .mobile_menu li.active>.submenu {
  right: 0;
}
.sm_menu_outer .mobile_menu li {
  list-style-type: none;
/*  border-bottom: 0.5px solid rgba(0, 0, 0, 1);*/
/*  border-top: 0.5px solid rgba(0, 0, 0, 0);
 border-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, #2a2a2a 20%, #2a2a2a 50%, #2a2a2a 80%, rgba(0, 0, 0, 0) 100%) 0 0 1 0;
  color: #C2C2C2;*/
}
.sm_menu_outer .mobile_menu li.hasChild>a {
  background: url("/images/resp-nav/next-btn.png") no-repeat scroll 95% center / 8px auto;
}

.sm_menu_outer .mobile_menu li ul li a {
  background: url("/images/resp-nav/next-btn.png") no-repeat scroll 95% center / 8px auto;
}

.sm_menu_outer .mobile_menu li.cart a {
  background: url("/images/resp-nav/next-btn.png") no-repeat scroll 95% center / 8px auto;
}

/*Hamburger Animation */
#sm_menu_ham {
  cursor: pointer;
  float: right;
  height: 25px;
  position: fixed;
  right: 5px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  width: 30px;
  top: 15px;
  right: 15px;
  z-index: 99999;
}
#sm_menu_ham span {
  background-color: #FFF;
  border-radius: 5px;
  display: block;
  height: 2px;
  left: 0;
  opacity: 1;
  position: absolute;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  width: 30px;
}
#sm_menu_ham span:nth-child(1) {
  top: 0;
}
#sm_menu_ham span:nth-child(2),
#sm_menu_ham span:nth-child(3) {
  top: 8px;
}
#sm_menu_ham span:nth-child(4) {
  top: 16px;
}
#sm_menu_ham.open span:nth-child(1) {
  left: 50%;
  top: 18px;
  width: 0;
}
#sm_menu_ham.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
#sm_menu_ham.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#sm_menu_ham.open span:nth-child(4) {
  left: 50%;
  top: 18px;
  width: 0;
}
@media (min-width: 0px) and (max-width: 320px) {
	.sm_menu_outer .mobile_menu a {padding: 15px 8px;}
}
/*@media (min-width: 768px) and (max-width: 991px) {}
@media (min-width: 992px) and (max-width: 1024px) {}*/
@media (min-width: 769px) {
  #sm_menu_ham,
  .sm_menu_outer {
    display: none;
  }
}
