/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
p + p { 
	margin-top: 0.5em;
}
strong {
font-weight: bold;
}

/*================================*/
/*          Colours               */
/*                                */
/*    Brown:  	   #724408        */
/*    Light Brown: #a88966        */
/*                                */
/*================================*/

/*===== Main Styles =====*/
body {
background-color: #ffffff;
margin: 0;
padding: 0;
line-height: 1;
}

/*===== Divs =====*/
#top-bar {
width: 100%;
border-bottom: 1px solid #e6e6e6;
}

#header {
position: relative;
width: 100%;
}

#logo {
display: block;
float: left;
margin: 0;
padding: 0;
}

#menu {
position: relative;
background: none repeat scroll 0 0 transparent;
padding: 52px 0 0;
z-index: 999;
}

#menu-fixed {
position: fixed;
top: 0;
display: none;
background: #ffffff;
box-shadow: 0px 5px 11px 0px rgba(145, 184, 124, 0.4);
width: 100%;
height: 50px;
text-align: left;
z-index: 999;
-webkit-transition: none;
-moz-transition: none;
-o-transition: none;
-ms-transition: none;
}

#banner {
position: relative;
background: url("../images/RS-Timber-Products-min.png") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
margin: 0;
padding: 0;
height: 600px;
width: 100%;
z-index: 50;
}

#banner-short {
position: relative;
margin: 0;
padding: 0;
height: 300px;
width: 100%;
z-index: 50;
}

.banner-gazebo {
background: url("../images/banner-gazebo.jpg") center bottom -150px no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

.banner-bench {
background: url("../images/banner-bench.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

.banner-seat {
background: url("../images/banner-seat.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

.banner-bar {
background: url("../images/banner-bar.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

.banner-content {
position: absolute;
top: 15%;
left: 10px;
}

.banner-short-content {
padding: 100px 0 0;
}

.main-content {
width: 100%;
margin: 0;
padding: 0;
overflow: hidden;
}

.main-content.black {
background-color: #2d2d2d;
}

.main-content.lightbrown {
background-color: #a88966;
}

.main-content.logs {
background: url("../images/logs.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
min-height: 400px;
padding: 80px 0 0;
}

.main-content.logobg {
background: url("../images/backgroundlogo.png") center right no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

.fixed-button {
position: absolute;
top: 40%;
right: 10px;
}

#email-response {
margin: 10px 0;
padding: 0;
}

#footer {
background: none repeat scroll 0 0 #a88966;
width: 100%;
padding: 40px 0;
margin: 0;
}

#baseline {
background: none repeat scroll 0 0 transparent;
width: 100%;
padding: 20px 0;
margin: 0;
}

/*===== Containers =====*/
#top-bar-wrapper {
position: relative;
width: 100%;
max-width: 1160px;
padding: 0 10px;
margin: 0 auto;
overflow: hidden;
}

#menu-wrapper {
position: relative;
width: 100%;
max-width: 1160px;
padding: 0 10px;
margin: 0 auto;
}

#header-wrapper {
position: relative;
width: 100%;
max-width: 1160px;
height: 200px;
padding: 20px 10px;
margin: 0 auto;
}

.banner-wrapper {
position: relative;
width: 100%;
max-width: 1160px;
height: 600px;
padding: 0;
margin: 0 auto;
overflow: hidden;
}

.banner-short-wrapper {
position: relative;
width: 100%;
max-width: 1160px;
height: 300px;
padding: 0;
margin: 0 auto;
overflow: hidden;
}

.main-content-wrapper {
position: relative;
width: 100%;
max-width: 1160px;
padding: 60px 10px;
margin: 0 auto;
overflow: hidden;
}

.main-content-wrapper.shortpad {
padding: 20px 10px;
}

.main-content-wrapper.wide {
max-width: 1600px;
}

.columns-wrapper {
padding: 0;
margin: 0;
overflow: hidden;
}

.testimonial-wrapper {
width: 100%;
min-height: 280px;
margin: 0;
padding: 20px 20px 20px;
}

.two-column-flex-wrapper {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: flex-start;
width: 100%;
max-width: 2000px;
padding: 0;
margin: 0;
overflow: hidden;
}

.left-column-flex-50 {
order: 1;
flex-grow: 0;
flex-basis: auto;
width: 50%;
padding: 0;
margin: 0;
}

.left-column-flex-50.lightbrown {
background: none repeat scroll 0 0 #a88966;
padding: 120px 40px 0 40px;
}

.left-column-flex-50.black {
background: none repeat scroll 0 0 #2d2d2d;
padding: 120px 40px 0 40px;
}

.left-column-flex-50.white {
background: none repeat scroll 0 0 #ffffff;
padding: 120px 40px 0 40px;
}

.left-column-flex-50.binstall {
background: url("../images/binstall.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
height: 500px;
}

.left-column-flex-50.sleepertable {
background: url("../images/sleepertable.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
height: 500px;
}

.left-column-flex-50.smallplanter {
background: url("../images/smallplanter.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
height: 500px;
}

.left-column-flex-50.gazebos {
background: url("../images/gazebo.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
height: 500px;
}

.right-column-flex-50 {
order: 1;
flex-grow: 0;
flex-basis: auto;
width: 50%;
padding: 0;
margin: 0;
}

.right-column-flex-50.lightbrown {
background: none repeat scroll 0 0 #a88966;
padding: 120px 40px 0 40px;
}

.right-column-flex-50.black {
background: none repeat scroll 0 0 #2d2d2d;
padding: 120px 40px 0 40px;
}

.right-column-flex-50.white {
background: none repeat scroll 0 0 #ffffff;
padding: 120px 40px 0 40px;
}

.right-column-flex-50.seat {
background: url("../images/seat.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
height: 500px;
}

.right-column-flex-50.planter {
background: url("../images/planter.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
height: 500px;
}

.right-column-flex-50.logshed {
background: url("../images/logshed.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
height: 500px;
}

.right-column-flex-50.gate {
background: url("../images/gates.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
height: 500px;
}

#footer-wrapper {
width: 100%;
max-width: 1160px;
padding: 0 10px;
margin: 0 auto;
overflow: hidden;
}

#baseline-wrapper {
width: 100%;
max-width: 1160px;
padding: 0 10px;
margin: 0 auto;
overflow: hidden;
}

/*===== Columns =====*/
.menu-column {
float: right;
display: block;
margin: 0;
padding: 0;
}

.contact-column {
float: left;
display: block;
height: 40px;
margin: 0;
padding: 0;
text-align: left;
}

.top-column-right {
display: block;
float: right;
padding: 5px 0 0;
margin: 0;
overflow: hidden;
text-align: right;
}

.three-column {
display: block;
float: left;
width: 33.3%;
padding: 0 30px;
margin: 0;
overflow: hidden;
}

.left-column-50 {
display: block;
float: left;
width: 50%;
padding: 0 25px 0 0;
margin: 0;
overflow: hidden;
}

.right-column-50 {
display: block;
float: left;
width: 50%;
padding: 0 0 0 25px;
margin: 0;
overflow: hidden;
}

.left-column-40 {
display: block;
float: left;
width: 40%;
padding: 0 25px 0 0;
margin: 0;
overflow: hidden;
}

.left-column-40.padded {
padding: 75px 80px 0 100px;
}

.right-column-60 {
display: block;
float: left;
width: 60%;
padding: 0;
margin: 0;
overflow: hidden;
}

.tub {
background: url("../images/hot-tub-surrounds.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
height: 600px;
animation: zoom 5s linear infinite;
}

.gazebo {
background: url("../images/wooden-gazebo.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
height: 600px;
animation: zoom 5s linear infinite;
}

.benches {
background: url("../images/bespoke-made-benches.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
height: 600px;
animation: zoom 5s linear infinite;
}

.sheds {
background: url("../images/custom-made-sheds.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
height: 600px;
animation: zoom 5s linear infinite;
}

.gates {
background: url("../images/bespoke-timber-gates.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
height: 600px;
animation: zoom 5s linear infinite;
}

.benches {
background: url("../images/custom-made-benches.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
height: 600px;
animation: zoom 5s linear infinite;
}

.plant {
background: url("../images/bespoke-made-plant-tubs.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
height: 600px;
animation: zoom 5s linear infinite;
}

@keyframes zoom {
0%   { background-size: 120% auto; }
25%   { background-size: 115% auto; }
50% { background-size: 110% auto; }
75% { background-size: 105% auto; }
100% { background-size: 100% auto; }
}

#footer-column-01 {
display: block;
float: left;
width: 33.3%;
padding: 0;
margin: 0;
overflow: hidden;
}

#footer-column-02 {
display: block;
float: left;
width: 33.3%;
padding: 0;
margin: 0;
overflow: hidden;
}

#footer-column-03 {
display: block;
float: left;
width: 33.3%;
padding: 0;
margin: 0;
overflow: hidden;
}

/*===== Sections =====*/
section {
padding: 40px 0 0;
margin: 0;
overflow: hidden;
}

section.short {
padding: 20px 0 0;
margin: 0;
overflow: hidden;
}

section.lower {
padding: 0 0 40px 0;
margin: 0;
overflow: hidden;
}

/*===== Dividers =====*/
.hr {
background: none repeat scroll 0 0 #2d2d2d;
border: 0 none;
display: block;
height: 1px;
margin: 20px auto 0;
width: 25%;
}

.hr.left {
margin: 20px 0 0;
}

.hr.short {
width: 100px;
}

/*===== Div Separator =====*/
.clearer {
font-size: 0px;
line-height: 0px;
display: block;
margin: 0px;
padding: 0px;
clear: both;
height: 0px;
width: auto;
}

/*===== Menus =====*/
.menu_title {
display: none;
position: relative;
float: right;
bottom: 0.6em;
margin-right: 3em;
color: #724408;
font-family: 'Poppins', sans-serif;
font-size: 1.1em;
font-weight: 400; 
}

nav a {
position: relative;
color: #724408; 
display: block; 
font-size: 1em;
font-family: 'Poppins', sans-serif;
font-weight: 400;
text-transform: uppercase;
line-height: 50px;
padding: 0 20px; 
text-decoration: none; 
}

nav a.last {
padding: 0 0 0 20px;
}

nav a:hover {
color: #2d2d2d;
}

nav ul,
nav ul li { 
height: 50px;
list-style-type: none; 
padding: 0; 
margin: 0; 
}

nav > ul { 
text-align: right; 
}

nav > ul > li { 
display: inline-block; 
}

nav > ul > li:first-child { 
border-left: none; 
}

.sub-menu-parent { 
position: relative;
background: url("../images/down.gif") no-repeat scroll right 20px center;
padding: 0 15px 0 0; 
}

.sub-menu {
background: #2b2b2b;
visibility: hidden; /* hides sub-menu */
opacity: 0;
position: absolute;
top: 100%;
left: 0;
width: 100%;
transform: translateY(-2em);
z-index: -1;
transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.sub-menu-parent:hover .sub-menu {
visibility: visible; /* shows sub-menu */
opacity: 1;
z-index: 1;
transform: translateY(0%);
transition-delay: 0s, 0s, 0.3s; /* this removes the transition delay so the menu will be visible while the other styles transition */
}

.sub-menu li {
width: 350px;
height: 50px;
line-height: 50px;
border-bottom: 1px solid #c2c2c2;
text-align: left;
}

.sub-menu li a {
line-height: 50px;	
}

/*===== General =====*/
.center {
text-align: center;
}

.left {
text-align: left;
}

.right {
text-align: right;
}

.light {
font-weight: 300;
}

.bold {
font-weight: 700;
}

.extrabold {
font-weight: 900;
}

.italic {
font-style: italic;
}

.uppercase {
text-transform: uppercase;
}

.darkshadow {
text-shadow: 2px 2px 2px #000000;
}

/*===== Spans =====*/
span.grey {
color: #afafaf;
}

/*===== Headers =====*/
header.main {
padding: 0 0 40px 0;
margin: 0;
overflow: hidden;
}

header.sub {
padding: 0 0 20px 0;
margin: 0;
overflow: hidden;
}

header.short {
padding: 0 0 10px 0;
margin: 0;
overflow: hidden;
}

header.mid {
padding: 20px 0;
margin: 0;
overflow: hidden;
}

h1 {
color: #724408;
font-size: 2.5em;
font-family: 'Poppins', sans-serif;
margin: 0;
padding: 0;
display: block;
line-height: 1.5em;
}

h2 {
color: #a88966;
font-size: 2em;
font-family: 'Poppins', sans-serif;
margin: 0;
padding: 0;
display: block;
line-height: 1.5em;
}

h2.large {
font-size: 2.5em
}

h2.white {
color: #ffffff;
}

h2.black {
color: #2d2d2d;
}

h2.brown {
color: #724408;
}

h2.lightbrown {
color: #a88966;
}

h3 {
color: #a88966;
font-size: 1.6em;
font-family: 'Poppins', sans-serif;
margin: 0;
padding: 0;
display: block;
line-height: 1.5em;
}

h3.black {
color: #2d2d2d;
}

h3.white {
color: #ffffff;
}

h3.brown {
color: #724408;
}

h4 {
color: #a88966;
font-size: 1.3em;
font-family: 'Poppins', sans-serif;
margin: 0;
padding: 0;
display: block;
line-height: 1.5em;
}

h4.black {
color: #2d2d2d;
}

h4.white {
color: #ffffff;
}

/*===== Paragraphs =====*/
p.main-text {       
color: #808080; 
font-size: 0.9em; 
font-family: 'Poppins', sans-serif;
padding: 0;
line-height: 1.7em;
}

p.main-text.white {       
color: #ffffff; 
}

p.main-text.black {       
color: #2d2d2d; 
}

p.main-text.large {       
font-size: 1.1em; 
}

p.main-text.small {       
font-size: 0.875em; 
}

p.main-text.tiny {       
font-size: 0.75em; 
}

p.top-bar-text {
color: #808080;
font-size: 0.875em; 
font-family: 'Poppins', sans-serif;
padding: 0;
line-height: 1.2em;
}

p.banner-text {
color: #ffffff;
font-size: 4em; 
font-family: 'Poppins', sans-serif;
padding: 0;
line-height: 1.3em;
}

p.error-text {       
color: #724408; 
font-size: 12em; 
font-family: 'Poppins', sans-serif;
font-weight: 700;
padding: 0;
line-height: 1em;
}

/*===== Form Fields =====*/
form#emailForm {
padding: 0;
margin: 0;
}

form.cmxform {
width: 100%;
color: #454545; 
font-family: 'Poppins', sans-serif;
font-size: 0.9em;
padding: 10px 0 0;
}

form.cmxform legend {
padding-left: 0;
}

form.cmxform legend, form.cmxform label {
color: #454545;
}

form.cmxform fieldset {
border: none;
background: none repeat scroll 0 0 transparent;
background-color: transparent;
margin: 0;
padding: 10px 0 0;
}

form.cmxform fieldset fieldset {
background: none;
}

form.cmxform fieldset p, form.cmxform fieldset fieldset {
padding: 0 0 20px;
background: none repeat scroll 0 0 transparent;
}

form.cmxform label.error, label.error {
color: red;
font-style: italic;
display: block !important;
margin: 0 0 10px 0;
}

div.error { 
display: none; 
}

form.cmxform .gray * { 
color: gray; 
}

#emailForm {
width: 100%;
}

#emailForm label.error {
width: auto;
display: none;
font-size: 0.85em;
margin: 0 0 20px 0;
}

.editor-label {
background: none repeat scroll 0 0 transparent;
border: 0 none;
display: block;
margin: 10px 0;
outline: 0 none;
padding: 0;
}

.editor-label-bold {
background: none repeat scroll 0 0 transparent;
font-weight: 700;
border: 0 none;
display: block;
margin: 10px 0 20px 0;
outline: 0 none;
padding: 0;
}

.editor-label-buttons {
background: none repeat scroll 0 0 transparent;
border: 0 none;
display: block;
margin: 0;
outline: 0 none;
padding: 0;
}

.editor-field {
background: none repeat scroll 0 0 transparent;
border: 0 none;
display: block;
margin: 0;
outline: 0 none;
padding: 0;
}

.editor-field-padded {
background: none repeat scroll 0 0 transparent;
border: 0 none;
display: block;
margin: 0 0 20px 0;
outline: 0 none;
padding: 0;
}

input.contact {
background-color: #ffffff;
border: 1px solid #ddd;
border-radius: 5px;
box-shadow: 1px 1px 3px #eee inset;
color: #454545;
font-family: 'Poppins', sans-serif;
font-size: 0.875em;
height: 35px;
line-height: 18px;
margin-bottom: 10px;
padding: 2px 10px;
width: 70%;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

input.contact:focus {
border: 2px solid #d94c2e;
}

input.contact.error {
border: 1px solid red;
}

textarea.contact {
background-color: #ffffff;
border: 1px solid #ddd;
border-radius: 5px;
box-shadow: 1px 1px 3px #eee inset;
color: #454545;
font-family: 'Poppins', sans-serif;
font-size: 0.875em;
height: 80px;
line-height: 18px;
margin-bottom: 10px;
padding: 10px;
width: 70%;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

textarea.contact:focus {
border: 2px solid #d94c2e;
}

textarea.contact.error {
border: 1px solid red;
}

span.requiredfield {
color: #d94c2e;
}

input.submit {
background-color: #a88966;
border: 0 none;
border-radius: 30px;
display: inline-block;
color: #ffffff;
cursor: pointer;
font-family: 'Poppins', sans-serif;
font-size: 1.1em;
padding: 8px 40px;
margin: 10px 0 0;
text-align: center;
text-decoration: none;
letter-spacing: 1px;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

input.submit:hover {
background-color: #724408;
}

/*===== Buttons =====*/
a.banner-button {
background: #734509; /* For browsers that do not support gradients */
background-image: -webkit-linear-gradient(#8f6125, #734509); /* For Safari 5.1 to 6.0 */
background-image: -o-linear-gradient(#8f6125, #734509); /* For Opera 11.1 to 12.0 */
background-image: -moz-linear-gradient(#8f6125, #734509); /* For Firefox 3.6 to 15 */
background-image: linear-gradient(#8f6125, #734509); /* Standard syntax */
border: 1px solid #663800;
border-radius: 30px;
display: inline-block;
color: #ffffff;
cursor: pointer;
font-family: 'Poppins', sans-serif;
font-size: 1.1em;
padding: 15px 40px;
margin: 0;
text-align: center;
text-decoration: none;
text-transform: uppercase;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

a.banner-button:hover {
background: #0b0707; /* For browsers that do not support gradients */
background-image: -webkit-linear-gradient(#666666, #0b0707); /* For Safari 5.1 to 6.0 */
background-image: -o-linear-gradient(#666666, #0b0707); /* For Opera 11.1 to 12.0 */
background-image: -moz-linear-gradient(#666666, #0b0707); /* For Firefox 3.6 to 15 */
background-image: linear-gradient(#666666, #0b0707); /* Standard syntax */
border: 1px solid #000000;
}

a.button {
background: #ffffff;
border: 2px solid #724408;
border-radius: 30px;
display: inline-block;
color: #2d2d2d;
cursor: pointer;
font-family: 'Poppins', sans-serif;
font-size: 1.1em;
padding: 15px 60px;
margin: 0;
text-align: center;
text-decoration: none;
text-transform: uppercase;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

a.button:hover {
color: #ffffff;
background: #724408;
border: 2px solid #724408;
}

a.button.lightbrown {
background: #a88966;
color: #ffffff;
}

a.button.lightbrown:hover {
background: #724408;
}

a.button.black {
background: #2d2d2d;
border: 2px solid #a88966;
color: #ffffff;
}

a.button.black:hover {
border: 2px solid #724408;
background: #724408;
}

/*===== Links =====*/
a.link:link, a.link:visited, a.link:active {
color: inherit;
font-size: inherit; 
font-family: 'Poppins', sans-serif;
text-decoration: none;
margin: 0;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

a.link.under:link, a.link.under:visited, a.link.under:active {
color: inherit;
font-size: inherit; 
font-family: 'Poppins', sans-serif;
text-decoration: underline;
margin: 0;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

a.link:hover {
color: #724408;
text-decoration: underline;
}

a.link.under:hover {
color: #724408;
}

a.blank:link, a.blank:visited, a.blank:active {
text-decoration: none;
}

a.gallery:link, a.gallery:visited, a.gallery:active {
text-decoration: none;
}

/*===== Telephone Numbers =====*/
.tel,.tel:visited { /*for small screens */ 
color: inherit; 
padding: 0; 
text-decoration: none; 
cursor: default;
} 

.tel:hover,.tel:focus { 
color: inherit; 
}

/*===== Lists =====*/
/*===== Standard Bullets =====*/
ul.bullets {
list-style-type: disc;
list-style-position: inside;
margin: 10px 0 20px 0;
padding: 0;
text-align: left;
}

ul.bullets li {
color: #724408; 
padding: 0;
margin-bottom: 5px;
margin-left: 2.0em;
text-indent: -1em;
}

span.bullets {
color: #808080; 
font-size: 1em; 
font-family: 'Poppins', sans-serif;
line-height: 1.7em;
}

/* Top Bar List */
ul.top-bar {
list-style-type: none;
display: inline-table;
padding: 0;
margin: 0;
}

ul.top-bar li {
float: left;
color: #2d2d2d; 
font-size: 0.75em; 
font-family: 'Poppins', sans-serif;
line-height: 40px;
margin: 0 30px 0 0;
}

ul.top-bar li.last {
margin: 0;
}
	
/*===== Images =====*/
img {
border: 0;
height: auto;
max-width: 100%;
}

img.top {
border: 0;
height: auto;
max-width: 100%;
position: relative;
margin-right: 5px;
top: 1px;
}

img.menu {
border: 0;
height: auto;
max-width: 100%;
padding: 7px;
}

img.backtop {
padding: 0 0 20px 0;
}

img.icon {
margin: 0 auto;
}

img.rounded {
border-radius: 20px;
}

img.gallery {
width: 250px;
padding: 0;
margin: 5px;
}

.my-slider {
margin: 0 auto;
width: 100%;
}

.my-slider ul {
height: 275px;
overflow: hidden;
}

.my-slider li {
float: left;
margin: 0;
}

/*===== Expandable Styles =====*/
.layer1 {
margin: 0;
padding: 0;
width: 100%;
max-width: 1000px
}
 
.faq-wrapper {
border: 2px solid #a88966;
padding: 10px;
margin: 0 0 20px 0;
}
 
.heading {
background: url("../images/expand.png") no-repeat scroll right 20px center;
color: #2d2d2d;
font-size: 1.1em;
font-family: 'Poppins', sans-serif;
font-weight: 400;
margin: 0;
padding: 0;
display: block;
text-transform: uppercase;
line-height: 40px;
cursor: pointer;
}

.bg {
background: url("../images/expand.png") no-repeat scroll right 20px center;
}

.new-bg {
background: url("../images/reduce.png") no-repeat scroll right 20px center;
}

.content {
background-color:#transparent;
color: #724408; 
font-size: 1em; 
font-family: 'Lato', sans-serif;
padding: 10px 0 0 0;
line-height: 1.7em;
}


/*********************************************************************/
/*===== Media Queries for Mobile =====*/
@media screen and (max-width: 480px) 
			  and (min-width: 320px) {

#header-wrapper {
height: 250px;
padding: 20px 0;
}
			  
#logo {
width: 100%;
float: none;
text-align: center;
}

#menu {
border-top: 1px solid #e6e6e6;
padding: 0;
margin: 20px 0 0;
}

.menu_title {
display: block !important;
}

#banner {
height: 400px;
}

.banner-wrapper {
height: 400px;
}

.fixed-button {
position: relative;
top: unset;
right: unset;
margin: 40px 0 0;
}

.main-content.logs {
min-height: 300px;
padding: 40px 0 0;
}

.two-column-flex-wrapper {
flex-flow: column nowrap;
}

.left-column-flex-50.lightbrown {
width: 100%;
padding: 40px 20px;
order: 1;
}

.left-column-flex-50.black {
width: 100%;
padding: 40px 20px;
order: 1;
}

.left-column-flex-50.white {
width: 100%;
padding: 40px 20px;
order: 1;
}

.left-column-flex-50.binstall {
width: 100%;
height: 500px;
order: 2;
}

.left-column-flex-50.sleepertable {
width: 100%;
height: 500px;
order: 2;
}

.left-column-flex-50.smallplanter {
width: 100%;
height: 500px;
order: 2;
}

.left-column-flex-50.gazebos {
width: 100%;
height: 500px;
order: 2;
}

.right-column-flex-50.lightbrown {
width: 100%;
padding: 40px 20px;
order: 1;
}

.right-column-flex-50.black {
width: 100%;
padding: 40px 20px;
order: 1;
}

.right-column-flex-50.white {
width: 100%;
padding: 40px 20px;
order: 1;
}

.right-column-flex-50.seat {
width: 100%;
height: 500px;
}

.right-column-flex-50.planter {
width: 100%;
height: 500px;
}

.right-column-flex-50.logshed {
width: 100%;
height: 500px;
}

.right-column-flex-50.gate {
width: 100%;
height: 500px;
}

.tub {
background: url("../images/hot-tub-surrounds.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
height: 300px;
animation: none;
}

.gazebo {
background: url("../images/wooden-gazebo.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
height: 300px;
animation: none;
}

.benches {
background: url("../images/bespoke-made-benches.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
height: 300px;
animation: none;
}

.sheds {
background: url("../images/custom-made-sheds.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
height: 300px;
animation: none;
}

.gates {
background: url("../images/bespoke-timber-gates.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
height: 300px;
animation: none;
}

.benches {
background: url("../images/custom-made-benches.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
height: 300px;
animation: none;
}

.plant {
background: url("../images/bespoke-made-plant-tubs.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
height: 300px;
animation: none;
}

.three-column {
width: 100%;
padding: 0 20px 60px;
}

.left-column-50 {
width: 100%;
padding: 0;
}

.right-column-50 {
width: 100%;
padding: 40px 0 0;
}

.left-column-40 {
width: 100%;
}

.left-column-40.padded {
padding: 60px 20px;
}

.right-column-60 {
width: 100%;	
}

#footer-column-01 {
width: 100%;	
}

#footer-column-02 {
width: 100%;
padding: 40px 0 0;	
}

#footer-column-03 {
width: 100%;	
padding: 40px 0 0;
}

h1 {
font-size: 1.8em;
}

h2 {
font-size: 1.6em;
}

h2.large {
font-size: 1.8em;
}

h3 {
font-size: 1.5em;
}

p.banner-text {
font-size: 2.3em;
}			  

}


/*********************************************************************/
/*===== Media Queries for Mobile =====*/
@media screen and (max-width: 640px) 
			  and (min-width: 481px) {
			  
#header-wrapper {
height: 250px;
padding: 20px 0;
}
			  
#logo {
width: 100%;
float: none;
text-align: center;
}

#menu {
border-top: 1px solid #e6e6e6;
padding: 0;
margin: 20px 0 0;
}

.menu_title {
display: block !important;
}

#banner {
height: 450px;
}

.banner-wrapper {
height: 450px;
}

.fixed-button {
position: relative;
top: unset;
right: unset;
margin: 40px 0 0;
}

.main-content.logs {
min-height: 300px;
padding: 40px 0 0;
}

.two-column-flex-wrapper {
flex-flow: column nowrap;
}

.left-column-flex-50.lightbrown {
width: 100%;
padding: 80px 40px 80px 40px;
order: 1;
}

.left-column-flex-50.black {
width: 100%;
padding: 80px 40px 80px 40px;
order: 1;
}

.left-column-flex-50.white {
width: 100%;
padding: 80px 40px 80px 40px;
order: 1;
}

.left-column-flex-50.binstall {
width: 100%;
height: 500px;
order: 2;
}

.left-column-flex-50.sleepertable {
width: 100%;
height: 500px;
order: 2;
}

.left-column-flex-50.smallplanter {
width: 100%;
height: 500px;
order: 2;
}

.left-column-flex-50.gazebos {
width: 100%;
height: 500px;
order: 2;
}

.right-column-flex-50.lightbrown {
width: 100%;
padding: 80px 40px 80px 40px;
order: 1;
}

.right-column-flex-50.black {
width: 100%;
padding: 80px 40px 80px 40px;
order: 1;
}

.right-column-flex-50.white {
width: 100%;
padding: 80px 40px 80px 40px;
order: 1;
}

.right-column-flex-50.seat {
width: 100%;
height: 500px;
}

.right-column-flex-50.planter {
width: 100%;
height: 500px;
}

.right-column-flex-50.logshed {
width: 100%;
height: 500px;
}

.right-column-flex-50.gate {
width: 100%;
height: 500px;
}

.tub {
background: url("../images/hot-tub-surrounds.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
height: 350px;
animation: none;
}

.gazebo {
background: url("../images/wooden-gazebo.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
height: 350px;
animation: none;
}

.benches {
background: url("../images/bespoke-made-benches.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
height: 350px;
animation: none;
}

.sheds {
background: url("../images/custom-made-sheds.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
height: 350px;
animation: none;
}

.gates {
background: url("../images/bespoke-timber-gates.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
height: 350px;
animation: none;
}

.benches {
background: url("../images/custom-made-benches.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
height: 350px;
animation: none;
}

.plant {
background: url("../images/bespoke-made-plant-tubs.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
height: 350px;
animation: none;
}

.three-column {
width: 100%;
padding: 0 20px 60px;
}

.left-column-50 {
width: 100%;
padding: 0;
}

.right-column-50 {
width: 100%;
padding: 40px 0 0;
}

.left-column-40 {
width: 100%;
}

.left-column-40.padded {
padding: 60px 20px;
}

.right-column-60 {
width: 100%;	
}

#footer-column-01 {
width: 100%;	
}

#footer-column-02 {
width: 100%;
padding: 40px 0 0;	
}

#footer-column-03 {
width: 100%;	
padding: 40px 0 0;
}

h1 {
font-size: 2em;
}

h2 {
font-size: 1.8em;
}

h2.large {
font-size: 2em;
}

h3 {
font-size: 1.5em;
}

p.banner-text {
font-size: 3em;
}

}


/*********************************************************************/
/*===== Mobile Landscape =====*/
@media screen and (max-width: 690px) 
			  and (min-width: 641px) {
			  
#header-wrapper {
height: 250px;
padding: 20px 0;
}
			  
#logo {
width: 100%;
float: none;
text-align: center;
}

#menu {
border-top: 1px solid #e6e6e6;
padding: 0;
margin: 20px 0 0;
}

nav > ul {
text-align: center;
}

nav a {
padding: 0 15px;
}

#banner {
height: 450px;
}

.banner-wrapper {
height: 450px;
}

.fixed-button {
position: relative;
top: unset;
right: unset;
margin: 40px 0 0;
}

.two-column-flex-wrapper {
flex-flow: column nowrap;
}

.left-column-flex-50.lightbrown {
width: 100%;
padding: 80px 40px 80px 40px;
order: 1;
}

.left-column-flex-50.black {
width: 100%;
padding: 80px 40px 80px 40px;
order: 1;
}

.left-column-flex-50.white {
width: 100%;
padding: 80px 40px 80px 40px;
order: 1;
}

.left-column-flex-50.binstall {
width: 100%;
height: 500px;
order: 2;
}

.left-column-flex-50.sleepertable {
width: 100%;
height: 500px;
order: 2;
}

.left-column-flex-50.smallplanter {
width: 100%;
height: 500px;
order: 2;
}

.left-column-flex-50.gazebos {
width: 100%;
height: 500px;
order: 2;
}

.right-column-flex-50.lightbrown {
width: 100%;
padding: 80px 40px 80px 40px;
order: 1;
}

.right-column-flex-50.black {
width: 100%;
padding: 80px 40px 80px 40px;
order: 1;
}

.right-column-flex-50.white {
width: 100%;
padding: 80px 40px 80px 40px;
order: 1;
}

.right-column-flex-50.seat {
width: 100%;
height: 500px;
}

.right-column-flex-50.planter {
width: 100%;
height: 500px;
}

.right-column-flex-50.logshed {
width: 100%;
height: 500px;
}

.right-column-flex-50.gate {
width: 100%;
height: 500px;
}

.tub {
background: url("../images/hot-tub-surrounds.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
height: 400px;
animation: none;
}

.gazebo {
background: url("../images/wooden-gazebo.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
height: 400px;
animation: none;
}

.benches {
background: url("../images/bespoke-made-benches.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
height: 400px;
animation: none;
}

.sheds {
background: url("../images/custom-made-sheds.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
height: 400px;
animation: none;
}

.gates {
background: url("../images/bespoke-timber-gates.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
height: 400px;
animation: none;
}

.benches {
background: url("../images/custom-made-benches.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
height: 400px;
animation: none;
}

.plant {
background: url("../images/bespoke-made-plant-tubs.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
height: 400px;
animation: none;
}

.three-column {
width: 100%;
padding: 0 20px 60px;
}

.left-column-50 {
width: 100%;
padding: 0;
}

.right-column-50 {
width: 100%;
padding: 40px 0 0;
}

.left-column-40 {
width: 100%;
}

.left-column-40.padded {
padding: 60px 20px;
}

.right-column-60 {
width: 100%;	
}

#footer-column-01 {
width: 100%;	
}

#footer-column-02 {
width: 100%;
padding: 40px 0 0;	
}

#footer-column-03 {
width: 100%;	
padding: 40px 0 0;
}

h3 {
font-size: 1.5em;
}

p.banner-text {
font-size: 3.5em;
}			  
			  
}


/*********************************************************************/
/*===== Small Tablet Portrait ======*/
@media screen and (max-width: 862px) 
			  and (min-width: 691px) {

#header-wrapper {
height: 250px;
padding: 20px 0;
}
			  
#logo {
width: 100%;
float: none;
text-align: center;
}

#menu {
border-top: 1px solid #e6e6e6;
padding: 0;
margin: 20px 0 0;
}

nav > ul {
text-align: center;
}

img.menu {
display: none;
}

#banner {
height: 500px;
}

.banner-wrapper {
height: 500px;
}

.two-column-flex-wrapper {
flex-flow: column nowrap;
}

.left-column-flex-50.lightbrown {
width: 100%;
padding: 80px 40px 80px 40px;
order: 1;
}

.left-column-flex-50.black {
width: 100%;
padding: 80px 40px 80px 40px;
order: 1;
}

.left-column-flex-50.white {
width: 100%;
padding: 80px 40px 80px 40px;
order: 1;
}

.left-column-flex-50.binstall {
width: 100%;
height: 500px;
order: 2;
}

.left-column-flex-50.sleepertable {
width: 100%;
height: 500px;
order: 2;
}

.left-column-flex-50.smallplanter {
width: 100%;
height: 500px;
order: 2;
}

.left-column-flex-50.gazebos {
width: 100%;
height: 500px;
order: 2;
}

.right-column-flex-50.lightbrown {
width: 100%;
padding: 80px 40px 80px 40px;
order: 1;
}

.right-column-flex-50.black {
width: 100%;
padding: 80px 40px 80px 40px;
order: 1;
}

.right-column-flex-50.white {
width: 100%;
padding: 80px 40px 80px 40px;
order: 1;
}

.right-column-flex-50.seat {
width: 100%;
height: 500px;
}

.right-column-flex-50.planter {
width: 100%;
height: 500px;
}

.right-column-flex-50.logshed {
width: 100%;
height: 500px;
}

.right-column-flex-50.gate {
width: 100%;
height: 500px;
}

.tub {
background: url("../images/hot-tub-surrounds.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
height: 500px;
animation: none;
}

.gazebo {
background: url("../images/wooden-gazebo.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
height: 500px;
animation: none;
}

.benches {
background: url("../images/bespoke-made-benches.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
height: 500px;
animation: none;
}

.sheds {
background: url("../images/custom-made-sheds.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
height: 500px;
animation: none;
}

.gates {
background: url("../images/bespoke-timber-gates.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
height: 500px;
animation: none;
}

.benches {
background: url("../images/custom-made-benches.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
height: 500px;
animation: none;
}

.plant {
background: url("../images/bespoke-made-plant-tubs.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
height: 500px;
animation: none;
}

.left-column-40 {
width: 100%;
}

.left-column-40.padded {
padding: 60px 20px;
}

.right-column-60 {
width: 100%;	
}

h3 {
font-size: 1.5em;
}

p.banner-text {
font-size: 3.5em;
}

}


/*********************************************************************/
/*===== Tablet Portrait =====*/
@media screen and (max-width: 1024px) 
			  and (min-width: 863px) {
				  
.left-column-flex-50.lightbrown {
padding: 40px 40px 0 40px;
}

.left-column-flex-50.black {
padding: 40px 40px 0 40px;
}

.left-column-flex-50.white {
padding: 40px 40px 0 40px;
}

.right-column-flex-50.lightbrown {
padding: 40px 40px 0 40px;
}

.right-column-flex-50.black {
padding: 40px 40px 0 40px;
}

.right-column-flex-50.white {
padding: 40px 40px 0 40px;
}
			  
.left-column-40.padded {
padding: 60px 20px 0;
}
			  
.tub {
background: url("../images/hot-tub-surrounds.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
height: 600px;
animation: none;
}

.gazebo {
background: url("../images/wooden-gazebo.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
height: 600px;
animation: none;
}

.benches {
background: url("../images/bespoke-made-benches.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
height: 600px;
animation: none;
}

.sheds {
background: url("../images/custom-made-sheds.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
height: 600px;
animation: none;
}

.gates {
background: url("../images/bespoke-timber-gates.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
height: 600px;
animation: none;
}

.benches {
background: url("../images/custom-made-benches.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
height: 600px;
animation: none;
}

.plant {
background: url("../images/bespoke-made-plant-tubs.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
height: 600px;
animation: none;
}
			  
}


/*********************************************************************/
/*===== Tablet Portrait =====*/
@media screen and (max-width: 1118px) 
			  and (min-width: 1025px) {
				  
.left-column-flex-50.lightbrown {
padding: 80px 40px 0 40px;
}

.left-column-flex-50.black {
padding: 80px 40px 0 40px;
}

.left-column-flex-50.white {
padding: 80px 40px 0 40px;
}

.right-column-flex-50.lightbrown {
padding: 80px 40px 0 40px;
}

.right-column-flex-50.black {
padding: 80px 40px 0 40px;
}

.right-column-flex-50.white {
padding: 80px 40px 0 40px;
}
				  
.left-column-40.padded {
padding: 40px 20px 0;
}
			  
.tub {
background: url("../images/hot-tub-surrounds.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
height: 500px;
animation: none;
}

.gazebo {
background: url("../images/wooden-gazebo.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
height: 500px;
animation: none;
}

.benches {
background: url("../images/bespoke-made-benches.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
height: 500px;
animation: none;
}

.sheds {
background: url("../images/custom-made-sheds.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
height: 500px;
animation: none;
}

.gates {
background: url("../images/bespoke-timber-gates.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
height: 500px;
animation: none;
}

.benches {
background: url("../images/custom-made-benches.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
height: 500px;
animation: none;
}

.plant {
background: url("../images/bespoke-made-plant-tubs.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
height: 500px;
animation: none;
}
			  
}


/*********************************************************************/
/*===== Tablet Portrait =====*/
@media screen and (max-width: 1218px) 
			  and (min-width: 1119px) {
				  
.left-column-flex-50.lightbrown {
padding: 80px 40px 0 40px;
}

.left-column-flex-50.black {
padding: 80px 40px 0 40px;
}

.left-column-flex-50.white {
padding: 80px 40px 0 40px;
}

.right-column-flex-50.lightbrown {
padding: 80px 40px 0 40px;
}

.right-column-flex-50.black {
padding: 80px 40px 0 40px;
}

.right-column-flex-50.white {
padding: 80px 40px 0 40px;
}
				  
.left-column-40.padded {
padding: 40px 20px 0;
}
			  
.tub {
height: 450px;
}

.gazebo {
height: 450px;
}

.benches {
height: 450px;
}

.sheds {
height: 450px;
}

.gates {
height: 450px;
}

.benches {
height: 450px;
}

.plant {
height: 450px;
}
			  
}

/*********************************************************************/
/*===== Tablet Portrait =====*/
@media screen and (max-width: 1459px) 
			  and (min-width: 1219px) {
				  
.left-column-flex-50.lightbrown {
padding: 80px 40px 0 40px;
}

.left-column-flex-50.black {
padding: 80px 40px 0 40px;
}

.left-column-flex-50.white {
padding: 80px 40px 0 40px;
}

.right-column-flex-50.lightbrown {
padding: 80px 40px 0 40px;
}

.right-column-flex-50.black {
padding: 80px 40px 0 40px;
}

.right-column-flex-50.white {
padding: 80px 40px 0 40px;
}
				  
.left-column-40.padded {
padding: 60px 60px 0 80px;
}
			  
.tub {
height: 500px;
}

.gazebo {
height: 500px;
}

.benches {
height: 500px;
}

.sheds {
height: 500px;
}

.gates {
height: 500px;
}

.benches {
height: 500px;
}

.plant {
height: 500px;
}
			  
}