@charset "utf-8";



/* HELPER CLASSES */

.mtb20 {
    margin-top: 20px!important;
    margin-bottom: 20px!important;
}

* {
    font-family: lato, Microsoft JhengHei;
    color: #888888;
    font-weight: 500;
    font-size: 18px;
}

* h1 {
    color: #0b1031;
    margin: 60px;
    font-weight: 100;
    font-size: 60px;
}

* p {
    color: #0f0f0f;
    font-size: 18px;
}

* h2 {
    font-weight: 700;
}

* a {
    text-decoration: none;
    color: #000;
    transition: all ease-out 0.2s;
    border-bottom: 0px solid #000;
}

* a:hover {
    color: #000000;
    border-bottom: 2px solid #000000;
    padding-bottom: 5px;
    transition: all ease-in 0.2s;
}

.slider-text {
    color: #ffffff;
}

.carousel a:hover {
    border-bottom: none;
    padding-bottom: 0px;
}

body {
    margin: 0px;
}

.container {
    width: 1170px;
    margin: auto;
    max-width: 100%;
}

.container:before,
.container:after {
    content: " ";
    display: table;
    clear: both;
}

.topbar {
    font-size: 14px;
    border-bottom: 1px solid #eeeeee;
}

.topbar:before,
.topbar:after {
    content: " ";
    clear: both;
    display: table;
}

.topbar ul {
    list-style-type: none;
    border-right: 1px solid #eee;
    margin: 0px;
    padding: 0px;
}

.topbar li:last-child {
    border-right: 1px solid #eee;
}

.topbar li {
    float: left;
    border-left: 1px solid #eee;
    padding: 10px;
}

.topbar i {
    color: #000000;
}

.topbar p {
    margin: 0px;
}

.language {
    float: right;
}

.nav-bar:before,
.nav-bar:after {
    content: " ";
    clear: both;
    display: table;
}

.logo2 {
    float: left;
    width: 15%;
    padding-left: 5px;
    display: none;
}

.logo2 img {
    width: 100%;
}

.logo {
    clear: left;
    float: left;
}

.logo img {
    width: 280px;
    margin-top: 30px;
    padding-left: 15px;
}

.top li {
    color: #000000
}

.menu {
    float: right;
}

.menu ul {
    list-style-type: none;
    margin: 0px;
    line-height: 100px;
    font-size: 18px;
    font-weight: bold;
}

.menu li {
    float: left;
    padding-left: 50px;
    font-weight: bold;
}

.carousel {
    position: relative;
}

.carousel img {
    width: 100%;
    max-width: 100%;
}

.text {
    position: absolute;
    top: 400px;
    width: 30%;
}

.text h1 {
    color: #fff;
    font-size: 100px;
    float: left;
    margin: 0px;
}

.text p {
    color: #fff;
    float: left;
    margin: 0px;
}

.about {
    clear: left;
    text-align: center;
}

.about h2 {
    clear: left;
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    color: #0b1031;
    margin: 60px;
}

.about p {
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
}

.boss {
    clear: left;
    text-align: center;
    background-image: url(img/bossbg.jpg);
}

.boss h1 {
    color: #fff;
    font-weight: 100;
    font-size: 60px;
    margin-bottom: 0px;
    border-bottom: none;
}

.boss h2 {
    color: #fff;
    font-size: 20px;
    margin-top: 30px;
}

.boss p {
    color: #fff;
    margin-bottom: 0px;
    padding-left: 15px;
    padding-right: 15px;
    font-size:24px;
    font-weight: 800;
}

.boss img {
    margin-top: 15px;
    /*	margin-bottom: 70px;
*/
}

.brand {
    clear: left;
    text-align: center;
}

.brand h2 {
    clear: left;
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    color: #0b1031;
    margin: 60px;
}

.brand h3 {
    font-weight: bold;
}

.brandinfo {
    width: 33%;
    float: left;
    padding: 15px;
    padding-top: 0px;
    box-sizing: border-box;
}

.brandinfo a:hover {
    border: 0px;
}

.brandinfo:nth-child(3n+2) {
    clear: left;
}
.logo-gallery {
    margin: 10px 0;
}
.logo-gallery:nth-child(3n+2) {
    clear: left;
}
.store {
    margin: 10px 0;
}
.store:nth-child(3n+2) {
    clear: left;
}
.logo-gallery:hover {
    background-color: #f3f3f3;
}
.store h3 {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 15px;
    margin-bottom: 0px;
    margin-top: 10px;
}

.brandinfo img {
    width: 100%;
    -webkit-filter: brightness(100%);
    transition: all ease-in 0.3s;
}

.brandinfo img:hover {
    -webkit-filter: brightness(70%);
    transition: all ease-in 0.3s;
}

.contact {
    background-color: #1a1a1a;
    padding-top: 30px;
    padding-bottom: 30px;
}

.contact img {

    max-width: 340px;
    padding: 12px 85px 0px 85px;
    box-sizing: border-box;
}

.quarter {
    width: 25%;
    padding: 15px;
    float: left;
    box-sizing: border-box;
}

.contact h2 {
    color: #fff;
    font-size: 16px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #666;
    margin-bottom: 0px;
}

.contact ul {
    padding-left: 0px;
    margin-top: 0px;
}

.contact li {
    color: #ccc;
    font-size: 14px;
    font-weight: 300;
    list-style: none;
    vertical-align: middle;
    padding-bottom: 15px;
    border-bottom: 1px solid #333;
    padding-top: 15px;
}

.contact li:last-child {
    border-bottom: none;
}

.contact li a {
    color: #ccc;
    font-size: 14px;
    font-weight: 300;
    list-style: none;
    vertical-align: middle;
    padding-bottom: 15px;
    border-bottom: 1px solid #333;
    padding-top: 15px;
}

.notice {
    padding: 15px;
    margin-bottom: 125px;
}

.footer {
    text-align: center;
    color: #888;
    background-color: #000;
    padding: 15px;
    font-size: 14px;
}

.bg {
    clear: left;
    margin-top: 30px;
    text-align: center;
    background-image: url(img/hqbg.jpg);
}

.bg h1 {
    color: #fff;
    margin-top: 60px;
    font-weight: 100;
    font-size: 60px;
    margin-bottom: 0px;
}

.bg p {
    color: #fff;
    /*	margin-bottom: 100px;
*/
}

.logo-gallery {
    text-align: center;
    width: 33%;
    max-width: 100%;
    padding: 15px;
    float: left;
    box-sizing: border-box;
    padding-top: 0px;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    cursor: pointer;
}

.logo-gallery p {
    padding: 0px;
}

.logo-gallery img {
    width: 70%;
    -webkit-filter: brightness(100%);
    transition: all ease-in 0.3s;
}

.store {
    text-align: center;
    width: 33%;
    max-width: 100%;
    padding: 15px;
    float: left;
    box-sizing: border-box;
    padding-top: 0px;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    cursor: pointer;
}

.store img {
    width: 100%;
}

.store p {
    padding: 0px;
}
.gallery-list img {
 width:70%;
}
.storelist img {
    width: 100%;
    -webkit-filter: brightness(100%);
    transition: all ease-in 0.3s;
}

.storelist img:hover {
    -webkit-filter: brightness(70%);
    transition: all ease-in 0.3s;
}

.where h1 {
    clear: left;
    font-size: 30px;
    text-align: center;
    font-weight: bold;
}

.where h2 {
    clear: left;
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    color: #0b1031;
    margin: 10px;
}

.bg h2 {
    color: #fff;
    font-size: 27px;
    margin: 10px;
}

.bg h1 {
    color: #fff;
    margin-top: 60px;
    font-weight: 100;
    font-size: 60px;
    margin-bottom: 0px;
    border-bottom: none;
}

.website {
    width: 50%;
    max-width: 100%;
    padding: 15px;
    float: left;
    box-sizing: border-box;
    margin-bottom: 30px;
    padding-top: 0px;
}

.website a:hover {
    border: 0px;
}

.website img {
    width: 100%;
    -webkit-filter: brightness(100%);
    transition: all ease-in 0.3s;
}

.website img:hover {
    -webkit-filter: brightness(70%);
    transition: all ease-in 0.3s;
}

.website p {
    padding: 0px;
}

input {
    border: none;
    margin-top: 15px;
    padding: 10px;
    font-size: 14px;
    width: 70%;
    box-sizing: border-box;
    clear: left;
    float: left;
}


/*button{
  border: none;
  border-radius: 0px 5px 5px 0px;
  margin-top: 15px;
  padding: 10px;
  font-size: 14px;
  width:30%;
  box-sizing:border-box;
  background-color: #ff3600;
  color: #fff;
  float:left;
  transition:all ease-in 0.5s;
}*/


/*button:hover{
	background-color:#ffbc1a;
	transition:all ease-in 0.5s;
}
*/

@media screen and (max-width:768px) {
    * p {
        font-size: 14px;
    }
    * h1 {
        font-size: 30px;
        margin: 30px;
    }
/*    .topbar li {
        padding: 20px;
    }*/
    .website {
        width: 50%;
    }
    .brandinfo {
        width: 50%;
    }
    .brandinfo:nth-child(3n+2) {
        clear: none;
    }
    .brandinfo:nth-child(4n) {
        clear: left;
    }
    .store:nth-child(3n+2) {
        clear: none;
    }
    .store:nth-child(4n) {
        clear: left;
    }
    .store {
        width: 50%;
    }
    .container,
    .carousel {
        max-width: 100%;
    }

    img {
        max-width: 100%;
    }
    .quarter {
        width: 50%;
        padding: 0px 15px 0px 15px;
    }
    #bottomlogo {
        display: none;
    }
    #bottomemail {
        width: 100%;
    }
    .contact li:last-child {
        padding-bottom: 0px;
    }
    .contact img {
        padding: 0px 320px 0px 320px;
    }
    .top {
        display: none;
    }
    .logo2 {
        display: block;
        width: 7%;
    }
    .logo {
        display: none;
    }
    .menu {
        float: left;
        width: 100%;
        background-color: #000;
    }
    .menu a {
        font-size: 14px;
        color: #fff;
    }
    .menu li {
        padding: 10px 40px 10px 40px;
        color: #fff;
    }

    .menu ul {
        line-height: 30px;
        padding: 0px;
    }
    .boss h1 {
        font-size: 30px;
    }
    .brand h2 {
        font-size: 20px;
        margin: 30px;
    }
    .bg h1 {
        font-size: 30px;
        margin-top: 30px;
    }
    .bg p {
        margin-bottom: 30px;
    }
    .where h1 {
        font-size: 20px;
        margin: 30px;
    }
    .where h2 {
        font-size: 20px;
        margin: 30px;
    }
    .about h2 {
        font-size: 20px;
        margin: 30px;
    }
    .contact li a {
        color: #ccc;
        font-size: 14px;
    }
    .btn {
        padding:8px 16px;
        font-size:10px;
    }
}

@media screen and (max-width:480px) {
    .storelist img {
        width:80%;
    }
    .gallerylist img {
        width:50%;
    }
    .logo-gallery {
        width:100%;
    }
    * p {
        font-size: 14px;
    }
    * h1 {
        font-size: 30px;
        margin: 30px;
    }
/*    .topbar li {
        padding: 20px;
    }*/
    .website {
        width: 100%;
    }
    .brandinfo {
        width: 100%;
    }
    .store {
        width: 100%;
    }
    .container,
    .carousel {
        max-width: 100%;
    }
    img {
        max-width: 100%;
    }
    .quarter {
        width: 100%;
        padding: 0px 15px 0px 15px;
    }
    .contact li:last-child {
        padding-bottom: 0px;
        color: #ccc;
        font-size: 14px;
    }
    .contact img {
        padding: 0px 125px 0px 125px;
    }
    .top {
        display: none;
    }
    .logo2 {
        display: block;
        width: 50%;
    }
    .logo {
        display: none;
    }
    .logo2 img {
        padding:10px;
    }
    .menu {
        float: left;
        width: 100%;
        background-color: #000;
    }
    .menu a {
        font-size: 14px;
        color: #fff;
    }
    .menu li {
        padding: 12px;
        color: #fff;
    }

    .menu ul {
        line-height: 30px;
        padding: 0px;
    }
    .boss h1 {
        font-size: 30px;
    }
    .brand h2 {
        font-size: 20px;
        margin: 30px;
    }
    .bg h1 {
        font-size: 30px;
        margin-top: 30px;
    }
    .bg p {
        margin-bottom: 30px;
    }
    .where h1 {
        font-size: 30px;
        margin: 30px;
    }
    .capture p {
        font-size: 12px;
    }

    .hidden-sm {
        display: none!important;
    }

    .button {
        font-size: 10px!important;
        padding: 12px 10px!important;
    }

    .btn {
        font-size:10px!important;
        padding:8px 10px!important;
        margin-top:20px!important;
    }
}

@media (max-width:768px) and (min-width:481px) {
    .logo2 {
        display: block;
        width: 25%;
        padding-top: 10px;
    }
}


/* MDREAMS GLOBAL CSS */

div.hq {
  margin:120px 0;
}   

.logo-m {
    max-width: 500px!important;
    height: auto;
}

.logo-l {
    width: 700px!important;
    height: auto;
}

.caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate( -50%, -50%);
    text-align: center;
    color: white;
    font-weight: bold;
}

.btn {
    background-color: transparent;
    color: #ffffff;
    border:2px solid #ffffff;
    padding: 12px 24px;
    font-size: 22px;
    font-weight: 200;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    display: inline-block;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    cursor: pointer;
}


.btn:hover {
    background-color: #ffffff;
    color: #000000;
    border: 2px solid #ffffff;
}
input{
  border: none;
  border-radius: 5px 0px 0px 5px;
  margin-top: 15px;
  padding: 10px;
  font-size: 14px;
  width:70%;
  box-sizing:border-box;
  clear:left;
  float:left;
}
button{
  border: none;
  border-radius: 0px 5px 5px 0px;
  margin-top: 15px;
  padding: 9px;
  font-size: 14px;
  width:30%;
  box-sizing:border-box;
  background-color: #ff3600;
  color: #fff;
  float:left;
  transition:all ease-in 0.5s;
}
button:hover{
    background-color:#ffbc1a;
    transition:all ease-in 0.5s;
}
.website img {
    max-width: 50%;
    height: auto;
}

.shops_header {
    font-size: 60px;
    font-weight: 700;
    margin-top: 5px;
}

.shops-desc {
    font-size: 30px;
    font-weight: 700;
    color: #000000;
}

.who-we-logo {
    max-width: 120px!important;
    height: auto!important;
}


/*================ responsive 3 col layout ================*/

.col-1-of-3 {
    width: 100%;
    margin-right: 2%;
    float: left;
    padding-bottom: 20px;
    text-align: center;
}

.col-3-of-3 {
    width: 100%;
    margin-right: 0;
    float: right;
    padding-bottom: 20px;
    text-align: center;
}

@media only screen and (min-width: 768px) {
    .slider-text {
        font-size: 24px;
    }
    .col-1-of-3 {
        width: 32%;
        margin-right: 2%;
        float: left;
        padding-bottom: 20px;
        text-align: center;
    }
    .col-3-of-3 {
        width: 32%;
        margin-right: 0;
        float: right;
        padding-bottom: 20px;
        text-align: center;
    }
}