/*! normalize.css v1.1.2 | MIT License | git.io/normalize */article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-size:100%;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}html,button,input,select,textarea{font-family:sans-serif}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}h2{font-size:1.5em;margin:.83em 0}h3{font-size:1.17em;margin:1em 0}h4{font-size:1em;margin:1.33em 0}h5{font-size:.83em;margin:1.67em 0}h6{font-size:.67em;margin:2.33em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}blockquote{margin:1em 40px}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}p,pre{margin:1em 0}code,kbd,pre,samp{font-family:monospace,serif;_font-family:'courier new',monospace;font-size:1em}pre{faf5e6-space:pre;faf5e6-space:pre-wrap;word-wrap:break-word}q{quotes:none}q:before,q:after{content:'';content:none}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}dl,menu,ol,ul{margin:1em 0}dd{margin:0 0 0 40px}menu,ol,ul{padding:0 0 0 40px}nav ul,nav ol{list-style:none;list-style-image:none}img{border:0;-ms-interpolation-mode:bicubic}svg:not(:root){overflow:hidden}figure{margin:0}form{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0;faf5e6-space:normal;*margin-left:-7px}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;*overflow:visible}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;*height:13px;*width:13px}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/*###########################################################################################################################################*/
/* HTML & BODY */
/*###########################################################################################################################################*/


@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/robotocondensed-regular.eot');
    src: url('../fonts/robotocondensed-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/robotocondensed-regular.woff2') format('woff2'),
         url('../fonts/robotocondensed-regular.woff') format('woff'),
         url('../fonts/robotocondensed-regular.ttf') format('truetype'),
         url('../fonts/robotocondensed-regular.svg#roboto_condensedregular') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/robotocondensed-bold.eot');
    src: url('../fonts/robotocondensed-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/robotocondensed-bold.woff2') format('woff2'),
         url('../fonts/robotocondensed-bold.woff') format('woff'),
         url('../fonts/robotocondensed-bold.ttf') format('truetype'),
         url('../fonts/robotocondensed-bold.svg#roboto_condensedbold') format('svg');
    font-weight: 700;
    font-style: normal;

}


html, body{
	/*position: absolute;*/
	background-color: #e8dec1;
	/*background-color: #1a1816;*/

	color: #705d4f;
	font-size: 100%;
	margin: 0 !important;
	padding: 0 !important;
	width:100%;
	font-family: 'Roboto Condensed', 'Helvetica Neue', 'Helvetica', 'Arial',sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	background: url(../asset/bg-pattern.png) repeat-x repeat-y #e8dec1;
}



.mfp-container.mfp-s-ready.mfp-inline-holder{
	padding: 0 !important;
}



			@media (max-width: 600px) {
				html, body{
					font-size: 12px;

				}
			}

/*###########################################################################################################################################*/
/* BUTTON & HREF */
/*###########################################################################################################################################*/


a,
a:visited,
a:link
{
	text-decoration: none;
	color: #9a564a;
}

a:hover,
a:active{
	color: #c2513a;		
}


a.active-menu-item{
	color: #c2513a !important;	
}

a.btn-action.hero{
	padding: 15px;
	background-color: transparent;
	border:1px solid #f9efd8;
	color: #f9efd8;
	font-size: 16px;
}

a.btn-action.hero.semi-transparent{
	
	background-color: rgba(59, 56, 51, 0.5);
	
}

a.btn-action.hero.dark{
	border:1px solid #c2513a;
	color: #c2513a;
	font-size: 16px;
}

a.btn-action.hero:hover{
	background-color: #f9efd8;
	border:1px solid #f9efd8;
	color: #3b3833;
}

a.btn-action.hero.dark:hover{
	background-color: #c2513a;
	border:1px solid #c2513a;
	color: #f9efd8;
}

a.btn-action,
.btn-action.big{
	
	font-size: 12px;
	display:inline-block;
	zoom: 1;
    *display: inline;
	padding: 5px;
	text-decoration: none;
	margin: -15px 0 0 0 ;
	background-color: #fdfbf1;
	-webkit-transition-property:color, background-color; 
 	-webkit-transition-duration: 0.2s, 0.2s; 
 	-webkit-transition-timing-function: linear, ease-out;
}

a.btn-action{
	color: #4d929d;
	border: 1px solid #4d929d;
}



a.btn-action:hover{
	background-color: #4d929d;
	color:#faf5e6;
}


.btn-action.big{
	background-color: #4d929d;
	color:#faf5e6;
	border: 1px solid #4d929d;
}

.btn-action.big:hover{
	background-color: #34646b;
}


a.btn-remove-from-list,
a.btn-add-to-list,
a.btn-nav{
	font-size: 12px;
	padding: 5px;
	display:inline-block;
	zoom: 1;
    *display: inline;
	text-decoration: none;
	line-height:12px;
	/*margin: -15px 0 0 0 ;*/
	-webkit-transition-property:color, background-color; 
 	-webkit-transition-duration: 0.2s, 0.2s; 
 	-webkit-transition-timing-function: linear, ease-out;
}

a.btn-remove-from-list.big,
a.btn-add-to-list.big,
.btn-action.big{
	font-size: 16px;
	padding: 10px;
	font-family: 'Roboto Condensed', sans-serif;
}




a.btn-add-to-list{
	color:#4d929d;
	border: 1px solid #4d929d;
}

a.btn-remove-from-list{
	color:#faf5e6;
	border: 1px solid #4d929d;
	background-color: #4d929d
}

a.btn-nav{
	border: 1px solid #c4bea9;
	padding: 0;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	/*color:#3b3833;*/
}

a.btn-remove-from-list:hover,
a.btn-add-to-list:hover{

	background-color: #4d929d;
	color: #faf5e6;	
}


a.btn-nav:hover{
	background-color: #c2513a;
	color: #faf5e6;	
}


a.btn-nav.free-width{

	width:auto;
	padding: 0 6px;

	
}

a.btn-nav.disabled:hover {
	color:#3b3833;
}


/*###########################################################################################################################################*/
/* FORM ELEMENTS */
/*###########################################################################################################################################*/


.lbl-rq{
	color:#c2513a;
	margin-left: 5px;
}

.select-style {
    display: inline-block;
    zoom: 1;
    *display: inline;
    padding: 0 5px;
    line-height: 30px;
    margin: 0;
    border: 1px solid #c4bea9;
    min-width: 30px;
    border-radius: 3px;
    /*overflow: hidden;*/
    background-color: #fff;
    font-size: 14px;
    background: #f7eccd url("../asset/arrowdown.gif") no-repeat 90% 50%;
}

.ie8 .select-style,
.ie8 .select-style select {
	background: #fff no-repeat;
	padding: 0 ;	
}

.select-style select {
    /*padding: 5px 8px;*/
   /* width: 130%;*/
   	width: 100%;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    padding: 0 5px;
    -moz-appearance:window;
    -webkit-appearance: none;
       /*-moz-appearance: none;*/
            appearance: none; 
}

.select-style select:focus {
    outline: none;
}

.select-style select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}


fieldset{
	border: 0;
	border: none;
	outline: 0;
	padding: 0;
	margin: 0
}

fieldset label{
	display: block;
	margin: 10px 0 ;
}

label.error{
	color:red;
	display: block;
	position: absolute;
	/*right:100px;*/
	top:-1px;
	font-size: 11px;
	padding: 5px;
	background-color: red;
	color:#faf5e6;
	line-height: 10px;
	font-weight: bold;
}

fieldset input{
	margin: 2px 0 0 0  ;
}



h1,h2,h3{
	margin-top: -5px;
}

ul,li{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

p{
	margin: 0;
	display: block;
}

textarea {
	width: 96%;
	padding: 2%;
	font-size: 12px;
	line-height: 1.4;
	overflow-x: hidden;
	resize:vertical ;
	max-height: 200px;
	margin: 0;
	border: 1px solid #cac5a5;
}

textarea.txtarea-readonly{
	outline: 0;
	border: none;
	background-color: #cac5a5;
}

input[type=checkbox]{
 	margin-right: 5px;
}

input[type="radio"] {
 	margin-right: 2px;
}

input[type="text"],
input[type="email"]
 {
 	height: 20px;
 	padding: 5px;
 	font-size: 14px;
}


.selectbox-group{
	display: inline-block;
	zoom: 1;
    *display: inline;

	/*overflow: hidden;*/
}

span.selectbox-group-label{
	display: block;
	margin: 0 0 5px 0;
	border-bottom: 1px solid #a8a18c;
	font-size: 11px;
	text-align: center;
}





ul.display-table{
	display:table;
}

ul.display-table li{
	display:table-row;
	border-bottom: 1px solid red;
}

ul.display-table li .display-table-cell{
	display:table-cell;

}


/*###########################################################################################################################################*/
/* MODULE */
/*###########################################################################################################################################*/

.module-header{
	font-size: 16px;
	line-height: 30px;
	padding: 10px;
	position: relative;
	height: 30px;
	border-bottom: 1px solid #cac5a5;
	background-color: #f7eccd;
	font-weight: bold;
}

 span.num-indicator{
	display:inline-block;
	zoom: 1;
    *display: inline;
	color:faf5e6;
	width: 20px;
	min-width: 20px;
	height: 20px;
	font-size: 12px;
	line-height: 20px;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	background-color: #4d929d;
}

 .module-header span.num-indicator{
	position: absolute;
	right:15px;
	top:15px;
	color:#f7eccd;
}


.module-header span.chevron-left{
	margin: 0 5px 0 0;
	font-size: 16px;
}

.chevron-left.paintred{
	color:#7c806c;
}


.filter-box-main-container .module-header{
	cursor: pointer;
	background-color: #f7eccd;
	color: #9a564a;	

}

.filter-box-main-container .module-header:hover{
	
	background-color: #faf5e6;
}


/*###########################################################################################################################################*/
/* HEADER & FOOTER & MAIN NAVIGATION */
/*###########################################################################################################################################*/

#header{
	height:60px;
	/*background-color: #3b3833;*/
	background-color: rgba(59,56,51,0.8);
	color: #d9c593;
	/*padding: 20px;*/
	padding: 20px 2%;
	/*position: fixed;*/
	z-index: 4;
	width:96%;
	border-bottom: 1px solid #c2513a;
}


#header.fixed{
	height:60px;
	background-color: #e2e1d4;
	background-color: rgba(59,56,51,0.8);
	color: #d9c593;
	/*padding: 20px;*/
	padding: 20px 2%;
	position: fixed;
	z-index: 4;
	width:96%;
	/*display:;*/
}

#header.solid{
	height:60px;
	background-color: #f7eccd;
	/*background-color: rgba(59,56,51,0.5);*/
	color: #d9c593;
	/*padding: 20px;*/
	padding: 20px 2%;
	width:96%;
	position: relative;
}

.nav-up {
    /*top: -500px;*/
    /*display:none;*/
}


#logo-header{
	height:60px;
	width: 300px;
	overflow: hidden;
	float:left;
	
}

#logo-header img{
	height:100%;
	width:auto;
	color: #c2513a !important;	
}

ul#menu-header,
ul#menu-footer
 {
	display: block;
	float: right;
	height: 60px;
	line-height: 60px;
	font-weight: bold;
}


ul#menu-header.show{
	display:block;
}

ul#menu-header li,
ul#menu-footer li
{
	display: inline-block;
	zoom: 1;
    *display: inline;
	margin: 0 20px 0 0 ;
}

ul#menu-header li a,
ul#menu-footer li a
{
	
	color: #e8dec1;
	-webkit-transition-property:color, background-color; 
 	-webkit-transition-duration: 0.2s, 0.2s; 
 	-webkit-transition-timing-function: linear, ease-out;
}

ul#menu-header li a:hover,
ul#menu-footer li a:hover
{
	
	/*color: #f9efd8;*/
	text-decoration: underline;
	color:#c2513a;
}

#header.solid ul#menu-header li a{
	color:#70847c;
}


#footer{
	/*height:60px;*/
	background-color: #3b3833;
	color: #d9c593;
	padding: 0 2%;
	width:96%;
	/*position: absolute;*/
	overflow: hidden;
	clear: both;
	font-size: 12px;
	
}

#footer.abs{
	
	position: absolute;
	bottom: 0;
	left:0;
	
}


#logo-footer,
#logo-footer a
{
	color: #faf5e6;
	line-height: 60px;
	float: left;
	font-weight: bold;
}

		@media (max-width: 600px) {
			#logo-header{
				height:40px;
				width:auto;
			}
			#header.fixed,
			#header.solid,
			#header{
				height:40px;
				padding: 10px 1%;
				width:98%;
				
			}

			#footer{
				height: auto;
				overflow: hidden;
				text-align: center;
				padding-bottom: 20px;
			}

			#logo-footer a{
				text-align: center;
				float: none;
			}

			#logo-footer,
			ul#menu-footer{
				float:none;
				text-align: center;
				width: 100%;
				overflow: hidden;
				height: auto;

			}

			ul#menu-footer li
			{
				display: block;
				margin: 0 0 5px 0 ;
				overflow: hidden;
				line-height: 16px;


			}

		}



/*###########################################################################################################################################*/
/* MOBILE NAVIGATION  */
/*###########################################################################################################################################*/
#mobile-menu{
	display: none;
	position: absolute;
	right:20px;
	color:#f9efd8;
	font-size: 20px;
	line-height: 60px;
}



ul#mobile-menu-container{
	display:block;
	font-size: 24px;
	text-align: center;
	width: 90%;
	padding: 10% 5%;
	/*margin: 10% auto;*/
	background-color: black;
	border-top: 2px solid #c2513a;
	margin: 0;


}

ul#mobile-menu-container li{
	margin: 0 0 10px 0;

}

ul#mobile-menu-container a{
	color:#f9efd8;
	font-size: 20px;
	
}

#mobile-menu a{
	color:#f9efd8;
}

		@media (max-width: 1023px) {
			ul#menu-header{
				display:none;
			}

			#mobile-menu{
				display:block;	
			}
		}

		@media (max-width: 600px) {
			
			#mobile-menu{
				font-size: 12px;
				line-height: 60px;
				top:0;
			}
		}



/*###########################################################################################################################################*/
/* MAIN LAYOUT */
/*###########################################################################################################################################*/

#main-container{
	position: relative;
	overflow: hidden;
	width: 100%;
	/*min-height: 100%; */
	padding: 0;
	margin: 0 ; 
}

.column-left{
	position: absolute;
	left: 0;
	top:0;
	width: 260px;
	padding: 20px;
	overflow: auto;
	z-index: 5;
	height:100%;
}


.column-mid{
	padding-left: 310px;
	padding-right: 310px;
	overflow: hidden;
	height: 100%;
	min-height: 100%;
	position: relative;
}

.column-right{
	position:absolute;
	right:0;
	top:0;
	width: 260px;
	padding: 20px;
	height: 100%;
	z-index: 5;
	
}

.close-area{
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
	display: none;
}


		@media (max-width: 1280px) {
			.column-mid{
				padding-left: 300px;
				padding-right: 300px;
			}
		}

		@media (max-width: 1024px) {
			.column-mid{
				width: 95%;
				padding-left: 0;
				padding-right: 0;
				margin-right: auto;
				margin-left: auto;
			}
			.column-left,
			.column-right{
				display:none;

				height: 100%;
				left:0;
				width: 95%;
				padding: 2.5%;
			}

			.close-area{
				display: block;
				background-color: rgba(59,56,51,0.8);
			}

			#shopping-list-area .module-header{
				/*display:none;*/
				
			}

			.column-right .module-box,
			.column-left .module-box{
				max-width: 300px;
			}


		}




/*###########################################################################################################################################*/
/* MOBILE INVENTORY TAB MENU */
/*###########################################################################################################################################*/

#mobile-inventory-tab-area{
	padding: 2%;
	background-color: #eee3c6;
	overflow: hidden;
	display: none;
}

/*#mobile-inventory-tab-area a{
	margin-right: 20px;
	display:inline-block;
	position: relative;
	line-height: 20px;
	background-color: #faf5e6;
	padding:  10px;
	font-size: 14px;
	font-weight: bold;
}*/


#mobile-inventory-tab-area a{
	display:block;
	position: relative;
	line-height: 50px;
	background-color: #faf5e6;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	width: 50%;
	float: left;
	/*overflow: hidden;*/
	height:50px;
	border-left: 1px solid #eee3c6;
	margin-left: -1px;
}

#mobile-inventory-tab-area a:link,
#mobile-inventory-tab-area a:focus,
#mobile-inventory-tab-area a:active,
#mobile-inventory-tab-area a:visited{
	color:#3b3833;	
}


.mita-active{
	display:block;
}

.mita-tab-active{
	background-color: #3b3833 !important;
	color: #faf5e6 !important;
}



		@media (min-width: 1025px) {
			.column-left,
			.column-right{
				display: block !important;
			}		 
		}

		@media (max-width: 1024px) {
			#mobile-inventory-tab-area{
				display: block;
			}		 
		}




/*###########################################################################################################################################*/
/* GALLERY & THUMBNAIL */
/*###########################################################################################################################################*/

#gallery-spinner-overlay{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5 ;
	background: url(../asset/spinner.gif) no-repeat 10px 10px   ;
	opacity: 0.9;
	display:none;
	background-color: #F9EFD8;
}



#thumbnail-area{
	/*min-width: 800px;*/
	width:98%;
	background-color: #cac5a5;
	overflow: hidden;
	padding: 1%;
	top:0;
	bottom:0;
	min-height:920px;
	/*width: 100%;*/
}

.thumbnail-gallery{
	position:relative;
	width:24%;
	margin: .5%;
	padding-bottom:42%; 
	float:left;
	/*background-color: faf5e6;*/
	background-color: transparent;
	/*overflow: hidden;*/
	text-align: center;

}



.wrapper-thumbnail-gallery{
	/*border: 1px solid #d9c593;*/
	position: absolute;
	width:96%;
	height:98%;
	/*padding: 2%;*/
	top:2%;
	left: 2%;
	background-color: #f7eccd;
	border: 1px solid #f7eccd;
	-webkit-transition-property:color, background-color; 
 	-webkit-transition-duration: 0.2s, 0.2s; 
 	-webkit-transition-timing-function: linear, ease-out;
		
}

.wrapper-thumbnail-gallery:hover{
	border: 1px solid #d9c593;
	position: absolute;
	background-color: #faf5e6;
	/*padding: 2%;*/
	top:2%;
	left: 2%;
	
}

.wrapper-thumbnail-gallery:hover .thumbnail-info-wrapper{
	background-color: #faf5e6;
	-webkit-transition-property:color, background-color; 
 	-webkit-transition-duration: 0.2s, 0.2s; 
 	-webkit-transition-timing-function: linear, ease-out;
}

.wrapper-thumbnail-gallery:hover .txtlink > a{
	color: #c2513a;
}
	

.image-thumbnail-wrapper{
	position: relative;
	overflow: hidden;
	/*background-color: faf5e6;*/
	height: 70%;
}

.image-thumbnail-container{
	/*background-color: faf5e6;*/
	display:block;
	position: relative;
	width: 90%;
	height: 90%;
	margin: 5%;
	background-repeat: no-repeat;
	background-position: center; 
	background-size: contain;
	-moz-background-size: contain;	
	behavior: url(js/backgroundsize.min.htc);
	-ms-behavior: url(js/backgroundsize.min.htc);
	/*margin: 2%;*/
	/*border-bottom: 1px solid #faf5e6;*/
}


.thumbnail-info-wrapper{
	position: absolute;
	bottom: 0;
	width: 90%;
	text-align: center;
	background-color: #f7eccd;
	padding: 2% 5% 10% 5%;
}

.image-thumbnail-container img{
	max-width: 100%;
    max-height: 100%;
}


.indicator-sold{
	display: inline-block;
	zoom: 1;
    *display: inline;
	background-color: #4d929d;
	color:#faf5e6;
	font-weight: bold;
	font-size: 12px;
	padding: 2px 5px;
	position: absolute;
	left:0;
	top:0;
	z-index: 2;
}
		

		@media (max-width: 1280px) {
		  .thumbnail-gallery{
				
				width:32%;
				margin: .5%;
				padding-bottom:60%; 
			}
		}

		@media (max-width: 1024px) {
		  .thumbnail-gallery{
				width:24%;
				margin: .5%;
				padding-bottom:42%; 
			}
		}

		@media (max-width: 600px) {
		  .thumbnail-gallery{
				width:49%;
				margin: .5%;
				padding-bottom:80%; 
			}
		}


/*###########################################################################################################################################*/
/* MODULE BOX */
/*###########################################################################################################################################*/

.module-box{
	position: relative;
	background-color: #faf5e6;
	margin-bottom: 30px;
	overflow: hidden;

}

.filter-box-main-container .module-box-list-container{
	display: none;
	background-color: #7c806c;
}

.module-box-list-container{
	position: relative;
	padding: 10px;
	overflow: hidden;
	/*background-color: #7c806c;*/
	background-color: #eee3c6;
	
	color: #f9efd8;
	/*color: #f9efd8;*/
	/*-webkit-transition: all .3s ease .15s;
    -moz-transition: all .3s ease .15s;
    -o-transition: all .3s ease .15s;
    -ms-transition: all .3s ease .15s;
    transition: all .3s ease .15s;*/
	
}




.module-box-list-container li label{
	font-size: 14px;
}

.module-box-list-container.maxheight300{
	max-height: 300px;
	overflow: auto;
	border-bottom: 1px solid #eee3c6;

}



.filter-box-main-container{
	background-color: #faf5e6;
	/*border-bottom: 1px solid #eee3c6;*/
	overflow: hidden;
}


		@media (max-width: 1024px) {
			.module-box{
				margin-right: auto;
				margin-left: auto;
			}		 
		}



/*###########################################################################################################################################*/
/* SHOPPING LIST AREA */
/*###########################################################################################################################################*/


#shopping-list-container{
	background-color: #cac5a5;
}

#shopping-list-empty-state{
	background-color: #eee3c6;	
	color: #4d929d;
	padding: 20px 10px;
	text-align: center;
	font-size: 12px;
	display: none;
}


.thumb-shopping{
	clear: both;
	overflow: hidden;
	background-color: #f7eccd;
	padding: 5px;
	position: relative;
	color: #705d4f;
	margin-bottom: 1px;
}

.thumb-shopping:hover{
	background-color: #f9f3e0;
}



.image-shopping-thumbnail-container{
	display: block;
	background-size: contain;
	-moz-background-size: contain;
		behavior: url(js/backgroundsize.min.htc);
	-ms-behavior: url(js/backgroundsize.min.htc);
	background-repeat: no-repeat;
	background-position: center; 
	width:70px;
	height:70px;
	text-align: center;
	float:left;
}

.thumb-shopping-detail-area{
	float:left;
	margin-left: 10px;
}


a.btn-remove-from-shopping-list{
	display: block;
	color: #c2513a;
	position: absolute;
	right:5px;
	top:5px;
	/*border-radius: 50%; */
	width:20px;
	height:20px;
	text-align: center;
	line-height:20px;
	font-size: 12px; 
	padding: 0;
}

a.btn-remove-from-shopping-list:hover{
	background-color: #c2513a;
	color: #faf5e6;
}

.img-history-list{
	display: block;
	background-size: contain;
	-moz-background-size: contain;
		behavior: url(js/backgroundsize.min.htc);
	-ms-behavior: url(js/backgroundsize.min.htc);
	background-repeat: no-repeat;
	background-position: center; 
	width:22%;
	padding-bottom: 30%;

	/*height:70px;*/
	/*background-color: #f7eccd;*/
	text-align: center;
	float:left;
	overflow: hidden;
	margin: 0 3% 3% 0;
	/*margin: 0 1px 2px 0;
	border: 6px solid #faf5e6;*/
}



/*###########################################################################################################################################*/
/* PRODUCT DETAIL */
/*###########################################################################################################################################*/

#product-detail-area{
	display: none;
	background-color: #e8dec1;
	/*width:50%;*/
	/*margin:50px 300px 20px 300px;*/
	margin: 50px auto;
	max-width: 1000px;  
	overflow: hidden;
}

#product-detail-container{
	overflow: hidden;
	background-color: #e8dec1;
	padding: 5%;
	

}

#product-photo-container{
	position: relative;
	width: 40%;
	float:left;
	background-color: #eee3c6;
	background: url(../asset/spinner.gif) no-repeat 10px 10px ;
	/*padding: 20px;*/
	cursor: progress;
	min-height: 100px;	
}
#product-photo-container img{
	width: 100%;
	height: auto;
	/*border: 5px solid faf5e6;*/
}

#product-photo-magnifier-icon{
	position: absolute;
	right:0;
	top:0;
	width: 40px;
	height: 40px;
	background-color: #4d929d;
	color:#faf5e6;
	text-align: center;
	line-height: 40px;
}


#product-info-container{
	width:45%;
	margin-right: 5%;
	float:right;
	text-align:justify;

}

.bgInfo{
	background-color: #faf5e6;
}


ul.product-info-list{
	display:table;
	border-collapse: collapse;
	margin-bottom: 20px;
	overflow: hidden;
	height: auto;
	width: 100%;
	/*border: 1px solid gray;*/

}

ul.product-info-list li{
	display:table-row;
	border-bottom: 1px dotted #95a894;	
	line-height: 30px;
}

ul.product-info-list li label{
	
	display:table-cell;
	padding: 0 10px 0 0;
	font-weight: bold;
	/*border-bottom: 1px solid black; 
	padding-bottom:5px; */
	/*display: inline-block;*/
	/*width:50%;*/
}

ul.product-info-list li span{
	display:table-cell;

	
}

			@media (max-width: 1024px) {
				#product-detail-area{
					margin:50px 2% 20px 2%; 
				}
			}

			@media (max-width: 600px) {
				#product-info-container{
					width:90%;
					margin-right: 5%;
					float:none;
					text-align: left;

				}
				#product-photo-container{
					width: 100%;
					float:none;
					margin-bottom:20px 
				}

				ul.product-info-list li{
					line-height: 20px;
				}
			}




/*###########################################################################################################################################*/
/* ACTIVE FILTER TAGS */
/*###########################################################################################################################################*/

#active-filter-area{
	
	overflow: hidden;
	width: 100%;
	/*background-color: #a84445;*/
	/*color:#faf5e6;*/
	
}

.tag-filter-container>span{
	/*margin: 0 5px 0 0;*/
	font-size:12px;
	/*padding-bottom: 10px;*/
	
	display: block;
	display:none; 
}

.tag-filter-container{
	display:inline-block;
	zoom: 1;
    *display: inline;
	/*margin: 0 2px 2px 0;*/
	/*padding: 5px;*/
	/*border-right: 1px solid black;*/
}

.tag-filter-container:last-child{
	
	margin-bottom: 20px;
}


.tag-filter-container ul{
	display:inline-block;
	zoom: 1;
    *display: inline;
}

.tag-filter-container ul li{
	display:inline-block;
	zoom: 1;
    *display: inline;
}

a.tag-filter{
	display:inline-block;
	zoom: 1;
    *display: inline;
	font-size: 12px;
	background-color: #7c806c;
	color:#f9efd8;
	text-decoration: none;
	padding: 5px;
	margin-right: 2px;
	margin-bottom: 2px;
}

a.tag-filter span{
	color: #a84445;
	margin: 0 5px;
}


li.filter-color-box{
	display: inline-block;
	zoom: 1;
    *display: inline;
	padding: 2px;
	width: 75px;
	height: 32px;
	/*margin: 0 5px 5px 0;*/
	position: relative;
	overflow: hidden;
	
	background-repeat: repeat;
}
li.filter-color-box label{
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;

}

li.filter-color-box span{
	display: block;
	position: absolute;
	/*bottom: 2px;*/
	top:4px;
	left: 14px;
	padding: 2px;
	font-size: 11px;
	line-height: 11px;
	color: #f7eccd;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);

}


/*###########################################################################################################################################*/
/* FORM AREAS  */
/*###########################################################################################################################################*/

.block-form-container{
	background-color: #e8dec1;
	max-width: 500px;
	margin:50px auto;
	position: relative;
	display:none;

}

.contact-result{
  
  
  max-width: 500px;
  margin:50px auto;
  
  padding: 2% 5%;
  /*background-color: #27ae60*/
  background-color:#27ae60;
  color:#faf5e6;
  text-align: center;
  display: none;
}

.contact-progress{
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index: 9999;
  background-color: #e8dec1;
  background: url(../asset/spinner.gif) no-repeat center  ;
  opacity: 0.7;
  display:none;
}


#form-block-to-mail{
	/*display:none;*/
	/*position: relative;
	overflow: hidden;*/

}

#form-block-request{
	/*display:none;
	position: relative;*/

}

.zoomContainer{
	z-index: 1043;
}




/*###########################################################################################################################################*/
/* FILTER SPECIFIC  */
/*###########################################################################################################################################*/

#size-between{
  display:none;
}

#btn-reset-approximate-size,
#btn-reset-search-rug,
#btn-reset-between-size{
	display:none;
}





/*###########################################################################################################################################*/
/* POP-UP ANIMATION  */
/*###########################################################################################################################################*/

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}




/*###########################################################################################################################################*/
/* HERO HEADER */
/*###########################################################################################################################################*/

.hero-header{
	position: relative;
	display: block;
	width:100%;
	padding-top: 50%;
	overflow: hidden;
	background-color: #3b3833;
}

.hero-header.h30{
	padding-top: 30% !important;
	
}

.hero-header-container {
	position: absolute;
	top:0;
	left: 0;
	width:100%;
	height:100%;
	background-repeat: no-repeat;
	background-position: center bottom;
	-o-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size:cover;
	background-size: cover;
	behavior: url(js/backgroundsize.min.htc);
	-ms-behavior: url(js/backgroundsize.min.htc);
}


.img-silk{
	position: absolute;
	width:100%;
	height:100%;
	background-color: #1a1916;
	opacity: 0.5; 
	filter: alpha(opacity=50);
	z-index:1;
}

.img-silk.light{
	opacity: 0.2; 
	filter: alpha(opacity=20);
	z-index:1;
}


.hero-header-txt-container {
	z-index:2;
	position: absolute;
	top:0;
	left:0;
	position: relative;
	/*display: table;*/
	/*display:table;*/
	width: 100%;
	height: 100%;
	margin-top: 30px;
}

.hero-header-txt-frame {
	
	position: relative;
	display: table;
	/*display:table;*/
	width: 100%;
	height: 100%;
}


.hero-header-txt{
	z-index:4;
	display: table-cell;
	
	vertical-align: middle;
	text-align:center;
	color:#e8dec1;
	
	text-shadow: 0px 0px 20px rgba(0, 0, 0, 1);
}


.ie7 .hero-header-txt-frame{
	display: block;
	position: relative;
}

.ie7 .hero-header-txt{
	display: block;
	position: absolute;
	bottom:30%;
	width:100%;
	text-align: center;
}


.hero-header-txt .txt-small{
	font-size: 24px;
}

.hero-header-txt .txt-big{
	font-size: 72px;
	font-weight: 700;
	padding: 0 4%;
}

		

		@media (max-width: 1024px) {
			  	
			/*.hero-header{
				padding-top: 80%;

			}
		  	.hero-header.h30{
				padding-top: 40% !important;
			}*/

			/*.hero-header-txt .txt-big{
				font-size: 72px;
			}*/
		}

		@media (max-width: 900px) {
			  	
			.hero-header{
				padding-top: 90%;

			}
		  	.hero-header.h30{
				padding-top: 50% !important;
			}

			.hero-header-txt .txt-big{
				font-size: 60px;
			}
		}


		@media (max-width: 600px) {
			  	
			.hero-header{
				padding-top: 120%;

			}
		  	.hero-header.h30{
				padding-top: 60% !important;
			}

			.hero-header-txt .txt-small{
				font-size: 16px;
			}

			.hero-header-txt .txt-big{
				font-size: 32px;
			}

			.hero-header-txt-container {
				
				
				margin-top: 20px;
			}
		}


/*###########################################################################################################################################*/
/* MAIN PAGE SECTIONS */
/*###########################################################################################################################################*/

#discover-inventory{
	text-align: center;
	padding: 5% 0 15% 0;
	background-image: url('../asset/mainpage-sections/inventory.png');
	background-position: center bottom;
	background-repeat: repeat-x;
	background-color: #e8dec1;
}

#our-story{
	color:#e8dec1;
	text-align: center;
	padding: 5% 0 15% 0;
	background-image: url('../asset/mainpage-sections/our-story.png');
	background-position: left bottom;
	background-repeat: repeat-x;
	background-color: #1a1816;
}


#other-sections{
	text-align: center;
	padding: 5% 0;
	/*background-image: url('../asset/bg/istanbul.png');*/
	background-position: center bottom;
	background-repeat: repeat-x;
	background-color: #e8dec1;
	overflow: hidden;
	
}

#contact-bar{
	width: 96%;
	font-size: 20px;
	text-align: center;
	padding: 0 2%;
	line-height: 50px;
	background-color: #87a9aa;
	color:#faf5e6;
}

.no-contact-bar #contact-bar{
	display: none;
}

.column-feature{
	width: 30%;
	padding: 0 1.5%;
	float: left; 
}

		@media (max-width: 768px) {
			  .column-feature{
					float:none;
					width: 97%;
					padding: 4% 1.5%;
					margin-bottom: 1.5%;
					/*border-bottom: 1px solid gray; */
				}
				#discover-inventory{
					padding: 15% 0 35% 0;
				}
				

				#our-story{
					padding: 15% 0 35% 0;
					background-position: right bottom;
				}
		}





/*###########################################################################################################################################*/
/* GENERIC LAYOUT  */
/*###########################################################################################################################################*/

#generic-content-container{
	overflow: hidden;
	height: 100%;
	padding: 2% 0;
	text-align: justify;
	min-height: 500px;
}

.generic-column-mid{
	max-width: 960px;
	padding: 8px;
	margin: 0 auto;
}

		@media (max-width: 1024px) {
			  	
			#generic-content-container{
				overflow: hidden;
				height: 100%;
				padding: 4%;
				text-align: justify;
				min-height: 500px;
			}
			#generic-content-container h1{
				
				text-align: left;
				
			}
		}




/*###########################################################################################################################################*/
/* TAB NAVIGATION  */
/*###########################################################################################################################################*/

ul#tab-area{
	display: block;
	padding-bottom: 2%;
	margin-bottom: 2%;
	border-bottom: 1px solid #c2513a;
}

ul#tab-area li{
	display: inline-block;
	zoom: 1;
    *display: inline;
	margin-right: 20px;
	font-size: 20px;
	font-weight: bold;
}

ul#tab-area li a{
	color:#70847c ;
}

ul#tab-area li a.active-tab{
	color:#c2513a;
}


.tab-content{
	display:none;
}

.tab-content.show{
	display:block;
}

		@media (max-width: 600px) {
			  	
			ul#tab-area li{
				font-size: 11px;

			}
			ul#tab-area{
				text-align: left;
				padding-bottom: 4%;
				margin-bottom: 4%;
			}

			ul#tab-area li{
				margin-right: 5px;
				padding-right: 5px;
				border-right: 1px solid gray;				
			}

			ul#tab-area li:last-child{
				margin-right: 0px;
				padding-right: 0px;
				border-right: 0;				
			}
		  	
		}






/*###########################################################################################################################################*/
/* HELPERS  */
/*###########################################################################################################################################*/


.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.hide{
	display: none;
}


.disabled {
	zoom: 1;
	filter: alpha(opacity=30);
	opacity: 0.3;
	cursor: default;
	/*visibility: hidden;*/
	pointer-events: none;
}


.pt5{
	padding-top:5px !important;
}
.pt10{
	padding-top:10px !important;
}
.pt20{
	padding-top:20px !important;
}

.pb5{
	padding-bottom:5px !important;
}
.pb10{
	padding-bottom:10px !important;
}
.pb20{
	padding-bottom:20px !important;
}


.mt5{
	margin-top:5px !important;
}
.mt10{
	margin-top:10px !important;
}
.mt20{
	margin-top:20px !important;
}

.mb5{
	margin-bottom:5px !important;
}
.mb10{
	margin-bottom:10px !important;
}
.mb20{
	margin-bottom:20px !important;
}
.mr5{
	margin-right:5px !important;
}
.mr10{
	margin-right:10px !important;
}
.mr20{
	margin-right:20px !important;
}
.ml5{
	margin-left:5px !important;
}
.ml10{
	margin-left:10px !important;
}
.ml20{
	margin-left:20px !important;
}

.bxshdw{
	-webkit-box-shadow: 0px 0px 2px 0px rgba(59, 56, 51, 0.3);
	-moz-box-shadow:    0px 0px 2px 0px rgba(59, 56, 51, 0.3);
	box-shadow:         0px 0px 2px 0px rgba(59, 56, 51, 0.3);
}

/*@keyframes blink {
    0% { box-shadow: 0 0 10px #c2513a; }
    50% { box-shadow: none; }
    100% { box-shadow: 0 0 10px #c2513a; }
}

@-webkit-keyframes blink {
    0% { box-shadow: 0 0 10px #c2513a; }
    50% { box-shadow: 0 0 0; }
    100% { box-shadow: 0 0 10px #c2513a; }
}

.blink {
    -webkit-animation: blink 3.0s linear infinite;
    -moz-animation: blink 3.0s linear infinite;
    -ms-animation: blink 3.0s linear infinite;
    -o-animation: blink 3.0s linear infinite;
    animation: blink 3.0s linear infinite;
}*/



.ie8 .bxshdw{
	border: 1px solid #E2D8BD;
}


.float-left{
	float:left;
}

.float-right{
	float:right;
}

.txt-small{
	font-size: 11px;
}

.txt-serif{
	/*font-family: Georgia,'Times New Roman',serif;*/
	/*font-family: 'Droid Serif', serif;*/
}


.txt-align-right{
	text-align: right;
}


.display-inline-block{
	display: inline-block;
	zoom: 1;
    *display: inline;
}

.display-table{
	position: relative;
	display: table;
	margin-bottom: 40px;
	position: relative;
	width:100%;	
}

.display-table-cell{
	position: relative;
	display: table-cell;
	margin: 10px 0;
	padding: 10px;
	border-bottom: 1px dotted #95a894;	

}

ul.display-table li{
	position: relative;
	border-bottom: 1px dotted #95a894;	
	line-height: 30px;
	display: table-row;
}

img.full-width{
	width:100%;
	height:auto;
}


@media (max-width: 600px) {
	
	ul.display-table li{
		line-height: 16px;
	}

	/*.display-table-cell{
		display: block;
		width:100% ;
	}

	.display-table{
		display: block;
	}*/
}





/*###########################################################################################################################################*/
/* SCROLLBAR  */
/*###########################################################################################################################################*/

::-webkit-scrollbar {
    width: 3px;
}
 
::-webkit-scrollbar-track {
  /*  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
    background-color: #eee3c6; 

}
 
::-webkit-scrollbar-thumb {
   /*  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);  */
  background-color: #c2513a;
  display:block;
  margin: 10px 0 0 0;
}




