/* CSS Document */
@-webkit-keyframes fadeIn {
0% { opacity: 0; }
20% { opacity: 0; }
40% { opacity: 0.3; }
60% { opacity: 0.5; }
80% { opacity: 0.9; }
100% { opacity: 1; }
}

@keyframes fadeIn {
0% { opacity: 0; }
20% { opacity: 0; }
40% { opacity: 0.3; }
60% { opacity: 0.5; }
80% { opacity: 0.9; }
100% { opacity: 1; }
}
* {
   margin: 0px;
   padding: 0px;
   text-decoration:none;
   /*border:1px solid #dfdfdf;*/
   font-family:"century_gothic",arial;
   color:#fff;
}
h1, h2, h3, h4, h5, h6 { /*reset for mobile browsers */
	font-weight: normal!important;
}
h3{
	font-size:15px;	
}
li{
	list-style-position:inside;	
	color:#fff;
}
textarea{
	spellcheck:false;	
}
html{
	background-color: #4D4C48;
}
body{
/*	width:1200px;
	height:868px;
	margin:0 auto;
	background:url(../image/template/background.jpg) no-repeat;
*/}
.wrapAll{
	position:relative;
	width:1046px;
	height:868px;
	margin:0 auto;
	padding-left: 154px;
	/*background:url(../image/template/background.jpg) no-repeat;*/
}
.staticBG{
	position:fixed;
	background:url(../image/template/background.jpg) no-repeat;
	width: 1200px;
	height: inherit;
	margin-left: -154px;
}
.header{
	position:relative;
    width: inherit;
    height: 230px;
}

.logo{
	position:absolute;
	left:0;	
	width: 168px;
	height: 194px;			
	background-image:url(../image/template/logo.png);
	background-repeat:no-repeat;
	background-position: center;
	background-color: rgba(53, 53, 53, 0.7);
	transition:all 1s ease-in-out;
	-webkit-transition:all 1s ease-in-out;
}
.logo:hover{
	background-color: rgba(168, 168, 166, 0.5);	
}
.logo a{
	width:inherit;
	height:inherit;	
	display:block;
}
.search{
	position:absolute;
	right:0;
	top:15px;			
}
.member{
	position:absolute;	
	left:694px;
	top:55px;
	width:318px;
	height:17px;
}
/*-----------Dropdown mainNav----------*/
.mainNav{
	width: inherit;
	height: 25px;
	position: absolute;
	top: 205px;
}
.mainNav ul{
	position:relative;
	z-index:2;
}

.mainNav li{
	position: relative;
	float:left;
	height:25px;
	list-style:none;
	transition:all 1s ease-in-out;
	-webkit-transition:all 1s ease-in-out;
}
.mainNav li:hover{
	background-color:rgba(168, 168, 166, 0.5);
}
.mainNav a{
	color:#FFF;
	font-family:"century_gothic",arial;
	font-size: 10.8px;
	font-weight: bold;
	border-left:1px solid #fff;
	padding:0 10px;
}
.mainNav li:first-child a{
	border-left: none;
	
}
.mainNav ul:after{
	content:"";
	display:block;
	clear:both;	
}
.mainNav ul ul:after{
	content:"";
	display:block;
	clear:both;	
}
	.mainNav ul ul{
		display:none;
		position: absolute;
		padding: 10px 0px;
		top: 100%;
		background-color:rgba(230, 230, 230, 0.9);
		transition:all 1s ease-in-out;
		-webkit-transition:all 1s ease-in-out;
	}
	/*.mainNav ul .canvasPrint{
		display:none;
		visibility:hidden;
		position: absolute;
		top: 100%;
		transition:all 1s;
	}*/
	.mainNav ul ul li{
		float:none;		
		height: 27px;
		width: 196px;
		/*height: 27px;
		float: none;
		width: 140px;*/
	}
	.mainNav ul ul li:hover{
		/*background-color: rgba(230, 230, 230, 0.9);*/
		background-color:rgba(152, 152, 150, 0.5);
	}
	.mainNav ul ul li:hover a{
		color:#fff;
	}
	.mainNav ul ul a{
		color:#000;
		width: inherit;
		height: inherit;
		display: block;
	}
	.mainNav > ul > li:hover > ul{
		display:block;
		/*width: 1046px;*/
		-webkit-animation-name: fadeIn;
		-webkit-animation-duration: 1s;
		animation-name: fadeIn;
		animation-duration: 1s;
	}
	/*.mainNav > ul > li:hover > .canvasPrint{
		display:block;
		position:absolute;
		top:100%;
		left:0%;
		width: 850px;
		height: 299px;	
		color:#000;		
		background-color:#DCD9D2;
		-webkit-animation-name: fadeIn;
		-webkit-animation-duration: 1s;
		animation-name: fadeIn;
		animation-duration: 1s;
	}*/
	.canvasPrint{
		display:none;
		z-index: 1;
		position:absolute;
		top:100%;
		left:196px;
		width: 850px;
		/*height: 299px;*/	
		height:600px;
		color:#000;		
		/*background-color:#DCD9D2;*/
	}
		.canvasPrint-form{
			background-color:#DCD9D2;
			height:300px;

			padding-top: 1px;
		}
		.canvasPrint-preview{
			position:relative;
			width:100%;
			height:318px;
			background:url('../image/template/canvas-room-preview.jpg') center center no-repeat;
		}
			.thumbnail-container{
				position:relative;
				top: 24px;
				left: 425px;
				width:140px;
				height:140px;
				overflow:hidden;
				border-style: solid; 
				border-width: 10px; 
				-moz-border-image: url(../image/template/cropFrame.png) 6 6 6 6 repeat; 
				-webkit-border-image: url(../image/template/cropFrame.png) 6 6 6 6 repeat; 
				-o-border-image: url(../image/template/cropFrame.png) 6 6 6 6 repeat; 
				border-image: url(../image/template/cropFrame.png) 6 6 6 6 fill repeat;
				background:none;
			}
			#canvasPrint-crop-preview{
			}
	.cropFrame{
		height:100%;
		width:100%;
		margin:-10px 0 0 -10px;
		/*border-style: solid; 
		border-width: 10px; 
		-moz-border-image: url(../image/template/cropFrame.png) 19 24 19 24 repeat; 
		-webkit-border-image: url(../image/template/cropFrame.png) 19 24 19 24 repeat; 
		-o-border-image: url(../image/template/cropFrame.png) 19 24 19 24 repeat; 
		border-image: url(../image/template/cropFrame.png) 19 24 19 24 repeat;*/
		border-style: solid; 
		border-width: 10px; 
		-moz-border-image: url(../image/template/cropFrame.png) 6 6 6 6 repeat; 
		-webkit-border-image: url(../image/template/cropFrame.png) 6 6 6 6 repeat; 
		-o-border-image: url(../image/template/cropFrame.png) 6 6 6 6 repeat; 
		border-image: url(../image/template/cropFrame.png) 6 6 6 6 fill repeat;
	}
	
		.mainNav ul ul ul{
			display:none;
			position: absolute;
			top: 100%;
			padding: 10px 0px;
			transition:opacity 1s ease-in-out;
			-webkit-transition:all 1s ease-in-out;
			background-color:rgba(250, 250, 250, 0.9);
		}
		.mainNav ul ul li:hover ul{
			display:block;
			width: 160px;
			/*height:245px;*/
			top: 0;
			left: 100%;
			-webkit-animation-name: fadeIn;
			-webkit-animation-duration: 0.7s;
			animation-name: fadeIn;
			animation-duration: 0.7s;
		}
		.mainNav ul ul ul li{
			position:relative;
			height: 23px;
			width: 155px;
			padding: 0px 5px 0px 0px;
			border-bottom: 1px solid #5E5E5E;
		}
		.mainNav ul ul ul li:hover{
			background-color:rgba(230, 230, 230);
		}
		.mainNav ul ul ul a{
			font-size:11px;
			color:#000!important;
		}
		.mainNav ul ul ul a:hover{
			color:#fff!important;
		}
.canvasPrint, .canvasPrint a,.canvasPrint p,.canvasPrint input,.canvasPrint select,.canvasPrint option{
	color:#000;	
	font-size: 12px;
}
	#upload_form td > p:nth-child(1){
		margin-left: 26px;
	}
	.canvasPrint input[type=submit]{
		margin: 10px 0 0 10px;
	}
	.canvasPrint h2, .canvasPrint li a{
		color:#B3B3B3;
		margin-bottom: 7px;
	}
	.canvasPrint li, .canvasPrint li:hover{
		background: none;
		color:#929292;
		font-size: 11px;
		height: 19px;
	}
	.canvasPrint .captcha{
		width: 82px;
		height: 31px;	
	}
	#codeCanvasCaptcha{
		width: 71px;
		margin-left: 10px;
		padding: 7px 0px;	
	}
	.canvasDescribe > p:nth-child(3){
		margin-top: 0;
	}
	.uploadPreview{
		width: 450px;
		height: 245px;	
		border-radius: 10px;
		margin: 10px 0px 10px 44px;
		overflow: auto;
		background-image:url(../image/template/canvasBackground.png);
	}
	.uploadPreview img{
		display:block;
		margin:auto auto;	
	}
	#image_file{
		float:left;
		margin-left:44px;	
	}
	.canvasDescribe{
		position:absolute;
		top:16px;
		left:520px;	
	}
	.canvasDescribe textarea{
		color:#000;
		font-size:12px;
		width:292px;
		height:82px;
		resize:none;
	}
	.errorCanvas{
		text-align:center;
		display: block;
		position: absolute;
		top: 120px;
		left: 73px;
		width: 400px;
		background-color: #4D4C48;	
		z-index:1000;
	}
.mainSlider{
	position:relative;
	width: inherit;
	height: 370px;
	margin-top: 32px;
	background-color:#000;
}
.mainSlider li{
	list-style-position:inherit
}
.mainTemplate{
	position:relative;
	width: inherit;
	height: 274px;
	margin-top: 32px;
	padding-top: 5px;
}
	.mainTemplate h1{
		font-size: 16px;
		text-align: center;
		margin-top: 10px;
	}
	.mainTemplate p{	
		font-size: 12px;
		width: 850px;
		margin: 40px auto 0px;
	}

.contactUs{
	position:relative;
	width: inherit;
}
	.contactUs .mainTemplate{
		width:958px;
		height:inherit;
		margin:32px auto 0px;	
		padding-top: 5px;
		height:300px;			
	}
	.contactUs p{
		font-size: 12px;
		width:auto;
		margin:0;
	}
	.contactUs h1{
		margin-bottom: 15px;	
	}
	.contactUs .captcha{
		width: 130px;
		height: 31px;	
	}
.contactUsLeft{
	float:left;
	width:50%;
	height:187px;
	/*padding-top:30px;*/
}
	.contactUsLeft #map{
		width:100%;
		height:	154px;
	}
.contactUsRight{
	float:left;
	width:330px;
	padding-left:35px;		
}
	.contactUsRight input,textarea{
		color:#000;
	}
	.contactUsRight textarea{
		width:310px;
		height:100px;
		resize:none;	
	}
	.contactUsRight tr:nth-child(4) td,.contactUsRight tr:nth-child(5) td{
		text-align:center;
	}
.mainTemplateFranchise{
	width: inherit;
	height: 241px;
	margin-top: 32px;
	padding-top:27px;
}
.franchisePage1{
		width: inherit;
		height: 263px;
		padding-top: 5px;
		text-align:center;
		list-style: none;
}
	.franchisePage1 h1{
		font-size: 16px;
		margin-top: 10px;
		margin-bottom: 25px;
	}
	.franchisePage1 p,.franchisePage2 p,.franchisePage2 li{
		font-size:10px;
	}
.franchisePage2{
	width: inherit;
	height: 263px;
	padding-top: 10px;
	text-align:center;
	list-style: none;
}
	.franchisePage2 h2{
		font-size: 15px;
	}
	.franchisePage2 ol{
		list-style:lower-alpha;	
	}
	.franchiseLeft{
		float:left;
		width:380px;
		height:190px;
		padding: 0px 40px 0px 100px;
		border-right:1px solid #fff;
		text-align:right;
	}
	.franchiseRight{
		float:left;
		width:380px;
		height:190px;
		padding: 0px 100px 0px 40px;
		text-align:left;
	}
	.franchiseLeft li{
		direction:rtl;	
	}

.mainTemplateCategory{
	position: relative;
	width: 946px;
	/*height: 263px;*/
	/*margin-top: 32px;*/
	padding: 5px 0px 0px 100px;
	overflow-y: hidden;
}
.mainTemplateCategory h1{
	font-size:16px;
    text-align: center;
    margin-top: 17px;
	margin-bottom: 17px;
}
	.mainTemplateCategoryInner{
		position:relative;
		height: inherit;	
	}
		.mainTemplateCategoryInner > p{
			text-align:center;
		}	
	.categoryPagination{
		position: absolute;
		top: 20px;
		right: 35px;
	}
	.categoryPaginationFooter{
		clear: left;
		float:right;
		margin-right: 30px;
	}
	.pagination li{
		display: inline;
		list-style: none outside none;
		padding: 0px 5px;
	}
	.pagination a{
		font-size:12px;
	}
	.pagination strong{
		color:#D5B247;	
	}
	
	.categoryShowcase{
		width: 920px;
		min-height:398px;
		border-top: 1px solid #fff;
	}
		.categoryProduct{
			float:left;
			margin: 10px 30px 40px;
		}
		.categoryProduct .eye{
			position:absolute;
			width: 100px;
			height: 48px;
			display: block;
			top: 6px;
			background:url('../image/template/eye-icon.png') no-repeat;
			background-size:18px auto;	
			background-position: center 0px;
			opacity:0.5;
			transition:all 1s ease-in-out;
		}
		.categoryProduct .eye:hover{
			background-position: center 5px;			
			background-size:30px auto;	
			opacity:1;			
		}

		.categoryProduct figcaption{
			position:relative;
			font-size:10px;	
			padding-top: 20px;
			width: 100px;
			height: 0px;
			transition:all 1s ease-in-out;
			-webkit-transition:all 1s ease-in-out;
		}
		.categoryProduct figcaption:hover{
			font-size:10px;	
			padding-top: 20px;
			width: 100px;
			background-size:20px auto;
			background-position: center 4px;
			transition:all 1s ease-in-out;
			-webkit-transition:all 1s ease-in-out;
			color:#6A6A6A;
			text-shadow: 0px 0px 7px rgba(255, 255, 255, 1);
		}
.mainDetailProduct{
	position:relative;	
	width: 996px;
	height: 550px;
	/*margin-top: 32px;*/
	padding: 10px 25px;
	background-color:#F3F0E9;
}
	.showRoomContainer{
		align:center;	
		
	}
	.showRoom{
		position:relative;
		width: 600px;
		height: 400px;
	}
	.gallery{
		position:absolute;
		width:600px;
		height:100px;
		top:419px;
		left:24px;
		border:1px solid #909090;	
	}
	.dataProduct{
		position: absolute;
		top: 9px;
		left: 642px;
		width: 379px;
		height: 512px;
		color:#000;
		text-align:center;
		border-left: 1px solid #909090;

	}
	.detailProductAx{
		cursor:pointer;
		opacity:0.5;	
		transition:opacity 1s ease-in-out;
	}
	.detailProductAx:hover{
		opacity:1;	
	}
		.dataProduct h1,.dataProduct h2,.dataProduct p,.dataProduct td,.dataProduct input,.dataProduct select,.dataProduct option,.dataProduct b,.dataProduct a{
			color: #000;	
		}
		.dataProduct table{
			margin: 45px auto 0px auto;	
		}
		.dataProduct h1{
			font-size: 30px;
			font-weight:bold;
		}
		.dataProduct h2{
			font-size:12px;	
			font-weigth:bold;
		}
		.dataProduct td{
			font-size:12px;
			padding:10px
		}
		.dataProduct input,select{
			border:1px solid #909090;
			background-color: #F3F0E9;
		}
		.dataProduct select{
			margin-left: -8px;
		}
.callUs{
	margin-top:10px;
	clear: both;
	padding-top: 13px;	
}
	
.contentFooter{
	margin-top: 30px;	
}
	.contentFooter h2{
		font-family:"blenda_script",arial;
		font-size: 17px;
		color: #D5B247;	
		border-bottom: 1px solid #D5B247;
	}
	.contentFooter p, .contentFooter a{
		font-family:"century_gothic",arial;
		font-size: 11px;
		color: #fff;	
	}
	.welcome{
		position: relative;
		width: 332px;
		height: 150px;
		float: left;
		margin-right: 10px;
		margin-top: 8px;
		padding: 10px;
	}
	.welcome a{
		display:block;
		position:absolute;
		bottom:0;
		right:0;
	}
	.footerMenu {
		position: relative;
		float: left;
		width: 506px;
		height: 150px;
		margin-top: 8px;
		padding: 10px;
	}
		.footerMenu h2{
			float: left;
			width: 166px;
		}
		.footerMenuList ul{
			float:left;
			width:166px;	
		}
		.footerMenuList ul:nth-of-type(3){
			list-style:none;
		}
		.twitter{
			background: url(../image/template/twitter-icon.png) no-repeat left top;
			height: 34px;
			padding-left:20px;
			margin-left: -16px;
		}
		.facebook{
			background: url(../image/template/facebook-icon.png) no-repeat left top;
			height: 34px;
			padding-left:20px;			
			margin-left: -16px;
		}
		.linkedin{
			background: url(../image/template/linkedin.png) no-repeat left top;
			height: 34px;
			padding-left:20px;			
			margin-left: -16px;
		}
		.instagram{
			background: url(../image/template/instagram.png) no-repeat left top;
			height: 34px;
			padding-left:20px;			
			margin-left: -16px;
		}
.footer{
	clear:both;
	position: relative;
}

.about-us h3{
	text-align:center;
	margin-top: 10px;
}
	.about-us .mainTemplate{
		overflow-y:scroll;	
	}
		.about-us .mainTemplate p{
			margin-top: 20px;
		}
.counter{
	position: absolute;
	background:url('../image/template/visitor-background.jpg')no-repeat;
	background-size: 30px;
	background-position:left;
	background-color: black;
	font-size: 14px !important;
	font-weight:normal!important;
	bottom: 4px;
	border-radius: 10px 0px 0px 10px;
	padding: 3px 7px 3px 31px;
	right: 0px;
	z-index:1;
}
	.counter-gradient{
		float:left;
		width:15px;
		height:22px;
		background: rgb(0,0,0); /* Old browsers */
		background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(0,0,0,1) 31%, rgba(158,158,158,1) 53%, rgba(0,0,0,1) 74%, rgba(0,0,0,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,1)), color-stop(31%,rgba(0,0,0,1)), color-stop(53%,rgba(158,158,158,1)), color-stop(74%,rgba(0,0,0,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 31%,rgba(158,158,158,1) 53%,rgba(0,0,0,1) 74%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 31%,rgba(158,158,158,1) 53%,rgba(0,0,0,1) 74%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 31%,rgba(158,158,158,1) 53%,rgba(0,0,0,1) 74%,rgba(0,0,0,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 31%,rgba(158,158,158,1) 53%,rgba(0,0,0,1) 74%,rgba(0,0,0,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
		border: 1px solid #9e9e9e;
		text-align: center;
		padding-bottom: 4px;
		box-sizing: border-box;
	}
.triangle {
	/*border-color: transparent transparent transparent #7d90a3;*/
	border-color: transparent transparent transparent #7C451C;
	border-style:solid;
	border-width:15px;
	height: 0px;
	width: 0px;
	position: absolute;
	right: -31px;
	top: 131px;
	z-index: -1;
}

.search,.member,.counter,.feature{
	font-size:12px;	
}
.member,.counter,.feature{
	font-weight:bold;	
}
.search > div:nth-of-type(1) {
	float: left;
	height:30px;
	width:30px;
	margin-right: 2px;
	background-image:url(../image/template/magnifier.png);
	background-repeat:no-repeat;
	background-position: center;

}
.search > div:nth-of-type(2) {
	float: left;
	height:20px;
	width:310px;
	padding:5px 5px 5px;
}
	.search > div:nth-of-type(2) > div {
		padding-left: 10px;
		border:1px solid #fff;
	}
	.search input[type=text] {
		background-color: #737371;
		width: 253px;
		border: medium none;
	}
.feature{
	height: 22px;
	padding-top: 4px;
}
.overlay{
	background-color: rgba(53, 53, 53, 0.7);
}
.clearfix{
	clear:both;
}
.noty_text{
	color:#000;	
}
.signIn,.signUp{
	border:none!important;
}
.productNotFound{
	position: absolute;
	left: 50%;
	top: 50%;
	margin: 0 0 0 -120px;
}
