	/* @import url(https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700,700italic); */

@import url(https://fonts.googleapis.com/css?family=Fira+Sans:400,500,700,300);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700,300);

/*
* RESET
* @define stylesheet for basic element,
* @use for over site
*/

.caret {
  display: none;
}
body {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #233e84;
  -ms-overflow-style: scrollbar;
  background-position: 0 -70px;
}
.front {
  background: url(../images/background.png) no-repeat;
}
.front {
  background: url(images/background.png) no-repeat;
}
.not-front {
  background: none;
}
.not-front .content_site {
  background: url("images/bg_top.png") 0 103px no-repeat;
}
.page-cart .content_site, .page-checkout .content_site {
  background: url("images/bg_top-no-menu.png") no-repeat;
}
.not-front #wrapper {
  /*background: url("images/bg_bottom.png") bottom no-repeat;*/
}
div.messages.commerce-add-to-cart-confirmation .view-confirm-message-product-display {
  width: 100%;
}
div.messages.commerce-add-to-cart-confirmation .message-inner .button-wrapper {
  position: relative;
  width: 100%;
}
.page-node-61 {
  background: url("images/bg-contact.jpg") no-repeat;
}
.page-node-61 .content_site {
  background: none;
}
.page-node-61 #wrapper {
  background: none;
}
.product-windows select {
  color: #2f3272;
  width: 100%;
  margin-top: 10px;
  background: #fff;
}
img {
  max-width: 100%;
  height: auto;
}
p, ul, ol {
  margin: 0 0 10px 0px;
}
h1, h2, h3, a {
  font-family: 'Fira Sans';
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #2f3272;
}
h4, h5, h6 {
  font-family: 'Fira Sans';
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #2f3272;
}
iframe {
  max-width: 100%;
}
a:link, a:active, a:visited, a:focus {
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  color: #2f3272;
  text-decoration: none;
  outline: none;
  outline-width: 0;
}
a:hover {
  text-decoration: none;
  color: #105e70;
  /*opacity: .8;*/
}
p a {
  font-family: 'Roboto', sans-serif;
  text-decoration: underline !important;
  letter-spacing: 0;
}
img {
  max-width: 100%;
  height: auto;
}

/*
* BASIC CUSTOMS
* @custom stylesheet for normal elements,
*/

.aligncenter {
  text-align: center;
}
.alignleft {
  text-align: left;
}
.alignright {
  text-align: right;
}
img.aligncenter {
  display: block;
  margin: auto;
}
img.alignleft {
  float: left;
  margin: 0 30px 10px 0;
}
img.alignright {
  float: right;
  margin: 0 0 30px 10px;
}
hr {
  border-color: #e4e4e4;
  margin: 25px 0;
}
.inline {
  display: inline-block;
}
.text-uppercase {
  text-transform: uppercase;
}
input[type="text"], input[type="email"], input[type="search"], input[type="password"], input[type="tel"], textarea, .form-control {
  font-family: 'Roboto', sans-serif;
  background: #fff;
  border: solid 2px #4b62ac;
  font-size: 18px;
  line-height: 1.25em;
  padding: 5px 10px;
  color: #233e84;
  height: auto;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}
.btn {
  border: none;
  text-align: center;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  font-size: 19px;
  color: #fff !important;
  background: #2f3272;
  text-transform: uppercase;
  padding: 5px 15px;
  font-weight: 400;
  font-family: 'Roboto', serif;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  letter-spacing: 1px;
  border: 2px solid #fff;
}
.btn:hover {
  /*opacity: .8;*/
  background: #FFF !important;
  color: #2f3272 !important;
  border: 2px solid #2f3272 !important;
}
.not-front .webform-client-form .webform-submit:hover, .commerce-add-to-cart button:hover, .views-field-view-node a:hover, .view-gazebos .views-field-tid a:hover {
  color: #7ca524 !important;
  border: 2px solid #7ca524 !important;
  background: #FFF !important;
}
.section {
  padding: 20px 0px;
}
h2.title {
  font-size: 28px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 30px 0px;
  letter-spacing: 4px;
  line-height: 31px;
}
.front .section-cedar-shed h2.title {
  margin: 20px 0;
}
#block-block-11 h2.title {
  margin: 15px 0px;
}
.content_site {
  /*min-height: 3350px;*/
}
.front .content_site {
  /*min-height: 3558px;*/
}
.not-front .content_site {
  min-height: 800px;
  clear: both;
}
.page-node-61 .content_site {
  height: 1246px;
}

/*
* CHECKBOX
* @custom checkbox stylesheet,
*/

input[type=checkbox].css-checkbox {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0000);
  height: 1px;
  width: 1px;
  border: 0;
  margin: -1px;
  padding: 0;
  width: 40px;
}
input[type=checkbox].css-checkbox+label.css-label, input[type=checkbox].css-checkbox+label.css-label.clr {
  padding-left: 45px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 18px;
  vertical-align: middle;
  cursor: pointer;
  font-weight: 400;
}
input[type=checkbox].css-checkbox:checked+label.css-label, input[type=checkbox].css-checkbox+label.css-label.chk {
  background: url(../images/icon-checkbox-hover.png) no-repeat;
}
label.css-label {
  background: url(../images/icon-checkbox.png) no-repeat;
  background-size: 40px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/*
* HEADER
* @header stylesheet,
*/

.header {
  min-height: 103px;
  padding: 0 25px;
  background: #fff;
}
.header .logo {
  margin: 5px 0;
}
.header .logo a img {
  max-width: 90%;
}
.header .contact-info {
  padding-top: 30px;
}
.header .contact-info .phones-number {
  display: inline-block;
  color: #2f3272;
  font-size: 14px;
  font-family: 'Fira Sans';
  font-weight: 400;
  float: left;
  margin: 10px 10px 0 0;
}

/*.header .main-menu {
  text-align: right;
}*/

.header .main-menu .navbar-modern {
  display: inline-block;
  margin: 30px 10px 0 0;
}
.header .checkout {
  display: inline-block;
  float: right;
  position: relative;
  margin-right: -12px;
}
.header .checkout a:hover {
  /*opacity: 0.9;*/
}
.header .checkout a img {
  max-width: 90%;
}
.header .checkout .count {
  top: 15px;
  right: 35px;
  width: 28px;
  height: 28px;
  background: #2f3272;
  position: absolute;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 28px;
  font-size: 16px;
  font-family: 'Fira Sans'
}
.header .checkout #block-block-19 .count {
  right: 50px;
  top: 55px;
}

/*
* SOCIALS
* @socials stylesheet,
*/

.socials {
  overflow: hidden;
  display: inline-block;
}
a.social {
  /*  margin-left: 5px;*/
  display: inline-block;
  background: #fff;
  text-align: center;
  height: 40px;
  width: 40px;
  text-decoration: none;
}
a.social:hover {
  /*opacity: .7;*/
}
a.social.in {
  background: url(../images/icon-in.png) no-repeat;
}
a.social.facebook {
  background: url(../images/icon-face.png) no-repeat;
}

/*
* NAVIGATION
* @navigation stylesheet,
*/

#main-navigation>ul {
  display: table;
  margin: 0px -15px;
  margin-bottom: 0px;
}
#main-navigation>ul>li {
  padding-left: 19px;
  padding-right: 19px;
}
#main-navigation a {
  line-height: 30px;
  display: block;
  padding: 0px;
  text-shadow: none;
  text-transform: uppercase;
  color: #2f3272;
  font-weight: 400;
  font-size: 16px;
  font-family: 'Fira Sans', sans-serif;
}
#main-navigation>ul>li>a:hover, #main-navigation>ul>li>a:focus, #main-navigation>ul>li>a:active {
  /*opacity: 0.8;*/
  background: transparent;
}
.navbar-toggle, .navbar-toggle:focus {
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 10px;
  margin: 0;
  background: transparent;
  border-left: 0px solid black;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.navbar-toggle:hover {
  background: transparent;
}
.navbar-toggle .icon-bar {
  background-color: #7ca524;
}
.navbar-toggle .icon-bar+.icon-bar {
  margin-top: 3px;
}
.sr-only {
  width: auto;
  height: auto;
  clip: auto;
  right: 45px;
  line-height: 1em;
  color: #313061;
}
.navbar-toggle, .navbar-toggle:focus, .navbar-toggle, .navbar-toggle:hover {
  color: #a6ce39;
  border: none;
  background: url('images/icon-nav-mobile.png') no-repeat;
  width: 45px;
  height: 34px;
  float: left;
  margin-bottom: 10px;
}
.navbar-toggle, .navbar-toggle:hover {
  /*opacity: 0.8;*/
}
.navbar-toggle .icon-bar {
  background-color: #a6ce39;
  display: none;
}

/*
* SLIDERS
* @sliders stylesheet,
*/

.sliders .carousel-control.left, .sliders .carousel-control.right {
  background: transparent;
}
.sliders .carousel-caption {
  top: 45px;
  left: 200px;
  width: 540px;
  background: url("images/shadow.png") -70px -40px no-repeat;
  background-size: 130% 130%;
  padding-left: 50px;
}
.page-node-61 .sliders .carousel-caption {
  background: none;
}
.sliders .carousel-caption, .sliders .carousel-caption h3 {
  color: #fff;
  font-size: 30px;
  font-family: 'Fira Sans';
  text-align: left;
  line-height: 40px;
}
.sliders .carousel-caption p {
  font-weight: 100;
}
.sliders .carousel-control .glyphicon-chevron-left, .sliders .carousel-control .glyphicon-chevron-right, .sliders .carousel-control .icon-next, .sliders .carousel-control .icon-prev {
  width: 30px;
  height: 50px;
}
.glyphicon-chevron-right:before, .glyphicon-chevron-left:before {
  content: "";
}
.sliders .carousel-control .glyphicon-chevron-left {
  background: url(../images/arrow-left.png) no-repeat;
  margin-left: -35%;
}
.sliders .carousel-control .glyphicon-chevron-right {
  background: url(../images/arrow-right.png) no-repeat;
  margin-right: -35%;
}

/*
* SECTION BOX
* @section box stylesheet,
*/

.section-box {
  max-width: 1400px;
  margin: 0 auto;
}
.section-box .box {
  display: inline-block;
  /* float: left;*/
  /*margin: 0 28px;*/
}
.section-box .box:hover, .section-box .box.active {
  background-color: #2f3272;
  /*padding-left:30px;*/
}
.section-box .box a {
  text-align: center;
  color: #FFF;
  /*width: 220px;*/
  display: inline-block;
  padding: 10px 0px;
}
.section-box .box a img {
  max-width: 60%;
}
.section-box .box a span {
  display: block;
  margin-top: 15px;
}

/*
* SECTION CEDER SHED
* @section cedar shed stylesheet,
*/

.section-cedar-shed {
  /*margin-top: 20px;*/
}

/*
* SECTION STORRE ( PRODUCTS AND NEWS)
* @section store stylesheet,
*/

.section-store .title {
  letter-spacing: 6px;
}
.section-store .btn {
  margin-right: 35px;
  vertical-align: top;
  letter-spacing: 4px;
}
.section-store .products p {
  margin-bottom: 30px;
}
.section-store .btn-news {
  margin-top: 55px;
}

/*
* SECTION PROJECT GALLERY ( PRODUCTS AND NEWS)
* @section project gallary stylesheet,
*/

.section-gallery .title {
  margin: 85px 0 0 220px;
}
.section-gallery .btn-gallery {
  margin: 100px 0px 100px;
  display: inline-block;
  float: right;
  font-size: 28px;
  text-transform: uppercase;
  color: #FFF;
  background: url('images/button-gallery.png') no-repeat #FFF;
  width: 516px;
  height: 107px;
  padding: 35px 0px 35px 180px;
  letter-spacing: 3px;
}
.section-gallery .btn-gallery:hover {
  background-image: none;
  border: 3px solid #2f3272;
  color: #2f3272;
}
.browse a {
  display: inline-block;
  font-size: 23px;
  text-transform: uppercase;
  color: #FFF;
  background: url('images/bg-button-gallery.png') no-repeat #FFF;
  width: 100%;
  height: auto;
  max-width: 537px;
  max-height: 84px;
  padding-top: 25px;
  letter-spacing: 3px;
  text-align: center;
  padding-bottom: 25px;
  padding-left: 10px;
}
.browse a:hover {
  background-image: none;
  border: 3px solid #2f3272;
  color: #2f3272;
}

/*
* SECTION CONTACT US SOCIAL AND FORM
* @sestion contact stylesheet,
*/

.sestion-contact {
  padding-top: 30px;
}
.sestion-contact .form-enquiry label {
  /*font-weight: 400;*/
}
.sestion-contact h2.title {
  margin: 30px 0px
}
.sestion-contact .form-enquiry .form-group {
  margin-bottom: 10px;
}

/*
* SECTION ACCREDITATIONS
* @sestion accreditations stylesheet,
*/

.section-accreditations {
  text-align: center;
}
.section-accreditations .title {
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  text-align: center;
  font-weight: 400;
  margin: 60px 0px;
  letter-spacing: 5px;
}
.section-accreditations .accreditations-banner a {
  margin: 20px;
}
footer .copyright, footer .design {
  color: #fff;
  /*margin-bottom: 15px;
*/
}
footer .design {
  text-align: right;
}
.carousel-caption .btn {
  width: 290px;
}
.front .carousel-caption .btn {
  width: 350px;
}
.front .sharethis-buttons {
  display: none;
}
. .pno:hover {
  color: #2f3272;
}
.first-node .field-name-field-images .bigimage {
  width: 100%;
}
footer.footer {
  background: #fff url(../images/bg-footer.png) left bottom 0px no-repeat;
}
.selected-colour {
  width: 100%;
  float: left;
  height: 60px;
  margin-top: 10px;
}

/*Related Product Section*/

.field-name-field-related-products .field-label {
  font-size: 16px!important;
  font-weight: bold!important;
}
.view-id-related_products .views-field-view-node a {
  font-size: 12px;
  padding: 5px 30px 5px;
}
.view-id-related_products .views-row {
  border: 1px solid #414486;
  background: #fff;
  padding: 3px 6px;
  margin-bottom: 5px;
}
.view-id-related_products .views-field-title {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 5px;
  min-height: 30px;
}
.view-id-related_products .views-field-field-images {
  display: inline-block;
  margin-bottom: 0px;
  min-height: 140px;
  width: 100%;
  text-align: center;
}
.view-id-related_products .views-field-body p {
  font-size: 14px;
}
.view-id-related_products .views-field-field-dimensions {
  font-size: 14px;
  text-align: center;
  font-weight: bold;
}
.view-id-related_products .views-field-body {
  min-height: 160px;
}
.view-id-related_products .views-field-view-node {
  font-size: 12px;
}
.view-id-related_products .views-field-field-images a {
  width: 100%;
  text-align: center;
  display: inline-block;
  margin-bottom: 15px;
  height: 100px;
}
.view-id-related_products .views-field-field-images a img {
  margin: 0 auto;
}
.view-id-related_products .views-field-commerce-price {
  text-align: center;
}
.view-id-related_products .views-field-commerce-price .views-label-commerce-price {
  font-size: 14px;
  text-align: center;
  font-weight: bold;
}
.view-id-related_products .views-field-commerce-price .field-content {
  color: #ffa800!important;
  font-weight: bold;
}
.field-name-commerce-price table {
  width: 100%;
  color: #fff;
  border: none;
}
.field-name-commerce-price .table-striped>tbody>tr:nth-of-type(2n+1) {
  background-color: transparent;
}
.field-name-commerce-price tbody tr {
  font-size: 24px;
}
.field-name-commerce-price tbody tr td {
  font-size: 24px!important;
  text-align: left!important;
  color: #fff!important;
  border: none!important;
  padding-left: 0px;
}
.field-name-commerce-price .table-hover>tbody>tr:hover {
  background: transparent;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #233e84 !important;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #233e84 !important;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #233e84 !important;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #233e84 !important;
}
#block-block-13 .social-icons {
  margin-top: 30px;
}
#block-block-13 a {
  margin-right: 20px;
}
.btn-default:hover {
  border: 2px solid #fff;
  background: #2F3272;
}
.not-front #block-block-10 {
  margin-top: 0px;
}
.page-node-61 #block-block-10 {
  margin-top: 30px;
}
#block-block-10 a, #block-block-10 a:hover {
  color: #fff;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0;
}
#block-block-10 a:hover {
  color: #2f3272;
}
ul {
  padding-left: 0;
  list-style-position: inside;
}
.tabcontent .commerce-product-title {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.tabcontent .commerce-product-title-label {
  display: none;
}
.tabcontent .field-name-commerce-price {
  font-size: 24px;
  letter-spacing: 1px;
}
.tabcontent .field-name-field-recommended-accessories- .field-label {
  font-size: 20px !important;
  font-weight: 400 !important;
  letter-spacing: 1px !important;
}
.commerce-add-to-cart button, .commerce-add-to-cart button:hover {
  background: url('images/icon-cart.png') 15px center no-repeat #7ca524;
  padding: 5px 20px 5px 50px;
}
.commerce-add-to-cart button:hover {
  background: url('images/icon-cart-green.png') 15px center no-repeat #FFF !important;
}
.view-accessories .views-field-name a {
  text-transform: uppercase;
  font-family: 'Fira Sans';
  font-weight: 400;
}
.view-accessories-node .views-field-body .field-content {
  padding-left: 17px;
  border-left: 1px solid;
  min-height: 145px;
}
#block-block-15 div {
  letter-spacing: 2px;
}
#main-navigation a {
  letter-spacing: 2px;
  font-weight: 400;
}
.sliders {
  /*min-height: 525px;*/
}
.carousel-caption {
  bottom: inherit;
  right: inherit;
}
.tab1 h3 {
  text-transform: uppercase;
  color: #FFF;
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  margin-top: 5px;
  margin-bottom: 0;
}
.commerce-add-to-cart .shipping {
  float: right;
  margin-right: 35px;
  margin-top: 20px;
}
.jcarousel-skin-default {
  margin: 20px auto;
  /* width: 515px !important; */
  font-family: 'Fira Sans';
}
.commerce-add-to-cart .entity-commerce-product {
  min-width: 400px;
}
.tabcontent .form-type-checkbox .field-name-commerce-price {
  font-size: 20px;
  float: right;
}
.tab_c {
  float: left;
  min-width: 140px;
}
.tab_c {
  display: block;
  padding: 8px 25px;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  cursor: pointer;
  background: #7ca524;
  letter-spacing: 1px;
  background: #7ca524;
  margin-right: 7px;
}
#block-views-block-category-block {}
#block-views-block-category-block .views-row {}
#block-views-block-category-block .views-row-1 {
  background: url('images/bg_cat_1.png') left center no-repeat;
  background-size: cover;
  min-height: 136px;
  width: 582px;
  float: left;
}
#block-views-block-category-block .views-row-2 {
  background: url('images/bg_cat_2.png') left center no-repeat;
  background-size: cover;
  min-height: 136px;
  width: 582px;
  float: right;
}
#block-views-block-category-block .views-row .views-field-name .field-content {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 100%;
}
#block-views-block-category-block .views-row .views-field-name {
  width: 100%;
  height: 136px;
  font-size: 42px;
  color: #fff;
  text-align: center;
}
#block-views-block-category-block .views-row-2 .views-field-name .field-content {
  padding-top: 30px;
  height: 136px;
  font-family: 'Fira Sans';
  letter-spacing: 2px;
}
#block-views-block-category-block .views-row-1 .views-field-name .field-content {
  line-height: 136px;
  height: 136px;
  font-family: 'Fira Sans';
  letter-spacing: 2px;
}
#block-views-block-category-block .views-row .views-field-name .field-content a, #block-views-block-category-block .views-row .views-field-name .field-content a:hover {
  color: #FFF;
}
.dropdown-menu .active-trail {
  background-color: rgba(0, 0, 0, 0) !important;
}
.view-accessories-node .views-row {
  width: 378px;
  height: 240px;
  background: #414486;
  color: #fff;
  float: left;
  margin-bottom: 24px;
  padding: 25px 15px;
  font-weight: normal;
  font-size: 18px;
}
.view-accessories-node .views-row:nth-child(3n+2) {
  margin-left: 24px;
  margin-right: 24px;
}
.view-accessories-node .views-field-field-image-accessories img {
  margin: auto;
}
.view-accessories .views-field-name {
  font-size: 30px;
  margin-top: 30px;
  margin-bottom: 20px;
  color: #233e84;
  clear: both;
}
.view-accessories .views-field-tid {
  width: 100%;
  clear: both;
  float: none;
}
.view-accessories-node .views-row a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 10px;
  display: block;
  letter-spacing: 2px;
  line-height: 25px;
}
.view-accessories-node .views-field-title {
  min-height: 60px;
}
.view-accessories-node .views-field-title, .view-accessories-node .views-field-field-image-accessories {
  float: left;
  width: 170px;
}
.view-accessories-node .views-field-body, .view-accessories-node .views-field-nid {
  float: right;
  width: 164px;
}
.view-accessories-node .views-field-body {
  margin-bottom: 10px;
  height: 113px;
}
.view-accessories-node .views-field-nid a {
  font-size: 15px;
  padding: 5px 20px 3px;
  text-align: left;
  background: #a5c843;
  color: #fff;
  line-height: 20px;
  margin-top: 45px;
  border: 2px solid transparent;
  text-align: center;
}
.view-accessories-node .views-field-nid a:hover {
  /*opacity: .8;*/
  background: #FFF !important;
  color: #a5c843 !important;
  border: 2px solid #a5c843 !important;
}
#colorbox h2 a {
  text-transform: uppercase;
}
#colorbox .form-actions button {
  background: #a5c843 none repeat scroll 0 0;
}
.view-accessories-node p, .view-accessories-node li {
  font-size: 17px;
}
a.btn {
  text-decoration: none !important;
}
.accreditations-banner img {
  margin: 0 20px;
}
.page-header {
  border-bottom: none;
  font-size: 30px;
  text-transform: uppercase;
  padding: 0 15px;
  margin-top: 80px;
}
#node-61 .field-name-body p, #block-webform-client-block-62 h2 {
  font-size: 20px;
}
#block-webform-client-block-62 h2 {
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 20px;
}
#webform-client-form-73 input {
  font-size: 24px;
  letter-spacing: 2px;
  padding-left: 15px;
  height: 60px;
}
.pagination>li>a, .pagination>li>span {
  text-transform: uppercase;
  font-size: 24px;
  border: none;
  color: #2f3272;
  font-weight: 100;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
  background: none;
  color: #89bd2d;
  padding: 5px 12px;
}
.pagination {
  float: left;
}
.field.field-name-field-related-products.field-type-viewfield.field-label-above {
  margin-top: 20px;
}
.node-type-product .section-cedar-shed {
  margin-top: 80px;
  max-width: 100%;
}
.cat-des {
  padding: 0 15px;
  margin-bottom: 20px;
}
.bigImageget {
  display: none
}
.pagination {
  clear: both;
}
.section-store {
  padding-top: 40px;
}
.front .section-store {
  padding-top: 15px;
}
div.messages.commerce-add-to-cart-confirmation .message-inner .added-product-title {
  width: 100%;
  padding: 25px 50px 0;
  margin: 0;
  letter-spacing: 3px;
}
.button-wrapper a, .button-wrapper span {
  text-transform: uppercase;
  line-height: 40px;
}
div.messages.commerce-add-to-cart-confirmation .message-inner .button-wrapper .button a {
  letter-spacing: 2px;
  font-weight: 100;
  padding-left: 30px;
}
.commerce-add-to-cart-confirmation>a.close {
  display: none;
}
.page-node-61 .section-cedar-shed {
  padding-bottom: 0;
  padding-top: 0;
}
ol.inline.commerce-checkout-progress {
  width: 100%;
}
ol.inline.commerce-checkout-progress li {
  width: 200px;
}
ol.inline.commerce-checkout-progress li.active {
  color: #7CA524;
}
.checkout-cancel, .checkout-back {
  color: #fff !important;
  background: #2f3272 !important;
  margin-left: 5px;
  text-decoration: none !important;
}
.checkout-cancel, .checkout-cancel:hover, .checkout-back, .checkout-back:hover {
  color: #2F3272 !important;
  background: none !important;
  border: none !important;
}
.faq-description, .faq-answer p {
  font-family: 'Fira Sans';
  letter-spacing: 1px;
  color: #105e70;
  margin-bottom: 20px;
}
.scrollToTop {
  display: none !important;
}
#block-block-23 {
  position: fixed;
  right: -400px;
  top: 20%;
  z-index: 999;
}
.title_quick {
  float: left;
  width: 40px;
  cursor: pointer;
}
.content_quick {
  max-width: 400px;
  float: left;
  padding: 30px;
  background: #414486;
}
#block-webform-client-block-270 .block-title {
  margin-top: 0px;
  color: #fff;
}
.faq-question {
  margin-bottom: 15px;
}
#block-commerce-checkout-progress-indication {
  margin-bottom: 30px;
}
.view-taxonomy-term .view-content h3 {
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  line-height: 24px;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 20px;
}
.node-type-news #block-system-main {
  background: #FFF;
}
#block-block-24 {
  padding: 15px;
  background: #FFF;
}
#block-block-11 .news .wrapper {
  background: url('images/featured-product.png') no-repeat;
  min-height: 257px;
}
.video {
  position: absolute;
  right: 290px;
  top: 260px;
  z-index: 9;
}
.video #lightboxthis {
  display: none;
}
.spec a {
  pointer-events: none;
}
#payment-details select {
  width: auto;
}
.form-item-commerce-payment-payment-details-credit-card-exp-month label {
  width: 100%;
}
#edit-commerce-payment-payment-details-credit-card-exp-month, .commerce-month-year-divider {
  float: left;
}
.field-name-body p a {
  overflow-wrap: break-word;
}
.front .node-webform header {
  display: none;
}
/*.page-node .node .field-label {
  font-size: 28px;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-weight: 400;
}*/
.page-node .node .field-label {
    font-size: 24px;
    margin-bottom: 20px;
    text-transform: capitalize;
    letter-spacing: 0.3px;
    font-weight: normal;
    padding-top: 8px;
    width: 65%;

}
.page-node .node .field-name-field-recommended-accessories- .field-label {
  margin-bottom: 5px;
}
.not-front .node .title {
  font-size: 60px;
  margin-bottom: 0px;
  font-family: 'Fira Sans';
}
.not-front .node {}
.tab {
  clear: both;
  width: 100%;
  float: none;
}
.tab_c.active {
  background: #414486;
}
.tab_content {
  background: #414486;
  padding: 15px 25px;
  color: #fff;
  max-width: 536px;
}
.bigimage {
  max-width: 100%;
  height: 380px;
}
.bigimage img {
  margin: auto;
}
.jcarousel-skin-default .jcarousel-item {
  width: 111px !important;
  height: auto;
  margin: 0 5px;
}
.jcarousel-skin-default .jcarousel-clip-horizontal {
  width: 92%;
}
.jcarousel-skin-default .jcarousel-item img {
  width: 100%;
  height: 100%;
  cursor: pointer;
  border: 2px solid transparent;
}
.jcarousel-skin-default .jcarousel-item img:hover, .getHtmlThis.active img {
  border: 2px solid;
}
.jcarousel-skin-default .jcarousel-container-horizontal {
  width: 100%;
  height: auto;
}
.jcarousel-clip ul {
  margin: auto;
}
.field-name-field-images .jcarousel-next, .field-name-field-images .jcarousel-prev {}
.headernode {
  width: 100%;
  clear: both;
  float: left;
  margin-bottom: 40px;
}
.sharethis {
  float: left;
  max-width: 200px;
}
.sharethis a {
  float: left;
  margin-right: 10px;
}
.headernode .small {
  float: left;
  width: 100%;
  clear: both;
  font-size: 18px;
  font-weight: 400;
}
.next_back {
  float: left;
  width: 100%;
  margin-top: 5px;
}
.next_back a {
  width: 178px;
  height: 35px;
  text-align: center;
  line-height: 34px;
  border: 2px solid #fff;
  color: #fff;
  background: #2f3272;
  float: left;
  font-size: 16px;
  text-transform: uppercase;
}
.next_back a:hover {
  border: 2px solid #2f3272;
  background: #fff;
  color: #2f3272;
}
.not-front #block-block-9 {
  margin-top: 60px;
  margin-bottom: 80px;
  /*padding: 20px 0 0px 76px;*/
}
.not-front .footer {
  min-height: 126px;
  margin-top: 0px;
  padding-top: 60px;
}
.page-node-61 .footer {
  min-height: 0;
}
.field-label-inline .field-label, .field-label-inline .field-items {
  max-width: 100%;
}
.field-name-field-gallery-image {}
.field-name-field-gallery-image .field-item {
  margin: 0.2%;
  margin-bottom: 20px;
  float: left;
  width: 24%;
  border: 1px solid;
}
.view-news .views-row {
  float: left;
  width: 100%;
  clear: both;
  margin-bottom: 50px;
  border-bottom: 1px solid;
  padding-bottom: 30px;
}
.view-news .views-field-field-new-image {
  float: left;
  margin-right: 30px;
  min-height: 200px;
}
.view-news .views-field-title a {
  text-transform: uppercase;
  font-size: 28px;
  margin-bottom: 30px;
}
.tab #block-webform-client-block-44 .block-title {
  color: #fff;
  margin-top: 0px;
}
.webform-client-form .webform-submit {
  color: #fff;
  font-size: 19px;
  padding: 5px 15px;
  text-align: left;
  letter-spacing: 4px;
}
#webform-client-form-270 .webform-submit {
  background: #a5c843 none repeat scroll 0 0;
}
.not-front .webform-client-form .webform-submit {
  background: #7ca524;
  border: 2px solid #fff;
}
.field-name-field-specifications {
  margin-top: 40px;
}
.node-type-product .field-name-body {
  width: 100%;
  float: none;
  clear: both;
  margin-bottom: 30px;
}
.node-type-product .field-name-field-product-features {
  margin-bottom: 30px;
}
.page-node .node .field-name-field-product-features .field-label, .page-node .node .field-name-body .field-label {
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-weight: 400;
  font-family: 'Fira Sans';
  width: 100%;
}
.node-type-product .node p {
  margin-bottom: 10px;
}
.browse {
  clear: both;
  margin-top: 12px;
  float: none;
}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.alert ul li {
  display: none;
}
.alert ul li:first-child {
  display: block;
}
.commerce-add-to-cart .shipping a {
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  text-decoration: underline;
  letter-spacing: 2px;
}
.commerce-add-to-cart .form-type-checkbox {
  clear: both;
  display: inline-block;
  float: none;
  width: 100%;
}
.commerce-add-to-cart .form-type-checkbox .commerce-product-title {
  margin-left: 10px;
  float: left;
  font-size: 20px;
  width: 315px;
  margin-right: 30px;
}
.form-checkbox {
  background: none;
  border: 1px solid #fff;
  float: left;
  width: 20px;
  height: 20px;
}
.not-front #cboxContent .node {
  margin-top: 0px;
}
.page-node .node .spec .field-label, .page-node .node .spec .field, .page-node .node .spec .field a {
  font-size: 18px;
  line-height: 24px;
}
.page-node .node .spec .field-label {
  text-transform: capitalize;
  letter-spacing: 1px;
  margin-bottom: 0px;
}
.page-node .node .spec .title_this {
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 6px;
  margin: 50px 0px 25px;
}
.node-type-product .node .spec p, .node-type-product .node .spec a {
  margin-bottom: 0px;
  color: #fff;
  font-size: 18px;
}
.page-node .node .spec .left {
  width: 285px;
  margin-bottom: 10px;
  float: left;
  margin-right: 10px;
}
.page-node .node .spec .right {
  float: left;
  width: 285px;
}
.page-node .node .spec .field {
  color: #fff;
  padding-left: 85px;
  padding-top: 15px;
  padding-bottom: 10px;
  padding-right: 5px;
  background-position: 10px 15px;
}
.field-name-field-dimensions {
  background: url('images/icon-dimensions.png') left center no-repeat #7ca524;
}
.field-name-field-roof {
  background: url('images/icon-roof.png') left center no-repeat #7ca524;
}
.field-name-field-window {
  background: url('images/icon-window.png') left center no-repeat #7ca524;
}
.field-name-field-floor {
  background: url('images/icon-floor.png') left center no-repeat #7ca524;
}
.field-name-field-other-features {
  background: url('images/icon-features.png') left center no-repeat #7ca524;
}
.field-name-field-dimensions, .field-name-field-roof, .field-name-field-floor {
  margin-bottom: 10px;
}
.node-type-product .page-header {
  display: none;
}
.page-node .node .spec .left .field {
  height: 90px;
}
.page-node .node .spec .right .field {
  height: 140px;
}
.sliders {
  position: relative;
}
.page-node-61 .sliders {
  min-height: 388px;
}
.page-node-61 .sliders img {
  display: none;
}
#node-61 {
  margin-top: 0px;
}
#webform-client-form-62 .form-text, #webform-client-form-62 .form-textarea {
  background: #ebebeb;
}
#webform-client-form-62 .webform-submit {
  background: #7ca524;
}
.page-node-61 .sliders .carousel-caption {
  left: 274px;
}
#block-block-18 {
  background: #7ca524;
}
.page-news .page-header, .node-type-news .page-header {
  display: none;
}
.page-node-273 .page-header {
  display: block;
}
#block-webform-client-block-73 {
  background: #44488e;
  margin-top: 40px;
  padding-bottom: 30px;
}
.page-news .region-sidebar-second .block-title, .node-type-news .region-sidebar-second .block-title {
  color: #fff;
  font-size: 44px;
}
.page-news .region-sidebar-second .block, .node-type-news .region-sidebar-second .block {
  padding: 5px 30px;
}
.view-news .views-field-title {
  margin-bottom: 5px;
}
.views-field-view-node a, .view-gazebos .views-field-tid a {
  font-size: 16px;
  color: #fff;
  background: #7ca524;
  border: 2px solid #FFF;
  display: inline-block;
  padding: 5px 35px 2px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.views-field-sharethis, .views-field-sharethis .field-content {
  width: 100%;
  clear: both;
  float: left;
  text-align: right;
}
.views-field-sharethis .field-content {
  margin-top: 10px;
}
.views-label-sharethis {
  float: right;
  max-width: 500px;
  text-align: left;
  font-style: italic;
}
.views-label-sharethis {
  font-size: 20px;
}
.stButton .stFb, .stButton .stTwbutton, .stButton .stMainServices {
  height: 22px !important;
}
.tabcontent .field-name-field-product {
  margin-top: 10px;
}
#webform-client-form-73 .form-actions {
  width: 230px;
  margin: auto;
}
#webform-client-form-73 .webform-submit {
  width: 230px;
  text-align: center;
}
#block-block-18 a {
  margin-right: 10px;
}
#block-webform-client-block-73 .block-title {
  text-align: center;
  font-size: 32px;
  text-transform: uppercase;
  letter-spacing: 6px;
  line-height: 40px;
  margin-bottom: 20px;
}
.view-gazebos .views-row {
  height: 550px;
  border: 1px solid #414486;
  background: #fff;
  margin-right: 30px;
  margin-bottom: 30px;
  max-width: 386px;
  padding: 20px;
}
.view-gazebos .views-row-3, .view-gazebos .views-row-6 {
  margin-right: 0px;
}
.view-gazebos .views-row img {
  max-width: 100%;
}
.page-gazebos .page-header {
  display: none;
}
.view-gazebos .views-field-name {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.view-gazebos .views-field-field-image {
  margin-bottom: 10px;
}
.view-taxonomy-term .views-field-title {}
.view-taxonomy-term .views-row {
  border: 1px solid #414486;
  background: #fff;
  margin-right: 0px;
  margin-bottom: 20px;
  max-width: 381px;
  padding: 10px 20px;
}
.view-taxonomy-term .views-row-3, .view-taxonomy-term .views-row-6 {
  margin-right: 0px;
}
.view-taxonomy-term .views-row img {
  max-width: 100%;
}
.view-taxonomy-term .views-field-title {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 5px;
  height: 90px;
}
.view-taxonomy-term .views-field-field-images {
  display: inline-block;
  margin-bottom: 0px;
  height: 210px;
  width: 100%;
  text-align: center;
}
.view-taxonomy-term .views-field-field-images a {
  width: 100%;
  text-align: center;
  display: inline-block;
  margin-bottom: 0px;
  height: 210px;
}
.view-taxonomy-term .views-field-field-images a img {
  margin: 0 auto;
}
.mobile_logo, #block-block-19 {
  display: none;
}
.view-taxonomy-term .views-field-body p {
  font-size: 14px;
}
.view-taxonomy-term .views-field-body {
  min-height: 140px;
}
.image-slide-mobile {
  display: none;
}
.image-slide-big, .image-slide-mobile {}
.fixed {
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 9999;
}

}
.form-item-pass-pass1, .form-item-pass-pass2 {
  width: 100%;
  clear: both;
}
.password-help, .form-item-pass .control-label {
  display: none;
}
.form-item-pass .row .control-label {
  display: block;
}
.view-video-slide .jcarousel-skin-default .jcarousel-item {
  width: 255px !important;
  margin: 0px;
}
.view-video-slide .jcarousel-skin-default {
  /*width:845px !important;*/

  width: 100% !important;
  padding: 0;
}
#block-views-video-slide-block {
  display: block;
}
#block-views-video-slide-block-1 {
  display: none;
}
.jcarousel-skin-default .jcarousel-prev-horizontal, .jcarousel-skin-default .jcarousel-next-horizontal {
  top: 40%!important;
}
.sliders .carousel-caption {
  background-color: none !important;
  background-image: none !important;
}
footer .copyright, footer .design {
  color: #fff;
  /*margin-top:15px;*/
}
footer .copyright a, footer .design a {
  color: #fff;
}
.no-gutter {
  padding-left: 0px;
  padding-right: 0px;
}
#block-block-9 .box.box-accessories {
  /*margin-left: -30px;*/
}
.topfull-main {
  background: #9BC22F;
}
.commerce-price-savings-formatter-prices-down .commerce-price-savings-formatter-price .price-amount {
  color: #ffa800!important;
}
/*-----------------------06-10-2017--------*/
.field-name-commerce-price tbody tr td.price-amount {
    color: #ffa800 !important;
}