/* ==========================================================================
    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;
}

/* ==========================================================================
   Main CSS
   ========================================================================== */

body, html {
   font-family: 'Roboto', sans-serif;
   font-weight: 300;
   overflow-x: hidden;
}

body {
   width: 100%;
}
html {
   width: 100%;
   height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
   margin: 0;
   font-weight: 700;
   letter-spacing: 1px;
}
p {
   margin: 0 0 10px;
   font-size: 16px;
   line-height: 1.6;
   font-weight: 300;
}
a {
   color: #000;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
   font-weight: 300;
}
a, a:hover, a:focus {
   color: #000;
   text-decoration: none;
}
a:hover {
   color: #000;
}
a.active {
   font-weight: 500;
}
img {
   width: 100%;
}
.borderadius img {
   border-radius: 6px;
}
section {
   padding: 30px 0;
}
.absolute {
   position: absolute;
}
.relative {
   position: relative;
}
.page {
   padding-bottom: 100px;
}
.fa.fa-facebook:hover {
   background-color: #3B5998!important;
}
.fa.fa-twitter:hover {
   background-color: #00ACED!important;
}
.fa.fa-pinterest-p:hover {
   background-color: #CB2027!important;
}
.fa.fa-instagram:hover {
   background-color: #517FA4!important;
}
.fa.fa-linkedin:hover {
   background-color: #007BB6!important;
}
.fa.fa-download:hover {
   background-color: #000;
}
i.fa {
   -webkit-transition: all 1s;
   -moz-transition: all 1s;
   -ms-transition: all 1s;
   -o-transition: all 1s;
   transition: all 1s;
}

/* Owl Carousel */
.owl-nav {
   position: absolute;
   width: 105%;
   top: 48%;
   left: -2.5%;
}
.owl-nav .owl-prev, .owl-nav .owl-next {
   display: inline-block;
}
.owl-nav .owl-next {
   float: right;
}
.owl-nav .fa, .owl-nav .fa:hover {
   background: transparent;
}

/* ************************************************************************************
   Header
   ---------------------------- */

/* Main nav */

#main-nav {
   position: fixed;
   background: #000;
   margin-bottom: 0;
   padding-top: 10px;
   z-index: 9999;
   width: 100%;
   left: 0;
   right: 0;
}


#logo {
   margin: 10px 0;
}
#logo img {
   min-width: 130px;
   max-width: 160px;
}

.navbar-header {
   width: 175px;
}

ul.nav.navbar-nav {
   margin-top: 22px;
}

.navbar-nav>li {
   padding: 0;
}

.navbar-nav>li>a {
   color: white;
   font-weight: 100;
   font-size: 15px;
   padding: 0 6px;
}
.nav>li>a:focus, .nav>li>a:hover {
   text-decoration: none;
   background-color: transparent;
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: inherit;
}

/* Submenu */

.dropdown-submenu {
   position: relative;
}
.dropdown-submenu > .dropdown-menu {
   position: initial;
   padding: 0 0 0 15px;
   background: transparent;
   display: block;
}
.dropdown-submenu>.dropdown-menu>li>a::before {
   left: 24px;
}
.dropdown-submenu>.dropdown-menu>li>a {
   text-transform: capitalize;
}
.dropdown-submenu.pull-left {
   float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
   left: -100%;
   margin-left: 10px;
}

.dropdown-menu {
   width: 100%;
   background: rgba(255, 255, 255, 0.95);
   padding: 18px 0 15px 0;
   -webkit-box-shadow: none;
   -moz-box-shadow: none;
   box-shadow: none;
   border: none;
   top: 102%;
   border-radius: 0 0 8px 8px;
}

.dropdown-menu>li>a {
   text-transform: uppercase;
   font-size: 12px;
   white-space: normal;
   font-weight: 300;
}

.dropdown-menu>li>a::before {
   content: "•";
   position: absolute;
   left: 12px;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
   background: none;
}




/* Client Access */

#client-access {
   font-size: 11px;
}
#client-access ul {
   display: flex;
   justify-content: space-around;
}
#client-access #client, #client-access #client-access-menu {
   width: 49%;
   display: inline-block;
   text-align: center;
   position: relative;
}
#client-access ul li::after {
   content: '•';
   color: #fff;
   position: absolute;
   top: 0;
   font-size: 25px;
   line-height: 50px;
   right: -5%;
}
#client::before {
   content: '•';
   color: #fff;
   position: absolute;
   top: 0;
   font-size: 25px;
   line-height: 50px;
   left: -5%;
}
#client-access i{
   font-size: 25px;
   display: block;
   text-align: center;
   margin-bottom: 5px;
}
#client-access a {
   color: #000;
}
.navbar-toggle {
   border: none;
   padding: 0;
   margin: 0;
   float: none;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
    border-color: transparent;
}


/* Search Form */

.navbar-form {
   padding: 0;
   margin: -4px 4px;
}
.navbar-form .input-group {
   display: inherit;
}

.navbar-form .input-group-btn > .btn {
   position: absolute;
   z-index: 9;
   top: 0;
   left: 0;
   background: transparent;
   padding: 7px;
   border: none;
}
.navbar-form .input-group-btn > .btn i{
   font-size: 17px!important;
}
.navbar-form .form-control:focus {
   box-shadow:none;
   -webkit-box-shadow:none;
   border-color:#cccccc;
}
.navbar-form #srch-term {
   padding-left: 30px;
   background: transparent;
   border-color: #7b7b7b;
   border-radius: 5px;
   height: 30px;
}

/* ************************************************************************************
   Intro
   ---------------------------- */

.intro {
   position: relative;
   min-height: 825px;
   width: 100%;
   height: auto;
   padding: 0;
   text-align: center;
   color: white;
   -webkit-background-size: cover!important;
   -moz-background-size: cover!important;
   background-size: cover!important;
   -o-background-size: cover!important;
   background-attachment: fixed!important;
   background-position: center!important;
   background-repeat: no-repeat!important;
}
.intro h2 {
   position: relative;
   top: -100px;
   opacity: 0;
   color: #ffffff;
   text-align: center;
   font-size: 90px;
   text-transform: capitalize;
   letter-spacing: 10px;
}
.intro h2 span {
   position: relative;
   display: block;
   font-size: 40px;
   text-transform: uppercase;
   line-height: 80px;
   letter-spacing: 7px;
}
.intro .intro-body {
   padding-top: 435px;
}
.intro .intro-footer {
   position: absolute;
   bottom: 0;
   left: 0;
   right: 0;
}


.intro .discover-catalogue {
   position: absolute!important;
}



/* ************************************************************************************
   Découvrez notre catalogue
   ---------------------------- */
.bulle {
   text-align: center;
}
.bulle img {
   width: 35px;
}
.discover-catalogue {
   position: relative;
   text-align: right;
   width: 100%;
   bottom: 0;
   padding-bottom: 25px;
   right: 5px;
}
.discover-catalogue img {
   width: 65px;
}
.discover-catalogue p {
   display: inline-block;
   width: 85px;
   font-size: 13px;
   color: #4d555a;
   line-height: 14px;
   border-right: 1px solid #4d555a;
   padding-right: 10px;
}


/* ************************************************************************************
   Home categorie
   ---------------------------- */

#home-cat {
   padding: 70px 0;
}
.home-cat .boxanimate {
   width: 500px;
   margin: auto;
}

/* ************************************************************************************
   Boxanimate
   ---------------------------- */

.boxanimate {
   text-align: center;
   overflow: hidden;
}
.boxanimate-link {
   display: inline-block;
   position: relative;
   cursor: pointer;
}
.boxanimate-link::before {
   content: '';
   display: block;
   position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
   z-index: 1;
   transition: all .3s cubic-bezier(.395, .425, .015, 1);
   -webkit-transform-origin: 30% 50%;
   -moz-transform-origin: 30% 50%;
   -ms-transform-origin: 30% 50%;
   -o-transform-origin: 30% 50%;
   transform-origin: 30% 50%;
   -webkit-transform: translateY(-100%);
   -moz-transform: translateY(-100%);
   -ms-transform: translateY(-100%);
   -o-transform: translateY(-100%);
   transform: translateY(-100%);
}
.boxanimate a:hover:before {
   background: rgba(0, 0, 0, .15);
   -webkit-transform: translateY(0);
   -moz-transform: translateY(0);
   -ms-transform: translateY(0);
   -o-transform: translateY(0);
   transform: translateY(0);
}
.boxanimate img {
   width: 100%;
}
.boxanimate-link:hover .boxanimate-box {
   border-color: rgba(250, 250, 250, .7);
   -moz-transform: scale(1);
   -ms-transform: scale(1);
   -o-transform: scale(1);
   -webkit-transform: scale(1);
   transform: scale(1);
}
.boxanimate-box {
   position: absolute;
   display: block;
   top: 30px;
   bottom: 30px;
   left: 30px;
   right: 30px;
   border: 1px solid rgba(250, 250, 250, 0);
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   z-index: 1;
   transition: all .9s cubic-bezier(.395, .425, .015, 1);
   -webkit-transform: scale(.8);
   -moz-transform: scale(.8);
   -ms-transform: scale(.8);
   -o-transform: scale(.8);
   transform: scale(.8);
}
.boxanimate-title {
   position: absolute;
   font-size: 1rem;
   color: #fff;
   z-index: 2;
   display: block;
   top: 50%;
   left: 50%;
   width: 100%;
   text-align: center;
   -webkit-transform: translate(-50%, -50%);
   -moz-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
   -o-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
   -webkit-transform-origin: 50% 50%;
   -moz-transform-origin: 50% 50%;
   -ms-transform-origin: 50% 50%;
   -o-transform-origin: 50% 50%;
   transform-origin: 50% 50%;
}
.boxanimate-title h3 {
   font-size: 50px;
   font-weight: 300;
   text-transform: uppercase;
}


/* ************************************************************************************
   Home footer
   ---------------------------- */

#home-footer{
   min-height: 640px;
   width: 100%;
   height: auto;
   padding: 0 0 150px 0;
   text-align: center;
   color: white;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   background-size: cover;
   -o-background-size: cover;
   background-position: center;
   background-repeat: no-repeat;
}
#home-footer .intro-body{
   padding-top: 200px;
}
#home-footer.intro h2 {
   text-transform: uppercase;
   opacity: 0.8;
   letter-spacing: 17px;
}


/* ************************************************************************************
   Black
   ---------------------------- */

.black {
   background: #000;
   min-height: 100vh;
}

.black a {
   color: #757575;
}

.black p {
   color: #fff;
}

.black h1,.black h2,.black h3,.black h4,.black h5,.black h6 {
   color: #fff;
}
.black h1, .black h2 {
   font-size: 40px;
   font-weight: 300;
   text-align: center;
}

/* ************************************************************************************
   Big title
   ---------------------------- */
.bigtitle h3 {
   text-align: center;
   font-size: 11em;
   line-height: 1.4em;
   position: relative;
}
.bigtitle h3 span {
   display: block;
   font-size: 2.8em;
   color: #2c2b2d;
   position: relative;
}

/* ************************************************************************************
   New Showroom
   ---------------------------- */
#newshowroom .absolute {
   top: 30%;
   left: 0;
   right: 0;
}

#newshowroom .picture img {
   margin: 7px 0;
}

/* ************************************************************************************
   Breadcrumb
   ---------------------------- */
.breadcrumb {
   background: transparent;
   padding: 20px 0;
}
.breadcrumb li {
   display: inline-block;
}
.breadcrumb li a {
   text-transform: uppercase;
   font-size: 14px;
   font-weight: 300;
}
.breadcrumb li a::before {
   content: ">";
   padding-right: 4px;
}



/* ************************************************************************************
   Designer
   ---------------------------- */
.designers {
   padding: 15px 0;
}
.designers .description h2 {
   font-size: 32px;
   text-transform: uppercase;
   margin: 0 0 20px 0;
   font-weight: 300;
}
.designers .description h2 span {
   display: block;
   font-weight: 900;
}
.designers .description p.birth {
   font-size: 18px;
   margin: 0;
}
.designers .description p.info {
   font-size: 15px;
}

.designers .owl-carousel img {
   width: 70px;
}
.designers .product h6{
   text-align: center;
   text-transform: uppercase;
   font-size: 11px;
   font-weight: 300;
   margin-bottom: 0;
}

.designers .product {
   margin-top: 25px;
}

.designers .product .owl-stage-outer {
   width: 99%;
}

.designers .product img {
   margin: auto;
}
.designers .product .owl-item {
   border-right: solid 2px #D6D6D6;
}

.designers h4 {
   margin: 35px 0 20px 0;
   text-transform: uppercase;
   font-weight: bold;
   font-size: 20px;
}
.designers .designer-list h6{
   text-transform: uppercase;
   font-size: 13px;
   margin: 12px 0 0 0;
   font-weight: 300;
   padding-right: 3px;
}
.designers .designer-list img {
   border-radius: 6px;
}

.designer-right .description h2 {
   text-align: right;
}

.designers .separation {
   margin-top: 20px;
}




/* ************************************************************************************
   Separation
   ---------------------------- */
.separation .bulle img {
   width: 27px;
}
.separation .discover-catalogue {
   padding: 10px 0;
}


/* ************************************************************************************
   SlideCMS (img du haut des autres pages)
   ---------------------------- */
.slidecms {
   padding: 250px 0;
   -webkit-background-size: cover !important;
   background-size: cover !important;
   background-attachment: fixed;
   color: white;
}
.slidecms .title h1 {
   font-weight: 300;
   letter-spacing: 14px;
   font-size: 90px;
}



/* ************************************************************************************
   Catalogue
   ---------------------------- */

.list-categorie a, .column-left a {
   line-height: 28px;
}
.list-categorie a:hover, .list-collection a:hover, .column-left a:hover {
   font-weight: 500;
}
.list-categorie .listing, .column-left .listing {
   text-transform: uppercase;
}
.list-categorie .btn-list, .column-left .btn-list {
   background: #f9f9f9;
   border-color: #efefef;
   width: 100%;
}
.list-categorie .btn-list:hover, .column-left .btn-list:hover {
   background: #f3f3f3;
}

.catalogue .product {
   text-align: center;
}
.catalogue .product img {
   width: 120px;
}
.catalogue p.description {
   text-transform: uppercase;
   font-size: 12px;
   margin: 0;
}
.catalogue .product .title {
   padding: 12px 0;
   margin: 10px 0 50px 0;
   border-top: solid 1px #adadad;
   border-bottom: solid 1px #adadad;
}
.catalogue .column-right .row {
   margin: 0;
}
.catalogue .column-right .col-md-3 {
   padding: 0;
}
.catalogue .column-right {
   border-left: solid 1px #adadad;
}

/* ************************************************************************************
   Img Zoom
   ---------------------------- */

img[data-action="zoom"] {
   cursor: pointer;
   cursor: -webkit-zoom-in;
   cursor: -moz-zoom-in;
}
.zoom-img,
.zoom-img-wrap {
   position: relative;
   z-index: 666;
   -webkit-transition: all 300ms;
   -o-transition: all 300ms;
   transition: all 300ms;
}
img.zoom-img {
   cursor: pointer;
   cursor: -webkit-zoom-out;
   cursor: -moz-zoom-out;
}
.zoom-overlay {
   z-index: 420;
   background: #fff;
   position: fixed;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   pointer-events: none;
   filter: "alpha(opacity=0)";
   opacity: 0;
   -webkit-transition:      opacity 300ms;
   -o-transition:      opacity 300ms;
   transition:      opacity 300ms;
}
.zoom-overlay-open .zoom-overlay {
   filter: "alpha(opacity=100)";
   opacity: 1;
}
.zoom-overlay-open,
.zoom-overlay-transitioning {
   cursor: default;
}

/* ************************************************************************************
   Page product
   ---------------------------- */

.black-link  {
   background: #353b40;
   padding: 6px 10px;
   display: inline-block;
   width: 48%;
   margin: 5px 0;
}
.black-link  a {
   color: white;
   font-size: 14px;
}

.page-product .column-right, .page-product .column-left {
   margin-bottom: 30px;
}


.page-product .product-img .product-other-img {
   margin-top: 20px;
}


.page-product .product-detail .product-detail-title {
   margin-bottom: 2px;
}
.page-product .product-detail .product-detail-title h1 {
   font-size: 32px;
   text-transform: uppercase;
}
.page-product .product-detail .product-detail-title p {
   text-transform: uppercase;
}
.page-product .product-detail .send-detail li {
   text-align: right;
}

.page-product .product-detail .send-detail a {
   text-transform: uppercase;
   font-size: 10px;
   line-height: 34px;
   padding-right: 8px;
}
.page-product .product-detail .send-detail img {
   width: 32px;
   float: right;
   clear: both;
}
.page-product .product-price {
   padding: 6px 0;
   border-top: solid #c5c5c5 1px;
   border-bottom: solid #c5c5c5 1px;
}
.page-product .product-price ul li {
   display: inline-block;
   font-weight: 300;
}
.page-product .product-price ul li.stock {
   float: right;
   font-size: 14px;
}
.page-product .product-price ul li.stock span {
   font-weight: 900;
}
.page-product .product-price ul li.reference {
   padding-right: 7px;
   border-right: 1px solid grey;
}
.page-product .product-price ul li.price {
   padding: 0 7px;
   font-weight: 900;
}
.page-product .product-price ul li.price sup {
   font-size: 11px;
}
.page-product .product-color .product-finition-name {
   font-size: 11px;
   text-transform: uppercase;
   text-align: center;
}
.page-product .product-color .product-finition-name span.product-finition-ref {
   font-weight: 900;
}
.page-product .product-color .product-finition .product-finition-name {
   display: none;
}
.page-product .product-color .product-finition.active .product-finition-name {
   display: block;
}
.page-product .product-color .product-finition:hover .product-finition-name {
   display: block;
}


.page-product .action-on-product {
   margin: 5px 0;
}

.page-product .action-on-product li.compare {
   float: right;
}
.page-product .product-detail .product-description ul li {
   line-height: 19px;
   list-style-type: disc;
   font-size: 14px;
   margin-left: 15px;
}
.page-product .product-detail .product-description h6 {
   font-size: 15px;
   padding: 10px 0 3px 0;
}
.page-product .product-detail .product-label-icon {
   margin: 10px 0;
}

.page-product .product-detail .product-label-icon li {
   display: inline-block;
   width: 10%;
   margin: 0.5%;
}
.page-product .product-detail .product-label-icon li img {
   border-radius: 5px;
   border: solid 1px #b3b3b3;
}

.page-product .product-detail .product-social-action {
   padding: 5px 0;
   border-top: solid 1px #818286;
   border-bottom: solid 1px #818286;
   text-align: right;
   margin-bottom: 35px;
}
.page-product .product-detail .product-social-action li {
   display: inline-block;
}
.page-product .product-detail .product-social-action li:first-of-type {
   float: left;
}
.page-product .product-detail .product-social-action li i {
   color: #fff;
   background: #818286;
   -webkit-border-radius: 20px;
   -moz-border-radius: 20px;
   border-radius: 20px;
   width: 35px;
   height: 35px;
   line-height: 33px;
   text-align: center;
   font-size: 21px;
   margin-right: 3px;
}
.page-product .product-detail .product-social-action li:last-of-type i {
   margin-right: 0
}
.page-product .product-detail .product-social-action li a {
   font-size: 10px;
}
.page-product .product-detail .product-other-link .black-link:nth-child(even) {
   float: right;
}

.page-product .product-design-by {
   position: absolute;
   bottom: -3px;
   font-size: 16px;
   right: 101%;
}


.page-product .product-design-by p {
   font-size: 13px;
   margin: 0;
}
.page-product .product-design-by h6 {
   text-transform: uppercase;
}
.page-product .product-design-by h6 span {
   display: block;
   font-weight: 300;
}


.page-product .more-products {
   padding: 15px 0;
   border-top: solid 1px #818286;
   border-bottom: solid 1px #818286;
}
.page-product .more-products p {
   margin: 0;
}

.page-product .more-products .discover-catalogue {
   margin: 5% 0;
   padding: 0;
}
.page-product .more-products .flex {
   display: flex;
   min-height: 100px;
}
.page-product .more-products .flex>div {
   margin: auto;
}




/* ************************************************************************************
   Footer
   ---------------------------- */

#main-footer { background: #000; padding: 50px 0 100px 0; color: #fff; font-size: 15px !important; }

	#main-footer i { font-size: 3rem; }
	#main-footer li { display: inline-block; min-width: 250px; margin: 7px 0; }
	#main-footer a { color: #fff; }
	#main-footer a:hover { color: #848484; }

.mt-footer { margin-top: 16px; }




@media (min-width: 769px) {
   .navbar-collapse.collapse {
      display: block!important;
      height: auto!important;
      overflow: visible!important;
      padding: 0;
   }
   #client-access-menu {
      display: none!important;
   }
   #main-nav>.container>.row>div {
      padding: 0;
   }
   #main-nav ul.navbar-nav>li:hover>ul.dropdown-menu {
      display: block;
   }
}

@media (max-width: 768px) {
   .navbar-toggle {
      display: block;
      margin: 20px auto;
   }

   .navbar-header {
      float: none;
   }

   .navbar-left, .navbar-right {
      float: none !important;
   }

   .navbar-toggle {
      display: block;
   }

   .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
   }

   .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
   }

   .navbar-collapse.collapse {
      display: none !important;
   }

   .navbar-nav {
      float: none !important;
      margin-top: 7.5px;
   }

   .navbar-nav > li {
      float: none;
      padding: 0;
   }

   .navbar-nav > li > a {
      padding-top: 10px;
      padding-bottom: 10px;
   }

   .navbar-nav > li > a::after {
      content: none;
   }

   .collapse.in {
      display: block !important;
   }

   ul.nav.navbar-nav {
      margin-top: 0;
   }

   .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      -webkit-box-shadow: none;
      box-shadow: none;
      padding: 0;
   }

   .navbar-nav {
      text-align: right;
   }

   ul.dropdown-menu {
      text-align: right;
   }

   .dropdown-menu > li > a::before {
      right: 10px;
   }

   .dropdown-menu > li > a {
      padding: 3px 25px;
   }

   .navbar-nav .open .dropdown-menu .dropdown-submenu .dropdown-menu {
      margin-right: 18px;
   }

   .navbar-nav .open .dropdown-menu .dropdown-submenu .dropdown-menu a::before {
      right: 20px;
   }
}


@media (min-width: 992px) and (max-width: 1200px) {
   .page-product .product-detail .send-detail li span{
      display: none;
   }
}



@media (min-width: 1170px) {
   #client-access {
      float: right;
   }
}



@media (max-width: 992px) {
   #main-nav .container {
      width: 100%;
   }
   .bigtitle h3 {
      font-size: 8em;
   }
   #newshowroom .absolute {
      position: static;
   }
   .slidecms {
      padding: 200px 0;
   }
   .slidecms .title h1 {
      font-size: 60px;
      letter-spacing: 5px;
   }
   .page-product .product-detail {
      margin-top: 25px;
   }
}


@media (min-width: 768px) {

   .navbar-custom {
      padding: 20px 0 0 0;
      -webkit-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
      -moz-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
      transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
   }
   .navbar-custom.top-nav-collapse {
      padding: 0;
      background: black;
   }
   .navbar-form .input-group {
      width: 100%;
   }

   .designer-right .photo {
      float: right;
   }
   .column-left .btn-list {
      display: none;
   }
}
@media (max-width: 768px) {
   /*Header*/
   #logo img {
      width: 120px;
      min-width: 100px;
   }

   #client-access i {
      font-size: 20px;
   }

   #client-access {
      font-size: 10px;
   }

   #client-access ul li::after {
      font-size: 18px;
   }

   #client::before {
      font-size: 18px;
   }

   .intro .intro-body {
      padding-top: 250px;
   }

   /*Intro*/
   .intro {
      min-height: 470px;
   }

   .intro h2 {
      font-size: 35px;
   }

   .intro h2 span {
      font-size: 20px;
      line-height: 35px;
   }

   .boxanimate-title h3 {
      font-size: 35px;
   }

   /*Home cat*/
   #home-cat .col-sm-6:first-of-type {
      margin-bottom: 15px;
   }

   /*Home footer*/
   #home-footer {
      min-height: 400px;
   }



   /*Footer*/
   #main-footer {
      padding: 30px 0 50px 0;
   }

   /* black*/
   .black h1, .black h2 {
      font-size: 25px;
   }

   p {
      font-size: 14px;
      line-height: 1.5;
   }

   /*bigtitle*/
   .bigtitle h3 {
      font-size: 4em;
   }

   /*categorie*/
   .column-left {
      margin-bottom: 35px;
   }

   .column-left ul.dropdown-menu {
      text-align: left;
      background: #fff;
      padding: 25px 15px 35px 15px;
      box-shadow: 0 1px 20px #c3c3c3
   }

   .column-left ul.dropdown-menu > li > a {
      font-size: 16px;
   }

   /*designer*/
   .designers .designer-list img {
      margin: auto;
   }
   .designers .designer-list h6 {
      text-align: center;
   }
   .designers .description h2 {
      margin-top: 10px;
   }


   /*product*/

   .page-product .product-design-by {
      position: static;
      top: 100%;
      right: inherit;
      margin: 20px 0;
      float: left;
   }

   .page-product .product-design-by div {
      float: right;
   }

   .page-product .product-design-by div:first-of-type {
      margin: 0 10px;
   }

   .page-product .product-detail {
      clear: both;
   }

}

@media (max-width: 500px) {
   .page-product .product-detail .send-detail li span{
      display: none;
   }
   .black-link a {
      color: white;
      font-size: 11px;
   }
}

