/* CSS reset style starts */
	body,h1,h2,h3,h3,h4,h5,h6,p,span,ul,ul li,ol, ol li,dl,dt,dd {margin:0px;padding:0px;font-family:arial;font-size:13px;color:#595A5C;}
	header,article,section,aside,footer,figure,form{display:block;margin:0px;padding:0px;}
	img {border:0px;}
	ul{list-style-type:none;}
	a {text-decoration:none;color:#595A5C;}
	a,a:hover,a:active,a:focus,a:link,a:visited {outline:none;text-decoration:none;}
	body{-webkit-text-size-adjust:none;}
	input[type="text"], input[type="password"], textarea, select {outline: none;border:none;}
	.txt-center{text-align:center;}
/* reset style ends */

		
@font-face {
    font-family: 'lovers_quarrelregular';
    src: url('fonts/loversquarrelregular/loversquarrel-regular-webfont.eot');
    src: url('fonts/loversquarrelregular/loversquarrel-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/loversquarrelregular/loversquarrel-regular-webfont.woff') format('woff'),
         url('fonts/loversquarrelregular/loversquarrel-regular-webfont.ttf') format('truetype'),
         url('fonts/loversquarrelregular/loversquarrel-regular-webfont.svg#lovers_quarrelregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'Conv_ChaparralPro-Regular';
	src: url('fonts/chapparelregular/ChaparralPro-Regular.eot');
	src: local('☺'), url('fonts/chapparelregular/ChaparralPro-Regular.woff') format('woff'), 
	url('fonts/chapparelregular/ChaparralPro-Regular.ttf') format('truetype'), 
	url('fonts/chapparelregular/ChaparralPro-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_ChaparralPro-Italic';
	src: url('fonts/chapparelitalic/ChaparralPro-Italic.eot');
	src: local('☺'), url('fonts/chapparelitalic/ChaparralPro-Italic.woff') format('woff'),
	url('fonts/chapparelitalic/ChaparralPro-Italic.ttf') format('truetype'), 
	url('fonts/chapparelitalic/ChaparralPro-Italic.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
.wrapper{
	width:100%;
	padding:0px;
	margin:0px;
}
.headerSection{
	margin:0px;
	padding:0px 20px;
	height: 60px;
	background:url('../images/bg-header.gif') repeat-x;
	overflow:hidden;
}
.headerSection .ebonyLogo img{
	width: 50px;
}
.ebonyLogo{
	float: left;
	position: absolute;
	top: 32px;
	left: 70px;
	padding-top: 1px;
	z-index: 1;
}
.menuScetion{
	float:right;
	position: relative;
	/*position:relative;
	background:red;*/
}
.menuScetion ul{
	overflow:hidden;
	position:relative;
	width:100%;
}
.menuScetion ul li{
	float:left;
	margin:0px 10px 15px 10px;
	padding: 27px 0 31px;
	font-family: 'Conv_ChaparralPro-Regular';
	font-size: 16px;
    font-weight: bold;
    margin-top: -50px;
    position: relative;
  }
  .menuScetion ul li a{
  	letter-spacing: 2px;
  }
a.active{
	cursor:default;
}
/*.menuScetion ul li a{
	position: absolute;
	top:-30px;
}*/
/*.menuScetion ul li:nth-child(1){ left:14px;width:38px;}
.menuScetion ul li:nth-child(2){ left:140px;width:100px;}
.menuScetion ul li:nth-child(3){ left:240px;width:58px;}
.menuScetion ul li:nth-child(4){ left:350px;width:50px;}*/
.menuScetion ul li a.active{
	border-bottom:4px solid #000000;
	cursor:default;
	padding-bottom:12px;
}
.mainSection{
	padding:0px;
	margin:0px;
	position:relative;
}
.bgContainer{
	position:relative;
	left:0px;
	top:0px;
	width:100%;
}
.bgContainerTexture{
	position: absolute;
	top:0px;
	left:0px;
	width:100%;
	opacity:0.6;
}
.bgContainer img,.bgContainerTexture img{
	width:100%;
}
.workarea{
	/*position:absolute;
	top:0px;
	left:0px;*/
	width:100%;
}
.collectionsSection{
	background-size:cover;
	background:url('../images/bg-collection.jpg') no-repeat center center;
	height: 100%;
	background-size:cover;
	position:fixed;
    top:60px;
    left:0;
    width:100%;
}
.blackBg{
	background:url('../images/home-blackbg.jpg') no-repeat center center fixed;
	height: 100%;
	background-size:cover;
	position:fixed;
    top:0;
    left:0;
    width:100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;

}
.colorBg{
	background:url('../images/home-colorbg.jpg') no-repeat center center fixed;
	height: 100%;
	background-size:cover;
	position:fixed;
    top:0;
    left:0;
    width:100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
} 
/*.texture{
	background:url('../images/home-back-texture.png') repeat-y; 
	overflow: hidden;
}*/
.thumbnailSection{
	width:83%;
	margin:0px auto;
	/*margin-top:350px;*/
	position:relative;
	overflow-y: auto;
	-ms-overflow-style: none;
	-moz-overflow-style: none;

}
.thumbnailSection::-webkit-scrollbar { 
    display: none; 
}

.thumbnailSection ul{
	width:100%;
	overflow:hidden;
}	
.thumbnailSection ul li{
	float:left;
	width:23%;
	/*padding:0px 20px 20px 0px;*/
	margin-right:2%;
	position: relative;
	margin-bottom:20px;
	overflow: hidden;
}
.thumbnailSection ul li:hover{
	cursor:pointer;
}
.thumbnailSection ul li img{
	width:100%;
}
.thumbnailSection ul li .slideShow ul li{
	width:100%;
	margin-bottom:0px;
}
.thumbnailSection ul li .slideShow ul li img{
	padding:0px;
	display: block;
    font-size: 0;
     -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* IE 9 */
    -o-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
}
.thumbnailSection ul li .slideShow ul li:hover img{
	 -webkit-transform:scale(1.25); /* Safari and Chrome */
    -moz-transform:scale(1.25); /* Firefox */
    -ms-transform:scale(1.25); /* IE 9 */
    -o-transform:scale(1.25); /* Opera */
     transform:scale(1.25);
}
.collectointxt{
	padding:25px 0px 20px 0px;
	width:83%;
	margin:0px auto;
	font-family: 'lovers_quarrelregular';
	font-size:51px;
}
.homePageContents{
	width:450px;
	text-align:center;
}
.homePageContents p{
	margin-bottom:25px;
	color:#ffffff;
	font-family: 'Conv_ChaparralPro-Regular';
	font-size:17px;
	line-height: 23px;
}
.homePageContents p.ebonyLogoImg1{
	margin-bottom:5px !important;
}
.collectionBtn{
	border:1px solid #ffffff;
	padding:7px 60px;
	display:inline-block;
	color:#ffffff;
	font-family: 'Conv_ChaparralPro-Regular';
	position: relative;
	letter-spacing: 2px;
	font-size:15px;
	-webkit-animation: mymove 1s ;
	-moz-animation: mymove 1s ;
	-ms-animation: mymove 1s ;
    animation: mymove 1s ;
   -webkit-animation-delay: 150ms;
   -moz-animation-delay: 150ms;
   -ms-animation-delay: 150ms;
   	animation-delay: 150ms;
    animation-fill-mode: forwards;

    -webkit-animation-fill-mode: forwards;
}
.collectionBtn:hover{
	background:#fa6b67;
	-webkit-animation-delay: 150ms;
   -moz-animation-delay: 150ms;
   -ms-animation-delay: 150ms;
   	animation-delay: 150ms;
}
.socialMediaButtons{
	width:200px;
	margin:0px auto;
}
#HomeSocial{
	position:absolute;
  	left:46.5%;
  	bottom:100px;
}
.socialMediaButtons span,#HomeSocial span{
	padding:0px 5px;
}
.disclaimer{
	position:fixed;
	right:20px;
	bottom:15px;
	color:#ffffff;
	font-size:11px;
}
.aboutSection{
	background:url('../images/bg-aboutus.jpg');
	height: 100%;
	background-size:cover;
	position: fixed;
    top:60px;
    left:0;
    width:100%;
}
.aboutusCont{
	width:40%;
}
.aboutusImageCont{
	width:60%;
	float:left;
}
.aboutusImageCont img{
	width:100%;
}
.inneraboutusCont{
	padding:0px 0px 0px 80px;
	width:30%;

}
.meetTxt,.contactTxt{
	color:#fa6b68;
	font-family: 'lovers_quarrelregular';
	font-size:50px;
	margin-bottom: 10px;
	position: relative;
}
.aboutusDescription{
	line-height:23px;
	font-size:17px;
	margin-bottom: 20px;
	font-family: 'Conv_ChaparralPro-Regular';
	color:#000000;	
}
.aboutusDescription a{
	color: #000000;
}
.followTxt{
	color:#3f0937;
	font-size: 32px;
	font-family: 'lovers_quarrelregular';
}
.aboutSection .socialMediaButtons{
	margin:0px;
	padding-right:5px;
	display:inline-block;
}
.contactSection{
	background:url('../images/bg-contactus.jpg') no-repeat center center fixed;
	height: 100%;
	background-size:cover;
	position:fixed;
    top:60px;
    left:0;
    width:100%;
}
.InnercontactSection{
	width:350px;
	margin:0px auto;
	padding-top:8%;
	text-align:center;
}
.address{
	font-family: 'Conv_ChaparralPro-Italic';
	color:#ffffff;	
	font-size:19px;
	margin-top:15px;
	line-height: 27px;
}
.numbers{
	margin-bottom:13%;
	margin-top:5%;
}
.contactSection .meetTxt{
	color:#fa6b68;
}
.mailId{
	font-family: 'Conv_ChaparralPro-Italic';
	display:inline-block;
	padding:8px 50px;
	border:1px solid #9e919d;
	color:#ffffff;
	font-size: 16px;
	margin-bottom:30px;
}
.subscribe{
	overflow:hidden;
	width:355px;
	margin:0px auto;
	margin-bottom:15px;
}
.subscribe span{
	display:inline-block;
	float:left;
}
.subscribe input{
	height:40px;
	margin-right:0px;
	padding:5px;
	font-family: 'Conv_ChaparralPro-Italic';
	width:280px;
	font-size: 20px;
}

#mblfireworks{
	display: block;      
	width: 1000px;
	height: 735px;
	float: center;
	color:#6F6F6F;
	text-align: center;
	font-size: 12px;
}
#mblfireworks a {
	color:#6F6F6F;
}
.fullPriceDetailsCont{
	/*position: relative;*/
}
/*.pattu-Bg{
	width:100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background:url('../pattu1.jpg') repeat-x;
	height:100%;
	-webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
}*/
.priceDetails{
	width:100%;
	position: absolute;
	top: 0px;
	left: 0px;
/*	background:url('../pattu1.jpg') repeat-x;*/
	height:100%;
	/*-webkit-filter: blur(13px);
    -moz-filter: blur(13px);
    -o-filter: blur(13px);
    -ms-filter: blur(13px);
    filter: blur(13px);*/

}
.innerpriceDetails{
	width:350px;
	margin:0px auto;
	text-align:center;
	color:#ffffff;
	padding-top:50px;
	z-index:9999;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(13px);
    filter: blur(0px);
}
.innerpriceDetails img{
	width:auto !important;
}
.socialbtns{
	margin-bottom: 15px;
}
.colours{
	border-top:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	padding:5px 0px;
	width:110px;
	margin:0px auto;
	margin-bottom: 8px;
}
.collectionmodelList li{
	padding-bottom:5px;
	text-align: center;
	font-size: 13px;
	font-family: 'Conv_ChaparralPro-Regular';
}
.collectionmodelList li{
	float: none !important;
	color:#ffffff;
	display: block;
	width: 100% !important;
}
.collectionDesc{
	color: #ffffff;
	padding-bottom: 15px;
	font-family: 'Conv_ChaparralPro-Regular';
}
.materialsTxt{
	color: #ffffff;
	font-size: 15px;
	padding-bottom: 10px;
	font-family: 'Conv_ChaparralPro-Regular';
}
.price span{
	display: inline-block;
}
.pricerupees{
	background: #ffffff;
    color: #000000;
    font-size: 29px;
    padding: 0px 15px;
    font-family: 'Conv_ChaparralPro-Regular';
}
.rupeeIcon{
	position: relative;
	top: 2px;
}
.thumbnailSection ul li img.rupeeIcon{
	width: auto;
}
.price{
	width:141px;
	margin:0px auto;
	margin-top: 12px;
}
.viewBtn{
	width:141px;
	margin: 0px auto;
	text-align: center;
	padding:6px 0px;
	color: #ffffff;
	background:#fa6b67;
	font-family: 'Conv_ChaparralPro-Regular';
	font-size:24px;
	margin-top: 20px;
}
.addto{
	color: #ffffff;
	font-size: 27px;
	font-family: 'lovers_quarrelregular';
	cursor: pointer;
	padding-left: 8px;
}
.collectionExpandClose{
	position: absolute;
	right: 15px;
	top: 15px;
	cursor: pointer;
}
.priceTag{
	font-family: 'lovers_quarrelregular';
	font-size: 29px;
	color:#F01F99;
	cursor:pointer;
}
.hoverStyle{
	background:url('../images/bg-viewoverlay.png') repeat;
	position: absolute;
	left: 0px;
	top: 0px;
	width:100%;
	height: 100%;
}

.overlay-hoverimg{
	background:#ffffff;
	opacity: 0.4;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}



#lightGallery-Gallery.opacity .thumb_cont {
    opacity: 0.8 !important;
}
.thumb_info > .ib{
	font-size: 0px !important;
	
}
#lightGallery-Gallery .thumb_cont .thumb_info{
	background:none !important;
	padding: 0px 20px !important;
}
#lightGallery-Gallery .thumb_cont .thumb_info .close i:after, #lightGallery-close:after{
	content: none !important;
	background:url('../images/thumbnail-close.png') no-repeat;
}
.view-site-txt{
	position:absolute;
	width:100%;
	left:0px;
	bottom:0px;
	height: 0%;
	background:url('../images/bg-hoveronBlack.png') repeat;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
	/*height: 100%;*/
}
.inner-site-view-txt{ 
	padding:10px;
	text-align:left;
	color:#fff;
	font-family:'gothic',arial;
}


.homeTxt{
	position: relative;
	-webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

#contactSocial{
	bottom: 100px !important;
}



@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    -ms-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

/*.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}*/


@-webkit-keyframes mymove {
   0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@-moz-keyframes mymove {
   0%, 60%, 75%, 90%, 100% {
    -moz-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -moz-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -moz-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -moz-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -moz-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  100% {
    -moz-transform: none;
    transform: none;
  }
}
@-ms-keyframes mymove {
   0%, 60%, 75%, 90%, 100% {
    -ms-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -ms-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -ms-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -ms-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -ms-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  100% {
    -ms-transform: none;
    transform: none;
  }
}

/* Standard syntax */
@keyframes mymove {
    0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
     -moz-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
      -ms-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    -ms-transform: translate3d(0, -3000px, 0);
     -moz-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    -ms-transform: translate3d(0, 25px, 0);
   -moz-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
     -moz-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    -ms-transform: translate3d(0, 5px, 0);
    -moz-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
     -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
}




#lightGallery-action{
	width: 100% !important;
	height: 100% !important;
	left: 0px !important;
	bottom: 0px !important;
	margin-left: 0px !important;
}
#lightGallery-next{
	float: right !important;
	top:46% !important;
}
#lightGallery-prev{
	top: 46% !important;
}
#lightGallery-action a.cLthumb{
	left: 49% !important;
	bottom: 4% !important;
	position: absolute !important;
}
#lightGallery-Gallery .thumb_cont .thumb,#lightGallery-action a{
	border-radius: 0px !important;
}
#lightGallery-Gallery .thumb_cont .thumb_inner{
	margin-left: 0px !important;
}
#lightGallery-Gallery .thumb_cont .thumb_info .close{
	background: url('../images/thumbnail-close.png') no-repeat;
	width:30px !important;
	height: 30px !important;
}
#lightGallery-close{
	background: url('../images/collectiondetail-close.png') no-repeat !important;
	width:30px !important;
	height:30px !important;
}
#lightGallery-prev{
	background: url('../images/portfolio-left-arw.png') no-repeat !important;
	width:50px !important;
	height:68px !important;
}
#lightGallery-next{
	background: url('../images/portfolio-right-arw.png') no-repeat !important;
	width:50px !important;
	height:68px !important;
}
#lightGallery-action a{
	font-size:0px !important;
	font-family: none !important;
}
.writeemail{
	color:#ffffff;
	border:1px solid #ffffff;
	padding:8px 20px;
	margin-bottom: 8%;
	display: inline-block;
	font-family: 'Conv_ChaparralPro-Italic';
	font-size: 17px;
}

.scaleIcon a img{
	 -webkit-transition: all 500ms ease; /* Safari and Chrome */
    -moz-transition: all 500ms ease; /* Firefox */
    -ms-transition: all 500ms ease; /* IE 9 */
    -o-transition: all 500ms ease; /* Opera */
    transition: all 500ms ease;
}
.scaleIcon:hover a img{
	-webkit-transform:scale(1.25); /* Safari and Chrome */
    -moz-transform:scale(1.25); /* Firefox */
    -ms-transform:scale(1.25); /* IE 9 */
    -o-transform:scale(1.25); /* Opera */
     transform:scale(1.25);
     -webkit-transition: all 500ms ease; /* Safari and Chrome */
    -moz-transition: all 500ms ease; /* Firefox */
    -ms-transition: all 500ms ease; /* IE 9 */
    -o-transition: all 500ms ease; /* Opera */
    transition: all 500ms ease;
}