@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
    box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.66;
	outline: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow:hidden;

}

img{ vertical-align:middle;max-width: 100%;}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

* {    -webkit-font-smoothing: antialiased;    -moz-osx-font-smoothing: grayscale;}
img{ max-width:100%;}

.close-btn, .Expandclose{
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 99;
	cursor:pointer;
	max-width: 35px;
    pointer-events: auto;
}
.landscape{
    display: block;
}
.portrait{
    display: none;
}
.banner{
    width: 100%;
    height: 20%;
    bottom:0; 
    position: absolute;
    overflow: hidden;
    pointer-events: auto;
}
.BgShape{
    width:100%;
    height: 100%; 
    background-color: #b24c8f;
}
.bannerbg{
   width: 100%;
   height: 100%;
   background: url('../images/LsBanner.jpg') center;
   background-size: cover;
   position: absolute;
}
.product{
   width: 19%;
   left: 15%;
   top: 50%; 
   transform: translateY(-50%);
   position: absolute;
}
.logo{
    width: 6%;
    left: 5%;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}
.NeverHurtsText{
    width: 30%;
    left: 50%;
    top: 20%;
    position: absolute;
    transform: translateX(-50%);
}
.SouthWestText{
    width: 22%;
    left: 50%;
    top: 45%;
    position: absolute;
    transform: translateX(-50%);
}
.ClickToExpand{
    width: 10%;
    left: 75%;
    top: 10%;
    position: absolute;
}
.FindAStore{
    width: 10%;
    left: 75%;
    top: 45%;
    position: absolute;
}
.Legal{
    width: 20%;
    left: 65%;
    top: 75%;
    position: absolute;
}
.ComboText{
    width: 22%;
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}
.Expand{
    width:100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
}
.ExpandBgShape{
    width:100%;
    height: 100%;
    position: absolute;
    background-color: #b24c8f;
}
.BottomShape{
    width:100%;
    height: 20%;
    bottom:0;
    position: absolute;
    background-color: #b24c8f;
}
.ExpandProduct{
    width:50%;
    top:-13%;
    position: absolute;
}
.Expandlogo{
width: 7%;
    right: 30%;
    top: 20%;
    position: absolute;
}
.ExpandNeverHurtsText{
    width: 38%;
    right: 15%;
    top: 38%;
    position: absolute;
}
.ExpandSouthWestText{
    width: 28%;
    right: 20%;
    top: 48%;
    position: absolute;
}
.ExpandComboText{
    width: 32%;
    right: 18%;
    top: 40%;
    position: absolute;  
}
.ExpandFindAStore{
    width: 15%;
    right: 26%;
    top: 68%;
    position: absolute; 
}
.ExpandLegal{
    bottom: 3%;
    width: 30%;
    left: 0;
    right:0; 
    margin: 0 auto;
    position: absolute;
}
/* +++++++++++++++++ media css +++++++++++++++++ */
@media only screen and (min-width: 1400px) and (orientation: landscape) {
    .ExpandProduct {
       top: -7%;
    }
    
}
/*Mob Port*/
@media only screen and (max-width: 350px) and (orientation: portrait){
    .landscape{
    display: none;
}
.portrait{
    display: block;
}
.bannerbg{
   width: 100%;
   height: 100%;
   background: url('../images/PortBanner.jpg') center;
   background-size: cover;
   position: absolute;
}
    .product {
    width: 48%;
        left: 5%;
    }
    .ComboText {
    width: 35%;
    top: 32%;
    }
    .ClickToExpand {
    width: 18%;
    left: 70%;
    top: 20%;
    }
    .FindAStore {
    width: 18%;
    left: 70%;
    top: 32%;
    }
    .Legal {
    width: 35%;
    left: 54%;
    top: 55%;
    }
    .SouthWestText {
    width: 25%;
    top: 30%;
    }
    .NeverHurtsText {
    width: 35%;
    top: 5%;
    }
    .close-btn, .Expandclose {
    max-width: 35px;
    }
    .ExpandProduct {
    width: 120%;
top: 20%;
    }
    .Expandlogo {
    width: 18%;
    right: 0;
    top: 5%;
    position: absolute;
    left: 0;
    margin: 0 auto;
}
    .ExpandNeverHurtsText {
    width: 80%;
    top: 18%;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
}
    .ExpandSouthWestText {
    width: 50%;
    top: 25%;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
}
    .ExpandComboText {
    width: 70%;
    top: 20%;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
}
.ExpandFindAStore {
    width: 40%;
    top: 87%;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
}
.ExpandLegal {
    bottom: 1%;
    width: 70%;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
}
}

/*Tab Port*/
@media only screen and (min-width: 350px) and (max-width: 500px) and (orientation: portrait){
    .landscape{
    display: none;
}
.portrait{
    display: block;
}
.bannerbg{
   width: 100%;
   height: 100%;
   background: url('../images/PortBanner.jpg') center;
   background-size: cover;
   position: absolute;
}
    .product {
    width: 38%;
        left: 10%;
    }
    .ComboText {
    width: 35%;
    top: 42%;
    }
    .ClickToExpand {
    width: 18%;
    left: 70%;
    }
    .FindAStore {
    width: 18%;
    left: 70%;
    top: 35%;
    }
    .Legal {
    width: 28%;
    left: 60%;
    top: 55%;
    }
    .SouthWestText {
    width: 25%;
    top: 35%;
    }
    .NeverHurtsText {
    width: 35%;
    top: 12%;
    }
    .logo {
    width: 10%;
    }
    .ExpandProduct {
    width: 120%;
    top:0;
    }
    .Expandlogo {
    width: 15%;
    right: 0;
    top: 5%;
    position: absolute;
    left: 0;
    margin: 0 auto;
}
    .ExpandNeverHurtsText {
    width: 55%;
    right: 15%;
    top: 18%;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
}
    .ExpandSouthWestText {
    width: 40%;
    right: 20%;
    top: 25%;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
}
    .ExpandComboText {
    width: 55%;
    right: 18%;
    top: 20%;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
}
.ExpandFindAStore {
    width: 30%;
    right: 26%;
    top: 87%;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
}
.ExpandLegal {
    bottom: 1%;
    width: 60%;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
}
}

/*Tab Land*/
@media only screen and (max-width: 600px) and (orientation: landscape) {
    .product {
    width: 31%;
    left: 10%;
    }
    .NeverHurtsText {
    width: 35%;
    top: 10%;
    }
    .SouthWestText {
    width: 25%;
    top: 40%;
    }
    .ClickToExpand {
    width: 13%;
    top: 10%;
    }
    .FindAStore {
    width: 13%;
    top: 40%;
    }
    .Legal {
    width: 23%;
    top: 65%;
    }
    .ComboText {
    width: 30%;
    }
    .ExpandProduct{
width: 60%;
    top: 13.5%;
}
.Expandlogo{
    width: 10%;
    right: 25%;
    top: 25%;
}
.ExpandNeverHurtsText{
    width: 40%;
    right: 10%;
    top: 40%;
}
.ExpandSouthWestText{
    width: 30%;
    right: 15%;
    top: 48%;
}
.ExpandComboText{
    width: 40%;
    right: 10%;
    top: 42%; 
}
.ExpandFindAStore {
    width: 15%;
    right: 22%;
    top: 62%;
}
}

/*Mob land*/
@media only screen and (max-width: 700px) and (max-height:300px) and (orientation: landscape) {
    .product {
    width: 23%;
    left: 13%;
    }
    .NeverHurtsText {
    top: 10%;
    }
    .SouthWestText {
    top: 52%;
    }
    .ClickToExpand {
    width: 10%;
    top: 13%;
    }
    .FindAStore {
    width: 10%;
    top: 32%;
    }
    .Legal {
    width: 20%;
    top: 60%;
}
    .ExpandProduct {
    width: 60%;
    top: -9.5%;
}
    .Expandlogo {
    width: 10%;
    right: 25%;
    top: 20%;
}
    .ExpandNeverHurtsText {
    width: 40%;
    right: 10%;
    top: 38%;
}
    .ExpandSouthWestText {
    width: 30%;
    right: 15%;
    top: 48%;
}
    .ExpandComboText {
    width: 40%;
    right: 10%;
    top: 42%;
}
.ExpandFindAStore {
    width: 15%;
    right: 22%;
    top: 65%;
}
}