body {
    position: relative;
    margin: 0 auto;
    font-family: Arial, Helvetica, sans-serif;
}


html {
  scroll-behavior: smooth;
 }




@font-face {
    font-family: impfont;
    src: url(../font/imp.ttf);
}

p, a {
    text-decoration: none;
}

p {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-weight: lighter;
    font-size: 14px;
    line-height: 1.5;
}

a {
    color: #000;
}

a:hover {
    color: #a75468;
}

h1 {}

h2 {}

.pagewarp {
    width: 1024px;
    margin: 0 auto;
    position: relative;
}

#logo {
    margin: 20px 0 0 10px;
}

.menu {
    float: right;
    margin-top: 56px;
}

.menu ul {
    list-style: none;
}

.menu ul li {
    display: inline-block;
    float: left;
    margin-left: 40px;
    font-family: Helvetica, tahoma;
    font-weight: bold;
    font-size: 15px;
}

#top-nav {
    float: left;
    width: 100%;
    background: #09075c;
    box-shadow: 0 0px 9px #000;
    text-align: center;
	position: fixed;
	z-index: 2;
	color:#fff;
}

#top-nav ul {
    list-style: none;
    margin: 12px 0;
}

#top-nav ul li {
    display: inline-block;
    width: 6.2%;
    text-align: center;
    position: relative;
}

#top-nav ul li a {
    font-weight: bold;
    color: #fff;
    font-size: 12px;
}

#top-nav ul li a:hover {

}

#top-nav ul li.sep1 {
    margin: 0 20px;
    width: 1px;
}

#index-sec1 {
    float: left;
    width: 100%;
    /*background: url(../images/home-bg2.jpg) top no-repeat #a6a6a4;*/
    background: #fff;
    background-size: 100% auto;
}

img#logomain {
    width: 250px;
    height: auto;
    margin: 50px 0 0 0;
    float: left;
}

button {
    cursor: pointer;
}

#authen {
    width: 100%;
    float: left;
    padding: 50px 0;
    background: #8fb0c3;
    margin-top: 185px;
	height: auto;
	padding: 0 0 100px 0;
	background: url(../images/bg-sec2-product.jpg);
}

#authen .pagewarp {
    width: 1024px
}

img#authen-bar {
    width: 100px;
    height: auto;
    float: left;
}

.authen-subject {
    float: left;
    color: #fff;
    margin: 0;
}

.authen-subject h1 {
    text-transform: uppercase;
    color: #000;
    font-size: 30px;
    font-weight: bold;
    font-family: Tahoma, Geneva, sans-serif;
    margin: 10px 5px;
}
.authen-subjectx h1 {
    text-transform: uppercase;
    color: #000;
    font-size: 25px;
    font-weight: bold;
    font-family: helvetica neue, Tahoma, Geneva, sans-serif;
    margin: 10px 0;
}

.authen-subject h2 {
color: #8fafc2;
margin-bottom: 19px;
font-size: 42px;
font-weight: bold;
line-height: 1;
margin-top: 0;
}

.real-fake h1 {
    text-transform: uppercase;
    color: #fff;
    font-size: 47px;
    font-weight: bold;
    font-family: Tahoma, Geneva, sans-serif;
    margin: 50px 0 0 0;
	
}

.real-fake h2 {
color: #8fafc2;
margin-bottom: 19px;
font-size: 42px;
font-weight: bold;
line-height: 1;
margin-top: 0;
}

.authen-subject p {
    font-size: 14px;
    color: #000;
}

.authen-subjectx p {
    font-size: 16px;
    color: #000;
}

input.inp-authen {
    border-radius: 8px;
    width: 220px;
    padding: 10px;
    background: none;
    border: 1px solid #000;
    color: #000;
    font-size: 15px;
    margin-top: 5px;
    outline: none
}

input.inp-authen2 {
    border-radius: 5px;
    width: 100%;
    height: 50px;
    padding: 10px;
    background: none;
    border: 1px solid #999;
    color: #000;
    font-size: 15px;
    margin-bottom: 20px;
    outline: none
}

.link-to-youtube-authen {
    float: left;
    padding: 10px 0 0 0;
    width: 100%;
}

.link-to-youtube-authen img {
    float: left;
    margin-right: 10px;
}

.link-to-youtube-authen a.link1 {
    color: #d7ff78;
    text-transform: uppercase;
    font-size: 17px;
    font-style: italic;
}

.link-to-youtube-authen a.link1:hover {
    text-decoration: underline;
}

.link-to-youtube-authen a.link2 {
    clear: both;
    font-size: 13px;
    margin-top: 5px;
    font-style: italic;
    color: darkslategrey;
    line-height: 1.5;
}

.link-to-youtube-authen a.link2:hover {
    text-decoration: underline;
}

.authen-formandlink-box {
    float: left;
    width: 600px;
}

button.btn-athen {
    padding: 10px;
    border-radius: 8px;
    background: #003b92;
    border: none;
    width: 90px;
    font-size: 15px;
    outline: none;
    color: #fff;
    margin: 12px 0 20px 0;
}
button.btn-athen2 {
    padding: 15px 0;
    border-radius: 8px;
    background: #003b92;
    text-transform: uppercase;
    border: none;
    width: 100%;
    font-size: 15px;
    outline: none;
    color: #fff;
    margin: 5px 0 20px 0;
}

img#slogan {
    margin-top: 175px;
    float: left;
}

#welcome {
    float: left;
    width: 100%;
    /*color: #fff;*/
    /*background: url(../images/bg20.png) repeat;*/
    border-bottom: 30px;
    border-color: -moz-linear-gradient(bottom, #555555, #111111);
}

.welcome p, h1, h2 {
    color: #000;
}

#welcome .pagewarp {
    padding: 50px 0 90px 0;
}

.wel-sup h1 {
    font-size: 40px;
    font-family: Tahoma, Geneva, sans-serif;
    font-weight: bold;
    position: relative;
    line-height: 1;
    margin-bottom: 5px;
}

.prop-sub {
    position: absolute;
    left: -35px;
    top: 20px;
}

.prop-sub2 {
    position: absolute;
    left: -35px;
    top: 40px;
}

#welcome h2 {
    font-family: Helvetica, tahoma;
    letter-spacing: 6px;
    margin: 0 0 40px 0;
    font-size: 24px;
    font-weight: lighter;
    line-height: 1;
}

#welcome p {
    margin-bottom: 20px;
}

.border-gre {
    width: 100%;
    height: 30px;
    float: left;
    background: #8fafc3;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, #cbe901, #8fafc3);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #cbe901, #8fafc3);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(left, #cbe901, #8fafc3, #8fafc3);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(left, #cbe901, #8fafc3);
    /* Standard syntax */
}

img.more-btn {
    position: absolute;
    bottom: 0px;
    right: 0px;
    cursor: pointer;
}

#index-sec2 {
    background: url(../images/bg-sec2.jpg) fixed top center no-repeat #e8e8e8;
    float: left;
    width: 100%;
    height: 742px;
	background-size:auto 100%;
}

h1.insec2 {
    color: #fff;
    margin: 50px 0 0 0;
    font-size: 47px;
	line-height:0.9;
}

h2.insec2 {
    color: #8fafc2;
    margin-bottom: 19px;
    font-size: 42px;
    font-weight: bold;
	margin-top:0;
}

p.insec2 {
    color: #666;
    font-size: 13px;
}

#index-sec2 img {
    float: left;
}

.teaser-txt {
    width: 650px;
}

#index-sec2 button {
    float: left;
    background: #8fafc2;
    color: #fff;
    border: none;
    padding: 10px 15px;
    font-weight: bold;
    font-size: 15px;
    margin-top: 20px;
}

#bottom-nav {
    float: left;
    width: 100%;
    padding: 40px 0;
    background: #6a6969;
	
}

ul.bottom-nav-u {}

ul.bottom-nav-u li {
    text-align: center;
    border-right: 1px solid #808080;
    width: 13.8%;
    display: inline-block;
	vertical-align: top;
}

ul.bottom-nav-u li:last-child {
    border: none;
}

ul.bottom-nav-u li p {
    color: #fff;
    font-family: Tahoma, Geneva, sans-serif;
    font-weight: bold;
}

ul.bottom-nav-u li img {
    width: 80px;
    height: auto;
}

#footer {
    float: left;
    width: 100%;
    background: #fff;
    padding: 80px 0;
}

#footer p {
    font-size: 12px;
}

img.logo-foot {
    width: 200px;
    height: auto;
    margin-bottom: 20px;
}

.footer-left {
    float: left;
    margin-right: 200px;
}

.footer-right {
    float: right;
}

#footer ul {
    float: left;
	margin-left:40px;
}

#footer ul li {
    font-weight: bold;
    font-family: Tahoma, Geneva, sans-serif;
    line-height: 2;
}

#footer ul li a {
    color: #666;
}

#footer ul:first-child {
    float: left;
  
}

#footer ul li a:hover {
    color: #8fafc2;
}

#slide-index {
    float: left;
    width: 100%;
    text-align: center;
    background: #e6e6e6;
}

#slide-inner {
    float: left;
    width: 100%;
    text-align: center;
    background: #fff;
	margin-top:45px;
}

/* Inner Page */

.about-us-page {
    float: left;
    width: 100%;
    background: url(../images/about-bg.jpg) fixed center top no-repeat #aeaeac!important;
    background-size: 100% auto!important;
	margin-top: 45px;
}

.how-to-page {
    float: left;
    width: 100%;
    background: url(../images/how-to-use-bg.jpg) center top no-repeat #aeaeac!important;
    background-size: 100% auto!important;
}

.analysis-page {
    float: left;
    width: 100%;
    background: url(../images/analysis-bg.jpg)fixed center top no-repeat #aeaeac!important;
    background-size: 100% auto!important;
	margin-top: 45px;
}

h1.name-inner {
    font-family: Helvetica, sans-serif, Arial;
    font-size: 60px;
    color: #fff;
    text-transform: uppercase;
    font-weight: lighter;
    text-align: center;
    margin: 150px 0 350px 0;
}

.sec2-inner {
    background: url(../images/bg-sec2-about.jpg) center top no-repeat #e1e1e1;
    float: left;
    width: 100%;
    padding: 50px 0;
}

.sec2-inner-block {
    background: url(../images/bg-sec2-about.jpg) center top no-repeat #e1e1e1;
    float: left;
    width: 100%;
    padding: 50px 0;
}

img.howto-img {
    float: left;
    margin-top: 80px;
    width: 650px;
}

.teaser-txt-howto {
    width: 300px;
    float: left;
}

h1.insec2-howto {
    color: #000;
    margin: 50px 0 0 0;
    font-size: 25px;
}

h2.insec2-howto {
    color: #000;
    margin-bottom: 19px;
    font-size: 20px;
    font-weight: bold;
}

.thump-box {
    width: 25%;
    float: left;
    text-align: center;
    color: #666;
    font-size: 12px;
    margin: 0 0 50px 0;
}

img.box-border {
    border: 1px solid #999;
}

body#product-page #index-sec2 {
    height: auto;
    padding: 0 0 100px 0;
    background: url(../images/bg-sec2-product.jpg) top center fixed;
	margin-top: 45px;
	background-position:0 45px;
}

body#product-page #bottom-nav {
    float: left;
    width: 100%;
    padding: 40px 0;
    /*background: #8fafc2;*/
}

body#authen-page #index-sec1 {
    /*background: url(../images/authenticity-bg.jpg);*/
    background-image: none!important;
    background: #fff;
    background-size: 100%;
}

body#authen-page #authen {
    margin-top: 0;
}

body#authen-page h1.name-inner {
    margin-bottom: 200px;
}

body#authen-page h1.insec2 {
    color: #8fafc2;
    font-weight: bold;
    font-size: 90px;
}

body#authen-page h2.insec2 {
    color: #666;
    font-weight: lighter;
    letter-spacing: 6px;
}

body#authen-page .columm1 {
    float: left;
    width: 27%;
}

body#authen-page .columm {
    float: left;
    width: 30%;
}

body#authen-page .columm p {
    margin-top: 133px;
}

body#authen-page .columm img {
    margin: 0 0 0 70px;
}

body#authen-page .white-bg {
    padding: 60px 0;
}

body#authen-page #index-sec2 {
    height: auto;
    padding: 100px 0;
    background: none;
}

body#authen-page .grey-bg {
    padding: 100px 0;
}

body#knowledge-page #index-sec1 {
    background: url(../images/knowledge-bg.jpg) no-repeat #b9b9b9;
}

body#knowledge-page #index-sec1 h1.name-inner {
    margin: 140px 0 160px 0;
}

body#knowledge-page #welcome h1.know {
    display: block;
    float: left;
    font-size: 39px;
    font-weight: bold;
    margin: 50px 100px 50px 0;
    ;
}

body#knowledge-page #welcome p.know {
    margin: 32px 0 0 0;
}

body#dealer-page h1.name-inner {
    margin-bottom: 200px;
}

.dealer-page {
    background: url(../images/dealer-bg.jpg) center no-repeat;
    float: left;
    width: 100%;
    background-size: 100%;
}

/*
.columm1-1 , .columm2-2 , .columm3-3 , .columm4-4{ float:left;}
*/

.columm1-1 {
    float: left;
    width: 40%;
}

.columm1-1 h1 {
    text-transform: uppercase;
    font-size: 50px;
    color: #666;
    margin-bottom: 85px;
}

.columm1-1 h2, .columm2-2 h2, .columm3-3 h2, columm-4-4 h2 {
    font-weight: bold;
    font-size: 21px;
    margin: 20px 0;
}

.columm1-1 p, .columm2-2 p, .columm3-3 p, columm-4-4 p {
    width: 90%;
}

.columm2-2 {
    float: left;
    width: 20%
}

.columm3-3 {
    float: left;
    width: 20%
}

.columm4-4 {
    float: left;
    width: 20%
}

body#news-page #index-sec1 {
    background: url(../images/contact-us-bg.jpg)fixed top center;
    background-size: 100% 100%;
	margin-top: 45px;
	
}

body#news-page h1.name-inner {
    margin-bottom: 200px;
}

.white-bg {
    float: left;
    width: 100%;
    background: #fff;
    padding-bottom: 30px;
}

.grey-bg {
    float: left;
    width: 100%;
    background: #ECECEC;
    padding-bottom: 30px;
}

.product-thump {
    float: left;
    width: 50%;
    position: relative!important;
    margin: 20px 0;
}

.product-thump img {
    float: left;
    width: 235px;
}


.star {
    width: 12px;
height: 12px;
border-radius: 12px;
    background: #BBBBBB;
    float: left;
    margin-left: 7px;
}

.star-c {
   width: 12px;
height: 12px;
border-radius: 12px;
    background: #cbe900;
    float: left;
    margin-left: 7px;
}

.product-detail {
    float: left;
    width: 80%;
    margin-top: 35px;
    color: #999;
}

.detail-path {
    float: left;
    width: 30%;
    padding-right: 3%;
}

.detail-path h1 {
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 12px;
    color: #4E4E4E;
}

.detail-path p {
    font-size: 11px;
}

h1.name-inner {
    text-shadow: 1px 1px 10px #666;
}

.blue-box {
    width: 30%;
    padding: 60px 1% 95px;
    background: #8fafc3;
    color: #fff;
    float: left;
    margin-top: -65px;
}

.blue-box a {
    color: #fff;
}

.columm {
    float: left;
    width: 11%;
    margin: 0 2%;
}

.columm h1 {
    font-weight: bold;
    margin: 50px 0 30px 0;
}

.white-bg {}

.contact-white {
    padding-bottom: 200px;
}

.contact-form {
    padding-bottom: 200px;
}

.contact-form h1 {
    margin-top: 45px;
    color: #999;
    font-size: 40px;
    font-weight: lighter;
}

.contact-form .pagewarp {
    padding: 40px 0;
}

.contact-form input {
    float: left;
    width: 400px;
    clear: both;
    background: none;
    border: none;
    border-left: 1px solid #999;
    border-bottom: 1px solid #999;
    padding: 20px 5px;
    margin-top: 30px;
    outline: none
}

.contact-form select {
    float: left;
    width: 400px;
    max-width: 100%;
    clear: both;
    background: none;
    border: none;
    border-left: 1px solid #999;
    border-bottom: 1px solid #999;
    margin-top: 30px;
    height: 50px;
    outline: none
}

.contact-form textarea {
    margin-top: 30px;
    padding: 10px;
    resize: none;
    height: 203px;
    width: 330px;
    background: none;
    border: none;
    border-left: 1px solid #999;
    border-bottom: 1px solid #999;
    margin-left: 45px;
    outline: none
}

.contact-form button {
    height: 205px;
    border: none;
    background: #bfe11e;
    color: #fff;
    margin-top: 30px;
    padding: 0 30px;
    font-size: 20px;
    font-weight: bold;
}

.container-free {
    float: left;
}

/* ----------- Sub Menu ---------------*/

.top-nav-product-submenu {
    width: 171px;
    position: absolute;
    top: 31px;
    left: -26px;
    padding: 10px;
    /*background: url(../images/blue-bg50.png) repeat;*/
    z-index: 1;
	background:#09075c;
	opacity:0.8;
}

.top-nav-product-submenu ul {
    margin: 0;
}

.top-nav-product-submenu ul li {
    display: block!important;
    text-align: left!important;
    width: auto!important;
    line-height: 2;
}

.top-nav-product-submenu ul li a {
    color: #20526f;
    text-shadow: 1px 1px 3px #999;
}

.top-nav-product-submenu ul li a:hover {
    color: #c4e500!important;
}

.top-nav-knowledge-submenu {
    width: 122px;
    position: absolute;
    top: 31px;
    left: -26px;
    padding: 10px;
    background: url(../images/blue-bg50.png) repeat;
    z-index: 1;
}

.top-nav-knowledge-submenu ul {
    margin: 0;
}

.top-nav-knowledge-submenu ul li {
    display: block!important;
    text-align: left!important;
    width: auto!important;
    line-height: 2;
}

.top-nav-knowledge-submenu ul li a {
    color: #20526f;
    text-shadow: 1px 1px 3px #999;
}

.top-nav-knowledge-submenu ul li a:hover {
    color: #c4e500!important;
}

.top-nav-authen-submenu {
    width: 122px;
    position: absolute;
    top: 31px;
    left: -26px;
    padding: 10px;
    background: url(../images/blue-bg50.png) repeat;
    z-index: 1;
}

.top-nav-authen-submenu ul {
    margin: 0;
}

.top-nav-authen-submenu ul li {
    display: block!important;
    text-align: left!important;
    width: auto!important;
    line-height: 2;
}

.top-nav-authen-submenu ul li a {
    color: #20526f;
    text-shadow: 1px 1px 3px #999;
}

.top-nav-authen-submenu ul li a:hover {
    color: #c4e500!important;
}

.foot-nav-knowledge-submenu {
    padding: 10px;
}

.foot-nav-knowledge-submenu ul {
    margin: 0;
}

.foot-nav-knowledge-submenu ul li {
    display: block!important;
    text-align: left!important;
    width: auto!important;
    line-height: 2;
    font-size: 12px;
    font-weight: normal!important;
    padding-left: 10px;
}

.foot-nav-knowledge-submenu ul li a {
    color: #666!important;
}

.foot-nav-knowledge-submenu ul li a:hover {
    color: #000!important;
    text-decoration: underline!important;
}

.foot-nav-product-submenu {
    padding: 0 0 0 10px;
}
.foot-nav-product-submenu ul{ margin-left:0!important;}
.foot-nav-product-submenu ul {
    margin: 0;
	
}

.foot-nav-product-submenu ul li {
    display: block!important;
    text-align: left!important;
    width: auto!important;
    line-height: 2;
    font-size: 12px;
    font-weight: normal!important;
    padding-left: 10px;
}

.foot-nav-product-submenu ul li a {
    color: #666!important;
}

.foot-nav-product-submenu ul li a:hover {
    color: #000!important;
    text-decoration: underline!important;
}

.foot-nav-authen-submenu {
    padding: 0 0 0 10px;
}

.foot-nav-authen-submenu ul {
    margin: 0;
}

.foot-nav-authen-submenu ul li {
    display: block!important;
    text-align: left!important;
    width: auto!important;
    line-height: 2;
    font-size: 12px;
    font-weight: normal!important;
    padding-left: 10px;
}

.foot-nav-authen-submenu ul li a {
    color: #666!important;
}

.foot-nav-authen-submenu ul li a:hover {
    color: #000!important;
    text-decoration: underline!important;
}

.vdo-thump-box {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.vdo-thump-box h1 {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.vdo-thump-box p {
    font-size: 13px;
}

.vdo-frame {
    float: left;
    margin-right: 30px;
}

input.dealer-form {
    width: 300px;
    height: 30px;
    float: left;
}

button.dealer-form {
    border: none;
    background: #bfe11e;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    height: 39px;
    margin-left: 10px;
}

button.dealer-form:hover {
    color: #666;
}

.thump-box {
    width: 100%;
    float: left;
    text-align: left;
}

.thump-box img {
    float: left;
    margin-right: 20px;
}

.thump-box h2 {
    font-size: 16px;
    font-weight: bold;
    line-height: 2;
}

.labs-box {
    float: left;
    text-align: center;
    margin: 10px;
    font-size: 10px;
}

.labs-box img {
    margin-bottom: 10px;
    width: 100%;
}

.thump-news-info {
    float: left;
    width: 650px;
}

.thump-news-pic {
    border: 1px solid gray;
}

button#nav-responsive2 {
    display: none;
    /* margin: 50px 0 0 20px;*/
    float: right;
    background: url(../images/nav-res.png);
    width: 49px;
    height: 39px;
    border: none;
	position:absolute;
	top:15px;
	right:15px;
}

button#nav-responsive {
    display: none;
    float: left;
    margin: 50px 0 0 20px;
    background: url(../images/nav-res.png);
    width: 49px;
    height: 39px;
    border: none;
}

button#nav-responsive:hover {
    opacity: 0.5;
}

button#nav-responsive2:hover {
    opacity: 0.5;
}

/* Product Page */

body.product-detail-page img#logo-product-page {
    width: 357px;
}

body.product-detail-page #index-sec2 {
    padding: 50px 0!important;
}

.thump-show-section {
    float: left;
    width: 50%;
}

.thump-show-section .display-port {
    width: 100%;
    height: 315px;
    text-align: center
}

.thump-show-section .display-port img {
    width: 100%;
    max-height: 315px;
    max-width: 512px;
}

.info-secction {
    width: 47%;
    float: left;
    padding-left: 15px;
}

.info-secction p {
    font-size: 1.5em !important;
    line-height: 1.5em
}

body.product-detail-page .white-bg {
    border-top: 5px solid #8fb0c1;
    padding: 25px 0;
}

.info-secction h1 {
    float: left;
    font-size: 25px;
    font-weight: bold;
    margin-right: 10px;
    color: #000;
    font-size: 2.5em
}

.info-secction h2 {
    margin-top: 43px;
    display: inline-block;
    color: #8fb0c1;
    font-style: italic;
    font-size: 1.5em
}

.info-chart {
    float: left;
    width: 50%;
}

.star-chart {
    float: left;
    width: 50%;
}

.info-secction p, .star-chart, .info-chart {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-weight: lighter;
    font-size: 13px!important;
    line-height: 1.5em;
    margin-top: 15px;
}

.info-secction .star-chart table tr td:first-child, .info-secction .info-chart table tr td:first-child {
    font-weight: bold;
    color: #90B0C0
}

.img-slide {
    width: 92%;
    padding: 0 4%;
    float: left;
    overflow: hidden;
    height: 84px;
    overflow: hidden;
    margin-top: 17px;
    position: relative;
}

.img-slide .thumb {
    /* width: 450px */
}

.img-slide .thumb a {
    display: block;
    width: 122px;
    height: 82px;
}

.img-slide img {
    float: none;
    float: left;
    margin: 0 5px;
    border: 1px solid #b9b9b9;
    height: 100%;
    max-width: 122px;
}

button#slide-product-left-btn {
    position: absolute;
    height: 82px;
    width: 21px;
    background: url(../slide/slide-left-hover-btn.png);
    left: 0;
    top: 0;
    border: none;
    opacity: 0.5;
}

button#slide-product-left-btn:hover {
    opacity: 1;
}

button#slide-product-right-btn {
    position: absolute;
    height: 82px;
    width: 21px;
    background: url(../slide/slide-right-hover-btn.png);
    right: 0;
    top: 0;
    border: none;
    opacity: 0.5;
}

button#slide-product-right-btn:hover {
    opacity: 1;
}

#product-detail-head {
    /* float: left; */
    margin-bottom: 20px;
}

.content-container {
    float: left;
    width: 100%;
}

.content-container ul {
    list-style: circle;
    line-height: 1.5em;
    padding-left: 40px
}

.content-container ul li {
    padding-top: 8px;
}

.content-container strong {
    font-weight: bold
}

.content-container h2 {
    font-size: 20px;
    font-weight: bold;
    margin: 50px 0 12px 0;
    color: #8fb0c1;
}

.dbol-content-whatis img {
    float: left;
}

.content-container img {
    margin-right: 10px;
    margin-bottom: 10px;
}

.content-container p {
    margin-bottom: 20px;
}

.dbol-content-dos, .dbol-content-con {
    float: left;
    width: 50%;
}

.dbol-content-dos img, .dbol-content-con img {
    width: 150px;
}

.youtube-teaser-index {
    float: left;
    width: 560px;
}

.youtube-teaser-index img {
    width: 580px
}

.youtube-authen-page {
    float: left;
    margin: 20px 0 20px 30px;
    width: 700px;
}

.youtube-authen-index, .youtube-authen-index img {
    float: left;
    width: 300px;
    margin-right: 30px;
}

.oral-size-box {
    float: left;
    width: 100%;
}

.oral-size-box img {
    width: 90%!important;
}

.oral-size-box h1 {
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 12px;
    color: #4E4E4E;
}

.oral-size-box-detail {
    float: left;
    width: 100%;
    margin-top: 10px;
}



.oral-size-box-detail h1 {
    font-weight: bold!important;
    margin-bottom: 5px!important;
    font-size: 12px!important;
    color: #90B0C0!important;
    line-height: 1!important;
}

button.readmore {
    position: absolute;
    top: 12px;
    right: 55px;
    width: 23px;
    height: 23px;
    background: url(../images/readmore-btn.png) no-repeat top left;
    border: none;
    cursor: pointer;
}

button.readmore:hover {
    background-position-y: -23px;
}

.new-product-icn {
    position: absolute;
    top: 15px;
    left: -15px;
    width: 89px;
    height: 104px;
    background: url(../images/new-product-icn.png) no-repeat top left;
}

.best-sell-icn {
    position: absolute;
    top: 15px;
    left: -15px;
    width: 89px;
    height: 104px;
    background: url(../images/top-saller-icn.png) no-repeat top left;
}

#index-nav-res2 {
    float: left;
    width: 100%;
    background: #09075c;
    display: none;
	height:70px;
}

#index-nav-res2 img#logo-new-nav {
    float: left;
    /*width: 250px;*/
    margin: 12px;
	height:50px;
}

#index-nav-res2 button#nav-responsive {
    margin: 0;
    float: right;
    margin: 25px 0 0 0;
}

#slide-index-1024 {
    display: none;
    width: 100%;
}

#slide-index-1024 img {
    width: 100%
}

#slide-index-414 {
    display: none;
    width: 100%;
}

#slide-index-414 img {
    width: 100%
}

#auth_form {
  background: #e7e8ef;
    border-radius: 9px;
    width: 350px;
    padding: 20px;
    margin: 0 20px 0 60px;
    float: left;
}

#auth_form2 {
  /*  background: #e7e8ef;*/
    border-radius: 9px;
    width: 350px;
    padding: 20px;
   /*margin: 0 20px 0 60px;*/
    float: left;
}

#auth_form3 {
    background: #fff;
    width: 100%;
    max-width: 450px;
    padding: 0 15px 20px;
    margin: 0 20px 0 10px;
    float: left;
    border-right: 1px solid #ccc;
  }

.authen-right {
    display: inline-block;
    width: 100%;
    max-width: 400px;
}

.authen-info2 {
    float: left;
    width: 550px;
}
.authen-info2 p{ color:#000;}
.authen-subject h1 {
    line-height: 1;
}

.authen-infox {
    max-width: 450px;
    color: #000;
    width: 100%;
    display: inline-block;
    list-style: none;
    line-height: 20px;
    margin: 0 10px 15px 20px;
}

.authen-infox h1 {
    text-transform: uppercase;
    color: #000;
    font-size: 25px;
    font-weight: bold;
    font-family: helvetica neue, Tahoma, Geneva, sans-serif;
    margin: 16px 0;
}

.authen-infox p {
    font-size: 16px;
    color: #000;
}

.authen-info3 {
    max-width: 555px;
    color: #000;
    width: 100%;
    display: inline-block;
    list-style: none;
    line-height: 20px;
    margin-bottom: 15px;
}
.authen-info3 ul li {
    margin-left: 30px;
    list-style: circle;
}

.authen-info4 {
    border-top: 1px solid #ccc;
    color: #000;
    width: 100%;
    display: inline-block;
    list-style: none;
    margin-bottom: 15px;
    padding-top: 20px;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-weight: lighter;
    font-size: 16px;
}
.authen-info4 h1 {
    text-transform: uppercase;
    color: #000;
    font-size: 25px;
    font-weight: bold;
    font-family: helvetica neue, Tahoma, Geneva, sans-serif;
    margin: 16px 0;

}
.authen-info4 ul li {
    margin-left: 30px;
    list-style: circle;
}
.indent {
    text-indent: 20px;
}
.float-left {
    float: left;
    margin: 15px 10px 10px 10px;
    max-width: 300px;
}

img.slide-fix-1440{}
img.slide-fix-1024{ display:none; width:100%;}
img.slide-fix-414{ display:none; width:100%;}


.realfake-box{ width: 248px; float:left; margin: 3px; }
.realfake-box img{ margin-bottom:5px;}
.flag-and-shop img{ float:left; margin-right: 5px;}
.flag-and-shop h1{ font-size:16px; float:left;}
.flag-and-shop{ float:left; width: 100%;}

.banner-slide{float: left; width: 100%; /*padding-bottom: 50px;*/ margin-top: 45px;}


/* -----  Revise --------*/
.thump-news-info a{ color:#160b8b;}
.wel-sup p{ color:#000;}
.product-info table tr td, .product-info2 table tr td{ color:#000; font-weight: bold;  font-size: 12px;    line-height: 1.6; Padding:0;width: 105px; border:none;}
.info-secction, .info-chart-box table tbody tr td{ color:#000!important; border: none;} 
.oral-size-box-detail img{ float:left; clear:both; width:auto;}
.columm p{ color:#000;}


.product-info2 {
    width: 210px;
    float: left;
	min-height:430px;
}
.product-info {
    width: 210px;
    float: left;
	min-height:405px;
}


.product-info h1, .product-info2 h1 {
    color: #999;
    margin: 48px 0 5px 0;
    font-size: 24px;
    font-weight: bold;
}

.product-info h1 a, .product-info2 h1 a {
    color: #999;
}

.product-info h2, .product-info2 h2 {
    color: #999;
    margin-bottom: 15px;
    font-size: 15px;
}

.product-info p, .product-info2 p {
    color: #999;
    font-size: 12px;
}





.detail-path2 {
    float: left;
    width: 22%;
    padding-right: 3%;
}

.detail-path h1, .detail-path2 h1 {
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 12px;
    color: #4E4E4E;
}

.detail-path p, .detail-path2 p {
    font-size: 11px;
	color:#000;
}




/* Popup Box */

.popup-box-wrap {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 550px;
    min-width: 300px;
    min-height: 280px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 1px 1px 8px #333;
}
.popup-top-content {
    position: relative;
    display: block;
    border-bottom: 1px solid #CCC;
    margin: 10px;
    padding: 5px 0;
}
.popup-top-content h2 {
    margin: 8px 10px;
}
.popup-top-content .close-btn img {
    width: 35px;
    position: absolute;
    top: 10px;
    right: 10px;
}
.popup-center-content {
    padding: 10px;
    margin: 0 0 5% 0;
    display: block;
    position: relative;
}
.popup-center-content .code-shown {
    padding: 0 2.3em;
    display: inline-block;
}
.popup-center-content .code-shown h3 {
    margin: 0 5px 5px 0;
    display: inline-block;
    width: 200px;
    text-transform: uppercase;
    font-size: 16px;
    float: left;
}
.popup-center-content .code-shown .code-wrap {
    /* text-align: right; */
    display: inline-block;
    margin-left: 5px;
}
.popup-center-content .code-shown .code-wrap p {
    margin: 0 0 5px 0;
}
.code-used {
    width: 100%;
    margin: 10px 0;
    padding: 0;
    border-collapse: collapse;
    border-spacing: 0;
}
.code-used th {
    width: 5%;
}
.code-used th, td {
    border: 1px solid #CCC;
    text-align: center;
    font-size: 12px;
    text-align: left;
    padding: 5px;
    border-spacing: 0;
}

.alert-pop {
    list-style: none;
    color: #333;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    line-height: 24px;
    text-transform: none;
}
.alert-pop h2 {
    font-size: 17px;
    margin: 12px 0 5px 0;
    text-transform: uppercase;
}
.code-enter.true {
    font-size: 35px;
    border-radius: 8px;
    border: 0.2px solid #ccc;
    padding: 10px;
    margin: 15px 30px;
    letter-spacing: 4px;
    color: green;
}
.code-enter.false {
    font-size: 35px;
    border-radius: 8px;
    border: 0.2px solid #ccc;
    padding: 10px;
    margin: 15px 30px;
    letter-spacing: 4px;
    color: red;
}
.code-email {
    border-radius: 5px;
    width: 300px;
    height: 60px;
    padding: 10px 10px;
    background: none;
    border: 1px solid #999;
    color: #000;
    font-size: 18px;
    margin: 20px 0px 0px;
}
.email-btn {
    width: 160px;
    border: none;
    border-radius: 7px;
    color: white;
    background-color: green;
    padding: 15px 20px;
    margin: 0 0 0 15px;
    font-size: 23px;
    text-align: center;
}

.popup-bottom-content {
    margin: 15px 10px;
    padding: 15px;
    display: block;
    position: relative;
    border-top: 1px solid #ccc;
}
.popup-bottom-content .pass {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    color: #65A903;
}
.popup-bottom-content .unsure {
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    color: #FB7203;
}
.popup-bottom-content .fail {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    color: #F30000;
}
.popup-bottom-content .fail a {
    color: #333;
}










/* Style the tab */

.tab-wrap {
    border: 1px solid #CCC;
    display: inline-block;
    position: relative;
    width: 100%;
    margin: 30px 0;
}

.tab {
    overflow: hidden;
    border: none;
    background-color: #f1f1f1;
}

/* Style the buttons inside the tab */

.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    text-transform: uppercase;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
    width: 50%;
    border: none;
}

/* Change background color of buttons on hover */

.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */

.tab button.active {
    background-color: #FFF;
    color: #8fb0c3;
}

/* Style the tab content */

.tabcontent {
    display: none; 
    border: none; 
    /*padding: 35px 25px;*/
    position: relative;
}

.tabcontent p {
    margin: 5px 0;
}

.image-wrap {
    width: 100%;
    text-align: center;
}

.fake-real-pic {
    width: 100%;
    max-width: 380px;
    text-align: center;
    margin: 15px 5px;
    position: relative;
}

.fake-real-pic2 {
    width: 100%;
    max-width: 520px;
    text-align: center;
    margin: 15px 5px;
    position: relative;
}



.xwarp {
   /* max-width: 890px; */
    width: 100%;
    margin: 0 auto;
    display: block;
    position: relative;
}

.insert-text {
    color: #000;
    padding: 20px;
    border: 1px solid #efefef;
}
.insert-text h3 {
    margin-top: 0;
}
.insert-text ul {
    margin: 0;
    padding-left: 20px;
}
.insert-text ul li {
    padding-left: 10px;
    list-style: circle;
}


.product-page-content-section p , .labs-box a{color:#000;}


img.mobile-view{ display:none;}
img.desk-view{ display:none;}


































@media all and (-webkit-min-device-pixel-ratio: 1.5) {}
@media screen and (max-width: 1200px) {
    #index-nav-res2 {
        display: block;
    }
    #slide-index-1440 {
        display: none;
    }
    #slide-index-1024 {
        display: block;
    }
	
	img.slide-fix-1440{display:none;}
	img.slide-fix-1024{ display:block; }
	img.slide-fix-414{ display:none;}
	
	
    body#authen-page .white-bg {
        padding: 25px 0;
    }
	
	
    #auth_form {
        margin-left: 0;
    }
    #top-nav ul li {
        font-size: 12px;
    }
    #top-nav {
        display: none;
    }
    button#nav-responsive {
        display: block;
    }
    button#nav-responsive2 {
        display: block;
    }
    .pagewarp {
        width: 100%;
        padding: 0 2%;
        float: left;
    }
    .authen-subject h1 {
        font-size: 30px;
    }
    .wel-sup h1 {
        font-size: 30px;
        margin-bottom: 10px;
    }
    #welcome h2 {
        margin-bottom: 25px;
    }
    #authen .pagewarp {
        width: 100%;
        padding: 0 2%;
        float: left;
    }
    img.more-btn {
        bottom: -97px;
        right: 20px;
    }
    .prop-sub {
        left: 4px;
        top: -44px;
        display: none;
    }
    #welcome {
        padding: 50px 0 95px;
        position: relative;
    }
    #welcome .pagewarp {
        width: 96%;
        padding: 0 2%;
        float: left;
    }
    img#logomain {
        width: 200px;
        margin-left: 20px;
    }
    img#slogan {
        float: none;
    }
    .labs-box {
        margin: 10px 0;
        width: 23%;
        padding: 0 1%;
        height: 400px;
    }

    #auth_form3 {
        background: #fff;
        width: 100%;
        max-width: 450px;
        padding: 5px;
        margin: 5px;
        float: left;
        border-right: none;
    }

    .authen-infox {
        max-width: 450px;
        color: #000;
        width: 100%;
        display: inline-block;
        list-style: none;
        line-height: 20px;
        margin: 5px;
    }

	/*-------revise-------------*/
	.banner-slide{ margin-top:0;}
	body#news-page #index-sec1 , .about-us-page , body#product-page #index-sec2 , #slide-inner, .analysis-page{ margin-top:0!important;}
	body#product-page #index-sec2{ background-position:0 0;}
}

@media screen and (max-width: 1024px) {
	.teaser-txt{ width:100%!important;}
	
	
	
    .authen-info2 {
        width: 40%;
    }
    img.more-btn {
        bottom: -72px;
    }
    .youtube-authen-page {
        width: 600px;
        float: right;
    }
    #authen {
        margin-top: 50px;
    }
    h1.name-inner {
        margin: 165px 0 200px;
    }
    #welcome {
        padding: 50px 0;
    }
    .labs-box {
        height: 350px;
    }
    body#authen-page #index-sec1 {
        background-size: 150%;
    }
    /*
.pagewarp{ width:960px!important;}
*/
    .info-secction {
        width: 100%;
    }
    .thump-show-section {
        width: 100%;
        margin-bottom: 25px;
    }
    .star-chart {
        width: 35%;
    }
    .dbol-content-dos img, .dbol-content-con img {
        width: 125px;
    }
    .dbol-content-dos, .dbol-content-con {
        width: 48%;
        padding: 0 1%;
    }
    .authen-subject {
        width: auto;
    }
    .authen-formandlink-box {
        width: 600px;
        margin: 0 0 0 33px;
    }
	
	img.big-view{ display:none; }
	img.desk-view{ display:block; }
}

@media screen and (max-width: 960px) {
    img.img-respon {
        width: 95%;
    }
    .youtube-authen-index, .youtube-authen-index img {
        width: 480px;
    }
    .authen-formandlink-box {
        width: auto;
        margin: 0;
    }
    .youtube-authen-page {
        width: 100%;
        float: left;
        margin: 30px 0;
    }
    img#slogan {
        width: 70%;
    }
    img#authen-bar {
        display: none;
    }
    .authen-subject {
        width: auto;
        margin: 0;
    }
    input.inp-authen {
        float: left;
        clear: both;
        width: 96%;
        padding: 10px 2%;
    }
    button.btn-athen {
        float: left;
        clear: both;
        margin-top: 20px;
    }
    #index-sec2 {
        background: url(../images/bg-sec2-res.jpg)
    }
    #index-sec2 {
        height: auto;
        padding: 20px 0;
    }
    h1.insec2 {
        margin-top: 20px;
    }
    ul.bottom-nav-u li p {
        font-size: 11px;
        font-weight: lighter;
    }
    .footer-left {
        margin-right: 0;
    }
    .footer-right {
        float: right;
    }
    .teaser-txt {
        width: 100%;
    }
    .thump-news-info {
        width: 50%;
    }
    .labs-box {
        height: 300px;
    }
    .contact-form .pagewarp {
        padding: 40px 2%;
    }
    .container-free:last-child {
        width: 100%;
    }
    .contact-form button {
        height: auto;
        margin-top: 30px;
        padding: 20px 0;
        width: 100%;
        outline: none
    }
    body#authen-page h1.name-inner {
        margin: 150px 0;
    }
    body#authen-page .columm1 {
        width: 100%;
    }
    body#authen-page .columm p {
        margin: 0;
    }
    .columm1-1, .columm2-2, .columm3-3, .columm4-4 {
        width: 100%;
        text-align: center;
    }
    .columm1-1 img {
        width: 50%;
    }
    .columm2-2 img, .columm3-3 img, .columm4-4 img {
        width: 30%;
    }
    body#authen-page .grey-bg {
        background: #ececec none repeat scroll 0 0!important;
    }
    body#authen-page .columm {
        width: 100%;
    }
    body#authen-page .columm img {
        width: 60%;
        margin-top: 40px;
    }
    .columm1-1 h1 {
        font-size: 70px;
        margin-bottom: 50px;
    }
    body#authen-page .grey-bg {
        padding-top: 50px;
    }
}

@media screen and (max-width: 768px) {
    .authen-info2 {
        width: auto;
    }
    #auth_form {
        width: 92%;
        padding: 20px 4%;
    }
    .content-container p {
        font-size: 14px;
    }
    .dbol-content-history img {
        height: 120px;
    }
    .dbol-content-whatis p {
        float: left;
    }
    .dbol-content-benefit img {
        height: 120px;
    }
    .dbol-content-dos img, .dbol-content-con img {
        width: 100px;
    }
    .authen-formandlink-box {
        width: 100%;
        margin: 0;
    }
    .link-to-youtube-authen {
        margin-top: 22px;
    }
    button.btn-athen {
        margin-top: 5px;
    }
    .youtube-authen-index {
        width: 100%;
        margin: 0 0 20px 0;
    }
    .youtube-authen-index img {
        width: 100%;
    }
    .youtube-authen-index iframe {
        height: 300px;
    }
	
	.product-info2{ width:100%; height:auto; min-height:350px;}
	.product-thump{ padding:0 2%;}
	
}

@media screen and (max-width: 600px) {
    #index-sec1 {
        background-size: 150%;
    }
    img#slogan {
        margin: 80px 0 50px 0;
        width: 80%;
    }
    #index-sec2 img {
        width: 100%;
    }
    #bottom-nav {
        padding: 10px 0;
    }
    ul.bottom-nav-u {
        display: none;
    }
    #footer {
        padding: 20px 0;
        text-align: center;
    }
    .footer-right {
        width: 100%;
    }
    #footer ul {
        width: 100%;
		margin-left:0px;
    }
    .footer-left {
        width: 100%;
    }
    #footer ul li {
        border-bottom: 1px solid grey;
    }
    img.logo-foot {
        display: none;
    }
    .foot-nav-product-submenu {
        padding: 0;
    }
	
	
    .foot-nav-product-submenu ul li {
        text-align: center!important;
        padding-left: 0;		
    }
    .foot-nav-authen-submenu {
        padding: 0;
    }
    .foot-nav-authen-submenu ul li {
        text-align: center!important;
        padding-left: 0;
    }
    .thump-news-pic {
        width: 100px;
    }
    .labs-box {
        height: 200px;
    }
    .analysis-page {
        background-size: 240%!important;
    }
    .container-free {
        width: 100%!important;
    }
    body#authen-page h1.name-inner {
        font-size: 40px;
    }
    .contact-form {
        padding: 0 2%!important;
        width: 96%!important;
    }
    .contact-form input {
        margin-top: 15px;
        padding: 10px 5px;
        width: 100%;
    }
    .contact-form textarea {
        width: 100%;
        height: 140px;
        margin: 15px 0 0 0;
        padding: 0;
    }
    body#authen-page #index-sec1 {
        background-size: 200%!important;
    }
    .youtube-teaser-index {
        width: 100%;
    }
    .youtube-teaser-index img {
        width: 100%
    }
}

@media screen and (max-width: 500px) {
    #slide-index-1024 {
        display: none;
    }
    #slide-index-414 {
        display: block;
    }
    input.inp-authen {
        padding: 10px 2%;
        width: 96%;
        margin-top: 15px;
    }
	
	img.slide-fix-1440{display:none;}
img.slide-fix-1024{ display:none; }
img.slide-fix-414{ display:block;}
	
	
	
    button.btn-athen {
        float: left;
        margin-top: 12px;
    }
    .link-to-youtube-authen a.link1 {
        font-size: 13px;
    }
    .link-to-youtube-authen a.link2 {
        font-size: 9px;
    }
    img#logomain {
        margin-top: 20px;
    }
    button#nav-responsive {
        margin-top: 20px;
        float: right;
    }
    button#nav-responsive2 {
        margin-top: 20px;
        float: right;
    }
    /*product-page*/
    .product-thump {
        width: 96%;
        padding: 0 2% 30px 2%;
        border-bottom: 1px solid grey;
    }
    .product-info {
        width: 100%;
    }
    .product-info h1 {
        margin-top: 10px;
    }
    .product-detail {
        width: 100%;
    }
    .grey-bg {
        background: none;
        padding-bottom: 0;
    }
    body#product-page #bottom-nav {
        padding: 20px 0;
    }
    body#news-page h1.name-inner {
        margin: 100px 0;
    }
    .thump-box {
        overflow: hidden;
    }
    .labs-box {
        height: 150px;
    }
    h1.name-inner {
        margin: 160px 0;
    }
    .about-us-page {
        background-size: 200%!important;
    }
    h1.name-inner {
        margin: 150px 0;
    }
    .blue-box {
        padding: 30px 2%;
        width: 96%;
        margin-top: 0;
    }
    .columm {
        width: 96%;
    }
    .columm h1 {
        margin: 40px 0 5px;
    }
    .container-free {
        width: 100%;
    }
    .contact-form {
        padding: 0 2%!important;
        width: 96%!important;
    }
    .contact-form input {
        margin-top: 15px;
        padding: 10px 5px;
        width: 100%;
    }
    .contact-form textarea {
        width: 100%;
        height: 140px;
        margin: 15px 0 0 0;
        padding: 0;
    }
    .contact-form button {
        margin-top: 10px;
        padding: 10px 0;
        width: 100%;
        height: auto;
    }
    body#authen-page #index-sec1 {
        background-size: 200%!important;
    }
    .info-secction, .star-chart, .info-chart {
        width: 100%;
    }
    .info-secction {
        padding: 0;
    }
    .dbol-content-whatis img {
        width: 100%;
    }
    .dbol-content-benefit img {
        height: 86px;
    }
    .dbal-content-howto img {
        width: 46%;
        margin: 0 2% 10px 0;
    }
    img#howto-wide {
        width: 100%!important;
    }
    .dbol-content-dos, .dbol-content-con {
        width: 96%;
    }
}

@media screen and (max-width: 415px) {
	#footer ul{ margin:0;}
	.product-thump img{ width:auto;}
	.product-info , .product-info2{ height:auto; margin-bottom:10px; min-height:auto;}
	button.readmore{ top:0; right:0;}
	.detail-path2{ width:25%;}
	.oral-size-box-detail img{width:100%;}
	body#product-page #bottom-nav{ display:none;}
	.labs-box{ width:50%; height:auto;}
	.contact-white{padding-bottom:100px;}
	.prop-sub2 {    left: 8px; top: -35px;}	
	.contact-form{ padding-bottom:100px!important;}
	.blue-box{ width:100%; margin-top:-20px; }
	img.mobile-view{ display:block;}
    img.desk-view{ display:none;}
    

    .code-enter.true {
        font-size: 25px;
        border-radius: 8px;
        border: 0.2px solid #ccc;
        padding: 10px;
        margin: 15px 20px;
        letter-spacing: 2px;
        color: green;
    }
    .code-enter.false {
        font-size: 25px;
        border-radius: 8px;
        border: 0.2px solid #ccc;
        padding: 10px;
        margin: 15px 20px;
        letter-spacing: 2px;
        color: red;
    }
	
}

ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
