@charset "utf-8";
/* CSS Document */
/*****************************************************************************************************************************************
Inside Out Landscaping & Renovations

Colours:
#3A2C22;	Chocolate Brown
#fffcef;	Container
#F8F1D9;	Light Beige BG
#CAC1AF;	Dark Beige
#9d8b6c;	Dark Beige
#F0C9DD;	Pink
#f49ac1;	Hover Pink
#3A3122;	Links
#625237;	Links
#152422;	Top Arrow

General

*******************************************************************************************************************************************/
/**{
	padding:0;
	margin:0;
	outline:none;
}*/
body{
	font-size:15px;
	margin:0px auto;
/*	background: url(../img/WaterLiliesBG.jpg) no-repeat center top fixed;*/
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
 	background-size: cover;
}
html, body{
	font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
	color:#3A2C22;
}
.header-container{
	background: #3a2c22;
}
.nav-container{
	background: #9d8b6c;
/*    -webkit-box-shadow: 0 10px 10px -10px #000;
    -moz-box-shadow: 0 10px 10px -10px #000;
    box-shadow: 0 10px 10px -10px #000;*/
	z-index: 1000;
}	
.shadow{
    -webkit-box-shadow: 10px 10px 10px -10px #000, -10px 10px 10px -10px #000;
    -moz-box-shadow: 10px 10px 10px -10px #000, -10px 10px 10px -10px #000;
	box-shadow: 10px 10px 10px -5px rgba(58,44,34,0.3), -10px 10px 10px -5px rgba(58,44,34,0.3);
}
/*.header-container{
	padding-bottom:20px;
}*/
html{
	font-size:1.54em;
}
/* Headings -------------------------------------------------------------- */ 
h1,h2,h3,h4,h5,h6 {	font-weight: normal; color: #3A2C22; } 
h1 { font-size: 1.6em; line-height: 1; margin-bottom: 10px; } 
h2 { font-size: 1.2em; margin: 10px 0px 5px 0px; } 
h3 { font-size: 1.0em; line-height: 1; margin: 5px 0px; font-weight:bold;} 
h4 { font-size: 1.1em; line-height: 1.25; margin-bottom: 10px; } 
h5 { font-size: 1em; font-weight: bold; margin-bottom: 10px; } 
h6 { font-size: 1em; font-weight: bold; } 
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img { margin: 0; } 
table{
	border-collapse:collapse;
	font-style: normal;
	margin:0 auto;
	margin-bottom:20px;
}
table tr th{
    font-size: 1em;
    padding: 5px;
    vertical-align: top;
	text-align:left;
}
table tr td{
    font-size: 1em;
    padding: 5px 3px;
    vertical-align: top;
}
th.garden_table{
	width:35%;
}
.no-border{
	border:none;
}
ul{list-style:none;}
ol{list-style:none;}
ul li{list-style:none;}
fieldset{border:none;}
table{
	border-collapse:collapse;
	font-style: normal;
	margin:0 auto;
	margin-bottom:10px;
}
p{
	font-size: 1.0em;
	line-height: 1.4;
	padding: 0px 0px 8px 0px;
	font-weight:500;
	font-family:"Helvetica Neue", Arial, Helvetica, sans-serif; 
}
a:link, a:visited{
	text-decoration:underline;
	color:#625237; 	
	font-weight:500;
}
a:hover,  a:active{ 
	text-decoration:underline;
	text-decoration:none;
}
.flex-container{
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
 	align-items: center;
	}
.flex-container > div{
	margin: 10px;
	text-align: center;
	}
.flex-container > div > a > img{
	max-height: 200px;	
	max-width: 400px;	
	}
/***********************************************************************/
	.flex-container {
	  padding: 0;
	  margin: 0;
	  list-style: none;
	  -ms-box-orient: horizontal;
	  display: -webkit-box;
	  display: -moz-box;
	  display: -ms-flexbox;
	  display: -moz-flex;
	  display: -webkit-flex;
	  display: flex;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.wrap    { 
	  -webkit-flex-wrap: wrap;
	  flex-wrap: wrap;
	} 
	.wrap li {
	  background: #f7f7f8;
		background: #fffdfd;
		background: #fff;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}
	.flex-item {
		list-style: none;
		line-height: 1.2;
		border: 1px solid #cdcdcd;
		border: 1px solid #000;
		text-align: center;
		padding: 5px;
		max-width: 280px;
		margin: 10px;
		font-weight: bold;
	}
	.flex-item img{ 
		min-width:150px;
		max-width:200px;
		max-height: 260px;
		}
	.wrap img{
		margin: auto auto;
		vertical-align: middle;	
		}
	.megamenu-flex-container{ 
	  padding: 0;
	  margin: 0;
	  list-style: none;
	  -ms-box-orient: horizontal;
	  display: -webkit-box;
	  display: -moz-box;
	  display: -ms-flexbox;
	  display: -moz-flex;
	  display: -webkit-flex;
	  display: flex;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		justify-content: space-around;
		padding-bottom:20px !important;
		z-index:9000;
	}
	.megamenu-flex-item{ 
		max-width: 33.333%;
		}
	ul.flexbox {
		display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
		display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
		display: -ms-flexbox;      /* TWEENER - IE 10 */
		display: -webkit-flex;     /* NEW - Chrome */
		display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
		justify-content: center;
		align-items: center;
	}	
/****************************************************************************************/
img {border:none;
	max-width: 100% !important;
	vertical-align:middle;
	display: inline-block;
	border: 0;
	-ms-interpolation-mode: bicubic;
	image-rendering: optimizeQuality;
	_width: 100%;
}
ul.logo_row_list {
    font-size: 0;
    margin: 0;
	margin-bottom: 0px;
    padding: 0;
    list-style: none;
    text-align: center;
	}
li.logo_row_item {
    font-size: 14px;
    margin: 20px 15px 20px 15px;
    margin: 10px 15px 10px 15px;
    display: inline-block;
    vertical-align: middle;
}
.logo_row_item img { 
	max-width:200px;
	max-height:80px;
	}
.shadow{
	/* Box shadow only works in IE iff colour #000*/
	-moz-box-shadow: 0px 0px 8px 1px #000; /* Firefox offset-x, offset-y, blur-radius, spread-radius */
	-webkit-box-shadow: 0px 0px 8px 1px #000; /* Safari and Chrome */
	-o-box-shadow: 0px 0px 8px 1px #000; /* Opera */
	box-shadow: 0px 0px 8px 1px #000; /* Opera 10.5+ and future browsers and IE6+ using IE-CSS3 */
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#091f0e,direction=45);*/	
	/* IE hack - add ie-css3.htc at directory root. */
	/* Can only test in IE on web.  Local file will not execute the script*/
	/*behavior: url(../ie-css3.htc);*/ /* Tell IE to call the script on all elements with class 'box'  */
}
.box{
	z-index:10;
	font-size: 0.9em;
	font-style: 600;
	font-weight: 600;
	padding:5px 5px;
	border:none;
	-moz-border-radius: 20px;    /* Firefox */
	-webkit-border-radius: 20px; /* Safari and Chrome */
	-o-border-radius: 20px;
	border-radius: 20px 20px 20px 20px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
	behavior: url(../ie-css3.htc); /* Tell IE to call the script on all elements with class 'box'  */
}
#noscript_div{
	color:#3A2C22;
	background:#fffcef;
	margin-top:20px;
	padding:10px 20px 10px 20px;
	float:left;
}
noscript p, noscript ol {font-size: 1.4em; line-height: 1.0em; text-align: left ;}
.indent{padding-left:30px;}
.centre{text-align:center;}
.clearfix:after{
	content: '.';
	visibility:hidden;
	display:block;
	clear:both;
	height:0;
	}
	
#rotator_box{
	padding-bottom:24px;
	background:#625237;
	margin-bottom:20px;
	position: relative;
	line-height:22px;
}
#pause_button{
	float:right;
	padding-left:18px;
	cursor:pointer;
}
.play{
	background: url(../img/pause.gif) no-repeat left center;
}
.pause{
	background: url(../img/play.gif) no-repeat left center;
}
#pager { float: right; display: inline; background-color: #625237; }
#pager a {padding: 4px 4px; text-decoration: none; font-size: 13px; 
	background: #625237;
	color: #fffcef; 
}
#pager a:hover, #pager a:active, #pager .cycle-pager-active a{ 
background: #3a2c22; 
color: #fff; 
}
#cycle-1{
	margin-top:0;
	margin-bottom:0;
}
#cycle-1 div { display: none }
#cycle-1 div.first { display: block }
/* set border-box so that percents can be used for width, padding, etc (personal preference) */
.cycle-slideshow, .cycle-slideshow * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.cycle-slideshow {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #fffcef;
    background-image: url(../img/loading.gif);
    background-origin: padding-box;
    background-position: 10% 10%;
    background-repeat: no-repeat;
    background-size: auto auto;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    position: relative;
}
.cycle-overlay { 
    color: white; background: #3a2c22; opacity: .7; filter:alpha(opacity=60);
    position: absolute; bottom: 0; width: 100%; padding: 15px;
	-moz-opacity:0.6;
	opacity: 0.6;
}
.cycle-overlay a:link, .cycle-overlay a:hover, .cycle-overlay a:active{
	color:#fffcef;
	text-decoration:none;
}
/* slideshow images (for most of the demos, these are the actual "slides") */
.cycle-slideshow img { 
    /* 
    some of these styles will be set by the plugin (by default) but setting them here
    helps avoid flash-of-unstyled-content
    */
	margin:0 auto;
    padding: 0; 
	display: block; 
    width: 100%;
	height:auto;
}
.cycle-slideshow div { 
	margin:0 auto;
}

/* in case script does not load */
.cycle-slideshow img:first-child {
    position: static; z-index: 100;
}
.cycle-2 img {
    width: 80% !important;
	width:inherit;
	float:left;
}
.news_item {
	display:inline-block;
	padding-bottom:20px;
}
.news_item img{
	padding-left:10px;
	max-width: 200px !important;
	right:0;
}
#newsButton{
	margin-bottom:10px;
}
.right{
	float:right;
}
#footer a:link, #footer a:visited{
	font-weight:500;
	color:#fffcef;
}
#footer a:hover, #footer a:active{
	color:#fff;
	text-decoration:underline;
	text-decoration:none;
}
/******************************************************************************************************************************************

	Navigation Header

*******************************************************************************************************************************************/
#sitelock_shield_logo img{
	padding:10px 0 20px 70px;
}
.sharep{
	padding:10px 0;
}
#top_arrow a:link{
	background: url(../img/Top_Arrow.png) no-repeat scroll left top transparent;
    bottom: 15px;
    display: block;
    height: 75px;
    position: fixed;
    right: 15px;
    width: 18px;
    z-index: 1000;
	text-decoration:none;
}
#top_arrow a:hover{
	background: url(../img/Top_Arrow.png) no-repeat right top transparent;
	text-decoration:none;
}
.slideToRight{
	position:fixed;
    float: right;
	right:30px;
	top:264px;
    z-index: 1000;
}
.slideToLeft{
	position:fixed;
    float: right;
	right:5px;
	top:20px;
    z-index: 1000;
}
#addthis{
	top:20px !important;
	right:0;
}
.addthis_floating_style, .addthis_32x32_style {
    border-bottom-left-radius: 8px !important;
    border-bottom-right-radius: 0 !important;
    border-top-left-radius: 8px !important;
    border-top-right-radius: 0 !important;
    line-height: 14px !important;
    padding-bottom: 5px !important;
    padding-top: 10px !important;
    top: 10px !important;
}
.addthis_floating_style, .addthis_32x32_style {
    border-bottom-left-radius: 8px !important;
    border-bottom-right-radius: 0 !important;
    border-top-left-radius: 8px !important;
    border-top-right-radius: 0 !important;
    line-height: 14px !important;
    padding-bottom: 5px !important;
    padding-top: 10px !important;
    top: 10px !important;
}
.fb-page{
	padding-top:20px;
}
a#home-link{
	text-indent:-9999em;
	display:block;width:320px;height:120px;cursor:pointer;position:absolute; top: 0px;}
.logo-container img{
	height:auto;
    max_width: 100%;
}
ul#header_contact{
	float:right;
}
#header_contact li{
	display:block;
	text-align:right;
	color:#FFFCEF;
}
#header_contact a:link, #header_contact a:visited{
	color:#FFFCEF;
	text-decoration:none;
}
.button, a.button:link , a.button:visited {
    background: none repeat scroll 0 0 #3A2C22;
	text-decoration:none;
    border: medium none;
	color:#Fff; 	
    cursor: pointer;
    font-size: 1.0em;
    font-weight: bold;
    padding: 3px 10px;
    position: relative;
    z-index: 10;
	max-width:100px;	
	-moz-border-radius: 4px;    /* Firefox */
	-webkit-border-radius: 4px; /* Safari and Chrome */
	-o-border-radius: 4px;
	border-radius: 4px 4px 4px 4px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
	/*behavior: url(../ie-css3.htc);*/ /* Tell IE to call the script on all elements with class 'box'  */
}
.button:hover, a.button:hover{
	background:#9d8b6c;
	background:#625237;
	color:#fff; 
	text-decoration:none;	
} 
.top-nav{
	margin-left:-10px !important;
}
#home .top-nav .home a,
#gardens .top-nav .gardens a,
#waterfeatures .top-nav .waterfeatures a,
#decks .top-nav .decks a,
#interlock .top-nav .interlock a,
#commercial .top-nav .commercial a,
#services .top-nav .services a,
#contact .top-nav .contact a{
	background:#3a2c22;
}
.sticky{
	position:fixed;
	top:0px;
	width:100% !important;
	/*margin: 0 auto;*/
}
/******************************************************************************************************************************************

	Home Page

*******************************************************************************************************************************************/
.down_arrow{
	background: url(../img/down_arrow.gif) no-repeat left center;
}
.right_arrow{
	background: url(../img/right_arrow.gif) no-repeat left center;
}
#news h3{
  margin:0;
  padding:4px 0 4px 18px;
  background-color:#3a2c22;
  border-bottom:3px solid #fffcef;
  color: #fff;
  font-size:1em;
  font-weight:700;
  cursor:pointer;  
}
#news h3:hover{
  background-color:#9d8b6c;
  background-color:#625237;
}
#news li{
	list-style:none;
	margin-left:20px;
	line-height:1.6;
}
#news li.indent_news{
	list-style:disc;
	margin-left:40px;
}
p.ad a:link , p.ad a:visited {
	display:block;
	text-decoration:none;
	background:#3a2c22;
	text-align:center;
	/*font: bold 130px/0.8 'Great Vibes', Helvetica, sans-serif;
	font-size:30px;*/
	font-size:18px;
	text-shadow: 4px 4px 3px #333333;
    border: none;
    cursor: pointer;
	display:block;
	color:#fffcef;
	line-height:1.5;
	padding:10px 20px;
    z-index: 10;	
	max-width:300px;		
	-moz-border-radius: 4px;    /* Firefox */
	-webkit-border-radius: 4px; /* Safari and Chrome */
	-o-border-radius: 4px;
	border-radius: 4px 4px 4px 4px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
	/*behavior: url(../ie-css3.htc);*/ /* Tell IE to call the script on all elements with class 'box'  */
}
p.ad a:hover{
	background:#9d8b6c;
	background:#625237;
	text-decoration:none;	
}  
/******************************************************************************************************************************************

	Services Page

*******************************************************************************************************************************************/
ul.inline_list li{
	display:inline;
}
ul.dots li {
	list-style:disc outside none;
	margin-left:15px;
}
/******************************************************************************************************************************************

	Contact Page

*******************************************************************************************************************************************/
#email_list{
	width:15px;
}
.red{color:#F00;font-weight:bold;}
span.error{
	clear:both;
	float:left;	
	background: url(../img/exclamation.png) no-repeat 5px 3px;
	color:#a12321;
	padding:3px 3px 3px 25px;
	font:bold 12px Verdana, Geneva, sans-serif;
	margin-bottom:0.75em;
}
a.random{
	text-decoration:none;
	cursor:none;
}
#contact-us form {
    border-top-color: #3a2c22;
    border-top-style: dotted;
    border-top-width: 1px;
    margin-top: 10px;
    padding-top: 10px;
}
textarea{
	max-height:500px;	
}
textarea, input[type="text"], input[type="password"], select{
	background: #f8f1d9 !important;
	background: #fffcef !important;
    border: 1px solid #9d8b6c;
	font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;	
	-moz-border-radius: 4px;    /* Firefox */
	-webkit-border-radius: 4px; /* Safari and Chrome */
	-o-border-radius: 4px;
	border-radius: 4px 4px 4px 4px;
    padding: 5px 5px;
	margin-bottom:0.75em;
    vertical-align: middle;
	width:94%;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus {  
	background: #fff !important;
	outline: 0 none;
	cursor:pointer;
	border:1px solid #ccc;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #9d8b6c;
	width:94%;
}
.sendBtn{
    background: none repeat scroll 0 0 #3A2C22;
    border: medium none;
	color:#fff; 
	max-width:146px;	
    cursor: pointer;
    font-size: 1.0em;
    font-weight: bold;
    margin: 10px 20px 0px 0;
    padding: 10px;
    position: relative;
    z-index: 10;	
	-moz-border-radius: 4px;    /* Firefox */
	-webkit-border-radius: 4px; /* Safari and Chrome */
	-o-border-radius: 4px;
	border-radius: 4px 4px 4px 4px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
	/*behavior: url(../ie-css3.htc);*/ /* Tell IE to call the script on all elements with class 'box'  */
}
.sendBtn:hover{
	background:#9d8b6c;
	background:#625237;
	color:#fff; 
	text-decoration:none;		
}
#usercontent{
	padding:0px 16px 30px 16px;
	text-align:center;
}
#thanks{
	text-align:center;	
}
#userdata{
	text-align:center;
	font-size:1.0em;
	border-top:1px dotted #9d8b6c;
	border-bottom:1px dotted #9d8b6c;
	padding:10px 0px 10px 0px;
}