* {
	margin: 0px auto;
	padding: 0px;
}
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap');
body {
	font-family: 'Roboto', sans-serif;
	background: url(images/banner-1.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
	
	/* -webkit-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-ms-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;	 */
}
.crossfade > figure {
	animation: imageAnimation 30s linear infinite 0s;
	backface-visibility: hidden;
	background-size: cover;
	background-position: center center;
	color: transparent;
	height: 100%;
	left: 0px;
	opacity: 0;
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 0;
}
 .crossfade > figure:nth-child(1) {
 background-image: url('images/banner-1.jpg');
}
.crossfade > figure:nth-child(2) {
 animation-delay: 6s;
 background-image: url('images/banner-2.jpg');
}
.crossfade > figure:nth-child(3) {
 animation-delay: 12s;
 background-image: url('images/banner-3.jpg');
}
.crossfade > figure:nth-child(4) {
 animation-delay: 18s;
 background-image: url('images/banner-4.jpg');
}
.crossfade > figure:nth-child(5) {
 animation-delay: 24s;
 background-image: url('images/banner-5.jpg');
}
.crossfade > figure:nth-child(6) {
 animation-delay: 24s;
 background-image: url('images/banner-6.jpg');
}
 @keyframes imageAnimation {
 0% {
 animation-timing-function: ease-in;
 opacity: 5;
}
 8% {
 animation-timing-function: ease-out;
 opacity: 1;
}
 17% {
 opacity: 1
}
 25% {
 opacity: 0.9
}
 100% {
 opacity: 0.9
}
}
/*--- gallery----*/
   
.gallery-title {
	font-size: 36px;
	color: #42B32F;
	text-align: center;
	font-weight: 500;
	margin-bottom: 70px;
}
.gallery-title:after {
	content: "";
	position: absolute;
	width: 7.5%;
	left: 46.5%;
	height: 45px;
	border-bottom: 1px solid #5e5e5e;
}
.filter-button {
	font-size: 16px;
	border: 1px solid #959595;
	/* border-radius: 5px; */
    text-align: center;
	color: #ffffff;
	margin-bottom: 30px;
	background: #333;
	padding: 4px;
	border-radius: none!important;
	border-radius: none !important;
	width: 132px;
}
.filter-button:hover {
	text-align: center;
	color: #ffffff;
	background-color: #8c8c8c;
}
.btn-default:active .filter-button:active {
	background-color: #42B32F;
	color: white;
}
.port-image {
	width: 100%;
}
.gallery_product {
	/* margin-bottom: 30px; */
    display: block;
	float: left;
	margin: 0px 1.5% 3% 1.5%;
	width: 30%;
}
.gallery-outer {
	/* position: relative; */
    width: 100%;
	height: auto;
	margin: auto;
	overflow: hidden;
}
.gallery_product img {
	max-width:100%;
	-webkit-transform: scale(1);
	transform: scale(1);
-webkit-transition: .3s ease-in-out;
transition: .3s ease-in-out;
}
.gallery_product img:hover {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
/*--- end gallety*/


div#gallery {
	position: fixed;
	width: 100%;
}
.caption {
	color: #fff;
	text-align: left;
	font-size: 13px;
	line-height: 24px;
}
#myStatus {
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: #fff;
	z-index: 100000;
}
.hppop_bg {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 1;
}
.hppop {
	position: absolute;
	width: 799px;
	height: 540px;
	padding: 20px;
	z-index: 2;
	background-color: rgba(0,0,0,0.8);
	/* background: url(images/bgblacktrans.png) no-repeat;
	background-size: contain; */
	margin: auto;
	right: 0px;
	left: 0px;
	top: 48px;
}
.hppoppic {
	position: absolute;
	top: 15px; right: 15px; top: 14px; left: 13px;
	width: 97%;
	z-index: 1;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	/*border: 10px solid rgba(0,0,0,0.8);*/
}

.slidequote {
    position: absolute;
    z-index: 3;
    top: 270px;
    right: 0;
    left: 200px;
    width: 576px;
    text-align: center;
 
    padding: 15px 25px;
    font-size: 32px;
    font-weight: 600;
    color: #fff;
    text-shadow: 0px 2px 8px #000;
}




.hppoppic img {
	width: 100%;
}
.hppop_left {
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -22px;
	z-index: 9999999999;
}
.hppop_right {
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -22px;
	z-index: 9999999999;
}
.youtube { width: 560px; height: 315px; }



@media (min-width: 991px) {
       .hppop { left: 15%; }
}

@media (max-width: 768px) {
	.hppop_left { left: 5px; }
	.hppop_right { right: 5px; }
	.hppop_left img, .hppop_right img { width: 24px !important; }  
	.youtube { width: 100%; height: 315px; }
  	
}




.hppop_close {
	position: absolute;
	top: -60px;
	right: 0px;
	z-index: 9999999999;
}
.mobileback {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 1111111111111;
	display: none;
}
#mobilemenu {
	position: absolute;
	top: 0px;
	left: -275px;
	width: 275px;
	z-index: 1111111111111;
	display: none;
}
.mobilebg {
	position: fixed;
	top: 0px;
	left: -275px;
	width: 275px;
	height: 100%;
	background: url(images/text-bg.png);
}
.mobilemenucontent {
	position: absolute;
	width: 90%;
	margin: 41px 0px 0px 5%;
	border: 0px solid #c8bebd;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin-bottom: 30px;
}
.mobilemenuclose {
	position: absolute;
	width: 90%;
	margin: 20px 0px 0px 5%;
	text-align: right;
	cursor: pointer;
}
.btnmenu {
	position: absolute;
	top: 10px;
	right: 14px;
	z-index: 1000;
	display: none;
	background: rgba(255, 255, 255, 0.8);
	border-radius: 5px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
}
.btnmenu span {
	float: left;
	margin: 10px 0px 5px 8px;
}
.footer {
	position: fixed;
	bottom: 0;
	z-index: 333333333333;
	width: 74%;
	background: #2e2f31;
	right: 0;
}
.powerd {
	float: right;
	padding: 8px 0px;
	position: relative;
	bottom: 6px;
	right: 10px;
	color: #fff;
	font-size: 12px;
	width: 36%;
	text-align: right;
}
.copyright {
	position: relative;
	color: #fff;
	font-size: 15px; font-weight: 600; text-transform: uppercase; line-height: 18px;
	/* text-align: center; */
	top: 20px;
	width: 58%;

    animation:blinkingText 1.2s infinite;
}
.copyright a, .copyright a:hover { color: #fff; animation:blinkingText 1.2s infinite; }
@keyframes blinkingText{
    0%{     color: #fff;    }
    49%{    color: #fff; }
    60%{    color: #a1a1a1; }
    99%{    color: #a1a1a1;  }
    100%{   color: #fff;    }
}

.smicons {
	position: fixed;
	bottom: 0px;
	z-index: 9999999999;
	margin: auto;
	padding: 6px 0px;
	width: 30%;
	background: #2e2f31;
}
.smicons a {
	float: left;
	margin-left: 18px;
	border: 1px solid #fff;
	width: 38px;
	/* margin: auto; */
	position: relative;
	height: 38px;
	border-radius: 100px;
	transition: 0.3s;
}
.smicons a i {
	font-size: 18px;
	color: #fff;
	width: 16px;
	margin: auto;
	position: absolute;
	right: 0px;
	left: 0px;
	top: 0px;
	bottom: 0;
	height: 18px;
}
.smicons a:hover {
	background: #fff;
}
.smicons a:hover i {
	color: #000;
}
.smiconsMob {
	position: fixed;
	left: 10px;
	z-index: 1000;
}
.smiconsMob a {
	float: left;
	margin-left: 6px;
}
#msgIpad {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	z-index: 100000;
	display: none;
}
#msgIpad .ipadmsg {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -160px;
	margin-top: -75px;
	width: 320px;
}
div#mid-div {
	position: absolute;
	z-index: -1;
	display: block;
	overflow: hidden;
}
div#mid-div img {
	position: absolute;
	z-index: 0;
}
div#mid-div-right {
	position: absolute;
	z-index: 0;
	display: block;
	left: 100%;
	overflow: hidden;
}
div#mid-div-right img {
	position: absolute;
	z-index: 0;
}
div#mid-div-left {
	position: absolute;
	z-index: 0;
	display: block;
	left: -100%;
	overflow: hidden;
}
div#mid-div-left img {
	position: absolute;
	z-index: 0;
}
#maingalleryslider {
	position: relative;
}
#ipadArrowLeft {
	position: absolute;
	z-index: 99999;
	width: 59px;
	height: 91px;
	top: 100%;
	margin-top: -200px;
	left: 180px;
	background: url(images/ar1.png) no-repeat center center;
	cursor: pointer;
}
#ipadArrowRight {
	position: absolute;
	z-index: 99999;
	width: 59px;
	height: 91px;
	top: 100%;
	margin-top: -200px;
	right: 180px;
	background: url(images/ar.png) no-repeat center center;
	cursor: pointer;
}
/*#ipadLoader {background:url(/images/aipadLoader.png); width:100%; height:100%; position:fixed; top:0px; left:0px; display:none;}*/


.scroll-images {
	width: 100%;
	height: 101px;
	float: left;
	display: none;
}
#thum-holder {/*width:3020px;*/
	position: absolute;
	left: 0px;
	display: none;
	background-color: #009900;
}
.loader {
	width: 150px;
	height: 24px;
	position: fixed;
	z-index: 99999;
	display: none;
	top: 50%;
	left: 50%;
	margin: -50px 0px 0px -74px;
}
/*.loader{width:20px; height:20px; position:fixed; z-index:99999; display:none; background:url(/images/ajax-loader.gif) no-repeat center center; top:50%; left:50%; margin:-10px 0px 0px -10px;}*/
.loader .wait {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -14px 0px 0px -14px;
}
.arrow {
	position: fixed;
	z-index: 99999;
	width: 64px;
	height: 64px;
	top: 200px;
	left: 800px;
}
.thum-image {
	float: left;
	width: 150px;
	height: 100px;
	margin: 0 0px 0 0px;
	border-right: solid 1px #fff;
}
.first-imgload {
	width: 100%;
	height: 100%;
	background: #000;
	position: fixed;
	display: none;
}
.btNext {
	position: absolute;
	top: 150px;
	right: 0px;
	z-index: 1000;
}
.btPre {
	position: absolute;
	top: 150px;
	left: 0px;
	z-index: 1000;
}
.furdiv {
	float: left;
	width: 33%;
}
#logo {
	position: fixed;
	top: 0;
	left: 23px;
	width: 200px;
	z-index: 1000;
	background: #2e2f3100;
	padding: 0px 0px 0px;
	text-align: center;
}
#logo img {
	width: 100%;
}
.menu-main {
	position: fixed;
	width: 200px;
	left: 23px;
	top: 250px;
	z-index: 1000;
	overflow: hidden;
}
.menu-main .links {
	margin: 2px 0px;
	padding: 0px;
	font-size: 11px;
	text-align: left;
	background: #2e2f31;
	padding: 12px 0px;
	margin-bottom: 2px;
	float: left;
	color: #FFFFFF;
	text-decoration: none;
	clear: both;
	text-transform: uppercase;
	width: 156px;
	padding-left: 20px;
}
.menu-main .links:hover {
	background: #4d4e50;
	color: #fff;
	cursor: pointer;
}
.linksactive {
	background: #000000 !important;
	color: #fff !important;
}
.sublinks {
	clear: both;
	margin-bottom: 20px;
	margin-right: 0px;
	position: relative;
	display: none
}
.dropbtn {
	background-color: #4CAF50;
	color: white;
	padding: 16px;
	font-size: 16px;
	border: none;
}
.dropdown {
	position: relative;
	display: inline-block;
}
.dropdown-content {
	display: none;
	position: relative;
	background-color: #640900de;
	min-width: 170px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 1;
	height: 180px;
}
.dropdown-content a {
	padding: 0px;
	text-decoration: none;
	display: block;
	width: 100%;
}
.dropdown-content a:hover {
	background-color: #a4a5a9b0;
}
.dropdown:hover .dropdown-content {
	display: block;
}
.dropdown:hover .dropbtn {
	background-color: #3e8e41;
}
.dropbtn2:hover .sublist {
	display: block;
}
.sublist {
	margin-top: 55px;
	float: left;
	background: #000;
	width: 100%;
	position: relative;
	/* right: -12px; */
	text-align: center;
	display: none;
}
.captionSet {
	position: absolute;
	width: 100px;
	top: 4px;
	right: 24px;
	height: 13px;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 10px;
	color: #fff;
	padding: 4px 16px 0px 6px;
	opacity: 1;
}
.bullets {
	position: absolute;
	width: 25px;
	height: 25px;
	/* background: url(images/bullet.png) no-repeat 6px 6px; */
	right: 0px;
}
.prtext {
	position: relative;
}
.prthumbs {
	width: 214px;
	background-color: #232323;
	-moz-box-shadow: 0px 0px 10px 0px #000000;
	-webkit-box-shadow: 0px 0px 10px 0px #000000;
	box-shadow: 0px 0px 10px 0px #000000;
	cursor: pointer;
	text-decoration: none;
}
.prthumbs .prcont {
	width: 194px;
	margin: 10px 0px 0px 10px;
}
.prthumbs .prcont .prh1 {
	font-size: 14px;
	font-weight: 700;
	color: #cccccc;
	margin-top: 8px;
}
.prthumbs .prcont .prh2 {
	font-size: 12px;
	color: #cccccc;
	margin-top: 3px;
}
/*.prthumbs .prcont .prlike {margin:10px 0px 10px 0px; height:29px; background-color:#e9e9e9;}*/
.prthumbs .prcont .prlike {
	margin: 10px 0px 10px 0px;
}
.prthumbs:hover {
	background-color: #000000;
}
.prthumbs:hover .prcont .prh1 {
	color: #ffffff;
}
.prthumbs:hover .prcont .prh2 {
	color: #ffffff;
}
.prthumbs:hover .prcont .prlike {
	background-color: #666;
}
.cltext {
	position: relative;
	width: 674px;
}
.cldiv {
	float: left;
	width: 214px;
	margin-right: 16px;
}
.norightmargin {
	margin-right: 0px;
}
.clbox {
	background: url(images/text-bg.png);
	-moz-box-shadow: 0px 0px 10px 0px #000000;
	-webkit-box-shadow: 0px 0px 10px 0px #000000;
	box-shadow: 0px 0px 10px 0px #000000;
	margin-bottom: 16px;
}
.clbox .clcont {
	padding: 10px 10px 10px 10px;
}
.clbox .clcont .clh1 {
	font-size: 14px;
	line-height: 18px;
	font-weight: 700;
	color: #ffffff;
	margin-bottom: 10px;
}
.clbox .clcont .clh2 {
	font-size: 12px;
	line-height: 18px;
	color: #cccccc;
	margin-top: 3px;
	margin-bottom: 10px;
}
.clbox .clcont .clh3 {
	font-size: 12px;
	line-height: 18px;
	color: #cccccc;
	margin-top: 3px;
	font-style: italic;
}
#thK1 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 675px
}
#thRes1 {
	position: absolute;
	top: 0px;
	left: 0px;
}
#thRes2 {
	position: absolute;
	top: 0px;
	left: 230px;
}
#thRes3 {
	position: absolute;
	top: 0px;
	left: 460px;
}
#thRes4 {
	position: absolute;
	top: 211px;
	left: 0px;
}
#thRes5 {
	position: absolute;
	top: 211px;
	left: 230px;
}
#thRes6 {
	position: absolute;
	top: 266px;
	left: 460px;
}
#thRes7 {
	position: absolute;
	top: 438px;
	left: 0px;
}
#thRes8 {
	position: absolute;
	top: 456px;
	left: 230px;
}
#thRes9 {
	position: absolute;
	top: 478px;
	left: 460px;
}
#thRes10 {
	position: absolute;
	top: 684px;
	left: 0px;
}
#thRes11 {
	position: absolute;
	top: 668px;
	left: 230px;
}
#thRes12 {
	position: absolute;
	top: 739px;
	left: 460px;
	margin-bottom: 100px;
}
#thCom1 {
	position: absolute;
	top: 0px;
	left: 0px;
}
#thCom2 {
	position: absolute;
	top: 0px;
	left: 230px;
}
#thCom3 {
	position: absolute;
	top: 0px;
	left: 460px;
}
#thCom4 {
	position: absolute;
	top: 200px;
	left: 0px;
}
#thCom5 {
	position: absolute;
	top: 210px;
	left: 230px;
}
#thCom6 {
	position: absolute;
	top: 297px;
	left: 460px;
}
#thCom7 {
	position: absolute;
	top: 425px;
	left: 0px;
}
#thCom8 {
	position: absolute;
	top: 500px;
	left: 230px;
}
#thCom9 {
	position: absolute;
	top: 525px;
	left: 460px;
}
#thCom10 {
	position: absolute;
	top: 666px;
	left: 0px;
}
#thCom11 {
	position: absolute;
	top: 723px;
	left: 230px;
}
#thCom12 {
	position: absolute;
	top: 797px;
	left: 460px;
	margin-bottom: 100px;
}
#thPro1 {
	position: absolute;
	top: 0px;
	left: 0px;
}
#thPro2 {
	position: absolute;
	top: 0px;
	left: 230px;
}
#thPro3 {
	position: absolute;
	top: 0px;
	left: 460px;
}
#thPro4 {
	position: absolute;
	top: 195px;
	left: 0px;
}
#thPro5 {
	position: absolute;
	top: 302px;
	left: 230px;
}
#thPro6 {
	position: absolute;
	top: 195px;
	left: 460px;
}
#thPro7 {
	position: absolute;
	top: 487px;
	left: 0px;
	margin-bottom: 100px;
}
#thPro8 {
	position: absolute;
	top: 415px;
	left: 460px;
}
#thCu1 {
	position: absolute;
	top: 0px;
	left: 0px;
}
#thCu2 {
	position: absolute;
	top: 0px;
	left: 230px;
}
#thCu3 {
	position: absolute;
	top: 0px;
	left: 460px;
}
#thCu4 {
	position: absolute;
	top: 211px;
	left: 0px;
}
#thCu5 {
	position: absolute;
	top: 211px;
	left: 230px;
}
#thCu6 {
	position: absolute;
	top: 545px;
	left: 0px;
	margin-bottom: 100px;
}
#thCu7 {
	position: absolute;
	top: 244px;
	left: 460px;
}
#thCu8 {
	position: absolute;
	top: 456px;
	left: 230px;
}
#thFurniture1 {
	position: absolute;
	top: 0px;
	left: 0px;
}
#thFurniture2 {
	position: absolute;
	top: 0px;
	left: 230px;
}
#thFurniture3 {
	position: absolute;
	top: 0px;
	left: 460px;
}
#thFurniture4 {
	position: absolute;
	top: 207px;
	left: 0px;
}
#thFurniture5 {
	position: absolute;
	top: 194px;
	left: 230px;
}
#thFurniture6 {
	position: absolute;
	top: 209px;
	left: 460px;
}
#thFurniture7 {
	position: absolute;
	top: 520px;
	left: 0px;
}
#thFurniture8 {
	position: absolute;
	top: 490px;
	left: 230px;
}
#thFurniture9 {
	position: absolute;
	top: 541px;
	left: 460px;
}
#thFurniture10 {
	position: absolute;
	top: 711px;
	left: 0px;
}
#thFurniture11 {
	position: absolute;
	top: 839px;
	left: 230px;
}
#thFurniture12 {
	position: absolute;
	top: 752px;
	left: 460px;
}
#thFurniture13 {
	position: absolute;
	top: 1037px;
	left: 0px;
}
#thFurniture14 {
	position: absolute;
	top: 1070px;
	left: 230px;
}
#thFurniture15 {
	position: absolute;
	top: 949px;
	left: 460px;
}
#thFurniture16 {
	position: absolute;
	top: 1241px;
	left: 0px;
}
#thFurniture17 {
	position: absolute;
	top: 1286px;
	left: 230px;
}
#thFurniture18 {
	position: absolute;
	top: 1141px;
	left: 460px;
}
#thFurniture19 {
	position: absolute;
	top: 1591px;
	left: 0px;
}
#thFurniture20 {
	position: absolute;
	top: 1508px;
	left: 230px;
}
#thFurniture21 {
	position: absolute;
	top: 1433px;
	left: 460px;
}
#thFurniture22 {
	position: absolute;
	top: 1793px;
	left: 0px;
}
#thFurniture23 {
	position: absolute;
	top: 1714px;
	left: 230px;
}
#thFurniture24 {
	position: absolute;
	top: 1623px;
	left: 460px;
}
#thFurniture25 {
	position: absolute;
	top: 2008px;
	left: 0px;
}
#thFurniture26 {
	position: absolute;
	top: 1902px;
	left: 230px;
	margin-bottom: 100px;
}
.press {
	font-size: 12px;
	line-height: 16px;
}
.press a {
	float: left;
	width: 135px;
	height: 240px;
	margin-right: 19px;
	color: #ffffff;
	text-decoration: none;
}
.press a:hover {
	color: #ffffff;
	text-decoration: none;
}
/*.press { vertical-align:top;}*/
.press img {
	border: 2px solid #999;
}
.press img:hover {
	border: 2px solid #ffffff;
}
.press .caption {
	width: 112px;
	margin: 8px 0px 10px 0px;
}
.presslinks {
	text-align: center;
	color: #003300;
	padding-bottom: 12px;
}
.presslinks ul {
	margin-top: 10px;
	margin-bottom: 10px;
	color: #971928;
}
.presslinks ul li {
	list-style: none;
	display: inline;
}
.presslinks ul li a {
	background-color: #333333;
	font-size: 12px;
	line-height: 12px;
	padding: 3px 10px 3px 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.presslinks ul li a:hover {
	background-color: #000000;
	text-decoration: none;
}
.presslinks .pressactive {
	background-color: #000000 !important;
}
#prYear1 {
}
#prYear2 {
	display: none;
}
#prYear3 {
	display: none;
}
#prYear4 {
	display: none;
}
#prYear5 {
	display: none;
}
#prYear6 {
	display: none;
}
#prYear7 {
	display: none;
}
#prYear8 {
	display: none;
}
#prYear9 {
	display: none;
}
#prYear10 {
	display: none;
}
.prtv a {
	height: 350px;
}
.awards {
	font-size: 12px;
	line-height: 16px;
}
.awards a {
	float: left;
	width: 186px;
	height: 186px;
	margin-right: 19px;
	color: #ffffff;
	text-decoration: none;
}
.awards a:hover {
	color: #ffffff;
	text-decoration: none;
}
/*.press { vertical-align:top;}*/
.awards img {
	border: 2px solid #999;
}
.awards img:hover {
	border: 2px solid #ffffff;
}
.awards .caption {
	width: 175px;
	margin: 8px 0px 10px 0px;
}
.awardslinks {
	text-align: center;
	color: #003300;
	padding-bottom: 12px;
}
.awardslinks ul {
	margin-top: 10px;
	margin-bottom: 10px;
	color: #971928;
}
.awardslinks ul li {
	list-style: none;
	display: inline;
}
.awardslinks ul li a {
	background-color: #333333;
	font-size: 12px;
	line-height: 12px;
	padding: 3px 10px 3px 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.awardslinks ul li a:hover {
	background-color: #000000;
	text-decoration: none;
}
.awardslinks .pressactive {
	background-color: #000000 !important;
}
#prYear1 {
}
#prYear2 {
	display: none;
}
#prYear3 {
	display: none;
}
#prYear4 {
	display: none;
}
#prYear5 {
	display: none;
}
#prYear6 {
	display: none;
}
#prYear7 {
	display: none;
}
#prYear8 {
	display: none;
}
#prYear9 {
	display: none;
}
#prYear10 {
	display: none;
}
#prYear11 {
	display: none;
}
.prtv a {
	height: 350px;
}
.newsbox {
	background: #1e1e1e;
	margin-bottom: 4px;
	font-size: 12px;
	padding: 20px;
	font-size: 14px;
	color: #cccccc;
	line-height: 20px;
}
.newsbox .newsdate {
	font-size: 12px;
	color: #cb5b58;
	text-align: right;
}
.contactbox {
	color: #cccccc;
}
.ctLeft {
	margin-bottom: 20px;
}
.ctRight {
	width: 100%;
}
.innerlinks {
	color: #ffffff;
	text-decoration: none;
}
.innerlinks:hover {
	color: #ffffff;
}
.corpbox {
	position: absolute;
	top: 0px;
	left: 40px;
	width: 900px;
	/* margin-left: 0; */
	min-height: 100%;
	background: rgba(0, 0, 0, 0.8);
	margin: auto;
	right: 0;
	padding: 23px 0px;
}
@media (min-width: 991px) {	      
	  .corpbox { min-height: 525px;  }	
}


.corpcont {
	position: relative;
	/* margin-bottom: 186px; */
    display: block;
	/* padding-bottom: 173px; */
}
.corpcont2 {
	display:inline-block !important;
}
.blankbox {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 675px;
	margin-left: -337px;
	min-height: 100%;
}
.blankcont {
	background: url(images/text-bg.png);
	margin-bottom: 100px;
}
.h1 {
	font-size: 40px;
	text-transform: uppercase;
	font-weight: 400;
	color: #fff;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 15px 0px;
	position: relative;
}
.h1:after { display: none !important;
	content: '';
	display: inline-block;
	width: 60px;
	height: 3px;
	background: #ff0000;
	position: absolute;
	left: 0;
	bottom:0
}
.h2 {
	height: 34px;
	font-size: 17px;
	color: #ffffff;/* text-transform: uppercase; */
	padding-top: 15px;
	text-align: center;
	position: relative;
	margin: 0px 0px 25px;
}
.h2:before {
	position: absolute;
	content: '';
	background: #fff;
	width: 50px;
	height: 3px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.h3 {
	height: 20px;
	background: url(images/headline.png) no-repeat top center;
	font-size: 18px;
	color: #ffffff;
	text-transform: uppercase;
	padding-top: 15px;
	text-align: center;
}
.h4 {
	font-size: 72px;
	color: #ffffff;
	padding-top: 40px;
	text-align: center;
	background: url(images/headline_single.png) no-repeat bottom center;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.h5 {
	height: 50px;
	background: url(images/headline.png) no-repeat top center;
	font-size: 18px;
	color: #000000;
	text-transform: uppercase;
	padding-top: 15px;
	text-align: center;
}
.corpcont .corptext {
	font-size: 14px;
	color: #e4e4e4;
	margin-bottom: 30px;
}
.corpcont .corptext p {
	margin-bottom: 16px;
	line-height: 28px;
	text-align: justify;
	font-size: 16px;
	font-weight: 400;
}
/* .corpcont .corptext h5 {
	font-size: 20px;
	font-weight: 500;
	border-bottom: 1px solid;
    position: relative;
	padding: 5px 5px 12px 5px;
	margin-bottom: 15px;
	color: #fff;
} */
.corpcont .corptext h5 {
    font-size: 20px;
    font-weight: 500;
    /* border-bottom: 1px solid; */
    /* background: #a7a7a7; */
    /* position: relative; */
    padding: 5px 5px 0px 0px;
    margin-bottom: 7px;
    color: #ffee76;
}



.corpcont .corptext h5:before {
	content: '';
	position: absolute;
	bottom: -4px;
	background: #a7a7a7;
	width: 82px;
	height: 7px;
	left: 0;
	border-radius: 100px;
}
.corpcont h2 {
	font-size: 25px;
	color: #fff;
	padding: 10px 2px;
	margin: 20px 0px 10px 0px;
	font-weight: 500;
}
.corptext ul {
	list-style: none;
	margin: 0px;
	padding: 10px 0px;
}
.corptext ul li {
	line-height:25px;
	margin:0;
	padding:0;
	font-size:16px;
	color:#fff;
	position:relative;
	padding-left: 16px;
}
.corptext ul li:before {
	content:'\f0da ';
	position:absolute;
	left:0;
	top:0;
	width:20px;
	height:20px;
	font-family:'FontAwesome';
	font-size:20px;
	color:#fff;
}
.blankpad {
	padding: 28px;
}
.blankclpad {
	padding: 28px 0px 28px 0px;
}
.btNext {
	position: absolute;
	top: 150px;
	right: 0px;
	z-index: 1000;
}
.btPre {
	position: absolute;
	top: 150px;
	left: 0px;
	z-index: 1000;
}
.cnimage {
	float: right;
	width: 170px;
	margin: 0px 0px 20px 20px;
}
.cnimage img {
	border: 1px solid #000000;
}
.cnimage .cap {
	color: #ffffff;
	font-size: 11px;
}
.ul-text {
	margin-top: 10px;
	margin-bottom: 10px;
	color: #cb5b58;
}
.ul-text li {
	list-style: none;
	line-height: 18px;
	padding: 0px 0px 6px 0px;
}
.ul-text li ul {
	margin: 2px 0px 10px 4px;
	color: #cccccc;
	font-size: 12px;
}
.ul-text li ul li {
	background: url(images/bulletsub.png) no-repeat 0px 0px;
	list-style: none;
	line-height: 18px;
	padding: 0px 0px 3px 20px;
}
#banner {
	position: fixed;
}
.scr_fullheight {
	position: relative;
}
.scr_fullheight_home {
	position: relative;
}
#myContent {
	position: absolute;
	bottom: 110px;
	left: 180px;
	z-index: 200;
	width: 344px;
	background: url('images/textbox.png');
	padding: 18px;
	font-size: 12px;
	color: #1c1c1c;
	line-height: 16px;
	height: 320px;
}
#btMin {
	position: absolute;
	top: 5px;
	right: 5px;
}
.prName {
	color: #971928;
	font-size: 24px;
	margin-bottom: 4px;
	line-height: 26px;
}
.prLocation {
	color: #1c1c1c;
	font-size: 14px;
	line-height: 16px;
}
.prButtons {
	background: url('images/linecnt.png') no-repeat 207px 26px;
	height: 27px;
	position: relative;
	margin: 10px 0px 10px 0px;
}
.b1 {
	position: absolute;
	top: 0px;
	left: 0px;
}
.imgb1 {
	display: none;
}
.b2 {
	position: absolute;
	top: 0px;
	left: 103px;
}
.imgb2a {
	display: none;
}
.contentbox {
	width: 100%;
	height: 230px;
	overflow: auto;
}
.prLy {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}
.prLy img {
	width: 100%;
}
#btMax {
	position: absolute;
	top: 366px;
	left: 27px;
	z-index: 200;
	display: none;
}
/*#news-band{width:964px; position:fixed; bottom:0; left:50%; margin-left:-482px; margin-bottom:0px; z-index:9999; background:url('images/bgwhite.png');}*/
.newscontainer {
	width: 100%;
	padding: 6px 10px 4px 10px;
}
.newsupdates {
	width: 100px;
	text-transform: uppercase;
	border-right: #000 1px dotted;
	color: #000;
	font-size: 10px;
	line-height: 10px;
	text-align: left;
	font-weight: 700;
	float: left;
	margin-right: 20px;
	padding-top: 2px;
}
.newsscroll {
	width: 820px;
	font-size: 11px;
	font-weight: 400;
	float: left;
	margin-right: 20px;
	color: #000;
	text-transform: uppercase;
	margin-top: 1px;
}
.marqmob {
	margin: 26px 0px 0px 10px;
	display: none;
	font-size: 14px;
	font-weight: 400;
}
.clear {
	clear: both;
}
/*--- contact page---*/
.contact {
	/* background-image: url(../img/contact-bg.jpg); */
    /* background-size: cover; */
    background: none;
	position: relative;
	z-index: 2;
	color: #000;
}
.pb-100 {
	padding-bottom: 100px;
}
.pt-100 {
	padding-top: 100px;
}
.mb-100 {
	margin-bottom: 100px;
}
a {
	text-decoration: none;
	color: #333;
 -webkit-transition: .4s;
 transition: .4s;
}
.section-title2 {
	position: relative;
}
.section-title2 p {
	font-size: 22px;
	margin-bottom: 26px;
	font-weight: 400;
	text-transform: uppercase;
}
.section-title2 h3 {
	font-size: 40px;
	font-weight: 500;
	text-transform: capitalize;
	position: relative;
	padding-bottom: 20px;
	display: inline-block;
}
.section-title2 h3::before {
 position: absolute;
 content: "";
 width: 80px;
 height: 2px;
 background-color: #d8d8d8;
 bottom: 0;
 left: 50%;
 margin-left: -40px;
}
.section-title2 h3::after {
 position: absolute;
 content: "";
 width: 50px;
 height: 2px;
 background-color: #8dc63f;
 left: 0;
 bottom: 0;
 left: 50%;
 margin-left: -25px;
}
form.contact-form {
	margin: 0px;
}
.contact {
	/* background-image: url("../img/contact-bg.jpg");*/
  /*background-size: cover;*/
  /*background-position: center;
  background-attachment: fixed;*/
	background: none;
	position: relative;
	z-index: 2;
	color: #000;
}
.contact-form input, .contact-form textarea {
	width: 100%;
	border: 1px solid #555;
	padding: 10px 10px;
	/*text-transform: capitalize;*/
	margin-top: 15px;
	background-color: transparent;
	color: #fff; font-size: 15px;
}



.contact:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	/*background-color: #333;*/
	z-index: -1;
	opacity: .85;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
}
.single-contact {
	text-align: left;
	position: relative;
	padding-left: 57px;
	margin: 10px 20px 20px 0px;
	width: 40%;
	float: left;
}
.single-contact i.fa {
	position: absolute; font-size: 20px;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #a9a9a9;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 3px;
	color: #fff;
}
.single-contact i.fa-mobile { font-size: 27px; }
.single-contact h5 {
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: 500;
	color: #fff;
}
.single-contact p {
	font-size: 15px;
	font-weight: 400;
	color: #fff;
}
.single-contact p a {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
}
.single-contact a:hover {
	color: rgb(232, 139, 129);
}
.contact-form input[type="submit"] {
	background-color: #a9a9a9;
	border: 0px;
	cursor: pointer;
	font-size: 16px;
 -webkit-transition: .4s;
 transition: .4s;
	border: 1px solid #2e2f31;
	padding: 10px 0px;
	color: #fff;
	width: 100%;
}
.contact-form textarea:focus {
	border-color: #8dc63f;
}
.contact-form input:focus {
	border-color: #8dc63f!important;
}
/*-- furniture-----*/
.interior-box {
	width: 100%;
	position:relative;
	display: inline-block;
	margin-bottom:75px;
	margin-top:40px;
}
.image-box {
	width: 60%;
	float: left;
	height: 291px;/* border: 1px solid #fd0000; */
}
.image-box img {
	height:100%;
	max-width: 100%;
	width: 100%;
}
.info-para {
	position: absolute;
	width: 41%;
	background: #2e2f31;
	padding: 10px;
	right: 4px;
	top: 37px;
	box-shadow: #585858 0px 0px 9px 0.5px;
	height: 194px;
}
.info-para p {
	line-height: 24px !important;
	font-size: 14px !important;
	text-align: justify !important;
}
.interior-box2 {
	width: 100%;
	position:relative;
	display: inline-block;
	margin-bottom:75 px;
}
.image-box2 {
	width: 65%;
	float: right;
}
.image-box2 img {
	height: 260px;
	max-width: 100%;
	width: 100%;
}
.info-para2 {
	position: absolute;
	width: 41%;
	/* float: right; */
    background: #2e2f31;
	padding: 10px;
	left: 4px;
	top: 37px;
	box-shadow: #585858 0px 0px 9px 0.5px;
}
.info-para2 p {
	line-height: 24px !important;
	font-size: 14px !important;
	text-align: justify !important;
}
/*--- end furniture ---*/


.founder {
	float: right;
	width: 350px;
	margin: 10px 0px 0px 20px;
}
.founder img {
	max-width: 100%;
	border: 1px solid #999;
}
.founder p {
	font-size: 12px !important;
	color: #fff !important;
	text-align: center !important;
}
@media (min-width: 992px) {
  .pl-0 { padding-left: 0 !important; }
  .pr-0 { padding-right: 0 !important; }
  .pl-5 { padding-left: 5px !important; }
  .pr-5 { padding-right: 5px !important; }
}

.carousel.carousel-fade, .carousel.carousel-fade .item, .carousel.carousel-fade .item img
{
    position: fixed;
    width: 100%;
    height: 100%;
}
@media (max-width: 768px) {
	.carousel.carousel-fade, .carousel.carousel-fade .item, .carousel.carousel-fade .item img
	{
	    height: 100%;
	}	
}


.carousel-fade .item {
 opacity: 0;
 transition-duration: .6s;
 transition-property: opacity;
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
    opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-control {
    z-index: 2;
}

@media only screen and (max-width: 789px) and (min-width: 681px) { 
	.carousel-fade .item img { display: none !important; opacity: 0; background-size: cover; }
	.carousel-fade .item.banner1 { background: url(images/mob-banner1.jpg) center top no-repeat; }
	.carousel-fade .item.banner2 { background: url(images/mob-banner2.jpg) center top no-repeat; }
	.carousel-fade .item.banner3 { background: url(images/mob-banner3.jpg) center top no-repeat; }
	.carousel-fade .item.banner4 { background: url(images/mob-banner4.jpg) center top no-repeat; }
	.carousel-fade .item.banner5 { background: url(images/mob-banner5.jpg) center top no-repeat; }
	.carousel-fade .item.banner6 { background: url(images/mob-banner6.jpg) center top no-repeat; }
	.carousel-fade .item.banner7 { background: url(images/mob-banner7.jpg) center top no-repeat; }
	.carousel-fade .item.banner8 { background: url(images/mob-banner8.jpg) center top no-repeat; }
}

@media (max-width: 480px) {
	.carousel-fade .item img { display: none !important; opacity: 0; }
	.carousel-fade .item { background-size: cover !important; }	
	.carousel-fade .item.banner1 { background: url(images/mob-banner1-1.jpg) center top no-repeat; }
	.carousel-fade .item.banner2 { background: url(images/mob-banner2-2.jpg) center top no-repeat; }
	.carousel-fade .item.banner3 { background: url(images/mob-banner3-3.jpg) center top no-repeat; }
	.carousel-fade .item.banner4 { background: url(images/mob-banner4-4.jpg) center top no-repeat; }
	.carousel-fade .item.banner5 { background: url(images/mob-banner5-5.jpg) center top no-repeat; }
	.carousel-fade .item.banner6 { background: url(images/mob-banner6-6.jpg) center top no-repeat; }
	.carousel-fade .item.banner7 { background: url(images/mob-banner7-7.jpg) center top no-repeat; }
	.carousel-fade .item.banner8 { background: url(images/mob-banner8-8.jpg) center top no-repeat; }


	.slidequote { top: 137px; padding: 5px 11px; font-size: 13px; width: 85%; right: 0 !important; left: 0 !important; text-align: center; }
}

@media only screen and (max-width: 680px) and (min-width: 481px)  {
	.carousel-fade .item img { display: block !important; opacity: 1; }	
}

/* 
@media (max-width: 991px) {
     .carousel-fade .item img { display: none !important; opacity: 0; background-size: cover; }
} */




@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
		
		
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}





/* harpreet snd */


/*-- end--*/

@media (max-width: 1216px) {
    .slidequote { right: 17.55%; }
	.hppop {
	 width: 625px;
	 height: 425px;
	}
	.hppoppic {
	 width: 600px;
	}
	/*.hppop_3 {width:280px;}*/
	.corpbox {
	 width: 658px;
	}
	.gallery_product {
	 width: 27%;
	}
}
@media (max-width: 996px) {
	#banner {
	 position: static;
	}
	 .corpcont {
	 position: relative;
	 margin: auto;
	 padding-bottom: 50px;
	}
	.blankbox {
	 position: static;
	 top: 0px;
	 left: 0px;
	 width: 100%;
	 margin-left: 0px;
	 min-height: auto;
	 background: url(images/text-bg.png);
	}
	.blankcont {
	 background: none;
	 margin: auto;
	 padding-bottom: 50px;
	}
	.h1 {
	 padding-top: 0px;
	}
	.h4 {
	 padding-top: 28px;
	}
	.h5 {
	 color: #cb5b58;
	}
	#logo {
	 position: absolute;
	 top: 0;
	 left: 27px;
	 width: 127px;
	 height: 363px;
	 z-index: 1000;
	}
	.menu-main {
	 position: absolute;
	 width: 200px;
	 right: 0px;
	 top: 60px;
	 z-index: 1000;
	 overflow: hidden;
	}
	.prk2 {
	 height: 500px;
	 width: 674px;
	}
	.prres {
	 height: 1000px;
	 width: 674px;
	}
	.progress {
	 height: 815px;
	 width: 674px;
	}
	.furniture {
	 height: 2455px;
	 width: 674px;
	}
	.prcom {
	 height: 1190px;
	 width: 674px;
	}
	.prpro {
	 height: 900px;
	 width: 674px;
	}
	#news-band {
	 width: 100%;
	 position: relative;
	 left: 0px;
	 margin-left: 0px;
	}
	.newscontainer {
	 padding: 8px 0px 6px 0px;
	}
	.newsupdates {
	 margin-left: 10px;
	 border: none;
	 font-size: 14px;
	}
	.newsscroll {
	 display: none;
	}
	.marqmob {
	 display: block;
	}
	.smicons {
	 position: absolute;
	}
	.smiconsMob {
	 position: absolute;
	}
	.ctRight iframe {
	 height: 400px;
	}
	.ul-text {
	 margin-top: 10px;
	 margin-bottom: 10px;
	 color: #cb5b58;
	 font-size: 12px;
	}
	.ul-text li {
	 background: url(images/bulletsubn.png) no-repeat 0px 0px!important;
	 list-style: none;
	 line-height: 18px;
	 padding: 0px 0px 6px 20px;
	}
}
@media (max-width: 766px) {
		 .gallery_product {
		 width: 43%;
		}
		.powerd {
		 float: none;
		 text-align: center;
		 width: 100%
		}
		.copyright {
		 top: 8px;
		 width: 100%;
		 text-align: center;
		}
		.prk2 {
		 height: 350px;
		 width: 444px;
		}
		.prres {
		 height: 1500px;
		 width: 444px;
		}
		.progress {
		 height: 1110px;
		 width: 444px;
		}
		.furniture {
		 height: 3300px;
		 width: 444px;
		}
		.prcom {
		 height: 1644px;
		 width: 444px;
		}
		.prpro {
		 height: 1000px;
		 width: 444px;
		}
		#thK1 {
		 width: 444px;
		}
		#thK1 .prcont {
		 width: 444px;
		}
		#thK1 .prcont img {
		 width: 422px;
		}
		#thRes1 {
		 top: 0px;
		 left: 0px;
		}
		#thRes2 {
		 top: 0px;
		 left: 230px;
		}
		#thRes3 {
		 top: 211px;
		 left: 0px;
		}
		#thRes4 {
		 top: 211px;
		 left: 230px;
		}
		#thRes5 {
		 top: 477px;
		 left: 0px;
		}
		#thRes6 {
		 top: 438px;
		 left: 230px;
		}
		#thRes7 {
		 top: 722px;
		 left: 0px;
		}
		#thRes8 {
		 top: 650px;
		 left: 230px;
		}
		#thRes9 {
		 top: 967px;
		 left: 0px;
		}
		#thRes10 {
		 top: 862px;
		 left: 230px;
		}
		#thRes11 {
		 top: 1228px;
		 left: 0px;
		}
		#thRes12 {
		 top: 1107px;
		 left: 230px;
		 margin-bottom: 0px;
		}
		#thCom1 {
		 top: 0px;
		 left: 0px;
		}
		#thCom2 {
		 top: 0px;
		 left: 230px;
		}
		#thCom3 {
		 top: 200px;
		 left: 0px;
		}
		#thCom4 {
		 top: 211px;
		 left: 230px;
		}
		#thCom5 {
		 top: 497px;
		 left: 0px;
		}
		#thCom6 {
		 top: 437px;
		 left: 230px;
		}
		#thCom7 {
		 top: 788px;
		 left: 0px;
		}
		#thCom8 {
		 top: 664px;
		 left: 230px;
		}
		#thCom9 {
		 top: 892px;
		 left: 230px;
		 margin-bottom: 0px;
		}
		#thCom10 {
		 top: 1031px;
		 left: 0px;
		}
		#thCom11 {
		 top: 1167px;
		 left: 230px;
		}
		#thCom12 {
		 top: 1254px;
		 left: 0px;
		}
		#thPro1 {
		 top: 0px;
		 left: 0px;
		}
		#thPro2 {
		 top: 0px;
		 left: 230px;
		}
		#thPro3 {
		 top: 194px;
		 left: 0px;
		}
		#thPro4 {
		 top: 303px;
		 left: 230px;
		}
		#thPro5 {
		 top: 388px;
		 left: 0px;
		}
		#thPro6 {
		 top: 597px;
		 left: 230px;
		}
		#thPro7 {
		 top: 646px;
		 left: 0px;
		 margin-bottom: 0px;
		}
		#thPro8 {
		 top: 819px;
		 left: 230px;
		}
		#thCu1 {
		 top: 0px;
		 left: 0px;
		}
		#thCu2 {
		 top: 0px;
		 left: 230px;
		}
		#thCu3 {
		 top: 211px;
		 left: 0px;
		}
		#thCu4 {
		 top: 211px;
		 left: 230px;
		}
		#thCu5 {
		 top: 460px;
		 left: 0px;
		}
		#thCu6 {
		 top: 550px;
		 left: 230px;
		}
		#thCu7 {
		 top: 710px;
		 left: 0px;
		 margin-bottom: 0px;
		}
		#thCu8 {
		 top: 785px;
		 left: 230px;
		}
		 #thFurniture1 {
		 position: absolute;
		 top: 0px;
		 left: 0px;
		}
		#thFurniture2 {
		 position: absolute;
		 top: 0px;
		 left: 230px;
		}
		#thFurniture3 {
		 position: absolute;
		 top: 212px;
		 left: 0px;
		}
		#thFurniture4 {
		 position: absolute;
		 top: 198px;
		 left: 230px;
		}
		#thFurniture5 {
		 position: absolute;
		 top: 426px;
		 left: 0px;
		}
		#thFurniture6 {
		 position: absolute;
		 top: 513px;
		 left: 230px;
		}
		#thFurniture7 {
		 position: absolute;
		 top: 723px;
		 left: 0px;
		}
		#thFurniture8 {
		 position: absolute;
		 top: 847px;
		 left: 230px;
		}
		#thFurniture9 {
		 position: absolute;
		 top: 914px;
		 left: 0px;
		}
		#thFurniture10 {
		 position: absolute;
		 top: 1200px;
		 left: 230px;
		}
		#thFurniture11 {
		 position: absolute;
		 top: 1126px;
		 left: 0px;
		}
		#thFurniture12 {
		 position: absolute;
		 top: 1528px;
		 left: 230px;
		}
		#thFurniture13 {
		 position: absolute;
		 top: 1361px;
		 left: 0px;
		}
		#thFurniture14 {
		 position: absolute;
		 top: 1729px;
		 left: 230px;
		}
		#thFurniture15 {
		 position: absolute;
		 top: 1568px;
		 left: 0px;
		}
		#thFurniture16 {
		 position: absolute;
		 top: 1948px;
		 left: 230px;
		}
		#thFurniture17 {
		 position: absolute;
		 top: 1759px;
		 left: 0px;
		}
		#thFurniture18 {
		 position: absolute;
		 top: 2301px;
		 left: 230px;
		}
		#thFurniture19 {
		 position: absolute;
		 top: 1985px;
		 left: 0px;
		}
		#thFurniture20 {
		 position: absolute;
		 top: 2598px;
		 left: 230px;
		}
		#thFurniture21 {
		 position: absolute;
		 top: 2187px;
		 left: 0px;
		}
		#thFurniture22 {
		 position: absolute;
		 top: 2795px;
		 left: 0px;
		}
		#thFurniture23 {
		 position: absolute;
		 top: 2379px;
		 left: 0px;
		}
		#thFurniture24 {
		 position: absolute;
		 top: 3011px;
		 left: 0px;
		 margin-bottom: 100px;
		}
		#thFurniture25 {
		 position: absolute;
		 top: 2571px;
		 left: 0px;
		}
		#thFurniture26 {
		 position: absolute;
		 top: 2805px;
		 left: 230px;
		}
		
		.hppop {
		 width: 90%;
		 height: auto;
		 margin-top: 0px;
		 top: 150px;
		 padding: 5px; background-size: 100% 100%;
		}
		.hppoppic {
			 width: 100%;
			 top: 0;
			 left: 0; position: relative;
		}
		
		
		/*.hppop_2 {width:400px;}
			.hppop_3 {width:188px; left:126px;}*/
			
		.cltext {
		 width: 460px;
		}
		.clrestop {
		 clear: both;
		 margin-top: -65px;
		}
		.clcomtop {
		 clear: both;
		}
		.clhostop {
		 clear: both;
		}
		.clcultop {
		 clear: both;
		 margin-top: -32px;
		}
}
@media (max-width: 600px) {
		 .gallery_product {
		 width: 100%;
		 text-align: center;
		 float: none;
		}
}
@media (max-width: 520px) {
		 .prk2 {
		 height: 350px;
		/* width: 214px; */
		}
		.prres {
		 height: 2800px;
		/* width: 214px; */
		}
		.progress {
		 height: 2118px;
		/* width: 214px; */
		}
		.furniture {
		 height: 6446px;
		/* width: 214px; */
		}
		.prcom {
		 height: 3028px;
		/* width: 214px; */
		}
		.prpro {
		 height: 2000px;
		/* width: 214px; */
		}
		#thK1 {
		/* width: 214px; */
		}
		#thK1 .prcont {
		/* width: 214px; */
		}
		#thK1 .prcont img {
		 width: 192px;
		}
		#thRes1 {
		 top: 0px;
		 left: 0px;
		}
		#thRes2 {
		 top: 211px;
		 left: 0px;
		}
		#thRes3 {
		 top: 422px;
		 left: 0px;
		}
		#thRes4 {
		 top: 688px;
		 left: 0px;
		}
		#thRes5 {
		 top: 915px;
		 left: 0px;
		}
		#thRes6 {
		 top: 1160px;
		 left: 0px;
		}
		#thRes7 {
		 top: 1372px;
		 left: 0px;
		}
		#thRes8 {
		 top: 1617px;
		 left: 0px;
		}
		#thRes9 {
		 top: 1829px;
		 left: 0px;
		}
		#thRes10 {
		 top: 2090px;
		 left: 0px;
		}
		#thRes11 {
		 top: 2335px;
		 left: 0px;
		}
		#thRes12 {
		 top: 2563px;
		 left: 0px;
		}
		#thCom1 {
		 top: 0px;
		 left: 0px;
		}
		#thCom2 {
		 top: 200px;
		 left: 0px;
		}
		#thCom3 {
		 top: 411px;
		 left: 0px;
		}
		#thCom4 {
		 top: 708px;
		 left: 0px;
		}
		#thCom5 {
		 top: 934px;
		 left: 0px;
		}
		#thCom6 {
		 top: 1225px;
		 left: 0px;
		}
		#thCom7 {
		 top: 1452px;
		 left: 0px;
		}
		#thCom8 {
		 top: 1698px;
		 left: 0px;
		}
		#thCom9 {
		 top: 1926px;
		 left: 0px;
		}
		#thCom10 {
		 top: 2201px;
		 left: 0px;
		}
		#thCom11 {
		 top: 2423px;
		 left: 0px;
		}
		#thCom12 {
		 top: 2645px;
		 left: 0px;
		}
		#thPro1 {
		 top: 0px;
		 left: 0px;
		}
		#thPro2 {
		 top: 194px;
		 left: 0px;
		}
		#thPro3 {
		 top: 497px;
		 left: 0px;
		}
		#thPro4 {
		 top: 691px;
		 left: 0px;
		}
		#thPro5 {
		 top: 985px;
		 left: 0px;
		}
		#thPro6 {
		 top: 1243px;
		 left: 0px;
		}
		#thPro7 {
		 top: 1465px;
		 left: 0px;
		}
		#thPro8 {
		 top: 1742px;
		 left: 0px;
		}
		#thCu1 {
		 top: 0px;
		 left: 0px;
		}
		#thCu2 {
		 top: 211px;
		 left: 0px;
		}
		#thCu3 {
		 top: 422px;
		 left: 0px;
		}
		#thCu4 {
		 top: 668px;
		 left: 0px;
		}
		#thCu5 {
		 top: 1002px;
		 left: 0px;
		}
		#thCu6 {
		 top: 1253px;
		 left: 0px;
		}
		#thCu7 {
		 top: 1486px;
		 left: 0px;
		}
		#thCu8 {
		 top: 1860px;
		 left: 0px;
		 margin-bottom: 0px;
		}
		 #thFurniture1 {
		 position: absolute;
		 top: 0px;
		 left: 0px;
		}
		#thFurniture2 {
		 position: absolute;
		 top: 212px;
		 left: 0px;
		}
		#thFurniture3 {
		 position: absolute;
		 top: 409px;
		 left: 0px;
		}
		#thFurniture4 {
		 position: absolute;
		 top: 622px;
		 left: 0px;
		}
		#thFurniture5 {
		 position: absolute;
		 top: 937px;
		 left: 0px;
		}
		#thFurniture6 {
		 position: absolute;
		 top: 1235px;
		 left: 0px;
		}
		#thFurniture7 {
		 position: absolute;
		 top: 1568px;
		 left: 0px;
		}
		#thFurniture8 {
		 position: absolute;
		 top: 1759px;
		 left: 0px;
		}
		#thFurniture9 {
		 position: absolute;
		 top: 2111px;
		 left: 0px;
		}
		#thFurniture10 {
		 position: absolute;
		 top: 2324px;
		 left: 0px;
		}
		#thFurniture11 {
		 position: absolute;
		 top: 2652px;
		 left: 0px;
		}
		#thFurniture12 {
		 position: absolute;
		 top: 2888px;
		 left: 0px;
		}
		#thFurniture13 {
		 position: absolute;
		 top: 3085px;
		 left: 0px;
		}
		#thFurniture14 {
		 position: absolute;
		 top: 3290px;
		 left: 0px;
		}
		#thFurniture15 {
		 position: absolute;
		 top: 3506px;
		 left: 0px;
		}
		#thFurniture16 {
		 position: absolute;
		 top: 3695px;
		 left: 0px;
		}
		#thFurniture17 {
		 position: absolute;
		 top: 4045px;
		 left: 0px;
		}
		#thFurniture18 {
		 position: absolute;
		 top: 4269px;
		 left: 0px;
		}
		#thFurniture19 {
		 position: absolute;
		 top: 4564px;
		 left: 0px;
		}
		#thFurniture20 {
		 position: absolute;
		 top: 4764px;
		 left: 0px;
		}
		#thFurniture21 {
		 position: absolute;
		 top: 4969px;
		 left: 0px;
		}
		#thFurniture22 {
		 position: absolute;
		 top: 5158px;
		 left: 0px;
		}
		#thFurniture23 {
		 position: absolute;
		 top: 5372px;
		 left: 0px;
		}
		#thFurniture24 {
		 position: absolute;
		 top: 5561px;
		 left: 0px;
		}
		#thFurniture25 {
		 position: absolute;
		 top: 5809px;
		 left: 0px;
		}
		#thFurniture26 {
		 position: absolute;
		 top: 6031px;
		 left: 0px;
		 margin-bottom: 100px;
		}
		
		 .cltext {
		/* width: 214px; */
		}
		.clrestop {
		 margin-top: 0px;
		}
		.clcultop {
		 margin-top: 0px;
		}
}
@media (max-width: 991px) {
	    /* body {
				background: #000;
				position: relative;
			} */
	
		 form.contact-form {
		 margin: 0px 0px;
		}
		 .corpbox {
			 top: 250px;
			 width: auto; left: 3%; right: 3%;
			 margin-left: 0px;
			 height: auto;
			 background: rgb(0,0,0,0.8);
		}
		 .corpcont .corptext p { text-align: left;
		 margin-bottom: 0px;
		 line-height: 26px;
		 font-size: 15px;
		}
		.single-contact { width: auto; word-break: break-word; padding-left: 61px; margin-bottom: 0px; }
		.single-contact i.fa { height: 64px; line-height: 62px; }		
		
		.blankpad { padding: 10px 28px 0px 28px; }
		
		
		 .footer {
		 width: 100%;
		}
		 .copyright {
		 width: 96%;
		}
		 #logo {
		 left: 27px;
		 width: 70px;
		 height: 93px;
		 padding: 11px 11px 10px;
		}
		 .btnmenu {
		 display: block;
		}
		 .menu-main {
		 display: none;
		}
		 #myContent {
		 left: 140px;
		 width: 300px;
		}
		 .prName {
		 color: #971928;
		 font-size: 14px;
		 font-weight: 700;
		 margin-bottom: 4px;
		 line-height: 16px;
		}
		 .prLocation {
		 color: #1c1c1c;
		 font-size: 12px;
		 line-height: 14px;
		 margin-bottom: 20px;
		}
		 #btMax {
		 top: 14px;
		 left: 135px;
		}
				/*.ctRight {clear:both; float:left; margin-top:30px; width:250px;}*/
				.smicons {
		 right: 55px!important;
		 display: none;
		}
		 .smiconsMob {
		 margin-top: 25px;
		}
}
 @media (max-width: 596px) {
.furdiv {
 width: 50%;
}
}
 @media (max-width: 450px) {
.furdiv {
 width: 100%;
}
 .presslinks ul li a {
 padding: 8px 0px 8px 0px;
 display: block;
 width: 100%;
 margin-bottom: 4px;
}
 .press a {
 width: 130px;
 height: 210px;
}
 .press img {
 width: 120px;
}
 .press {
 font-size: 11px;
}
 .prtv a {
 height: 310px;
}
}
@media screen and (max-width: 500px) {
	.h1 { font-size: 26px !important; }
    .founder { width: 100%; margin: 10px 0px; }	
     body { webkit-background-size: 100% 100%;
		  	-moz-background-size: 100% 100%;
		  	-o-background-size: 100% 100%;
		  	background-size: 100% 100%;
		  }
	
	
	
	
	
	.corpcont h2 { font-size: 18px; padding: 0px; margin: 10px 0px; font-weight: 500; line-height: 26px; }
	.corptext ul li { line-height: 23px; font-size: 14px; }
	 .contact-form input, .contact-form textarea {
	 width: 100%;
	}
	#logo {
	 left: 10px;
	 padding: 0px 0px 0px;
	}
	#myContent {
	 left: 80px;
	 width: 200px;
	}
	#btMax {
	 top: 14px;
	 left: 85px;
	}
	}
 @media (max-height: 500px) {
#myContent {
 height: 180px;
}
.contentbox {
 height: 100px;
}
.prLy img {
 width: auto;
 height: 90px;
}
}
 @media (max-width: 500px) {
 .gallery_product {
margin: 15px 0px;
}
 .gallery_product img {
width: 100% !important;
}

.copyright { position: static; }
.powerd { float: right; padding: 0px 0px 0px 0px; position: static; }



}
