@charset "UTF-8";
html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	display:block;
	font-family: 'Gotham Medium', sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body
{
font-family: 'Gotham-Medium', sans-serif;
font-size: 14px;
    color: #343434;
    font-weight: 500;
    line-height: 1.5em;
    background: #000;
    position: relative;
	overflow-x:hidden;
}
@font-face {
    font-family:Gotham-Medium;
    src: url(../font/Gotham-Medium.otf);
}
a { text-decoration: none; outline:0;}
a:focus{outline:0;}
a:hover { text-decoration: none; }
img { outline: none; border:none; max-width:100%; height: auto; }

ul, ol { margin:0px;padding: 0;}
.row {
    margin-right: 0;
    margin-left: 0;
}
.backgr-clr
{
background:#fff !important;
}
/********************home icon*********************/
.home-icon{

    color: #fff;
    font-size: 29px;
    position: fixed;
    right: 65px;
    top: 32px;
}
.home-icon a{color: #fff;}
.home-icon a:hover{color:#f5f5f5;}
.home-icon-01{

    color: #fff;
    font-size: 29px;
    position: fixed;
    right: 65px;
    top: 32px;
}
.home-icon-01 a{color: #000;}
.home-icon-01 a:hover{color:#787676;}
/******************************slider***********************/
.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
    background: #000;
}
.roche-slider
	{
	background:#000;
	
	}
	#demos
	{
	background:#000;
	}
.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 5px;
    background:transparent;
    display: block;
	border:1px solid #fff;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.owl-theme .owl-dots, .owl-theme .owl-nav {

	    text-align: left;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    bottom:2%;
    padding-left: 15px;
}
.item-content {
    position: absolute;
    top: 33%;
    right: 28%;
    color: #fff;
}
.item-content h2
{
    font-size: 44px;
    font-weight: 600;
    /* text-decoration: underline; */
    border-bottom: 1px solid #fff;
    margin-top: 6px;
    margin-bottom: 0px;
	display: table;

}
.owl-carousel .item
{
width:100%;
height:auto;
}
.paddin01
{
padding:18px;
border-top:1px solid #fff;
    float: left;
    width: 100%;
    margin-top: 10px;
	
}
/***********************social-links****************/
.social-links 
{
position: absolute;
    right: 0px;
    bottom: 7px;
    z-index: 99;
    padding: 10px;
}
.social-links ul li
{
display:inline;
}
.social-links ul li a
{
color:#fff;
margin-right:5px;
font-size: 22px;
}

/**********************contact-button****************/
.contact-button {
    position: fixed;
    top: 34%;
    color: #fff;
    right: -127px;
    /* transform: rotate(-90deg); */
    /* float: right; */
    z-index: 9;
}
.contact-button .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #fff;
    background-color: #3e3e3e;
    background-image: none;
    border: 0px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.contact-button textarea
{
height: 60px !important;
resize:none;

}
.mail_result
{
font-size: 12px;
}
.errormsg
{
border:1px solid #ff0000 !important;
}
.btn-default {
    color: #fff;
    background-color: #000;
    border-color: #3e3e3e;
    border-radius: 0;
    padding: 6px 20px;
}

.icon-close
{
    padding: 10px;
    color: #ccc;
	}
	.icon-close i
{
float:right;
}
	.morph-popup li
	{
	display:block;
	margin-right:0 !important;
	}
	.morph-popup li i
	{
	    float: left;
    margin-right: 7px;
    color: #777575;
	}
	.morph-popup li p
	{
    overflow: hidden;
    font-weight: 400;
    font-size: 12px;
	}
	.contct-btn
	{
	position:relative;
	}
	.contct-btn:before
	{
/* 	content: "";
    position: absolute;
    width: 41px;
    height: 50px;
    background: #000;
    transform: rotate(21deg);
    top: -8px;
    left: -30px;
    z-index: 999;
    border-right: 1px solid #ffffff; */
	}
	
	.contct-btn:after
	{
/* 	    content: "";
    position: absolute;
    width: 41px;
    height: 50px;
    background: #000;
    transform: rotate(-21deg);
    top: -9px;
    right: -30px;
    z-index: 999;
    border-left: 1px solid #ffffff; */
	}
	.content-style-text h3
	{
	font-weight:400;
	
	}
	.content-style-text p
	{
	font-size:14px;
	font-weight:400;
	color: #ccc;
	}
	.linee
	{
	display:none;
	/*     width: 122px;
    height: 1px;
    background: #fff;
    z-index: 99999;
    display: block;
    position: absolute;
    transform: rotate(90deg);
    left: 21%;
    top: 31%; */
	}
	
	.mockup-content .open .linee
	{
	
	display:none;
	}
	.bed-and-bath01 .contct-btn:after, .bed-and-bath01 .contct-btn:before
	{
	display:none;
	}
/*******************************category-link************/
.category-link
{
    position: absolute;
    top: 45%;
    z-index: 9;
    left: 5%;
}
.category-link ul li {
    padding: 15px;
    display: inline-block;
    width: 28%;
    text-align: center;
}
.category-link h3
{
color:#fff;
display: inline-flex;
margin-top: 0px;
font-size: 18px;
}
.category-link img
{
margin:0 auto;

    transform: scale(0.75);
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    transition: transform 400ms ease;
    -webkit-transition: transform 400ms ease;
    -webkit-transition: -webkit-transform 400ms ease;
    -moz-transition: transform 400ms ease;
}
.category-link img:hover {

    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
}

/***************nav-sec***************/
.nav-sec
{
position: absolute;
    top: 7%;
    z-index: 99;
    width: 100%;
    padding: 10px 0;
	}
	.logo-roche-ebine
	{
	padding-left:100px;
	display: inline-block;
	}
	.logo-roche-ebine img
	{
	
	transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transition: transform 400ms ease;
    -webkit-transition: transform 400ms ease;
    -webkit-transition: -webkit-transform 400ms ease;
    -moz-transition: transform 400ms ease;
	}
	.logo-roche-ebine img:hover
	{
	transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
	}
	/* Demo mockups */
.mockup-content {
	text-align: center;
}

.demo-4 .mockup-content {
	padding: 1em 0 3em;
}

.demo-5 .mockup-content {
	padding: 1em 0 6em;
}

.mockup-content > span {
	display: block;
	background: rgba(0,0,0,0.1);
	height: 50px;
	width: 100%;
	margin: 0 0 10px;
	clear: both;
}

.mockup-content > span:nth-child(2),
.mockup-content > span:nth-child(3),
.mockup-content > span:nth-last-child(2) {
	width: calc(50% - 5px);
	float: left;
	clear: none;
	height: 80px;
}

.mockup-content > span:nth-child(3),
.mockup-content > span:nth-last-child(2) {
	float: right;
}

.mockup-content > span:nth-last-child(2) {
	width: calc(100% - 310px);
}

.no-js .mockup-content > span:nth-last-child(2) {
	width: 100%;
}

.mockup-content h2 {
	font-size: 2em;
	margin: 0;
}

.mockup-content > p {
	font-family: 'Blokk', sans-serif;
	font-size: 0.85em;
	text-align: center;
	opacity: 0.5;
	margin: 0;
	overflow: hidden;
}

.no-js .joiner {
	display: block;
}

.demo-5 .mockup-content > p {
	font-size: 1.4em;
	margin: 0;
	padding: 0.5em 0;
	text-align: justify;
	font-family: 'Lato', Arial, sans-serif;
}

.js .fixed-block {
	min-height: 300px;
	position: relative;
}

.mockup-left {
	float: left;
	max-width: 100%;
	overflow: hidden;
	width: 300px;
	margin: 0 40px 50px 0;
	background: rgba(0,0,0,0.1);
	height: 400px;
	position: relative;
}

.mockup-left::after {
	content:'\2234';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	color: rgba(0,0,0,0.05);
	font-size: 15em;
}

.mockup-right {
	text-align: left;
}

html.demo-7, .demo-7 body {
	overflow-x: hidden;
	height: 100%;
}

.demo-7 .container {
	width: 100%;
	position: absolute;
	-webkit-transition: -webkit-transform 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0.1s;
	transition: transform 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0.1s;
}

.no-js.demo-7 .container {
	width: calc(100% - 300px);
	right: 0;
}

.pushed.container {
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transform: translateX(300px);
	transform: translateX(300px);
}

@media screen and (max-width: 770px) {
	.mockup-left {
		float: none;
		margin: 0 auto 20px;
	}

	.mockup-right {
		text-align: center;
	}

	.joiner {
		display: block;
	}
}

@media screen and (max-width: 400px) {
	.mockup-content > span:nth-last-child(2) {
		width: calc(100% - 210px);
	}
}

@media screen and (max-width: 25em) {

	.codrops-icon span {
		display: none;
	}

}
/********************************about-roche-ebiene********************/
.about-roche-ebiene
{
padding: 10px 10px 0;
background:#000;
}	
.about-roche-ebiene p
{
color:#fff;
}
.nameofabout-img
{
float: left;
    position: absolute;
    bottom: 118px;
    left: 13%;
    font-size: 12px;
    color: #ffffff;
}
	mark {
    background-color: #000;
    color: #fff;
}
	.allpage h2 {
    font-size: 40px;
    font-weight: 600;
    /* text-decoration: underline; */
    border-bottom: 1px solid #fff;
    margin-top: 6px;
    margin-bottom: 0px;
    display: table;
	color:#fff;
}
	.about-img img
	{
	float:right;
	}
	.position-titl
	{
	position: absolute;
    top: 45%;
    left: 12%;
	
	}
	.nav-sec-about {
    position: relative;
    top: 0%;
    z-index: 999;
    width: 100%;
    padding: 10px 0;
    left: 0%;
}
.logo-roche-ebine-about {
        padding-bottom: 12px;
	    padding-top: 40px;
}
.nav-sec-about-lft-padd
{
padding-left:40px;
}
/******************beauty-spa-roche-ebiene*****************/
.beauty-spa-roche-ebiene
{
background:#000;
padding:10px 10px 0;;

}
.nner-page-nav {
    /* position: relative; */
    top: 0%;
    z-index: 999;
    width: 100%;
    /* padding: 10px; */
    /* left: -18%; */
    text-align: center;
}
.logo-roche-ebine-inner
{
  padding-bottom: 40px;
  padding-top: 40px;
  display:table;
}
.logo-roche-ebine-inner img
{
transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transition: transform 400ms ease;
    -webkit-transition: transform 400ms ease;
    -webkit-transition: -webkit-transform 400ms ease;
    -moz-transition: transform 400ms ease;
	}
	.logo-roche-ebine-inner img:hover
	{
	transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);

}
.logo-roche-ebine-about img
{
transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transition: transform 400ms ease;
    -webkit-transition: transform 400ms ease;
    -webkit-transition: -webkit-transform 400ms ease;
    -moz-transition: transform 400ms ease;

}
.logo-roche-ebine-about img:hover
	{
	transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);

}
.logo-roche-ebine-inner01 img
{
transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transition: transform 400ms ease;
    -webkit-transition: transform 400ms ease;
    -webkit-transition: -webkit-transform 400ms ease;
    -moz-transition: transform 400ms ease;
}
.logo-roche-ebine-inner01 img:hover
	{
	transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);

}
	/**************scroll bar***********/
	
::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;
}
/*********************beauty-spa********************/
.inner-page-nav
{

float: left;
}


.position-titl01
	{
    position: absolute;
    top: 67%;
    left: 0;
}
	
.postion-icons
{

padding-top: 90px;
}
.bty-spa-bord
{
    border: 1px solid #747579;
	background: #000;
    height: 135px;
}
.bty-spa-bord:hover
{
 border: 3px solid #747579;
}
.bty-spa-bord h3
{
color: #fff;
    text-align: center;
    margin-bottom:8px;
    margin-top: -38px;
	text-transform: capitalize;
    font-size: 17px;
    word-wrap: break-word;
    word-break: break-word;
    padding: 0px 14px;
    text-decoration: underline;
	font-weight: 600;
}
.prpty-bty-spa {
    color: #fff;
    text-align: center;
    font-size: 16px;
    margin-top: 10px;
}

/************************hotel-amentics*****************/
.hotel-amentics
{

    background-color: #000;
    padding: 10px 10px 0;
    background: url(../img/hotel-amentics.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 800px;
}
.position-titl02 {
    position: absolute;
    top: 280px;
    left: -120px;
}
/*************f&b-page************/
.f-b
{

 background-color: #000;
    padding: 10px 10px 0;
    background: url(../img/f&b-page.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 800px;

}
/*****************************spa-products*********************/
.spa-products
{

background-color: #000;
    padding: 10px 10px 0;
    background: url(../img/spa-products.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 800px;



}
.inner-page-nav01
{

text-align:center;
}
.logo-roche-ebine-inner01 {
    padding-bottom: 40px;
    padding-top: 40px;
    display: inline-flex;
    margin: 0 auto;
}
.logo-roche-ebine-inner01 a{


margin-right:25px;
}
.logo-roche-ebine-inner01 h3 {
   color: #fff;
    display: inline-flex;
    margin-top: 13px;
    font-size: 24px;
}
.spa-prduct-page h2
{
    color: #fff;
    font-size: 39px;
    font-weight: 600;
    /* text-decoration: underline; */
    border-bottom: 1px solid #797979;
    display: inline;
    line-height: 45px;
}
.spa-product-single
{
padding-top:75px;
padding-bottom: 40px;
    float: left;
}
.spa-product-single .thumbnail
{
    padding: 1px;
    height: 110px;
	cursor:pointer;
}
.spa-product-single p,.spa-products p
{

color:#fff;
margin-top:10px;
}
                    /******modalbox****/
					
					.thumbnail {margin-bottom:6px;}

.carousel-control.left,.carousel-control.right{
background-image: none;
    margin-top: 27%;
    width: 5%;
    font-size: 30px;
}
.carousel-inner .active.left { left: -33%; }
.carousel-inner .next        { left:  33%; }
.carousel-inner .prev        { left: -33%; }
.spa-products .modal-body {
    position: relative;
        padding: 10px;
    float: left;
    width: 100%;
}
	/*************************bed-and-bath*****************/
	.bed-and-bath
	{
	background-color: #000;
    padding: 10px 10px 0;
    background: url(../img/bed-and-bath.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 800px;

	
	}
	.zoo-hvr:hover
{
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
}
.zoo-hvr
{
    margin: 0 auto;
    transform: scale(0.75);
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    transition: transform 400ms ease;
    -webkit-transition: transform 400ms ease;
    -webkit-transition: -webkit-transform 400ms ease;
    -moz-transition: transform 400ms ease;
}
.bed-and-bath h2 {
    color: #000;
    font-size: 34px;
    font-weight: 600;
    display: initial;
	font-weight: 600;
    line-height: 40px;
    border-bottom: 1px solid #000;
}
.bed-bath-prduct-page
{

padding:40px;
}
.bed-bath-prduct-page p
{
padding-top:40px;
font-weight:600;
}
.bed-and-bath01 .social-links  a {
    color: #000;
    margin-right: 5px;
}
.bed-and-bath01  .open span
{
background-color:#000;
}


.bed-and-bath01  .oppenned span
{
background-color:#fff;
}
/*****************************toiletries***********/
.toiletries
{
background-color: #000;
    padding: 10px 10px 0;
   background: url(../img/toileries_img.png);  

    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 800px;


}
.toiletries h2 {
    color: #000;
    font-size: 34px;
    font-weight: 600;
    display: initial;
	font-weight: 600;
    line-height: 40px;
    border-bottom: 1px solid #000;
}
.toiletries-prduct-page {
    padding: 110px 40px;
}
/**********************hair-extension***************/
.hair-extension
{
padding:20px 0;
background: #fff;
}
.hair-extension .modal-body {
    position: relative;
    padding: 10px;
    float: left;
    width: 100%;
}
.hair-extension .thumbnail
{
border:0;
}
.hair-extension-prduct-page
{
padding:0 15px;
}
.hair-extension h2 {
    color: #000;
    font-size: 34px;
    font-weight: 600;
    display: initial;
	font-weight: 600;
    line-height: 40px;
    border-bottom: 1px solid #999;
}
.hair-extension-prduct-page-content
{
padding-top:30px;
font-weight:600;
}
.hair-extson-prdut-img
{
margin-bottom:20px;
}
.hidden-md
{
display:none;
}
/**********************soup-products*******************/
.soup-products
{


background-color: #000;
    padding: 10px 10px 0;
    background: url(../img/soup-products.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 800px;

}
.soup-products-page h2 {
    color: #fff;
    font-size: 35px;
    font-weight: 600;
    display: inline;
    border-bottom: 1px solid #fff;
}
.modal-content {
    position: relative;
    background-color: rgba(0, 0, 0, 0.76);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgb(113, 110, 110);
    border-radius: 0px;
    float: left;
    width: 100%;
}
.modal-body {
    position: relative;
    padding: 10px 70px 35px;
    float: left;
    width: 100%;
}
.modal-header {
    padding: 15px;
  border-bottom: 0px solid #e5e5e5;
}
.modal-header .close
{
opacity: .5;
color:#fff;
}
.close:focus, .close:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5;
}
.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.modeltxt
{
    color: #e87436;
    font-size: 28px;
    font-weight: 600;
	    margin-bottom: 20px;
	}
.modal-body p
{
color:#fff;
font-weight:600;
margin-bottom: 20px;
}
.clry
{
 color: #e87436 !important;
 
}
.soup-prdt-single-cnt
{
padding-top: 130px;
}

.soup-prdt-single h4
{
color:#fff;
font-weight:600;
}
.soup-prdt-single-img
{
float:left;
margin-right:20px;

}
.soup-prdt-single
{
margin-bottom:20px;
}
/*******************nail-polish-wipes********************/
.nail-polish-wipes
{
background:#000;
padding: 20px 0;
color:#fff;
}
.nail-polish-page-ol
{

color:#fff;
padding-left:15px;
padding-top:40px;
}
.padding-top-40
{
padding-top:40px;
}
	/***************************media query******************/
	@media screen and (max-width:767px) and (min-width:481px)
{
	.roche-slider
	{
	background:#000;
	
	}
	.bty-spa-bord {
   
    height: auto;
}
	.category-link {
    position: relative;
    top: 0;
    z-index: 99;
    left: 0;
}
.soup-prdt-single-cnt {
    padding-top: 10px;
}
.soup-prdt-single-img {
    float: none;
}
.category-link ul li {
   
   width: 32% !important;
}
.item-content {
    position: absolute;
    top: 34%;
    right: auto;
    color: #fff;
    left: 10%;
}
.nav-sec {
    position: relative;	
}	

.logo-roche-ebine {
    padding-left: 0px;
	}
	.item-content h2
	{
	font-size:30px;
	}
	/* .contact-button {
    position: fixed;
    top: 34%;
    color: #fff;
    right: -81px;
    /* transform: rotate(-90deg); */
    /* float: right; */
    /*z-index: 999;
} */
.nav-sec-about
{
left:0;
}
.position-titl {
    position: relative;
    top: 0;
    left: 0;
}

}

	@media screen and (max-width:767px) 
	{
	.toiletries {
    background-color: #fff;
  
    background: #fff;

    height: auto;
}
.spa-product-single img
{
width:100%;

}
.spa-products {
    background: #000;
    height: auto;
	padding:20px 0;
}
.inner-page-nav  .logo-roche-ebine-inner {
    padding-bottom: 40px;
    padding-top: 0px;
    display: table;
	
	}
	.inner-page-nav {
    float: left;
}
.bty-spa-bord {
  
    margin-bottom: 20px;
}
.bty-spa-bord img {

width:100%;

}
.bty-spa-bord h3 {
    margin-top: -15px;
}
.position-titl01 {
    position: relative;
    top: 0;
    left: 0;
}
.postion-icons img
{

width:100%;
}
.hotel-amentics {
   
    background: #000;
    height: auto;
}
.position-titl02 {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 40px;
}
.f-b {
    
    height: auto;
	background:#000;
}
.bed-bath-prduct-page {
    padding: 0px;
}
.bed-and-bath {
    background-color: #ffffff;
 background: #fff;
 height: auto;
 padding:10px;
	}
	.hair-extson-prdut-img img
	{
	
	width:100%;
	}
	.soup-products-page 
	{
	
	margin-bottom:20px;
	}
	.soup-products {
    background-color: #000;

    background: #000;
    height: auto;
}
	}
@media screen and (max-width:991px) and (min-width:767px)
{

.position-titl02 {
    position: relative;
    top: 0;
    left: 0;
}
.bty-spa-bord
{
height:auto;
}
.soup-products-page {
    margin-bottom: 20px;
}
.soup-products
{
height:auto;
padding-bottom:40px
}
.f-b {

    height: 630px;
}
.bty-spa-bord h3 {

    margin-top: 0px;
}
.toiletries {
    height: 597px;
}
}
@media screen and (max-width:991px)
{
.spa-product-single .thumbnail {
    height: auto;
	}
.linee
{
display:none;
}

.morph-button > button
{
border:0px solid #fff !important;
}
.hidden-md
{
display:block;
}
.interactive-image
{
display:none;
}
.contct-btn:before
{
display:none;
}
.contct-btn:after
{
display:none;
}
.category-link h3 {
    color: #fff;
    text-align: center;
    font-size: 13px;
    margin-top: 10px;
}
.category-link ul li {
    padding: 15px;
    display: inline-block;
    width: 20%;
}
.position-titl {
    position: relative;
    top: 0;
    left: 0;
}
.nav-sec-about
{
left:0;
}
.item-content h2
{
font-size:30px;
}
.logo-roche-ebine {
    padding-left: 0px;
	}
	.nav-sec {

    top: 0%
	}
	.position-titl01 {
    position: relative;
    top: 0;
    left: 0;
}
.inner-page-nav  .logo-roche-ebine-inner {
    padding-bottom: 40px;
    padding-top: 0px;
    display: table;
	
	}
	.inner-page-nav {
    float: left;
}
.bed-and-bath h2 {
   
    font-size: 23px;
   
    line-height: 25px;
	}
	.hair-extension h2 {
    font-size: 23px;
    line-height: 25px;
 
}
.toiletries h2 {

    font-size: 23px;
  
    line-height: 25px;
}
}
@media screen and (max-width:1199px)
{
.soup-prdt-single-cnt {
    padding-top: 10px;
}
.soup-prdt-single-img {
     float: none;
	 }
	 .soup-products {
	 height:auto;
	 }
.nav-sec-about
{
left:0;
z-index: 111;
}
.sm-marg-top
{
margin-top:155px;
}
.position-titl {

    left: 0;
}
.logo-roche-ebine {
    padding-left: 0px;
	}
	.category-link ul li {
    padding: 15px;
    display: inline-block;
    width: 25%;
}
.spa-product-single .thumbnail {
    height: auto;
	}
}

@media screen and (max-width:400px) and (min-width:0px)
{
.contact-button {
  
    right: -78px;
}
}
@media screen and (max-width:991px){
.social-links {
    
    bottom: 0px;
	}
	}
@media screen and (max-width:480px) and (min-width:0px)
{
.roche-slider
	{
	background:#000;
	
	}
	.bty-spa-bord {
   
    height: auto;
}
	.category-link {
    position: relative;
    top: 0;
    z-index: 99;
    left: 0;
}
.category-link ul li {
   
    width: 100% !important;
}
.item-content {
    position: absolute;
    top: 31%;
    right: auto;
    color: #fff;
    left: 10%;
}
.nav-sec {
    position: relative;	
}	

.logo-roche-ebine {
    padding-left: 0px;
	}
	.item-content h2
	{
	font-size:20px;
	}
	/* .contact-button {
    position: fixed;
    top: 34%;
    color: #fff;
    right: -81px;
    /* transform: rotate(-90deg); */
    /* float: right; */
    /*z-index: 999;
} */
.nav-sec-about
{
left:0;
}
.position-titl {
    position: relative;
    top: 0;
    left: 0;
}

}