/*
   _____   _    _             __  __
  / ____| | |  | |    /\     |  \/  |
 | |  __  | |  | |   /  \    | \  / |
 | | |_ | | |  | |  / /\ \   | |\/| |
 | |__| | | |__| | / ____ \  | |  | |
  \_____|  \____/ /_/    \_\ |_|  |_|

Version: 2.1.6
Author: awoo.Justin
*/

/*////////////////////////////////////////////////////////////////////
//  - Reset
////////////////////////////////////////////////////////////////////*/

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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* clear */
.clearfix:before, .clearfix:after { content: ""; display:block; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

/* pure-css-fix */
*[class*="pure-"] {box-sizing: border-box;}
.pure-g, .pure-img {width: 100%;}
.pure-g [class *="pure-u"] {font-family: 'Microsoft JhengHei',\5FAE\8EDF\6B63\9ED1\9AD4,\65B0\7D30\660E\9AD4,'STHeiti',sans-serif;}

/* fluidbox */
.fluidbox {
  outline: none;
}
.hidden {
  display: none;
}
.fluidbox-overlay {
  background-color: rgba(255,255,255,.85);
  cursor: pointer;
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition: all .25s ease-in-out;
}
.fluidbox-wrap {
  background-position: center center;
  background-size: cover;
  margin: 0 auto;
  position: relative;
  display: inline-block;
  transition: all .25s ease-in-out;
}
.fluidbox-ghost {
  background-size: 100% 100%;
  background-position: center center;
  position: absolute;
  transition: all .25s ease-in-out;
}
  .fluidbox-closed .fluidbox-ghost {
    -webkit-transition-property: top, left, opacity, -webkit-transform;
    -moz-transition-property: top, left, opacity, -moz-transform;
    -o-transition-property: top, left, opacity, -o-transform;
    transition-property: top, left, opacity, transform;
    transition-delay: 0, 0, .25s, 0;
  }
  .fluidbox-closed .fluidbox-wrap img {
    transition-property: opacity;
    transition-delay: .25s;
    transition-duration: 0s;
  }

/*////////////////////////////////////////////////////////////////////
//  - Global
////////////////////////////////////////////////////////////////////*/

body {font-family: "Helvetica Neue", helvetica, arial, verdana, 'Microsoft JhengHei',\5FAE\8EDF\6B63\9ED1\9AD4,\65B0\7D30\660E\9AD4,'STHeiti',sans-serif; background: #f9f6ef; color: #574f43;}

.left {float:left;}
.right {float: right;}

.center {margin: 0 auto;}
.center-txt {text-align: center;}

.top-bar{position: relative;background-color: #000 ; height: 30px;}
.top-bar ul {padding-top: 8px;padding-right: 62px;margin: 0;}
.top-bar ul li{padding-right: 10px;}
.top-bar ul li a { color: #fff; text-decoration: none;}
.top-bar ul li a:hover{color: #cd0179;}
.top-bar .hot-keyword {padding-right: 20px; color: #f8b551; float: right;}
.top-bar .hot-keyword a{color: #f8b551; text-decoration: underline;}
.top-bar .hot-keyword a, .top-bar .hot-keyword span {font-size: 14px;}
.top-bar .hot-keyword a:hover{color: #eee;}
.top-bar .contact {position:relative;bottom:3px;padding-right: 20px; color: #fff;font-size: 14px; float: right;}
.top-bar .contact a {position:relative;top: 3px; width: 15px; height: 15px; display: inline-block;}

 .shop-car {
  position: absolute;
  right: 30px;
  top: 50px;
}

 .shop-car .shop-car-btn {
  position: relative;
  cursor: pointer;
  display: block;
}

.shop-car input[type="checkbox"] {
  display: none;
}

.shop-car input[type="checkbox"]:checked ~ .shop-car-list {
  display: block;
}
 .shop-car .shop-car-btn span {
  position: absolute;
  top: -8px;
  right: -8px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  line-height: 17px;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  background-color: #f16c45;
}

.shop-car-list {
  display: none;
  position: absolute;
  top: 30px;
  right: 30px;
  background-color: #f6f0eb;
  padding: 16px 24px 8px;
  width: 365px;
  box-sizing: border-box;
}

.shop-car-list-top {
  padding-bottom: 15px;
  border-bottom: 1px #cdcdcd solid;
  margin-bottom: 15px;
}

.shop-car-list-top p {
  display: inline-block;
  font-size: 18px;
  color: #000;
  font-weight: bold;
}

.shop-car-list-top a {
  text-align: right;
  display: inline-block;
  font-size: 18px;
  color: #00a79d;
  font-weight: bold;
  text-decoration: none;
}

.shop-car-list-middle .shop-car-list-box .shop-car-list-img {
  padding-right: 16px;
}

.shop-car-list-box {margin-bottom: 10px;}

.shop-car-list-box .shop-car-list-content {
  display: inline-block;
  vertical-align: top;
}

.shop-car-list-content p {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  margin-bottom: 10px;
}

.shop-car-list-bottom {
  border-top: 1px #cdcdcd solid;
  padding: 10px 0;
  margin-top: 10px;
}

.shop-car-list-bottom p {
  font-size: 18px;
  color: #4a4a4a;
}

header .top-bar .contact__fb   {background: url(../images/icons.png?a17822c) 0 -773px no-repeat; text-indent: 100%; cursor: pointer;display:inline-block !important;height:15px;width: 15px;}
header .top-bar .contact__line   {background: url(../images/icons.png?a17822c) 0 -401px no-repeat;background-size: 100px 520px;text-indent: 100%; cursor: pointer;display:inline-block !important;height:15px;width: 15px;}
header .top-bar .contact__mail {background: url(../images/icons.png?a17822c) 0 -788px no-repeat; text-indent: 100%; cursor: pointer;display:inline-block !important;height:15px;width: 18px;}
header {
    /*top:0;*/
    margin: 0;
    /*height: 86px;*/
    width: 100%;
    /*
    background-color: #312e2a;
    opacity:1;
    position: relative;
    */
    position: fixed;
    z-index: 996;
}

header[class="fixed-header scroll-active"] {/*position: fixed; opacity:0.9; *//*height: 50px;*/ background: rgba(0,0,0,.7) !important;}
.scroll-active .logo {width: 45px; height: 45px; margin: 2px 0 2px 10px; background: url(../images/icons.png?a17822c) 0 -280px no-repeat;}
.scroll-active #sub-nav {display: none;}
.scroll-active nav {margin: 24px 150px 0 60px;}
.scroll-active nav ul .active > ul:hover {opacity:1;}
.fb-like {margin-right: 4px;}

.scroll-active nav ul .active > ul,
#go2top,
.icons:hover,
.logo,
#social-buttons,
header,
nav
{
-o-transition: all 0.5s;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}

#go2top {position: fixed; bottom: 10px; right: 10px; width: 30px; height: 30px; opacity:.5; opacity:0; cursor: pointer;}
#go2top:before {content: ""; border-style: solid; border-width: 0 15px 15px 15px; border-color: transparent transparent #1b96a6 transparent;}
.scroll-active #go2top {opacity:.5;}
.scroll-active #go2top:hover {opacity:1;}

#social-buttons div {display:block; float: left;}

.logo {width: 77px; height: 77px; margin: 2px 0 2px 10px; background: url(../images/icons.png?a17822c) 0 -150px no-repeat; text-indent: 100%; white-space: nowrap; overflow: hidden; position: absolute; cursor: pointer; z-index: 10;}
.s-nav {display: none; cursor: pointer; font-size: 20px;position: absolute; height: 4px; line-height: 0; width: 24px; z-index: 10; right: 19px; top: 12px;}
.r-nav {display: none; border-top: 12px double #ffd500; border-bottom: 4px solid #ffd500; cursor: pointer; position: absolute; height: 4px; line-height: 0; width: 24px; z-index: 10}
.r-nav-wrapper{display: none; border: 1px #aa9500 solid; border-radius: 4px; position: absolute; padding: 8px 6px; margin: 6px; width: 24px; height: 19px; z-index: 10}
nav {margin: 12px 160px 0 96px;}
nav ul li {font-size: 18px; padding:0 6px; border: none; float: left;position: relative;}
nav ul li a { color: #fff; text-decoration: none; position:relative; display:inline-block; padding-bottom: 8px;}
nav ul li a:hover, nav ul li .active {color: #cd0179; border: none;}
nav ul li ul {position:absolute; height: 32px; font-size: 14px;display: none;}
nav ul li ul li {padding:0; float: inherit; background-color:rgba(45,45,45,.5);}
nav ul li ul li:last-child {

  padding:0 0 8px 0;
  -webkit-border-bottom-right-radius: 7px;
  -webkit-border-bottom-left-radius: 7px;
  -moz-border-radius-bottomright: 7px;
  -moz-border-radius-bottomleft: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
.dropdown-toggle{position: absolute;display: none; right: 8px;top:45px;}
.dropdown-toggle:before { content: ''; display: inline-block; position: absolute; float: right; bottom: 3px; right: 10px; border: 1px solid #666611; border-radius: 50px; padding: 16px; }
.dropdown-toggle:after { content: ''; position: absolute; display: inline-block; right: 21px; bottom: 16px; width: 0; height: 0; border-style: solid; border-width: 6px 6px 0 6px; border-color: #ffd500 transparent transparent transparent;
-webkit-transition: transform .3s;
   -moz-transition: transform .3s;
    -ms-transition: transform .3s;
     -o-transition: transform .3s;
        transition: transform .3s;}
.dropdown-toggle.active:after {
-webkit-transform: rotate(180deg);
   -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
     -o-transform: rotate(180deg);
        transform: rotate(180deg);}
.header-contact-li{
  color: #FFF;
  display: none;
}
#line_add_friend {
  background: white;
  padding: 20px 30px;
  text-align: center;
  max-width: 400px;
  margin: 40px auto;
  position: relative;
}
#line_add_friend img{
  max-width: 200px;
}

nav ul li ul li a {padding: 8px 20px; /*width: 96px;*/}
nav ul li ul li a:hover, nav ul li ul .active a {color: #fff; text-decoration: underline;}

#sub-nav {margin: 15px 10px 0 0; /*float:right;*/ padding-bottom: 20px; text-align: center;}
#sub-nav li {/*float:left;*/ display: inline-block;}
#sub-nav .textlink {margin: 42px 6px 0 -24px; font-size: 15px; color:#c4bbb0;}
#sub-nav li a {color:#f8b551; text-decoration: none;}
#sub-nav li a:hover {border-bottom: 1px solid #f8b551; padding-bottom: 2px;}

.iguam, .icon-facebook, .icon-instagram, .icon-flickr, .icon-youtube {text-indent: 100%; white-space: nowrap; overflow: hidden; background-repeat:no-repeat;}
.iguam { width: 167px; height: 60px; background: url(../images/icons.png?a17822c) 0 -325px;}
.icons { width: 24px; height: 24px; margin: 34px 3px 0 0; opacity:0.6; background: url(../images/icons.png?a17822c);}
.icon-facebook { background-position: 0 -36px;}
.icon-instagram { background-position: -25px -776px;}
.icon-flickr { background-position: -27px -36px;}
.icon-youtube { background-position: -54px -36px;}
.icons:hover {opacity:1;}

footer {background-color: #312e2a; color:#fff; padding-bottom: 10px;}
footer .box div p {font-size: 13px; line-height: 16px; width: 90%; margin: 0 auto; text-align: center; }
footer a { color:#fff; text-decoration: none;}
footer a:hover{ text-decoration: underline;}
footer .box {width: 90%; margin: 0 auto;}
footer ul {margin-top: 20px;}
footer ul li{margin-left: 20px; color: #fff; line-height: 2em;}
footer ul li a {color:#b5b5b5; text-decoration:none;}
footer ul li a:hover { color:#666;}

/* button */
.flat-button {
background: #1b96a6;
color: white;
border: none;
text-decoration: none;
margin-top: 18px;
padding: 16px 27px;
display: inline-block;
cursor: pointer;

-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;

  -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition:  all 0.3s;
}

.flat-button:disabled {background:#ccc;}
.flat-button:hover {background:#5aaeb3;}
.button-red {background: #b35a5a;}
.button-red:hover {background:#a62b1b;}
.button-black {background: #000;}
.button-black:hover {background:#2a2a2a;}

/* link */
.txt-a {color: #1b96a6; text-decoration: none; padding: 2px 0; line-height: 24px; font-size: 15px;}
.txt-a:hover {border-bottom: 1px solid #1b96a6;}

#social-buttons {
  display: block;;
  width: 250px;
  height: 24px;
  position: relative;
  top: 10px;
  left: 16px;
  z-index: -1;
}f

.fs2,
.book-mb-l p,
.book-mb-r p,
.car-txt
 { font-size: 16px;}

.fs1,
.flat-button,
.orders table,
#author p,
.slides-box p,
.golden-wrap p,
.no_shipfee,
input[type="text"],
input[type="email"],
input[type="date"],
input[type="number"],
input[type="password"],
textarea,
select
    {font-size: 18px;}
input[type="date"] {height: 25px;}

.banner h2,
.blocks,
.blocks .price:before,
.orders,
.a-txt,
.mb-box p,
.car,
#cart-done
    {font-size: 24px;}

.fs3 { font-size: 34px;}

.num {font-size: 36px;}

.mb-txt h3,
.fs4 { font-size: 46px;}
.fs5 { font-size: 50px;}
.fs6 { font-size: 88px;}
.fs7 { font-size: 180px;}
.fs8 { font-size: 40px;}
.fs9 { font-size: 30px;}

.hlight {color: #f8b551;}
.white {color: #fff;}
.cred {color: #b35a5a;}
.cred-light {color: #f81616;}
.hlight-r  {color: #b35a5a;}

input[type="text"],
input[type="email"],
input[type="date"],
input[type="number"],
input[type="password"],
textarea,
select
{color: #574f43;}

.ff-hei,
.no_shipfee,
#author span,
#author a,
#order-complete,
.page-end,
.mb-box,
.golden-wrap .me,
.golden-wrap p,
.book-mb-l p,
.book-mb-r p,
.question,
.qa-bubble,
nav,
input[type="text"],
input[type="email"],
input[type="date"],
input[type="number"],
input[type="password"],
textarea,
select,
footer ul,
footer p
{font-family: 'Microsoft JhengHei',\5FAE\8EDF\6B63\9ED1\9AD4,\65B0\7D30\660E\9AD4,'STHeiti',sans-serif;}

del, .num, .all-in-one span, .car-detail .car-title {font-family: "Times New Roman", "Helvetica Neue", helvetica, arial, verdana, sans-serif;}

.ls-s {letter-spacing: -4px;}

.banner h1,
.guam-map div,
.golden-wrap
 {text-shadow: 0px 1px 1px rgba(0,0,0,0.25);}


#cart-done {text-align: center;}
#cart-done .title {font-size: 90px;}
#cart-done p {line-height: 36px; margin: 18px 0;}
#cart-done .bulb {background: url(../images/bulb.png) no-repeat; width: 510px; margin: -16px auto 0; font-size: 24px; padding: 40px 30px 24px;}
#cart-done .title, #cart-done .bulb, #cart-done .remind {color: #342a22;}
#cart-done p span, #cart-done .remind span {color: #f8b551;}
#cart-done .remind {font-size: 45px; margin-top: 50px;}
#cart-done .remind p {color: #574f43; margin: 0; font-size: 24px;}




/*////////////////////////////////////////////////////////////////////
//  - Form
////////////////////////////////////////////////////////////////////*/

input[name="invoice_type"] {
    border:  #cbcbcb solid 1px;
    border-radius: 100%;
    cursor: pointer;
    display: inline-block;
    height: 24px;
    width: 24px;
    margin-right: 4px;
    position: relative;
    top:3px;
    -webkit-appearance: none;
}
input[name="receipt_type"] {
    border:  #cbcbcb solid 1px;
    border-radius: 100%;
    cursor: pointer;
    display: inline-block;
    height: 24px;
    width: 24px;
    margin-right: 4px;
    position: relative;
    top:3px;
    -webkit-appearance: none;
}

.table1 input[type="checkbox"] {float: left; margin: 10px 7px 0 4px;}

input[name="invoice_type"]:after {
    background-color: #ececec;
    border-radius: 100%;
    content: '';
    display: block;
    height: 16px;
    width: 16px;
    left: 3px;
    position: relative;
    top: 3px;
}
input[name="receipt_type"]:after {
    background-color: #ececec;
    border-radius: 100%;
    content: '';
    display: block;
    height: 16px;
    width: 16px;
    left: 3px;
    position: relative;
    top: 3px;
}

input[name="invoice_type"]:checked:after {
    background-color: #f8b551;-webkit-transition: .5s;}
input[name="receipt_type"]:checked:after {
    background-color: #f8b551;-webkit-transition: .5s;}

select {
    border: solid 1px #cbcbcb;
    padding: 2px 4px;
    background: #fff;
}

input[type="text"],
input[type="email"],
input[type="date"],
input[type="number"],
input[type="password"],
textarea {
    border: solid 1px #cbcbcb;
    padding: 2px 4px;
    position: relative;
    -webkit-appearance: none;
    -webkit-transition: .15s;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="date"]:focus, input[type="number"]:focus, input[type="password"]:focus, .step2 textarea:focus {
    background: #ececec;
    outline: 0 none;
}

.step1 input[type="text"] {width: 26px; text-align: center;}
.step2 input[type="text"], .form input[type="text"] {width: 240px;}
.step2 input[name="address"] {width: 386px;}
.step2 textarea {width: 386px;}
.step2 input[class~="bg-tip"] {background-color: #b35a5a;}

#stName {display: inline-block;}


.arrow-wraper{
  display: inline-block;
  float: right;
  border: 1px solid #ffd500;
  border-radius: 50px;
  padding: 3px 5px 5px;
}
.arrow-down{
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #ffd500 transparent transparent transparent;
}
.overflow-hidden { overflow: hidden;position: relative;height: 100%; }
.nowrap{white-space: nowrap;}

.btn-fb {background-color: #3c5a96;padding: 10px 28px; margin: 5px;}
.btn-fb:hover {background-color: #2c4a86;}

.line-icon{background: url(../images/icons.png?a17822c) 0 -803px no-repeat; text-indent: 100%; cursor: pointer;display:inline-block !important;height:29px;width: 29px;position: absolute;left: 16px;top: 4px;}
.line-qr-icon{background: url(../images/icons.png?a17822c) 0 -832px no-repeat; text-indent: 100%; cursor: pointer;display:inline-block !important;height:200px;width: 200px;}
.btn-line {background-color: #00b900;padding: 10px 28px 10px 55px; margin: 5px;position: relative;  }
.btn-line:hover {opacity: .9; background-color: #00b900;}

.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;

  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}

.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {opacity: 0.8;}
.my-mfp-zoom-in.mfp-removing.mfp-bg {opacity: 0;}
/*////////////////////////////////////////////////////////////////////
//  - Media Queries
////////////////////////////////////////////////////////////////////*/

@media screen and (max-width: 1050px) { nav ul li {font-size: 16px;} }
@media screen and (max-width: 960px) { nav ul li {font-size: 16px;} }
@media screen and (max-width: 880px) { nav ul li {font-size: 16px; padding:0 3px;} }
@media screen and (min-width: 800px) { nav ul li:hover > ul{display: block; z-index: 996;white-space:nowrap} }
@media screen and (max-width: 800px) {

.top-bar{display: none;}
header {position:relative; height: 50px;background-color: rgba(0, 0, 0, .7); top: 0;}
.fixed-header{position: fixed;}
.r-nav-wrapper {z-index: 11;}
.dropdown-toggle{display: inline-block;}
header .box {width: 100%;}
.logo {width: 45px; height: 45px; margin: 2px 0 2px 10px; background: url(../images/icons.png?a17822c) 0 -280px no-repeat; left: 50%; margin-left: -22.5px;}

#sub-nav {display: none;}
#social-buttons {position: absolute; top: 52px;}

.shop-car {
  right: 14px;
  top: 14px;
}

.shop-car-list {
  width: 100vw;
  top: 36px;
  right: -14px;
}

nav {display: none; margin: 0; position: absolute; width: 100%;}
nav>ul {padding-top: 0; background-color: rgba(0,0,0,.83); margin-top: 50px;padding-left: 10px;padding-bottom: 150px;box-sizing:border-box;height: calc(100vh - 48px);-ms-overflow-y: auto;overflow-y: auto;}
/*nav>ul>li>a{width: 100%}*/


nav ul>li {padding: 16px 10px; border: none; float: none; }
nav ul li ul .active {border-bottom: 1px #fff dashed;}
nav ul li ul .active a {color: #cd0179; text-decoration: none;}
nav ul li ul {position:relative; height: inherit;}
nav ul li ul li {background-color:initial; padding: 5px 0;}
nav ul li ul li:last-child {
  display: inline-block;
  padding: 0;
  -webkit-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-radius: 0;
}
.header-contact-li{
  display: block;
}
.nav-contact-list{
  padding-left: 0;
  padding-top: 10px;
  font-size: 15px;
}
.nav-contact-list .text-link{padding-left: 8px;}
.contact-in-nav{
  color: #fff;
}
.contact-in-nav a{
  color: inherit;
  display: inline;
}

/*nav ul li:nth-last-child(2), nav ul li:last-child{
  display: block;
}*/

.s-nav {display: block;}
.r-nav {display: block;}
.r-nav-wrapper{display: inline-block;
input[type="text"]:focus, input[type="password"]:focus, .step2 textarea:focus {
    background: #ececec;
    outline: 0 none;
}

.fs2,
.book-mb-l p,
.book-mb-r p
 { font-size: 16px;}

.fs1,
.flat-button,
.orders table,
#author p,
.mb-box p,
.slides-box p,
    {font-size: 18px;}

.orders table,
input[type="text"],
input[type="email"],
input[type="date"],
input[type="number"],
input[type="password"],
textarea,
select
  {font-size: 14px;}

.banner h2,
.blocks,
.blocks .price:before,
.orders,
.a-txt,
#cart-done
    {font-size: 16px;}

.fs3 { font-size: 24px;}

.num {font-size: 24px;}

.mb-txt h3,
.fs4 { font-size: 32px;}
.fs5 { font-size: 36px;}
.fs6 { font-size: 46px;}
.fs7 { font-size: 72px;}
.fs8 { font-size: 40px;}
.fs9 { font-size: 30px;}


} /*////////// 480 //////////
