
/* Main Wrapper */

#mainWrapper {
	position: relative;
	text-align: left;
	margin: 0 auto;
	min-width: 320px;
	font-size: 16px;
	overflow: hidden;
	padding-top: 134px;
	-webkit-transition: padding-top 0.3s;
	-o-transition: padding-top 0.3s;
	transition: padding-top 0.3s;
}

body.scrolled #mainWrapper {
	padding-top: 87px;
}

/* Header */

#header {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	background: #fff;
	height: 135px;
	z-index: 10000;
	-webkit-box-shadow: 0 1px 8px rgba(0,0,0,0.3);
	        box-shadow: 0 1px 8px rgba(0,0,0,0.3);
	-webkit-transition: top 0.3s;
	-o-transition: top 0.3s;
	transition: top 0.3s;
}

body.scrolled #header {
	top: -47px;
}

#header:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 46px;
	background: #000;
	z-index: -1;
}

#header:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 497px;
	height: 50px;
	background: url(../images/header-curve.svg) no-repeat;
	background-size: 100% 100%;
	z-index: -1;
}

#header .logo {
	float: left;
	width: 247px;
	margin-top: 17px;
	margin-left: 21px;
	-webkit-transition: width 0.3s, margin-top 0.3s;
	-o-transition: width 0.3s, margin-top 0.3s;
	transition: width 0.3s, margin-top 0.3s;
}

body.scrolled #header .logo {
	width: 193px;
	margin-top: 46px;
}

#header .patioLogo {
	position: absolute;
	left: 330px;
	bottom: 5px;
	width: 144px;
}

#header .patioLogo img {
	display: block;
	width: 100%;
}

#header .shedmartLogo {
	position: absolute;
	left: 500px;
	width: 191px;
	bottom: 5px;
}

#header .shedmartLogo img {
	display: block;
	width: 100%;
}

#header #navigation {
	position: absolute;
	right: 30px;
	bottom: 31px;
}

#header #navigation ul {
	margin: 0;
	padding: 0;
}

#header #navigation ul li {
	position: relative;
	float: left;
	margin: 0 0 0 45px;
	padding: 0;
	list-style: none;
	letter-spacing: 0.05em;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
}

#header #navigation ul li a {
	display: inline-block;
	color: #000;
}

#header #navigation ul li.Current>a,
#header #navigation ul li.Parent>a,
#header #navigation ul li:hover>a {
	color: #f26c1e;
}

#header #navigation ul li ul {
	margin: 0;
	text-align: left;
	position: absolute;
	left: -29px;
	padding: 31px 0 0;
	min-width: 100%;
	border-radius: 5px;
}

#header #navigation ul li ul li {
	float: none;
	position: static;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	background: rgba(255,255,255,0.9);
	color: #fff;
}

#header #navigation ul li ul li a {
	display: block;
	padding: 10px 29px;
	line-height: 1.2;
	white-space: nowrap;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0.05em;
	color: #000000 !important;
	min-width: 100%;
}

#header #navigation ul li ul li a:before  {
	display: none;
}

#header #navigation ul li ul li:hover a {
	color: #f26c1e !important;
}

#header #navigation ul li ul { 
	visibility: hidden;
	opacity: 0;
	margin-left: 0;
	-webkit-transform: translateX(-2%);
	-ms-transform: translateX(-2%);
	    transform: translateX(-2%);
	-webkit-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
	-o-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
	transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

#header #navigation ul li:hover ul {
	visibility: visible; 
	opacity: 1;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	    transform: translateX(0%);
	-webkit-transition-delay: 0s, 0s, 0.3s;
	-o-transition-delay: 0s, 0s, 0.3s;
	   transition-delay: 0s, 0s, 0.3s;
}

#header #navigation ul li.hasSub>a {
	padding-right: 1.125em;
}

#header #navigation ul li.hasSub>a:before {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -0.25em;
	content: "";
	display: inline-block;
	width: 0.8125em;
	height: 0.5em;
	background: url(../images/menu-arrow.svg) no-repeat;
	opacity: 0.7;
	background-size: 100%;
	pointer-events: none;
	-webkit-transition: transform 0.3s;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	-o-transition: transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}

#header #navigation ul li.hasSub:hover>a:before {
	-webkit-transform: rotate(180deg);	
	-ms-transform: rotate(180deg);	
	    transform: rotate(180deg);	
}

#header .contact {
	position: absolute;
	right: 30px;
	top: 5px;
	font-size: 14px;
	margin: 0;
	color: rgba(255,255,255,0.5);
}

#header .contact span {
	display: inline-block;
	vertical-align: middle;
}

#header .contact a {
	position: relative;
	display: inline-block;
	font-size: 24px;
	font-weight: 800;
	color: #f6a612;
	padding-left: 1.625em;
	margin-left: 15px;
	vertical-align: middle;
}

#header .contact a:before {
	position: absolute;
	left: 0;
	top: 0.1666666666666667em;
	content: "";
	width: 1.166666666666667em;
	height: 1.166666666666667em;
	background: url(../images/phone-ico.svg) no-repeat center;
	border: 0.0833333333333333em solid currentColor;
	border-radius: 100%;
	background-size: 0.6666666666666667em;
}

/* Justified Gallery */

.justified-gallery strong {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	background: #000000;
	line-height: 1.2;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	color: #ffffff;
	font-weight: normal;
}

.justified-gallery strong span {
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	height: 100%;
	font-size: 14px;
}

.justified-gallery strong span em {
	display: table-cell;	
	vertical-align: middle;
	font-style: normal;
	width: 100%;
	padding: 8px 15px;
	height: 80px;
}

.galleryWrapper .gallery a {
	overflow: hidden;
}

.galleryWrapper .gallery a img {
	-webkit-transition: transform 0.6s;
	-moz-transition: transform 0.6s;
	transition: transform 0.6s;
}

.galleryWrapper .gallery a:hover img {
	-webkit-transform: scale(1.06);
	-moz-transform: scale(1.06);
	transform: scale(1.06);
}

.justified-gallery a:hover strong {
	opacity: 1;
	visibility: visible;
}
.justified-gallery p {
	margin-bottom: 12px;
}

/* Slider */

#slider {
	background: #000;
}

#slider .slides {
	margin: 0;
	padding: 0;
}

#slider .slides li {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}

#slider .slides li img {
	display: block;
	width: 100%;
	opacity: 0.7;
}

#slider .slides li .overlay {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

#slider .slides li .overlay .inner {
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	height: 100%;
}

#slider .slides li .overlay .text {
	display: table-cell;
	width: 100%;
	height: 100%;
	text-align: center;
	padding: 15px;
	vertical-align: middle;
	color: #fff;
}

#slider .slides li .overlay .text :last-child {
	margin-bottom: 0;
}

#slider .slides li .overlay .text .title {
	font-size: 4.166666666666667vw; /* 60px */
	font-weight: 800;
	line-height: 1.2;
	margin-bottom: 0.5em;
}

#slider .slides li .overlay .text .getQuote {
	display: inline-block;
	text-transform: uppercase;
	font-size: 1.25vw; /* 18px */
	font-weight: bold;
	color: #f7ab11;
	padding: 0.6777777777777778em 2em;
	border: 0.1111111111111111em solid #fff;
	border-radius: 0.1111111111111111em;
	-webkit-transition: background-color 0.3s;
	-o-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

#slider .slides li .overlay .text .getQuote:hover {
	background-color: #f7ab11;
	color: #fff;
	border-color: #f7ab11;
}

#slider .slides .owl-prev,
#slider .slides .owl-next {
	position: absolute;
	top: 50%;
	margin-top: -20px;
	width: 40px;
	height: 40px;
	font-size: 16px;
	text-indent: -9999em;
	background: url(../images/slider-arrows.svg) no-repeat left top;
	opacity: 0.5;
	background-size: 100%;
	outline: none;
	-webkit-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

#slider .slides .owl-prev {
	left: 1.944444444444444%;		
}

#slider .slides .owl-next {
	right: 1.944444444444444%;
	background-position: left bottom;
}

#slider .slides .owl-prev:hover,
#slider .slides .owl-next:hover {
	opacity: 1;
}

/* Banner */

#banner {
	background: #000;
}

#banner img {
	display: block;
	width: 100%;
 /*	opacity: 0.7;     */
}

/* Content */

#content .section {
	padding-top: 40px;
	padding-bottom: 40px;
}

/* Testimonials  */

#testimonials {
	background: #eab713 url(../images/testimonial-bg.svg) no-repeat center top;
	background-size: 100% 519px;
}

#testimonials .section {
	padding-top: 100px;
	padding-bottom: 114px;
}

#testimonials .heading {
	text-align: center;
	color: #fff;
}

#testimonials .listing {
	position: relative;
	max-width: 770px;
	margin: 72px auto 0;
}

#testimonials .listing:after {
	content: "";
	position: absolute;
	left: -200px;
	top: 4px;
	width: 163px;
	height: 138px;
	background: url(../images/quotes.svg) no-repeat;
	background-size: 100%;
	pointer-events: none;
}

#testimonials .listing .slides {
	background: #fff;
	padding: 60px;
	margin: 0;
}

#testimonials .listing .slides li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#testimonials .listing .slides li blockquote {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 16px;
	font-style: 500;
	line-height: 1.875;
}

#testimonials .listing .slides li blockquote :last-child {
	margin-bottom: 0;
}

#testimonials .listing .slides li blockquote cite {
	display: block;
	margin: 30px 0 0;
	padding: 0;
	font-style: normal;
	font-weight: bold;
}

#testimonials .listing .nav {
	text-align: right;
	margin-top: 15px;
}

#testimonials .listing .nav button {
	margin: 0 0 0 22px;
	padding: 0;
	background: none;
	width: 24px;
	height: 24px;
	background: url(../images/testimonials-arrows.svg) no-repeat left top;
	background-size: 100%;
	outline: none;
	border: 0;
	border-radius: 0;
}

#testimonials .listing .nav button span {
	display: none;
}

#testimonials .listing .nav button.owl-next {
	background-position: left bottom;
}

/* Locate Us */

#locateUs {
	background: #f8f8f8;
}

#locateUs .section {
	padding-top: 100px;
	padding-bottom: 100px;
}

#locateUs .map {
	position: relative;
	border: 2px solid #fff;
	height: 717px;
	margin-top: 80px;
	-webkit-box-shadow: 0 0 43px 19px rgba(15,16,16,0.13);
	        box-shadow: 0 0 43px 19px rgba(15,16,16,0.13);
}

#locateUs .map iframe {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

/* Footer */

#footer .callUs {
	position: relative;
	background: -webkit-gradient(linear,  left top, left bottom,  from(rgba(215,103,53,1)),to(rgba(215,152,43,0.96)));
	background: -o-linear-gradient(top,  rgba(215,103,53,1) 0%,rgba(215,152,43,0.96) 100%);
	background: linear-gradient(to bottom,  rgba(215,103,53,1) 0%,rgba(215,152,43,0.96) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d76735', endColorstr='#f5d7982b',GradientType=0 );
	color: #eaeaea;
	text-align: center;
}

#footer .callUs:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -2px;
	height: 114px;
	background: url(../images/footer-triangle.svg) no-repeat center top;
	background-size: 100% 100%;
}

#footer .callUs .section {
	padding-top: 93px;
	padding-bottom: 175px;
	text-align: center;
}

#footer .callUs .title {
	font-size: 30px;
}

#footer .callUs .phone {
	position: relative;
	display: inline-block;
	color: #eaeaea;
	font-size: 48px;
	font-weight: 800;
	padding-left: 1.208333333333333em;
	margin-top: 0.25em;
}

#footer .callUs .phone:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0.2708333333333333em;
	width: 0.9375em;
	height: 0.9375em;
	border: 0.0625em solid #eab713;
	border-radius: 100%;
	background: url(../images/phone-yellow-ico.svg) no-repeat center;
	background-size: 0.4583333333333333em;
}

#footer .top {
	background: #eaeaea;
	color: #333333;
	text-align: center;
}

#footer .top a {
	color: #333333;
}

#footer .top .section {
	padding-bottom: 63px;
	font-size: 18px;
}

#footer .top .logo {
	display: block;
	margin: -46px auto 28px;
	width: 251px;
}

#footer .top .address {
	margin: 0;
	line-height: 1.2;
}

#footer .top .phone {
	font-weight: bold;
	margin-top: 18px;
}

#footer .top .links {
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	font-weight: bold;
}

#footer .top .links li {
	margin: 30px 16.5px 0;
	padding: 0;
	list-style: none;
	font-size: 14px;
}

#footer .top .links li a {
	color: rgba(51,51,51,0.5);
}

#footer .top .links li a:hover {
	text-decoration: underline;
}

#footer .bottom {
	background: #333333;
	color: rgba(255,255,255,0.3);
	font-size: 14px;
	text-align: center;
}

#footer .bottom .section {
	padding-top: 30px;
	padding-bottom: 30px;
}

#footer .bottom .copyright {
	margin: 0;
}

/* Mobile Navigation */

#menuBtn {
	display: none;
	position: absolute;
	left: 13px;
	top: 25px;
    width: 27px;
	outline: none;
	z-index: 10;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

#menuBtn span {
	display: block;
	height: 3px;
	margin-bottom: 4px;
	background: #000000;
	border-radius: 10px;
}

.mm-menu {
	text-align: left;
}

.mm-menu ul {
	color: #000;
	color: rgba(0, 0, 0, 0.3);
}

.mm-menu ul li.Current,
.mm-menu ul li.active {
	background: #fff;
	background: rgba(255,255,255,0.8);
}

.mm-menu *:after, .mm-menu *:before {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.mm-menu .mm-listview img {
	display: block;
	width: 100%;
}

.mm-menu .mm-listview p span {
	display: block;
}

/* Styling MMenu */

.mm-menu .mm-listview img {
	float: left;
	width: 95px;
}

.mm-menu .mm-listview p {
	position: relative;
	margin: 0 0 0 110px;
	font-size: 12px;
	min-height: 103px;
	padding-bottom: 30px;
}

.mm-menu .mm-listview p:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 4px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 0 7px 8px;
	border-color: transparent transparent transparent #f03f28;
}

.mm-menu .mm-listview p span {
	display: block;
	font-size: 14px;
	font-weight: bold;
}

#ContactForm {
	max-width: 400px;
}

#ContactForm .form-group{
	margin-left: 0;
	margin-right: 0;
}

/* Blog */

#blog {
	background: #efe8d1 url(../images/texture.jpg) no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-ms-behavior: url(/backgroundsize.min.htc);
}

#blog.onpage {
	background: #fff;
}
.blogcontent {
	margin-top: 25px;
}
#blog .section {
	padding-top: 37px;
	padding-bottom: 20px;
}

#blog .mainHeading {
	text-align: center;
	background: #87bf3d;
	font-size: 48px;
	font-weight: bold;
	color: #fff;
	padding: 12px 0 8px;
	line-height: 1.2;
	margin: 0 0 30px;
}

#blog .articles {
	margin: 0 -13px 22px;
	padding: 0;
}

#blog .articles li {
	float: left;
	margin: 0 0 26px;
	padding: 0 13px;
	list-style: none;
	width: 33.33333333333333%;
}

#blog .articles li .desc {
	display: block;
	border: 2px solid #e8e1c9;
	border-top: 0;
	border-bottom: 0;
}

#blog .articles li .image {
	display: block;
	overflow: hidden;
	text-decoration: none;
}

#blog .articles li .image img {
	display: block;
	width: 100%;
	-webkit-transition: transform 0.6s;
	-moz-transition: transform 0.6s;
	transition: transform 0.6s;
}

#blog .articles li .image:hover img {
	-webkit-transform: scale(1.04);
	-moz-transform: scale(1.04);
	transform: scale(1.04);
}

#blog .articles li .desc {
	padding: 32px 24px;
	background: #fff;
	color: #333333;
}

#blog .articles li .desc .meta {
	margin: 0 0 20px;
	font-size: 14px;
	font-weight: bold;
	color: #f36523;
	line-height: 1.1;
}

#blog .articles li .desc .title {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.1;
}

#blog .articles li .desc p {
	margin: 0 0 10px;
}

#blog .articles li .desc p:last-child {
	margin-bottom: 0;
}

#blog .articles li .view {
	display: block;
	text-decoration: none;
	position: relative;
	background: #fbd1bd;
	margin: 0;
	padding: 16px 20px;
	font-family: 'Myriad Pro', Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #f36523;
	text-align: right;
	-webkit-transition: background-color 0.6s;
	-moz-transition: background-color 0.6s;
	transition: background-color 0.6s;
}

#blog .articles li .view:after {
	display: inline-block;
	content: "";
	width: 0;
	height: 0;
	margin-left: 7px;
	margin-top: -3px;
	border-style: solid;
	vertical-align: middle;
	border-width: 8px 0 8px 13px;
	border-color: transparent transparent transparent #f36523;
}

#blog .articles li a:hover .view {
	background-color: #f9b291;
}

#blog .readmore {
	display: block;
	width: 280px;
	background: #87bf3d;
	color: #fff;
	padding: 5.5px 15px;
	font-family: 'Ink Free', Arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin: 0 auto;
	-webkit-transition: transform 0.6s, background-color 0.6s;
	-moz-transition: transform 0.6s, background-color 0.6s;
	transition: transform 0.6s, background-color 0.6s;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
}

#blog .readmore:hover {
	background-color: #90c947;
	transform: scale(1.03);
}

label.error {
	color: red;
	font-weight: normal;
	font-size: 11px;]
}
.errorStrip {
   width: 100%;
   text-align: center;
   margin-bottom: 10px;
   color: red;
   font-weight: bold;
}
}
