/* ======================================================================================================================================================================================
   HTML 
   ====================================================================================================================================================================================== */
@font-face
{
	font-family:MavenPro;
	src:url('../fonts/maven-pro-light-100.ttf');
	font-style:normal;
	font-weight:100;
}

@font-face
{
	font-family:MavenPro;
	src:url('../fonts/maven-pro-light-200.ttf');
	font-style:normal;
	font-weight:200;
}

@font-face
{
	font-family:MavenPro;
	src:url('../fonts/maven-pro-light-300.ttf');
	font-style:normal;
	font-weight:300;
}

@font-face
{
	font-family:MavenPro;
	src:url('../fonts/maven-pro-regular.ttf');
	font-style:normal;
	font-weight:400;
}

@font-face
{
	font-family:MavenPro;
	src:url('../fonts/maven-pro-medium.ttf');
	font-style:normal;
	font-weight:500;
}

@font-face
{
	font-family:MavenPro;
	src:url('../fonts/maven-pro-bold.ttf');
	font-style:normal;
	font-weight:600;
}

html, body, input, button, select, textarea
{
/*	font-family:Arial,Helvetica,sans-serif; */
/* 	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif; */
/* 	font-family:"Myriad Pro","Gill Sans","Gill Sans MT",Calibri,sans-serif; */
/* 	font-family:"Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif; */
/* 	-webkit-text-size-adjust:100%; */
/*	-webkit-font-smoothing:antialiased; */
/*	-webkit-font-smoothing:subpixel-antialiased; */
	font-family:Garamond,Baskerville,"Baskerville Old Face","Hoefler Text","Times New Roman",serif;
	font-style:normal;
 	font-weight:400;
	font-size:18px;
	line-height:1.5;
	text-align:left;
	color:#8E8E8E;
}

html
{
	height:100%;
}

body
{
	min-height:100%;
	height:auto;
	position:relative;
}

html, body, table, form, tr, th, td, h1, h2, h3, h4, h5, h6
{
	padding:0px;
	margin:0px;
	margin-left:auto;
	margin-right:auto;
	border-spacing:0;
	border-collapse:collapse;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}

ol, ul, li
{
	/*padding:0px;*/
	margin:0px;
	margin-left:auto;
	margin-right:auto;
	border-spacing:0;
	border-collapse:collapse;
}

p
{
	margin-top:0;
	margin-bottom:20px;
}

div, span
{
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;	
	cursor:auto;
	margin-left:auto;
	margin-right:auto;
}

blockquote
{
	font-family:Georgia,serif;
    width:70%;
    position:relative;
    font-style:italic;
    padding-left:12px;
}

blockquote:before
{
    display:block;
    padding-right:12px;
    content:"\201C";
    font-size:80px;
    position:absolute;
    left:-45px;
    top:-30px;
    opacity:0.2;
}

label
{
	cursor:default;
}

hr
{
	border:none;
	border-top:2px solid #E8E8E8;
}

h1, h1 a:link, h1 a:visited
{
	font-size:36px;
	/*color:#303030;*/
	font-weight:600;
	line-height:1.5;
	text-transform:uppercase;
	display:inline-block;
}

h2, h2 a:link, h2 a:visited
{
	font-size:20px;
	color:#303030;
	font-weight:400;
}

h3, h3 a:link, h3 a:visited
{
	font-size:18px;
	color:#303030;
	font-weight:500;
}

h4, h4 a:link, h4 a:visited
{
	font-size:16px;
	color:#606060;
	font-weight:500;
}

h5, h5 a:link, h5 a:visited		/* Modal Headings */
{
	font-size:18px;
	line-height:1;
	color:#404041;
	text-transform:uppercase;
/* 	font-weight:400; */
/* 	margin-bottom:10px; */
}

h6, h6 a:link, h6 a:visited		/* Cart Item Headings */
{
	font-size:16px;
	line-height:1.5;
	color:#505050;
	font-weight:700;
	display:inline-block;
}

img
{
	max-width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
    border:none;
	padding:0;
	vertical-align:middle;
	/*display:block;*/
}
/* ======================================================================================================================================================================================
   Input 
   ====================================================================================================================================================================================== */
input
{
	width:100%;
	padding:10px;
	margin:5px 0;
/* 	font-size:85%; */
	background-color:#FFFFFF;
	border:solid 1px #EEEEEE;
	box-sizing:border-box;	
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}

input:focus, textarea:focus
{
	outline:0;
	background-color:#FAFAFA;
}

input[type="checkbox"],input[type="radio"]
{
	width:15px;
	height:auto;
	font-size:100%;
	margin:5px 0 0 0;
	/*float:right;*/
}

/*input[type=radio],input[type=checkbox]
{
    display:none;
}

input[type=radio]+label:before
{
	content:"";  
	width:14px;  
	height:14px;
	font-size:40px;
    line-height:0.5; 
	display:inline-block;  
	vertical-align:middle;
	margin-right:6px;  
	border:1px solid #EEEEEE;
	border-radius:6px; 
}

input[type=checkbox]+label:before
{
	content:"";  
	width:14px;  
	height:14px;
    line-height:1.5;  
	display:inline-block;  
	vertical-align:middle;
	margin-right:6px; 
	border:1px solid #EEEEEE;
}

input[type=radio]:checked+label:before
{
	content:"\2022";
	text-align:center;
	background-color:#FAFAFA; 
}

input[type=checkbox]:checked+label:before
{
 	content:"\2714";
	text-align:center;
	background-color:#FAFAFA;
}*/

input[type="button"],input[type="submit"],input[type="reset"],button
{
	width:auto;
	padding:5px 10px;
	margin:5px 0;
	cursor:pointer;
	text-align:center;
	float:right;
	background-color:#EEEEEE;
	-webkit-appearance:none;
	color:#FFFFFF; 
	background:-webkit-linear-gradient(bottom right, #b4885e, #edc28c) !important;
/* 	text-transform:uppercase; */
}

input[type="button"]:hover,input[type="submit"]:hover,input[type="reset"]:hover,button:hover
{
	background-color:#DDDDDD;
}

select
{
	width:100%;
	height:36px;
	margin:5px 0;
	background-color:#FFFFFF;
	border:solid 1px #EEEEEE;
/* 	font-size:85%; */
}

textarea
{
	width:100%;
	padding:10px;
	margin:5px 0;
	background-color:#FFFFFF;
	border:solid 1px #EEEEEE;
/* 	font-size:85%; */
	vertical-align:top;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}

/* Label Transition */
.labelcontainer
{
	width:100%;
	position:relative;
}

.labelcontainer input
{
	transition:200ms ease;
	padding-left:80px;
}

.labelcontainer label
{
    position:absolute;
    display:flex;
/*     font-size:85%; */
    color:#CCCCCC;
    border:none !important;	/* so the error class doesn't add a border to the label */
    top:0;
    left:10px;
    bottom:0;
    height:inherit;
    align-items:center;
    cursor:text;
    transition:200ms ease;
}

/*.labelcontainer.active input
{
	padding-left:80px;
}

.labelcontainer.active label
{
	opacity:.5;
}*/

/* Fix placeholder - only required with certain fonts */
input::placeholder, textarea::placeholder
{
	color:#CCCCCC;
	padding-top:1px;
	border:none !important;	/* so the error class doesn't add a border to the label */
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder
{
	color:#CCCCCC;
	padding-top:1px;
}
/* ======================================================================================================================================================================================
   Core
   ====================================================================================================================================================================================== */
.logo
{
	width:160px;
	text-align:center;
	position:absolute;
/* 	z-index:7; */
/* 	top:20px; */
	left:50%;
	margin-left:-80px;	/* half the width */
}

.logosmall
{
	width:100px;
}

.topbar
{
	font-family:MavenPro;
	/*max-width:1280px;*/
	/*height:47px;*/
	padding:10px 1% 0 1%;
	/*overflow:auto;*/
}

.top
{
	width:100%;
 	height:130px;
 	background:rgba(255,255,255,0.90);
/*  	transition:200ms ease; */
}

.header
{
	max-width:1280px;
	padding:0.5% 2%;
/* 	overflow:auto; */
/* 	position:relative; */
}

.wrapper
{
	width:100%;
	/*padding:2%;*/
}

.container
{
	max-width:1280px;
	padding:2%;
	margin-bottom:90px;	/* The bottom needs to be same height as the .bottom class (footer height) */
}

.main
{
	width:70%;
	display:inline-block;
	vertical-align:top;
}

.mainfull
{
	width:100%;
/* 	display:inline-block; */
/* 	max-width:900px; */
}

.side
{
	width:26%;
	display:inline-block;
	vertical-align:top;
	float:right;
}

.contactform
{
	width:55%;
	display:block;
	vertical-align:top;
}

.contactdetails
{
	width:55%;
	display:block;
	vertical-align:top;
/* 	float:right; */
}

.bottom
{
	font-family:MavenPro;
	width:100%;
	background:rgba(255,255,255,0.90);
	position:absolute;
	bottom:0;
	left:0;
}

.footer
{
	/*max-width:1280px;*/
	padding:1%;
	overflow:auto;
}

.modal
{
	width:380px;
	max-height:640px;
	padding:18px;
	overflow:auto;
	overflow-x:hidden;
	-webkit-overflow-scrolling:touch;
}

.modalwide
{
	width:600px !important;
}

.social
{
	height:15px;
	margin:10px 10px 0 0;
}

.scrollpage
{
	width:35px;
	height:35px;
	display:none;
	position:fixed;
	bottom:20px;
	right:20px;
	cursor:pointer;
}

.messageadmin
{
	width:100%; 
	padding:0.5%; 
	background-color:#FFFFFF; 
	text-align:center; 
	border-bottom:1px solid #CCCCCC;
}

.report
{
	display:none;
	word-wrap:break-word; 
	overflow:hidden;
}

.error, .error::placeholder, .error::-webkit-input-placeholder
{
	color:#ED1848 !important;
	border:1px solid #ED1848;
}

.banner
{
	width:100%;
	font-size:25px; 
	color:#FFFFFF;
	text-align:center;
	background:rgba(0,0,0,0.5);
	line-height:1.5;
	padding:1%;
}

/* orbit */
#featured
{
	max-height:500px !important;
}

.gallery
{
	width:23%;
	position:relative; 
	text-align:center; 
	margin:1%;
	display:inline-block;
	vertical-align:top;
}

.blog
{
	padding:1.5%; 
	margin:1.5%; 
	background-color:#FFFFFF;
}

.desktophide
{
	display:none !important;
}

.clearfix:after
{ 
   content:" ";
   display:block; 
   height:0; 
   clear:both;
}
/* ======================================================================================================================================================================================
   Grouping 
   ====================================================================================================================================================================================== */
.grid
{
	display:				grid;
	grid-gap:				20px;
}

.grid > div
{
	width:					100%;
}

.two
{
	grid-template-columns:	1fr 1fr;
}

.three
{
	grid-template-columns:	1fr 1fr 1fr;
}

.four
{
	grid-template-columns:	1fr 1fr 1fr 1fr;
}

.five
{
	grid-template-columns:	1fr 1fr 1fr 1fr 1fr;
}

.six
{
	grid-template-columns:	1fr 1fr 1fr 1fr 1fr 1fr;
}

.twothirds
{
	grid-template-columns:	2fr 1fr;
}

.flex
{
	display:flex;
}

.single
{
	width:100%;
}

.double
{
	width:48%;
	display:inline-block;
	vertical-align:top;	
}

.double:nth-of-type(2n+1) 
{
	margin-left:0;
}

.double:nth-of-type(2n+2) 
{
	margin-right:0;
}

.triple
{
	width:30.3%;
	display:inline-block;
	vertical-align:top;
}

.triple:nth-of-type(3n+1) 
{
	margin-left:0;
}

.triple:nth-of-type(3n+3) 
{
	margin-right:0;
}

.quadriple
{
	width:23.5%; 
	display:inline-block;
	vertical-align:top;	
}

.quadriple:nth-of-type(4n+1) 
{
	margin-left:0;
}

.quadriple:nth-of-type(4n+4) 
{
	margin-right:0;
}

.quintuple
{
	width:19%; 
	display:inline-block;
	vertical-align:top;	
}

.quintuple:nth-of-type(5n+1) 
{
	margin-left:0;
}

.quintuple:nth-of-type(5n+5) 
{
	margin-right:0;
}
/* ======================================================================================================================================================================================
   Line Clamping
   ====================================================================================================================================================================================== */
.lineclampone
{
	overflow:hidden; 
	text-overflow:ellipsis; 
	display:-webkit-box; 
	-webkit-line-clamp:1; 
	-webkit-box-orient:vertical;
	height:25.5px;	/* fallback - font-size x line-height x line-clamp */
}

.lineclamptwo
{
	overflow:hidden; 
	text-overflow:ellipsis; 
	display:-webkit-box; 
	-webkit-line-clamp:2; 
	-webkit-box-orient:vertical;
	height:51px;	/* fallback - font-size x line-height x line-clamp */
}

.lineclampfive
{
	overflow:hidden; 
	text-overflow:ellipsis; 
	display:-webkit-box; 
	-webkit-line-clamp:5; 
	-webkit-box-orient:vertical;
	height:127.5px;	/* fallback - font-size x line-height x line-clamp */
}
/* ======================================================================================================================================================================================
   Menu 
   ====================================================================================================================================================================================== */
.menu
{
	max-width:1280px;
	display:block;
	text-align:center;
	margin-top:49px;
}

.menulogo
{
	height:16px; 
	position:relative; 
	top:-1px;
}

.menumobile
{
	display:none;
}

.menuexp
{
	margin:8% 0 12% 0;
	display:block;
}

.menuexpmobile
{
	display:none;
}

.menuiconleft /*sb-toggle-left*/
{
	float:left;
	display:none;
}

.menuiconright /*sb-toggle-right*/
{
	float:right;
	display:none;
	text-align:right;
}

.menubar1, .menubar2, .menubar3, .menubar4, .menubar5, .menubar6
{
    width:28px;
    height:2px;
    background-color:#D9AE7B;
    margin:6px auto;
    transition:200ms;
}

.menuiconchange .menubar1
{
    -webkit-transform:rotate(-45deg) translate(5px,5px) ;
    transform: rotate(45deg) translate(5px,5px) ;
}

.menuiconchange .menubar2
{
	opacity:0;
}

.menuiconchange .menubar3
{
    -webkit-transform:rotate(45deg) translate(6px,-6px) ;
	transform: rotate(-45deg) translate(6px,-6px) ;
}

.menuiconchange .menubar4
{
    -webkit-transform:rotate(-45deg) translate(5px,5px) ;
    transform: rotate(45deg) translate(5px,5px) ;
}

.menubar5
{
	opacity:0;
}

.menuiconchange .menubar6
{
    -webkit-transform:rotate(45deg) translate(6px,-6px) ;
	transform: rotate(-45deg) translate(6px,-6px) ;
}

/* Overwrite Slidebars Background Colours */
#sb-site, .sb-site-container
{
	background:none !important;
}

.sb-slidebar
{
	background:rgba(255,255,255,0.95) !important;
	border:1px solid #E8E8E8;
}

/*.sb-close
{
	display:none;
}*/
/* ======================================================================================================================================================================================
   Links 
   ====================================================================================================================================================================================== */
a:link 
{
	color:#D9AE7B;
	text-decoration:none;
	transition:200ms ease;
}

a:visited
{
	color:#D9AE7B;
}

a:hover 
{
	color:#000000;
}

.smalllink a:link 
{
	color:#B0B0B1;
	text-decoration:none;
}

.smalllink a:visited
{
	color:#B0B0B1;
}

.smalllink a:hover 
{
	color:#E0E0E1;
}

.menulink a:link 
{
	font-family:MavenPro;
	font-size:17px;
	color:#404041;
	font-weight:300;
	transition:200ms ease;
	text-transform:uppercase;
}

.menulink a:visited
{
	color:#404041;
}

.menulink a:hover 
{
	color:#D9AE7B;	/* update menu.css, menu-mobile.css, menu-exp-mobile.css 'current' colour as well */
}

.menulinkexp a:link 
{
	font-size:14px;
	color:#505050; 
	text-decoration:none;
	/* 	line-height:1; */
}

.menulinkexp a:visited
{
	color:#505050;
}

.menulinkexp a:hover 
{
	color:#D9AE7B;	/* update menu-exp.css 'current' colour as well */
}
/* ======================================================================================================================================================================================
   Miscellaneous
   ====================================================================================================================================================================================== */
.smallfont
{
	font-size:13px;
	color:#404041;
	text-transform:uppercase;
}

.textshadow
{		
	text-shadow:0px 1px 0px #E5E5E5;
}

.imageborder
{
	box-sizing:border-box;	
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	border-style:solid;
	border-width:1px;
	border-color:#E8E8E8;
}

.rounded
{
	border-radius:4px;
}

.shadow
{
	/*h-shadow v-shadow blur spread color inset;*/
	box-shadow:0 0 10px 0 #A0A0A0;
}

.parallax
{
	min-height:350px; 
	background-image:url('../images/custom-home-tree.jpg'); 
    background-attachment:fixed;
    background-position:top;
    background-repeat:no-repeat;
	/*background-size:cover;*/
}

.fadeinup
{
	-webkit-animation:fadeinup 1s; /* Safari 4.0 - 8.0 */
	animation:fadeinup 1s;
}

.fadeindown
{
	-webkit-animation:fadeindown 1s; /* Safari 4.0 - 8.0 */
	animation:fadeindown 1s;
}

.hiddenpic
{
	display:none;
}
/* ======================================================================================================================================================================================
   Cart 
   ====================================================================================================================================================================================== */
.cartlogo
{
	height:100%;
	float:left;
	display:none;
}

.cartcontainer
{
	max-width:1280px;
	min-height:542px;
	padding:2%;
	margin-bottom:300px;	/* The bottom needs to be same height as the .bottom class (footer height) */
	overflow:auto;
}

.cartmain
{
	width:83%;
	display:inline-block;
	vertical-align:top;	
	padding-top:1%;
	overflow:visible;
}

.cartside
{
	width:15%;
	display:inline-block;
	vertical-align:top;
	float:left;
	padding-top:1%;
	margin-right:2%;
}

.cartrefine
{
	width:100%; 
	margin:2% 0; 
	float:left;
}

.cartrefinebutton
{
	width:100% !important;
	float:none !important;
	display:none;
}

.cartdisplay
{
	width:400px; 
	max-height:600px; 
	padding:10px; 
	border-top:none !important; 
	position:absolute; 
	top:35px; 
	right:0; 
	overflow:auto;
	overflow-x:hidden;
}

.cartviewoption
{
	width:100%;
	height:50px; 
	text-align:left;
	padding:1%;
	margin-bottom:10px;
	overflow:hidden;
}

.cartgallery
{
	margin:1%;
}

.cartlist
{
	margin:2% auto;
	overflow:hidden;
}

.cartitem
{
	width:100%;
	margin-top:1%;
	float:right;
}

.cartlist p, .cartitem p
{
	margin:0;
}

.cartdetails
{
	width:90vw;
	max-width:1000px;
 	padding:24px;
 	/*height:90vh;*/
	min-height:400px;
	max-height:760px;
	overflow:scroll;
	overflow-x:hidden;
}

.cartprice
{
	font-weight:bold;
}

.cartpricediscount
{
	color:#ED1848; 
	font-weight:bold;
}

.cartaccount
{
	margin:2%;
}

.card
{
    width:14.6%;
    margin:1%;
    float:left;
}

/* price slider */
.ui-widget-header
{
	background:#D9AE7B !important;
}
/* ======================================================================================================================================================================================
   Search 
   ====================================================================================================================================================================================== */
.search
{
	position:relative; 
	display:inline; 
	padding:15px; 
	float:right; 
	z-index:3;
}

.searchcart
{
	height:50px;
	text-align:center; 
	font-size:18px; 
	padding:2%; 
	margin:0;
	position:relative;
}

.searchicon
{
	height:22px; 
	position:relative; 
	float:right; 
	cursor:pointer;
}

.searchsite
{
	width:180px; 
	font-size:16px; 
	line-height:1; 
	font-weight:300; 
	position:relative;
	float:right; 
	padding:2px 0 0 8px; 
	margin:0; 
	color:#FFFFFF; 
	border:none;
	background:none !important; 
}

.overlay
{
    background:rgba(48,48,48,0.6);
    display:none;
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    z-index:2;
}
/* ======================================================================================================================================================================================
   Google Translate 
   ====================================================================================================================================================================================== */
.goog-te-gadget
{
	font-family:inherit !important;
	float:left;
	margin-left:10px;
}

.goog-te-gadget-simple
{
	border:none !important;
	font-size:inherit !important;
}

.goog-te-menu-frame
{
	-webkit-box-shadow:0 0 12px 0 #A0A0A0 !important;
	box-shadow:0 0 12px 0 #A0A0A0 !important;
}

.goog-te-menu2
{
	border:1px solid #EEEEEE !important;
}
/* ======================================================================================================================================================================================
   Animation
   ====================================================================================================================================================================================== */
@keyframes fadeinup
{
	0% 
	{
		opacity:0;
		-webkit-transform:translate3d(0,100%,0);
		transform:translate3d(0,100%,0);
	}

	100%
	{
		opacity:1;
		-webkit-transform:none;
		transform:none;
	}
}

@keyframes fadeindown
{
	0% 
	{
		opacity:0;
		-webkit-transform:translate3d(0,-200%,0);
		transform:translate3d(0,-200%,0);
	}

	100%
	{
		opacity:1;
		-webkit-transform:none;
		transform:none;
	}
}   
/* ======================================================================================================================================================================================
   Site Specific 
   ====================================================================================================================================================================================== */
.logowordmark
{
	width:40px;
	text-align:center;
	position:absolute;
	left:50%;
	margin-left:-20px;	/* half the width */
}

.gradient
{
	background: -webkit-linear-gradient(bottom right, #b4885e, #edc28c) !important;
	background: linear-gradient(bottom right, #b4885e, #edc28c) !important;
	-webkit-background-clip: text !important;
	-webkit-text-fill-color: transparent !important;
}

.topscroll
{
	height:70px;
}

.menuscroll
{
	margin-top:0;
}

.project
{
	position:relative;
}

.project p
{
	margin:0;
}

.slim
{
	max-width:900px;
}

.stamp
{
	display:inline-block; 
	float:right; 
	text-align:right;
}

.agent
{
	width:100%; 
	background-color:#F0F0F0;
	position:absolute;
	bottom:0;
	padding:10px 20px;
}

.home
{
	max-width:600px; 
	padding:20px; 
	text-align:center; 
}

.home h1
{
	font-size:40px;
	color:#ffffff; 
	text-shadow:0px 3px 10px #505050;
}

/* Facebook */
.fb_iframe_widget
{
	bottom:2px;
}

/* Twitter */
#twitter-widget-0
{
    bottom:-1px !important;
    position:relative !important;
    vertical-align:middle !important;
}

/* Google Plus */
#___plusone_0,#___plusone_1
{
    vertical-align:middle !important;
}