/* CSS Document */


/*--General CSS Start here--*/

body {
	font-size: 16px;
	color: #000;
	line-height: normal;
	background: #fff;
	font-family: 'Lato', sans-serif;
	font-style: normal;
	font-weight: 400;
	min-height: 90vh;
}


/* headings */

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0px 0 10px;
	font-style: normal;
	color: #1c2a6f;
	font-weight: 700;
	font-family: 'Conv_MuseoSans';
}

h1 {
	font-size: 48px;
	font-weight: 700;
}

h2 {
	font-size: 38px;
}

h3 {
	font-size: 32px;
}

h4 {
	font-size: 30px;
}

h5 {
	font-size: 24px;
}

h6 {
	font-size: 18px;
}


/* Paragraphs */

p {
	margin: 0 0 15px;
	line-height: 1.5;
}

strong {}


input[type="text"],input[type="number"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], textarea, select {
	    width: 100% !important;
	    padding: 5px 10px;
	border: 1px solid #ccc;
		height: 48px;
	 -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	background-color: #fff;
	 -ms-transition: all ease-in-out .4s;
    -o-transition: all ease-in-out .4s;
    -moz-transition: all ease-in-out .4s;
    -webkit-transition: all ease-in-out .4s;
    transition: all ease-in-out .4s;
	
}

select {
 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/down-arrow.png);
    background-repeat: no-repeat;
    background-position: right;
    background-color: #fff;

}

input:focus {
    border-color: #1c2a6f;
}

textarea {
	height: auto;
}

/* align left/right or center */

.alignleft {
	float: left;
	margin: 0 15px 15px 0;
}

.alignright {
	float: right;
	margin: 0 0 15px 15px;
}

.aligncenter {
	margin: 0 auto 20px;
	display: block;
}


/* lists */

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}


/* links */

a {
	color: #5e1210;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
	color: #28285b;
}


/* img */

img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	border: 0;
	outline: 0;
}

#fancybox-close{
	    background: transparent;
}

/* form field */

input,
select,
textarea,
button {
	outline: none;
}

button:focus {
	outline: none;
}


/*===site-header start here===*/

.site-header {
	display: table;
	width: 100%;
	position: absolute;
	font-family: 'Conv_MuseoSans';
	/*top: 0;*/
	left: 0;
	z-index: 99;
	
}

.site-header .info-row {
	padding: 10px 0;
	overflow: hidden;
}

.site-header .info-row .info {
	padding: 0.6em 5em 0.6em 6em;
	position: relative;
}

.site-header .info-row .info ul li {
	display: inline-block;
	margin-right: 10px;
	vertical-align: top;
	color: #fff;
	position: relative;
	z-index: 99;
	font-size: 14px;
	border-right: 2px solid #fff;
	    padding-right: 12px;
}
.site-header .info-row .info ul li:last-child {
	padding-right: 0px;
	margin-right: 0px;
	border: 0px;
}


.site-header .info-row .info ul li span{
	display: none;
}

.site-header .info-row .info ul li a {
	color: #fff;
	border-bottom: 1px solid transparent;
}

.site-header .info-row .info ul li a:hover {
	    border-bottom: 1px solid #fff;
}

.site-header .info-row .info:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background: #101b53;
	width: 100%;
	height: 100%;
	-ms-transform-origin: 0 100%;
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
	-ms-transform: skewX(-57deg);
	-webkit-transform: skewX(-57deg);
	transform: skewX(-57deg);
}

.site-header .inner-row {
	background: rgba(255, 255, 255, 0.9);
	padding: 10px;
	display: table;
	width: 100%;
	padding: 7px 48px;
}

.site-header .inner-row .logo {
	float: left;
}

.site-header .inner-row .logo span {
	display: block;
	text-align: center;
	font-size: 12px;
	color: #5e1210;
}

/*.site-header .inner-row.fixed {
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
	-webkit-box-shadow: 0px 3px 54px -2px rgba(0, 0, 0, .25);
	-moz-box-shadow: 0px 3px 54px -2px rgba(0, 0, 0, .25);
	box-shadow: 0px 3px 54px -2px rgba(0, 0, 0, .25);
}*/


.search-box {
	display: none;
	position: absolute;
    top: 100%;
    right: 48px;
}

.search-box form{
	    width: 300px;
	    position: relative;
}

.search-box input[type="text"]{
	padding: 5px 15px 5px 15px;
}

.close-search .fa-search:before {
    content: "\f00d";
}

.show-search {
	display: block;
}

.search-box .submit{
	    border: 0px;
    color: #424242;
	display: none;
    padding: 0;
    width: 45px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    bottom: 0;
    height: 100%;
    background: transparent;
}

.search-box .submit:hover {
    background: #1c2a6f;
    color: #fff;
}

/* header nav */
.stellarnav ul ul ul {
    height: 250px;
    overflow-y: scroll;
}

p.desc_block {
    min-height: 135px;
}

.stellarnav ul ul ul {
	
}


/*.stellarnav ul ul ul::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.stellarnav ul ul ul::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

.stellarnav ul ul ul::-webkit-scrollbar-thumb
{
	background-color: #000000;
	border: 2px solid #555555;
}*/



.main-navigation {
	padding-top: 38px;
}

.main-navigation .main-nav {
	float: left;
	background: transparent;
}

.main-navigation ul li {
	float: left;
	margin-right: 30px;
	font-size: 16px;
}

.main-navigation ul li a {
	padding: 0;
	position: relative;
}

.main-navigation ul li a:hover {
	color: #651c1a;
}

.main-navigation ul li.current-menu-item>a, .main-navigation ul li.current_page_item>a, .main-navigation ul li.current-menu-parent>a {
	color: #651c1a;
}

.stellarnav li li.has-sub>a:after {
    margin-left: 10px;
    position: absolute;
    right: 0;
    top: 0;
}

.main-navigation .search {
	float: left;
	cursor: pointer;
	    width: 20px;
    text-align: center;
}

.stellarnav li.has-sub>a:after {
	display: block;
	margin-left: 0;
	color: #651c1a;
}

.main-navigation ul li .sub-menu li {
	padding: 8px 10px;
	font-size: 16px;
	width: 100%;
	    margin-right: 0px;
}


/*home slider */

.home-slider .item {
	/*height: 800px;*/
	height: auto;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover!important;
}

.home-slider .owl-dots {
	position: absolute;
	top: 70%;
	transform: translateY(-50%);
	right: 40px;
	width: 40px;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	padding: 15px 0;
	bottom: inherit;
	margin: 0;
	left: inherit;
}

.home-slider .owl-dots .owl-dot {
	display: block;
	width: 15px;
	height: 15px;
	background: #fff;
	border-radius: 100%;
	border: 3px solid #d3d3d3;
	margin: 0 auto 15px;
}

.home-slider .owl-dots .owl-dot span {
	display: none;
}

.home-slider .owl-dots .owl-dot:last-child {
	margin: 0 auto;
}

.home-slider .owl-dots .owl-dot.active {
	background: #5e1210;
	border: 3px solid #d3d3d3;
}

.caption-box {
	position: absolute;
	bottom: 15px;
	left: 15px;
	border: 1px solid #fff;
	padding: 5px;
	text-align: center;
	width: 100%;
	max-width: 650px;
}

.caption-box .caption {
	background: rgba(255, 255, 255, 0.6);
	font-size: 18px;
	padding: 23px 10px;
}

.caption-box .caption h2 {
	font-size: 36px;
	color: #000;
	margin: 0 0 5px;
}


/* faetures section */

.features {
	background: #101b53;
	color: #fff;
	min-height:100px;
	padding: 25px 30px;
}

.features .row {
	align-items: center;
}

.features .icon {
	margin-right: 10px;
	display: inline-block !important;
	width: auto !important;
}

.features a {
	color: #fff;
	
}

.features a:hover {
	color: #ccc;
}

.features span {
	display: inline-block;
	width: calc(100% - 98px);
	vertical-align: middle;
	letter-spacing: 0.50px;
}

.features .owl-dots{
	position: relative !important;
	bottom: 0px !important;
	margin-top: 20px;
	text-align: center;
}


/* welcome section */
.welcome{ min-height:414px}
.products-categories{ min-height:490px}
.testimonials-sec{ min-height:520px}
.welcome .page-content {
	padding: 65px 30px;
}

.welcome .page-content p:last-child {
	margin-bottom: 0px;
}

.welcome .page-content h1 {
	font-size: 30px;
}


/*.products categories*/

.products-categories {
	background: #393939;
	color: #fff;
	text-align: center;
	padding: 35px 0;
}

.products-categories h2 {
	color: #fff;
	font-size: 30px;
}

.products-categories .categories_owl {
	padding: 30px 0 0px;
}

/*.products-categories ul li {
	display: inline-block;
	margin-right: 38px;
}*/

/*.products-categories ul li:last-child {
	margin-right: 0;
}*/

.products-categories a {
	color: #fff;
}

.products-categories .cat-icon {
	width: 175px;
	height: 175px;
	margin: auto;
	border: 10px solid #e6e6e6;
	border-radius: 100%;
	background: url('../images/circle-shadow.png') top left no-repeat #fff;
	position: relative;
	
}

.products-categories .cat-icon .icon {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	width: auto;
}


.products-categories .cat-title {
	margin-top: 20px;
	margin-bottom: 0px;
}

.products-categories .owl-dots{
	    position: relative;
    bottom: 0;
    margin-top: 25px;
}

/* testimonials */

.testimonials-sec {
	background: #e8e8e8;
	text-align: center;
}

.testimonials-col {
	padding: 2.7em 2em 6em;
}

.testimonials-col h2 {
	margin-bottom: 15px;
	font-size: 30px;
}

.testimonials-col .testimonials-box {
	border: 1px solid #fff;
	padding: 5px;
}

.testimonials-col .box-inner {
	background: url('../images/testimonial-quote-icon.png') 40px 35px no-repeat #fff;
	padding: 5.5em 3em;
}

.testimonials-col .box-inner h6 {
	font-size: 20px;
	color: #000;
}

.all-reviews {
	    margin-top: 30px;
}

.all-reviews a{
	   color: #fff;
    font-weight: bold;
    background: #1c2a6f;
    padding: 10px 15px;
    /*border-bottom: 1px solid #1c2a6f;*/
}

.all-reviews a:hover{
	    background: #020d44;
	    /*border-bottom: 1px solid transparent;*/
}

.video-col:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	content: "";
}

.video-col .content {
	position: relative;
	z-index: 9;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	padding: 0px 15px;
}

.video-col .content h2 {
	color: #fff;
	margin: 0 0 20px;
	font-size: 30px;
}

.owl-dots {
	position: absolute;
	bottom: -12em;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.owl-dots .owl-dot {
	width: 35px;
	border: 1px solid #cccccc;
	padding: 2px;
	display: inline-block;
	margin-right: 5px;
}

.owl-dots .owl-dot span {
	display: block;
	background: #cccccc;
	border: 1px solid #d9d9d9;
	height: 6px;
	width: 100%;
}

.owl-dots .owl-dot.active {
	border: 1px solid #1c2a6f;
}

.owl-dots .owl-dot.active span {
	background: #1c2a6f;
	border: 1px solid #1c2a6f;
}

.product-sec {
	text-align: center;
	padding: 35px 0px;
}

.product-sec h2 {
	margin-top: 0px;
	    font-size: 30px;
}

.product-sec .title {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.product-sec h3 {
	margin: 0;
	position: relative;
	background: #1c2a6f;
	color: #fff;
	display: inline-block;
	width: 100%;
	max-width: 400px;
	padding: 24px 0;
	font-size: 24px;
}

.product-sec h3:before,
.product-sec h3:after {
	content: "";
	position: absolute;
	top: 0;
	width: 34px;
	height: 26px;
}

.product-sec h3:before {}

.product-sec h3:before {
	left: -33px;
	background: url('../images/triangle.png') top left no-repeat;
	    z-index: -1;
}

.product-sec h3:after {
	right: -33px;
	background: url('../images/triangle-2.png') top left no-repeat;
	    z-index: -1;
}

.product-sec .owl-dots {
	position: relative;
	bottom: 0;
	margin-top: 20px;
}

.product-sec .product-thumb {
	margin-top: 26px;
	margin-bottom: 20px;
}

.product-slider {
	margin-top: 25px;
}

.fixed-container {
	max-width: 767px;
	width: 100%;
	margin: auto;
}


.mailpoet_submit {
    border: 0px;
    height: auto;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 500;
    background: #1c2a6f;
    color: #fff;
    display: inline-block;
    padding: 13px 35px;
}

.mailpoet_submit:hover {
	background: #020d44;
}

.parsley-custom-error-message {
	margin-top: 10px !important;
}

.site-main {
	margin: 65px 0px;
}

.inner-blog-img {
}

.inner-blog-img img{
	/*width: 100%;*/
}
.post-navigation h2{
	font-size: 18px;
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 0px;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
	font-weight: 700;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
	font-weight: 700;
}

/* site breadcrumbs */

.site-breadcrumbs {
	background-color: #cbcbca;
	width: 100%;
	background-size: cover;
	/*height: 400px;*/
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}

.breadcrumbs-content {
/*	text-align: left;
	position: absolute;
	bottom: 87px;
	width: 100%;*/
	    text-align: left;
    position: relative;
    width: 100%;
    padding-top: 260px;
    padding-bottom: 90px;
	
}

.breadcrumbs-content .container-fluid, .product-page .container-fluid, .site-footer .container-fluid, .product-details-page .container-fluid, .inventory-page .container-fluid, .site-main .container-fluid, .products-categories .container-fluid, .product-sec .container-fluid{
	    padding: 0px 48px;
}

.breadcrumbs-content h1 {
	margin-top: 0;
	color: #333333;
	margin-bottom: 5px;
	font-size: 30px;
}

.breadcrumbs-content ul {}

.breadcrumbs-content ul li:first-child {}

.breadcrumbs-content ul li {
	display: inline-block;
	    font-weight: 600;
	letter-spacing: 0.50px;
	    color: #333;
}

.breadcrumbs-content ul li:after {
	content: "/";
	margin-left: 12px;
	margin-right: 10px;
}

.breadcrumbs-content ul li:last-child:after {
	display: none;
}

.breadcrumbs-content ul li:last-child {
	margin-right: 0px;
	padding-right: 0px;
}

.breadcrumbs-content ul li a {
	color: #333333;
}

.breadcrumbs-content ul li a:hover {
	text-decoration: underline;
}

.product_pricing_button_custom {
    background: #1c2a6f;
    color: #fff !important;
    display: inline-block;
	border: 0 !important;
    padding: 13px 35px;
}

.product_pricing_button_custom:hover {
	background: #020d44;
}

.shed-pricing-btn {
	margin-top: 8px;
	text-align: center;
}
 
.shed-pricing-btn a{
	background: #1c2a6f;
    color: #fff;
    display: inline-block;
    padding: 13px 35px;
	margin: 0px 7px;
}

.shed-pricing-btn a:first-child {
	/*margin-right: 15px;*/
}



.shed-pricing-btn a:hover{
	background: #020d44;
}


/* site breadcrumbs */


/* product page */

.product-page {}

.product-group {
	position: relative;
	margin-bottom: 20px;
    padding-bottom: 20px;
}

.product-group article{
    border: 0px !important;
    margin: 0px !important;
    padding: 0px !important;
}

.product-group:after {
	background-image: url(../images/shadow.jpg);
    background-repeat: no-repeat;
    content: " ";
    position: absolute;
    bottom: -15px;
    height: 37px;
    margin: auto;
    right: 0;
    left: 0;
    background-size: contain;
    background-position: center;
}

.product-group h1 {
	font-size: 30px;
	margin-top: 0px;
}

.product-group ul {
	margin: 0 0 15px;
	padding: 0px;
}

.product-group ul li {
	position: relative;
	line-height: 1.5;
	margin-bottom: 5px;
	padding-left: 30px;
}

.product-group ul li:last-child {
	margin-bottom: 0px;
}

.product-group ul li:before {
	content: "";
	width: 10px;
	height: 10px;
	background: #1c2a6f;
	position: absolute;
	top: 7px;
	left: 0px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

.more-aobut {
	color: #1c2a6f;
	font-weight: bold;
	border-bottom: 1px solid #1c2a6f;
}

.more-aobut:hover {
	border-bottom: 1px solid transparent;
}

.shed-box { text-align: center; }
.shed-box .mp3_tune { margin: 10px 0; border: none; background: #1c2a6f; padding: 5px 12px; font-size:14px; color:#fff; cursor: pointer; font-family: lato,sans-serif; font-weight: 700; }
	

.shed-pricing {
	margin-top: 17px;
}

.shed-pricing a {
	background: #1c2a6f;
	color: #fff;
	display: inline-block;
	padding: 13px 35px;
}

.shed-pricing a:hover {
	background: #020d44;
}

.available-shed-models {
	margin-top: 40px;
}

.available-shed-models h2 {
	font-size: 22px;
	margin-bottom: 15px;
	margin-top: 0px;
}

.shed-models {
	margin-bottom: 50px;
	text-align: center;
}

.shed-models a {
	color: #000;
}

.shed-models img {}

.shed-models span {
	display: block;
	margin-top: 15px;
}


/* product page */

.features-listing {
	text-align: center;
	position: relative;
	padding-bottom: 75px;
}

.features-listing .listing-title {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.features-listing h3 {
	margin: 0;
	position: relative;
	background: #1c2a6f;
	color: #fff;
	display: inline-block;
	width: 100%;
	max-width: 460px;
	padding: 24px 0;
	font-size: 24px;
}

.features-listing h3:before,
.features-listing h3:after {
	content: "";
	position: absolute;
	top: 0;
	width: 34px;
	height: 26px;
	z-index: -1;
}

.features-listing h3:before {}

.features-listing h3:before {
	left: -33px;
	background: url('../images/triangle.png') top left no-repeat;
}

.features-listing h3:after {
	right: -33px;
	background: url('../images/triangle-2.png') top left no-repeat;
}

.listing-content {}

.listing-content p {
	margin-bottom: 5px;
}

.listing-content p:last-child {
	margin-bottom: 0px;
}

.features-listing .product-thumb {
	margin-top: 26px;
	margin-bottom: 25px;
	border: 1px solid #ccc;
}

.features-listing .owl-dots {
	position: relative;
	bottom: 0;
	margin-top: 20px;
}

.prodcut-main-content ul {
	margin: 0 0 15px;
	padding: 0px;
}

.prodcut-main-content ul li {
	position: relative;
	line-height: 1.5;
	margin-bottom: 5px;
	padding-left: 30px;
}

.prodcut-main-content ul li:last-child {
	margin-bottom: 0px;
}

.prodcut-main-content ul li:before {
	content: "";
	width: 10px;
	height: 10px;
	background: #1c2a6f;
	position: absolute;
	top: 7px;
	left: 0px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

.middle-details {
	margin-bottom: 75px;
}

.more-sheds {
	background: #e8e8e8;
	padding: 45px 45px 0px 45px;
	text-align: center;
}

.fixed-container {
	max-width: 767px;
	width: 100%;
	margin: auto;
}

.shads-row {
	margin-top: 35px;
}

.more-sheds h2 {
	margin-top: 0px;
	margin-bottom: 15px;
	    font-size: 28px;
}

.more-sheds p {}

.more-sheds-list {
	margin-bottom: 50px;
}

.more-sheds-list img {}

.more-sheds-list span {
	display: block;
	margin-top: 15px;
}

.more-sheds-list a {
	color: #000;
}

.col-2dot4,
.col-sm-2dot4,
.col-md-2dot4,
.col-lg-2dot4,
.col-xl-2dot4 {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.col-2dot4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
}

.inventory-page {position: relative;}
#load_it {

  display: none;
	position: fixed;
    z-index: 9;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.inventory-list {
	    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    height: 410px;
    background-repeat: no-repeat;
    background-size: cover;
	background-position: center;
}

.inventory-list img {
width: 100%;	
}

.title-content {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.50);
	padding: 17px 35px;
}

.title-content h3 {
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	margin: 0px 0px 0px 0px;
}

.inventory-list:hover .title-content {
	display: none;
}

.hover-content ul {}

.hover-content ul li {
	color: #fff;
	margin: 0px 0px 3px 0px;
}

.hover-content ul li:last-child {
	margin-bottom: 0px;
}

.hover-content {
	display: none;
	
	position: absolute;
	bottom: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.50);
	padding: 17px 35px;
}

.inventory-list:hover .hover-content {
	display: block;
}

.hover-content h3 {
	margin: 0px 0px 10px 0px;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
}

.load-more {
	text-align: center;
	margin-top: 15px;
}

.load-more a {
	background: #1c2a6f;
	color: #fff;
	display: inline-block;
	padding: 13px 50px;
	text-transform: uppercase;
}

.load-more a:hover {
	background: #020d44;
}


.more-list {
	text-align: center;
	margin-top: 15px;
}

.more-list button {
	background: #1c2a6f;
	color: #fff;
	display: inline-block;
	padding: 13px 50px;
	border: 0px;
	text-transform: uppercase;
	cursor: pointer;
}

.more-list button:hover {
	background: #020d44;
}



.filter-bar {
	background: #d8d8d9;
	padding: 30px 0px;
}

.filter-bar .row {
	margin: 0;
}



.filter-col {
	padding: 0px;
	border-right: 1px solid #eaeae8;
}

.filter-col:nth-child(4) {
	border-right: 0px;
}

.filter-col:last-child {
	border-right: 0px;
}

.filter-bar select {
	/*width: 100%;*/
	border: 0;
	padding: 0px 15px;
	/*height: 48px;*/
	height: 38px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url(../images/down-arrow.png);
	background-repeat: no-repeat;
	background-position: right;
	background-color: #fff;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
}

.filter-bar select option {}

.filter-bar input {
	/*width: 100%;*/
	padding: 0px 15px;
	border: 0;
	/*height: 48px;*/
	height: 38px;
	background: #fff;
	   -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
}

.filter-bar button {
	background: #1c2a6f;
	color: #fff;
	display: block;
	padding: 5px 15px;
	/*height: 38px;*/
	width: 100%;
	border: 0;
	cursor: pointer;
	text-transform: uppercase;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	height: 100%;
}

.filter-bar button:hover {
	background: #020d44;
}

.filter-bar button i {
	margin-right: 7px;
}

.filter-bar ::-webkit-input-placeholder {
	color: #000000;
	opacity: 1;
}

.filter-bar ::-moz-placeholder {
	color: #000000;
	opacity: 1;
}

.filter-bar :-ms-input-placeholder {
	color: #000000;
	opacity: 1;
}

.filter-bar :-moz-placeholder {
	color: #000000;
	opacity: 1;
}


/* Sidebar Content */

.sidebar-widget {
	margin-bottom: 35px;
}

.sidebar-widget:last-child {
	margin-bottom: 0px;
}

.sidebar-quote {
	background: #e8e8e8;
	padding: 40px;
}

.sidebar-quote h2 {
	font-size: 28px;
	margin-top: 0;
	margin-bottom: 15px;
	
	    border: 0;
    padding: 0;
}

.quote-form {}

.quote-field {
	margin-bottom: 15px;
}

.quote-submit {
	position: relative;
}

.quote-submit .ajax-loader {
	position: absolute;
    right: 15px;
    top: 15px;
}

.quote-form input[type="text"], .quote-form input[type="email"] {
	height: 48px;
	padding: 0px 25px;
	border: 0;
	background: #fff;
}

.quote-form textarea {
	width: 100%;
	padding: 10px 25px;
	border: 0;
	background: #fff;
}

.submit-quote {
	background: #1c2a6f !important;
	color: #fff;
	display: block;
	padding: 13px 35px;
	width: 100%;
	border: 0;
	font-weight: 500;
	cursor: pointer;
	text-transform: uppercase;
}

.submit-quote:hover {
	background: #020d44!important;
}

::-webkit-input-placeholder {
	color: #949494;
	opacity: 1;
	
}

::-moz-placeholder {
	color: #949494;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #949494;
	opacity: 1;
}

:-moz-placeholder {
	color: #949494;
	opacity: 1;
}

.sidebar-links {}

.sidebar-links ul {}

.sidebar-links ul li {
	margin-bottom: 15px;
}

.sidebar-links ul li.current-menu-item a{
	border: 1px solid #101b53 !important;
	background: #101b53;
	color: #fff !important;	
}

.sidebar-links ul li:last-child {
	margin-bottom: 0px;
}

.sidebar-links ul li a {
	display: block;
	text-align: center;
	border: 1px solid #dedede !important;
	padding: 10px 5px;
	color: #101b53 !important;
	font-weight: 700;
}

.sidebar-links ul li a:hover {
	border: 1px solid #101b53;
	background: #101b53;
	color: #fff !important;
}


/* Sidebar Content */



/* Inventory Details */

.item-img {
margin-bottom: 25px;	
}

.go-back {
	margin-top: 25px;
	text-align: right;
}

.go-back a {
	background: #1c2a6f;
	color: #fff;
	display: inline-block;
	padding: 13px 35px;
}

.go-back a:hover {
	background: #020d44;
}



.price-and-no {
	
}

.price-and-no ul{
	
}

.price-and-no ul li{
	
}

.price-and-no ul li label{
	width: 110px;
	    line-height: 1.5;
    margin-bottom: 3px;
	font-weight: 700;
}

.price-and-no ul li span{
	
}

.price-and-no ul li .price-tag {
	color: #5e1210;
    font-size: 20px;
    font-weight: bold;
}


/* Inventory Details */



/* image-gallery */
.image-gallery  {
	    margin-bottom: 30px;
}

.image-gallery-box {
	
}

.image-gallery a {
	border: 0px !important;
}

.image-gallery img{
	width: 100%;
}

.image-gallery span {
	    display: block;
    margin-top: 10px;
    text-align: center;
	
}
/* image-gallery */



/* shed-gallery */
.shed-gallery-box {
	
}

.shed-box {
	margin-bottom: 30px;
}


.shed-item {
	 border-bottom: 1px solid #eee;
    padding-bottom: 3px;
    margin-bottom: 30px;
}

.shed-item:last-child {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

.shed-gallery  {
	  /*  margin-bottom: 30px;*/
	
	    height: 250px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}



.shed-gallery a {
	border: 0px !important;
}

.shed-gallery img{
	width: 100%;
}

.shed-gallery span {
	  /*  display: block;
    margin-top: 10px;
    text-align: center;*/
	 
}

.shed-label {
	  display: block;
    margin-top: 10px;
    text-align: center;
	    color: #000;
}




/* image-gallery */



.updated {
	display: none;
}

.blog article, .single-post article, .archive article, .search-results article {
    border-bottom: 1px solid #eee;
    padding-bottom: 38px;
    margin-bottom: 26px;
}


.read-blog {
    background: #1c2a6f;
    color: #fff !important;
    display: inline-block;
    padding: 13px 35px;
	    margin-top: 10px;
}

.read-blog:hover {
	    background: #020d44;
	color: #fff;
}

.entry-meta {
	margin-bottom: 20px;
}

.entry-meta span {
	margin-right: 15px;
}

.entry-meta a, .entry-footer a{
 color: #1c2a6f;
	border-bottom: 1px solid #1c2a6f;
}

.entry-meta a:hover, .entry-footer a:hover{
	  border-bottom: 1px solid transparent;
}

.entry-title {
	    font-size: 28px;
	margin-top: 0px;
}

.entry-title a{
	    color: #1c2a6f;
	border-bottom: 1px solid transparent;
}

.entry-title a:hover{
	
	border-bottom: 1px solid #1c2a6f;
}


.comments-link {
	display: none;
}

.entry-footer {
	margin-top: 15px;
}

.entry-footer span{
margin-right: 15px;
}

.post-thumbnail {
	margin-bottom: 15px;
}

.ngg-navigation {
width: 100%;
}

.ngg-navigation .current {
	  height: 36px !important;
    width: 36px !important;
    text-align: center;
    line-height: 36px;
    color: #fff !important;
   background: #1c2a6f !important;
    border: 1px solid  #1c2a6f!important;
    border-radius: 100% !important;
       
    display: inline-block !important;
	padding: 0px !important;
	cursor: auto !important;
}

.ngg-navigation .page-numbers {
	    height: 36px !important;
    width: 36px !important;
    text-align: center;
    line-height: 36px;
    color: #202020 !important;
    background-color: transparent !important;
    border: 1px solid #ccc !important;
    border-radius: 100% !important;
       
	padding: 0px !important;
    display: inline-block !important;
}

.ngg-navigation .page-numbers:hover {
	background: #1c2a6f !important;
    border-color: #1c2a6f!important;
    color: #fff !important;
    text-decoration: none!important;
}

.ngg-navigation .next {
	
}

body .ngg-navigation a.next:hover, body .ngg-navigation a.prev:hover {
	color: #1c2a6f !important
}

.blog-pagination {
	    margin-top: 35px;
}

.blog-pagination ul {
}

.blog-pagination ul li {}

.blog-pagination ul li:first-child a {
	border: 0px !important;
	width: 20px;
}

.blog-pagination ul li a {
	height: 35px;
	width: 35px;
	text-align: center;
	line-height: 35px;
	color: #202020 !important;
	background-color: transparent;
	display: inline-block;
	border: 1px solid #ccc;
	font-weight: 500;
	border-radius: 100%;
	margin: 0px 3px;
}

.blog-pagination ul li:last-child a {
	border: 0px !important;
	width: 20px;
}

.blog-pagination ul li:first-child a:hover {
	background: transparent;
	color: #1c2a6f !important;
}

.blog-pagination ul li:last-child a:hover {
	background: transparent;
	color: #1c2a6f !important;
}

.blog-pagination ul li a:focus {
	box-shadow: none !important;
}

.blog-pagination ul li a:hover {
	background: #1c2a6f;
	border-color: #1c2a6f;
	color: #fff !important;
	text-decoration: none;
}

.blog-pagination ul li.active a {
	background: #1c2a6f;
	border-color: #1c2a6f;
	color: #fff !important;
}



.widget-area {
	    margin-top: 7px;
}

.widget_archive {
	
}

.widget_archive label {
	display: none;
}



.widget {
    margin-bottom: 45px;
    position: relative;
}

.widget-title {
    font-size: 28px;
    color: #1c2a6f;
    border-bottom: 1px solid #1c2a6f;
    margin-bottom: 20px;
	margin-top: 0px;
    padding-bottom: 5px;
}

.widget.widget_search input {
/*    width: 100%;
    border: 1px solid #ccc;
	 height: 50px;*/
    color: #000;
   
    padding: 5px 55px 5px 15px;
}

.widget.widget_search input:focus {
    border-color: #1c2a6f;
}

.widget.widget_search button {
    border: 0px;
    color: #424242;
    padding: 0;
    width: 45px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    bottom: 0;
    height: 100%;
    background: transparent;
}

.widget.widget_search button:hover {
    background: #1c2a6f;
	color: #fff;
}

.widget_search form{
	position: relative;
}

.widget ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.widget ul li {
        margin-bottom: 10px;
}

.widget ul li a {
	color: #000000;
		    border-bottom: 1px solid transparent;
}

.widget ul li a:hover { 
	    border-bottom: 1px solid #1c2a6f;
}

.widget ul li:last-child {
    margin-bottom: 0px;
}

.widget:last-child {
    margin-bottom: 0px;
}


/* 404 */
.not-found {
	text-align: center;
}

.not-found form {
    position: relative;
    max-width: 400px;
    margin: 25px auto 0px auto;
	
}

.not-found form .field {
	    padding: 5px 55px 5px 15px;
}

.not-found form .submit {
    border: 0px;
    color: #424242;
    padding: 0;
    width: 45px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    bottom: 0;
    height: 100%;
    background: transparent;
}

.not-found form .submit:hover{
	    background: #1c2a6f;
    color: #fff;
}

.not-found form input:focus {
    border-color: #1c2a6f;
}


.go-to-home {
	margin-top: 25px;
}

.go-to-home a{
	    background: #1c2a6f;
    color: #fff;
    display: inline-block;
    padding: 13px 35px;
}

.go-to-home a:hover{
	    background: #020d44;
    color: #fff;
}
/* 404 */
.garage-col {
	    margin-bottom: 35px;
}

.garage-col img{
	    margin-bottom: 15px;
}
.garage-col a{
color: #000;
}

.entry-content p {
	margin-bottom: 15px;
}

.entry-content {
	
}

.garages-title {
	margin-bottom: 25px;
}

.title {
	text-align: center;
}

.entry-content h2{
	font-size: 24px;  
}



.entry-content h3{
	  font-size: 20px;
}

.entry-content h4{
	  font-size: 18px;
}

.entry-content h5 {
	font-size: 28px;
}

.entry-content h6{
	margin-bottom: 15px;
}

.entry-content {
	
}




.entry-content ul {
	margin-bottom: 25px;
}

.entry-content ul li{
	    position: relative;
    line-height: 1.5;
    margin-bottom: 3px;
    padding-left: 30px;
}

.entry-content ul li:last-child{
	margin-bottom: 0px;
}

.entry-content ul li:before{
	    content: "";
    width: 10px;
    height: 10px;
    background: #1c2a6f;
    position: absolute;
    top: 7px;
    left: 0px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.entry-content a, .prodcut-main-content a{
	    color: #1c2a6f;
    border-bottom: 1px solid #1c2a6f;
}

.entry-content a:hover, .prodcut-main-content a:hover{
	    border-bottom: 1px solid transparent;
}

.entry-content ul li a{
	
}

.service_area_box {
	
}

.directions_box {
	
}

.store_hours_box {
	
}

.wp-caption-text.gallery-caption {
	font-size: 14px;
}



	.directions{
		text-align: center;
	}
	
	
	
	.contact-form input, .contact-form textarea {
   background: #fff;
    border: 1px solid #ccc;
    display: block;
    border-radius: 0;
   
}
	
	.contact-form textarea {
  
}
	
	.contact-form .wpcf7-submit {
    width: auto !important;
    border: 0px;
		height: auto;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 500;
	    background: #1c2a6f;
    color: #fff;
    display: inline-block;
    padding: 13px 35px;	
}
	
	.contact-form .wpcf7-submit:hover{ 
		    background: #020d44;
	}
	
	.contact-form .row{
		    margin: 0px -10px;
	}
	
	.contact-form .form-col{
		      padding: 0px 10px;
    margin-bottom: 20px;
	}
	
	span.wpcf7-not-valid-tip {
		    font-size: 14px;
    margin-left: 10px;
    margin-top: 5px;
	}
	
	div.wpcf7-response-output {
    margin: 30px 0px 0px 0px;
    padding: 10px;
	}

span.wpcf7-list-item:first-child {
	margin-left: 0px;
}
	
.directions_box_contact {
	margin-bottom: 30px;
}


.directions_box_contact a {
	    color: #1c2a6f;
    border-bottom: 1px solid #1c2a6f;
}

.directions_box_contact a:hover {
	    border-bottom: 1px solid transparent;
}

	.info-group h5{
	margin-bottom: 15px;
		font-size: 28px;
	}
	
	 .contact-form h5 {
		margin-bottom: 20px;	
		 font-size: 28px;
	}
	
	.info-group ul {

}
	
	.info-group ul li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 25px;
		    line-height: 1.5;
}

.info-group ul li span {
	display: block;
}
	
		.info-group ul li a{
			    color: #000;
			 border-bottom: 1px solid transparent;
  
	}
	
	.info-group ul li a:hover{
	  border-bottom: 1px solid #1c2a6f;	   
	}
	
	.info-group i {
    color: #101b53;
    position: absolute;
    left: 0;
    top: 4px;
}

.move-ticket {
	margin: 25px 0px 35px 0px
}

	.move-ticket input, .move-ticket textarea {
   background: #fff;
    border: 1px solid #ccc;
    display: block;
    border-radius: 0;
   
}
	
	.move-ticket textarea {
  
}

.move-ticket input[type="radio"] {
	width: auto;
    float: left;
    height: auto;
    margin-right: 5px;
    margin-top: 4px;
}

.move-ticket .wpcf7-radio{
	    margin-top: 7px;
    display: block;
}
	
	.move-ticket .wpcf7-submit {
    width: auto !important;
    border: 0px;
		height: auto;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 500;
	    background: #1c2a6f;
    color: #fff;
    display: inline-block;
    padding: 13px 35px;	
}
	
	.move-ticket .wpcf7-submit:hover{ 
		    background: #020d44;
	}
	
	.move-ticket .row{
		    margin: 0px -10px;
	}
	
	.move-ticket .form-col{
		      padding: 0px 10px;
    margin-bottom: 20px;
	}

.move-ticket .form-col:last-child {
	margin-bottom: 0px;
}
.services-area {
	line-height: 1.5;
	margin-bottom: 25px;
}

.map-img {
	margin-top: 30px;
}

.services-area a{
	    display: inline-block;
    margin-bottom: 10px;
}

.services-area a:hover{
	
}


.all-testimonials{
	
}
.testimonials-col-inner {
	    margin-bottom: 50px;
}

.testimonials-list {
	    text-align: center;
	    border: 1px solid #E4E4E4;
	    padding: 35px 25px;
	position: relative;
	height: 100%;
}

.testimonials-list:hover {
	    border-color: #1c2a6f;
}


   .testimonials-list:before {
	   content: "\f10d";
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0,0);
    position: absolute;
    left: 50%;
    top: -20px;
    width: 40px;
    height: 40px;
    line-height: 38px;
    font-size: 16px;
    margin: 0 0 0 -20px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #E4E4E4;
    background: #fff;
    color: #1c2a6f;
 }

.testimonials-list p{
	
}

.testimonials-list h6{
	      font-size: 14px;
    font-weight: 600 !important;
    margin-bottom: 0;
	color: #868686;
	font-family: 'Lato', sans-serif;
}

.testimonials-list h6 span{
	       display: block;
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 700;
	color: #1c2a6f;
	
}

body .ngg-galleryoverview{
	   /* margin: 0px -15px;*/
    width: auto !important;
	    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    margin-right: -15px;
    margin-left: -15px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.ngg-gallery-thumbnail {
	border: 0px !important;
    margin: 0px !important;
}

body .ngg-gallery-thumbnail-box {
	   /* min-height: 385px;*/
	    margin-bottom: 30px;
       -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0px 15px;
	
	
	    position: relative;
    width: 100% !important;
 

}

.ngg-gallery-thumbnail-box {
	float: none !important;
}

.ngg-gallery-thumbnail span {
	    margin-top: 10px;
	    font-size: 16px;
}

.ngg-gallery-thumbnail img {
	padding: 5px!important;
    border: 1px solid #a9a9a9;
	width: auto !important;
}
.ngg-gallery-thumbnail a {
	border: 0px !important;
    margin: 0px !important;
}



/* Footer */

.site-footer {}

.site-footer a,
.site-footer p {
	color: #fff;
}

.site-info {
	background: #1b1b1b;
	color: #fff;
	padding: 45px 0px;
}

.footer-col {}

.footer-title {
	font-size: 22px;
	margin: 0px 0px 15px 0px;
	color: #fff;
}

.footer-menu {}

.footer-menu ul {}

.footer-menu ul li {
	position: relative;
	line-height: 1.5;
	margin-bottom: 10px;
	padding-left: 30px;
}

.footer-menu ul li:before {
	content: "";
	width: 10px;
	height: 10px;
	background: #1c2a6f;
	position: absolute;
	top: 7px;
	left: 0px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

.footer-menu ul li a {
	border-bottom: 1px solid transparent;
}

.footer-menu ul li a:hover {
	border-bottom: 1px solid #fff;
}

.footer-social {
	margin-top: 10px;
}

.footer-social a {
	margin-right: 15px;
	width: 35px;
	display: inline-block;
	text-align: center;
	position: relative;
	font-size: 20px;
}

.footer-social a:after {
	content: "";
	width: 30px;
	height: 4px;
	display: block;
	background: #fff;
	margin: 5px auto 0px auto;
}

.footer-social a:hover {
	color: #b7b7b7;
}

.footer-social a:hover:after {
	background: #b7b7b7;
}

.footer-contact {}

.footer-contact ul {}

.footer-contact ul li {
	position: relative;
	line-height: 1.5;
	margin-bottom: 10px;
	padding-left: 30px;
}

.footer-contact ul li i {
	position: absolute;
	left: 0;
	top: 5px;
	
}

.fa-phone {
	   /* transform: rotate(90deg);*/
}

.footer-contact ul li a {
	border-bottom: 1px solid transparent;
}

.footer-contact ul li a:hover {
	border-bottom: 1px solid #fff;
}

.footer-map .footer-title {

}

.footer-map img {
	margin-top: 20px;
}

.copyright {
	text-align: center;
	background: #1c2a6f;
	padding: 20px 0px;
}

.copyright p {
	margin: 0px;
}

.copyright a {
	border-bottom: 1px solid #fff;
}

.copyright a:hover {
	border-bottom: 1px solid transparent;
}





.wpcf7-form-control-wrap.inventory-number input {display:none;}
.wpcf7-form-control-wrap.inventory-price input{display:none;}


.bottomMenu {
display: none;
    position: fixed;
    bottom: 0;
    width: 60px;
    height: 60px;
    background: #eeeeee;
    z-index: 999;
    right: 0;
    cursor: pointer;
    text-align: center;
    line-height: 60px;
}


.bottomMenu svg{
	    width: 30px;
    height: 30px;
}

.bottomMenu g{
	
}


.bottomMenu:hover  {
    background: #717070;
}

.bottomMenu:hover g {
	    fill: #fff !important;
}

.captcha-nuumber {
	margin-top: 12px;
}



.no-result-found{
	margin-left: 430px;
}

/* Footer */

.archive_category { margin-bottom:60px; }
.archive_category .title_block { display:inline-block; margin:15px 0; font-size:24px; color:#1c2a6f; }
.archive_category .read_more { background: #1c2a6f; color: #fff; display: inline-block; padding: 13px 35px; border: 0; font-weight: 500; cursor: pointer; text-transform: uppercase; margin-top:5px; }
.archive_category .read_more:hover { background: #020d44 !important; }
.archive_category .image_thumb img { width:100%; }
.contact_img { float: left; width: 100%; height: 323px; background-size: cover; background-repeat:no-repeat; }

.info-left{  float: left; background: #101b53; color:#fff;    padding: 8px 15px 8px 15px; margin-bottom:2px; margin-left: 5px; font-size:14px}
.info-left img{ margin-left:5px}


@media (min-width:576px) {
	.col-sm-2dot4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
}

@media (min-width:768px) {
	.col-md-2dot4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	.info-mobile {
		display: none;
	}
	.site-header .info-row .info ul li span {
		display: block;
	}
	
	.inner-filter {
	-webkit-box-shadow: 0px 3px 54px -2px rgba(0, 0, 0, .15);
	-moz-box-shadow: 0px 3px 54px -2px rgba(0, 0, 0, .15);
	box-shadow: 0px 3px 54px -2px rgba(0, 0, 0, .15);
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	background: #fff;
	padding: 10px 10px;
}
}

@media (min-width:992px) {
	.col-lg-2dot4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	.site-header .inner-row.fixed {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    -webkit-box-shadow: 0px 3px 54px -2px rgba(0, 0, 0, .25);
    -moz-box-shadow: 0px 3px 54px -2px rgba(0, 0, 0, .25);
    box-shadow: 0px 3px 54px -2px rgba(0, 0, 0, .25);
}

}

@media (min-width:1200px) {
	.col-xl-2dot4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
}





@media (max-width: 575.98px) {
	
	.caption-box, .home-slider .owl-dots {
	
	}
	
	.product-sec h3 {
		max-width: 280px;
		padding: 14px 0 !important;
    font-size: 18px !important;
	}
	
	.features-listing h3 {
    max-width: 280px;
    padding: 14px 10px !important;
    font-size: 18px !important;
}
	
	.footer-col {
		margin-bottom: 25px;
	}
	.footer-map img {
    margin-top: 0;
}
	
	.footer-col:last-child {
		margin-bottom: 0px;
	}
	
	.copyright p {
   
    margin-bottom: 5px;
}
	
	.copyright p:last-child {
		margin-bottom: 0px;
	}

	
	.loading-col:last-child .inventory-list{
		margin-bottom: 0px;
	}
}




@media (min-width: 576px) and (max-width: 767.98px) { 
	.footer-col:nth-child(3) {
		padding-right: 0px;
	}
	
	.more-list button {
		    margin-top: 0;
	}
	.contact_img { margin-bottom:30px; }
	
}

@media (max-width: 767.98px) {
	.aligncenter{
		width: 100%;
	}
	.m-btm {
		margin-bottom: 15px;
	}
	
	
	.garage-col {
    margin-bottom: 30px;
}
		body .ngg-gallery-thumbnail-box {
		        -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
		
	}
	
	.entry-content h5 {
    font-size: 20px;
}
	.filter-bar button {
		    margin-top: 10px;
	}
	
	
	iframe {
		width: 100%
	}
	
	
	.footer-contact ul li {
        padding-left: 25px;
}
	
	.stellarnav .full {
       
    right: 15px !important;
	}
	
	
	.inner-row {
	padding-left: 15px !important;
		padding-right: 15px !important;
	}
	
	.menu-wrap {
	padding-left: 15px !important;
		padding-right: 15px !important;	
	}
	
.site-branding img {
    width: 200px;

	}
		.site-header .inner-row .logo span {
    font-size: 10px;
   
}
	.breadcrumbs-content .container-fluid, .product-page .container-fluid, .site-footer .container-fluid, .product-details-page .container-fluid, .inventory-page .container-fluid, .site-main .container-fluid, .products-categories .container-fluid, .product-sec .container-fluid, .inventory-page .container-fluid, .site-main .container-fluid{
    padding: 0px 15px;
}
	
	.more-sheds {
   
    padding: 45px 15px 0px 15px;
   
} 
	
	.available-shed-models .gall-col{
		
	}
	
	.shed-models img {
		width: 100%;
	}
	.shed-models {
    margin-bottom: 30px;
   
}
	
	.more-sheds-list {
    margin-bottom: 30px;
}
	
	.testimonials-box {
		
	}
	
	
	
	.testimonials-col {
		 padding: 35px 15px 75px 15px;
	}
	

	.testimonials-col .box-inner {
		padding: 2em 15px;
		background-size: 30px;
		background-position: 15px 35px;
	}
	
	.testimonials-col .box-inner .owl-dots{
		
		    bottom: -9em;
	}
	
	.testimonials-col .box-inner p:last-child {
		margin-bottom: 0px;
	}
	
	.caption-box {
    max-width: 90%;
    margin: auto;
    right: 15px;
}
	
	.home-slider .item {
		height: 300px; 
		background-size: auto 100% !important;
		}
	
	
	.caption-box .caption h2 {
    font-size: 13px;
	}
	
	.caption-box .caption {
  
      font-size: 16px;
    padding: 5px 5px;
}
	
	.features {
		padding: 25px 0px;
		text-align: center;
	}
	
	.features .icon {
		display: block !important;
		margin: 0px auto 10px auto !important;
	}
	
	.features .owl-dots {
		    margin-top: 15px !important;
	}
	
	
	
	.welcome .page-content {
		    padding: 35px 0px;
	}
	
	.owl-dots .owl-dot {
    width: 25px;
	}
	
.video-col {
    height: 350px;
}
	
	.info-group {
	margin-bottom: 25px;	
	}
	
	.site-breadcrumbs {
		    /*height: 350px;*/
	}
	
	.breadcrumbs-content {
   /* bottom: 65px;*/
 padding-top: 120px;
    padding-bottom: 40px;
}
	
	
	.breadcrumbs-content h1 {
    font-size: 26px;
}

	
	.filter-col {
 border: 0px !important;
   margin-bottom: 5px;
}

	.filter-col:last-child {
		margin-bottom: 0px;
	}
	.inner-filter {
		
	}
/*	.inner-filter {
		    background: transparent;
		    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
		padding: 0px;
		    box-shadow: none;
		-webkit-box-shadow:none;
	}*/
	

}


@media (min-width: 768px) and (max-width: 991.98px) { 
	.breadcrumbs-content {
	    padding-top: 200px;
    padding-bottom: 60px;	
	}
	
	.caption-box .caption h2 {
    font-size: 26px;
	}
	
		.m-btm {
		margin-bottom: 15px;
	}
	
/*.home-slider .item {
    height: 500px;
	}*/
	.caption-box {
		    max-width: 535px;
	}	
	
	.featured-img {
		height: 500px;
	}
	
	.video-col {
		height: 450px;
	}
	
	.testimonials-col {
    padding: 2em 2em 5.5em;
}
	
	.filter-bar button span {
	font-size: 14px;
	}
	
	.filter-bar button i {
		margin-right: 3px;
    font-size: 14px;
	}
	.filter-bar .container{
		max-width: 100%;
		padding: 0px 48px;
	}
	
	.inner-filter {
    padding: 5px 5px;
}
	
	.filter-bar select, .filter-bar input {
		height: 40px;
	}
	
	.more-list button {
		    margin-top: 0;
	}
}

@media (max-width: 991.98px) {
	.sidebar-quote {
		margin-top: 25px;
	}
	.ngg-gallery-thumbnail img {
		width: 100% !important;
	}
	
	.ngg-gallery-thumbnail span {
   
   
       padding: 0px 15px !important;
  
}
	.go-back {
  
    text-align: left;
    margin-bottom: 25px;
}
	
	/* Menu CSS */
	/*
	.main-navigation {
    padding-top: 0px;
}
	
	.stellarnav .full {
         position: absolute;
    right: 15px;
    font-size: 24px;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    padding: 0;
    width: 21px;
    height: 21px;
	}
	.site-header .inner-row {
		position: relative;
	}
	.main-navigation .main-nav {
		
	}
	
	.main-navigation ul li {
		width: 100%;
		margin-right: 0;
	}
	.stellarnav.mobile.light li a {
    padding-top: 10px;
    padding-bottom: 10px;
}
	
.menu-wrap {
		position: absolute;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    right: 0;
    left: 0;
    top: 100%;
    padding: 0px 48px;
       border-top: 1px solid transparent;
	}
	.active .menu-wrap {
		 border-top: 1px solid #999;
	}
	.stellarnav.mobile.light ul {
		    background: transparent !important;
	}
	
	.toggle-close-btn {
		display: none;
	}
	
	.main-navigation ul li .sub-menu li {
    padding: 0px 10px !important;
	}
	
	
	
	.mobile.active .toggle-btn {
		display: none;
	}
	
	.mobile.active .toggle-close-btn {
		display: block;
	}
	.stellarnav .dd-toggle {
		    width: 36px;
    height: 40px;
	}*/
	
	/* Menu CSS */
	
	
	
	
	
	
	.welcome .page-content h1, .products-categories h2, .testimonials-col h2, .video-col .content h2, .product-sec h2, .entry-title{
    font-size: 24px;
} 
	
	.available-shed-models h2 {
    font-size: 19px;
	}
	
	.available-shed-models {
    margin-top: 30px;
}
	
	.product-sec h3 {
      padding: 16px 0;
    font-size: 20px;
}
	.features-listing h3 {
		 padding: 16px 10px;
    font-size: 20px;
	}
	
	
	.video-col .content img{
		width: 75px;
	}
	.sidebar-quote {
   
    padding: 25px 15px;
}
	
	.site-main {
    margin: 35px 0px;
}
	
	
}



@media (min-width: 992px) and (max-width: 1199.98px) { 
	
	.caption-box .caption h2 {
    font-size: 26px;
	}
	
	
.breadcrumbs-content {
	    padding-top: 200px;
    padding-bottom: 60px;	
	}
.features-listing h3 {
    padding: 16px 10px;
    font-size: 20px;
	max-width: 320px;
}

	.product-sec h3 {
		 padding: 16px 10px;
    font-size: 20px;
	max-width: 320px;
	}
.contact_img { height:305px; }
}

@media (max-width: 1024px) {
	.ngg-gallery-thumbnail-box {
		        -ms-flex: 0 0 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
		
	}
	.home-slider .owl-dots {
		display: none !important;
	}
	.site-header {
		position: relative !important;
	}
	
	.ngg-gallery-thumbnail-box:nth-child(odd) {
   
  }
	
	.ngg-gallery-thumbnail-box:nth-child(even) {
   
  }
	
	.title-content {
	display: none;	
	}
	.title-content h3 {
		display: none;
	}
	
	.hover-content, .hover-content h3 {
		display: block !important;
	}
	
	.hover-content {
		    padding: 15px 20px;
	}
	
	.hover-content h3 {
		       font-size: 18px;
    margin-bottom: 5px;
	}

	
}


@media (max-width: 1199.98px) {
	.main-navigation .search {
		display: none;
	}
	
	
	.shed-pricing-btn {
    margin-top: 15px;
}
	
	
	
	
	
	
/* Menu CSS */
	
	.main-navigation {
    padding-top: 0px;
}
	
	.stellarnav .full {
         position: absolute;
    right: 48px;
    font-size: 24px;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    padding: 0;
    width: 30px;
    height: 30px;
		text-align: right;
	}
	.site-header .inner-row {
		position: relative;
	}
	.main-navigation .main-nav {
		
	}
	
	.main-navigation ul li {
		width: 100%;
		margin-right: 0;
	}
	.stellarnav.mobile.light li a {
    padding-top: 10px;
    padding-bottom: 10px;
}
	
.menu-wrap {
		position: absolute;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    right: 0;
    left: 0;
    top: 100%;
    padding: 0px 48px;
       border-top: 1px solid transparent;
	}
	.active .menu-wrap {
		 border-top: 1px solid #999;
	}
	.stellarnav.mobile.light ul {
		    background: transparent !important;
	}
	
	.toggle-close-btn {
		display: none;
	}
	
	.main-navigation ul li .sub-menu li {
    padding: 0px 10px !important;
	}
	
	
	
	.mobile.active .toggle-btn {
		display: none;
	}
	
	.mobile.active .toggle-close-btn {
		display: block;
	}
	.stellarnav .dd-toggle {
		    width: 36px;
    height: 40px;
	}
	
	/* Menu CSS */
		
	
	
	
	
	
	
	
	
	
	
	
	
	
}

@media (min-width: 1200px) {

	.stellarnav ul ul {
		border-top: 2px solid #101b53;
    -moz-box-shadow: 0px 2px 1px 1px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 2px 1px 1px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 1px 1px rgba(0,0,0,0.1);
	}


}

@media (min-width: 1200px) and (max-width: 1300px) {
	
	.site-header .inner-row .logo img{
		width: 200px;
	}
	.site-header .inner-row .logo span {
   
    font-size: 10px;
	}
	
	.main-navigation {
    padding-top: 28px;
}
	
	
}

@media (min-width: 1200px) and (max-width: 1400px) {
	.footer-contact ul li {
 
    padding-left: 23px;
}
	.row{
		margin: 0px -10px;
	}
	
	
	
	.footer-col {padding: 0px 10px;}
	.site-header .inner-row, .breadcrumbs-content .container-fluid, .product-page .container-fluid, .site-footer .container-fluid, .product-details-page .container-fluid, .inventory-page .container-fluid, .site-main .container-fluid, .products-categories .container-fluid, .product-sec .container-fluid {
    padding: 0px 10px;
}
	
	
	.main-navigation ul li {
		    margin-right: 16px;
	}
	
	.products-categories .cat-icon {
		    width: 145px;
    height: 145px;
		    background-size: 100% auto;
	}
	
	.products-categories .cat-icon .icon {
		    width: 65%;
	}
	
	body {
    font-size: 15px;
	}

.contact_img { height:315px; }
}

@media (min-width: 1400px) and (max-width: 1440px) {
.contact_img { height:305px; }

}

@media (max-width: 1440px) {
.info-left { padding: 5px 15px; font-size: 11px;}
.site-header .info-row .info ul li{ font-size:11px;}
}


@media (min-width: 768px) and (max-width: 1240px) {
	.info-left{ width:100%; text-align:center;}
}


@media (max-width: 767.98px) {
	.home-slider  img{display:none !important}
	
}

#coronawp .cwp_content {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#coronawp .cwp_content {
    max-width: 1200px;
    margin: auto;
    position: relative;
}
#coronawp .cwp_content .cwptxt {
    width: calc(100% - 231px);
}
#coronawp .cwp_content .cwp_button {
    background: #0c4da2;
    padding: 10px 30px;
    color: #fff;
    border: none;
    display: inline-block;
    border-radius: 25px;
    top: 0;
}


@media screen and (max-width: 767px){
#coronawp .cwp_content .cwptxt {
    width: calc(100% - 0px);
}
}
@media screen and (max-width: 767px){
#coronawp .cwp_content {
    flex-wrap: wrap;
}
}
@media screen and (max-width: 767px){
#coronawp .cwp_content {
    padding-right: 25px;
    font-size: 12px;
    line-height: 14px;
}
}
@media screen and (max-width: 990px){
#coronawp {
    font-size: 12px !important;
}
}
@media screen and (max-width: 767px){
#coronawp {
    font-size: 14px;
    padding: 10px 4px !important;
}
}
@media screen and (max-width: 767px){
#coronawp .cwp_content .cwp_button {
    position: relative;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    margin-top: 10px;
    right: inherit;
}
}
@media screen and (max-width: 479px){
.info-left{ width:100%; text-align:center; margin-left:0px}
}
.shed-pricing-btn{
   display:none!important;
}
.homeslider{
	max-height: inherit!important;
}
.features .img { float:left; width:60px; }
.features .content{ float:left; width:calc(100% - 60px);}

.info-left p{ margin-bottom:0px;padding:0px}
	  .homeslider.owl-carousel{     max-height: initial !important;}
	  
/* new css 09-10-2024 */
.faq_section  .accordionButton { background:#1c2a6f; color:var(--white); padding: 0.875rem 3rem 0.875rem 1.5rem;  position: relative; cursor: pointer; border:1px solid #d9d9d9;  margin-top:1rem;font-weight: 600;  }
.faq_section .accordionButton.on{background:#202020;}
.faq_section .accordionButton:hover{background:#202020;}
.faq_section .accordionButton span { color:var(--white); }
.faq_section .accordionButton:after { content: '\002B'; color:#202020; float: right; margin-left: 0; width: 26px; height: 26px; border-radius: 50%; text-align: center; font-size: 22px; background: var(--white); position: absolute; right: 15px; top: 13px;  border: 2px solid var(--secondary); line-height: 23px;  font-family: arial;}
.faq_section .accordionButton.on:after { content: "\2212";}
.faq_section .accordionButton span { position: absolute; left: 0; border-right:1px solid #d9d9d9; top:0; width:62px; height: 100%; background: var(--primary);  text-align: center; padding-top: 14px ; }
.faq_section .accordionButton.on span { border-right:1px solid #d9d9d9; }
.faq_section .accordionContent { background: #fdfdff;  color: #000;  margin-bottom:0px !important; border:#ccc solid 1px; border-top:none	}
.faq_section .accordionContent p { margin-top:0px; padding:0px;  margin-bottom:0px; color:#333333;  line-height:1.4}
.faq_section .accordionContent p a{color:#1c2a6f;font-weight:600;text-decoration:underline;}
.faq_section .accordionContent .text-panel { margin-top:0px; padding:1.25rem;  }
.faq_section .accordionContent .text-panel img{width:auto;}
.faq_section .accordionButton:first-child{margin-top: 0;}