/*Some classes are not in the appropriate sections for all pages. As they have been used on several pages*/
.grecaptcha-badge {
    visibility: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
a,
li {
    padding: 0;
    margin: 0;
}

html,
body {
    height: 100%;
}

#outer_cont {
    min-height: 100%;
    position: relative;
}

.body {
    font-family: "museo-sans", sans-serif;
    /*available font weights: 100 300 500 700*/
    font-size: 1.6rem;
}

.overflow {
    overflow: hidden;
}

/*olark wrapper*/
#hbl-live-chat-wrapper {
    display: none;
}

/********************************************
************REUSABLE CLASSES*****************
********************************************/
.no_pad {
    padding: 0;
}

.no_border {
    border: none;
}

.text_center {
    text-align: center;
}

.break_line {
    display: block;
}

.para {
    font-size: 1.6rem;
    font-weight: 300;
}

#capitalize {
    text-transform: capitalize;
}

.expressblue {
    color: #e83754;
}

.orange_jumbo .title {
    font-size: 4rem;
    line-height: 1.1em;
    color: #ffffff;
}

.orange_jumbo {
    background-color: #260c15 !important;
    padding: 2.5rem 0;
    margin: 0 0 2.5rem 0;
}

.heading {
    font-size: 2.6rem;
    line-height: 1.2em;
    text-align: center;
    color: #e83754;
    margin-bottom: 5rem;
    font-weight: 300;
}

.heading span {
    display: block;
    color: #260c15;
}

.multi_para {
    text-align: center;
    color: #260c15;
    font-size: 2.4rem;
    line-height: 1.2em;
    font-weight: 300;
    margin-bottom: 2.5rem;
}

.multi_para span {
    color: #e83754;
}

.link_color {
    color: #e83754 !important;
}

/****************************************
******************HEADER*********************
********************************************/
.header_bg {
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.4),
            rgba(0, 0, 0, 0.4)), url(../images/header_bg.jpg);
    background: -o-linear-gradient(rgba(0, 0, 0, 0.4),
            rgba(0, 0, 0, 0.4)), url(../images/header_bg.jpg);
    background: linear-gradient(rgba(0, 0, 0, 0.4),
            rgba(0, 0, 0, 0.4)),
        url(../images/header_bg.jpg);
    background-size: cover;
    background-position: 50% 50%;
    width: 100%;
    height: 300px;
}

#top_bar {
    width: auto;
    float: right;
}

#top_bar ul {
    list-style-type: none;
    display: inline-block;
    margin-bottom: 0 !important;
    float: left;
}

#top_bar ul li {
    display: inline-block;
    float: left;
}

#top_bar ul li a {
    color: #ffffff;
    font-size: 1.6rem;
    text-transform: capitalize;
    display: inline-block;
    padding: 3rem 2rem;
    float: left;
}

#head_logo {
    width: 22rem;
}

#head_logo img {
    width: 100%;
}

#logo_container {
    width: 20%;
    float: left;
}

#logo_container img {
    width: 13rem;
    padding: 1rem;
}

#head_buttons {
    width: 100%;
    float: left;
}

#basket_button {
    background-color: #260c15;

}

#head_number {
    background-color: #260c15;
}

#login_button {
    background-color: #260c15;
}

#myaccount_button {
    background-color: #260c15;
}

#logout_button {
    background-color: #260c15;
}

#phone_icon {
    width: 2rem;
    vertical-align: top;
    margin: 0 1rem;
}

#basket_icon {
    width: 2rem;
    margin-right: 1rem;
    vertical-align: top;
}

#head_number span {
    display: inline-block;
    width: 0;
    height: 0;
    overflow: hidden;
    transition: width 1s ease;
}

#head_number:hover {
    text-decoration: underline;
}

#head_number:hover span {
    width: 108px;
    height: 22px;
    overflow: unset;
}

#top_bar ul li a {
    position: relative;
    min-height: 8.3rem;
}

#top_bar ul li a:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

#top_bar ul li a:hover:after {
    width: 120%;
    background-color: rgba(255, 255, 255, 0);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

#logo_middle {
    display: none;
}

.loggedout,
.loggedin {
    width: 80%;
}

#mob_header {
    display: none;
}

#fullhead_wrap {
    border-bottom: 0.5rem solid #260c15;
}

/*****************HEAD NAV*******************/
#nav_container {
    float: right;
    width: auto;
}

#head_logo {
    float: left;
}

.header_nav {
    list-style-type: none;
    padding: 0;
    float: right;
    margin-bottom: 0;
}

.header_nav li {
    display: inline-block;
    position: relative;
    float: left;
}

.header_nav li a:link,
.header_nav li a:visited {
    color: #260c15;
    font-size: 1.6rem;
    text-transform: capitalize;
    display: inline-block;
    padding: 3rem 2rem;
    border-left: 0.1rem solid #260c15;
    -webkit-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
    transition: color 0.5s ease;
}

.header_nav li a:hover {
    color: #ffffff;
    text-decoration: none;
}

.header_nav li a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0%;
    z-index: -1;
    background-color: #e83754;
    -webkit-transition: width 0.5s ease;
    -o-transition: width 0.5s ease;
    transition: width 0.5s ease;
}

.header_nav li a:hover:before {
    width: 100%;
}

.header_nav li.current-menu-item a {
    color: #ffffff;
    text-decoration: none;
}

.header_nav li.current-menu-item a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
    background-color: #260c15;
}

.header_nav li.current-menu-item .sub-menu li a:before {
    width: 0%;
    background-color: #ffffff;
}

.header_nav li.current-menu-item .sub-menu li a:hover:before {
    background-color: #e83754;
    width: 100%;
}

.header_nav li.current-menu-item .sub-menu li a {
    color: #260c15;
}

.header_nav li.current-menu-item .sub-menu li a:hover {
    color: #ffffff;
}

#mob_navbar {
    display: none;
}

.overlay_logo {
    display: none;
}

#nav_icons {
    display: none;
}

#button,
#nav_contact {
    display: none;
}

.select2-container--default .select2-selection--single {
    font-size: 1.6rem;
}

/*Stairbuilder dropdown*/
#sb_dropdown.triple {
    position: absolute;
    right: 0;
    width: 111rem;
    z-index: 10;
    margin-top: -0.5rem;
    background-color: #f7f7f7;
}


#sb_dropdown.no_triple {
    position: absolute;
    right: 23rem;
    z-index: 10;
    width: 88rem;
    background-color: #f7f7f7;
    margin-top: -0.5rem;
}

#sb_dropdown.triple .dropdown_col {
    width: 20%;
    float: left;
    min-height: 1px;
    padding: 3rem 3rem 2rem 3rem;
    border-left: 0.1rem solid #e7e7e7;
}

#sb_dropdown {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 1s;
    -o-transition: max-height 1s;
    transition: max-height 1s;
}

#sb_dropdown #border_top {
    border-top: 0.5rem solid #260c15;
}

#sb_dropdown.animate {
    max-height: 50rem;
}

#sb_dropdown.no_triple .dropdown_col {
    width: 25%;
    float: left;
    min-height: 1px;
    padding: 3rem 3rem 2rem 3rem;
    border-left: 0.1rem solid #e7e7e7;
}

#drop_title {
    font-size: 1.8rem;
    margin-bottom: 4rem;
    color: #260c15;
}

#drop_para {
    font-size: 1.4rem;
    color: #e83754;
}

.stair_text {
    text-align: center;
    font-size: 1.8rem;
    margin-top: 1rem;
    color: #260c15;
}

#drop_link1:hover .dropdown_col img {
    border: 0.3rem solid #e83754;
}

#drop_link2:hover .dropdown_col img {
    border: 0.3rem solid #260c15;
}

#drop_link3:hover .dropdown_col img {
    border: 0.3rem solid #260c15;
}

#drop_link4:hover .dropdown_col img {
    border: 0.3rem solid #260c15;
}

#sb_dropdown .border_none {
    border: none !important;
}

#header .row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

#nav_email {
    display: none;
}

/*about us drop down*/
#menu-item-87542 .sub-menu {
    position: absolute;
    left: 0;
    width: 20.7rem;
    background-color: #ffffff;
    z-index: 10;
    max-height: 0;
    overflow: hidden;
    opacity: 1;
    -webkit-transition: max-height 1s ease;
    -o-transition: max-height 1s ease;
    transition: max-height 1s ease;
}

#menu-item-87542 .sub-menu.menu_height {
    z-index: 11;
    max-height: 21rem;
}

#menu-item-87542 .sub-menu.fade_out {
    opacity: 0;
    -webkit-transition: max-height 1s ease, opacity 1s ease;
    -o-transition: max-height 1s ease, opacity 1s ease;
    transition: max-height 1s ease, opacity 1s ease;
}

/*help and guides dropdown*/
#menu-item-87531 .sub-menu {
    position: absolute;
    left: 0;
    width: 26.1rem;
    background-color: #ffffff;
    z-index: 10;
    max-height: 0;
    overflow: hidden;
    opacity: 1;
    -webkit-transition: max-height 1s ease;
    -o-transition: max-height 1s ease;
    transition: max-height 1s ease;
}

#menu-item-87531 .sub-menu.menu_height {
    z-index: 11;
    max-height: 47.5rem;
}

#menu-item-87531 .sub-menu.fade_out {
    opacity: 0;
    -webkit-transition: max-height 1s ease, opacity 1s ease;
    -o-transition: max-height 1s ease, opacity 1s ease;
    transition: max-height 1s ease, opacity 1s ease;
}

/*stairbuilder dropdown*/
#menu-item-84577 .sub-menu {
    position: absolute;
    left: 0;
    width: 22.4rem;
    background-color: #ffffff;
    z-index: 10;
    max-height: 0;
    overflow: hidden;
    opacity: 1;
    -webkit-transition: max-height 1s ease;
    -o-transition: max-height 1s ease;
    transition: max-height 1s ease;
}

#menu-item-84577 .sub-menu.menu_height {
    max-height: 21rem;
}

#menu-item-84577 .sub-menu.fade_out {
    opacity: 0;
    -webkit-transition: max-height 1s ease, opacity 1s ease;
    -o-transition: max-height 1s ease, opacity 1s ease;
    transition: max-height 1s ease, opacity 1s ease;
}

#menu-item-87531 .sub-menu li,
#menu-item-84577 .sub-menu li,
#menu-item-87542 .sub-menu li {
    width: 100%;
    border-top: 1px solid #260c15;
    border-right: 0.1rem solid #260c15;
}

#menu-item-87531 .sub-menu li:last-child,
#menu-item-84577 .sub-menu li:last-child,
#menu-item-87542 .sub-menu li:last-child {
    border-bottom: 0.1rem solid #260c15;
}

#head_nav.no_triple #menu-item-84577 .sub-menu li:last-child {
    display: none;
}

#head_nav.no_triple #menu-item-84577 .sub-menu li:nth-child(3) {
    border-bottom: 0.1rem solid #260c15;
}

#menu-item-87531 .sub-menu li a,
#menu-item-84577 .sub-menu li a,
#menu-item-87542 .sub-menu li a {
    padding: 1rem 2rem;
    width: 100%;
}

/******************************************
***************IMAGE SLIDER******************
********************************************/
.carousel {
    max-width: none;
}

#bg_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    z-index: 2;
    opacity: 0.2;
}

#express_slider {
    height: 50rem;
    position: relative;
    overflow: hidden;
}

.carousel-control {
    z-index: 4;
}

.carousel-caption {
    /*centering each slide vertically*/
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    bottom: auto;
    padding: 0;
    bottom: unset !important;

}

.carousel-caption h3:first-child {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.carousel-caption h3:nth-child(2) {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.carousel-caption h3 {
    color: black;
    margin: 0;
}

.item {
    position: relative;
    background-position: center;
    background-size: cover;
    height: 100%;
}

.carousel-inner {
    z-index: 3;
}

.item h3 {
    color: #ffffff;
}

/*Christmas slides start*/

.item .christmas_one h3,
.item .christmas_two h3 {
    font-size: 7rem;
    line-height: 1em;
}

.item .christmas_one h3:nth-child(1),
.item .christmas_two h3:nth-child(1) {
    margin-bottom: 10px;
}

.item .christmas_one a {
    background-color: #ca3538;
    border-color: #ca3538;
}

.item .christmas_two a {
    background-color: #e83754;
    border-color: #e83754;
}

.item .christmas_one .disclaimer {
    font-size: 1.4rem;
    color: #fff;
    margin-top: 1rem;
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}


.carousel-caption a {
    font-size: 2.8rem;
}

@media only screen and (max-width: 1800px) {

    .item .christmas_one h3,
    .item .christmas_two h3 {
        font-size: 6rem;
    }
}

@media only screen and (max-width: 1600px) {

    .item .christmas_one h3,
    .item .christmas_two h3 {
        font-size: 5rem;
    }



    .carousel-caption a {
        font-size: 2rem;
    }
}

@media only screen and (max-width: 1370px) {

    .item .christmas_one h3,
    .item .christmas_two h3 {
        font-size: 4.5rem;
    }
}

@media only screen and (max-width: 1100px) {

    .item .christmas_one a,
    .item .christmas_two a {
        font-size: 1.8rem;
    }
}

@media only screen and (max-width: 1000px) {

    .item .christmas_one h3,
    .item .christmas_two h3 {
        font-size: 3.8rem;
    }
}

@media only screen and (max-width: 700px) {

    .item .christmas_one h3,
    .item .christmas_two h3 {
        font-size: 3rem;
    }

    .item .christmas_one a,
    .item .christmas_two a {
        font-size: 1.6rem;
    }
}

@media only screen and (max-width: 500px) {

    .item .christmas_one a,
    .item .christmas_two a {
        font-size: 1.4rem;
    }

    .item .christmas_one .disclaimer {
        font-size: 1.2rem;
    }
}

@media only screen and (max-width: 600px) {

    .item .christmas_one h3,
    .item .christmas_two h3 {
        font-size: 2.6rem;
    }
}

@media only screen and (max-width: 450px) {

    .item .christmas_one h3,
    .item .christmas_two h3 {
        font-size: 2.4rem;
    }
}

@media only screen and (max-width: 400px) {

    .item .christmas_one h3,
    .item .christmas_two h3 {
        font-size: 2rem;
    }
}

.item .christmas_one_19 h3:nth-child(1) {
    font-size: 4.6rem;
    margin-bottom: 2rem;
    max-width: 80rem;
}

.item .christmas_one_19 h3:nth-child(2) {
    font-size: 2.4rem;
    width: 65rem;
    margin: 0 auto;
}

.item .christmas_one_19 a {
    background-color: #ca3538;
    border-color: #ca3538;
}

.item .christmas_one_19 a:hover {
    color: #ca3538;
}

@media only screen and (max-width: 1160px) {
    .item .christmas_one_19 h3:nth-child(1) {
        font-size: 4rem;
    }

    .item .christmas_one_19 h3:nth-child(2) {
        font-size: 2rem;
        width: 52rem;
    }
}

@media only screen and (max-width: 1010px) {
    .item .christmas_one_19 h3:nth-child(1) {
        font-size: 3.5rem;
    }

    .item .christmas_one_19 h3:nth-child(2) {
        font-size: 2rem;
        width: 52rem;
    }
}

@media only screen and (max-width: 900px) {
    .item .christmas_one_19 h3:nth-child(1) {
        font-size: 3rem;
    }

    .item .christmas_one_19 h3:nth-child(2) {
        width: 50rem;
    }
}

@media only screen and (max-width: 650px) {
    .item .christmas_one_19 h3:nth-child(1) {
        font-size: 2.8rem;
    }

    .item .christmas_one_19 h3:nth-child(2) {
        width: 100%;
        font-size: 1.8rem;
    }
}

@media only screen and (max-width: 550px) {
    .item .christmas_one_19 h3:nth-child(1) {
        font-size: 2.4rem;
        margin-bottom: 1rem;
    }

    .item .christmas_one_19 h3:nth-child(2) {
        font-size: 1.6rem;
    }
}

@media only screen and (max-width: 500px) {
    .item .christmas_one_19 h3:nth-child(1) {
        font-size: 2rem;
    }

    .item .christmas_one_19 h3:nth-child(2) {
        font-size: 1.4rem;
    }
}

@media only screen and (max-width: 370px) {
    .item .christmas_one_19 h3:nth-child(1) {
        font-size: 1.8rem;
    }
}

@media only screen and (max-width: 340px) {
    .item .christmas_one_19 h3:nth-child(1) {
        font-size: 1.6rem;
    }
}

/*Christmas slides end*/


/*first slide*/
.item .first h3:nth-child(1) {
    font-size: 130px;
    line-height: 0.8em;
    margin-bottom: 1rem;
}

.item .first h3:nth-child(2) {
    font-size: 70px;
    line-height: 1em;
}

.item .first a {
    background-color: #260c15;
    border-color: #260c15;
}

.item .first a:hover {
    color: #260c15;
}

/*second slide*/

.item .second h3 {
    font-size: 80px;
    line-height: 1em;
}

.item .second h3:nth-child(1) {
    margin-bottom: 10px;
}

.item .second a {
    background-color: #ca3538;
    border-color: #ca3538;
}

.item .second a:hover {
    color: #ca3538;
}

/*third slide*/

.item .third h3 {
    font-size: 80px;
    line-height: 1em;
}

.item .third a {
    background-color: #e83754;
    border-color: #e83754;
}

.item .third a:hover {
    color: #e83754;
}

.item .third h3:nth-child(1) {
    margin-bottom: 10px;
}

/*fourth slide*/

.item .fourth h3 {
    font-size: 80px;
    line-height: 1em;
}

.item .fourth a {
    background-color: #e83754;
    border-color: #e83754;
}

.item .fourth a:hover {
    color: #e83754;
}

.item .fourth h3:nth-child(1) {
    margin-bottom: 10px;
}

/*fifth slide*/
.item .fifth h3:nth-child(1) {
    font-size: 8rem;
    line-height: 1em;
    margin-bottom: 1.5rem;
}

.item .fifth h3:nth-child(2) {
    font-size: 6rem;
}

.item .fifth a {
    background-color: #260c15;
    border-color: #260c15;
}

.item .fifth a:hover {
    color: #260c15;
}

/*button styles*/

.carousel-caption a {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
    font-size: 3rem;
    padding: 0.5rem 2.5rem;
    border-radius: 0.5rem;
    border: 0.2rem solid;
    display: inline-block;
    margin-top: 3rem;
}

.carousel-caption a:link,
.carousel-caption a:visited {
    color: #ffffff;
}

.carousel-caption a:hover {
    background-color: #ffffff;
    text-decoration: none;
}

/*Background*/

#slider_bg {
    /* position: absolute; */
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

/*Christmas background start*/

/*READ THIS!!!!!!!!!!!!!! find and replace christmas1_ with expressstairs_sb- and christmas2_ with workshop_one-*/

/*#carouselbg1{
    position: absolute;
    background: -webkit-linear-gradient(
        rgba(0, 0, 0, 0.4), 
        rgba(0, 0, 0, 0.4)
    ), url(../images/expressstairsnew.jpg);
    background: -o-linear-gradient(
        rgba(0, 0, 0, 0.4),
        rgba(0, 0, 0, 0.4)
    ),url(../images/expressstairsnew.jpg);
    background: linear-gradient(
        rgba(0, 0, 0, 0.4),
        rgba(0, 0, 0, 0.4)),
    url(../images/expressstairsnew.jpg);
    background-size: cover!important;
    background-position: 50% 40%!important;
    background-repeat: no-repeat!important;
    height: 100%;
    width: 110%;
    max-width: 110%;
    z-index: 4;
   -webkit-transition:opacity 3s; 
   -moz-transition:opacity 3s;
   -o-transition:opacity 3s;
   transition:opacity 3s;
}

#carouselbg2{
    position: absolute;
    background: -webkit-linear-gradient(
        rgba(0, 0, 0, 0.4), 
        rgba(0, 0, 0, 0.4)
    ), url(../images/workshop_one-2500.jpg);
    background: -o-linear-gradient(
        rgba(0, 0, 0, 0.4), 
        rgba(0, 0, 0, 0.4)
    ),url(../images/workshop_one-2500.jpg);
    background: linear-gradient(
        rgba(0, 0, 0, 0.4), 
        rgba(0, 0, 0, 0.4)),
    url(../images/workshop_one-2500.jpg);
    background-size: cover!important;
    background-position: 50% 55%!important;
    background-repeat: no-repeat!important;
    height: 100%;
    width: 110%;
    max-width: 110%;
    z-index: 3;
   -webkit-transition:opacity 3s; 
   -moz-transition:opacity 3s;
   -o-transition:opacity 3s;
   transition:opacity 3s;
}*/

/*Christmas background end*/


#carouselbg1 {
    position: absolute;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.4),
            rgba(0, 0, 0, 0.4)), url(../images/expressstairsnew2.jpg);
    background: -o-linear-gradient(rgba(0, 0, 0, 0.4),
            rgba(0, 0, 0, 0.4)), url(../images/expressstairsnew2.jpg);
    background: linear-gradient(rgba(0, 0, 0, 0.4),
            rgba(0, 0, 0, 0.4)),
        url(../images/expressstairsnew2.jpg);
    background-size: cover !important;
    background-position: 50% 40% !important;
    background-repeat: no-repeat !important;
    height: 100%;
    width: 110%;
    max-width: 110%;
    z-index: 4;
    -webkit-transition: opacity 3s;
    -moz-transition: opacity 3s;
    -o-transition: opacity 3s;
    transition: opacity 3s;
}

#carouselbg2 {
    position: absolute;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.4),
            rgba(0, 0, 0, 0.4)), url(../images/expressstairsnew.jpg);
    background: -o-linear-gradient(rgba(0, 0, 0, 0.4),
            rgba(0, 0, 0, 0.4)), url(../images/expressstairsnew.jpg);
    background: linear-gradient(rgba(0, 0, 0, 0.4),
            rgba(0, 0, 0, 0.4)),
        url(../images/expressstairsnew.jpg);
    background-size: cover !important;
    background-position: 50% 55% !important;
    background-repeat: no-repeat !important;
    height: 100%;
    width: 110%;
    max-width: 110%;
    z-index: 3;
    -webkit-transition: opacity 3s;
    -moz-transition: opacity 3s;
    -o-transition: opacity 3s;
    transition: opacity 3s;
}

#carouselbg6 {
    position: absolute;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.4),
            rgba(0, 0, 0, 0.4)), url(../images/christmas_2019.jpg);
    background: -o-linear-gradient(rgba(0, 0, 0, 0.4),
            rgba(0, 0, 0, 0.4)), url(../images/christmas_2019.jpg);
    background: linear-gradient(rgba(0, 0, 0, 0.4),
            rgba(0, 0, 0, 0.4)),
        url(../images/christmas_2019.jpg);
    background-size: cover !important;
    background-position: 50% 55% !important;
    background-repeat: no-repeat !important;
    height: 100%;
    width: 110%;
    max-width: 110%;
    z-index: 3;
    -webkit-transition: opacity 3s;
    -moz-transition: opacity 3s;
    -o-transition: opacity 3s;
    transition: opacity 3s;
}



#carouselbg3 {
    position: absolute;
    background-size: cover !important;
    background-position: 50% 60% !important;
    background-repeat: no-repeat !important;
    height: 100%;
    width: 110%;
    max-width: 110%;
    z-index: 2;
    -webkit-transition: opacity 3s;
    -moz-transition: opacity 3s;
    -o-transition: opacity 3s;
    transition: opacity 3s;
}

#carouselbg3.src {
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.4),
            rgba(0, 0, 0, 0.4)), url(../images/stairs-2500.jpg);
    background: -o-linear-gradient(rgba(0, 0, 0, 0.4),
            rgba(0, 0, 0, 0.4)), url(../images/stairs-2500.jpg);
    background: linear-gradient(rgba(0, 0, 0, 0.4),
            rgba(0, 0, 0, 0.4)),
        url(../images/stairs-2500.jpg);
}

#carouselbg4 {
    position: absolute;
    background-size: cover !important;
    background-position: 50% 45% !important;
    background-repeat: no-repeat !important;
    height: 100%;
    width: 110%;
    max-width: 110%;
    z-index: 1;
    -webkit-transition: opacity 3s;
    -moz-transition: opacity 3s;
    -o-transition: opacity 3s;
    transition: opacity 3s;
}

#carouselbg4.src {
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.4),
            rgba(0, 0, 0, 0.4)), url(../images/cnc-2500.jpg);
    background: -o-linear-gradient(rgba(0, 0, 0, 0.4),
            rgba(0, 0, 0, 0.4)), url(../images/cnc-2500.jpg);
    background: linear-gradient(rgba(0, 0, 0, 0.4),
            rgba(0, 0, 0, 0.4)),
        url(../images/cnc-2500.jpg);
}

#carouselbg5 {
    position: absolute;
    background-size: cover !important;
    background-position: 50% 45% !important;
    background-repeat: no-repeat !important;
    height: 100%;
    width: 110%;
    max-width: 110%;
    z-index: 1;
    -webkit-transition: opacity 3s;
    -moz-transition: opacity 3s;
    -o-transition: opacity 3s;
    transition: opacity 3s;
}

#carouselbg5.src {
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.4),
            rgba(0, 0, 0, 0.4)), url(../images/workshop_two-2500.jpg);
    background: -o-linear-gradient(rgba(0, 0, 0, 0.4),
            rgba(0, 0, 0, 0.4)), url(../images/workshop_two-2500.jpg);
    background: linear-gradient(rgba(0, 0, 0, 0.4),
            rgba(0, 0, 0, 0.4)),
        url(../images/workshop_two-2500.jpg);
}

#carouselbg1,
#carouselbg3,
#carouselbg5{
    -webkit-animation: background-rtl 46s linear infinite;
    animation: background-rtl 46s linear infinite;
}

#carouselbg2,
#carouselbg4,
#carouselbg6 {
    -webkit-animation: background-ltr 46s linear infinite;
    animation: background-ltr 46s linear infinite;
}

#slider_bg div {
    opacity: 0
}

.js #slider_bg .show,
#slider_bg .show {
    opacity: 1
}

/*animating borders*/

.border_box {
    position: relative;
    display: inline-block;
    padding: 35px 80px 45px 80px;
}

@media only screen and (max-width: 1450px) {
    .border_box {
        padding: 3.5rem 5rem 4.5rem 5rem;
    }
}

@media only screen and (max-width: 1350px) {
    .border_box {
        padding: 3.5rem 3rem 4.5rem 3rem;
    }
}

.border_box.draw:before,
.border_box.draw:after {
    content: '';
    box-sizing: border-box;
    position: absolute;
    width: 0;
    height: 0;
    padding: 5px;
}

.border_box.draw:before {
    top: 0;
    left: 0;
    border-top: 2px solid transparent;

    -webkit-animation: border_before 1s linear;
    animation: border_before 1s linear;

    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;

    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

.border_box.draw:after {
    bottom: 0;
    right: 0;
    border-bottom: 2px solid transparent;

    -webkit-animation: border_after 1s linear;
    animation: border_after 1s linear;

    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;

    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

/*animations*/
@-webkit-keyframes background-zoom {
    0% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

    50% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }
}

@keyframes background-zoom {
    0% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

    50% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }
}


@-webkit-keyframes background-ltr {
    0% {
        -webkit-transform: translateX(-7.5%);
        -moz-transform: translateX(-7.5%);
        -o-transform: translateX(-7.5%);
        transform: translateX(-7.5%);

    }

    50% {
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }

    100% {
        -webkit-transform: translateX(-7.5%);
        -moz-transform: translateX(-7.5%);
        -o-transform: translateX(-7.5%);
        transform: translateX(-7.5%);
    }
}

@keyframes background-ltr {
    0% {
        -webkit-transform: translateX(-7.5%);
        -moz-transform: translateX(-7.5%);
        -o-transform: translateX(-7.5%);
        transform: translateX(-7.5%);

    }

    50% {
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }

    100% {
        -webkit-transform: translateX(-7.5%);
        -moz-transform: translateX(-7.5%);
        -o-transform: translateX(-7.5%);
        transform: translateX(-7.5%);
    }
}

@-webkit-keyframes background-rtl {
    0% {
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }

    50% {
        -webkit-transform: translateX(-7.5%);
        -moz-transform: translateX(-7.5%);
        -o-transform: translateX(-7.5%);
        transform: translateX(-7.5%);
    }

    100% {
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@keyframes background-rtl {
    0% {
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }

    50% {
        -webkit-transform: translateX(-7.5%);
        -moz-transform: translateX(-7.5%);
        -o-transform: translateX(-7.5%);
        transform: translateX(-7.5%);
    }

    100% {
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@-webkit-keyframes border_before {
    0% {
        width: 0;
        border-color: #ffffff;
    }

    100% {
        width: 100%;
        border-color: #ffffff;
    }
}

@keyframes border_before {
    0% {
        width: 0;
        border-color: #ffffff;
    }

    100% {
        width: 100%;
        border-color: #ffffff;
    }
}

@-webkit-keyframes border_after {
    0% {
        width: 0;
        border-color: #ffffff;
    }

    100% {
        width: 100%;
        border-color: #ffffff;
    }
}

@keyframes border_after {
    0% {
        width: 0;
        border-color: #ffffff;
    }

    100% {
        width: 100%;
        border-color: #ffffff;
    }
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}








@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}































@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

@-webkit-keyframes bounceIn {

    from,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes bounceIn {

    from,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.bounceIn {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

#slide_right {
    width: 5rem;
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    -o-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}

#slide_left {
    width: 5rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: rotateY(180deg) translate(50%, -50%);
    -ms-transform: rotateY(180deg) translate(50%, -50%);
    -o-transform: rotateY(180deg) translate(50%, -50%);
    transform: rotateY(180deg) translate(50%, -50%);
}

/********************************************
**************PRIVACY POLICY*****************
********************************************/

#privacy_policy_page {
    padding: 4rem 0;
}

#privacy_policy_page h1 {
    color: #260c15;
    font-size: 2.6rem;
    line-height: 1.1em;
    font-weight: 500;
}

#privacy_policy_page h2 {
    color: #e83754;
    font-size: 2.2rem;
    line-height: 1.1em;
    margin-bottom: 4rem;
    margin-top: 2rem;
    font-weight: 500;
}

#privacy_policy_page h3 {
    color: #e83754;
    font-size: 2rem;
    line-height: 1.1em;
    margin-bottom: 4rem;
    margin-top: 2rem;
    font-weight: 300;
}

#privacy_policy_page p {
    color: #260c15;
    font-size: 1.8rem;
    line-height: 1.3em;
    font-weight: 100;
    margin-bottom: 3rem;
}

#privacy_policy_page p span {
    font-weight: 500;
}

#privacy_policy_page ul {
    margin-left: 4rem;
}

#privacy_policy_page ul li {
    color: #260c15;
    font-size: 1.8rem;
    line-height: 1.3em;
    font-weight: 100;
    margin-bottom: 2rem;
}

@media only screen and (max-width: 991px) {
    #privacy_policy_page h1 {
        font-size: 2.4rem;
    }

    #privacy_policy_page h2 {
        font-size: 2rem;
    }

    #privacy_policy_page p {
        font-size: 1.6rem;
    }

    #privacy_policy_page ul li {
        font-size: 1.6rem;
    }

    #privacy_policy_page h3 {
        font-size: 1.8rem;
    }
}

@media only screen and (max-width: 767px) {
    #privacy_policy_page h1 {
        font-size: 2.2rem;
    }

    #privacy_policy_page h2 {
        font-size: 1.8rem;
    }

    #privacy_policy_page h3 {
        font-size: 1.6rem;
    }
}

/********************************************
*****************FOOTER**********************
********************************************/
#ft_cont {
    padding-bottom: 8.5rem;
    padding-top: 5rem;
}

.footer_list {
    list-style-type: none;
    /*margin-top: 4em;
    margin-bottom: 4em;*/
}

.footer_list,
#foot_nav {
    margin-top: 1.5rem;
}

.footer_list li {
    font-size: 1.2rem;
    color: #fafafa;
    font-weight: 300;
}

.color_orange {
    color: #e83754;
}

.color_grey {
    color: #260c15;
}

#foot_background {
    background-color: #260c15;
}

.ft_list_title {
    font-size: 1.6rem;
    font-weight: 500;
    margin-top: 1.5rem;
    color: #fafafa;
    margin-bottom: 3rem;
}

.ft_list_title.marg {
    margin-top: 5.5rem;
}

/*#ft_icon_cont .ft_icons{
    border-radius: 0.7rem;
    width: 100%;
    max-width: 4rem;
    margin-left: 1rem;
    float: right;
}*/

#ft_icon_cont .ft_icons {
    border-radius: 0.7rem;
    margin-left: 1rem;
    float: right;
    width: 4rem;
    height: 4rem;
    background-image: url(../images/foot_sprite.png);
    background-repeat: no-repeat;
    background-size: 204px 188px;
}

#stair_scheme {
    /* width: 20rem;
    height: 10rem;
    background-image: url(../images/foot_sprite.png); */
    background-size: 204px 188px;
    background-repeat: no-repeat;
    background-position: -2px -86px;
    /*float: right;*/
    margin-top: 5.5rem;
}

#company_info {
    margin-top: 1.5rem;
}

/*#stair_scheme ul li{
    text-align: right;
}*/

#nav_icons_cont {
    text-align: center;
    margin-top: 1.5rem;
    display: none;
}

#nav_icons_cont .nav_icons {
    background-image: url(../images/foot_sprite.png);
    background-repeat: no-repeat;
    background-size: 204px 188px;
    width: 4rem;
    height: 4rem;
    border-radius: 0.5rem;
    display: inline-block;
    margin: 0 0.5rem;
}

.houzz {
    background-position: -44px -2px
}

.homify {
    background-position: -86px -2px;
}

.linkedin {
    background-position: -2px -44px;
}

.facebook {
    background-position: -2px -2px;
}

.twitter {
    background-position: -44px -44px;
}

#ss_cont {
    width: 100%;
    float: right;
}

#ft_icon_cont {
    width: 100%;
    float: right;
    margin-top: 4rem;
}

#ft_cont .footer_icon {
    width: 4.1rem;
    height: 4rem;
    background-image: url(../images/foot_sprite.png);
    background-size: 204px 188px;
    background-repeat: no-repeat;
    margin-bottom: 3rem;
}

#ft_cont #message_icon {
    background-position: -85px -44px;
}

#ft_cont #link_icon {
    background-position: -127px 0;
    /*float: right;*/
}

/*****************FOOT NAV*******************/
#foot_nav {
    width: 100%;
    /*float: right;*/
}



.footer_nav {
    list-style-type: none;
}

.tcnav {
    margin-top: 5.5rem;
}

.footer_nav li a:link,
.footer_nav li a:visited {
    font-size: 1.4rem;
    line-height: 1.5em;
    color: #fafafa;
    font-weight: 300;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
}

.footer_nav li.current-menu-item a,
.footer_nav li a:hover {
    /*active/hover link style*/
    color: #260c15;
}

#scheme_img {
    width: 100%;
    max-width: 20rem;
    display: block;
    margin-top: 3.5rem;
    float: right;
}

.social_icon {
    width: 100%;
    max-width: 3.5rem;
    margin-top: 2.5rem;
    display: inline-block;
}

.footer_list li a {
    color: inherit;
}

#list_margin {
    margin-top: 1rem;
}

/********************************************
****************HOME PAGE********************
********************************************/
#inner_cont_1 {
    background-color: #e83754;
    -webkit-transition: top 0.2s;
    -o-transition: top 0.2s;
    transition: top 0.2s;
    position: relative;
    top: 0;
}

#inner_cont_2 {
    background-color: #e83754;
    -webkit-transition: top 0.2s;
    -o-transition: top 0.2s;
    transition: top 0.2s;
    position: relative;
    top: 0;
}

#inner_cont_3 {
    background-color: #e83754;
    -webkit-transition: top 0.2s;
    -o-transition: top 0.2s;
    transition: top 0.2s;
    position: relative;
    top: 0;
}

#inner_cont_4 {
    background-color: #e83754;
    -webkit-transition: top 0.2s;
    -o-transition: top 0.2s;
    transition: top 0.2s;
    position: relative;
    top: 0;
}

#inner_cont_1:hover,
#inner_cont_2:hover,
#inner_cont_3:hover,
#inner_cont_4:hover {
    -webkit-box-shadow: 0px 5px 20px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 5px 20px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 20px 2px rgba(0, 0, 0, 0.2);
    top: -10px;
}

#stair_border_1 {
    border: 0.3rem solid #e83754;
    overflow: hidden;
}

#stair_border_2 {
    border: 0.3rem solid #e83754;
    overflow: hidden;
}

#stair_border_3 {
    border: 0.3rem solid #e83754;
    overflow: hidden;
}

#stair_border_4 {
    border: 0.3rem solid #e83754;
    overflow: hidden;
}

.stair_links:hover,
.stair_links:focus {
    text-decoration: none;
}

.txt_strip {
    font-size: 2.3rem;
    line-height: 1em;
    font-weight: 300;
    color: #260c15;
}

.orange_blocks {
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 1rem;
    background-color: #260c15;
}

#bull_left {
    float: right;
}

#bull_right {
    float: left;
}

#parallax {
    /*background-image: url(../images/parallax_stairs_small.jpg);*/
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    margin-bottom: 0;
    padding: 2.5rem 0;
    position: relative;
    margin: 5rem 0;
}

#parallax::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.3;
    z-index: 1;
}

#parallax .jumbo_header {
    color: #ffffff;
    font-size: 3.5rem;
    position: relative;
    z-index: 2;
}

#home_jumbo_text {
    color: #ffffff;
    font-size: 3rem;
    font-weight: 100;
    margin: 0;
    position: relative;
    z-index: 2;
}

#blocks {
    margin-top: 2.5rem;
}

.rounded_blocks {
    width: 3.5rem;
    height: 3.5rem;
    display: block;
    border-radius: 1.2rem;
    margin: 0 auto 1rem;
}

#blue_block {
    background-color: #e83754;
}

#brown_block {
    background-color: #260c15;
}

#orange_block {
    background-color: #260c15;
}

#yellow_block {
    background-color: #260c15;
}

.block_text {
    color: #260c15;
    font-size: 2.5rem;
    margin-bottom: 0;
}

.dis_block {
    display: block;
}

#home_jumbo {
    background-color: #e83754;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    margin-top: 5rem;
    margin-bottom: 7rem;
}

#home_jumbo h3 {
    font-size: 3.5rem;
    color: #ffffff;
}

#bottom_cont {
    margin-bottom: 7rem;
}

#bottom_cont .row {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

#bottom_cont .col img {
    width: 100%;
    -webkit-transition: transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
}

#bottom_cont .col a {
    background-color: #E6E6E6;
    overflow: hidden;
}

#bottom_cont .col a:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.position {
    position: relative;
}

.absolute_img_links {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 75%;
    background-color: #260c15;
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-size: 2rem;
    font-weight: 300;
    padding: 1rem 0;
    transition: all 0.7s ease;
}

.absolute_img_links {
    transform: translate(-50%, -50%) scale(1.1);
    text-decoration: none;
}


#fluid_heading {
    background-color: #260c15;
    text-align: center;
    padding: 2.5rem 0;
    margin: 0 0 2.5rem 0;
}

#fluid_heading2 {
    background-color: #e83754;
    text-align: center;
    padding: 2.5rem 0;
    margin: 0;
}


#fluid_text {
    font-size: 2.5rem;
    line-height: 1.2em;
    margin: auto;
    color: #ffffff;
}



#fluid_text2 {
    font-size: 2rem;
    line-height: 1.2em;
    margin: auto;
    color: #ffffff;
}



.home_para {
    font-size: 1.8rem;
    font-weight: 300;
    margin: 0 0 1.5rem 0;
    color: #260c15;
}

#home_para_bold {
    font-size: 4.5rem;
    font-weight: 500;
    color: #260c15;
}

#home_para_bold span {
    color: #e83754;
}

#flex_center {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 1rem;
    margin-bottom: 2.5rem;
}

#home_p_cont {
    justify-content: space-around;
    display: flex;
    flex-wrap: wrap;
    padding: 5rem 0;
}



#home_p_cont div:first-child p:last-child {
    margin-bottom: 0;
}

#stair_section,
#stair_section_triple {
    margin-top: 5rem;
    margin-bottom: 7rem;
}

#stair_section_triple .home_sb_title,
#stair_section .home_sb_title {
    font-size: 2.6rem;
    color: #ffffff;
    line-height: 1.3em;
    padding: 1.5rem 0;
    margin: 0;
}

#stair_section_triple .column {
    width: 25%;
    float: left;
    padding: 0 15px;
}

#stair_section .column {
    width: 30%;
    float: none;
    padding: 0 2.5rem;
    display: inline-block;
}

.stair_type {
    margin-bottom: 1.5rem;
}

#sb_centre {
    text-align: center;
}

/********************************************
***************LAZY LOADING******************
********************************************/
.ratio_1-1 {
    padding-bottom: 100%;
    height: 0 !important;
}

.ratio_1-15 {
    padding-bottom: 66.6666666667%;
    height: 0 !important;
}

.b-loaded {
    padding-bottom: 0;
    height: auto !important;
}

.sb_blue {
    background-color: #9ca7c6;
}

.sb_brown {
    background-color: #cadc90;
}

.sb_orange {
    background-color: #9ca7c6;
}

.sb_yellow {
    background-color: #cadc90;
}

#sb_centre {
    text-align: center;
}

#sb_centre .col-md-3 {
    float: none;
    display: inline-block;
}

/********************************************
**************GALLERY PAGE*******************
********************************************/
#gal_list {
    list-style-type: none;
    margin-bottom: 0;
}

.gal_imgs {
    margin: 0 auto 2.5rem auto;
    width: 100%;
    object-fit: cover;
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
}

#gal_margin {
    margin-bottom: 0.938em;
}

.galfix1 {
    height: 100%;
    width: auto;
}

.mfp-bottom-bar {
    display: none;
}

/********************************************
**************ABOUT US PAGES*****************
********************************************/
#section_divider {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}

#about_cont_margin {
    margin: 10rem auto;
}

#about_cont_margin .row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#about_para_head {
    color: #e83754;
    margin-top: 3rem;
    margin-bottom: 5rem;
    font-size: 2.6rem;
    font-weight: 300;
}

.about_paras {
    font-size: 1.8rem;
    font-weight: 100;
    margin-bottom: 3rem;
    color: #260c15;
}

#download_title {
    font-size: 2.6rem;
    color: #260c15;
    text-align: right;
    margin-bottom: 0;
    margin-top: 2rem;
}

.download_links {
    text-align: right;
    margin-top: 1rem;
    font-size: 2rem;
    line-height: 1em;
    font-weight: 300;
    color: #e83754;
    font-style: italic;
    display: block;
}

.about_bull_list {
    list-style-type: none;
}

.about_bull_list li {
    font-size: 1.8rem;
    font-weight: 100;
    color: #260c15;
    margin: 0 0 3rem 0;
}

.about_bull_list li:last-child {
    margin-bottom: 0;
}

.about_bullets {
    color: #e83754;
}

.absolute_links_not_active {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    background-color: #260c15;
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-size: 2rem;
    font-weight: 300;
    padding: 1rem 0;
    transition: all 0.7s ease;
}

.full_img_links {
    position: relative;
    display: block;
}

.full_img_links:hover .absolute_links_not_active {
    transform: translate(-50%, -50%) scale(1.1);
    text-decoration: none;
    background-color: #e83754;
}

.full_img_links:hover .absolute_img_links {
    background-color: #e83754;
}


#truck_cont {
    overflow: hidden;
    /*    margin-top: 3rem;*/
}

.about_paras:last-child {
    margin-bottom: 0;
}

.abt_img {
    width: 100%;
}

#about_split {
    margin-top: 3.3rem;
}

.about_sub_margin {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}

#accred_img {
    width: 100%;
    max-width: 36rem;
    margin: 0 auto;
}

/********************************************
***************HELP & GUIDES*****************
********************************************/
#guides_jumbo {
    background-color: #260c15;
    padding: 3rem 0;
    margin-top: 3rem;
}

.guides_jumbo_text {
    color: #ffffff;
    font-size: 2.3.2em;
    line-height: 4em;
    font-style: normal;
    font-weight: 300;
}

.divide_rows {
    margin-top: 1.875em;
    margin-bottom: 1.875em;
}

.temp_class {
    max-height: 270px;
    overflow: hidden;
}

#help_links .col {
    margin-bottom: 2.5rem;
}

/********************************************
**********help & guides SUBPAGES************
********************************************/

.orange_headers {
    color: #260c15;
    font-size: 2.6rem;
    line-height: 1.1em;
    margin-top: 3rem;
    margin-bottom: 3rem;
    font-weight: 500;
}

.page_cont {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}

.green_headers {
    color: #e83754;
    font-size: 2.2rem;
    line-height: 1.1em;
    margin-top: 3rem;
    margin-bottom: 3rem;
    font-weight: 300;
}

.numbered_list {
    list-style-type: none;
    margin-bottom: 0;
}

.numbered_list li {
    color: #260c15;
    font-size: 1.8rem;
    font-weight: 100;
    line-height: 1.3em;
    margin-bottom: 1rem;
}

.numbered_list li span {
    color: #260c15;
}

.numbered_list li.no_margin_bot {
    margin-bottom: 0;
}

.grey_paras {
    color: #260c15;
    font-size: 1.8rem;
    line-height: 1.3em;
    font-weight: 100;
    margin-bottom: 3rem;
}

.grey_paras a {
    color: #260c15;
    font-size: 1.8rem;
    line-height: 1.3em;
    font-weight: 100;
    margin-bottom: 1rem;
}

.orange_paras {
    color: #e83754;
    font-size: 1.8rem;
    line-height: 1.3em;
    font-weight: 100;
    margin-bottom: 3rem;
}

#color_change {
    color: #260c15;
}

#privacy_margin_top {
    margin-top: 2.5rem;
}

#privacy_margin_bot {
    margin-bottom: 2.5rem;
}


.divider_right {
    width: 50%;
    box-sizing: border-box;
    border-right: 1px solid #000000;
}

.side_bar_nav {
    list-style-type: none;
}

.side_bar_nav li a:link,
.side_bar_nav li a:visited {
    text-decoration: none;
    color: #e83754;
    font-size: 1.9rem;
    font-weight: 100;
    text-transform: capitalize;
}

.side_bar_nav li.current-menu-item a,
.side_bar_nav li a:hover {
    /*active/hover link style*/
    color: #260c15;
}

.deliv_lists {
    list-style-type: none;
    margin: 1rem 0;
}

.deliv_lists li {
    font-size: 1.8rem;
    color: #260c15;
    font-weight: 100;
}

.font_weight {
    font-weight: 300;
}

#delivery_para {
    font-size: 2.2rem;
    margin: 1rem 0;
    line-height: 1.3em;
    font-weight: 300;
    color: #260c15;
}

.diagram_imgs {
    margin: 1.5rem 0;
}

#reg_dl_link:link,
#reg_dl_link:visited {
    text-decoration: none;
    color: #260c15;
}

.orange_small_headers {
    color: #260c15;
    font-size: 2rem;
    margin-top: 3rem;
    margin-bottom: 2rem;
    font-weight: 300;
}

.green_paras {
    color: #e83754;
    font-size: 1.8rem;
    font-weight: 100;
    font-style: italic;
    margin-bottom: 1rem;
}

.green_paras a {
    color: #e83754;
    font-weight: 300;
}

.color_grey {
    color: #260c15;
}

#fitting .orange_paras {
    margin-top: 1.5rem;
    margin-bottom: 3rem;
}

#fitting .green_headers {
    margin-bottom: 0;
}

#newel_post2 {
    display: none;
}

#terminology_img2 {
    width: 100%;
    max-width: 600px;
}

#terminology_img1 {
    width: 100%;
    max-width: 350px;
}

#measuring .diagram_imgs {
    width: 100%;
    max-width: 400px;
}

.deliv_days {
    margin-bottom: 0;
}

#home_p_pad .home_para {
    margin-bottom: 0;
}

.helpxs {
    background-color: #260c15;
    padding: .3em 30px;
    font-size: 5em;
    color: white;
}

.orange_paras a {
    color: #e83754;
    font-size: 1.8rem;
    line-height: 1.3em;
    font-weight: 300;
    margin-bottom: 1rem;
}

#delivery_para a {
    font-size: 2.2rem;
    margin: 1rem 0;
    line-height: 1.3em;
    font-weight: 300;
    color: #260c15;
}

/********************************************
*****************CONTACT US******************
********************************************/
#contact_jumbo {
    background-color: #260c15;
    padding: 3rem 0;
    margin-top: 3.5rem;
    margin-bottom: 0;
}

#contact_content {
    margin-bottom: 2.5rem;
}

#address_heading {
    font-size: 2.8rem;
    color: #e83754;
    font-weight: 300;
    margin-bottom: 1.5rem;
}

.contact_lists {
    list-style-type: none;
}

#contact_left_col h4 {
    font-size: 2rem;
    font-weight: 300;
    color: #e83754;
    margin-bottom: 0.5rem;
}

.contact_lists {
    color: #260c15;
    font-weight: 100;
    line-height: 1.3em;
    font-size: 1.8rem;
}

#contact_email {
    color: #260c15;
    font-size: 1.8rem;
    font-weight: 100;
}

#contact_email_faq {
    color: #260c15;
}

#first_list {
    margin-bottom: 2.5rem;
}

#second_list {
    margin-bottom: 2.5rem;
}

#third_list {
    margin-bottom: 2.5rem;
}

.grey_paras strong {
    font-weight: 300;
}

/*contact form 7 styles*/
div.wpcf7 {
    /*contact form container*/
    background-color: #e83754;
    margin: 2.5rem;
}

.field_labels {
    color: #ffffff;
    width: 100%;
    /*    padding: 0.5rem 3rem 0 3rem;*/
    font-size: 2.1rem;
    line-height: 1.3em;
    font-weight: 300;
    box-sizing: border-box;
}

.field_text {
    width: 100%;
    color: #260c15;
    border: none;
    padding: 0;
    margin-top: 0.5rem;
    font-size: 1.8rem;
    line-height: 1em;
}

.submit_container {
    padding: 0.5rem 3rem 0rem 3rem;
}

.submit_button {
    background-color: #260c15;
    border: none;
    color: #ffffff;
    font-size: 2.1rem;
    line-height: 1em;
    padding: 0.75rem 1.5rem;
    box-shadow: 0.2rem 0.2rem 0.1rem #260c15;
    -webkit-box-shadow: 0.2rem 0.2rem 0.1rem #260c15;
}

span.wpcf7-not-valid-tip {
    font-size: 1.6rem;
    color: #FEC76C;
    font-weight: normal;
    display: block;
}

div.wpcf7-validation-errors {
    border: 2px solid #ffffff;
    margin: 1rem 3rem 0 3rem;
    font-size: 1.6rem;
    line-height: 1em;
    color: #FEC76C;
    padding: 0.25rem;
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #fff;
    margin: 1rem 3rem 0 3rem;
    padding: 0.25rem;
    font-size: 1.6rem;
    line-height: 1em;
    color: #fec76c;
}

.wpcf7-response-output {
    font-size: 2rem;
    color: white;
}

/*Gravity Forms Styles*/

.form {
    background-color: #e83754;
    margin-bottom: 2.5rem;
    padding: 1rem;
}

.gfield_label {
    color: #ffffff;
    width: 100%;
    font-size: 2.1rem;
    line-height: 1.3em;
    font-weight: 300;
    box-sizing: border-box;
    padding: 0;
    margin: 0 0 .5rem 0 !important;
}

.gform_wrapper .gfield_required {
    color: white !important;
    margin-left: .25em;
    font-size: 1em;
    font-weight: 300;
}

.form input {
    width: 100%;
    color: #260c15;
    border: none;
    padding: 0;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    font-size: 1.8rem !important;
    line-height: 1em;
}

.form input.wpcf7-submit {
    width: unset;
    margin-left: auto;
    padding: 1rem 3rem;
    background-color: #260c15;
    color: white;
    border-radius: .3rem;
}

.form label {
    width: 100%;
}

.form input .button {
    width: 30% !important;
}

.form p {
    /* display: none; */
    font-size: 2rem;
    color: white;
}

.your-message {
    width: 100%;
}

.your-message textarea {
    width: 100%;
    color: black;
}


#gform_submit_button_1 {
    background-color: #260c15;
    border: none;
    color: #ffffff;
    font-size: 2.1rem;
    line-height: 1em;
    padding: 0.75rem 1.5rem;
    box-shadow: 0.2rem 0.2rem 0.1rem #260c15;
    -webkit-box-shadow: 0.2rem 0.2rem 0.1rem #260c15;
    width: 30% !important;
    margin-left: 10px;
}

textarea#input_1_4 {
    width: 100% !important;
    color: #260c15;
    border: none;
    padding: 0;
    margin-top: 0.5rem;
    font-size: 1.8rem !important;
    line-height: 1em;
    padding: .2em;
}

ul#gform_fields_1 {
    margin-left: 10px !important;
}

.form>input .medium {
    margin-bottom: 10px !important;
}

.gform_confirmation_message {
    font-size: 1.8rem;
    color: #ffffff;
}

/********************************************
*****************FAQ PAGE*******************
********************************************/
.question_cata {
    font-size: 2.6rem;
    line-height: 1.1em;
    color: #260c15;
    margin: 3.5rem 0;
}

.question {
    font-size: 1.8rem;
    line-height: 1.3em;
    font-weight: 300;
    color: #e83754;
    margin-bottom: 2rem;
}

.anwser {
    font-size: 1.8rem;
    line-height: 1.3em;
    font-weight: 100;
    color: #260c15;
    margin-bottom: 3.5rem;
}

.anwser a {
    font-size: 1.8rem;
    line-height: 1.3em;
    font-weight: 100;
    color: #260c15;
    margin-bottom: 3.5rem;
}

.anwser_bullets {
    margin-top: -1rem;
    margin-bottom: 1.5rem;
    list-style-position: inside;
}

.anwser_bullets li {
    font-size: 1.8rem;
    line-height: 1.3em;
    font-weight: 100;
    color: #260c15;
}

.anwser_bullets li span {
    margin-left: -0.75em;
}

#faq_jumbo {
    background-color: #260c15;
    padding: 3rem 0;
    margin-top: 3.5rem;
    margin-bottom: 3rem;
}

.anwser:last-child {
    margin-bottom: 0;
}

#faq_container {
    margin: 5rem auto 10rem;
}

#faq_container .row {
    display: flex;
    justify-content: space-around;

}

/********************************************
****************TESTIMONIALS*****************
********************************************/
.test_title {
    font-size: 2rem;
    line-height: 1.3em;
    color: #260c15;
}

.customer_test {
    font-size: 1.8rem;
    line-height: 1.3em;
    color: #260c15;
    font-weight: 300;
    margin: 1rem 0;
}

.test_name {
    font-size: 1.8rem;
    line-height: 1.3em;
    color: #e83754;
    font-weight: 300;
    margin-bottom: 1.5rem;
}

#test_bot_margin {
    margin-bottom: 1rem;
}

/********************************************
************CURRENT VACANCIES****************
********************************************/
#vacan_jumbo {
    background-color: #260c15;
    padding: 3rem 0;
    margin-top: 3.5rem;
    margin-bottom: 3rem;
}

#vacan_text {
    font-size: 1.8rem;
    text-align: center;
    background-color: #260c15;
    color: #ffffff;
    font-weight: 300;
    padding: 2rem;
}

#vacan_img {
    margin-top: 3rem;
}

.job_title {
    font-size: 2.2rem;
    line-height: 1.3em;
    font-weight: 300;
    color: #260c15;
}

.job_title span {
    color: #e83754;
}

.job_description {
    font-size: 1.8rem;
    line-height: 1.3em;
    font-weight: 100;
    margin: 1rem 0 0.5rem 0;
}

.job_hours {
    font-size: 2.2rem;
    line-height: 1.3em;
    font-weight: 100;
    color: #e83754;
}

.apply_link a {
    font-size: 2.4rem;
    line-height: 1.3em;
    color: #260c15;
}

#vacan_container {
    margin-bottom: 3rem;
}

/********************************************
************STAIRPARTS PAGE****************
********************************************/
#stairparts ul {
    list-style-type: none;
}

#stairparts img {
    width: 100%;
    height: auto;
}

#cat_title {
    font-size: 2.2rem;
    font-weight: 500;
    color: #260c15;
    margin-bottom: 1rem;
}

#stairparts_categories ul {
    list-style-type: none;
}

#stairparts_categories .product-categories li a {
    font-size: 1.6rem;
    font-weight: 500;
    color: #e83754;
}

#stairparts_categories .children {
    margin: 0.5rem 0;
}

#stairparts_categories .children li a {
    font-size: 1.6rem;
    font-weight: 300;
    color: #260c15;
}

#stairparts {
    border-left: solid #260c15 0.1rem;
}

.woocommerce-ordering {
    width: 100%;
}

.woocommerce .woocommerce-ordering,
.woocommerce .woocommerce-result-count {
    font-size: 1.6rem;
    font-weight: 300;
    margin-bottom: 1.5rem;
}

a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    width: 100%;
    text-align: center;
    font-size: 1.6rem;
    padding: 0.5rem 0;
}

.price {
    /*Product Price*/
    font-size: 1.6rem;
    color: #260c15;
}

#quantity_text {
    float: left;
    font-size: 1.6rem;
    margin-right: 1rem;
    color: #260c15;
}

.quantity {
    /*quantity buttons and value wrap*/
    float: left;
}

.woocommerce button.button.alt {
    /*add to basket button*/
    width: 100%;
    font-size: 1.6rem;
    padding: 0.5rem 0;
    margin-top: 1rem;
    background-color: #e83754;
}

h2.woocommerce-loop-product__title {
    /*Product title*/
    font-size: 1.6rem;
    color: #260c15;
    margin-top: 0.5rem;
}

input.input-text.qty.text {
    /*quantity input styling*/
    font-size: 1.6rem;
    line-height: 1em;
    padding: 0;
    border: 0.1rem solid #000000;
    width: 4rem;
    font-weight: 300;
    color: #260c15;
}

#stairparts_wrap input[type=number]::-webkit-outer-spin-button,
/*Removing default increment and decrement buttons*/
#stairparts_wrap input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#stairparts_wrap input[type=number] {
    /*Removing default increment and decrement buttons*/
    -moz-appearance: textfield;
}

.sku {
    font-size: 1.6rem;
    width: 100%;
    color: #260c15;
    font-weight: 300;
}

input.plus,
input.minus {
    font-size: 1.6rem;
    line-height: 1em;
    padding: 0;
    margin: 0;
    border: none;
    display: inline-block;
    padding: 0.2rem 0.3rem;
    color: #260c15;
    background-color: transparent;
}

.sb_price {
    font-size: 1.8rem;
    color: #e83754;
    margin: 1.5rem 0;
}

/********************************************
***********ACCOUNT LOGIN PAGE****************
********************************************/
#form_green {
    background-color: #e83754;
    padding: 2.5rem;
}

#form_grey {
    background-color: #260c15;
    padding: 2.5rem 2.5rem 4.3rem 2.5rem;
}

#woo_login,
#woo_register {
    border: none;
    padding: 0;
    margin: 0;
}

#customer_login {
    color: #ffffff;
}

#customer_login .col {
    margin-bottom: 2.5rem;
}

#customer_login h2 {
    font-size: 2.5rem;
    line-height: 1em;
    margin-bottom: 2rem;
}

#customer_login p label {
    font-size: 1.8rem;
    line-height: 1em;
    margin-bottom: 1.5rem;
}

#customer_login .input-text {
    font-size: 1.8rem;
    line-height: 1em;
    color: #260c15;
}

#loop_wrap .woocommerce input.button {
    color: #ffffff;
    font-size: 1.8rem;
    line-height: 1em;
    padding: 1rem 2rem;
    margin-right: 1.5rem;
    margin-bottom: 1.5rem;
    background-color: #260c15;
}

.woocommerce #customer_login form .form-row {
    padding: 0;
    margin: 0 0 2rem 0;
}

.lost_password a {
    color: #ffffff;
    font-size: 1.8rem;
    line-height: 1em;
}

.woocommerce form .form-row .required {
    color: #260c15;
}

/********************************************
*********FORGOTTON PASSWORD PAGE*************
********************************************/
#lost_pass_message {
    text-align: center;
    font-size: 2.4rem;
    line-height: 1.3em;
    color: #260c15;
    font-weight: 300;
}

#forgot_pass_email {
    width: 100%;
    text-align: center;
}

#forgot_pass_email label {
    font-size: 2.4rem;
    line-height: 1em;
    color: #e83754;
    font-weight: 300;
}

#forgot_pass_email input {
    font-size: 1.8rem;
    line-height: 1em;
    font-weight: 300;
    width: 290px;
}

#loop_wrap #pass_reset_but {
    color: #ffffff;
    font-size: 1.8rem;
    line-height: 1em;
    padding: 1rem 2rem;
    background-color: #260c15;
}

.center {
    text-align: center;
}

/********************************************
************STAIR BUILDER PAGE***************
********************************************/
#stair_type .sb_title,
#stair_type_triple .sb_title {
    font-size: 2.6rem;
    line-height: 1.2em;
    margin: 0;
    color: #ffffff;
    padding: 1.5rem 0;
}

#stair_type_triple,
#stair_type {
    list-style-type: none;
    margin-top: 2.5rem;
}

#stair_type_triple .column,
#stair_type .column {
    width: 25%;
    padding: 0 1.5rem;
}

#stair_type_triple .column {
    float: left;
}

#stair_type {
    text-align: center;
}

#stair_type .column {
    display: inline-block;
}

#sb_image.affix {
    top: 0;
    left: 50%;
    width: 585px;
}

#sb_image.no_affix {
    position: relative !important;
    left: 0 !important;
    margin-top: 0 !important;
}

.stair_type_img {
    width: 100%;
    padding: 0.2rem 0.2rem 0.2rem 0.2rem;
}

#option_link1 {
    background-color: #e83754;
    text-align: center;
    display: inline-block;
    position: relative;
    top: 0;
    -webkit-transition: top 0.2s;
    -o-transition: top 0.2s;
    transition: top 0.2s;
}

#option_link2 {
    background-color: #260c15;
    text-align: center;
    display: inline-block;
    position: relative;
    top: 0;
    -webkit-transition: top 0.2s;
    -o-transition: top 0.2s;
    transition: top 0.2s;
}

#option_link3 {
    background-color: #260c15;
    text-align: center;
    display: inline-block;
    position: relative;
    top: 0;
    -webkit-transition: top 0.2s;
    -o-transition: top 0.2s;
    transition: top 0.2s;
}

#option_link4 {
    background-color: #260c15;
    text-align: center;
    display: inline-block;
    position: relative;
    top: 0;
    -webkit-transition: top 0.2s;
    -o-transition: top 0.2s;
    transition: top 0.2s;
}

#option_link1:hover,
#option_link2:hover,
#option_link3:hover,
#option_link4:hover {
    -webkit-box-shadow: 0px 5px 20px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 5px 20px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 20px 2px rgba(0, 0, 0, 0.2);
    top: -10px;
}

#stair_type_list {
    list-style-type: none;
    margin: 2.5rem 0;
    width: 100%;
    float: left;
}

#sb_para1 {
    font-size: 2.6rem;
    line-height: 1.3em;
    color: #e83754;
    margin: 5rem 0;
    text-align: center;
    font-weight: 500;
}

#sb_para2 {
    font-size: 2.4rem;
    line-height: 1.3em;
    text-align: center;
    color: #260c15;
    font-weight: 300;
    margin: 0 0 3rem;
}

#option_link1:hover,
#option_link2:hover,
#option_link3:hover,
#option_link4:hover {
    text-decoration: none;
}

#stairbuilder .form-group {
    width: 100%;
    float: left;
    padding: 1.25rem 0;
    font-size: 1.8rem;
    margin: 0;
    border-bottom: solid 0.1rem #E6E6E6;
    color: #260c15;
    font-weight: 300;
}

#stairbuilder .form-group h2,
#stairbuilder .form-group h3,
#stairbuilder .form-group h4 {
    font-size: 1.6rem;
    color: #260c15;
    line-height: 1em;
    float: left;
    width: 24rem;
    margin: 0.4rem 0 0 0;
    font-weight: 500;
}

#stairbuilder .form-group label,
#stairbuilder .form-group input,
#stairbuilder .form-group select {
    float: left;
    font-size: 1.6rem;
    line-height: 1em;
    font-weight: 300;
    color: #260c15;
    position: relative;
}

#stairbuilder .form-group .radio {
    float: left;
    font-size: 1.6rem;
    line-height: 1em;
    margin: 0;
}

#stairbuilder .form-group .radio label input {
    margin-top: 0;
}

#stairbuilder .form-group .radio label {
    margin-right: 1rem;
    position: relative;
}

/*replacing input buttons*/
#stairbuilder .form-group .radio label:before {
    content: " ";
    display: inline-block;
    position: relative;
    top: 0.5rem;
    margin: 0 0.5rem 0 0;
    width: 2rem;
    height: 2rem;
    border-radius: 1.1rem;
    border: 0.2rem solid #260c15;
    background-color: transparent;
}

#stairbuilder .form-group label:before {
    content: " ";
    display: inline-block;
    position: relative;
    top: 0.5rem;
    margin: 0 0.5rem 0 0;
    width: 2rem;
    height: 2rem;
    border-radius: 1.1rem;
    border: 0.2rem solid #260c15;
    background-color: transparent;
}

#stairbuilder .form-group .radio label input[type='radio']:checked+span {
    border-radius: 1.1rem;
    width: 1.2rem;
    height: 1.2rem;
    position: absolute;
    top: 0.9rem;
    left: 0.4rem;
    display: block;
    background-color: #260c15;
}

/*removes default input button*/
#stairbuilder .form-group .radio input[type='radio'] {
    display: none;
}

/*removes checkbox*/
#stairbuilder .form-group .radio input[type='checkbox'] {
    display: none;
}



#stairbuilder .form-group .radio label input[type='checkbox']:checked+span {
    border-radius: 1.1rem;
    width: 1.2rem;
    height: 1.2rem;
    position: absolute;
    top: 0.9rem;
    left: 0.4rem;
    display: block;
    background-color: #260c15;
}

#stairbuilder .form-group input[type='checkbox'] {
    display: none;
}

#stairbuilder .form-group label input[type='checkbox']:checked+span {
    border-radius: 1.1rem;
    width: 1.2rem;
    height: 1.2rem;
    position: absolute;
    top: 0.9rem;
    left: 0.4rem;
    display: block;
    background-color: #260c15;
}

#stairbuilder .next-back_buttons {
    background-color: #e83754;
    border-radius: 0.3rem;
    border: none;
    padding: 1rem 2rem;
    width: auto;
    display: inline-block;
    text-align: center;
    font-size: 1.8rem;
    line-height: 1em;
    color: #ffffff;
    margin-right: 2rem;
    margin-top: 2rem;
    margin-bottom: 1.5rem;
}

#stairbuilder .basket-quote_buttons,
#stairbuilder .added_to_cart,
#stairbuilder .sb_contact {
    background-color: #260c15 !important;
    border-radius: 0.3rem;
    border: none;
    padding: 1rem 2rem;
    width: auto;
    display: inline-block;
    text-align: center;
    font-size: 1.8rem;
    line-height: 1em;
    color: #ffffff;
}

h2.extras-title {
    font-size: 2.5rem;
    color: #260c15;
    margin-bottom: 1.5rem;
}

p#extras_p {
    font-size: 1.8rem;
    color: #e83754;
    margin-bottom: 1rem;
}

.checkbox label,
.radio label {
    padding: 0;
    padding-left: 0 !important;
}

#options_container {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}

#note {
    font-size: 1.4rem;
    font-weight: 100;
    color: #260c15;
    margin-top: 1rem;
    display: block;
}

#stairbuilder .leadtime {
    padding-top: 0;
    color: #260c15;
    font-weight: 100;
    margin-bottom: 0;
    font-size: 1.8rem;
}

.notice {
    font-size: 1.4rem;
    color: #260c15;
    font-weight: 100;
}

#stairbuilder .alert-warning,
#stairbuilder .alert {
    color: #ca3538;
    font-size: 1.6rem;
    padding: 0;
    font-weight: 500;
    background-color: #ffffff;
    display: inline-block;
    border: none;
    margin: 0;
}

#img-newel-layout,
#img-handrail-layout {
    max-width: 350px;
    width: 100%;
    float: left;
}

.newel-location-loadbearing b,
.newel-location b,
.handrail-location b {
    font-size: 1.4rem !important;
    font-weight: 300;
    color: #260c15;
}

.popup_cont {
    max-width: 800px;
    width: 100%;
}

.popup_cont .popup .popup_content p {
    font-size: 1.6rem;
    color: #260c15;
    font-weight: 300;
}

.popup_cont .popup .popup_content form div h3 {
    font-size: 1.8rem;
    color: #260c15;
    font-weight: 300;
    width: 100% !important;
    padding: 0;
    margin-bottom: 0.5rem;
}

.popup_cont .popup .popup_content form div input {
    margin: 0;
    width: 100%;
    font-size: 1.6rem;
    color: #260c15;
    font-weight: 300;
    border-color: #e6e6e6;
}

.popup_cont .popup .popup_content .stairbuilder .form-group {
    border-bottom: 0.1rem solid #e6e6e6;
    padding: 1.5rem 0;
    width: 100%;
    margin: 0;
}

.popup_cont .popup_close {
    color: #260c15;
    cursor: pointer;
    position: absolute;
    padding: 0;
    right: 1rem;
    top: 0.5rem;
    font-size: 2.4rem;
    line-height: 1em;
}

.popup_back {
    height: 100% !important;
}

.sb_orange_button {
    color: #ffffff;
    font-size: 1.8rem;
    line-height: 1em;
    padding: 1rem 2rem;
    background-color: #260c15;
    display: inline-block;
    border-radius: 0.3rem;
    border: none;
}

.sb_orange_button:hover {
    color: #ffffff;
    cursor: pointer;
}

.sb_green_button {
    color: #ffffff;
    font-size: 1.8rem;
    line-height: 1em;
    padding: 1rem 2rem;
    background-color: #e83754;
    display: inline-block;
    border-radius: 0.3rem;
    border: none;
}

.sb_green_button:hover {
    color: #ffffff;
    cursor: pointer;
}

#office-login-password {
    padding: 0.6rem 0;
    border: 0.1rem solid #E7E7e7;
    font-size: 1.8rem !important;
    margin-right: 1rem;
}

#stairbuilder #override_cont {
    margin-top: 1rem;
    display: block;
    width: 100%;
    border: none;
}

#stairbuilder #override_cont input {
    float: right;

}

#stairbuilder #override_cont a {
    float: right;
}

/********************************************
**************MY ACCOUNT PAGE****************
********************************************/
.myaccount_user {
    font-size: 1.8rem;
    color: #260c15;
    font-weight: 300;
}

.myaccount_user a {
    color: #e83754;
}

.account_title_orange {
    margin: 2rem 0;
    font-size: 3rem;
    line-height: 1em;
    color: #260c15;
}

.address_title {
    margin: 2rem 0;
}

.address_title h3 {
    font-size: 2.5rem;
    line-height: 1em;
    color: #e83754;
    display: inline-block;
}

.address_sections a {
    font-size: 1.8rem;
    display: block;
    margin-top: 0.5rem;
    color: #e83754;
}

.address_sections .account_default_text {
    font-size: 1.8rem;
    line-height: 1em;
    color: #260c15;
    font-weight: 300;
    margin: 0;
}

.myaccount_address {
    font-size: 1.8rem;
    line-height: 1em;
    color: #260c15;
    font-weight: 300;
    margin: 0;
}

address.address_sections {
    font-size: 1.8rem;
    line-height: 1.3em;
    color: #260c15;
    font-weight: 300;
    margin-bottom: 2.5rem;
}

#loop_wrap .woocommerce table.my_account_orders .order-actions .button {
    font-size: 1.8rem;
    padding: 0.75rem 1rem;
    color: #ffffff;
    background-color: #260c15;
}

#loop_wrap .woocommerce table.my_account_orders .order-actions .order-again {
    background-color: #e83754;
}

.woocommerce a.remove {
    display: block;
    font-size: 2rem;
    height: 1em;
    width: 1em;
    line-height: 0.99em;
}

.order-number,
.order-date,
.order-total,
.order {
    font-size: 1.5rem;
}

.searchinput {
    font-size: 1.8rem;
    line-height: 1em;
    padding: 0.5rem;
    margin-right: 1.5rem;
}

#loop_wrap .my_account_orders .order td a {
    font-size: 1.8rem;
    font-weight: 300;
    color: #e83754;
}

#loop_wrap .my_account_orders .order .order-total {
    font-size: 1.8rem;
    font-weight: 300;
    color: #260c15;
}

#loop_wrap .my_account_orders .order .order-date,
#loop_wrap .my_account_orders .order .order-status {
    font-size: 1.8rem;
    font-weight: 300;
    color: #260c15;
}

#loop_wrap .my_account_orders thead th {
    font-size: 2rem;
    font-weight: 300;
    color: #260c15;
}

#my_quotes_title {
    font-size: 3rem;
    line-height: 1em;
    color: #260c15;
    margin: 2rem 0;
    font-weight: 500;
    float: left;
}

/********************************************
***************EDIT ADDRESS*****************
********************************************/
#loop_wrap .woocommerce .address_form label {
    font-size: 1.8rem;
    color: #e83754;
    line-height: 1em;
    font-weight: 300;
    margin-bottom: 0.5rem;
}

.woocommerce .address_form input {
    font-size: 1.8rem;
    color: #260c15;
    line-height: 1em;
    font-weight: 300;
}

#loop_wrap .woocommerce .address_form strong {
    font-size: 1.8rem;
    color: #260c15;
    line-height: 1em;
    font-weight: 300;
}

#loop_wrap .address_form .form-row {
    margin-bottom: 1.5rem;
}

#loop_wrap #billing_address_1_field,
#loop_wrap #shipping_address_1_field {
    margin-bottom: 0.5rem;
}

.woocommerce .address_form {
    margin-bottom: 2.5rem;
}

/********************************************
***************BASKET PAGE*******************
********************************************/
#loop_wrap #basket_cart .cart_item .product-name a {
    font-size: 1.8rem;
    color: #e83754;
    font-weight: 500;
}

#loop_wrap #basket_cart .cart_item .variation dd {
    color: #260c15;
    font-size: 1.6rem;
    font-weight: 300;
    margin-bottom: 0.5rem;
}

#loop_wrap #basket_cart .cart_item .variation dt {
    font-size: 1.6rem;
    color: #260c15;
    font-weight: 500;
}

#basket_cart .cart_item input.input-text.qty.text {
    font-size: 1.8rem;
}

.woocommerce .cart th.product-name,
.woocommerce .cart th.product-price,
.woocommerce .cart th.product-quantity,
.woocommerce .cart th.product-subtotal {
    font-size: 1.8rem;
    color: #260c15;
    font-weight: 500;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
    font-size: 1.8rem;
    width: auto;
    padding: 0.7rem 0.5rem;
    margin-right: 2rem;
    color: #260c15;
    border: 0.1rem solid #E6E6E6;
}

.cart-collaterals .cart_totals h2 {
    font-size: 2.4rem;
    color: #260c15;
    margin-bottom: 1rem;
    font-weight: 500;
}

#loop_wrap .cart-collaterals .cart-subtotal th,
#loop_wrap .cart-collaterals .shipping th,
#loop_wrap .cart-collaterals .tax-rate th,
#loop_wrap .cart-collaterals .order-total th,
#loop_wrap .cart-collaterals .cart-discount th {
    font-size: 2rem;
    color: #260c15;
    font-weight: 500;
    border-top: 0.1rem solid #E6E6E6;
    padding: 1rem;
}

#loop_wrap .cart-collaterals .cart-subtotal td,
#loop_wrap .cart-collaterals .tax-rate td,
#loop_wrap .cart-collaterals .shipping td,
#loop_wrap .cart-collaterals .order-total td,
#loop_wrap .cart-collaterals .cart-discount td {
    font-size: 1.6rem;
    color: #260c15;
    font-weight: 300;
    border-top: 0.1rem solid #E6E6E6;
    padding: 1rem;
}

#loop_wrap .cart-collaterals .shipping td a,
#loop_wrap .cart-discount td a {
    color: #e83754;
}

#loop_wrap .cart-collaterals .order-total td strong {
    color: #ca3538;
}

#loop_wrap .woocommerce table.shop_table tbody:first-child tr:first-child th,
#loop_wrap .woocommerce table.shop_table tbody:first-child tr:first-child td {
    border-top: 0;
}

#loop_wrap .checkout-button {
    color: #ffffff;
    font-size: 1.8rem;
    line-height: 1em;
    padding: 1rem 2rem;
    background-color: #260c15;
    display: inline-block;
    float: right;
    margin: 0;
}

.woocommerce a.remove {
    color: #ca3538 !important;
    font-size: 3rem !important;
}

.woocommerce-cart table.cart td {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.woocommerce-cart .cart-collaterals .cart_totals p small {
    display: block;
    font-size: 1.4rem;
    font-weight: 100;
    margin-bottom: 1rem;
    color: #260c15;
}

.terms label {
    font-size: 1.8rem;
    font-weight: 500;
    color: #260c15;
    margin: 1rem 0;
}

.terms label a {
    font-size: 1.8rem;
    font-weight: 500;
    color: #e83754;
    margin: 1rem 0;
}

#loop_wrap .terms .input-checkbox {
    display: inline;
    vertical-align: unset;
    font-size: 1.6rem;
    margin-left: 0.5rem;
}

#loop_wrap .woocommerce #shipping_method li {
    font-size: 1.6rem;
    font-weight: 300;
    color: #260c15;
}

#loop_wrap .woocommerce #shipping_method li label,
#loop_wrap .woocommerce #shipping_method li input {
    font-size: 1.6rem;
    font-weight: 300;
    color: #260c15;
}

#loop_wrap .woocommerce #shipping_method li a {
    font-size: 1.6rem;
    color: #e83754;
    font-weight: 300;
}

#loop_wrap .woocommerce #shipping_method li label span {
    font-size: 1.6rem;
    font-weight: 500;
    color: #ca3538;
}

#loop_wrap .woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    width: 50%;
}

#loop_wrap .cart-collaterals .cart_totals .shipping_options label {
    position: relative;
}

#loop_wrap .cart-collaterals .cart_totals .shipping_options label:before {
    content: " ";
    display: inline-block;
    position: relative;
    top: 0.5rem;
    margin: 0 0.5rem 0 0;
    width: 2rem;
    height: 2rem;
    border-radius: 1.1rem;
    border: 0.2rem solid #260c15;
    background-color: transparent;
}

.cart-collaterals .cart_totals .shipping_options label input[type='radio'] {
    display: none;
}

.cart-collaterals .cart_totals .shipping_options label input[type='radio']:checked+span {
    border-radius: 1.1rem;
    width: 1.2rem;
    height: 1.2rem;
    position: absolute;
    top: 0.4rem;
    left: 0.4rem;
    display: block;
    background-color: #260c15;
}

#loop_wrap .woocommerce .wc_orange_button {
    color: #ffffff;
    font-size: 1.8rem;
    line-height: 1em;
    padding: 1rem 2rem;
    background-color: #260c15;
    display: inline-block;
    border-radius: 0.3rem;
    border: none;
    margin: 0rem 2rem;
}

#loop_wrap .woocommerce .wc_green_button {
    color: #ffffff;
    font-size: 1.8rem;
    line-height: 1em;
    padding: 1rem 2rem;
    background-color: #e83754;
    display: inline-block;
    border-radius: 0.3rem;
    border: none;
}

#loop_wrap .woocommerce .wc_orange_button:hover {
    text-decoration: none;
}

#loop_wrap .woocommerce .wc_green_button:hover {
    text-decoration: none;
}

#loop_wrap .cart-empty {
    font-size: 2rem;
    line-height: 1em;
    color: #260c15;
    font-weight: 500;
    margin: 2.5rem 0;
}

#stairparts_button {
    margin-left: 1.5rem;
}

#empty_cart-wrap {
    margin: 2.5rem 0;
}

#calc_shipping_country {
    font-size: 1.6rem;
    color: #260c15;
    margin: 0.5rem 0 1rem 0;
}

#calc_shipping_state {
    font-size: 1.6rem;
    color: #260c15;
    margin-bottom: 1rem;
    line-height: 1.3em;
}

#calc_shipping_postcode {
    font-size: 1.6rem;
    color: #260c15;
    margin-bottom: 1rem;
    line-height: 1.3em;
}

#basket_cart {
    margin-top: 2.5rem;
    border: 0.1rem solid #e7e7e7;
    border-radius: 0.5rem;
    margin-bottom: 2.5rem
}

.title_section {
    padding: 1rem 0;
    border-bottom: 0.1rem solid #e7e7e7;
    font-size: 1.8rem;
    color: #260c15;
    font-weight: 500;
    margin-bottom: 1.5rem;
}

.product-name-section span {
    font-size: 1.8rem;
    color: #260c15;
    font-weight: 500;
}

.product-remove-section .title_section,
.product-thumbnail-section .title_section,
.product-name-section .title_section,
.product-quantity-section .title_section,
.product-subtotal-section .title_section,
.product-price-section .title_section {
    display: none;
}

#top_title .title_section {
    float: left;
    width: 100%;
    margin-bottom: 0;
}

#top_title .product-remove {
    width: 10%;
    float: left;
}

#top_title .product-thumbnail {
    width: 25%;
    float: left;
}

#top_title .product-name {
    width: 35%;
    float: left;
}

#top_title .product-quantity {
    width: 10%;
    float: left;
}

#top_title .product-subtotal {
    width: 10%;
    float: left;
}

#top_title .product-price {
    width: 10%;
    float: left;
}

.variation {
    list-style-type: none;
}

.variation li {
    font-size: 1.6rem;
    color: #260c15;
    margin-bottom: 0.5rem;
}

.variation li span {
    color: #260c15;
}

.variation li .stair_plan {
    font-weight: 500;
}

.variation li .plan_value {
    font-weight: 300;

}

#basket_cart .cart_item {
    width: 100%;
    float: left;
    border-bottom: 0.1rem solid #e7e7e7;
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
}

.product-remove-section {
    width: 10%;
    float: left;
}

.product-thumbnail-section {
    width: 25%;
    float: left;
    min-height: 0.1rem;
}

.product-name-section {
    width: 35%;
    float: left;
}

.product-price-section {
    width: 10%;
    float: left;
}

.product-quantity-section {
    width: 10%;
    float: left;
}

.product-subtotal-section {
    width: 10%;
    float: left;
}

.cart_buttons {
    display: inline-block;
    width: 100%;
    padding: 1.5rem 1rem;
}

.coupon {
    float: left;
}

#update_cart {
    float: right;
    margin-right: 2rem;
}

#open-popup {
    float: right;
    margin-top: 0;
}

#coupon_code {
    font-size: 1.8rem;
    padding: 0.4rem;
    border: 0.1rem solid #260c15;
    color: #260c15;
    font-weight: 300;
    margin-right: 0.5rem;
}

.coupon label {
    font-size: 1.8rem;
    font-weight: 300;
    color: #260c15;
    margin-right: 0.5rem;
}

.product_link {
    font-size: 1.8rem;
    color: #e83754;
    font-weight: 500;
}

#basket_cart span.woocommerce-Price-amount.amount {
    color: #ca3538;
    font-size: 1.6rem;
    font-weight: 300;
}

.title-thumbnail {
    display: none;
}

.custom_prod {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 32rem;
    padding: 1rem;
    border: solid 0.1rem #260c15;
    background-color: #ffffff;
}

.custom_prod label {
    font-size: 2.2rem;
    font-weight: 300;
    color: #e83754;
    width: 25%;
}

.custom_prod #product_name,
.custom_prod #product_price {
    font-size: 1.8rem;
    font-weight: 300;
    color: #260c15;
    width: 74%;
    border: 0.1rem solid #e7e7e7;
    padding: 0.1rem 0.2rem;
}

#loop_wrap .woocommerce .custom_prod input#close {
    color: #ffffff;
    font-size: 1.8rem;
    line-height: 1em;
    padding: 1rem 2rem;
    margin-top: 2rem;
    margin-right: 0;
    margin-bottom: 0;
    background-color: #260c15;
    float: right;
}

#loop_wrap .woocommerce .custom_prod input#add_custom {
    color: #ffffff;
    font-size: 1.8rem;
    line-height: 1em;
    padding: 1rem 2rem;
    margin-top: 2rem;
    margin-right: 0;
    margin-bottom: 0;
    background-color: #260c15;
    float: left;
}

/********************************************
***************CHECKOUT PAGE*****************
********************************************/
#loop_wrap #order_review .cart_item .product-name p {
    font-size: 1.8rem;
    color: #e83754;
    font-weight: 500;
    margin: 0 0 1rem 0;
}

#loop_wrap #order_review .cart_item .product-name {
    font-size: 1.8rem;
    color: #e83754;
    font-weight: 500;
    margin: 0 0 1rem 0;
}

#loop_wrap #order_review tfoot th,
#loop_wrap #order_review tfoot td {
    padding: 1rem;
}

#loop_wrap .woocommerce-checkout-review-order-table .cart-discount th a {
    color: #e83754;
}

#loop_wrap #order_review .cart_item .variation dd {
    color: #260c15;
    font-size: 1.6rem;
    font-weight: 300;
    margin-bottom: 0.5rem;
}

#loop_wrap #order_review .cart_item .variation dd:last-child {
    margin-bottom: 0;
}

#loop_wrap #order_review .cart_item .variation dt {
    font-size: 1.6rem;
    color: #260c15;
    font-weight: 500;
}

#order_review table thead th {
    font-size: 2rem;
    color: #260c15;
    font-weight: 500;
    padding: 1rem;
}

#order_review .cart_item td {
    padding: 1rem;
}

#order_review .cart_item .product-total {
    color: #ca3538;
    font-size: 1.8rem;
    font-weight: 300;
}

#order_review .cart_item .product-total p {
    display: none;
    font-size: 2rem;
    color: #260c15;
    font-weight: 500;
}

.woocommerce .checkout_title,
.woocommerce .checkout_title label {
    color: #260c15;
    font-size: 2.4rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
    margin-top: 0;
    display: inline-block;
}

#loop_wrap .woocommerce #ship-to-different-address {
    margin-bottom: 0;
}

.woocommerce .checkout_title h3 {
    display: inline-block;
}

.woocommerce .woocommerce-billing-fields label,
.woocommerce .woocommerce-additional-fields label,
.woocommerce .shipping_address label {
    font-size: 1.8rem;
    color: #260c15;
    font-weight: 300;
    line-height: 1em !important;
    margin-bottom: 0.8rem;
}

.woocommerce .woocommerce-billing-fields input,
.woocommerce .woocommerce-additional-fields textarea,
.woocommerce .woocommerce-additional-fields select,
.woocommerce .shipping_address input,
input#wchau_source {
    font-size: 1.6rem;
    color: #260c15;
    font-weight: 300;
}

.woocommerce .woocommerce-billing-fields strong,
.woocommerce .shipping_address strong {
    font-size: 1.6rem;
    color: #260c15;
    font-weight: 300;
}

.woocommerce .woocommerce-billing-fields p,
.woocommerce .woocommerce-additional-fields p,
.woocommerce .shipping_address p {
    margin-bottom: 1.5rem;
}

#loop_wrap .woocommerce-account-fields .input-checkbox,
#loop_wrap .woocommerce-account-fields span {
    position: relative;
    margin: 0;
    font-size: 1.8rem;
    color: #260c15;
    font-weight: 300;
    margin-right: 1rem;
    vertical-align: unset;
}

.woocommerce .woocommerce-account-fields label {
    font-size: 1.8rem;
    color: #260c15 !important;
    font-weight: 300;
    line-height: 1em !important;
    margin-bottom: 0.8rem
}

.woocommerce .woocommerce-account-fields input {
    font-size: 1.6rem;
    color: #260c15;
    font-weight: 300;
    /*border: none!important;*/
    /**********************************************************************************************************************************************************************************/
}

/*.woocommerce-checkout-review-order-table .product-total, .woocommerce-checkout-review-order-table .product-name{
    font-size: 1.8rem;
    color: #260c15;
    font-weight: 500;
}*/

#loop_wrap .woocommerce-checkout-review-order-table .cart-subtotal th,
#loop_wrap .woocommerce-checkout-review-order-table .tax-rate th,
#loop_wrap .woocommerce-checkout-review-order-table .order-total th,
#loop_wrap .woocommerce-checkout-review-order-table .shipping th,
#loop_wrap .woocommerce-checkout-review-order-table .cart-discount th {
    font-size: 2rem;
    color: #260c15;
    font-weight: 500;
}

/*#loop_wrap .woocommerce-checkout-review-order-table .cart-subtotal td, #loop_wrap .woocommerce-checkout-review-order-table .tax-rate td{
    font-size: 1.8rem;
    color: #260c15; 
    font-weight: 500;
}*/

#loop_wrap .woocommerce-checkout-review-order-table .order-total td {
    font-size: 1.8rem;
    font-weight: 500;
    color: #ca3538;
}

#loop_wrap .woocommerce-checkout-review-order-table tfoot td {
    font-size: 1.8rem;
    font-weight: 300;
    color: #ca3538;
}

#loop_wrap .woocommerce-checkout-review-order-table tfoot td a {
    color: #e83754;
}

.woocommerce-checkout #payment {
    background: #ffffff !important;
}

.woocommerce-checkout #payment ul.payment_methods {
    padding: 0;
    border-bottom: none !important;
}

.woocommerce-checkout #payment ul.payment_methods li label {
    font-size: 1.8rem;
    font-weight: 500;
    color: #260c15;
}

#loop_wrap .woocommerce-checkout #payment .payment_box {
    background-color: #ffffff;
    border-top: solid 0.3rem #260c15;
    border-bottom: solid 0.3rem #260c15;
    color: #260c15;
    font-size: 1.8rem;
    padding: 1rem;
    margin: 0.5rem 0 1.5rem 0;
    font-weight: 500;
    line-height: 1.3em;
    border-radius: 0;
}

#loop_wrap .woocommerce-checkout #payment .payment_box label {
    color: #260c15;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.3em;
}

#loop_wrap .woocommerce-checkout #payment .payment_box select {
    margin: 0 !important;
}

#loop_wrap .woocommerce-checkout #payment .payment_box:before,
#loop_wrap .woocommerce-checkout #payment .payment_box:after {
    display: none;
}

a.about_paypal {
    float: right;
    font-size: 1.6rem;
    line-height: 3em;
    color: #e83754;
}

#loop_wrap #ship-to-different-address-checkbox {
    display: none;
}

#loop_wrap #ship-to-different-address label input[type='checkbox']:checked+span {
    border-radius: 1.1rem;
    width: 1.2rem;
    height: 1.2rem;
    position: absolute;
    top: 2.7rem;
    left: 0.4rem;
    display: block;
    background-color: #260c15;
}

#loop_wrap #ship-to-different-address label:before {
    content: " ";
    display: inline-block;
    position: relative;
    top: 0.2rem;
    margin: 0 0.5rem 0 0;
    width: 2rem;
    height: 2rem;
    border-radius: 1.1rem;
    border: 0.2rem solid #260c15;
    background-color: transparent;
}

#loop_wrap .woocommerce-account-fields #create-account-check {
    display: inline-block;
}

#loop_wrap .woocommerce-account-fields #create-account-check label:before {
    content: " ";
    display: inline-block;
    position: relative;
    top: 0.2rem;
    margin: 0 0.5rem 0 0;
    width: 2rem;
    height: 2rem;
    border-radius: 1.1rem;
    border: 0.2rem solid #260c15;
    background-color: transparent;
}

#loop_wrap .woocommerce-account-fields #create-account-check label input[type='checkbox']:checked+span {
    border-radius: 1.1rem;
    width: 1.2rem;
    height: 1.2rem;
    position: absolute;
    top: 0.3rem;
    left: 0.4rem;
    display: block;
    background-color: #260c15;
}

#loop_wrap .woocommerce-account-fields #create-account-check label span {
    display: none;
}

#loop_wrap .woocommerce-account-fields #create-account-check label input {
    display: none;
}

#shipping_method .shipping_options label {
    position: relative;
}

#shipping_method .shipping_options label:before {
    content: " ";
    display: inline-block;
    position: relative;
    top: 0.5rem;
    margin: 0 0.5rem 0 0;
    width: 2rem;
    height: 2rem;
    border-radius: 1.1rem;
    border: 0.2rem solid #260c15;
    background-color: transparent;
}

#shipping_method .shipping_options label input[type='radio']:checked+div {
    border-radius: 1.1rem;
    width: 1.2rem;
    height: 1.2rem;
    position: absolute;
    top: 0.4rem;
    left: 0.4rem;
    display: block;
    background-color: #260c15;
}

#shipping_method .shipping_options label input {
    display: none;
}

#payment .methods li label {
    position: relative;
}

#payment .methods li label:before {
    content: " ";
    display: inline-block;
    position: relative;
    top: 0.2rem;
    margin: 0 0.5rem 0 0;
    width: 2rem;
    height: 2rem;
    border-radius: 1.1rem;
    border: 0.2rem solid #260c15;
    background-color: transparent;
}

#payment .methods li label input[type='radio'] {
    display: none;
}

#payment .methods li label input[type='radio']:checked+span {
    border-radius: 1.1rem;
    width: 1.2rem;
    height: 1.2rem;
    position: absolute;
    top: 1rem;
    left: 0.4rem;
    display: block;
    background-color: #260c15;
}

.method_icon {
    display: flex;
}

#loop_wrap .woocommerce-checkout #payment .payment_method_paypal .about_paypal {
    font-size: 1.6rem;
    line-height: 1em;
    margin-top: 3rem;
    color: #e83754;
    font-weight: 300;
}

.payment_method_paypal-pro-hosted .method_icon a {
    display: none;
}

#loop_wrap .woocommerce-checkout #payment ul.payment_methods li.payment_method_paypal-pro-hosted img,
#loop_wrap .woocommerce-checkout #payment ul.payment_methods li.payment_method_paypal img {
    vertical-align: middle;
    max-width: 200px;
    max-height: none;
    height: auto;
    width: 100%;
    margin: 0 1rem 0 2rem;
}

#loop_wrap #terms_check label {
    position: relative;
}

#loop_wrap #terms_check label:after {
    content: " ";
    display: inline-block;
    position: relative;
    top: 0.2rem;
    margin: 0 0.5rem 0 0;
    width: 2rem;
    height: 2rem;
    border-radius: 1.1rem;
    border: 0.2rem solid #260c15;
    background-color: transparent;
}

#loop_wrap #terms_check label input {
    display: none;
}

#loop_wrap #terms_check label input[type='checkbox']:checked+span {
    border-radius: 1.1rem;
    width: 1.2rem;
    height: 1.2rem;
    position: absolute;
    top: 0.3rem;
    left: 36.9rem;
    display: block;
    background-color: #260c15;
}

#loop_wrap .woocommerce-checkout #payment div.form-row {
    padding: 0;
}

#basket_cart {
    margin-top: 2.5rem;
}

#loop_wrap #trade_order input {
    position: relative;
    font-size: 1.6rem;
    color: #260c15;
    font-weight: 300;
}

#loop_wrap #trade_order .input-checkbox {
    margin: 0;
}

#my_custom_checkout_field h2 {
    margin-bottom: 0.5rem;
}

#my_custom_checkout_field input {
    font-size: 1.6rem;
    color: #260c15;
    font-weight: 300;
}

#loop_wrap #terms_check {
    float: right;
    padding: 0;
    margin-right: 1rem;
    margin-bottom: 0;
    margin-top: 1rem;
}

#loop_wrap .woocommerce-checkout #payment .payment_box label:before {
    display: none;
}

#open-popup {
    margin-right: 1.5rem;
    margin: 2rem;
    color: #ffffff;
    font-size: 1.8rem;
    line-height: 1em;
    padding: 1rem 2rem;
    background-color: #260c15;
    display: inline-block;
    border-radius: 0.3rem;
    border: none;
    display: block;
    float: right;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 1.6rem;
}

#loop_wrap .woocommerce form .form-row.woocommerce-validated .select2-container,
#loop_wrap .woocommerce form .form-row.woocommerce-validated input.input-text,
#loop_wrap .woocommerce form .form-row.woocommerce-validated select {
    border: 0.1rem solid #260c15;
}

#loop_wrap .woocommerce form .form-row.woocommerce-invalid .select2-container,
#loop_wrap .woocommerce form .form-row.woocommerce-invalid input.input-text,
#loop_wrap .woocommerce form .form-row.woocommerce-invalid select {
    border: 0.1rem solid #ca3538;
}

#checkout_cont {
    margin-top: 2.5rem;
}

#loop_wrap .woocommerce form.checkout_coupon {
    border: none;
    padding: 0;
    margin: 1rem 0 2.5rem 0;
}

#loop_wrap .woocommerce form.checkout_coupon .form-row {
    padding: 0;
    margin: 0;
    width: auto;
    float: left;
}

#loop_wrap .woocommerce form.checkout_coupon .form-row input.input-text {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: auto;
    font-size: 1.6rem;
    line-height: 1em;
    margin-right: 1.5rem;
    padding: 0.5rem 0;
    margin-top: 0.25rem;
    color: #260c15;
    font-weight: 300;
}

#loop_wrap .woocommerce form.checkout_coupon .form-row input.button {
    margin: 0;
}

#order_review table tfoot th p {
    display: none;
}

.body-product-name {
    display: none;
}

/********************************************
**************WOO MESSAGES*******************
********************************************/
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    display: none;
}

#loop_wrap .woocommerce-error,
#loop_wrap .woocommerce-info,
#loop_wrap .woocommerce-message {
    font-size: 1.8rem;
    font-weight: 300;
    background-color: #ffffff;
    border-top: none;
    width: 100%;
    padding: 0.5rem 0;
    margin: 1.5rem 0;
    color: #260c15;
    border-top: 0.3rem solid #260c15;
    border-bottom: 0.3rem solid #260c15;
    display: block;
}

#loop_wrap .woocommerce-error a,
#loop_wrap .woocommerce-info a,
#loop_wrap .woocommerce-message a {
    color: #e83754;
}

#loop_wrap .woocommerce-error:before,
#loop_wrap .woocommerce-info:before,
#loop_wrap .woocommerce-message:before {
    display: none;
}

#loop_wrap .woocommerce .payment-buttons a.cancel {
    color: #ffffff;
    font-size: 1.8rem;
    line-height: 1em;
    padding: 1rem 2rem;
    background-color: #260c15;
    display: inline-block;
    border-radius: 0.3rem;
    border: none;
    display: block;
    float: right;
}

#payment_container {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}

/********************************************
**ORDER RECIEVED - THANKYOU PAGE*************
********************************************/
#loop_wrap .order_status {
    font-size: 2rem;
    font-weight: 500;
    margin: 2.5rem 0;
    color: #260c15;
}

#loop_wrap .woocommerce .order_details li {
    font-size: 1.8rem;
    font-weight: 500;
    padding-right: 4rem;
    margin-right: 4rem;
    line-height: 1em;
    color: #e83754;
}

#loop_wrap .woocommerce ul.order_details li strong {
    font-size: 1.6rem;
    color: #260c15;
    font-weight: 300;
}

#loop_wrap .wc-bacs-bank-details-heading {
    font-size: 2.4rem;
    font-weight: 500;
    color: #260c15;
    margin: 2rem 0 1rem 0;
}

#loop_wrap .woocommerce-order-details__title {
    font-size: 2.4rem;
    font-weight: 500;
    color: #260c15;
    margin: 2rem 0 0 0;
}

#loop_wrap .woocommerce-table--order-details {
    margin: 1rem 0 2.5rem 0;
}

#loop_wrap .woocommerce .woocommerce-order-details thead th {
    font-size: 1.8rem;
    color: #260c15;
    font-weight: 500;
    width: 50%;
}

#loop_wrap .woocommerce .woocommerce-order-details tbody .wc-item-meta {
    border-right: 0.1rem dashed #e6e6e6;
}

#loop_wrap .woocommerce .woocommerce-order-details tbody .wc-item-meta li {
    font-size: 1.6rem;
    color: #260c15;
    border-right: none;
    margin-bottom: 0.5rem
}

#loop_wrap .woocommerce .woocommerce-order-details tbody .wc-item-meta li p {
    font-size: 1.6rem;
    color: #260c15;
    font-weight: 300;
}

#loop_wrap .woocommerce .woocommerce-order-details tbody .wc-item-meta li strong {
    font-weight: 500;
}

#loop_wrap .woocommerce .woocommerce-order-details tbody td a {
    font-size: 1.8rem;
    color: #e83754;
    font-weight: 500;
    margin-bottom: 1rem;
    display: inline-block;
}

#loop_wrap .woocommerce .woocommerce-order-details tbody td .product-quantity {
    font-size: 1.8rem;
    color: #260c15;
    font-weight: 500;
}

#loop_wrap .woocommerce .woocommerce-order-details tbody .product-total {
    font-size: 1.6rem;
    color: #ca3538;
    font-weight: 300;
    width: 50%;
}

#loop_wrap .woocommerce .woocommerce-order-details tbody .product-name {
    width: 50%;
}

#loop_wrap .woocommerce .woocommerce-order-details tfoot {
    font-size: 1.6rem;
}

#loop_wrap .woocommerce .woocommerce-order-details tfoot th {
    width: 50%;
    font-weight: 500;
    color: #260c15;
}

#loop_wrap .woocommerce .woocommerce-order-details tfoot td {
    width: 50%;
    color: #260c15;
    font-weight: 300;
}

#loop_wrap .woocommerce .woocommerce-order-details tfoot td .woocommerce-Price-amount {
    color: #ca3538;
}

#loop_wrap .woocommerce-customer-details .woocommerce-column__title {
    font-size: 2.4rem;
    color: #260c15;
    font-weight: 500;
    margin-bottom: 1rem;
}

#loop_wrap .woocommerce-customer-details address {
    font-size: 1.6rem;
    color: #260c15;
    font-weight: 300;
}

#loop_wrap .woocommerce-customer-details {
    margin-bottom: 2.5rem;
}

#payment_method p {
    font-size: 1.6rem;
    color: #260c15;
    font-weight: 300;
}

/********************************************
**************EDIT ACCOUNT*******************
********************************************/
#loop_wrap .woocommerce-EditAccountForm label {
    font-size: 2rem;
    color: #260c15;
    font-weight: 300;
    line-height: 1.3em;
}

#loop_wrap .woocommerce-EditAccountForm input {
    font-size: 1.8rem;
    color: #260c15;
    font-weight: 300;
}

#loop_wrap .woocommerce-EditAccountForm fieldset {
    margin-top: 2rem;
}

#loop_wrap .woocommerce-EditAccountForm fieldset legend {
    font-size: 2.4rem;
    color: #260c15;
    font-weight: 500;
    border: none;
    margin-bottom: 1rem;
}

#loop_wrap .woocommerce-EditAccountForm .form-row {
    padding: 0;
    margin: 0 0 1rem 0;
}

#loop_wrap .woocommerce-password-strength {
    font-size: 1.8rem;
    color: #ffffff;
    font-weight: 800;
}

#loop_wrap .woocommerce-password-strength.short {
    background-color: #ca3538;
    border: none;
}

#loop_wrap .woocommerce-password-strength.bad {
    background-color: #260c15;
    border: none;
}

#loop_wrap .woocommerce-password-strength.good {
    background-color: #260c15;
    border: none;
}

#loop_wrap .woocommerce-password-strength.strong {
    background-color: #e83754;
    border: none;
}

#loop_wrap .woocommerce-password-hint {
    margin: 0.5rem 0 0;
    display: block;
    font-size: 1.4rem;
    font-weight: 300;
    color: #260c15;
}

/********************************************
**************VIEW ORDER*********************
********************************************/
#loop_wrap #order_information {
    font-weight: 300;
    color: #260c15;
    font-size: 1.8rem;
    margin-top: 2.5rem;
}

#loop_wrap #order_information p {
    color: #260c15;
    display: inline;
    font-size: 1.8rem;
}

#loop_wrap .woocommerce-order-details .order-again a {
    color: #ffffff;
    font-size: 1.8rem;
    line-height: 1em;
    padding: 1rem 2rem;
    background-color: #260c15;
    margin-bottom: 2rem;
}

#loop_wrap .woocommerce-order-details {
    margin: 0;
}

/********************************************
*****************404 PAGE********************
********************************************/
#heading_404 {
    text-align: center;
    font-size: 5rem;
    color: #260c15;
    font-weight: 500;
    margin-bottom: 1rem;
}

.para_404 {
    text-align: center;
    font-size: 2rem;
    font-weight: 300;
    color: #260c15;
    line-height: 1.3em;
}

.para_404 a {
    color: #e83754;
}

#container_404 {
    margin: 80px auto;
}

/********************************************
************LOADING OVERLAY******************
********************************************/
#loop_wrap .woocommerce .blockUI.blockOverlay:before,
.woocommerce .loader:before {
    height: 7rem !important;
    width: 7rem !important;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: 0;
    margin-top: 0;
    display: block;
    content: "";
    -webkit-animation: none !important;
    -moz-animation: none !important;
    animation: none !important;
    background-image: url(../images/Ellipsis.gif);
    background-size: cover;
    line-height: 1;
    text-align: center;
}

/********************************************
**************RETIEVE QUOTE******************
********************************************/
#retrieve_quote {
    text-align: center;
}

#retrieve_quote h3 {
    display: inline-block;
    font-size: 2.2rem;
    color: #e83754;
    margin-right: 0.5rem;
}

#retrieve_quote input {
    font-size: 1.8rem;
    font-weight: 300;
    color: #260c15;
}

#retrieve_quote .sb_orange_button {
    margin-top: 1rem;
    font-weight: 500;
    color: #ffffff;
}

#retrieve_error {
    color: #ca3538;
    font-size: 2.2rem;
    text-align: center;
    margin-top: 1rem;
}

/********************************************
***************MEDIA QUERIES*****************
********************************************/
/*@media only screen and (max-width: 2120px){
    .slick-prev{
    left: -940px;
    }

    .slick-next{
        right: -940px;
    }
}*/

/*@media only screen and (max-width: 2000px){
    .slick-prev{
        left: 0;
        z-index: 1;
        width: 50px;
    }
    
    .slick-next{
        right: 0;
        z-index: 1;
        width: 50px;
    }

    .slick-prev:before{
        margin-right: 0px;
    }

    .slick-next:before{
        margin-left: 0px;
    }
}*/

@media only screen and (max-width: 2200px) {
    /*carousel*/
    /* #express_slider{
        height: 500px;
    }*/
}

@media only screen and (max-width: 1920px) {

    /*carousel images*/
    /* #carouselbg1 {
        background: -webkit-linear-gradient(rgba(0, 0, 0, 0.4),
                rgba(0, 0, 0, 0.4)), url(../images/expressstairsnew2.jpg);
        background: -o-linear-gradient(rgba(0, 0, 0, 0.4),
                rgba(0, 0, 0, 0.4)), url(../images/expressstairsnew2.jpg);
        background: linear-gradient(rgba(0, 0, 0, 0.4),
                rgba(0, 0, 0, 0.4)),
            url(../images/expressstairsnew2.jpg);

        background-position: 50% 45% !important;
    }

    #carouselbg2 {
        background: -webkit-linear-gradient(rgba(0, 0, 0, 0.4),
                rgba(0, 0, 0, 0.4)), url(../images/van.png);
        background: -o-linear-gradient(rgba(0, 0, 0, 0.4),
                rgba(0, 0, 0, 0.4)), url(../images/van.png);
        background: linear-gradient(rgba(0, 0, 0, 0.4),
                rgba(0, 0, 0, 0.4)),
            url(../images/van.png);
    } */

    /* #carouselbg3.src {
        background: -webkit-linear-gradient(rgba(0, 0, 0, 0.4),
                rgba(0, 0, 0, 0.4)), url(../images/stairs-1920.jpg);
        background: -o-linear-gradient(rgba(0, 0, 0, 0.4),
                rgba(0, 0, 0, 0.4)), url(../images/stairs-1920.jpg);
        background: linear-gradient(rgba(0, 0, 0, 0.4),
                rgba(0, 0, 0, 0.4)),
            url(../images/stairs-1920.jpg);
    }

    #carouselbg4.src {
        background: -webkit-linear-gradient(rgba(0, 0, 0, 0.4),
                rgba(0, 0, 0, 0.4)), url(../images/cnc-1920.jpg);
        background: -o-linear-gradient(rgba(0, 0, 0, 0.4),
                rgba(0, 0, 0, 0.4)), url(../images/cnc-1920.jpg);
        background: linear-gradient(rgba(0, 0, 0, 0.4),
                rgba(0, 0, 0, 0.4)),
            url(../images/cnc-1920.jpg);
    }

    #carouselbg5.src {
        background: -webkit-linear-gradient(rgba(0, 0, 0, 0.4),
                rgba(0, 0, 0, 0.4)), url(../images/workshop_two-1920.jpg);
        background: -o-linear-gradient(rgba(0, 0, 0, 0.4),
                rgba(0, 0, 0, 0.4)), url(../images/workshop_two-1920.jpg);
        background: linear-gradient(rgba(0, 0, 0, 0.4),
                rgba(0, 0, 0, 0.4)),
            url(../images/workshop_two-1920.jpg);
    } */
}

@media only screen and (max-width: 1800px) {

    /*carousel*/
    #express_slider {
        height: 40rem;
    }

    .item .second h3,
    .item .third h3,
    .item .fourth h3 {
        font-size: 6rem;
    }

    .item .second h3:nth-child(1),
    .item .third h3:nth-child(1),
    .item .fourth h3:nth-child(1) {
        margin-bottom: 0;
    }

    .carousel-caption a {
        font-size: 2.4rem;
        margin-top: 2rem;

    }

    .item .first h3:nth-child(1) {
        font-size: 100px;
    }

    .item .first h3:nth-child(2) {
        font-size: 50px;
    }

    .item .first h3:nth-child(2) {
        font-size: 50px;
    }

    .item .fifth h3:nth-child(2) {
        font-size: 4.5rem;
    }
}

@media only screen and (max-width: 1650px) {

    /*header*/
    #top_bar {
        width: auto;
    }

    #top_bar ul li a {
        padding: 1rem 2rem;
        min-height: 0;
    }

    #nav_container {
        width: 100%;
    }

    #head_number span {
        width: auto;
        height: auto;
        overflow: unset;
    }

    #head_number:hover span {
        width: auto;
        height: auto;
        overflow: unset;
    }

    #phone_icon {
        margin-left: 0;
    }

    .header_nav {
        border-top: 0.3rem solid #260c15;
        margin-bottom: 0;
    }

    .header_nav li a:link,
    .header_nav li a:visited {
        font-size: 1.8rem;
        padding: 2rem 3.5rem;
    }

    #sb_dropdown.no_triple {
        right: 0
    }

    #menu-item-87531 .sub-menu li a,
    #menu-item-84577 .sub-menu li a,
    #menu-item-87542 .sub-menu li a {
        padding: 1rem 3.5rem;
    }

    #menu-item-84577 .sub-menu {
        width: 27.7rem;
    }

    #menu-item-87531 .sub-menu {
        width: 31.8rem;
    }

    #menu-item-87542 .sub-menu {
        width: 23.7rem;
    }
}

@media only screen and (max-width: 1600px) {

    /*carousel images*/
    #carouselbg1 {
        background: -webkit-linear-gradient(rgba(0, 0, 0, 0.4),
                rgba(0, 0, 0, 0.4)), url(../images/expressstairsnew2.jpg);
        background: -o-linear-gradient(rgba(0, 0, 0, 0.4),
                rgba(0, 0, 0, 0.4)), url(../images/expressstairsnew2.jpg);
        background: linear-gradient(rgba(0, 0, 0, 0.4),
                rgba(0, 0, 0, 0.4)),
            url(../images/expressstairsnew2.jpg);

        background-position: 50% 45% !important;
    }

    #carouselbg2 {
        background: -webkit-linear-gradient(rgba(0, 0, 0, 0.4),
                rgba(0, 0, 0, 0.4)), url(../images/workshop_one-1600.jpg);
        background: -o-linear-gradient(rgba(0, 0, 0, 0.4),
                rgba(0, 0, 0, 0.4)), url(../images/workshop_one-1600.jpg);
        background: linear-gradient(rgba(0, 0, 0, 0.4),
                rgba(0, 0, 0, 0.4)),
            url(../images/workshop_one-1600.jpg);
    }

    #carouselbg3.src {
        background: -webkit-linear-gradient(rgba(0, 0, 0, 0.4),
                rgba(0, 0, 0, 0.4)), url(../images/stairs-1600.jpg);
        background: -o-linear-gradient(rgba(0, 0, 0, 0.4),
                rgba(0, 0, 0, 0.4)), url(../images/stairs-1600.jpg);
        background: linear-gradient(rgba(0, 0, 0, 0.4),
                rgba(0, 0, 0, 0.4)),
            url(../images/stairs-1600.jpg);
    }

    #carouselbg4.src {
        background: -webkit-linear-gradient(rgba(0, 0, 0, 0.4),
                rgba(0, 0, 0, 0.4)), url(../images/cnc-1600.jpg);
        background: -o-linear-gradient(rgba(0, 0, 0, 0.4),
                rgba(0, 0, 0, 0.4)), url(../images/cnc-1600.jpg);
        background: linear-gradient(rgba(0, 0, 0, 0.4),
                rgba(0, 0, 0, 0.4)),
            url(../images/cnc-1600.jpg);
    }

    #carouselbg5.src {
        background: -webkit-linear-gradient(rgba(0, 0, 0, 0.4),
                rgba(0, 0, 0, 0.4)), url(../images/workshop_two-1600.jpg);
        background: -o-linear-gradient(rgba(0, 0, 0, 0.4),
                rgba(0, 0, 0, 0.4)), url(../images/workshop_two-1600.jpg);
        background: linear-gradient(rgba(0, 0, 0, 0.4),
                rgba(0, 0, 0, 0.4)),
            url(../images/workshop_two-1600.jpg);
    }
}

@media only screen and (max-width: 1500px) {

    /*carousel*/
    #carouselbg5 {
        background-position: 50% 45%;
    }
}

@media only screen and (max-width: 1400px) {

    /*carousel*/
    #carouselbg2 {
        background-position: 50% 25%;
    }
}

@media only screen and (max-width: 1350px) {

    /*header*/
    .header_nav li a:link,
    .header_nav li a:visited {
        font-size: 1.6rem;
    }

    #logo_container {
        padding-left: 2rem;
    }

    .stair_text,
    #drop_title {
        font-size: 1.6rem;
    }
}

@media only screen and (max-width: 1366px) {

    /*carousel images*/
    #carouselbg1 {
        background: -webkit-linear-gradient(rgba(0, 0, 0, 0.4),
                rgba(0, 0, 0, 0.4)), url(../images/expressstairsnew2.jpg);
        background: -o-linear-gradient(rgba(0, 0, 0, 0.4),
                rgba(0, 0, 0, 0.4)), url(../images/expressstairsnew2.jpg);
        background: linear-gradient(rgba(0, 0, 0, 0.4),
                rgba(0, 0, 0, 0.4)),
            url(../images/expressstairsnew2.jpg);
        background-position: 50% 50% !important;
    }

    #carouselbg2 {
        background: -webkit-linear-gradient(rgba(0, 0, 0, 0.4),
                rgba(0, 0, 0, 0.4)), url(../images/workshop_one-1366.jpg);
        background: -o-linear-gradient(rgba(0, 0, 0, 0.4),
                rgba(0, 0, 0, 0.4)), url(../images/workshop_one-1366.jpg);
        background: linear-gradient(rgba(0, 0, 0, 0.4),
                rgba(0, 0, 0, 0.4)),
            url(../images/workshop_one-1366.jpg);
    }

    #carouselbg3.src {
        background: -webkit-linear-gradient(rgba(0, 0, 0, 0.4),
                rgba(0, 0, 0, 0.4)), url(../images/stairs-1366.jpg);
        background: -o-linear-gradient(rgba(0, 0, 0, 0.4),
                rgba(0, 0, 0, 0.4)), url(../images/stairs-1366.jpg);
        background: linear-gradient(rgba(0, 0, 0, 0.4),
                rgba(0, 0, 0, 0.4)),
            url(../images/stairs-1366.jpg);
    }

    #carouselbg4.src {
        background: -webkit-linear-gradient(rgba(0, 0, 0, 0.4),
                rgba(0, 0, 0, 0.4)), url(../images/cnc-1366.jpg);
        background: -o-linear-gradient(rgba(0, 0, 0, 0.4),
                rgba(0, 0, 0, 0.4)), url(../images/cnc-1366.jpg);
        background: linear-gradient(rgba(0, 0, 0, 0.4),
                rgba(0, 0, 0, 0.4)),
            url(../images/cnc-1366.jpg);
    }

    #carouselbg5.src {
        background: -webkit-linear-gradient(rgba(0, 0, 0, 0.4),
                rgba(0, 0, 0, 0.4)), url(../images/workshop_two-1366.jpg);
        background: -o-linear-gradient(rgba(0, 0, 0, 0.4),
                rgba(0, 0, 0, 0.4)), url(../images/workshop_two-1366.jpg);
        background: linear-gradient(rgba(0, 0, 0, 0.4),
                rgba(0, 0, 0, 0.4)),
            url(../images/workshop_two-1366.jpg);
    }
}

@media only screen and (max-width: 1280px) {

    /*carousel*/
    .carousel-caption {
        left: 15%;
        right: 15%;
    }

    .border_box {
        padding: 3.5rem 5rem 4.5rem 5rem;
    }

    .item .first h3:nth-child(1) {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 1250px) {

    .header_nav li a:link,
    .header_nav li a:visited {
        padding: 2rem 3rem;
    }

    #menu-item-87531 .sub-menu li a,
    #menu-item-84577 .sub-menu li a,
    #menu-item-87542 .sub-menu li a {
        padding: 1rem 3rem;
    }

    #menu-item-84577 .sub-menu {
        width: 24.4rem;
    }

    #menu-item-87531 .sub-menu {
        width: 28.1rem;
    }

    #menu-item-87542 .sub-menu {
        width: 20.9rem;
    }
}

/*MD styles*/
@media only screen and (max-width: 1199px) {
    #top_line ul li {
        font-size: 1.6rem;
    }

    .about_links .absolute_links_not_active,
    .about_links .absolute_links_not_active,
    .about_links .absolute_img_links,
    .about_links .absolute_img_links {
        font-size: 1.8rem;
        padding: 0.5rem 0;
    }

    #home_jumbo h3 {
        font-size: 3.2rem;
    }

    .orange_jumbo .title {
        font-size: 3.5rem;
    }

    .orange_jumbo {
        padding: 2rem 0;
    }

    #parallax .jumbo_header {
        font-size: 3rem;
    }

    #home_jumbo_text {
        font-size: 2.6rem;
    }

    #newel_post {
        display: none;
    }

    #newel_post2 {
        display: block;
    }

    #rules_regulations .col1 {
        width: 50%;
    }

    #rules_regulations .col2 {
        margin-left: 0;
    }

    #fluid_heading {
        padding: 2rem 0;
    }

    .home_para {
        margin: 0 0 1rem 0;
    }

    /*.rounded_blocks{
        margin: 2rem auto 1rem;
    }*/

    /*#home_jumbo{
        margin-top: 2rem;
        margin-bottom: 2rem;
    }*/

    #fluid_text_br {
        display: none;
    }

    /*#about_cont_margin{
        margin-top: 2rem;
        margin-bottom: 2rem;
    }*/

    #stairbuilder .form-group h2,
    #stairbuilder .form-group h3,
    #stairbuilder .form-group h4 {
        width: 19rem;
    }

    #sb_image.affix {
        width: 485px;
    }

    #home_para_bold {
        font-size: 3.7rem;
    }

    /*slider*/
    #carouselbg2 {
        background-position: 50% 20%;
    }

    #stair_section_triple .home_sb_title,
    #stair_section .home_sb_title {
        font-size: 2.4rem;
    }

    #stair_type_triple .sb_title,
    #stair_type .sb_title {
        font-size: 2.4rem;
    }

    .item .second h3,
    .item .third h3 {
        font-size: 5.5rem;
    }
}

@media only screen and (max-width: 1150px) {

    .header_nav li a:link,
    .header_nav li a:visited {
        padding: 2rem 2.5rem;
    }

    #logo_container {
        padding-left: 1rem;
    }

    #menu-item-87531 .sub-menu li a,
    #menu-item-84577 .sub-menu li a,
    #menu-item-87542 .sub-menu li a {
        padding: 1rem 2.5rem;
        width: 100%;
    }

    #menu-item-84577 .sub-menu {
        width: 23.4rem;
    }

    #menu-item-87531 .sub-menu {
        width: 27.1rem;
    }

    #menu-item-87542 .sub-menu {
        width: 19.9rem;
    }
}

@media only screen and (max-width: 1110px) {
    #sb_dropdown.triple {
        width: 100%;
    }
}

@media only screen and (max-width: 1100px) {

    /*carousel*/
    .carousel-control {
        width: 10%;
    }

    #express_slider {
        height: 35rem;
    }

    .border_box {
        padding: 2.5rem 4.5rem 3.5rem 4.5rem;
    }

    .carousel-caption a {
        font-size: 2rem;
    }

    /*first slide*/

    .item .first h3:nth-child(1) {
        font-size: 100px;
        line-height: 0.8em;
    }

    .item .first h3:nth-child(2) {
        font-size: 50px;
        line-height: 1em;
    }

    /*second slide*/
    .item .second h3,
    .item .third h3,
    .item .fourth h3 {
        font-size: 50px;
        line-height: 1em;
    }

    /*fifth slide*/

    .item .fifth h3:nth-child(1) {
        font-size: 5rem;
    }

    .item .fifth h3:nth-child(2) {
        font-size: 3.6rem;
    }
}

@media only screen and (max-width: 1199px) and (min-width: 990px) {
    .subpage .col_nav {
        width: 29%;
        float: left;
    }

    .subpage .col_divider {
        width: 5%;
        float: left;
    }

    .subpage .col_content {
        width: 66%;
        float: left;
    }
}

@media only screen and (max-width: 1070px) {
    #sb_dropdown.triple .dropdown_col {
        padding: 3rem 2rem 1rem 2rem;
    }
}

@media only screen and (max-width: 1050px) {

    .header_nav li a:link,
    .header_nav li a:visited {
        padding: 2rem 2rem;
    }

    #logo_container {
        padding-left: 0;
    }

    #menu-item-87531 .sub-menu li a,
    #menu-item-84577 .sub-menu li a,
    #menu-item-87542 .sub-menu li a {
        padding: 1rem 2rem;
    }

    #menu-item-87531 .sub-menu {
        width: 26.6rem;
    }

    #menu-item-84577 .sub-menu {
        width: 22.4rem;
    }

    #menu-item-87542 .sub-menu {
        width: 18.9rem;
    }
}

@media only screen and (max-width: 1024px) {

    /*carousel*/
    #express_slider {
        height: 30rem;
    }

    .border_box {
        padding: 1.5rem 4.5rem 2.5rem 4.5rem;
    }

    /*slide one*/
    .item .first h3:nth-child(1) {
        font-size: 80px;
        line-height: 1em;
    }

    /*carousel images*/
    #carouselbg1 {
        background: -webkit-linear-gradient(rgba(0, 0, 0, 0.4),
                rgba(0, 0, 0, 0.4)), url(../images/expressstairsnew2.jpg);
        background: -o-linear-gradient(rgba(0, 0, 0, 0.4),
                rgba(0, 0, 0, 0.4)), url(../images/expressstairsnew2.jpg);
        background: linear-gradient(rgba(0, 0, 0, 0.4),
                rgba(0, 0, 0, 0.4)),
            url(../images/expressstairsnew2.jpg);
    }

    #carouselbg2 {
        background: -webkit-linear-gradient(rgba(0, 0, 0, 0.4),
                rgba(0, 0, 0, 0.4)), url(../images/workshop_one-1024.jpg);
        background: -o-linear-gradient(rgba(0, 0, 0, 0.4),
                rgba(0, 0, 0, 0.4)), url(../images/workshop_one-1024.jpg);
        background: linear-gradient(rgba(0, 0, 0, 0.4),
                rgba(0, 0, 0, 0.4)),
            url(../images/workshop_one-1024.jpg);
    }

    #carouselbg3.src {
        background: -webkit-linear-gradient(rgba(0, 0, 0, 0.4),
                rgba(0, 0, 0, 0.4)), url(../images/stairs-1024.jpg);
        background: -o-linear-gradient(rgba(0, 0, 0, 0.4),
                rgba(0, 0, 0, 0.4)), url(../images/stairs-1024.jpg);
        background: linear-gradient(rgba(0, 0, 0, 0.4),
                rgba(0, 0, 0, 0.4)),
            url(../images/stairs-1024.jpg);
    }

    #carouselbg4.src {
        background: -webkit-linear-gradient(rgba(0, 0, 0, 0.4),
                rgba(0, 0, 0, 0.4)), url(../images/cnc-1024.jpg);
        background: -o-linear-gradient(rgba(0, 0, 0, 0.4),
                rgba(0, 0, 0, 0.4)), url(../images/cnc-1024.jpg);
        background: linear-gradient(rgba(0, 0, 0, 0.4),
                rgba(0, 0, 0, 0.4)),
            url(../images/cnc-1024.jpg);
    }

    #carouselbg5.src {
        background: -webkit-linear-gradient(rgba(0, 0, 0, 0.4),
                rgba(0, 0, 0, 0.4)), url(../images/workshop_two-1024.jpg);
        background: -o-linear-gradient(rgba(0, 0, 0, 0.4),
                rgba(0, 0, 0, 0.4)), url(../images/workshop_two-1024.jpg);
        background: linear-gradient(rgba(0, 0, 0, 0.4),
                rgba(0, 0, 0, 0.4)),
            url(../images/workshop_two-1024.jpg);
    }
}

@media only screen and (max-width: 1000px) {
    .head_top_line span {
        font-size: 1.4rem;
    }

    .head_mid_line span {
        font-size: 1.5rem;
    }

    .head_mid_line span a {
        font-size: 1.5rem;
    }

    .head_bot_line a {
        font-size: 1.6rem;
    }
}

/*@media only screen and (max-width: 967px){
   .header_nav li a{
        font-size: 1.6rem;
    }
}
*/
@media only screen and (max-width: 926px) {
    /* .header_nav li a{
        font-size: 1.5rem;
    }

    .header_nav li::before{
        width: 0.7rem;
        height: 0.7rem;
        border-radius: 0.25rem;
    }*/
}

/*SM bootstrap breakpoint*/
@media only screen and (max-width: 991px) {
    /*.footer_list{
        margin-bottom: 2.5rem;
    }*/

    /*#foot_nav{
        float: unset;
    }*/

    /*#ft_cont .footer_icon{
        margin: 0 auto;
    }*/

    /*#foot_nav ul li{
        text-align: center;
    }*/

    /*#ft_cont{
        text-align: center;
    }*/

    .ft_list_title.marg {
        margin-top: 5.5rem;
    }

    /*#ft_col*/

    /*.footer_list.marg{
        margin-bottom: 9.5rem;
    }*/

    /*#ft_cont #link_icon{
        float: unset;
        margin-top: 1.5rem;
    }*/

    /*#stair_scheme{
        float: unset;
        margin-top: 2.5rem;
        margin: 0 auto;
    }*/

    #logo_container {
        display: none;
    }

    #company_info {
        margin-top: 2.5rem;
    }

    #logo_middle {
        display: inline-block;
        margin: 1rem 0;
        width: 22rem;
    }

    #logo_middle img {
        width: 100%;
    }

    #head_buttons {
        width: 100%;
    }

    #top_bar {
        width: 100%;
        position: relative;
        text-align: center;
    }

    #top_bar #right_buttons {
        float: none;
        position: absolute;
        right: 0;
    }

    #top_bar #left_buttons {
        float: none;
        position: absolute;
        left: 0;
    }

    #top_bar #left_buttons li {
        float: right;
    }

    #head_number span {
        display: none;
    }

    #head_number img {
        margin: 0;
    }

    .header_nav {
        float: none;
        text-align: center;
        border: 0;
        margin-bottom: 0;
    }

    .header_nav li {
        float: none;
    }

    .header_nav li a:link,
    .header_nav li a:visited {
        padding: 0.5rem 1rem;
    }

    .header_nav li:nth-child(1) a {
        border-left: none;
    }

    /*#nav_container{
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        transform: translateX(-100%);
        background-color: #ffffff;
    }*/

    #head_rows .row,
    #head_rows .row .col {
        height: auto;
    }

    #sb_image.affix {
        width: 375px;
        margin-top: 8.838rem;
    }

    .head_lists {
        padding-top: 0;
    }

    #head_list_right {
        text-align: left;
    }

    #hd_inner_cont {
        padding: 1rem 0;
    }

    #head_fixed {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 100;
        background-color: #ffffff;
    }

    #gal_txt {
        margin: 5rem 0;
    }

    #gal_txt .col {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    #about_split {
        float: left;
        margin-top: 2.5rem;
    }

    #about_split div {
        width: 50%;
        float: left;
    }

    #download_title {
        margin-top: 0;
        text-align: left;
        font-size: 2.2rem;
    }

    .download_links {
        text-align: left;
        font-size: 1.8rem;
        margin-top: 0.5rem;
    }

    #pos_bot {
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: 15px;
    }

    #contact_float .col {
        float: left;
    }

    #contact_split div {
        width: 50%;
        float: left;
    }

    #first_list,
    #second_list {
        font-size: 2rem;
    }

    #contact_left_col {
        width: 50%;
        float: left;
        padding-right: 1.5rem;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        margin-bottom: 2.5rem;
    }

    #contact_right_col {
        width: 50%;
        float: left;
        padding-left: 1.5rem;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        margin-bottom: 2.5rem;
    }

    #third_list {
        margin: 0;
    }

    .field_labels {
        font-size: 2rem;
    }

    .submit_button {
        font-size: 2rem;
    }

    .heading_one,
    .multi_para {
        font-size: 2.2rem;
    }

    .home_para {
        font-size: 1.6rem;
    }

    .about_paras,
    .grey_paras,
    .orange_paras {
        font-size: 1.6rem;
    }

    .deliv_lists li {
        font-size: 1.6rem;
    }

    .numbered_list li {
        font-size: 1.6rem;
    }

    .side_bar_nav li a:link,
    .side_bar_nav li a:visited {
        font-size: 1.6rem;
    }

    #delivery_para {
        font-size: 2rem;
    }

    .question,
    .anwser,
    .anwser_bullets li {
        font-size: 1.6rem;
        margin-bottom: 2rem;
    }

    .question_cata {
        font-size: 2.4rem;
    }

    .orange_headers {
        font-size: 2.4rem;
    }

    .green_headers {
        font-size: 2rem;
    }

    .heading span {
        display: inline;
    }

    .heading {
        font-size: 2.4rem;
    }

    #prod_marg {
        margin-top: 1.5rem;
    }

    .about_paras {
        font-size: 1.6rem;
    }

    /*  #about_para_head{
        margin-bottom: 2rem;
    }*/

    /*.multi_para{
        margin-bottom: 2rem;
    }
*/
    #orange_block,
    #yellow_block {
        margin-top: 1.5rem;
    }

    #about_col1,
    #about_col2 {
        margin-bottom: 3rem;
    }

    .about_bull_list li {
        font-size: 1.6rem;
    }

    /*.about_links .absolute_links_not_active, .about_links .absolute_img_links{
        padding: 1rem 0;
    }*/

    .customer_test,
    .test_name {
        font-size: 1.6rem;
    }

    #stairbuilder .form-group h2,
    #stairbuilder .form-group h3,
    #stairbuilder .form-group h4 {
        width: 100%;
        display: block;
        margin-bottom: 1rem;
    }

    #stairbuilder .form-group select {
        margin-top: 1rem;
    }

    #canvas {
        width: 100% !important;
        height: auto !important;
    }

    /*woo basket styles*/
    #top_title .product-price,
    #top_title .product-quantity,
    #top_title .product-subtotal,
    #top_title .product-thumbnail,
    #top_title .product-remove {
        display: none;
    }

    .product-price-section {
        width: 100%;
        float: left;
        border-top: 0.1rem solid #e7e7e7;
        border-bottom: 0.1rem solid #e7e7e7;
    }

    .product-quantity-section {
        width: 100%;
        float: left;
        border-bottom: 0.1rem solid #e7e7e7;
    }

    .product-subtotal-section {
        width: 100%;
        float: left;
    }

    .product-price-section .title_section,
    .product-quantity-section .title_section,
    .product-subtotal-section .title_section {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .title_section {
        border: none;
        margin-bottom: 0;
        width: 50%;
        float: left;
    }

    #basket_cart span.woocommerce-Price-amount.amount {
        width: 50%;
        float: left;
        display: block;
        padding: 1rem;
    }

    .product-quantity-section .quantity {
        float: left;
        padding: 1rem;
        width: 50%;
    }

    .product-remove-section .title_section,
    .product-thumbnail-section .title_section,
    .product-quantity-section .title_section,
    .product-subtotal-section .title_section,
    .product-price-section .title_section {
        display: block;
    }

    .product-remove-section .title_section {
        display: none;
    }

    .product-name-section {
        width: 60%;
        float: left;
        padding: 0 1rem 1rem 1rem;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .product-name-section .title_section {
        display: block;
        width: 100%;
        padding-top: 0;
    }

    .product-remove-section {
        width: auto;
        position: absolute;
        right: 0.5rem;
        top: 0.5rem;
    }

    .product-thumbnail-section {
        padding: 0 1rem;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: right;
        width: 40%;
        text-align: right;
    }

    .product-thumbnail-section .title_section {
        width: 100%;
    }

    #top_title .title_section {
        display: none;
    }

    .title_section {
        font-size: 2rem;
        line-height: 1em;
    }

    #basket_cart .cart_item {
        padding-top: 1rem;
        padding-bottom: 0;
        position: relative;
    }

    #update_cart {
        margin-right: 0;
    }

    .coupon {
        width: 100%;
        text-align: right;
    }

    #update_cart {
        margin-top: 1rem;
    }

    .cart_buttons {
        padding: 1rem;
    }

    #loop_wrap .woocommerce .cart-collaterals .cart_totals {
        width: 100%;
    }

    #loop_wrap .cart-collaterals .cart_totals .cart-subtotal th,
    #loop_wrap .cart-collaterals .cart_totals .cart-discount th,
    #loop_wrap .cart-collaterals .cart_totals .shipping th,
    #loop_wrap .cart-collaterals .cart_totals .tax-rate th,
    #loop_wrap .cart-collaterals .cart_totals .order-total th {
        display: inline-block;
        width: 40%;
    }

    #loop_wrap .cart-collaterals .cart_totals .cart-subtotal td,
    #loop_wrap .cart-collaterals .cart_totals .cart-discount td,
    #loop_wrap .cart-collaterals .cart_totals .shipping td,
    #loop_wrap .cart-collaterals .cart_totals .tax-rate td,
    #loop_wrap .cart-collaterals .cart_totals .order-total td {
        display: inline-block;
        width: 60%;
    }

    #loop_wrap .cart-collaterals .cart_totals .cart-subtotal td:before,
    #loop_wrap .cart-collaterals .cart_totals .cart-discount td:before,
    #loop_wrap .cart-collaterals .cart_totals .shipping td:before,
    #loop_wrap .cart-collaterals .cart_totals .tax-rate td:before,
    #loop_wrap .cart-collaterals .cart_totals .order-total td:before {
        display: none;
    }

    #save_basket {
        margin-bottom: 2rem;
    }

    #loop_wrap .checkout-button {
        margin-bottom: 2rem;
    }

    #thumbnail_img {
        width: 100% !important;
    }

    #loop_wrap .cart-collaterals .cart-subtotal th,
    #loop_wrap .cart-collaterals .shipping th,
    #loop_wrap .cart-collaterals .tax-rate th,
    #loop_wrap .cart-collaterals .order-total th,
    #loop_wrap .cart-collaterals .cart-discount th {
        font-size: 2rem;
    }

    /*end of woo basket*/

    .stair_image_font_style {
        font-size: 2rem;
    }

    .sb_title {
        font-size: 2rem;
    }

    .mob_overlay {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #000000;
        opacity: 0.4;
    }

    #help_links .absolute_links_not_active {
        width: 100%;
        background-color: transparent;
        font-size: 1.8rem;
        padding: 0 1rem;
    }

    #help_links .full_img_links:hover .absolute_links_not_active {
        transform: translate(-50%, -50%) scale(1);
    }

    .about_links .absolute_links_not_active {
        width: 100%;
        background-color: transparent;
        font-size: 2.6rem;
        padding: 0 1rem;
    }

    .about_links .full_img_links:hover .absolute_links_not_active {
        width: 100%;
        background-color: transparent;
        font-size: 2.6rem;
        padding: 0 1rem;
        transform: translate(-50%, -50%) scale(1);
    }

    .about_links .absolute_img_links {
        width: 75%;
        background-color: transparent;
        font-size: 2.6rem;
        padding: 0 1rem;
        transform: translate(-50%, -50%) scale(1);
        border: 0.2rem solid #260c15;
    }

    .about_links .full_img_links {
        height: 180px;
        overflow: hidden;
    }

    #loop_wrap .woocommerce #ship-to-different-address h3 {
        display: inline;
    }

    #bottom_cont .absolute_img_links {
        width: 100%;
        transform: translate(-50%, -50%) scale(1);
        background-color: transparent;
        font-size: 2.4rem;
        color: #ffffff;
        padding: 0;
    }

    #home_para_bold {
        font-size: 2.8rem;
    }

    #sb_para1 {
        font-size: 2.2rem;
    }

    #sb_para2 {
        font-size: 2rem;
    }

    #nav_contact {
        display: block;
        text-align: center;
    }

    #nav_contact a {
        display: block;
        font-size: 2rem;
        color: #260c15;
    }

    #nav_contact a span {
        color: #260c15
    }

    #nav_icons_cont {
        display: block;
    }

    #sb_centre .col-sm-4 {
        float: left;
    }

    .stair_text {
        font-size: 1.6rem;
    }

    #stair_section .column {
        width: 33.33333333%;
        float: left;
    }

    #stair_section_triple .home_sb_title {
        font-size: 2rem;
        padding: 1rem 0;
    }

    #stair_type_triple .column {
        width: 25%;
    }

    #stair_type_triple .sb_title {
        font-size: 2rem;
        padding: 1rem 0;
    }

    #stair_type .column {
        float: left;
        width: 33.33333333%;
    }

    .loggedout,
    .loggedin {
        width: 100%;
    }

    .sub-menu {
        display: none;
    }

    .header_nav li.current-menu-item a {
        background-color: #260c15;
        color: #ffffff;
    }

    #head_nav {
        display: inline-block;
        margin-bottom: -0.2rem;
    }

    #nav_container {
        text-align: center;
    }

    .header_nav li {
        float: left;
    }

    .header_nav li.current-menu-item a:before,
    .header_nav li a:before {
        content: none;
    }

    .header_nav li a:hover {
        color: #260c15;
    }

    #slide_right,
    #slide_left {
        width: 4rem;
    }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
    .subpage .col_nav {
        width: 32.3%;
        float: left;
        padding-right: 0;
        border-right: 1px solid black;
    }

    .subpage .col_content {
        width: 67.7%;
        float: left;
    }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
    .stair_image_font_style {
        padding: 1rem 0;
    }
}

@media only screen and (max-width: 900px) {
    /*.header_nav li a{
        font-size: 2.15rem;
    }*/
}

@media only screen and (max-width: 870px) {
    #fluid_text_br {
        display: none;
    }
}

@media only screen and (max-width: 850px) {

    /*carousel*/
    .item .second h3,
    .item .third h3,
    .item .fourth h3 {
        font-size: 4rem;
    }

    .item .second h3:nth-child(1),
    .item .third h3:nth-child(1),
    .item .fourth h3:nth-child(1) {
        margin-bottom: 0.5rem;
    }

    .item .first h3:nth-child(1) {
        font-size: 7rem;
    }

    .item .first h3:nth-child(2) {
        font-size: 4rem;
    }

    .carousel-caption a {
        font-size: 1.8rem;
        padding: 0.5rem 1.5rem;
        margin-top: 1.5rem;
    }

    .carousel-caption {
        left: 5%;
        right: 5%;
    }

    /*fifth slide*/

    .item .fifth h3:nth-child(1) {
        font-size: 4rem;
        margin-bottom: 1rem;
    }

    .item .fifth h3:nth-child(2) {
        font-size: 3rem;
    }
}

@media only screen and (max-width: 810px) {
    #fluid_text {
        font-size: 2.6rem;
    }

    #fluid_text2 {
        font-size: 1.8rem;
    }

}

@media only screen and (max-width: 800px) {
    .txt_strip {
        font-size: 2.4rem;
    }

    #top_bar ul li a {
        padding: 1rem 1rem;
        font-size: 1.4rem;
    }
}

@media only screen and (max-width: 768px) {

    /*woo basket styling*/
    #loop_wrap .woocommerce table.shop_table_responsive tr,
    #loop_wrap .woocommerce-page table.shop_table_responsive tr {
        display: table-row;
    }

    #loop_wrap .cart-collaterals .cart_totals .cart-subtotal td,
    #loop_wrap .cart-collaterals .cart_totals .cart-discount td,
    #loop_wrap .cart-collaterals .cart_totals .shipping td,
    #loop_wrap .cart-collaterals .cart_totals .tax-rate td,
    #loop_wrap .cart-collaterals .cart_totals .order-total td {
        background-color: #ffffff;
    }

    .product-price-section span,
    .product-quantity-section .quantity,
    .product-subtotal-section span {
        text-align: right;
    }

    /*carousel images*/
    #carouselbg1 {
        background: -webkit-linear-gradient(rgba(0, 0, 0, 0.4),
                rgba(0, 0, 0, 0.4)), url(../images/expressstairsnew2.jpg);
        background: -o-linear-gradient(rgba(0, 0, 0, 0.4),
                rgba(0, 0, 0, 0.4)), url(../images/expressstairsnew2.jpg);
        background: linear-gradient(rgba(0, 0, 0, 0.4),
                rgba(0, 0, 0, 0.4)),
            url(../images/expressstairsnew2.jpg);
    }

    #carouselbg2 {
        background: -webkit-linear-gradient(rgba(0, 0, 0, 0.4),
                rgba(0, 0, 0, 0.4)), url(../images/workshop_one-768.jpg);
        background: -o-linear-gradient(rgba(0, 0, 0, 0.4),
                rgba(0, 0, 0, 0.4)), url(../images/workshop_one-768.jpg);
        background: linear-gradient(rgba(0, 0, 0, 0.4),
                rgba(0, 0, 0, 0.4)),
            url(../images/workshop_one-768.jpg);
    }

    #carouselbg3.src {
        background: -webkit-linear-gradient(rgba(0, 0, 0, 0.4),
                rgba(0, 0, 0, 0.4)), url(../images/stairs-768.jpg);
        background: -o-linear-gradient(rgba(0, 0, 0, 0.4),
                rgba(0, 0, 0, 0.4)), url(../images/stairs-768.jpg);
        background: linear-gradient(rgba(0, 0, 0, 0.4),
                rgba(0, 0, 0, 0.4)),
            url(../images/stairs-768.jpg);
    }

    #carouselbg4.src {
        background: -webkit-linear-gradient(rgba(0, 0, 0, 0.4),
                rgba(0, 0, 0, 0.4)), url(../images/cnc-768.jpg);
        background: -o-linear-gradient(rgba(0, 0, 0, 0.4),
                rgba(0, 0, 0, 0.4)), url(../images/cnc-768.jpg);
        background: linear-gradient(rgba(0, 0, 0, 0.4),
                rgba(0, 0, 0, 0.4)),
            url(../images/cnc-768.jpg);
    }

    #carouselbg5.src {
        background: -webkit-linear-gradient(rgba(0, 0, 0, 0.4),
                rgba(0, 0, 0, 0.4)), url(../images/workshop_two-768.jpg);
        background: -o-linear-gradient(rgba(0, 0, 0, 0.4),
                rgba(0, 0, 0, 0.4)), url(../images/workshop_two-768.jpg);
        background: linear-gradient(rgba(0, 0, 0, 0.4),
                rgba(0, 0, 0, 0.4)),
            url(../images/workshop_two-768.jpg);
    }
}

/*Bootstrap xs break point*/
@media only screen and (max-width: 767px) {
    .footer_icon {
        margin: 0 auto;
    }

    #link_icon {
        margin-top: 3rem;
    }

    #ft_cont {
        text-align: center;
    }

    .ft_list_title.marg {
        margin-top: 3rem;
    }

    #stair_scheme {
        margin: 3rem auto 0 auto;
    }

    #sb_image.affix,
    #sb_image.affix-top,
    #sb_image.affix-bottom {
        position: relative;
        width: 100%;
        left: 0;
        margin-top: 0;
    }

    .field_labels {
        font-size: 1.8rem;
    }

    .orange_jumbo .title {
        font-size: 3rem;
    }

    #about_para_head {
        font-size: 2.2rem;
        /*margin-bottom: 1.5rem;*/
    }

    #download_title {
        font-size: 2rem;
    }

    #first_list,
    #second_list {
        font-size: 1.8rem;
    }

    .submit_button {
        font-size: 1.8rem;
    }

    .field_labels {
        padding: 0.5rem 1.5rem 0 1.5rem;
    }

    .submit_container {
        padding: 0.5rem 1.5rem 0rem 1.5rem;
    }

    .question_cata {
        font-size: 2.2rem;
    }

    .orange_headers {
        font-size: 2.2rem;
    }

    .green_headers {
        font-size: 1.8rem;
    }

    .heading {
        font-size: 2.2rem;
    }

    .diagram_col {
        width: 50%;
    }

    #delivery_para {
        font-size: 1.8rem;
    }

    .orange_jumbo {
        padding: 1.5rem 0;
    }

    #fluid_heading {
        padding: 1.5rem 0;
    }

    #banner_outer_cont {
        padding: 0.75rem 0;
    }

    .about_bull_marg {
        margin-top: 1rem;
    }

    .about_links .absolute_links_not_active,
    .about_links .absolute_img_links {
        font-size: 2.4rem;
    }

    #form_grey {
        padding: 2.5rem 2.5rem 0.5rem 2.5rem;
    }

    #UX_warning {
        display: none;
    }

    #option_link1,
    #option_link2 {
        margin-bottom: 3rem;
    }

    #inner_cont_2,
    #inner_cont_1 {
        margin-bottom: 3rem;
    }

    .stair_image_font_style {
        font-size: 2.6rem;
    }

    .sb_title {
        font-size: 2.6rem;
    }

    #help_links .left {
        padding-right: 0.75rem;
    }

    #help_links .right {
        padding-left: 0.75rem;
    }

    #help_links .absolute_links_not_active,
    #help_links .absolute_img_links {
        font-size: 2.4rem;
    }

    #stair_type_list {
        width: 80%;
        margin-left: 10%;
    }

    /*carousel*/
    #express_slider {
        height: 25rem;
    }

    .border_box {
        padding: 1.5rem 2.5rem 2.5rem 2.5rem;
    }

    #stair_section_triple .column {
        width: 50%;
    }

    #stair_section_triple {
        width: 80%;
    }

    #stair_section_triple .home_sb_title {
        font-size: 2.4rem;
    }

    #stair_type_triple .sb_title {
        font-size: 2.4rem;
    }

    #stair_type_triple .column {
        width: 50%;
    }

    #stair_type_triple {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    #home_p_cont div:first-child p:last-child {
        margin-bottom: 1rem;
    }

    /*
    #ft_col_one, #ft_col_two, #ft_col_three, #ft_col_four{
        width: 50%;
    }*/
}

@media only screen and (max-width: 767px) and (min-width: 601px) {
    /* #ft_col_one, #ft_col_two{
        width: 50%;
    }

    #ft_col_three{
        width: 100%;
    }*/

    #ss_cont {
        width: 50%;
        float: left;
    }

    #ft_icon_cont {
        margin-top: 8.3rem;
        width: 50%;
    }

    #ft_icon_cont .ft_icons {
        float: left;
    }

    /*#stair_scheme{
        float: left;
    }*/
}

@media only screen and (max-width: 767px) and (min-width: 500px) {
    #gal_list .col {
        width: 33.33333333%;
    }
}


@media only screen and (max-width: 767px) and (min-width: 500px) {

    /*About page styles*/
    #about_col1,
    #about_col2,
    #about_col3,
    #about_col4 {
        width: 50%;
    }

    /*End of about page*/
}

@media only screen and (max-width: 767px) and (min-width: 400px) {
    .stair_type {
        width: 50%;
    }
}

@media only screen and (max-width: 767px) and (min-width: 361px) {
    #blocks .col {
        width: 50%;
    }
}

@media only screen and (max-width: 750px) {
    #home_para_bold {
        font-size: 2.6rem;
    }
}

@media only screen and (max-width: 730px) {

    .header_nav li a:link,
    .header_nav li a:visited {
        padding: 0.5rem 1.5rem;
    }
}

@media only screen and (max-width: 705px) {
    #fluid_text {
        font-size: 2.2rem;
    }

    #fluid_text2 {
        font-size: 1.5rem;
    }

}

@media only screen and (max-width: 700px) {
    .head_top_line span {
        font-size: 1.2rem;
    }

    .head_mid_line span {
        font-size: 1.3rem;
    }

    .head_mid_line span a {
        font-size: 1.3rem;
    }

    .head_bot_line a {
        font-size: 1.4rem;
    }

    /*burger icon*/
    #button_inner {
        height: 24px;
        width: 26px;
    }

    #button_inner span {
        width: 26px;
    }

    #button span:nth-child(2) {
        top: 10px;
    }

    #button span:nth-child(3) {
        top: 20px;
    }

    #menu_text {
        font-size: 11px;
        margin: 6px 0 0 -3px;
    }

    /*end of burger icon*/

    .txt_strip {
        font-size: 2.2rem;
    }

    #help_links .absolute_links_not_active,
    #help_links .absolute_img_links {
        font-size: 2.4rem;
    }

    /*woo checkout*/
    #order_review table thead .product-name {
        display: block;
        width: 100%;
    }

    #order_review table thead .product-total {
        display: none;
    }

    #order_review table tbody .cart_item td {
        display: block;
        width: 100%;
    }

    #order_review table tfoot th {
        display: block;
        width: 100%;
    }

    #order_review table tfoot td {
        display: none;
    }

    #order_review table tfoot th p {
        display: inline-block;
        float: right;
        color: #ca3538;
        font-weight: 300;
        font-size: 1.8rem;
    }

    #order_review .cart_item .product-total p {
        display: inline-block;
        float: left;
    }

    #order_review .cart_item .product-total .woocommerce-Price-amount {
        display: inline-block;
        float: right;
    }

    #order_review .cart_item .product-total {
        float: left;
        border-top: none;
        padding-top: 0;
    }

    /*end woo checkout*/

    .about_links .absolute_links_not_active,
    .about_links .absolute_img_links {
        font-size: 2.2rem;
        line-height: 1em;
        padding: 0.75rem 0;
    }

    #important_cart {
        display: block !important;
        border-top: none;
    }

    #home_para_bold {
        font-size: 2.4rem;
    }
}

@media only screen and (max-width: 680px) {
    #gal_hd_two {
        margin-top: 1.5rem;
    }
}

@media only screen and (max-width: 670px) {

    .header_nav li a:link,
    .header_nav li a:visited {
        padding: 0.5rem 1rem;
    }
}

@media only screen and (max-width: 650px) {
    .diagram_col {
        width: 60%;
    }

    #help_links .absolute_links_not_active,
    #help_links .absolute_img_links {
        font-size: 2.2rem;
    }

    #bottom_cont .absolute_img_links {
        font-size: 2.6rem;
    }

    #home_para_bold {
        font-size: 2.2rem;
    }

    #bottom_cont {
        width: 80%;
    }

    #bottom_cont .col {
        max-height: 17.5rem;
        overflow: hidden;
        width: 100%;
    }

    #bottom_cont .col a {
        position: unset;
    }

    #bottom_cont .mid {
        margin-bottom: 1.5rem;
        margin-top: 1.5rem;
    }

    .mob_overlay {
        left: 0rem;
        right: 0rem;
    }

    #bottom_cont .mob_overlay {
        left: 1.5rem;
        right: 1.5rem;
    }

    #stair_section .home_sb_title {
        font-size: 2rem;
    }

    #stair_section_triple .home_sb_title {
        font-size: 2.2rem;
    }

    #stair_type_triple .sb_title {
        font-size: 2.2rem;
    }

    #stair_type .sb_title {
        font-size: 2rem;
    }

    /*header*/

    #nav_container,
    #logo_middle {
        display: none;
    }

    #header .row {
        display: block;
    }

    #head_buttons {
        float: none;
    }

    #top_bar {
        z-index: 102;
    }

    #top_bar #right_buttons,
    #top_bar #left_buttons {
        position: relative;
        float: right;
        width: 50%;
    }

    #top_bar #right_buttons li {
        width: 100%;
    }

    #top_bar #right_buttons li a {
        width: 50%;
    }

    #top_bar #left_buttons li {
        width: 50%;
    }

    #top_bar #left_buttons li a {
        width: 100%;
    }

    #head_number span {
        display: inline-block;
        margin-left: 0.5rem;
    }

    .loggedout #top_bar #right_buttons {
        width: 33.3%;
    }

    .loggedout #top_bar #right_buttons li a {
        width: 100%;
    }

    .loggedout #top_bar #left_buttons {
        width: 66.7%;
    }

    #mob_header {
        display: block;
        position: relative;
        z-index: 102;
        background-color: #ffffff;
        border-bottom: 0.5rem solid #260c15;
    }

    #fullhead_wrap {
        border: none;
    }

    #mob_logo {
        width: 22rem;
        margin: 1rem 0 1rem 1rem;
    }

    #mob_logo img {
        width: 100%;
    }

    /*burger icon*/
    #button {
        display: block;
        position: absolute;
        top: 50%;
        right: 1.5rem;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        cursor: pointer;
    }

    #button_inner {
        position: relative;
        height: 2.6rem;
        width: 2.6rem;
    }

    #button_inner span {
        display: block;
        position: absolute;
        width: 2.6rem;
        height: 0.4rem;
        border-radius: 0.5rem;
        background-color: #260c15;
        -webkit-transition: all 0.25s;
        -o-transition: all 0.25s;
        transition: all 0.25s;
    }

    #button span:nth-child(1) {
        top: 0;
    }

    #button span:nth-child(2) {
        top: 1.1rem;
    }

    #button span:nth-child(3) {
        top: 2.2rem;
    }

    #button span:nth-child(1).open {
        top: 1.1rem;
        left: -0.2rem;
        width: 3rem;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    #button span:nth-child(2).open {
        top: 1.1rem;
        width: 0;
    }

    #button span:nth-child(3).open {
        top: 1.1rem;
        right: -0.2rem;
        width: 3rem;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    #menu_text {
        position: relative;
        font-size: 1.2rem;
        line-height: 1.1rem;
        margin: 0.6rem 0 0 -0.5rem;
        color: #260c15;
    }

    #nav_container {
        display: block;
        position: absolute;
        top: 0;
        z-index: 100;
        background-color: #ffffff;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%);
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    #nav_container.menu_open {
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%);
    }

    .header_nav li {
        display: block;
        opacity: 0;
        -webkit-transition: all 0s;
        -o-transition: all 0s;
        transition: all 0s;
        float: none;
    }

    .header_nav li:nth-child(1) {
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    .header_nav li:nth-child(2) {
        -webkit-transform: translateY(-200%);
        -ms-transform: translateY(-200%);
        -o-transform: translateY(-200%);
        transform: translateY(-200%);
    }

    .header_nav li:nth-child(3) {
        -webkit-transform: translateY(-300%);
        -ms-transform: translateY(-300%);
        -o-transform: translateY(-300%);
        transform: translateY(-300%);
    }

    .header_nav li:nth-child(4) {
        -webkit-transform: translateY(-400%);
        -ms-transform: translateY(-400%);
        -o-transform: translateY(-400%);
        transform: translateY(-400%);
    }

    .header_nav li:nth-child(5) {
        -webkit-transform: translateY(-500%);
        -ms-transform: translateY(-500%);
        -o-transform: translateY(-500%);
        transform: translateY(-500%);
    }

    .header_nav li:nth-child(6) {
        -webkit-transform: translateY(-600%);
        -ms-transform: translateY(-600%);
        -o-transform: translateY(-600%);
        transform: translateY(-600%);
    }

    .header_nav li:nth-child(1).link_fall {
        -webkit-transition-delay: 1.5s;
        -o-transition-delay: 1.5s;
        transition-delay: 1.5s;
    }

    .header_nav li:nth-child(2).link_fall {
        -webkit-transition-delay: 1.3s;
        -o-transition-delay: 1.3s;
        transition-delay: 1.3s;
    }

    .header_nav li:nth-child(3).link_fall {
        -webkit-transition-delay: 1.1s;
        -o-transition-delay: 1.1s;
        transition-delay: 1.1s;
    }

    .header_nav li:nth-child(4).link_fall {
        -webkit-transition-delay: 0.9s;
        -o-transition-delay: 0.9s;
        transition-delay: 0.9s;
    }

    .header_nav li:nth-child(5).link_fall {
        -webkit-transition-delay: 0.7s;
        -o-transition-delay: 0.7s;
        transition-delay: 0.7s;
    }

    .header_nav li:nth-child(6).link_fall {
        -webkit-transition-delay: 0.5s;
        -o-transition-delay: 0.5s;
        transition-delay: 0.5s;
    }

    .header_nav li.link_fall {
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%);
        opacity: 1;

        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .header_nav li a:link,
    .header_nav li a:visited {
        color: #ffffff;
        width: 50%;
        min-width: 30rem;
        background-color: #260c15;
        font-size: 2.6rem;
        padding: 0.5rem 0rem;
        border: none;
        margin: 1rem 0;
    }


    .header_nav li:nth-child(1) a {
        margin-top: 4rem;
    }

    #nav_email {
        font-size: 2.6rem;
        text-align: center;
        display: block;
        color: #e83754;
        margin-top: 0.5rem;
        opacity: 0;
    }

    #nav_email.fadein {
        -webkit-transition: opacity 0.8s ease;
        -o-transition: opacity 0.8s ease;
        transition: opacity 0.8s ease;
        -webkit-transition-delay: 2s;
        -o-transition-delay: 2s;
        transition-delay: 2s;
        opacity: 1;
    }

    .header_nav li.current-menu-item a:before,
    .header_nav li a:before {
        content: none;
    }

    .header_nav li.current-menu-item a {
        background-color: #260c15;
    }

    #slide_right,
    #slide_left {
        width: 3rem;
    }
}

@media only screen and (max-width: 640px) {

    /*carousel images*/
    #carouselbg1 {
        background: -webkit-linear-gradient(rgba(0, 0, 0, 0.4),
                rgba(0, 0, 0, 0.4)), url(../images/expressstairsnew2.jpg);
        background: -o-linear-gradient(rgba(0, 0, 0, 0.4),
                rgba(0, 0, 0, 0.4)), url(../images/expressstairsnew2.jpg);
        background: linear-gradient(rgba(0, 0, 0, 0.4),
                rgba(0, 0, 0, 0.4)),
            url(../images/expressstairsnew2.jpg);
    }

    #carouselbg2 {
        background: -webkit-linear-gradient(rgba(0, 0, 0, 0.4),
                rgba(0, 0, 0, 0.4)), url(../images/workshop_one-640.jpg);
        background: -o-linear-gradient(rgba(0, 0, 0, 0.4),
                rgba(0, 0, 0, 0.4)), url(../images/workshop_one-640.jpg);
        background: linear-gradient(rgba(0, 0, 0, 0.4),
                rgba(0, 0, 0, 0.4)),
            url(../images/workshop_one-640.jpg);
    }

    #carouselbg3.src {
        background: -webkit-linear-gradient(rgba(0, 0, 0, 0.4),
                rgba(0, 0, 0, 0.4)), url(../images/stairs-640.jpg);
        background: -o-linear-gradient(rgba(0, 0, 0, 0.4),
                rgba(0, 0, 0, 0.4)), url(../images/stairs-640.jpg);
        background: linear-gradient(rgba(0, 0, 0, 0.4),
                rgba(0, 0, 0, 0.4)),
            url(../images/stairs-640.jpg);
    }

    #carouselbg4.src {
        background: -webkit-linear-gradient(rgba(0, 0, 0, 0.4),
                rgba(0, 0, 0, 0.4)), url(../images/cnc-640.jpg);
        background: -o-linear-gradient(rgba(0, 0, 0, 0.4),
                rgba(0, 0, 0, 0.4)), url(../images/cnc-640.jpg);
        background: linear-gradient(rgba(0, 0, 0, 0.4),
                rgba(0, 0, 0, 0.4)),
            url(../images/cnc-640.jpg);
    }

    #carouselbg5.src {
        background: -webkit-linear-gradient(rgba(0, 0, 0, 0.4),
                rgba(0, 0, 0, 0.4)), url(../images/workshop_two-640.jpg);
        background: -o-linear-gradient(rgba(0, 0, 0, 0.4),
                rgba(0, 0, 0, 0.4)), url(../images/workshop_two-640.jpg);
        background: linear-gradient(rgba(0, 0, 0, 0.4),
                rgba(0, 0, 0, 0.4)),
            url(../images/workshop_two-640.jpg);
    }
}

@media only screen and (max-width: 620px) {

    #help_links .absolute_links_not_active:link,
    #help_links .absolute_links_not_active:visited {
        width: 75%;
    }
}

@media only screen and (max-width: 600px) {
    .icons {
        width: 100%;
        max-width: 40px;
        height: 100%;
        max-height: 40px;
        float: right;
    }

    #item_num {
        position: absolute;
        right: 15px;
        bottom: 0;
        line-height: 12px;
        color: #ffffff;
    }

    #position_rel {
        position: relative;
    }

    .logo_container {
        padding-right: 0;
        padding-left: 3em;
    }

    .about_links .absolute_links_not_active,
    .about_links .absolute_links_not_active,
    .about_links .absolute_img_links,
    .about_links .absolute_img_links {
        font-size: 1.8rem;
    }

    #parallax .jumbo_header {
        font-size: 3rem;
    }

    #home_jumbo_text {
        font-size: 2.5rem;
    }

    #home_jumbo h3 {
        font-size: 2.8rem;
    }

    #help_links .absolute_links_not_active,
    #help_links .absolute_links_not_active,
    #help_links .absolute_img_links,
    #help_links .absolute_img_links {
        font-size: 1.6rem;
    }

    .sb_title {
        font-size: 2.2rem;
    }


    .stair_image_font_style {
        font-size: 2.2rem;
    }

    #help_links .absolute_links_not_active,
    #help_links .absolute_img_links {
        font-size: 2rem;
    }

    /*woo basket styles*/
    .product-thumbnail-section {
        display: none;
    }

    .title-thumbnail {
        display: block;
        width: 100%;
    }

    .product-name-section {
        width: 100%;
    }

    #thumbnail_img {
        width: 100% !important;
    }

    /*end of woo basket styles*/

    /*woo checkout*/
    #loop_wrap .woocommerce-checkout #payment .payment_box {
        font-size: 1.6rem;
    }

    /*end woo checkout*/

    .about_links .absolute_links_not_active,
    .about_links .absolute_img_links {
        font-size: 2rem;
    }

    .about_links .full_img_links {
        height: auto;
        overflow: hidden;
    }

    #stair_type_list {
        width: 90%;
        margin-left: 5%;
    }

    /*carousel*/
    .item .first h3:nth-child(1) {
        font-size: 5rem;
    }

    .carousel-caption a {
        font-size: 1.8rem;
        padding: 0.3rem 1.5rem;
    }

    #carouselbg2 {
        background-position: 50% 10%;
    }

    #bottom_cont {
        width: 90%;
    }

    /*#ft_cont{
        text-align: center;
    }
*/
    #ft_icon_cont .ft_icons {
        float: none;
        margin: 0 0.5rem;
        display: inline-block;
    }

    /*#ft_cont .footer_icon{
        margin: 0 auto;
    }*/

    #ft_icon_cont {
        margin-top: 2.5rem;
    }

    /*#ft_col_two{
        margin-top: 2.5rem;
    }*/

    /*#stair_scheme{
        float: none;
        margin-left: auto;
        margin-right: auto;
    }*/

    #stair_section .column {
        width: 50%;
        float: left;
    }

    #stair_section .column:last-of-type {
        margin-left: 25%;
    }

    #stair_section .home_sb_title {
        font-size: 2.4rem;
    }

    #stair_type .column {
        float: left;
        width: 50%;
    }

    #stair_type .column:last-of-type {
        margin-left: 25%;
    }

    #stair_type .sb_title {
        font-size: 2.4rem;
    }
}

@media only screen and (max-width: 560px) {
    #top_bar ul li a {
        padding: 1rem 0.5rem;
    }
}

@media only screen and (max-width: 550px) {
    #mob_sections {
        display: block;
    }

    #account_section,
    #basket_section {
        display: none;
    }

    #head_logo {
        width: 40%;
    }

    #mob_sections {
        width: 60%;
        padding: 0 1.5rem;
        box-sizing: border-box;
    }

    #mob_sections a {
        display: block;
        font-size: 1.6rem;
    }

    #mob_account {
        margin-bottom: 1rem;
    }

    .header_nav li a:link,
    .header_nav li a:visited {
        font-size: 2.2rem;
    }

    #nav_email {
        font-size: 2.2rem;
    }

    #mob_sections a {
        color: #e83754;
    }

    /*#nav_icons a img{
        margin: 1.5rem 2.5% 0;
    }*/

    .orange_jumbo .title {
        font-size: 2.6rem;
    }

    #contact_left_col {
        width: 100%;
        float: left;
        padding-right: 0;
        text-align: center;
    }

    #contact_right_col {
        width: 100%;
        float: left;
        padding-left: 0;
        text-align: center;
    }

    #about_para_head {
        font-size: 2rem;
    }

    .diagram_col {
        width: 70%;
    }

    #banner_text_style a {
        font-size: 1.6rem;
    }

    #help_links .absolute_links_not_active,
    #help_links .absolute_img_links {
        font-size: 1.8rem;
    }

    .about_links .absolute_img_links {
        width: 85%;
    }

    #home_para_bold {
        font-size: 2rem;
    }

    #sb_para1 {
        font-size: 2rem;
    }

    #sb_para2 {
        font-size: 1.8rem;
    }

    /*carousel*/
    /* #express_slider {
        height: 20rem;
    } */

    .border_box {
        padding: 1rem 2.5rem 1.5rem 2.5rem;
    }

    .carousel-caption a {
        margin-top: 1rem;
    }

    .item .second h3,
    .item .third h3,
    .item .fourth h3 {
        font-size: 3.5rem;
    }

    .item .first h3:nth-child(2) {
        font-size: 3.5rem;
    }

    /*fifth slide*/

    .item .fifth h3:nth-child(1) {
        font-size: 3.5rem;
    }

    .item .fifth h3:nth-child(2) {
        font-size: 2.6rem;
    }

    #stair_section_triple .home_sb_title {
        font-size: 2rem;
    }

    #stair_type_triple .sb_title {
        font-size: 2rem;
    }
}


@media only screen and (max-width: 524px) {
    /*.footer_list li{
        font-size: 1.4rem;
    }*/
}

@media only screen and (max-width: 520px) {
    #top_bar #left_buttons li:nth-child(1) {
        width: 70%;
    }

    #top_bar #left_buttons li:nth-child(2) {
        width: 30%;
    }

    #head_number span {
        display: none;
    }

    .loggedout #head_number span {
        display: inline-block;
    }

    .loggedout #top_bar #left_buttons li {
        width: 50%;
    }

    #top_bar #right_buttons {
        width: 55%;
    }

    #top_bar #left_buttons {
        width: 45%;
    }
}

@media only screen and (max-width: 510px) {
    .block_cont {
        display: none;
    }

    .full_width {
        width: 100%;
    }

    #rules_regulations .col1 {
        width: 100%;
    }

    #rules_regulations .col2 {
        width: 70%;
        margin-top: 1.5rem;
    }
}

@media only screen and (max-width: 500px) {
    #mob_account {
        margin-bottom: 0.5rem;
    }

    .absolute_links_not_active,
    .absolute_links_not_active,
    .absolute_img_links,
    .absolute_img_links {
        font-size: 1.6rem;
        padding: 0.75rem 0;
    }

    #parallax .jumbo_header {
        font-size: 2.6rem;
    }

    #home_jumbo_text {
        font-size: 2.1rem;
    }

    .block_text {
        font-size: 2.2rem;
    }

    #about_split div {
        width: 100%;
    }

    #pos_bot {
        position: relative;
        bottom: auto;
        left: auto;
        margin-left: 0;
        margin-top: 1rem;
        float: left;
    }

    /*woo basket*/
    .coupon label {
        display: none;
    }

    #loop_wrap .cart-collaterals .cart_totals .shipping td {
        width: 100%;
        border-top: none;
        padding-top: 0;
    }

    #loop_wrap .cart-collaterals .cart_totals .shipping th {
        width: 100%;
        padding-bottom: 0;
    }

    #loop_wrap .cart-collaterals .cart_totals .cart-subtotal td,
    #loop_wrap .cart-collaterals .cart_totals .cart-discount td,
    #loop_wrap .cart-collaterals .cart_totals .tax-rate td,
    #loop_wrap .cart-collaterals .cart_totals .order-total td {
        width: 45%;
    }

    #loop_wrap .cart-collaterals .cart_totals .cart-subtotal th,
    #loop_wrap .cart-collaterals .cart_totals .cart-discount th,
    #loop_wrap .cart-collaterals .cart_totals .tax-rate th,
    #loop_wrap .cart-collaterals .cart_totals .order-total th {
        width: 55%;
    }

    .about_links .absolute_links_not_active,
    .about_links .absolute_img_links {
        font-size: 1.8rem;
    }

    #about_col1,
    #about_col3 {
        padding-right: 0.75rem;
    }

    #about_col2,
    #about_col4 {
        padding-left: 0.75rem;
    }

    #about_col1,
    #about_col2 {
        margin-bottom: 1.5rem;
    }

    #bottom_cont .col {
        width: 100%;
        padding: 0 1.5rem;
    }

    .stair_image_font_style {
        padding: 1rem 0;
    }

    #stair_type_list {
        width: 100%;
        margin-left: 0;
    }

    /*carousel*/
    .item .second h3,
    .item .third h3,
    .item .fourth h3 {
        font-size: 3rem;
    }

    .item .first h3:nth-child(1) {
        font-size: 4.5rem;
    }

    .item .first h3:nth-child(2) {
        font-size: 3rem;
    }

    .carousel-caption a {
        font-size: 1.6rem;
    }

    /*fifth slide*/

    .item .fifth h3:nth-child(1) {
        font-size: 3rem;
        margin-bottom: 0.5rem;
    }

    .item .fifth h3:nth-child(2) {
        font-size: 2.2rem;
    }

    #stair_section .home_sb_title {
        font-size: 2.2rem;
    }

    #stair_section_triple {
        width: 100%;
    }

    #stair_type_triple {
        width: 100%;
    }

    #stair_type .sb_title {
        font-size: 2.2rem;
    }

    #mob_logo {
        width: 18rem;
    }

    /*#ft_col_one, #ft_col_two, #ft_col_three, #ft_col_four{
        width: 100%;
    } 

    #stair_scheme{
        float: none;
        margin-left: auto;
        margin-right: auto;
    }

    #ft_cont{
        text-align: center;
    }

    #ft_cont .footer_icon{
        margin: 0 auto;
    }

    .ft_list_title.marg{
        margin-top: 1.5rem;
    }*/

    /*.footer_list.marg{
        margin-bottom: 0;
    }*/
}


@media only screen and (max-width: 500px) and (min-width: 451px) {

    .about_links .absolute_links_not_active:link,
    .about_links .absolute_links_not_active:visited {
        width: 75%;
    }
}

@media only screen and (max-width: 490px) {
    #banner_text_style a {
        font-size: 1.4rem;
    }
}

@media only screen and (max-width: 460px) {
    #loop_wrap .woocommerce-checkout #payment .payment_method_paypal .about_paypal {
        margin-top: 0;
        margin-left: 1rem;
        margin-bottom: -0.2rem;
    }

    .method_icon img {
        display: none;
    }
}

@media only screen and (max-width: 450px) {

    #head_logo,
    #mob_sections {
        width: 50%;
    }

    #mob_account {
        margin-bottom: 0.8rem;
    }

    /*
    #nav_icons a img {
        margin: 1.3rem 2.5% 0;
    }*/

    #nav_contact a {
        font-size: 1.8rem;
    }

    #help_links .absolute_links_not_active,
    #help_links .absolute_links_not_active,
    #help_links .absolute_img_links,
    #help_links .absolute_img_links {
        font-size: 2rem;
    }

    #help_links .absolute_links_not_active:link,
    #help_links .absolute_links_not_active:visited {
        width: 65%;
    }

    #help_links .col {
        margin-bottom: 1.5rem;
    }

    #first_list,
    #second_list,
    #contact_email {
        font-size: 1.6rem;
    }

    #contact_float .grey_paras {
        font-size: 1.6rem;
    }

    .field_labels {
        font-size: 1.6rem;
    }

    .submit_button {
        font-size: 1.6rem;
    }

    .diagram_col {
        width: 80%;
    }

    .about_links .absolute_img_links {
        width: 100%;
        border-left: none;
        border-right: none;
    }

    .about_links .absolute_img_links {
        width: 100%;
        border-left: none;
        border-right: none;
    }

    .about_links .absolute_links_not_active,
    .about_links .absolute_img_links {
        padding: 0.5rem;
    }

    /*carousel*/
    .carousel-control {
        opacity: 0 !important;
    }

    .border_box {
        padding: 1rem 1.5rem 1.5rem 1.5rem;
    }

    #stair_section .home_sb_title {
        font-size: 2.4rem;
        padding: 1.5rem 0;
    }

    #stair_section {
        width: 80%;
    }

    #stair_section .column {
        width: 100%;
        margin: 0 !important;
    }

    #stair_type {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    #stair_type .column {
        width: 100%;
        margin: 0 !important;
    }

    #stair_type .sb_title {
        font-size: 2.4rem;
        padding: 1.5rem 0;
    }
}

@media only screen and (max-width: 435px) {
    #banner_text_style a {
        font-size: 1.2rem;
    }
}

@media only screen and (max-width: 430px) {

    #bottom_cont .absolute_links_not_active,
    #bottom_cont .absolute_links_not_active,
    #bottom_cont .absolute_img_links,
    #bottom_cont .absolute_img_links {
        font-size: 2.4rem;
    }

    #loop_wrap #terms_check label input[type='checkbox']:checked+span {
        top: 3.9rem;
        left: 0.4rem;
    }
}

@media only screen and (max-width: 415px) {
    #parrallax .jumbo_header {
        font-size: 2.2rem;
    }

    #home_jumbo_text {
        font-size: 2rem;
    }

    /*woo basket*/
    #coupon_code {
        width: 12.5rem;
    }

    /*end woo basket*/
}

@media only screen and (max-width: 400px) {
    #mob_sections {
        margin-left: -1.5rem;
    }

    #mob_account {
        margin-bottom: 0.5rem;
    }

    .block_text {
        font-size: 2rem;
    }

    #home_jumbo h3 {
        font-size: 2.6rem;
    }

    .diagram_col {
        width: 100%;
    }

    #rules_regulations .col2 {
        width: 80%;
    }

    #customer_login p label {
        font-size: 1.6rem;
    }

    #customer_login .input-text {
        font-size: 1.6rem;
    }

    #loop_wrap .woocommerce input.button {
        font-size: 1.6rem;
    }

    .lost_password a {
        font-size: 1.6rem;
    }

    #form_green {
        padding: 1.5rem;
    }

    #form_grey {
        padding: 1.5rem;
    }

    #loop_wrap #terms_check label input[type='checkbox']:checked+span {
        top: 3.9rem;
        left: 16.6rem;
    }

    .sb_title {
        font-size: 2rem;
    }


    .stair_image_font_style {
        font-size: 2rem;
    }

    #help_links .absolute_links_not_active,
    #help_links .absolute_img_links {
        font-size: 1.8rem;
    }

    #loop_wrap #order_review tfoot .cart-discount p {
        display: block;
        width: 100%;
        text-align: left;
        margin-top: 0.5rem;
        margin-bottom: 1rem;
    }

    /*end woo checkout*/

    .about_links .absolute_links_not_active,
    .about_links .absolute_img_links {
        font-size: 1.6rem;
    }

    #sb_para1 {
        font-size: 1.8rem;
    }

    #sb_para2 {
        font-size: 1.6rem;
    }

    /*carousel*/
    #carouselbg2 {
        background-position: 50% 0%;
    }

    #bottom_cont {
        width: 100%;
    }

    #stair_section_triple .home_sb_title {
        font-size: 1.8rem;
    }

    #stair_type_triple .sb_title {
        font-size: 1.8rem;
    }

    /*header*/
    .loggedout #head_number span {
        display: none;
    }

    .loggedout #top_bar #right_buttons {
        width: 45%;
    }

    .loggedout #top_bar #right_buttons li,
    .loggedout #top_bar #right_buttons li a {
        width: 100%;
    }

    .loggedout #top_bar #left_buttons {
        width: 55%;
    }

    .loggedout #top_bar #left_buttons li:nth-child(1) {
        width: 75%;
    }

    .loggedout #top_bar #left_buttons li:nth-child(2) {
        width: 25%;
    }

    #mob_logo {
        width: 16rem;
    }
}

@media only screen and (max-width: 390px) {
    #fluid_text {
        font-size: 2rem;
    }

    #fluid_text2 {
        font-size: 1.3rem;
    }
}

@media only screen and (max-width: 380px) {

    #help_links .absolute_links_not_active,
    #help_links .absolute_links_not_active,
    #help_links .absolute_img_links,
    #help_links .absolute_img_links {
        font-size: 1.8rem;
    }

    /*woo basket*/
    #loop_wrap .cart-collaterals .cart_totals .cart-discount td {
        width: 100%;
        border-top: none;
        padding-top: 0.5rem;
        text-align: left !important;
    }

    #loop_wrap .cart-collaterals .cart_totals .cart-discount th {
        width: 100%;
        padding-bottom: 0;
    }

    #loop_wrap .cart-collaterals .cart_totals .shipping td {
        text-align: left !important;
    }

    /*end woo basket*/
}

@media only screen and (max-width: 370px) {
    #mob_account {
        margin-bottom: 0.3rem;
    }

    /*carousel*/
    .item .second h3,
    .item .third h3,
    .item .fourth h3 {
        font-size: 2.8rem;
    }

    .item .first h3:nth-child(1) {
        font-size: 4.3rem;
    }

    .item .first h3:nth-child(2) {
        font-size: 2.8rem;
    }

    /*fifth slide*/
    .item .fifth h3:nth-child(1) {
        font-size: 2.8rem;
    }

    .item .fifth h3:nth-child(2) {
        font-size: 2rem;
    }

    /*header*/
    .loggedin #top_bar #left_buttons li:nth-child(1) {
        width: 75%;
    }

    .loggedin #top_bar #left_buttons li:nth-child(2) {
        width: 25%;
    }

    .loggedin #top_bar #right_buttons li a:nth-child(1) {
        width: 60%;
    }

    .loggedin #top_bar #right_buttons li a:nth-child(2) {
        width: 40%;
    }
}

@media only screen and (max-width: 368px) {
    .deliv_days {
        margin-bottom: 1.5rem;
    }
}

@media only screen and (max-width: 365px) {
    #parallax .jumbo_header {
        font-size: 2.2rem;
    }
}

@media only screen and (max-width: 360px) {
    #blocks {
        padding: 0 5rem;
    }

    #blocks .dis_block {
        display: inline;
    }

    .block_text {
        font-size: 2.4rem;
    }

    #brown_block {
        margin-top: 1.5rem;
    }

    .sb_title {
        font-size: 1.8rem;
    }


    .stair_image_font_style {
        font-size: 1.8rem;
    }

    .para_404 {
        font-size: 1.8rem;
    }

    /*carousel images*/
    #carouselbg1 {
        background: -webkit-linear-gradient(rgba(0, 0, 0, 0.4),
                rgba(0, 0, 0, 0.4)), url(../images/expressstairsnew2.jpg);
        background: -o-linear-gradient(rgba(0, 0, 0, 0.4),
                rgba(0, 0, 0, 0.4)), url(../images/expressstairsnew2.jpg);
        background: linear-gradient(rgba(0, 0, 0, 0.4),
                rgba(0, 0, 0, 0.4)),
            url(../images/expressstairsnew2.jpg);
    }

    #carouselbg2 {
        background: -webkit-linear-gradient(rgba(0, 0, 0, 0.4),
                rgba(0, 0, 0, 0.4)), url(../images/workshop_one-360.jpg);
        background: -o-linear-gradient(rgba(0, 0, 0, 0.4),
                rgba(0, 0, 0, 0.4)), url(../images/workshop_one-360.jpg);
        background: linear-gradient(rgba(0, 0, 0, 0.4),
                rgba(0, 0, 0, 0.4)),
            url(../images/workshop_one-360.jpg);
    }

    #carouselbg3.src {
        background: -webkit-linear-gradient(rgba(0, 0, 0, 0.4),
                rgba(0, 0, 0, 0.4)), url(../images/stairs-360.jpg);
        background: -o-linear-gradient(rgba(0, 0, 0, 0.4),
                rgba(0, 0, 0, 0.4)), url(../images/stairs-360.jpg);
        background: linear-gradient(rgba(0, 0, 0, 0.4),
                rgba(0, 0, 0, 0.4)),
            url(../images/stairs-360.jpg);
    }

    #carouselbg4.src {
        background: -webkit-linear-gradient(rgba(0, 0, 0, 0.4),
                rgba(0, 0, 0, 0.4)), url(../images/cnc-360.jpg);
        background: -o-linear-gradient(rgba(0, 0, 0, 0.4),
                rgba(0, 0, 0, 0.4)), url(../images/cnc-360.jpg);
        background: linear-gradient(rgba(0, 0, 0, 0.4),
                rgba(0, 0, 0, 0.4)),
            url(../images/cnc-360.jpg);
    }

    #carouselbg5.src {
        background: -webkit-linear-gradient(rgba(0, 0, 0, 0.4),
                rgba(0, 0, 0, 0.4)), url(../images/workshop_two-360.jpg);
        background: -o-linear-gradient(rgba(0, 0, 0, 0.4),
                rgba(0, 0, 0, 0.4)), url(../images/workshop_two-360.jpg);
        background: linear-gradient(rgba(0, 0, 0, 0.4),
                rgba(0, 0, 0, 0.4)),
            url(../images/workshop_two-360.jpg);
    }

    #stair_section,
    #stair_type {
        width: 100%;
    }

    .header_nav li a:link,
    .header_nav li a:visited {
        margin: 0.5rem 0;
    }

    .header_nav li:nth-child(1) a {
        margin-top: 2rem;
    }
}

@media only screen and (max-width: 355px) {
    #fluid_text {
        font-size: 1.8rem;
    }

    #fluid_text2 {
        font-size: 1.3rem;
    }

}

@media only screen and (max-width: 350px) {
    #mob_sections a {
        font-size: 1.4rem;
    }

    .txt_strip {
        font-size: 2rem;
    }

    #rules_regulations .col2 {
        width: 90%;
    }

    #loop_wrap .checkout-button,
    #coupon_code,
    #apply_coupon,
    #update_cart,
    #save_basket {
        width: 100%;
    }

    #apply_coupon {
        margin-top: 1rem;
    }

    /*carousel*/
    .border_box {
        padding: 1rem 1rem 1.5rem 1rem;
    }

    .item .second h3,
    .item .third h3,
    .item .fourth h3 {
        font-size: 2.6rem;
    }

    .item .first h3:nth-child(1) {
        font-size: 4rem;
    }

    .item .first h3:nth-child(2) {
        font-size: 2.6rem;
    }

    #express_slider {
        height: 18rem;
    }

    /*fifth slide*/

    .item .fifth h3:nth-child(1) {
        font-size: 2.6rem;
    }

    .item .fifth h3:nth-child(2) {
        font-size: 1.8rem;
    }

    #stair_section_triple .home_sb_title {
        font-size: 1.6rem;
    }

    #stair_type_triple .sb_title {
        font-size: 1.6rem;
    }
}

@media only screen and (max-width: 340px) {
    #blocks {
        padding: 0 3.5rem;
    }

    #bottom_cont .absolute_img_links,
    #bottom_cont .absolute_img_links {
        width: 75%;
    }

    .sb_title {
        font-size: 1.6rem;
    }


    .stair_image_font_style {
        font-size: 1.6rem;
    }

    #about_col2 .absolute_links_not_active,
    #about_col2 .absolute_img_links {
        padding: 0.5rem 2rem;
    }
}

@media only screen and (max-width: 325px) {
    #top_bar #right_buttons {
        width: 49%;
    }

    #top_bar #left_buttons {
        width: 51%;
    }
}

@media only screen and (max-width: 320px) {

    .header_nav li a:link,
    .header_nav li a:visited,
    #nav_email {
        font-size: 1.8rem;
    }

    #mob_logo {
        width: 14rem;
    }
}

.no_margin .title:active {
    text-decoration: underline;
}

/*keep this style at the bottom of this section, to overwrite other styles*/
.no_margin_top {
    margin-top: 0;
}

/*keep this style at the bottom of this section, to overwrite other styles*/
.no_margin_bot {
    margin-bottom: 0;
}

.no_margin {
    margin: 0;
}

/****************************************************************************** 
**************************Magnific Popup CSS***********************************
******************************************************************************/
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #CCC;
}

.mfp-preloader a:hover {
    color: #FFF;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {

    /**
       * Remove all paddings around the image on small screen
       */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}