/* 60 */

/****** /home/regencyd/public_html/skin/frontend/rwd/jamessaidcomau/css/0_variables.css ******/




/****** /home/regencyd/public_html/skin/frontend/rwd/jamessaidcomau/css/crystal-block/back-to-top.css ******/

#back-to-top{
	background: url(images/template/arrow-up.png) no-repeat center top #fff;
	border-radius: 50%;
	padding: 60px 30px 20px;
	text-transform: uppercase;
	color: #bea976;
	border: none;
	
	position: fixed;
    right: 20px;
    bottom: 40px;
}

@media (max-width:1024px){
	#back-to-top{
		padding: 20px 0 0 0;
		background-size: 32px;
		text-transform: uppercase;
		color: #bea976;
		border: none;
		position: fixed;
		right: 20px;
		bottom: 50px;
		width: 80px;
		height: 80px;
		border-radius: 50%;
		border: solid 1px;
	}
}


/****** /home/regencyd/public_html/skin/frontend/rwd/jamessaidcomau/css/crystal-block/category-bottom.css ******/

.category-bottom p{
	font-size: 16px;
}


/****** /home/regencyd/public_html/skin/frontend/rwd/jamessaidcomau/css/crystal-block/delivery-icon.css ******/

div.delivery-icon{
	display:none;	
}

@media only screen and (min-width: 1025px){
	body div.delivery-icon{
		display:block;
		position: absolute;
		left: 20px;
		top: 30px;
		cursor:pointer;
	}
	div.delivery-icon p{
		display:block;
	}
	div.delivery-icon p img{
		float:left;
		padding-right: 20px;
	}
	div.delivery-icon p span{
		float:left;
		color:#bea976;
		height: 31px;
    	line-height: 31px;
	}
}


/****** /home/regencyd/public_html/skin/frontend/rwd/jamessaidcomau/css/crystal-block/footer-copyright.css ******/

div.footer-copyright{
	float:left;
	width:100%;
	clear:both;
	text-align:center;
	color:#fff;
	padding-bottom:40px;	
}

@media only screen and (max-width: 599px), only screen and (max-device-width: 599px), screen and (max-width: 600px) {
	div.footer-copyright{
		padding-bottom:50px;	
	}
}


/****** /home/regencyd/public_html/skin/frontend/rwd/jamessaidcomau/css/crystal-block/footer-holder.css ******/

div.footer-holder{
	float:left;
	width:100%;
	clear:both;
	padding:40px 0;	
}
div.footer-holder h5{
	text-transform:uppercase;
	color:#bea976;	
	margin-bottom:20px;
	font-size:18px;
}
div.footer-holder div.footer-holder-wrap > div h5 a{
	text-transform:uppercase;
	color:#bea976;
	font-size:18px;
}
div.footer-holder-wrap > div{
	display:block;
	float:left;
	width:25%;
}
@media (min-width:980px){
	div.footer-holder-wrap .footer-contact{
		padding-right: 10px;
	}
}
div.footer-holder-wrap > div p,
div.footer-holder-wrap > div a,
div.footer-holder-wrap table{
	color:#fff;
	text-transform:uppercase;
}
div.footer-holder-wrap table{
	margin-bottom:10px;
}
div.footer-holder-wrap table td:first-child{
	padding-right:20px;
}
div.footer-holder-wrap > div a:hover{
	color:#bea976;	
	text-decoration:none;
}
div.footer-holder-wrap > div p,
div.footer-holder-wrap > div li{
	line-height:30px;	
}

/*---NEWSLETTER--*/
div.footer-newsletter label{
	color:#fff;	
	text-transform:uppercase;
	font-size:14px;
	font-weight:normal;
	margin-bottom:5px;
}

div.footer-newsletter .block-content{
	margin-top:0;
	line-height: 30px;	
}
div.footer-newsletter .actions button.button{
	background: #bea976;
	color:#000;
	border:solid 1px transparent;
	float:left;
	padding:10px 22px;
}
div.footer-newsletter button.button:hover{
	background: #FFF;
	color:#bea976;
	border:solid 1px #bea976;
}

div.footer-newsletter input.input-text{
	border:none;
	font-size:14px;
	padding:10px;
	height:38px;
}




/*-----------------MOBILE--------------------*/
@media (min-width: 771px) and (max-width: 979px), only screen and (min-width: 600px) and (max-width: 770px)  {
	div.footer-holder-wrap{
		text-align:center;	
	}
	div.footer-holder-wrap > div{
		width:49%;
		display:inline-block;
		float:none;	
		vertical-align:top;
		margin-bottom:40px;
	}
	div.footer-holder h5{
		margin-bottom:15px;
	}
	
	div.footer-newsletter input.input-text{
		text-align:center;
	}
	div.footer-newsletter .actions button.button{
		float:none;	
		width:365px;
		max-width:100%;
	}
	div.footer-holder-wrap table{
		margin:0 auto 10px;
	}
}
@media only screen and (max-width: 599px), only screen and (max-device-width: 599px)  {
	div.footer-holder{
		padding-bottom:0;	
	}
	div.footer-holder-wrap{
		text-align:center;	
	}
	div.footer-holder h5{
		margin-bottom:15px;
	}
	div.footer-holder-wrap > div{
		width:100%;
		padding-bottom:25px;
		margin-bottom:25px;
		border-bottom:solid 1px #bea976;
	}
	
	div.footer-newsletter input.input-text{
		text-align:center;
	}
	div.footer-newsletter .actions button.button{
		float:none;	
		width:365px;
		max-width:100%;
	}
	div.footer-holder-wrap table{
		margin:0 auto 10px;
	}
}


/****** /home/regencyd/public_html/skin/frontend/rwd/jamessaidcomau/css/crystal-block/footer-social.css ******/

div.footer-social{
	float:left;
	width:100%;
	clear:both;
	text-align:center;
	margin-bottom:40px;	
}
div.footer-social a{
	display:inline-block;
	margin:0 2px;
}


/****** /home/regencyd/public_html/skin/frontend/rwd/jamessaidcomau/css/crystal-block/home-banner.css ******/

.unslider{overflow:auto}.unslider-wrap{position:relative}.unslider-wrap.unslider-carousel li{float:left}.unslider-vertical>ul{height:100%}.unslider-vertical li{float:none;width:100%}.unslider-fade{position:relative}.unslider-fade .unslider-wrap li{position:absolute;left:0;top:0;right:0;z-index:8}.unslider-fade .unslider-wrap li.unslider-active{z-index:10}.unslider li{list-style:none;margin:0;padding:0;border:none}.unslider-arrow{position:absolute;left:20px;z-index:2;cursor:pointer}.unslider-arrow.next{left:auto;right:20px}

/**
 *   Here's where everything gets included. You don't need
 *   to change anything here, and doing so might break
 *   stuff. Here be dragons and all that.
 */
/**
 *   Default variables
 *
 *   While these can be set with JavaScript, it's probably
 *   better and faster to just set them here, compile to
 *   CSS and include that instead to use some of that
 *   hardware-accelerated goodness.
 */
.unslider-nav ol {
  list-style: none;
  text-align: center;
}
.unslider-nav ol li {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 4px;
  background: transparent;
  border-radius: 5px;
  overflow: hidden;
  text-indent: -999em;
  border: 2px solid #fff;
  cursor: pointer;
}
.unslider-nav ol li.unslider-active {
  background: #fff;
  cursor: default;
}

.unslider.ubanner.banners-latest{
	min-height: 750px ;
}
.ubanner { 
	position: relative; overflow: auto; 
}
.ubanner li { 
	list-style: none;
	height: 1000px;
	width: 100%;
}
.ubanner ul li { 
	float: left; 
	margin: 0;
	padding: 0;
}

.ubanner ul li img{
	width: 100%;
	height: auto;
}

.ubanner ul li .banner-title a{
	text-decoration: none
}
.ubanner ul li .banner-title a h2,
.ubanner ul li .banner-title a:hover h2{
	font-size: 50px;
	color: #333;
}


a.unslider-arrow,
a.unslider-arrow:visited,
a.unslider-arrow:active,
a.unslider-arrow:focus{
	position: absolute;
	text-decoration: none;
	z-index: 9999;
	top:8%;
	left:3%;
	font-size: 50px;
	height: auto;
	width:24px;
	color:#fff;
	opacity: 0.6;
	/*text-indent: -9999px;*/
}
a.unslider-arrow:hover{
	color:#fff;
	opacity:1;
	text-decoration: none;
}
a.unslider-arrow.prev,
a.unslider-arrow.prev:visited,
a.unslider-arrow.prev:active,
a.unslider-arrow.prev:focus{
	left: 3%;
	right: auto;
	/* background:url('images/template/prev-next.png') no-repeat left;*/
}
a.unslider-arrow.next,
a.unslider-arrow.next:visited,
a.unslider-arrow.next:active,
a.unslider-arrow.next:focus{
	right: 3%;
	left: auto;
	/*background:url('images/template/prev-next.png') no-repeat right;*/
}
/* -- mobile -- */
body .ubanner li{
	height:auto;	
}
body .ubanner li > a{
	display:block!important;	
}
@media only screen and (max-width: 599px), only screen and (max-device-width: 599px) {
	.ubanner ul li .banner-title {
		display: none;	
	}
	.ubanner ul li .banner-content{
		margin: 60% auto;
	}
}

/* --- large screen --- */
@media (max-width: 1199px) {
	.ubanner li { 
		height: 720px;
	}

}



/****** /home/regencyd/public_html/skin/frontend/rwd/jamessaidcomau/css/crystal-block/home-banner.css.161003 ******/

.unslider{overflow:auto}.unslider-wrap{position:relative}.unslider-wrap.unslider-carousel li{float:left}.unslider-vertical>ul{height:100%}.unslider-vertical li{float:none;width:100%}.unslider-fade{position:relative}.unslider-fade .unslider-wrap li{position:absolute;left:0;top:0;right:0;z-index:8}.unslider-fade .unslider-wrap li.unslider-active{z-index:10}.unslider li{list-style:none;margin:0;padding:0;border:none}.unslider-arrow{position:absolute;left:20px;z-index:2;cursor:pointer}.unslider-arrow.next{left:auto;right:20px}

/**
 *   Here's where everything gets included. You don't need
 *   to change anything here, and doing so might break
 *   stuff. Here be dragons and all that.
 */
/**
 *   Default variables
 *
 *   While these can be set with JavaScript, it's probably
 *   better and faster to just set them here, compile to
 *   CSS and include that instead to use some of that
 *   hardware-accelerated goodness.
 */
.unslider-nav ol {
  list-style: none;
  text-align: center;
}
.unslider-nav ol li {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 4px;
  background: transparent;
  border-radius: 5px;
  overflow: hidden;
  text-indent: -999em;
  border: 2px solid #fff;
  cursor: pointer;
}
.unslider-nav ol li.unslider-active {
  background: #fff;
  cursor: default;
}

.unslider.ubanner.banners-latest{
	min-height: 750px ;
}
.ubanner { 
	position: relative; overflow: auto; 
}
.ubanner li { 
	list-style: none;
	height: 1000px;
	width: 100%;
}
.ubanner ul li { 
	float: left; 
	margin: 0;
	padding: 0;
}

.ubanner ul li img{
	width: 100%;
	height: auto;
}

.ubanner ul li .banner-title a{
	text-decoration: none
}
.ubanner ul li .banner-title a h2,
.ubanner ul li .banner-title a:hover h2{
	font-size: 50px;
	color: #333;
}


a.unslider-arrow,
a.unslider-arrow:visited,
a.unslider-arrow:active,
a.unslider-arrow:focus{
	position: absolute;
	text-decoration: none;
	z-index: 9999;
	top:8%;
	left:3%;
	font-size: 50px;
	height: auto;
	width:24px;
	color:#fff;
	opacity: 0.6;
	/*text-indent: -9999px;*/
}
a.unslider-arrow:hover{
	color:#fff;
	opacity:1;
	text-decoration: none;
}
a.unslider-arrow.prev,
a.unslider-arrow.prev:visited,
a.unslider-arrow.prev:active,
a.unslider-arrow.prev:focus{
	left: 3%;
	right: auto;
	/* background:url('images/template/prev-next.png') no-repeat left;*/
}
a.unslider-arrow.next,
a.unslider-arrow.next:visited,
a.unslider-arrow.next:active,
a.unslider-arrow.next:focus{
	right: 3%;
	left: auto;
	/*background:url('images/template/prev-next.png') no-repeat right;*/
}
/* -- mobile -- */
body .ubanner li{
	height:auto;	
}
@media only screen and (max-width: 599px), only screen and (max-device-width: 599px) {
	.ubanner ul li .banner-title {
		display: none;	
	}
	.ubanner ul li .banner-content{
		margin: 60% auto;
	}
}

/* --- large screen --- */
@media (min-width: 980px) and (max-width: 1024px) {
	.ubanner li { 
		height: 500px;
	}

}


div.banner-main{
	float:left;
	width:100%;
	clear:both;	
}


/****** /home/regencyd/public_html/skin/frontend/rwd/jamessaidcomau/css/crystal-block/home-banner.css_show-room ******/

.unslider{overflow:auto}.unslider-wrap{position:relative}.unslider-wrap.unslider-carousel li{float:left}.unslider-vertical>ul{height:100%}.unslider-vertical li{float:none;width:100%}.unslider-fade{position:relative}.unslider-fade .unslider-wrap li{position:absolute;left:0;top:0;right:0;z-index:8}.unslider-fade .unslider-wrap li.unslider-active{z-index:10}.unslider li{list-style:none;margin:0;padding:0;border:none}.unslider-arrow{position:absolute;left:20px;z-index:2;cursor:pointer}.unslider-arrow.next{left:auto;right:20px}

/**
 *   Here's where everything gets included. You don't need
 *   to change anything here, and doing so might break
 *   stuff. Here be dragons and all that.
 */
/**
 *   Default variables
 *
 *   While these can be set with JavaScript, it's probably
 *   better and faster to just set them here, compile to
 *   CSS and include that instead to use some of that
 *   hardware-accelerated goodness.
 */
 .unslider-wrap a.button{
    font-size: 3.5em !important;
    padding: 1em !important;
 }
 a.news-pop{display: none;}
.unslider-nav ol {
  list-style: none;
  text-align: center;
}
.unslider-nav ol li {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 4px;
  background: transparent;
  border-radius: 5px;
  overflow: hidden;
  text-indent: -999em;
  border: 2px solid #fff;
  cursor: pointer;
}
.unslider-nav ol li.unslider-active {
  background: #fff;
  cursor: default;
}

.unslider.ubanner.banners-latest{
	min-height: 750px ;
}
.ubanner { 
	position: relative; overflow: auto; 
}
.ubanner li { 
	list-style: none;
	height: 1000px;
	width: 100%;
}
.ubanner ul li { 
	float: left; 
	margin: 0;
	padding: 0;
}

.ubanner ul li img{
	width: 100%;
	height: auto;
}

.ubanner ul li .banner-title a{
	text-decoration: none
}
.ubanner ul li .banner-title a h2,
.ubanner ul li .banner-title a:hover h2{
	font-size: 50px;
	color: #333;
}


a.unslider-arrow,
a.unslider-arrow:visited,
a.unslider-arrow:active,
a.unslider-arrow:focus{
	position: absolute;
	text-decoration: none;
	z-index: 9999;
	top:8%;
	left:3%;
	font-size: 50px;
	height: auto;
	width:24px;
	color:#fff;
	opacity: 0.6;
	/*text-indent: -9999px;*/
}
a.unslider-arrow:hover{
	color:#fff;
	opacity:1;
	text-decoration: none;
}
a.unslider-arrow.prev,
a.unslider-arrow.prev:visited,
a.unslider-arrow.prev:active,
a.unslider-arrow.prev:focus{
	left: 3%;
	right: auto;
	/* background:url('images/template/prev-next.png') no-repeat left;*/
}
a.unslider-arrow.next,
a.unslider-arrow.next:visited,
a.unslider-arrow.next:active,
a.unslider-arrow.next:focus{
	right: 3%;
	left: auto;
	/*background:url('images/template/prev-next.png') no-repeat right;*/
}
.unslider-fade .unslider-wrap li a{
	display: none;
}
/* -- mobile -- */
body .ubanner li{
	height:auto;	
}
@media only screen and (max-width: 599px), only screen and (max-device-width: 599px) {
	.ubanner ul li .banner-title {
		display: none;	
	}
	.ubanner ul li .banner-content{
		margin: 60% auto;
	}
	.unslider-wrap a.button{
    	font-size: 1.5em !important;
    	padding: 1em !important;
 	}
}
@media only screen and (min-width: 600px) and (max-width: 770px) {
	.unslider-wrap a.button{
    	font-size: 1em !important;
    	padding: 0.5em !important;
 	}	
}

/* --- large screen --- */
@media (min-width: 980px) and (max-width: 1024px) {
	.ubanner li { 
		height: 500px;
	}
	.unslider-wrap a.button {
    	font-size: 2.5em !important;
   		 padding: 1em !important;
	}
}


div.banner-main{
	float:left;
	width:100%;
	clear:both;	
}


/****** /home/regencyd/public_html/skin/frontend/rwd/jamessaidcomau/css/crystal-block/home-content-video.css ******/

.home-content-video{
    float:left;
    width:100%;
    clear:both;
}


/****** /home/regencyd/public_html/skin/frontend/rwd/jamessaidcomau/css/crystal-block/home-four-banner-content.css ******/

div.home-four-banner-content{
	width:100%;
	clear:both;
	float:left;		
}
div.home-four-banner-content-wrap{
	max-width:1200px;
	margin:0 auto;
	text-align:center;
	padding:30px 0 0;	
}

div.home-four-banner-content div.home-grid-item{
	display:inline-block;
	width:49%;
	box-sizing:border-box;
	vertical-align:top;
	padding:0 3px;
	margin-bottom:60px;
}
div.home-four-banner-content div.home-grid-item h2{
	font-size:18px;
	margin-bottom:5px;
}
div.home-four-banner-content img{
	height: auto;
	width: 100%;
	margin-bottom:15px;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
div.home-four-banner-content a:hover img{
	opacity:0.8;
}
div.home-four-banner-content div.home-grid-item p{	
	margin-bottom:15px;
}

@media  only screen and (min-width: 600px) and (max-width: 770px) {
	
}

@media  only screen and (max-width: 599px), only screen and (max-device-width: 599px) {
	div.home-four-banner-content div.home-grid-item{
		display:block;
		width:100%;
		padding:0;
		margin-bottom:40px;
	}
}


/****** /home/regencyd/public_html/skin/frontend/rwd/jamessaidcomau/css/crystal-block/home-three-banner-content.css ******/

div.home-three-banner-content{
	width:100%;
	clear:both;
	float:left;	
}
div.home-three-banner-content-wrap{
	max-width:1024px;
	margin:0 auto;
	text-align:center;
	padding:0;	
}

div.home-three-banner-content div.home-grid-item{
	display:inline-block;
	width:328px;
	box-sizing:border-box;
	vertical-align:top;
	padding:0;
	margin-bottom:60px;
	float:left;
}
div.home-three-banner-content div.home-grid-item:nth-child(2){
	margin:0 10px;
}
div.home-three-banner-content div.home-grid-item h2{
	font-size:18px;
	margin-bottom:20px;
}
div.home-three-banner-content img{
	height: auto;
	width: 100%;
	margin-bottom:20px;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
div.home-three-banner-content a:hover img{
	opacity:0.8;
}

@media (max-width: 1050px) and (min-width: 1025px), (min-width: 980px) and (max-width: 1024px), (min-width: 771px) and (max-width: 979px), only screen and (min-width: 600px) and (max-width: 770px) {
	div.home-three-banner-content div.home-grid-item,
	div.home-three-banner-content div.home-grid-item:nth-child(2){
		display:inline-block;
		width:32%;
		box-sizing:border-box;
		padding:0 5px;
		float:none;
		margin:0 0 20px 0;
	}
}

@media  only screen and (max-width: 599px), only screen and (max-device-width: 599px) {
	div.home-three-banner-content{
		padding-top: 30px;
		border-top: solid 1px #bea976;	
	}
	div.home-three-banner-content div.home-grid-item:nth-child(2){
		margin:0;
	}
	div.home-three-banner-content div.home-grid-item,
	div.home-three-banner-content div.home-grid-item:nth-child(2){
		display:block;
		width:100%;
		padding:0;
		margin-bottom:40px;
	}
}


/****** /home/regencyd/public_html/skin/frontend/rwd/jamessaidcomau/css/crystal-block/instagram-grid.css ******/

.cms-instagram-feed .main-container{
	width:100%;
	max-width: 1400px;
}
.instagram-grid{
	margin-bottom: 20px;
}
.instagram-grid li{
	width:32%;
	display: block;
	float: left;
	overflow: hidden;
	margin:0.5% !important;
	padding:0;
	border:1px solid #fff;
	position: relative;
} 
.instagram-grid li:hover{
	border:6px solid #fff;
	-webkit-transition: all 0.2s ease-in;                  
    -moz-transition: all 0.2s ease-in;                 
    -o-transition: all 0.2s ease-in;   
    -ms-transition: all 0.2s ease-in;          
    transition: all 0.2s ease-in;
} 
.instagram-grid li img{
	width: 100%;
	height:auto;
}
.instagram-grid li h5{
	position: absolute;
	width:100%;
	padding: 0 10%;
    top: 52%;
    opacity: 0;
    color: #fff;
    font-style: normal;
    font-size: 16px;
    text-align: center;
    z-index: 999;
     -webkit-transition: all 0.2s ease-in;                  
    -moz-transition: all 0.2s ease-in;                 
    -o-transition: all 0.2s ease-in;   
    -ms-transition: all 0.2s ease-in;          
    transition: all 0.2s ease-in;
}
.instagram-grid li:hover h5{
	opacity: 1;
	top: 50%;
}
.instagram-grid li:hover img{
	background-color: #111;
	opacity: 0.7;

}
@media only screen and (max-width: 640px), only screen and (max-device-width: 640px) {
	.instagram-grid li{
		width: 49%;
	}
}

.instagram-grid .js-hover > span {
    display: block;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover!important;
}


/****** /home/regencyd/public_html/skin/frontend/rwd/jamessaidcomau/css/crystal-block/js-home-4.css ******/

.js-home-4{
    float: left;
    width: 100%;
}
.js-home-4 .home-grid-item img{
    height: auto;
    width: 100%;
}

@media (min-width:769px){
    .js-home-4{
        padding: 20px;
		
		text-align: center;
    }
    .js-home-4 .home-grid-item{
        /*float: left;
		width: 50%;*/
        padding: 20px;
        
		display: inline-block;
		width: 49%;
    }
}
@media (max-width:768px){
    .js-banner-main,
    .js-home-4 .home-grid-item{
        margin-bottom: 20px;
    }
}


/****** /home/regencyd/public_html/skin/frontend/rwd/jamessaidcomau/css/crystal-block/js-home-full.css ******/

.js-home-full{
    float: left;
    width: 100%;
}
.js-home-full img{
    height: auto;
    width: 100%;
}


/****** /home/regencyd/public_html/skin/frontend/rwd/jamessaidcomau/css/crystal-block/js-image-banner.css ******/

.js-image-banner{
	float: left;
}
.js-image-banner img{
	width: 100%;
}
@media (max-width:768px){
	.js-image-banner{
		margin-bottom:20px;
	}
}


/****** /home/regencyd/public_html/skin/frontend/rwd/jamessaidcomau/css/crystal-block/live-chat.css ******/

body .clickdesk-minimalistic .cd-bar{
	font-family: "AvenirLight", Arial, sans-serif !important;
	font-weight:normal!important;	
}


/****** /home/regencyd/public_html/skin/frontend/rwd/jamessaidcomau/css/crystal-block/login-problems-message.css ******/

div.login-problems-message{
	text-align: center;
    background-color: #ededed;
    padding: 15px;
    margin-bottom: 30px;
}


/****** /home/regencyd/public_html/skin/frontend/rwd/jamessaidcomau/css/crystal-block/logo-main.css ******/

div.logo-main{
	padding: 10px 0;
}
div.logo-main-wrap{
	padding:30px 0;	
}
div.logo-main a{
	display:block;
	max-width:345px;
	margin:0 auto;
	text-align:center;	
}
div.logo-main a img{
	display:block;
	width:100%;	
	height:auto;
}


/*-----------------MOBILE--------------------*/
@media only screen and (min-width: 600px) and (max-width: 770px), only screen and (max-width: 599px), only screen and (max-device-width: 599px) {
	div.logo-main{
		float:left;
		width:100%;
		clear:both;
	}
	div.logo-main-wrap{
		padding:15px 0;	
	}	
}
@media (max-width: 900px) and (min-width: 771px){
	div.logo-main a img{
		width:80%;	
		margin:0 auto;
	}
}
@media only screen and (max-width: 599px), only screen and (max-device-width: 599px) {
	div.logo-main-wrap{
		padding:15px 20px;	
	}
}


/****** /home/regencyd/public_html/skin/frontend/rwd/jamessaidcomau/css/crystal-block/menu-toggle.css ******/

div.menu-toggle{
	display:none;	
}
@media only screen and (max-width: 1024px) and (min-width: 671px){
	div.menu-toggle{
		display:block;
		position: absolute;
		left: 20px;
		top: 30px;
		cursor:pointer;
	}
	div.menu-toggle *{
		cursor:pointer;	
	}
	div.menu-toggle p{
		display:block;
	}
	div.menu-toggle p img{
		float:left;
		padding-right: 20px;
	}
	div.menu-toggle p span{
		float:left;
		color:#bea976;
		height: 31px;
    	line-height: 31px;
	}
}
@media only screen and (max-width: 770px) and (min-width: 671px){
	div.menu-toggle{
		top: 16px;
	}
}
@media only screen and (max-width: 670px){
	div.menu-toggle{
		display:none;
	}
	/*div.menu-toggle p img{
		padding-right:0px;
	}	
	div.menu-toggle p span{
		display:none;
	}*/
}


/****** /home/regencyd/public_html/skin/frontend/rwd/jamessaidcomau/css/crystal-block/navigation-categories.css ******/

div.navigation-categories .nav-primary{
	margin-top:0;
}

div.navigation-categories .nav-primary{
	text-align:center;
}
div.navigation-categories > div > p{
	display:none;	
}

.nav-primary li.level0 > a{
	padding: 0 3px 3px;
    font-size: 11px;
	color:#fff;
	border-bottom:solid 1px transparent;
}
.nav-primary li.level0 > a.has-children{
	cursor:default;
}

div.navigation-categories .nav-primary > li{
	padding-bottom:17px;	
}
div.navigation-categories .nav-primary > li > div{
	display:none;
}
div.navigation-categories .nav-primary > li > div > div,
div.navigation-categories .nav-primary > li > div > ul{
	display:block;
	position:relative;
	top:auto;
	left:auto;
	right:auto;
	float:right;
	padding:20px;
	width:50%;
	box-sizing:border-box;
}
div.navigation-categories .nav-primary > li.category-145 > div > ul{
	width:100%;
}
.nav-primary li.level0 ul{
	border:none;
	background:none transparent;
	text-align:left;
	text-transform:uppercase;	
}
.nav-primary li.level1 a{
	border:none!important;	
}
.nav-primary a:hover, .nav-primary li:hover > a{
		
}

div.promo-area img{
	max-width:100%;
	height:auto;	
}

.nav-primary li.parent.sub-menu-active > a:after, .nav-primary li.parent.menu-active > a:after{
	display:none!important;	
}
.nav-primary .nav-ins  ul{
	width: 100% !important;
}

.nav-primary .nav-ins  div{
	width: 220px !important;
}

@media only screen and (max-width: 670px){
	.nav-primary .nav-ins  div{
		width: 100% !important;
	}
}


@media only screen and (min-width: 1025px){
	div.navigation-categories .nav-primary > li > div{
		width:642px;
		border:solid 1px #bea976;
		background:#fff;
		position:absolute;
        z-index:999;
	}
    div.navigation-categories .nav-primary > li.category-145 > div{
        width: 220px;
    }
	div.navigation-categories .nav-primary > li:hover > a{
		border-bottom:solid 1px #bea976;
	}
	div.navigation-categories .nav-primary > li:hover > div{
		display:block;
		top:51px;
		left:auto;
	}
	.nav-primary li.level1 > a:hover{
		color:#bea976;	
	}
}
@media only screen and (max-width: 1024px) and (min-width: 671px){
	/* SIDE MENU STUFF */
	div.navigation-categories{
		background:#000;
		position: fixed;
		top: 0;
		left: -280px;
		bottom: 0;
		display: block;
		float: left;
		width: 100%;
		max-width: 280px;
		height: 100%;
	
		-moz-transition: all 300ms;
		-webkit-transition: all 300ms;
		transition: all 300ms;
	}
	
	div.page {  
		border-radius: 0;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	
		-moz-box-shadow: -3px 0 6px darken(#556270, 5%);
		-webkit-box-shadow: -3px 0 6px darken(#556270, 5%);
		box-shadow: -3px 0 6px darken(#556270, 5%);
		
		/*-moz-transition: all 300ms;
		-webkit-transition: all 300ms;
		transition: all 300ms;*/
	}
	body.side-menu-showing div.page{
		position: fixed;
		top: 0;	
		width: 100%;	
		height: 100%;
		overflow-y: scroll;
		left: 280px;
	}
	body.side-menu-showing div.navigation-categories {
		left: 0;
		overflow-y:scroll;
	}
	
	
	/*-- ACTUAL MENU STYLING --*/
	div.navigation-categories{
		padding-bottom:20px;	
	}
	div.navigation-categories ul,
	div.navigation-categories li{
		float:left;
		width:100%;
		clear:both;
		display:block;
		padding:0;
		margin:0;
		text-align:left;	
	}
	/* Main Categories */
	div.navigation-categories .nav-primary > li{
		padding:0;
	}
	.nav-primary li.level0 > a,
	.nav-primary li.level0:last-child a.level0{
		padding: 5px 15px;
		color: #fff;
		font-size:15px;
		border-bottom: solid 1px #bea976;
		display:block;
	}
	div.navigation-categories .nav-primary > li > div{
		/*-moz-transition: all 300ms;
		-webkit-transition: all 300ms;
		transition: all 300ms;*/	
	}
	div.navigation-categories .nav-primary > li > div.show-mobile-menu{
		display:block;
	}
	div.navigation-categories .nav-primary > li > div div.promo-area{
		display:none;
	}
	div.navigation-categories .nav-primary > li > div > ul{
		width:100%;	
		padding:0;
		border-bottom:solid 1px #bea976;
		/*-moz-transition: all 300ms;
		-webkit-transition: all 300ms;
		transition: all 300ms;*/
	}
	.nav-primary li.level0 li.level1{
		padding:0;	
	}
	.nav-primary li.level0 li.level1 a{
		padding: 10px 15px;
		color: #fff;
		line-height: 1.4em;
	}
}

@media only screen and (max-width: 670px){
	div.navigation-categories{
		float:left;
		width:100%;
		clear:both;	
	}
	div.navigation-categories > div > p{
		display: block;
		width: 100%;
		text-align: center;
		color: #bea976;
		line-height: 20px;
		height: 35px;
		font-size: 16px;
		padding-top: 5px;
		cursor:pointer;
	}
	div.navigation-categories > div > p > span{
		background: url(images/template/js-menu-icon.png) no-repeat left top;
		background-size:contain;
		height:20px;
		width:30px;
		margin-top: -2px;
    	vertical-align: middle;
		display:inline-block;
	}
	div.navigation-categories #nav{
		display:none;	
	}
	
	body.center-menu-showing div.navigation-categories #nav{
		display:block;	
	}

	/*ACTUAL STYLING*/
	#header-account li a, .nav-primary a.level0{
		text-align:center;	
	}
	div.navigation-categories ul,
	div.navigation-categories li{
		float:left;
		width:100%;
		clear:both;
		display:block;
		padding:0;
		margin:0;
		text-align:center;	
	}
	/* Main Categories */
	div.navigation-categories .nav-primary{
		border-top: solid 1px #bea976;	
	}
	div.navigation-categories .nav-primary > li{
		padding:0;
	}
	.nav-primary li.level0 > a{
		padding: 5px 15px;
		color: #fff;
		font-size:15px;
		border-bottom: solid 1px #bea976;
		display:block;
	}
	div.navigation-categories .nav-primary > li > div{
		-moz-transition: all 300ms;
		-webkit-transition: all 300ms;
		transition: all 300ms;	
	}
	div.navigation-categories .nav-primary > li > div.show-mobile-menu{
		display:block;
	}
	div.navigation-categories .nav-primary > li > div div.promo-area{
		display:none;
	}
	div.navigation-categories .nav-primary > li > div > ul{
		width:100%;	
		padding:0;
		border-bottom:solid 1px #bea976;
		-moz-transition: all 300ms;
		-webkit-transition: all 300ms;
		transition: all 300ms;
	}
	.nav-primary li.level0 li.level1{
		padding:0;	
	}
	.nav-primary li.level0 li.level1 a{
		padding: 10px 15px;
		color: #fff;
		line-height: 1.4em;
	}
}


/****** /home/regencyd/public_html/skin/frontend/rwd/jamessaidcomau/css/crystal-block/phone-delivery.css ******/

div.phone-delivery{
	display:none;	
}

@media only screen and (min-width: 1025px){
	body div.phone-delivery{
		display:block;
		position: absolute;
		left: 20px;
		top: 18px;
		cursor:pointer;
	}
	div.phone-delivery p{
		display:block;
		float:left;
		clear:both;
	}
	div.phone-delivery a{
		color:#bea976!important;
		text-decoration: none!important;
	}
	div.phone-delivery p:first-child{
		margin-bottom:12px;
	}
	div.phone-delivery p img{
		float:left;
		padding-right: 20px;
		max-height:22px;
	}
	div.phone-delivery p > span{
		float:left;
		color:#bea976;
		height: 22px;
    	line-height: 22px;
	}
	div.phone-delivery p span span{
		margin-left:10px;
		padding-left:10px;
		border-left:solid 1px #bea976;
		text-transform: uppercase;
	}
}


/****** /home/regencyd/public_html/skin/frontend/rwd/jamessaidcomau/css/crystal-block/press-release.css ******/

@media (min-width:1001px){
	ul.press-article {
		display: flex;
		flex-wrap: wrap;
	}
	li.press-article {
		flex: 1 1 45%;
		max-width: 50%;
	}
}
.std ul li.press-article {
    list-style: none;
    width: 450px;
    display: inline-block;
    float: left;
    position: relative;
    margin: 10px 10px 20px 10px;
	text-align: center;
}
li.press-article > a{
    display: block;
	opacity: 1;
	transition: opacity .25s ease-in-out;
}
li.press-article > a:hover{
	opacity: 0.6;
    text-decoration: none;
}
li.press-article p.press-title{
	font-size: 16px;
    margin-bottom: 0px;
}
li.press-article p.press-text{
    margin-bottom: 5px;
}

@media screen and (max-width: 1000px) {
    ul.press-article {
        margin: 0 auto;
        text-align: center;
    }
    .std ul li.press-article {
        float: none;
    }
}

@media screen and (max-width: 500px) {
    li.press-article {
        max-width: 350px;
    }
}

/*li.press-article {
    list-style: none;
    width: 450px;
    display: inline-block;
    border-top: 1px solid;
    float: left;
    position: relative;
    height: 300px;
    margin: 10px;
}

img.press-thumb {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

li.press-article:hover img.press-thumb{
    display: none;
}

div.press-title {
    padding: 10px;
    height: 10%;
}

div.press-content {
    padding: 10px;
    height: 80%;
}

div.press-links {
    padding: 10px;
    height: 10%;
}

@media screen and (max-width: 1000px) {
    ul.press-article {
        margin: 0 auto;
        text-align: center;
    }
    li.press-article {
        float: none;
        text-align: left;
    }
    .std ul li {
        margin-left: 0;
    }
}

@media screen and (max-width: 450px) {
    li.press-article {
        max-width: 350px;
    }
}*/


/****** /home/regencyd/public_html/skin/frontend/rwd/jamessaidcomau/css/crystal-block/scroll-arrow.css ******/

/*-- SCROLLY from https://global.crystalinfinite.com.au/task/item.html?id=8593&popup=1 --*/
div.scroll-arrow{
	position:fixed;
	width:65px;
	height:65px;
	bottom:10px;
	z-index:9999;
	left:50%;
	margin-left:-33px;	
}

@media only screen and (max-width: 599px), only screen and (max-device-width: 599px) {
	div.scroll-arrow{
		display:none;	
	}
}


/****** /home/regencyd/public_html/skin/frontend/rwd/jamessaidcomau/css/crystal-block/site-switcher.css ******/

div.site-switcher{
	position: absolute;
	left: 40px;
	width: 125px;
	text-align: center;
	top: 55px;
}
div.site-switcher a{
	font-size: 11px;
	color:#bea976;
	text-decoration: none!important;
}
div.site-switcher a span.switch-to{
	display:block;
	margin-bottom:0px;
}
div.site-switcher img{
	max-width:100%;
	height:auto;
	margin-top:10px;
	margin:0 auto;
}
div.site-switcher a span.mobile-link{
	display:none;
}
div.navigation-categories li.site-switcher{
	display:none;
}

@media (max-width:1024px){
	div.site-switcher{
		display:none;
	}
	/* menu version */
	div.navigation-categories li.site-switcher{
		display:list-item;
	}
	div.navigation-categories li.site-switcher a span.switch-to,
	div.navigation-categories li.site-switcher a img{
		display:none;
	}
	div.navigation-categories li.site-switcher a{
		line-height:30px;
	}
}
/*
@media only screen and (max-width: 1051px){
	div.site-switcher{
		width: 90px;
		top: 5px;
		right:11%;
	}
	div.site-switcher a span.switch-to{
		margin-bottom:0;
	}
}

@media  only screen and (max-width: 640px), only screen and (max-device-width: 640px) {
	div.site-switcher{
		display:none;	
	}
	div.navigation-categories li.site-switcher{
		display:list-item;
	}
	div.navigation-categories li.site-switcher a span.switch-to,
	div.navigation-categories li.site-switcher a img{
		display:none;
	}
	div.navigation-categories li.site-switcher a{
		line-height:30px;
	}
}*/


/****** /home/regencyd/public_html/skin/frontend/rwd/jamessaidcomau/css/crystal-block/top-links.css ******/

div.top-links{
	position:absolute;
	right:0;
	top:20px;
	font-size:12px;
	text-align:right;
}
div.top-links li{
	display:inline-block;
	vertical-align:middle;	
}
div.top-links li.mobile-only{
	display:none;	
}
div.top-links li.currency-selector-link{
	display:none;	
}
div.top-links li.top-links-wishlist,
div.top-links li.top-links-cart{
	margin-left:10px;	
}
div.top-links li.top-links-cart a{
	color:#bea976;
}
div.top-links li.top-links-search{
	display:block;
	clear:both;
	margin-top:20px;
}
div.top-links a{
	color:#fff;
	border-bottom:solid 1px transparent;
	padding-bottom:3px;	
}
div.top-links a:hover{
	border-color:#bea976;
	text-decoration:none;
}

.top-links li.top-links-search #search{
	-webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    border: 1px solid #fff;
    background: #FFF;
    font-size: 14px;
	height:27px;
	width:160px;
	padding-left:3px;
}
.top-links li.top-links-search #search_mini_form .search-button:before{
	content:none;	
	display:none;
}
.top-links li.top-links-search #search_mini_form .search-button{
	background: url('images/template/search-icon.png') no-repeat center 0;
	height:25px;
	width:25px;
	padding:0;
	right:1px;
	top:1px;
}
.top-links li.top-links-search #search_mini_form .search-button:hover{
	background-color: #000;
	background-position: center -25px;
}

/* top links */
.top-links-social.last-social{
	margin-right:5px;	
}
.top-links-social img{
	width:18px;
	height:18px;
}
/* related search fix */
body .searchautocomplete{
	float:right;	
}
body .searchautocomplete .nav .nav-input input{
	width:185px;
}


/* CURRENCY SELECTOR */
li.currency-selector-link{
	/*margin-right:5px;*/
}
li.currency-selector-link > a{
	cursor:pointer;
	display: block;
    width: 100%;
    color: #fff;
	box-sizing: border-box;
	padding: 5px;
    height: 32px;
	line-height:22px;
	text-decoration: none!important;
	text-align:left;
	
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}
ul.currency-selector{
	display:none;
	position: absolute;
    background: #fff;
	z-index:200;
	margin-top: -1px;
	width:100px;
	border: solid 1px #bea976;
}
ul.currency-selector.showing{
	display:block;
}
ul.currency-selector li{
    float: left;
    display: block;
    width: 100%;
    color: #000;
	border-bottom:solid 1px #c0c0c0;
}
ul.currency-selector li:last-child{
	border-bottom:none;
}
ul.currency-selector li a{
    display: block;
    width: 100%;
    color: #000;
	box-sizing: border-box;
	padding: 5px;
    height: 32px;
	line-height:22px;
	text-decoration: none!important;
	border:none!important;
	text-align:left;
	opacity:1;
	-webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}
ul.currency-selector li a:hover{
	opacity:0.6;
}
li.currency-selector-link span.flag-sprite{
	background-image: url(images/template/flags-sprite.jpg);
	background-repeat: no-repeat;
	background-color:#fff;
    overflow: hidden;
    display: block;
    width: 32px;
    height: 22px;
    float: left;
	margin-right: 3px;
}
li.currency-selector-link ul.currency-selector span.flag-sprite{
	margin-right: 15px;
}
li.AUD > a > span.flag-sprite{
	background-position: 0 0;
}
li.EUR > a > span.flag-sprite{
	background-position: 0 -22px;
}
li.NZD > a > span.flag-sprite{
	background-position: 0 -44px;
}
li.SGD > a > span.flag-sprite{
	background-position: 0 -66px;
}
li.USD > a > span.flag-sprite{
	background-position: 0 -110px;
}

/*------------SEARCH CORRECTION FROM EXTENSION ----------------*/
body .searchautocomplete{
	position:relative;
	top:auto;
	right:auto;
	background:transparent;
	height:auto;
	width:auto;
	-webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
	padding:3px 0 0 0;
}
body .searchautocomplete .nav{
	height:auto;
	width:auto!important;
	background:none transparent;	
}
body .searchautocomplete .nav .nav-search-in,
body .searchautocomplete > label{
	display:none;	
}
body .searchautocomplete .nav .nav-input{
	padding-left:0!important;
	margin:0;
	padding:0;
}
.searchautocomplete .nav .nav-input input{
	-webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    border: 1px solid #fff;
    background: #FFF;
    font-size: 14px;
	height:27px;
	width:125px;
	padding-left:3px;
	margin:0;
}
body .searchautocomplete .nav{
	width:150px;	
}
body .searchautocomplete .nav-submit-button{
	background:none;
	height:auto;
	padding:0;	
}
body .searchautocomplete .nav-submit-button .button{
	background: url('images/template/search-icon.png') no-repeat center 0 #fff;
	height:27px;
	width:27px;
	padding:0;
	text-indent:-9999em;
	-webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
	border: 1px solid #fff;
}
body .searchautocomplete .nav-submit-button .button:hover{
	background: url('images/template/search-icon.png') no-repeat center -25px #000;
}
body .searchautocomplete .searchautocomplete-placeholder{
	right:0;
	-webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
	border: solid 1px #bea976;	
	background:#f8f6f1;
	padding:10px;
}
.searchautocomplete .searchautocomplete-placeholder:before{
	right:70px;
	left:auto;	
}
.searchautocomplete .searchautocomplete-placeholder ul li{
	width:100%;	
	background: #fff;
    border: solid 1px #f3eee5;
	margin-bottom:10px;
	float:left;
}
.searchautocomplete .searchautocomplete-placeholder ul li.active{
	background: #fff;
    border-color: #bea976;	
}
.searchautocomplete .searchautocomplete-placeholder ul li .highlight strong{
	color:#bea976;
}
.searchautocomplete .searchautocomplete-placeholder ul li a.name{
	font-weight:normal;
	font-size:13px;
	float:right;
	width:200px;
}
.searchautocomplete .searchautocomplete-placeholder ul li a.name:hover{
	color:#bea976;
}
.searchautocomplete .searchautocomplete-placeholder ul li div.highlight{
	float:right;
	width:200px;
}
.searchautocomplete .searchautocomplete-placeholder li .price-box{
	float:right;
	clear:both;	
}
.searchautocomplete .searchautocomplete-placeholder li .price-box .price{
	color:#010101;
	font-size:12px;
	font-weight:normal;
}
.searchautocomplete div.all a{
	color:#000;	
}
.searchautocomplete .searchautocomplete-loader{
	top:5px;
	right:5px;	
}
/*body .searchautocomplete .searchautocomplete-placeholder,
body .searchautocomplete .searchautocomplete-loader{
	display:block!important;
}*/

/*-----------------MOBILE--------------------*/
@media (min-width: 980px) and (max-width: 1024px), (min-width: 771px) and (max-width: 979px)  {
	div.top-links{
		right:20px;
		top:10px
	}
}
@media (max-width: 980px){
	/* search fix for new top links socials */
	body .searchautocomplete{
		float:none;	
	}
	body .top-links-social{
		display:none!important;	
	}
}
@media (max-width: 900px) and (min-width: 771px){
	/* search fix for new top links socials */
	body .searchautocomplete .nav .nav-input input{
		width:165px;
	}
	body .searchautocomplete{
		float:right;	
	}
}
@media only screen and (min-width: 600px) and (max-width: 770px), only screen and (max-width: 599px), only screen and (max-device-width: 599px) {
	div.top-links{
		position:relative;
		float:left;
		width:100%;
		clear:both;
		top:auto;
	}
	div.top-links ul{
		text-align:center;
	}
	div.top-links ul li{
		display:inline-block;
	}
	div.top-links li.mobile-only{
		/*display:block;*/	
	}
	#search_mini_form .input-box{
		width: 300px;
		margin: 0 auto;
	}
	.top-links li.top-links-search .searchautocomplete{
		display:inline-block;	
	}
	.searchautocomplete .nav .nav-input input{
		width:270px;	
	}
	.top-links li.top-links-search #search{
		width:300px;
	}
	.top-links li.top-links-search{
		margin-bottom:5px;	
	}
}
@media only screen and (max-width: 599px), only screen and (max-device-width: 599px) {
	div.top-links a{
		font-size:14px;
	}
}


/****** /home/regencyd/public_html/skin/frontend/rwd/jamessaidcomau/css/crystal-block/video-banner.css ******/

div.video-banner,
div.category-video {
    clear:both;
}
@media (max-width:768px){
    div.video-banner,
	div.category-video {
        margin-bottom:20px;
    }
}


/****** /home/regencyd/public_html/skin/frontend/rwd/jamessaidcomau/css/crystal-block/zzz.css ******/




/****** /home/regencyd/public_html/skin/frontend/rwd/jamessaidcomau/css/email-inline.css ******/

@import url(https://fonts.googleapis.com/css?family=Lato:300&subset=latin,latin-ext);

body, table.body, th, h1, h2, h3, h4, h5, h6, td, p, strong {
	font-family: 'Lato', Avenir, "Helvetica Neue", Arial;
	font-weight: 300;
}
p{
	font-size:14px;	
}
b {
    font-weight: 300;
}

body {
  margin: 0;
  padding: 0;
  text-align: left;
  color: #010101;
  background-color: #fff;
}

body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

table {
  mso-table-lspace: 0pt;
  mso-table-rspace: 0pt;
}

img {
  -ms-interpolation-mode: bicubic;
}

body {
  background: #fff;
  font-size: 14px;
  margin: 0;
  padding: 0;
}

table,
table td {
  border-collapse: collapse;
}

table td {
  vertical-align: top;
}

a {
  color: #bea976;
}

.cell-content.product-info,
.bundle-item,
.bundle-item-parent.product-info,
.bill-ship-to,
.method-information {
  text-align: left;
}

html,
#background-table {
  background-color: #fff;
}

#background-table {
  font-size: 14px;
  margin: 0 auto;
  padding: 0;
}

.container-td {
  width: 100%;
}

.container-table {
  width: 600px;
  margin: 0 auto;
}

/* ============================================ *
 * Header Styles
 * ============================================ */
.top-content {
  border: 1px solid #f2eee4;
  background: #FFF;
  padding: 5px;
}

table.logo-container {
  width: 100%;
}

td.logo {
  padding: 15px 0px 10px 0px;
}

td.logo a {
  float: left;
  display: block;
}

td.logo img {
  outline: none;
  text-decoration: none;
}

td.email-heading {
  padding: 0 1%;
  background: #f8f6f1;
  border-right: 1px solid #f2eee4;
  text-align: center;
  width: 58%;
}

td.email-heading h1 {
  font-weight: 300;
  font-size: 14px;
  margin: 1em 0;
  line-height: 20px;
  text-transform: uppercase;
}

td.email-heading p {
  line-height: 20px;
  margin: 1em 0;
}

td.store-info {
  padding: 2%;
  background: #f8f6f1;
  width: 40%;
}

td.store-info h4 {
  margin-bottom: 5px;
  font-size: 14px;
}

td.store-info p {
  font-size: 14px;
  line-height: 17px;
  margin: 1em 0;
}

td.store-info a {
  text-decoration: underline;
  color: #bea976;
}

/* ============================================ *
 * Content - Styles
 * ============================================ */
td.order-details {
  padding: 5px 15px;
  text-align: center;
}

td.order-details h3 {
  font-size: 17px;
  margin-bottom: 10px;
  margin-top: 15px;
  font-weight: normal;
}

td.order-details p {
  font-size: 14px;
  margin: 1em 0 15px;
}

.items {
  width: 100%;
  padding: 10px 15px;
}

.cell-name {
  padding: 10px 15px;
  background: #f8f6f1;
  font-weight: 300;
  text-transform: uppercase;
  text-align: left;
  font-size: 14px;
}

.cell-name.align-center {
  text-align: center;
}

.cell-name.align-right {
  text-align: right;
}

.method-info,
.method-info h6,
.method-info p,
.method-info strong {
  text-align: left;
}

.cell-content {
  padding: 10px 15px;
  border-top: 1px solid #f2eee4;
  font-family: 'Lato', Avenir, "Helvetica Neue", Arial;
}

.product-info a.product-name {
  font-weight: 300;
  text-transform: uppercase;
  color: #bea976;
  text-decoration: none;
  vertical-align: middle;
  float: left;
  width: 100%;
  display: block;
}

.table-totals {
  width: 100%;
  background: #f8f6f1;
}

.padding-totals {
  padding: 20px 15px;
  text-align: right;
  line-height: 20px;
}

.padding-totals .last {
  width: 1px;
  white-space: nowrap;
}

.table-totals table {
  width: 100%;
}

.shipping {
  padding-bottom: 5px;
}

.grand-total {
  border-top: 1px solid #f2eee4;
  padding-top: 5px;
  font-weight: 300;
  font-size: 15px;
}

.shipping-information td {
  padding: 0 15px;
}

.shipping-information > td > table {
  width: 100%;
}

.address-details {
  padding-top: 10px;
}

.address-details,
.method-info {
  text-align: left;
  padding: 10px 15px 0;
}

.address-details h6,
.method-info h6 {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 0px;
  margin-top: 5px;
  text-transform: uppercase;
}

.address-details p {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 15px;
  margin-top: 2px;
}

.method-info {
  padding-bottom: 10px;
}

.method-info p {
  font-size: 14px;
  margin-top: 2px;
  margin-bottom: 30px;
  line-height: 18px;
}

.closing-text {
  text-align: center;
  font-size: 22px;
  line-height: 32px;
  font-weight: normal;
  margin-bottom: 75px;
  margin-top: 30px;
}

.product-info > p,
.product-info > dl {
  float: left;
  width: 100%;
  display: block;
}

.product-info > dl {
  line-height: 20px;
}

.action-content {
  padding: 10px 20px 15px;
  line-height: 18px;
}

.action-content h1 {
  font-size: 25px;
  text-transform:uppercase;
  margin-bottom: 25px;
  margin-top: 5px;
  line-height: 28px;
}

.line-separator {
  height: 5px;
}

.method-info p, .method-info dl {
  padding: 0;
}

/* ============================================ *
 * Comments and Messages - Styles
 * ============================================ */
.message-container {
  margin: 15px 0;
  width: 100%;
  background-color: #f8f6f1;
  border: 1px solid #f2eee4;
}

.message-container,
.order-information > td > table,
.top-content > table {
  width: 100%;
}

.message-container td {
  padding: 10px 15px;
  margin: 0;
}

.highlighted-text {
  border: 1px solid #f2eee4;
  padding: 13px 18px;
  background: #f8f6f1;
}

/* ============================================ *
 * Bundle Products - Styles
 * ============================================ */
.bundle-item {
  padding: 0px 15px;
  text-align: left;
}

.bundle-item-parent {
  border-top: 1px solid #f2eee4;
  padding: 10px 15px;
}

.bundle-item-parent.product-info {
  text-align: left;
}

.bundle-item > div,
.bundle-item > strong {
  float: left;
  width: 100%;
  display: block;
}

.bundle-item.bundle-details > div {
  margin-bottom: 15px;
}

/* ============================================ *
 * Buttons - Styles
 * ============================================ */
.action-button {
  width: 220px;
  margin: 0 auto;
  text-align: center;
}

.action-button td {
  background-color: #bea976;
  color: #FFF;
  width: 100%;
  height: 40px;
  display: block;
  border: 0 none;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
  margin: 0 auto;
}

.action-button a {
  width: 100%;
  height: 100%;
  line-height: 40px;
  font-size: 15px;
  display: inline-block;
  text-decoration: none;
}

.action-button a span {
  color: #FFF;
}

/* ============================================ *
 * Newsletter - Default Template Styles
 * ============================================ */
hr {
  background-color: #f2eee4;
  border: medium none;
  color: #f2eee4;
  height: 1px;
  margin-left: 3%;
  width: 94%;
}

td.email-heading h1 {
  margin-top: 25px;
}

td.store-info h4 {
  font-size: 14px;
  margin-top: 13px;
  font-weight: 300;
}

table, table td {
  padding: 0;
  margin: 0;
}

table.columns.heading {
  margin-bottom: 3px;
}

.main-image {
  width: 100%;
  margin-bottom: 3px;
  margin-top: 5px;
}

table.row {
  padding: 0px;
  width: 100%;
  position: relative;
}

table.container table.row {
  display: block;
  margin: 5px;
}

td.wrapper {
  padding: 10px 0 0;
  position: relative;
}

.full {
  width: 100%;
}

.half {
  width: 50%;
}

.half.left {
  padding-right: 5px;
  padding-left: 10px;
}

.half.right {
  padding-left: 5px;
}

.columns {
  width: 100%;
}

td.expander {
  visibility: hidden;
  width: 0px;
  padding: 0;
}

table.button {
  width: 100%;
  overflow: hidden;
}

table.button td,
table.social-button td {
  display: block;
  width: auto;
  text-align: center;
  color: #FFF;
  padding: 8px 4%;
  cursor: pointer;
}

.social-button {
  width: 94%;
  margin: 5px 3%;
}

table.button td {
  background: #bea976;
}

table.social-button td {
  padding: 5px 4%;
}

table.button td a,
table.social-button td a {
  color: #FFF;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
}

table.social-button td a {
  font-size: 14px;
  font-weight: normal;
}

.panel {
  background-color: #f8f6f1;
  border: 1px solid #f2eee4;
}

.panel p {
  margin: 10px;
}

.panel h6 {
  font-size: 20px;
  margin: 15px 10px;
}

.panel a {
  color: #bea976;
  text-decoration: none;
}

.sidebar-links table {
  width: 100%;
}

.sidebar-links td {
  width: 100%;
}

.sidebar-links a {
  margin: 8px 0;
  float: left;
  width: 100%;
  text-align: left;
}

.sidebar-links table p {
  margin: 0 10px;
}

.sidebar-links a span {
  margin-left: 3%;
}

table.facebook td,
table.twitter td,
table.google-plus td,
table.facebook td a,
table.twitter td a,
table.google-plus td a {
  text-align: center;
  height: 17px;
}

table.facebook td {
  background: #3B5998;
}

table.twitter td {
  background: #00ACEE;
}

table.google-plus td {
  background: #DB4A39;
}

/* ============================================ *
 * Product Grid
 * ============================================ */
h2.products {
  padding-left: 10px;
  padding-right: 10px;
}

.products-grid > tr > td {
  width: 25%;
}

.products-grid > tr > td img {
  width: 100%;
  height: auto;
}

.products-grid .product-wrapper {
  padding-left: 10px;
  padding-right: 10px;
}

.product-name {
  margin: 0 0 5px 0;
  color: #010101;
  font-style: normal;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  line-height: 1.4;
  font-size: 14px;
}

p.product-name {
  font-weight: 300;
  text-transform:uppercase;
}

p.sku {
  margin: 0 0 5px;
}

/* ============================================ *
 * Product Grid - Price Styles
 * The price styles are copied directly from the _common.scss file
 * ============================================ */
.price-box {
  margin: 7px 0;
  font-family: 'Lato', Avenir, "Helvetica Neue", Arial;
}

.price-box p {
  margin-bottom: 0;
}

.price-notice {
  color: #010101;
}

.price-box .price {
  color: #010101;
  font-size: 16px;
}

.price-box .price,
.price {
  font-family: 'Lato', Avenir, "Helvetica Neue", Arial;
}

.price-box .price-label {
  color: #010101;
  white-space: nowrap;
  font-family: 'Lato', Avenir, "Helvetica Neue", Arial;
}

.price-box .minimal-price-link {
  padding-left: 1em;
  color: #bea976;
  display: block;
  /* We want this to show on its own line, otherwise the layout looks funky */
}
.price-box .minimal-price-link .label {
  color: #010101;
}

/* -------------------------------------------- *
 * Price Box - Special
 */
.price-box .old-price,
.price-box .special-price {
  display: inline-block;
}
.price-box .old-price .price-label,
.price-box .special-price .price-label {
  display: none;
}
.price-box .old-price .price,
.price-box .special-price .price {
  display: inline-block;
}

.price-box .old-price .price {
  color: #010101;
  text-decoration: line-through;
}

.price-box .special-price {
  color: #bea976;
  padding-left: 1em;
}
.price-box .special-price .price-label {
  color: #bea976;
}

/* -------------------------------------------- *
 * Price Box - Taxes
 */
.price-box .price-excluding-tax,
.price-box .price-including-tax {
  display: block;
}



/****** /home/regencyd/public_html/skin/frontend/rwd/jamessaidcomau/css/email-non-inline.css ******/

@import url(https://fonts.googleapis.com/css?family=Lato:300&subset=latin,latin-ext);

/* Font Styles */
/* Media Queries */
/* Setting the Web Font inside a media query so that Outlook doesn't try to render the web font */
@media screen {
  .email-heading h1,
  .store-info h4,
  th.cell-name,
  a.product-name,
  p.product-name,
  .address-details h6,
  .method-info h6,
  h5.closing-text,
  .action-button,
  .action-button a,
  .action-button span,
  .action-content h1 {
    font-family: 'Lato', Avenir, Arial !important;
    font-weight: 300;
  }
}
@media screen and (max-width: 600px) {
  body {
    width: 94% !important;
    padding: 0 3% !important;
    display: block !important;
  }

  .container-table {
    width: 100% !important;
    max-width: 600px;
    min-width: 300px;
  }

  td.store-info h4 {
    margin-top: 8px !important;
    margin-bottom: 0px !important;
  }

  td.store-info p {
    margin: 5px 0 !important;
  }

  .wrapper {
    width: 100% !important;
    display: block;
    padding: 5px 0 !important;
  }

  .cell-name,
  .cell-content {
    padding: 8px !important;
  }
}
@media screen and (max-width: 450px) {
  .email-heading,
  .store-info {
    float: left;
    width: 98% !important;
    display: block;
    text-align: center;
    padding: 10px 1% !important;
    border-right: 0px !important;
  }

  .address-details, .method-info {
    width: 85%;
    display: block;
  }

  .store-info {
    border-top: 1px solid #f2eee4;
  }

  .method-info {
    margin-bottom: 15px !important;
  }
}
/* Remove link color on iOS */
.no-link a {
  color: #333333 !important;
  cursor: default !important;
  text-decoration: none !important;
}
.closing-text{
	color:#010101;	
}
.method-info h6,
.address-details h6 {
  color: #bea976 !important;
}

td.order-details h3,
td.store-info h4 {
  color: #010101 !important;
}

.method-info p,
.method-info dl {
  margin: 5px 0 !important;
}

td.align-center {
  text-align: center !important;
}

td.align-right {
  text-align: right !important;
}

/* Newsletter styles */
td.expander {
  padding: 0 !important;
}

table.button td,
table.social-button td {
  width: 92% !important;
}

table.facebook:hover td {
  background: #2d4473 !important;
}

table.twitter:hover td {
  background: #0087bb !important;
}

table.google-plus:hover td {
  background: #CC0000 !important;
}

/* ============================================ *
 * Product Grid
 * ============================================ */
@media screen and (max-width: 600px) {
  .products-grid tr td {
    width: 50% !important;
    display: block !important;
    float: left !important;
  }
}
.product-name a:hover {
  color: #bea976 !important;
  text-decoration: none !important;
}



/****** /home/regencyd/public_html/skin/frontend/rwd/jamessaidcomau/css/magnific-popup.css ******/

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }



/****** /home/regencyd/public_html/skin/frontend/rwd/jamessaidcomau/css/page-all/blog.css ******/

.postDetails{
	display:none;	
}

div.postContent img{
	max-width:100%;
	height:auto;
}	

body.blog-index-list div.toolbar div.count-container{
	display:none;	
}


/****** /home/regencyd/public_html/skin/frontend/rwd/jamessaidcomau/css/page-all/checkout-onepage-index.css ******/

body.checkout-onepage-index ol.opc {
    list-style:none;
}
body.checkout-onepage-index .page-title h1{
	border-bottom:none;	
}
body.checkout-onepage-index .opc .section .step-title .number,
body.checkout-onepage-index .opc .section.allow.active .step-title .number,
body.checkout-onepage-index .no-touch .opc .section.allow:hover .step-title .number{
	color:#fff;
	background-color:#000;	
}


/****** /home/regencyd/public_html/skin/frontend/rwd/jamessaidcomau/css/page-all/cms-page-view.css ******/

.cms-page-view .std p, .cms-no-route .std p{
	font-style:normal;
	color:#010101;	
}
.cms-page-view .page-title{
	padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #f2eee4;
}
.cms-page-view .page-title h1{
	text-align: center;
    margin: 0;
    padding: 0;	
}
.cms-page-view .std h4{
	color:#bea976;
	margin-bottom:10px;
}
.cms-page-view .std iframe{
	max-width:100%;		
}

/*-----------------MOBILE--------------------*/
@media (min-width: 771px) and (max-width: 979px){
	.cms-page-view:not(.cms-zip-money-html) .std iframe{
		height:535px;		
	}	
}
@media only screen and (min-width: 600px) and (max-width: 770px){
	.cms-page-view:not(.cms-zip-money-html) .std iframe{
		height:420px;		
	}	
}
@media only screen and (max-width: 599px), only screen and (max-device-width: 599px), screen and (max-width: 600px) {
	.cms-page-view:not(.cms-zip-money-html) .std iframe{
		height:330px;		
	}
}
@media only screen and (max-width: 479px), only screen and (max-device-width: 479px) {
	.cms-page-view:not(.cms-zip-money-html) .std iframe{
		height:220px;	
	}
}


/****** /home/regencyd/public_html/skin/frontend/rwd/jamessaidcomau/css/page-all/customer.css ******/

.captcha li{
	list-style: none;
}

.customer-account-login .col2-set .col-1{
	padding-right:20px;	
}

.block-title h2,
.block-title h3,
.block-title strong{
	font-weight:normal;
	font-size:18px;	
}
.block-account .block-title,
.block-cms-menu .block-title{
	border-bottom: solid 1px #bea976; 
	color:#bea976;
	font-size:18px;
}

li.current a{
	text-decoration:none;	
}
li.current strong{
	color:#bea976;
}

.dashboard .box-head,
.dashboard .box-account{
	border-color: #bea976;
}

.form-list .control label, .sp-methods dt label, #checkout-shipping-method-load .sp-methods dd label, #co-shipping-method-form .sp-methods dd label, .product-options ul.options-list label{
	border:solid 1px #f2eee4;
	background-color: #f8f6f1;	
}
.form-list .control label:hover, .sp-methods dt label:hover, #checkout-shipping-method-load .sp-methods dd label:hover, #co-shipping-method-form .sp-methods dd label:hover, .product-options ul.options-list label:hover{
	background-color: #f8f6f1;
	cursor:pointer;	
}

div.block.block-reorder{
	display:none;	
}
li.listdata {
	position:relative;	
}
li.listdata label{
    border: 1px solid #f2eee4;
    background: #f8f6f1;
	color:#010101;
    display: inline-block;
    width: auto;
    max-width: none;
    min-width: 250px;
    float: none;
    padding: 10px 10px 10px 40px;
	position:relative;
	cursor:pointer;
}
li.listdata input{
	position:absolute;
    left:15px;
	top:13px;
	cursor:pointer;
}

div.trade-access{
	margin-top:30px;
}
div.trade-access p{
	margin-bottom:15px;
}


/*-----------------MOBILE--------------------*/
@media only screen and (min-width: 600px) and (max-width: 770px), only screen and (max-width: 599px), only screen and (max-device-width: 599px) {
	.sidebar .block-account.block:last-of-type{
		border-bottom:none;	
	}
	.sidebar .block:not(.block-layered-nav) .block-title > strong,
	.sidebar .block:not(.block-layered-nav) .block-title.active > strong{
		border-bottom: solid 1px #f2eee4;
		border-color: #f2eee4;
		background-color: #f8f6f1;
		padding: 15px 24px;
	}
	.sidebar .block:not(.block-layered-nav) .block-title.active > strong,
	.sidebar .block:not(.block-layered-nav) .block-title > strong:hover,
	.sidebar .block:not(.block-layered-nav) .block-title.active > strong:hover{
		background-color: #000;
		color:#bea976;
	}
	.sidebar .block:not(.block-layered-nav) .block-title > strong:after{
		border-left-color:#bea976;
		margin-top:-5px;
	}
	.sidebar .block:not(.block-layered-nav) .block-title.active > strong:after{
		border-top-color:#bea976;	
	}
	.sidebar .block:not(.block-layered-nav) .block-content{
		border-bottom: solid 1px;
		border-color:#f2eee4;
		background-color: #f8f6f1;
		padding: 10px 24px;
	}
}


/****** /home/regencyd/public_html/skin/frontend/rwd/jamessaidcomau/css/page-all/fonts.css ******/

/** Generated by FG **/
@font-face {
	font-family: 'AvenirLight';
	src: url('fonts/AvenirLTStd-Light.eot');
	src: local('☺'), url('./fonts/AvenirLTStd-Light.woff') format('woff'), url('./fonts/AvenirLTStd-Light.ttf') format('truetype'), url('./fonts/AvenirLTStd-Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
  font-family: 'MillerBanner-Italic';
  src: url('./fonts/MillerBanner-Italic.eot?#iefix') format('embedded-opentype'),  url('./fonts/MillerBanner-Italic.woff') format('woff'), url('./fonts/MillerBanner-Italic.ttf')  format('truetype'), url('./fonts/MillerBanner-Italic.svg#MillerBanner-Italic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
    font-family: 'acta_displaybook';
    src: url('./fonts/dstype_-_actadisplay-book-webfont.woff2') format('woff2'),
         url('./fonts/dstype_-_actadisplay-book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}




/****** /home/regencyd/public_html/skin/frontend/rwd/jamessaidcomau/css/page-all/global.css ******/

*{
	font-family: 'AvenirLight', Arial, Helvetica, sans-serif !important;
}
body{
	background: #FFFFFF;
	color: #010101;
	
}


button.button,
button.button:active,
button.button:focus,
a.button,
a.button:active,
a.button:focus,
a.button:visited,
.cart-table .product-cart-actions .button,
#co-shipping-method-form .buttons-set .button,
.footer .button,
.button.button-secondary,
a.aw-blog-read-more{
	background: #000;
	color:#bea976;
	font-size: 14px;
	-webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;          
    transition: all 0.3s ease;
	padding: 12px;
	/*min-width: auto !important;*/
}
button.button:hover,
a.button:hover,
.cart-table .product-cart-actions .button:hover,
#co-shipping-method-form .buttons-set .button:hover,
.footer .button:hover,
.button.button-secondary:hover,
.button:focus, .cart-table .product-cart-actions .button:focus, #co-shipping-method-form .buttons-set .button:focus, .footer .button:focus,
a.aw-blog-read-more:hover{
	background: #bea976;
	color:#000;
	text-decoration:none;
}
.button:active, .cart-table .product-cart-actions .button:active, #co-shipping-method-form .buttons-set .button:active, .footer .button:active{
	background: #bea976;
	color:#000;
	opacity:0.7;	
}
.button.disabled, .button:disabled{
	cursor:default;
	background: #bea976;	
}

.button2 span:hover, .button2 span span{
	color:#010101;	
}
.button2 span:hover, .button2 span span:hover{
	color:#bea976;	
}

a{
	color:#bea976;	
}
a:hover{
	color:#000;
}

.page-header-container .store-language-container{
	display:none;	
}

input.input-text{
	-webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
}

.scaffold-form .input-box{
	max-width:100%;	
}

.data-table thead th, .data-table tbody td,
.cart-table tr{
	border-color:#f2eee4;	
}

.btn-remove2{
	background-image:url(images/template/bg-close-btn.png);
	background-position:left -30px;
}
.btn-remove2:hover{
	background-position:left top;
}

div.footer p.bugs{
	display:none;	
}
a:focus {
    outline-color: transparent!important;
    color: inherit;
}

::-moz-selection { /* Code for Firefox */
    color: #fff;
    background: #bea976;
}

::selection {
    color: #fff; 
    background: #bea976;
}

label{
	font-weight:normal;	
}

.buttons-set{
	border-color:#f2eee4;	
}
.data-table th,
.data-table tfoot tr{
	background-color:#f8f6f1;
}

body #zipMoney-success-buttons-set{
	display:block;	
}
body #zipMoney-success-continue-shopping{
	display:inline-block;	
}

@media (-webkit-min-device-pixel-ratio: 2), not all, not all, not all, (min-resolution: 192dpi), (min-resolution: 2dppx){
	.icon-sprite,
	.btn-remove2,
	.ratings .rating-box,
	.ratings .rating-box .rating,
	.sorter > .sort-by .sort-by-switcher,
	.sorter > .view-mode .grid,
	.sorter > .view-mode .list,
	.skip-nav .icon, .skip-search .icon,
	#search_mini_form .search-button:before,
	.skip-account .icon, .skip-cart .icon,
	.product-view .sharing-links a,
	.review-summary-table .rating-box .rating-number:after,
	.ratings-table .rating-box,
	.ratings-table .rating-box .rating{
		background-size:auto;	
	}
}

@media only screen and (max-width: 599px), only screen and (max-device-width: 599px) {	
	body .clickdesk-minimalistic a.cd-bar{
		font-size:12px!important;	
	}
}



/****** /home/regencyd/public_html/skin/frontend/rwd/jamessaidcomau/css/page-all/headings.css ******/

body h1, body h2, body h3, body h4, body h5, .h1{
	font-family: "AvenirLight", Arial, sans-serif !important;
	font-weight:normal!important;
}
h1{
	font-size: 22px;
	text-transform: uppercase;
}
h2{
	font-size: 22px;
	text-transform: uppercase;
}
h3{
	font-size: 20px;
	text-transform: uppercase;
}
h4{
	font-size: 18px;
	text-transform: uppercase;
}
h5, h6{
	font-size: 16px;
}
h2.product-name a, h3.product-name a, h4.product-name a, h5.product-name a, p.product-name a{
	color:#010101;	
}


/****** /home/regencyd/public_html/skin/frontend/rwd/jamessaidcomau/css/page-all/milople-deposit-payments.css ******/

.checkout-types{
	width:100%;	
}
body div.cart-totals li.method-checkout-cart-coupon{
	width:100%;
	margin:0;
}
body .allow_partial_payment{
	width:100%;
	box-sizing:border-box;
	font-size:12px;
	padding:0;
	float:left;
	margin-bottom:30px;
	margin-top:0px;
}
body .allow_partial_payment p{
	margin-bottom: 25px;
}
body .allow_partial_payment *{
	font-size:12px;
}
body .allow_partial_payment h2{
	float:left;	
}
body .allow_partial_payment span{
	color:#000;
	font-weight:normal;
	float:left;
	clear:both;	
	margin-bottom:5px;
	font-size:12px;
}
body .allow_partial_payment span img{
	display:none;
}
body .allow_partial_payment a{
	font-weight:normal;
	float:left;
	clear:both;
	padding: 12px;
	background: #000;
    color: #bea976!important;
	text-decoration:none;
	text-transform:uppercase;	
}
body #wholecart-partialpayment-link{
	float:left;
	margin-left:0;	
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
body #wholecart-partialpayment-link:hover{
	color:#000!important;
	background:#bea976;
	text-decoration:none;
}
body #partialpayment-help{
	display:block!important;
	float:left;	
	font-size:12px;
	text-align:right;
	width:100%;
}
#partialpayment-help .total-to-be-paid{
	display:none;	
}


/* Pop Up */
body #partialpayment-wholecart-container{
	height:85px;	
}
body div.simplemodal-wrap .allow_partial_payment{
	width:100%;
	box-sizing:border-box;
	font-size:12px;
	padding:0;
	float:left;
	margin:0;
	color:#000;
}
body div.simplemodal-wrap .allow_partial_payment h2{
	font-size:14px;
}
body div.simplemodal-wrap .allow_partial_payment select{
	width:100%;
	box-sizing:border-box;
	font-size:14px;
	margin-top:10px;
}

/* Cart totals extra rows */
.cart .cart-totals table tfoot tr:nth-child(2) strong,
.cart .cart-totals table tfoot tr:nth-child(3) strong{
	font-size:12px;	
}


/* Cart button adjustment to highlight over deposit payment */
li.method-checkout-cart-methods-multishipping{
	display:none!important;	
}
body .cart-totals .checkout-types .btn-checkout {
    padding: 15px 25px;
    font-size: 15px;
	display:none;
}
body.checkout-cart-index .cart-totals .button{
    padding: 15px 25px;
    font-size: 15px;
	width:230px;
	float:right;
}
body.checkout-cart-index .cart-totals .button:hover{
	color:#000!important;	
}
div.allow_partial_payment span{
	text-align:center;
	width:230px;
	text-transform:uppercase;
	float:right;
	margin:10px 0;
}


/****** /home/regencyd/public_html/skin/frontend/rwd/jamessaidcomau/css/page-all/newsletter-popup.css ******/

a.shadow-close{
	background-image: url(images/template/bg-close-btn.png);
    background-position: left -30px;
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 5px;
    right: 5px;	
	text-indent:-9999em;
}
body.cms-newsletter-pop-up-html,
body.cms-subscribe-popup-success-html{
	text-align:center;
	width:100%!important;
	padding:0!important;
	margin:0!important;	
}
body.cms-newsletter-pop-up-html img,
body.cms-subscribe-popup-success-html img{
	padding:20px 40px;
	width:100%;
	height:auto;
	box-sizing:border-box;
	background:#000;	
}
body.cms-newsletter-pop-up-html div.std p,
body.cms-subscribe-popup-success-html div.std p{
	font-style:normal;
	margin-bottom:10px;
}

/*---NEWSLETTER--*/
body.cms-newsletter-pop-up-html div.block-title,
body.cms-subscribe-popup-success-html div.block-title,
body.cms-newsletter-pop-up-html div.form-subscribe-header,
body.cms-subscribe-popup-success-html div.form-subscribe-header{
	display:none;	
}
body.cms-newsletter-pop-up-html label,
body.cms-subscribe-popup-success-html label{
	color:#fff;	
	text-transform:uppercase;
	font-size:14px;
	font-weight:normal;
	margin-bottom:5px;
}

body.cms-newsletter-pop-up-html .block-content,
body.cms-subscribe-popup-success-html .block-content{
	margin-top:0;
	line-height: 30px;	
}
body.cms-subscribe-popup-success-html a.button{
	margin-top:15px;	
}
body.cms-newsletter-pop-up-html .actions button.button,
body.cms-subscribe-popup-success-html .actions button.button,
body.cms-subscribe-popup-success-html a.button{
	background: #bea976;
	color:#000;
	border:solid 1px transparent;
	float:none;
	padding:10px 22px;
	width: 365px;
    max-width: 100%;
}
body.cms-newsletter-pop-up-html button.button:hover,
body.cms-subscribe-popup-success-html button.button:hover,
body.cms-subscribe-popup-success-html a.button:hover{
	background: #000;
	color:#bea976;
	border:solid 1px #bea976;
}

body.cms-newsletter-pop-up-html input.input-text,
body.cms-subscribe-popup-success-html input.input-text{
	font-size:14px;
	padding:10px;
	height:38px;
	border:solid 1px #bea976;
	text-align:center;
}

body.cms-newsletter-pop-up-html #clickdesk-appendable-bubble,
body.cms-subscribe-popup-success-html #clickdesk-appendable-bubble{
	display:none!important;	
}


/****** /home/regencyd/public_html/skin/frontend/rwd/jamessaidcomau/css/page-all/shadowbox.css ******/

#sb-title-inner,
#sb-info-inner,
#sb-loading-inner,
div.sb-message {
	color: #FFFFFF;
	font-family: "HelveticaNeue-Light","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 200;
}
#sb-container {
	display: none;
	left: 0;
	margin: 0;
	padding: 0;
	position: fixed;
	text-align: left;
	top: 0;
	visibility: hidden;
	z-index: 999;
}
#sb-overlay {
	height: 100%;
	position: relative;
	width: 100%;
}
#sb-wrapper {
	position: absolute;
	visibility: hidden;
	width: 100px;
}
#sb-wrapper-inner {
	border: 0;
	overflow: hidden;
	padding: 0px;
	position: relative;
}
#sb-body {
	height: 100%;
	padding: 0;
	position: relative;
}
#sb-body-inner {
	height: 100%;
	position: absolute;
	width: 100%;
}
#sb-player.html {
	height: 100%;
	overflow: auto;
}
#sb-body img {
	border: none;
}
#sb-loading {
	height: 100%;
	position: relative;
}
#sb-loading-inner {
	font-size: 14px;
	height: 24px;
	line-height: 24px;
	margin-top: -12px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 100%;
}
#sb-loading-inner span {
	background: url('images/template/loading.gif') no-repeat;
	display: inline-block;
	padding-left: 34px;
}
#sb-body,
#sb-loading {
	background-color: #FFFFFF;
}
#sb-title{
	margin: 0;
	padding: 0;
	display:none;
}
#sb-info {
	margin: 0;
	padding: 0;
}
#sb-title-inner {
	font-size: 16px;
}
#sb-info,
#sb-info-inner {
	/*height: 20px;
	line-height: 20px;
*/















}
#sb-title {
	/*background: url('images/template/blue-header-bg.jpg') repeat-x;*/
	height: 20px;
}
#sb-title.nobg {
	background: 0;
	height: 20px;
}
#sb-title-inner {
	display: none;
}
#sb-info-inner {
	font-size: 12px;
}
#sb-nav {
	float: right;
	/*height: 16px;
	padding: 2px 0;
*/
	width: 45%;
	height: 0;
}
#sb-nav a {
	background-repeat: no-repeat;
	cursor: pointer;
	display: block;
	float: right;
	height: 16px;
	margin-left: 3px;
	width: 16px;
}
#sb-wrapper #sb-nav #sb-nav-close {
	/*background-image: url('images/template/close-popup.png');*/
	width:27px;
	height:27px;
	position: absolute;
	right: -10px;
	top: -10px;
}

#sb-wrapper {
	border:solid 1px #000;
	-moz-box-shadow: 0 0 5px 0px #555;
	-webkit-box-shadow: 0 0 5px 0px #555;
	background: #FFFFFF;
	box-shadow: 0 0 5px 0px #555;
	filter: progid: DXImageTransform.Microsoft.Shadow(color='#555', Direction=135, Strength=5);
	zoom: 1;
}


/****** /home/regencyd/public_html/skin/frontend/rwd/jamessaidcomau/css/page-all/stock-status.css ******/

.amstockstatus_7{
	/*SHOULD BE "Pre-Order" STATUS */
	color:#bea976;	
}


/****** /home/regencyd/public_html/skin/frontend/rwd/jamessaidcomau/css/page-all/template-parts.css ******/

header{
	background:#000;
}
div.footer{
	border-top:none;
}
div.footer-container{
	background:#000;
}
body header.page-header{
	float:left;	
}
body div.footer-container,
body header.page-header{
	max-width:100%;
	width:100%;	
	margin:0;
	padding:0;
}
header.page-header div.page-header-container,
div.footer-container div.footer{
	max-width:1024px;
	padding:0 10px;
	box-sizing:border-box;
	margin:0 auto;	
}

.main-container{
	max-width:1024px;
	padding:40px 10px;
	box-sizing:border-box;
	margin:0 auto;
	clear:both;
}

@media (min-width:1121px){
	.catalog-category-view .col2-left-layout .col-left,
	.catalogsearch-result-index .col2-left-layout .col-left{
		width: 20%;
	}
	.catalog-category-view .col2-left-layout .col-main,
	.catalogsearch-result-index .col2-left-layout .col-main{
		width: 80%
	}
}

@media only screen and (min-width: 600px) and (max-width: 770px), only screen and (max-width: 599px), only screen and (max-device-width: 599px) {
	.main-container{
		padding-top:20px;	
	}
}
@media only screen and (max-width: 599px), only screen and (max-device-width: 599px), screen and (max-width: 600px) {
	html body{
		width: 100% !important;
    	padding: 0!important;	
	}
	.wrapper{
		padding:0!important;	
	}
}


/****** /home/regencyd/public_html/skin/frontend/rwd/jamessaidcomau/css/page-all/zzz.css ******/




/****** /home/regencyd/public_html/skin/frontend/rwd/jamessaidcomau/css/pages/catalog-category-view.css ******/

body.catalog-category-view div.category-title{
	margin-bottom:40px;	
}
body.catalog-category-view div.category-title h1{
	text-align:center;
	margin:0;
	padding:0;
}
body.catalog-category-view .category-image{
	border:none;
	padding:0;
	margin-bottom:15px;
}
body.catalog-category-view div.category-description{
	margin-bottom:15px;	
}

/* SPECIFIC HIDES */
.category-bathroom-vanities .category-switch,
.category-cigar-tables .category-switch,
.category-display-stands .category-switch,
.category-vanities .category-switch,
.category-wool-viscose .category-switch,
.category-greg-natale-designer-rugs .category-switch,
.category-shades .category-switch,
.category-custom .category-switch,
.category-books .category-switch,
.category-scented-candles .category-switch,
.category-screens .category-switch,
.category-easels .category-switch,
.category-fireplace .category-switch{
	display: none;
}


/*------------------ TOOLBAR ------------------*/
div.category-products div.toolbar .count-container{
	display:none;	
}
div.toolbar{
	margin:0 0 15px 0;
    border: 1px solid #f2eee4;
    background: #f8f6f1;
    padding: 15px 20px;
	line-height:24px;	
}
div.toolbar div.sorter,
div.toolbar div.pages{
	margin:0;	
}
div.toolbar *{
	font-size:12px!important;	
}

div.sort-by select{
	border: 1px solid #cdbc95;
	padding:3px;	
}
.sorter > .sort-by{
	height:24px;	
}
.sorter > .sort-by .sort-by-switcher{
	width:24px;
	height:24px;
	background-image: url(images/template/sort-arrow.png);
	box-sizing:border-box;
	border: solid 1px transparent;	
}
.sorter > .sort-by > *{
	vertical-align:top;	
}
.sorter > .sort-by label{
	height:24px;
	line-height:24px;	
}
.sorter > .sort-by .sort-by-switcher--asc,
.sorter > .sort-by .sort-by-switcher--asc:hover{
	background-position: -1px top;	
}
.sorter > .sort-by .sort-by-switcher--desc,
.sorter > .sort-by .sort-by-switcher--desc:hover{
	background-position: -1px -24px;	
}
.sorter > .sort-by .sort-by-switcher--asc:hover,
.sorter > .sort-by .sort-by-switcher--desc:hover{
	border-color: #cdbc95;
}
div.toolbar-bottom div.toolbar div.sorter{
	display:none;	
}

.pages li{
	color: #000;
	border: 1px solid #cdbc95;	
}
.pages li{
	width:24px;
	height:24px;
	line-height:24px;
	margin-left:1px;	
}
.pages li a{
	height:22px;
	width:22px;
	line-height:24px;
	vertical-align:top;	
}
.pages li a:hover{
	text-decoration:none;
	background-color: #cdbc95;
	color:#fff;
}
.pages .current,
.pages .current:hover {
	height:24px;
	width:24px;
	line-height:24px;
    color: #000;
    border: 1px solid #cdbc95;
    background-color: #cdbc95;
}
.pages .next,
.pages .previous{
	color:#000;	
	font:inherit;
}
.pages .next:before,
.pages .previous:before{
	display:none!important;	
}
.pages .next:hover,
.pages .previous:hover{
	border:none;
}

/*-------------------------- GRID ---------------------------------*/
.products-grid li{
	padding:0 30px;
	margin:0!important;
	width:25%;
	/* clear:none!important; // CWD (AP) 20171117 */
}
.products-grid a.product-image{
	border:none;	
}
.products-grid .product-name,
.products-list .product-name{
	margin-bottom:25px;	
}
.products-grid .product-name a,
.products-list .product-name a{
	font-weight:normal;	
}
.products-grid .product-info{
	padding-bottom:40px;
}
.products-grid div.product-info div.price-box{
	float:left;	
	color:#010101;
	font-size:12px;
}
.products-grid div.product-info .price-box .price{
	color:#010101;
	font-size:12px;	
}
.products-grid div.product-info div.stock-status{
	float:right;
	color:#010101;
	font-size:12px;	
}
.products-grid div.product-info div.stock-status button.btn-cart,
.products-grid div.product-info div.stock-status button.btn-cart > div:nth-child(2){
	display:none;	
}

@media (min-width: 771px) and (max-width:1024px){
	.col2-left-layout .products-grid li{
		width:33.3%;
	}
}
@media (min-width: 960px) and (max-width:1024px){
	.col2-left-layout .products-grid--max-4-col > li:nth-child(3n+1) {
		clear: left;
	}
	.col2-left-layout .products-grid--max-4-col > li:nth-child(4n+1) {
		clear: none;
	}
}

/*--- LAYERED NAV ----*/
.block-layered-nav .currently,
.block-layered-nav .block-content > dl > dd{
	border-color: #f2eee4;
}
html .block-layered-nav .currently .block-subtitle,
.block-layered-nav .block-content > dl > dt{
	border-color: #f2eee4;
    background-color: #f8f6f1;
}
html .block-layered-nav .actions a{
	background-color: #bea976;
}
.block-layered-nav ol a{
	color: #010101;
}




/*-----------------MOBILE--------------------*/
@media only screen and (min-width: 600px) and (max-width: 770px) {
	/*-------------------------- GRID ---------------------------------*/
	.products-grid li{
		width:33.3%;
	}
	/* UPSELL */
	#upsell-product-table{
		text-align:center;	
	}
	#upsell-product-table li{
		width:32%;
		display:inline-block;
		float:none;
		vertical-align:top;
	}
	
	/*------------------ TOOLBAR ------------------*/
	.col1-layout .sorter, .col1-layout .pager{
		width:auto;
		clear:none;	
	}
	.col1-layout .pager{
		float:right;	
	}

}
	
@media only screen and (max-width: 599px), only screen and (max-device-width: 599px){
	/*-------------------------- GRID ---------------------------------*/
	.products-grid li{
		width:50%;
	}
	/* UPSELL */
	#upsell-product-table{
		text-align:center;	
	}
	#upsell-product-table li{
		display:inline-block;
		float:none;
	}
	/* UPSELL */
	#upsell-product-table{
		text-align:center;	
	}
	#upsell-product-table li{
		width:49%;
		display:inline-block;
		float:none;
		vertical-align:top;
	}
	
	/*------------------ TOOLBAR ------------------*/
	.col1-layout .sorter, .col1-layout .pager{
		width:auto;
		clear:none;	
	}
	.col1-layout .pager{
		float:right;	
	}
}

@media only screen and (max-width: 479px), only screen and (max-device-width: 479px){
	/*-------------------------- GRID ---------------------------------*/
	.products-grid{
		text-align:center;	
	}
	.products-grid li{
		width:100%;
		max-width:300px;
		display:inline-block;
		float:none;
	}
	.products-grid li h2.product-name{
		height:auto!important;
	}
	/* UPSELL */
	#upsell-product-table li{
		width:100%;
	}
	
	/*------------------ TOOLBAR ------------------*/
	div.toolbar{
		text-align:center;	
	}
	.col1-layout .sorter,
	.col1-layout .pager{
		width:auto;
		float:none;
		clear:both;
		margin:0 auto;
    	display: inline-block;
	}
}



/****** /home/regencyd/public_html/skin/frontend/rwd/jamessaidcomau/css/pages/catalog-product-view.css ******/

.product-img-box{
	width:600px;
	padding:0;		
}
.product-img-box .product-image{
	border:1px solid #ded4ba;
	margin-bottom:20px;		
}
.product-img-box div.more-views h2{
	display:none;	
}
.product-image-thumbs li:first-child,
.product-image-thumbs li:nth-child(5),
.product-image-thumbs li:nth-child(9),
.product-image-thumbs li:nth-child(13){
	margin-left:0;
}
ul.product-image-thumbs li{
	margin:0 8px;
}
ul.product-image-thumbs li a{
	border:1px solid #ded4ba;	
}
ul.product-image-thumbs li:nth-child(4),
ul.product-image-thumbs li:nth-child(8),
ul.product-image-thumbs li:nth-child(12),
ul.product-image-thumbs li:nth-child(16){
	margin-right:0;	
}



.product-view .product-shop{
	width:384px;
	padding:0;	
}
.page-title h1, .page-title h2, .product-name h1, .product-name .h1{
	font-size:22px;
	color:#010101;
}
.product-view .product-shop .product-name{
	width:100%;
	float:left;
	clear:both;
	box-sizing:border-box;
	padding:0 15px;	
}
.product-view .product-shop .short-description,
.product-view .product-shop .spec-sheet{
	width:100%;
	float:left;
	clear:both;
	box-sizing:border-box;
	padding:0 15px;
	margin-bottom: 15px;
}
.product-view .product-shop .spec-sheet .button{
    padding: 4px 20px!important;
	font-size: 12px!important;
}

.product-view div.price-cart-stock{
	width:100%;
	float:left;
	clear:both;
	box-sizing:border-box;
	background:#f8f6f1;
	border:solid 1px #f3eee5;
	padding:40px 0 0 0;	
}
.product-view .product-shop .extra-info,
.product-view .product-shop .price-info{
	width:100%;
	max-width:100%;
	margin:0 0 20px 0;
	padding:0;
	text-align:center;
}
.product-view .product-shop .price-box .regular-price .price, .product-view .product-shop .price-box .special-price .price, .product-view .product-shop .price-box .full-product-price .price{
	font-size:30px;	
}
.catalog-product-view .product-view .add-to-cart-wrapper{
	width:100%;
	padding:0 20px 20px;	
	border-bottom:solid 1px #f3eee5;
}
.catalog-product-view .product-view .add-to-cart{
	margin:0;
	border:none;
	text-align:center;	
}
.catalog-product-view .product-view .add-to-cart > div{
	float:none;
	display:inline-block;
	vertical-align:top;	
}
.product-view .add-to-cart .qty-wrapper .qty{
	font-size:18px;
	height:35px;
	-webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    border: 1px solid #bea976;
	width:35px;	
}
.product-view .add-to-cart-buttons .button{
	font-size:18px;	
	min-height: 35px;
    line-height: 35px;
	padding:0 25px;
}
.catalog-product-view .product-view .add-to-cart .qty-wrapper{
	margin-bottom:0;	
}
.catalog-product-view .product-view .add-to-cart .qty-wrapper label{
	display:none;
}
.product-view .product-shop .extra-info{
	margin-bottom:0;
	padding:15px 20px;
}
.product-view .product-shop .extra-info p.availability{
	font-size:14px;	
	color:#010101;
}
.product-view .product-shop .extra-info p.availability.in-stock{
	color:#010101;
}

.product-view div.add-share-holder{
	width:100%;
	float:left;
	clear:both;
	box-sizing:border-box;
	padding:15px;
	border-bottom:solid 1px #f3eee5;
	margin:0 0 30px 0;	
}
.product-view .sharing-links,
.product-view .add-to-links{
	width:50%;
	clear:none;
	margin:0;
}
.product-view .sharing-links li{
	padding:0 5px 0 0;	
}
.product-view .sharing-links a,
.product-view .sharing-links a.link-email-friend,
.product-view .sharing-links a.link-facebook,
.product-view .sharing-links a.link-twitter{
	width: 20px;
    height: 19px;
	background-position: left top;
    background-repeat: no-repeat;
	background-size:auto!important;	
}
.product-view .sharing-links a:hover,
.product-view .sharing-links a.link-email-friend:hover,
.product-view .sharing-links a.link-facebook:hover,
.product-view .sharing-links a.link-twitter:hover{
	background-position: left -19px;	
}
.product-view .sharing-links a.link-email-friend{
	background-image: url(images/template/mail-icon-small.png);	
}
.product-view .sharing-links a.link-facebook{
	background-image: url(images/template/fb-icon-small.png);	
}
.product-view .sharing-links a.link-twitter{
	background-image: url(images/template/twitter-icon-small.png);	
}

.product-view .add-to-links li{
	float:right;	
}
.product-view .add-to-links li a{
	border:none;	
	text-transform:uppercase;
}
.product-view .add-to-links li:nth-child(2){
	display:none;
}
.product-view .add-to-links li a.link-wishlist{
	height: 19px;
	padding-right:25px;
	background-position: right top;
    background-repeat: no-repeat;
	background-image: url(images/template/wishlist-heart-icon.png);
	color:#010101;
}
.product-view .add-to-links li a.link-wishlist:hover{
	background-position: right -19px;
	text-decoration:none;
}


div.description{
	width:100%;
	float:left;
	clear:both;
	box-sizing:border-box;
	padding:0 15px;
	margin:0 0 30px 0;	
}
div.description h4{
	margin:0 0 20px 0;	
}

/* Showroom image box */
.showroom-img canvas{
	border:solid 1px #bea976;
}
.showroom-img-box .showroom-img {
    padding: 0;
    width: 61%;
    float: left;
}
.showroom-img-box .showroom-cart{
	padding: 0;
    width: 384px;
    float: right;	
}
#interactiveimage-product-list thead{
	border:solid 1px #f3eee5;
}
#interactiveimage-product-list thead th,
#interactiveimage-product-list  tbody td{
	vertical-align:middle;
	border-color:#f3eee5;
}
#interactiveimage-product-list-body input[type="text"]{
	border: 1px solid #bea976;
	border-radius: 0;
	font-size: 18px;
	height: 35px;
	width: 35px;
	text-align:center;
}
.showroom-cart .showroom-name{
	border: 0 none;
    color: #666;
    float: left;
    margin-bottom: 10px;
    font-size: 22px;
    padding: 0 10px;
}
.showroom-cart ul li{
	margin-left: 0;
	list-style: none; 
}
/* Crystal for showroom galleries */
#interactiveimage{
	max-width: 100%;
	height: auto;
	position: absolute;
	z-index: 9;
}
.interactive-container .tooltip{
	min-width:200px;
	background-color: #000;
    padding: 10px;
    border: 1px solid #bea976;
    color: #fff;
    opacity: 0.8;
}
.showroom-cart-btn{
	text-align: right;
	box-sizing: border-box;
    background: #f8f6f1;
    border: solid 1px #f3eee5;
	padding:10px;
}
.room-dynamic-price{
  float: left;
  font-size: 25px;
  color: #636363;
  line-height:35px;
} 
.showroom-cart-btn .btn-cart,
.showroom-cart-btn .btn-cart:hover,
.showroom-cart-btn .btn-cart:active,
.showroom-cart-btn .btn-cart:focus{
	float: none;
	margin:0;
	font-size:18px;
	font-size: 18px;
    min-height: 35px;
    line-height: 35px;
    padding: 0 25px;
}
.showroom-cart #zipmoney-widget-general-addtocart{
	display:none;
}
.showroom-cart #zipmoney-widget-general{
	float: right;
}
.showroom-cart .add-to-links a{
	height: 19px;
    padding-right: 0px;
    color: #010101;
}
.showroom-cart .add-to-links a:hover{
	text-decoration:none;
	color:#bea976;
}
.white-popup {
	position: relative;
	background: #FFF;
	padding: 20px;
	width: auto;
	max-width: 60%;
	margin: 20px auto;
	overflow: auto;
	border:solid 1px #bea976;
}
.hidden-gallery .product-image-gallery {
	float: left;
	width: 100%;
	padding: 4px;
	border: 1px solid #ded4ba;
	margin-bottom: 20px; 
}
.hidden-gallery .product-image-gallery img{
	width: 100%;
	height: auto;
}
.wrapper-showroom-gallery{
	width: 42%;
	float: left;
}
.prd-desc {
	float: right;
	text-align: left;
	width: 55%;
}
.prd-desc h4{
	margin-bottom:15px;
}
.prd-desc p{
	margin-bottom:15px;
}
.showroom-product-images {
	clear: left;
}
.showroom-product-images li {
	float:left;
	border: 1px solid #ded4ba;
	margin: 0 3.3% 15px;
	width:20%;
}
.showroom-product-images li:first-child{
	margin-left: 0;
}
.showroom-product-images li:nth-child(4n){
	margin-right:0;
}
.showroom-product-images li:nth-child(4n+1){
	margin-left:0;
}
.showroom-product-images img {
	padding: 4px;
}
.showroom-product-images img{
	width: 100%;
	padding: 0;
}
.all-room-link{
	display: block;
    clear: both;
    text-align: right;
    text-transform: uppercase;
}
.tooltip span.price {
    color: #bea976;
}

/*Shop room style ends*/

/*--------------- UPSELL -------------------------------------*/
div.box-up-sell h2{
	text-align:center;	
	font-size:22px;
	margin-bottom:30px;
}




/*-----------------MOBILE--------------------*/
@media (min-width: 980px) and (max-width: 1024px),(min-width: 771px) and (max-width: 979px) {
	.product-img-box{
		width:50%;	
	}
	.product-view .product-shop{
		width:50%;
		padding-left:20px;	
	}
	
	ul.product-image-thumbs li{
		width:20%;
		max-width:135px;
	}
	ul.product-image-thumbs li img{
		width:100%;
		height:auto;
	}
	/*shoproom additional for tablet and small screen*/
	.showroom-img-box .showroom-img{
		width:50%;
	}
	.showroom-product-images img{
		width: 100%;
		padding: 0;
	}
	
}

@media only screen and (min-width: 600px) and (max-width: 770px), only screen and (max-width: 599px), only screen and (max-device-width: 599px) {
	.product-img-box{
		width:100%;	
	}
	.product-img-box div.product-name{
		text-align:center;	
	}
	.product-img-box .product-image{
		max-width:500px;
		margin: 0 auto 20px;
	}
	ul.product-image-thumbs{
		text-align:center;
	}
	ul.product-image-thumbs li,
	.product-image-thumbs li:first-child,
	ul.product-image-thumbs li:nth-child(4){
		display:inline-block;
		margin: 0 8px;
	}
	ul.product-image-thumbs li{
		width:18%;
		max-width:135px;
	}
	ul.product-image-thumbs li img{
		width:100%;
		height:auto;
	}
	
	.product-view .product-shop{
		width:100%;		
	}
	/*.product-view .product-shop .short-description{
		display:none;	
	}*/
	.product-view div.description{
		border-bottom: solid 1px #f3eee5;
		padding-bottom:35px;	
	}
	.product-view div.description h4{
		text-align:center;	
	}
	.product-view .product-shop div.std iframe{
		width:100%	
	}
	/*shoproom responsive styles*/
	.wrapper-showroom-gallery,
	.white-popup .prd-desc{
		width: 100%;
	}
	.wrapper-showroom-gallery{
		margin-bottom:20px;
	}
	.showroom-product-images li img {
	  height: auto;
	  width: 100%;
	}
	.showroom-img-box .showroom-img{
		width: 100%;
	}
}



/* PDF DOWNLOAD */
.product-options dd select {
    width: 360px;
}
.pdf_download_section a{
    background: url(images/template/dl-arrow.png) no-repeat left center;
    color: #000;
    padding-left: 20px;
}
@media (min-width:641px){
    .pdf_download_section{
        display:inline-block;
        margin-left: 15px;
    }
}
@media (min-width:771px) and (max-width:1160px){
    .pdf_download_section{
        margin-left: 0;
    }
}

/* CONFIGURABLE */
.product-options,
.product-options-bottom{
    background: #f8f6f1;
    border: solid 1px #f3eee5;
}
.product-options dd{
    border-color: #f3eee5;
}
.product-options label{
    font-weight: bold;
}


/****** /home/regencyd/public_html/skin/frontend/rwd/jamessaidcomau/css/pages/catalogsearch-result-index.css ******/

body.catalogsearch-result-index .page-title{
	text-align:center;	
}


/****** /home/regencyd/public_html/skin/frontend/rwd/jamessaidcomau/css/pages/checkout-cart-index.css ******/

body.checkout-cart-index .cart .page-title{
	border-color:#bea976;
}

.cart-totals, .cart-forms .discount, .cart-forms .giftcard, .cart-forms .shipping{
	border:solid 1px #f2eee4;
	background-color: #f8f6f1;	
}

body.checkout-cart-index .notice{
	font-weight:normal;	
	color:#010101;
}

/* QUOTE FORM UPDATE 25/07/2017 */
.newsletter-subscription input {
	float: left;
    width: auto!important;
    height: auto!important;
    margin-right: 5px;
    margin-top: 3px!important;
}
.newsletter-subscription label {
	float: left;
    width: auto!important;
    clear: none!important;
}


/* CROSS SELLS  26/07/2017 */
div.crosssell h2{
	font-size:18px;
	border-bottom: solid 1px #f2eee4;
	padding-bottom:10px;
	margin-bottom:10px;
}
div.crosssell .products-grid li{
	width:50%!important;
	padding:0 20px;
}
div.crosssell .products-grid li:nth-child(2n+1){
	clear:left!important;
}
div.crosssell .products-grid .product-name{
	margin-bottom:10px;
}
div.crosssell .products-grid .price-box{
	width:100%;
}
div.crosssell .products-grid .actions{
	position:relative;
	float:left;
	min-height:0;
	padding-bottom: 20px;
}
div.crosssell .products-grid .add-to-links{
	display:none;
}
div.crosssell .item a.product-image{
	width:100%;
	text-align: center;
}
div.crosssell .item a.product-image img{
	margin:0 auto;
	max-width:180px;
}

@media (max-width:768px){
	div.crosssell .products-grid li{
		padding: 0 10px;
		display:block!important;
		float:left;
	}
}
@media (max-width:620px) and (min-width:599px){
	div.crosssell button.button{
		font-size:13px;
	}
}


/****** /home/regencyd/public_html/skin/frontend/rwd/jamessaidcomau/css/pages/cms-index-index.css ******/

html body.cms-index-index div.main-container div.std {
	display:none;
}
html body.cms-index-index div.main-container{
    padding: 0!important;
    margin: 0!important;
}


/****** /home/regencyd/public_html/skin/frontend/rwd/jamessaidcomau/css/pages/cms-index-index.css.old ******/

html body.cms-index-index div.main-container div.std {
	display:none;
}


/****** /home/regencyd/public_html/skin/frontend/rwd/jamessaidcomau/css/pages/cms-source-books-html.css ******/

body.cms-source-books-html div.std{
	text-align:center;	
}
body.cms-source-books-html div.std div.catalogue{
	margin-bottom: 30px;	
}
body.cms-source-books-html div.std iframe{
	margin-bottom:30px;
}
@media only screen and (min-width: 640px){
	body.cms-source-books-html div.std iframe{
		min-height:350px;
	}
}


/****** /home/regencyd/public_html/skin/frontend/rwd/jamessaidcomau/css/pages/contacts-index-index.css ******/

body.contacts-index-index .page-title{
	padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #f2eee4;
}
body.contacts-index-index .page-title h1{
	text-align: center;
    margin: 0;
    padding: 0;	
}


body.contacts-index-index div.contact-info{
	max-width:660px;
	margin:0 auto 40px;
	text-align:center;
}
body.contacts-index-index div.contact-info h4{
	color:#bea976;
}
body.contacts-index-index div.contact-info p{
	margin-bottom:20px;
}
body.contacts-index-index div.contact-info table{
	margin:0 auto 20px;
	color:#010101;
	text-align:left;
}
body.contacts-index-index div.contact-info table td:first-child{
	padding-right:20px;
}


body.contacts-index-index div.col-main form{
	max-width:660px;
	margin:0 auto;
}
body.contacts-index-index div.col-main form label{
	text-transform:uppercase;
	font-weight:normal;
}
.contacts-index-index .buttons-set{
	border-top:none;	
}

.proxiblue-recaptcha{margin-left: 135px;}


	
@media only screen and (max-width: 599px), only screen and (max-device-width: 599px){
	body.contacts-index-index div.contact-info{
		text-align:left;
	}
	body.contacts-index-index div.contact-info table{
		margin:0 0 20px;
	}
	body .proxiblue-recaptcha{margin-left: 0px;}
}


/****** /home/regencyd/public_html/skin/frontend/rwd/jamessaidcomau/css/pages/design-talk.css ******/

.cms-design-talk-html .main-container{
    padding:0;
    max-width:100%;
    border-top: solid 5px #b7a269;
}
.cms-design-talk-html .std .inner-container{
    max-width: 1024px;
    padding: 40px 10px 40px;
    margin: 0 auto;
}
.cms-design-talk-html .std h2{
    text-align: center;
    margin-bottom: 15px;
}
.cms-design-talk-html .std .video{
    margin-bottom: 40px;
}
.cms-design-talk-html .std .video:last-child{
    margin-bottom: 0px;
}
@media (max-width:1024px){
    .cms-design-talk-html .std .inner-container{
        padding: 40px 0;
    }
    .cms-design-talk-html .std h2{
        padding: 0 10px;
        font-size: 18px;
    }
}

/* LISTEN ON */
.listen-on {
    display: flex;
    justify-content: space-between;
    margin: 0 0 40px;
}
.listen-on a {
    display: inline-block;
    margin: 0 15px;
    border: none!important;
}
.listen-on img {
    max-height: 70px;
}
@media (max-width:600px){
    .listen-on {
        text-align: center;
        display: block;
    }
    .listen-on a {
        float: none;
        display: block;
        margin: 0 auto 15px;
        width: 200px;
        height: auto;
    }
    .listen-on img {
        height: auto;
    }
}


/****** /home/regencyd/public_html/skin/frontend/rwd/jamessaidcomau/css/pages/inspirational-videos.css ******/

body.cms-inspirational-videos div.std div.item{
	display:inline-block;
	width:49%;
	box-sizing:border-box;
	vertical-align:top;
	padding:0 3px;
	margin-bottom:40px;
	text-align:center;
}
body.cms-inspirational-videos div.std div.item > div{
	text-align: left
}
body.cms-inspirational-videos div.std div.item .button{
	margin-top: 5px;
}
body.cms-inspirational-videos div.std div.item h3{
	font-size:16px;	
	margin-bottom:5px;
	text-align:center;
}
body.cms-inspirational-videos div.std div.item iframe{
	border:none!important;
	max-width:100%;
}

@media  only screen and (min-width: 600px) and (max-width: 770px) {
	body.cms-inspirational-videos div.std div.item iframe{
		height:180px;
	}
}
@media  only screen and (max-width: 599px), only screen and (max-device-width: 599px) {
	body.cms-inspirational-videos div.std div.item{
		display:block;
		width:100%;
		padding:0;
		margin-bottom:40px;
	}
}
@media  only screen and (max-width: 479px), only screen and (max-device-width: 479px) {
	body.cms-inspirational-videos div.std div.item iframe{
		height:250px;
	}
}


/****** /home/regencyd/public_html/skin/frontend/rwd/jamessaidcomau/css/pages/interior-design-service.css ******/

/*body.cms-interior-design-service-html .interior-design-service-banner{
	background: url("/media/wysiwyg/james-said/interior-design-service.jpg") no-repeat center top #d4dfe2;
	background-size: cover;
	clear: both;
}
body.cms-interior-design-service-html .interior-design-service-banner-wrap{
	max-width: 660px;
	margin: 0 auto;
	padding: 30px 10px;
}
body.cms-interior-design-service-html .interior-design-service-banner-wrap h6{
	color: #6d6e71;
	font-family: "MillerBanner-Italic", Arial, sans-serif !important;
	font-size: 40px;
	line-height: 1em;
	padding-bottom: 29px;
	margin-bottom: 25px;
	position: relative;
}
body.cms-interior-design-service-html .interior-design-service-banner-wrap h6:after{
	background: #c1a876;
	content:"";
	display: block;
	width: 100%;
	max-width: 85px;
	height: 4px;
	position: absolute;
	left: 0;
	bottom: 0;
}
body.cms-interior-design-service-html .interior-design-service-banner-wrap h1{
	color: #6d6e71;
	font-family: "acta_displaybook", Arial, sans-serif !important;
    font-weight: normal!important;
    font-style: normal;
	font-size: 40px;
	line-height: 1em;
	word-spacing: 640px;
}
@media (min-width:1801px){
	body.cms-interior-design-service-html .interior-design-service-banner{
		min-height: 780px;
	}
}
@media (max-width:1800px){
	body.cms-interior-design-service-html .interior-design-service-banner{
		min-height: 720px;
	}
}
@media (max-width:1500px){
	body.cms-interior-design-service-html .interior-design-service-banner{
		min-height: 650px;
	}
}
@media (max-width:1200px){
	body.cms-interior-design-service-html .interior-design-service-banner{
		min-height: 500px;
	}
}
@media (max-width:1000px){
	body.cms-interior-design-service-html .interior-design-service-banner{
		min-height: 0;
	}
	body.cms-interior-design-service-html .interior-design-service-banner-wrap{
		padding-bottom: 150px;
	}
}
@media (max-width:640px){
	body.cms-interior-design-service-html .interior-design-service-banner-wrap{
		padding-bottom: 30px;
	}
}*/

body.cms-interior-design-service-html .main-container.col1-layout{
	max-width: 100%;
	padding: 0;
	margin: 0;	
}
body.cms-interior-design-service-html div.std {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
body.cms-interior-design-service-html div.std .line{
	background: #c1a876;
	clear: both;
	display: block;
	width: 100%;
	max-width: 85px;
	height: 4px;
	margin-bottom: 25px;
}
body.cms-interior-design-service-html div.std h2{
	font-family: "acta_displaybook", Arial, sans-serif !important;
	font-weight: normal!important;
	text-transform:none;
	color:#6d6e71;
	font-size:30px;
	margin-bottom:25px;
}
body.cms-interior-design-service-html div.std h3{
	font-family: "acta_displaybook", Arial, sans-serif !important;
	font-weight: normal!important;
	text-transform:none;
	color:#6d6e71;
	margin-bottom:15px;
}


body.cms-interior-design-service-html .text{
	padding: 40px;	
}
body.cms-interior-design-service-html .row{
	margin: 40px auto;	
}
body.cms-interior-design-service-html .row.two-col{
	display: flex;
	align-items: center;
}
body.cms-interior-design-service-html .row.two-col .image{
	width: 20%;	
}
body.cms-interior-design-service-html .row.two-col .text{
	width: 80%;	
}
body.cms-interior-design-service-html .row.two-col.wide-image .image{
	width: 25%;	
	padding-left: 40px;
}
body.cms-interior-design-service-html .row.two-col.wide-image .text{
	width: 75%;	
}

@media (min-width: 1501px){
	body.cms-interior-design-service-html .text p{
		font-size:16px;	
	}
}

@media (max-width: 1500px){
	body.cms-interior-design-service-html .row.two-col .image{
		width: 30%;	
	}
	body.cms-interior-design-service-html .row.two-col .text{
		width: 70%;	
	}
}

@media (max-width: 960px){
	body.cms-interior-design-service-html .row.two-col .image{
		width: 50%;	
	}
	body.cms-interior-design-service-html .row.two-col .text{
		width: 50%;	
	}
}


@media (max-width: 760px){
	body.cms-interior-design-service-html .row.two-col{
		display:block;	
	}
	body.cms-interior-design-service-html .row{
		margin: 0;	
	}
	body.cms-interior-design-service-html .row.two-col.thin .image{
		display:none;	
	}
	body.cms-interior-design-service-html .row.two-col .image,
	body.cms-interior-design-service-html .row.two-col .text,
	body.cms-interior-design-service-html .row.two-col.wide-image .image,
	body.cms-interior-design-service-html .row.two-col.wide-image .text{
		width: 100%;	
	}
	body.cms-interior-design-service-html .row.two-col.wide-image .image{
		padding-left: 0;
	}
}


/*
body.cms-interior-design-service-html ul.staff{
	text-align:center;
	display: flex;
	margin-left: -3px;
	width: calc(100% + 6px);
		
	border-bottom: solid 1px #c1a876;
    padding-bottom: 20px;
}
body.cms-interior-design-service-html ul.staff.last{
	border-bottom: none;
    padding-bottom: 0;
}
body.cms-interior-design-service-html ul.staff li{
	flex: 1 1 33.33%;
	list-style:none;
	margin: 0 3px;
	max-width: 33.33%;
}
body.cms-interior-design-service-html ul.staff li p{
	font-family: "acta_displaybook", Arial, sans-serif !important;
	font-size: 12px;
	margin: 0;
}
body.cms-interior-design-service-html ul.staff li img{
	margin:0 auto 10px;
}
*/

body.cms-interior-design-service-html div.std p.contact{
	font-size:20px;
	text-align:center;
}
body.cms-interior-design-service-html div.std p.contact a{
	font-family: "MillerBanner-Italic", Arial, sans-serif !important;
}




/* FORM */
body.cms-interior-design-service-html .crystalform{
	margin-top: 20px;
    margin-bottom: 30px;
    max-width: 640px;
    width: 100%;
    margin: 0;
    float: none;
	/*display:none;*/
}
.crystalform .item {
	float: left;
	margin-bottom: 20px;
	width: 100%;
}
.crystalform div label,
.crystalform .inline .label {
	clear: both;
	color: #525252;
	float: left;
	font-size: 14px;
	margin-bottom: 6px;
	padding-left: 0px;
	text-align: left;
	width: 100%;
}
.crystalform input,
.crystalform select {
	background: #FFFFFF;
	border: solid 1px #BFBFBF;
	font-size: 14px;
	padding: 5px;
	width: 100%;
}
.crystalform .item.enquiry {
	width: 100%;
}
.crystalform textarea {
	background: #FFFFFF;
	border: solid 1px #BFBFBF;
	padding: 5px;
	width: 100%;
	font-size:14px;
	max-width:100%;
}
.crystalform .submit input {
	border: none;
	background: #bea976;
	padding:10px;
	box-sising:border-box;
	color:#000;
}
.crystalform abbr[title] {
	border: none;
    text-decoration: none;
}


/****** /home/regencyd/public_html/skin/frontend/rwd/jamessaidcomau/css/pages/showroom.css ******/

body.cms-showroom div.std iframe{
	width:100%;
	margin-bottom:20px;
}
body.cms-showroom div.std h2{
	padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #f2eee4;
	text-align:center;
}
body.cms-showroom div.std div.holder{
	width:100%;
	float:left;
	clear:both;
	text-align:center;
	margin-bottom:15px;
}
body.cms-showroom div.std div.holder > div{
	display:inline-block;
	width:270px;
	vertical-align: top;
	text-align:left;
}
/*body.cms-showroom div.std div.left{
	float:left;
	width:50%;
}
body.cms-showroom div.std div.right{
	float:right;
	width:50%;
}*/
body.cms-showroom div.std table *{
    color: #010101;
}
body.cms-showroom div.std table td{
    padding-bottom:5px;
	padding-right:20px;
}

body.cms-showroom div.std ul li{
	float:left;
	width:33.33%;
	margin:0;
	display:block;
	background:none;
	padding:0;
}
@media only screen and (min-width: 601px){
	body.cms-showroom div.std ul li:nth-child(4){
		clear:left;
	}
}


@media only screen and (max-width: 599px), only screen and (max-device-width: 599px) {
	body.cms-showroom div.std div.holder > div{
		width:100%;
		float:left;
		clear:both;
	}
}

@media only screen and (max-width: 600px){
	body.cms-showroom div.std ul li{
		width:50%;
	}
}


/****** /home/regencyd/public_html/skin/frontend/rwd/jamessaidcomau/css/pages/store-page.css ******/

body.cms-stores-melbourne-html .main-container,
body.cms-stores-perth-html .main-container,
body.cms-stores-sydney-html .main-container{
    max-width: 100%;
    padding: 0;
}
.store-page .row-wrap {
    max-width: 1024px;
    padding: 40px 10px;
	margin: 0 auto;
}
.store-page .store-information,
.store-page .intro{
	border-bottom: solid 1px #bea976;
}
.store-page .store-information{
    /* temporary while M works on revamp */
	border-bottom: none;
}
.store-page .intro .row-wrap{
	padding-top: 0;
}
.store-page .store-information ul{
    display: flex;
	margin: 0;
	padding: 0;
}
.store-page .store-information li{
    flex: 1 1 25%;
	padding: 10px;
	margin: 0;
	list-style: none;
}
.store-page .store-information iframe{
	width: 100%;
}

.store-page .row h2{
	font-family: "acta_displaybook", Arial, sans-serif !important;
    font-weight: normal!important;
    color: #6d6e71;
    font-size: 30px;
    margin-bottom: 25px;
	text-transform: uppercase;
}

.store-page .staff ul{
    display: flex;
	margin: 0;
	padding: 0;
}
.store-page .staff li{
    flex: 1 1 50%;
	padding: 10px;
	margin: 0;
	list-style: none;
}
.store-page .staff li img{
    width: 100%;
}

.store-page .staff-alt ul{
    display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}
.store-page .staff-alt li{
    flex: 1 1 50%;
	padding: 10px;
	margin: 0;
	list-style: none;
	display: flex;
}
.store-page .staff-alt li img{
    margin-right: 15px;
}

.store-page .staff-large{
    /* Temporary while M works on revamp */
    display: none;
}
.store-page .staff-large ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.store-page .staff-large li{
	padding: 0;
	margin: 0 0 30px;
	list-style: none;
	display: flex;
}
.store-page .staff-large:not(.alt) li:nth-child(odd) img{
    margin-right: 15px;
}
.store-page .staff-large:not(.alt) li:nth-child(even) img{
    margin-left: 15px;
	order: 2;
}
.store-page .staff-large:not(.alt) li:nth-child(even) .bio{
    margin-left: 15px;
	order: 1;
}
.store-page .staff-large .name{
	font-size: 18px;
}
.store-page .staff-large .title{
	color: #959595;
}

.store-page .staff-large.alt img{
	height: 450px;
	margin-right: 15px;
}
.store-page .staff-large.alt li{
	padding-bottom: 30px;
	border-bottom: solid 1px #dedede;
}
.store-page .staff-large.alt li:last-child{
	padding-bottom: 0;
	border-bottom: none;
}
.store-page .staff-large.alt li p:last-child{
	margin-bottom: 0;
}

@media (max-width:1024px){
	.store-page .store-information ul {
		flex-wrap: wrap;
	}
	.store-page .store-information li {
		flex: 1 1 50%;
	}
}
@media (max-width:640px){
	.store-page{
		text-align: center;
	}
	
	.store-page .store-information ul {
		display:block;
	}
	
	.store-page .staff-large li{
		display:block;
	}
	.store-page .staff-large.alt img{
		margin: 0 auto 15px;
		height: 300px;
	}
}


/* Image gallery layout */
.store-page .image-gallery .two-column-image{
	display: flex;
	margin: 0 0px 0 -5px;
    width: calc(100% + 10px);
}
.store-page .image-gallery .two-column-image.single{
	justify-content: center;
}
.store-page .image-gallery .two-column-image img{
	width: calc(50% - 10px);
    max-width: calc(50% - 10px);
	margin: 0 5px 10px;
}
.store-page .image-gallery .one-column-image{
	margin-bottom: 10px;
}



/* OVERWITE GENREIC STYLING */
@media  only screen and (max-width: 770px){
	.col-main,
	.col1-layout .col-main{
		margin-bottom: 0;
	}
}

@media (min-width: 771px) and (max-width: 979px){
	.cms-page-view:not(.cms-zip-money-html) .std .store-page iframe{
		height: auto;		
	}	
}
@media only screen and (min-width: 600px) and (max-width: 770px){
	.cms-page-view:not(.cms-zip-money-html) .std .store-page iframe{
		height: auto;		
	}	
}
@media only screen and (max-width: 599px), only screen and (max-device-width: 599px), screen and (max-width: 600px) {
	.cms-page-view:not(.cms-zip-money-html) .std .store-page iframe{
		height: auto;		
	}
}
@media only screen and (max-width: 479px), only screen and (max-device-width: 479px) {
	.cms-page-view:not(.cms-zip-money-html) .std .store-page iframe{
		height: auto;	
	}
}


/****** /home/regencyd/public_html/skin/frontend/rwd/jamessaidcomau/css/pages/wishlist-index-index.css ******/

body.wishlist-index-index div.wishlist-sku{
	display:none;
}


/****** /home/regencyd/public_html/skin/frontend/rwd/jamessaidcomau/css/pages/zzz.css ******/




