@charset "utf-8";

/* CSS Document */

body {
    margin-top: 0px;
    background-image: url(images/bg.jpg);
    background-repeat: repeat-x;
    background-position: top;
    font-family: Century gothic, Arial, Helvetica, sans-serif;
    margin-bottom: 0px;
}


/* GENERAL STYLES */

h1,
h2,
h3 {
    color: #005caa;
}

h2 {
    font-size: 24px !important;
    line-height: 28px !important;
}

h3 {
    font-size: 20px;
    line-height: 24px;
}

p {
    font-size: 16px;
    line-height: 20px;
}

h5 {
    font-size: 18px;
}

a:link,
a:visited,
a:hover,
a:visited,
.panel-title>a {
    color: #2e6a9e;
}

a:hover {
    text-decoration: none;
}

.red-border {
    border: red solid 1px;
}

.text-white {
    color: #ffffff;
}

.yellow-hr {
    border-top: 1px solid #ffd000;
}

.text-black {
    color: #000000;
}

.text-blue,
.text-primary {
    color: #2e6a9e;
}

.text-dark-blue {
    color: #00427b;
}

.text-upp {
    text-transform: uppercase;
}

.text-28 {
    font-size: 28px !important;
    line-height: 32px !important;
}

.text-24 {
    font-size: 24px !important;
    line-height: 28px !important;
}

.text-20 {
    font-size: 20px !important;
    line-height: 26px !important;
}

.text-12 {
    font-size: 12px !important;
    line-height: 14px !important;
}

.fine-print {
    font-size: 12px;
}

.strong {
    font-weight: 700;
}

.italic {
    font-style: italic;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

.dropshadow {
    -webkit-box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.2);
}

.b-word {
    word-break: break-all;
}


/* MARGIN AND PADDING UNIVERSAL */

.mt0 {
    margin-top: 0
}

.mb0 {
    margin-bottom: 0
}

.ml0 {
    margin-left: 0
}

.mr0 {
    margin-right: 0
}

.mt5 {
    margin-top: 5px
}

.mb5 {
    margin-bottom: 5px
}

.ml5 {
    margin-left: 5px
}

.mr5 {
    margin-right: 5px
}

.mt10 {
    margin-top: 10px
}

.mt15 {
    margin-top: 15px
}

.mb10 {
    margin-bottom: 10px
}

.ml10 {
    margin-left: 10px
}

.mr10 {
    margin-right: 10px
}

.mt20 {
    margin-top: 20px
}

.mb20 {
    margin-bottom: 20px
}

.ml20 {
    margin-left: 20px
}

.mr20 {
    margin-right: 20px
}

.mt30 {
    margin-top: 30px
}

.mb30 {
    margin-bottom: 30px !important
}

.ml30 {
    margin-left: 30px
}

.mr30 {
    margin-right: 30px
}

.mt40 {
    margin-top: 40px
}

.pl15 {
    padding-left: 15px;
}

.pb20 {
    padding-bottom: 20px;
}

.pt20 {
    padding-top: 20px;
}

@media screen and (max-width: 991px) {
    .mt15-sm {
        margin-top: 15px;
    }
}


/* RESPONSIVE IMAGES */

.custom-img-responsive {
    width: 100%;
}

.img-responsive {
    display: inline-block;
}


/* NAVIGATION STYLES */

.navbar-pryde {
    width: 100%;
    border: 0;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:visited,
a.btn-primary,
a.btn-primary:hover,
a.btn-primary:focus,
a.btn-primary:visited {
    color: #fff;
}

@media (min-width: 768px) {
    .navbar-pryde {
        background-color: transparent;
        margin-top: 10px;
    }

    .navbar-pryde>.container {
        padding-left: 0;
    }

    .navbar-pryde .navbar-nav>.active>a,
    .navbar-pryde .navbar-nav>.active>a:hover,
    .navbar-pryde .nav>li>a:visited,
    .navbar-pryde .nav>li>a,
    .navbar-pryde .nav>li>a:hover,
    .navbar-pryde .nav>li>a:focus {
        color: #ffffff;
        border-radius: 3px;
    }

    .navbar-pryde .nav>li>a:visited,
    .navbar-pryde .nav>li>a,
    .navbar-pryde .nav>li>a:focus {
        background: #1f417b;
        background: -moz-linear-gradient(top, #426aa2 0%, #3c649b 50%, #1f417b 51%, #1f417b 100%);
        background: -webkit-linear-gradient(top, #426aa2 0%, #3c649b 50%, #1f417b 51%, #1f417b 100%);
        background: linear-gradient(to bottom, #426aa2 0%, #3c649b 50%, #1f417b 51%, #1f417b 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#426aa2', endColorstr='#1f417b', GradientType=0);
    }

    .navbar-pryde .navbar-nav>.active>a,
    #home .navbar-pryde .navbar-nav>.home>a,
    #about .navbar-pryde .navbar-nav>.about>a,
    #trusses .navbar-pryde .navbar-nav>.trusses>a,
    #roofing .navbar-pryde .navbar-nav>.roofing>a,
    #hardware .navbar-pryde .navbar-nav>.hardware>a,
    #gallery .navbar-pryde .navbar-nav>.gallery>a,
    #specials-page .navbar-pryde .navbar-nav>.specials>a,
    #contact .navbar-pryde .navbar-nav>.contact>a,
    #trading-hours .navbar-pryde .navbar-nav>.trading-hours>a,
    .navbar-pryde .navbar-nav>.active>a:hover,
    .navbar-pryde .nav>li>a:hover,
    .navbar-pryde .nav>li>a:focus {
        background: rgba(69, 117, 181, 1);
        background: -moz-linear-gradient(top, rgba(69, 117, 181, 1) 0%, rgba(69, 117, 181, 1) 50%, rgba(40, 80, 153, 1) 51%, rgba(40, 80, 153, 1) 71%, rgba(40, 80, 153, 1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(69, 117, 181, 1)), color-stop(50%, rgba(69, 117, 181, 1)), color-stop(51%, rgba(40, 80, 153, 1)), color-stop(71%, rgba(40, 80, 153, 1)), color-stop(100%, rgba(40, 80, 153, 1)));
        background: -webkit-linear-gradient(top, rgba(69, 117, 181, 1) 0%, rgba(69, 117, 181, 1) 50%, rgba(40, 80, 153, 1) 51%, rgba(40, 80, 153, 1) 71%, rgba(40, 80, 153, 1) 100%);
        background: -o-linear-gradient(top, rgba(69, 117, 181, 1) 0%, rgba(69, 117, 181, 1) 50%, rgba(40, 80, 153, 1) 51%, rgba(40, 80, 153, 1) 71%, rgba(40, 80, 153, 1) 100%);
        background: -ms-linear-gradient(top, rgba(69, 117, 181, 1) 0%, rgba(69, 117, 181, 1) 50%, rgba(40, 80, 153, 1) 51%, rgba(40, 80, 153, 1) 71%, rgba(40, 80, 153, 1) 100%);
        background: linear-gradient(to bottom, rgba(69, 117, 181, 1) 0%, rgba(69, 117, 181, 1) 50%, rgba(40, 80, 153, 1) 51%, rgba(40, 80, 153, 1) 71%, rgba(40, 80, 153, 1) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#4575b5', endColorstr='#285099', GradientType=0);
        text-shadow: 0 1px 5px rgba(255, 255, 255, .8);
    }

    .navbar-pryde ul.nav.navbar-nav>li {
        margin-right: 2px;
    }

    .navbar-pryde .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .nav-yellow-hr {
        border-top: 8px solid #ffd000;
        position: absolute;
        top: -5px;
        width: 100%;
    }
}

@media (max-width: 991px) and (min-width:768px) {
    .nav-container {
        width: 100%;
        padding-left: 5px;
        padding-right: 5px;
    }

    .nav>li>a {
        padding: 10px;
    }
}

@media screen and (min-width: 992px) {
    .creating-div img {
        float: right;
    }
}

@media (max-width: 350px) {
    .container>.navbar-header {
        height: 232px;
    }

    .creating-div img {
        position: relative;
        width: 212px;
        margin-bottom: -39px;
        top: 180px;
        left: 10px;
    }
}


.creating-div img {
    position: relative;
    width: 236px;
    margin-bottom: -39px;
}

@media (min-width: 351px) and (max-width: 767px) {
    .container>.navbar-header {
        height: 242px;
    }

    .creating-div img {
        position: relative;
        width: 212px;
        margin-bottom: -39px;
        top: 191px;
        left: 10px;
    }
}

@media (max-width: 767px) {

    .creating-div img {
        width: 191px;
    }

    .navbar-pryde {
        background-color: #fff;
    }

    .navbar-pryde .navbar-toggle {
        border: 1px solid #ffd000;
        background-color: #ffffff;
        padding: 14px 15px;
        top: 13px;
        z-index: 10;
    }

    .navbar-pryde .navbar-toggle .icon-bar {
        background-color: #ffd000;
    }

    .navbar-pryde .navbar-toggle:hover,
    .navbar-pryde .navbar-toggle:focus {
        background-color: #ffd000;
    }

    .navbar-pryde .navbar-toggle:focus .icon-bar,
    .navbar-pryde .navbar-toggle:hover .icon-bar {
        background-color: #fff;
    }

    /*{
		background-color: rgba(69,117,181,1);
	}*/
    .navbar-nav {
        margin: 0 -15px;
        background-color: rgba(69, 117, 181, 1);
    }

    .navbar-default .navbar-nav>.active>a,
    .navbar-default .navbar-nav>.active>a:hover,
    .navbar-default .navbar-nav>.active>a:focus,
    .navbar-default .navbar-nav>li>a,
    .navbar-default .navbar-nav>li>a:hover,
    .navbar-default .navbar-nav>li>a:focus,
    .navbar-default .navbar-nav>li>a:visited,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:visited,
    .navbar-default .navbar-nav>.open>a,
    .navbar-default .navbar-nav>.open>a:hover,
    .navbar-default .navbar-nav>.open>a:focus {
        color: #ffffff;
    }

    .navbar-default .navbar-nav>.active>a,
    .navbar-default .navbar-nav>.active>a:hover,
    .navbar-default .navbar-nav>.active>a:focus .navbar-default .navbar-nav>li>a:hover,
    .navbar-default .navbar-nav>li>a:focus,
    .navbar-default .navbar-nav>li>a:visited,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:visited,
    /* .navbar-default .navbar-nav > .open > a, */
    .navbar-default .navbar-nav>.open>a:hover,
    .navbar-default .navbar-nav>.open>a:focus {
        text-shadow: 0 1px 5px rgba(255, 255, 255, .8);
        background-color: #1f417b;
    }

    .navbar-brand img {
        width: 350px;
        height: auto;
    }
}

@media (max-width: 767px) {
    .navbar-brand img {
        width: 350px;
    }

    .navbar-brand {
        z-index: 0;
    }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border: none;
    }

    .navbar-nav:first-child {
        margin-top: 10px;
    }

    .navbar-nav .open .dropdown-menu {
        background-color: #355b9c;
    }

    .social-media-btns {
        z-index: 10;
    }
}

.navbar-default {
    border-color: transparent;
}


/* HEADER STYLES */

header {
    margin-bottom: 15px;
}

.header-logo {
    /* width: 100%; */
    width: 65%;
    height: auto;
    margin-top: 20px;
}

.social-media-btns>a {
    width: 35px;
    display: inline-block;
    height: 35px;
    text-align: center;
    background-color: #2e6a9e;
    border-radius: 20px;
    color: #ffffff;
    float: right;
    margin-left: 10px;
    padding: 2px;
    font-size: 20px;
}

@media screen and (max-width:500px) {

    .social-media-btns>a {
        width: 30px;
        height: 30px;
        padding: 1px;
    }
}

@media screen and (max-width: 991px) {
    .social-media-btns>a.tiktok-logo img {
        width: 17px;
        height: auto;
    }
}

@media screen and (min-width: 992px) {
    .social-media-btns>a.tiktok-logo img {
        width: 23px;
        height: auto;
    }
}

.social-media-btns>a:link,
.social-media-btns>a:active,
.social-media-btns>a:visited {
    color: #ffffff;
}

.social-media-btns>a:hover {
    background-color: #1f417b;
}


@media screen and (min-width: 768px) {
    float: right;
}

@media screen and (min-width: 1200px) {
    .creating-div img {
        top: -30px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .creating-div img {
        top: -39px;
    }
}

a.laminated-btn {
    background: #4575b5;
    background: -moz-linear-gradient(top, rgba(69, 117, 181, 1) 0%, rgba(40, 80, 153, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(69, 117, 181, 1)), color-stop(100%, rgba(40, 80, 153, 1)));
    background: -webkit-linear-gradient(top, rgba(69, 117, 181, 1) 0%, rgba(40, 80, 153, 1) 100%);
    background: -o-linear-gradient(top, rgba(69, 117, 181, 1) 0%, rgba(40, 80, 153, 1) 100%);
    background: -ms-linear-gradient(top, rgba(69, 117, 181, 1) 0%, rgba(40, 80, 153, 1) 100%);
    background: linear-gradient(to bottom, rgba(69, 117, 181, 1) 0%, rgba(40, 80, 153, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#4575b5', endColorstr='#285099', GradientType=0);
    display: block;
    cursor: pointer;
    padding: 15px;
}

a.laminated-btn:hover {
    background: none;
    background-color: #1f417b;
}

a.laminated-btn:link,
a.laminated-btn:visited,
a.laminated-btn:active,
a.laminated-btn:hover {
    color: #ffffff;
}

.click-here {
    padding: 10px;
    text-transform: uppercase;
    display: inline-block;
    width: 80%;
    background-color: #ffd000;
    margin: 15px auto;
    text-shadow: 0 1px 5px rgba(0, 0, 0, .4);
    font-size: 20px
}

.click-here:hover {
    text-shadow: 0 1px 5px rgba(0, 0, 0, .8);
}

.click-here .fa {
    padding-left: 3px;
    margin-right: 10px;
    background-color: #1f417b;
    border: 3px solid #ffffff;
    border-radius: 20px;
    width: 30px;
    height: 30px;
    font-size: 22px;
}

.laminated-btn,
.laminated-btn:hover,
.laminated:focus {
    color: #ffffff;
}

@media screen and (min-width: 1200px) {
    a.laminated-btn {
        margin-top: 42px;
        height: 203px;
        padding-top: 29px;
    }
}

@media screen and (min-width: 992px) {
    .social-media-btns {
        padding-top: 45px;
    }

    .social-media-btns>a {
        width: 50px;
        height: 50px;
        border-radius: 30px;
        float: right;
        margin-left: 10px;
        padding: 2px;
        font-size: 30px;
    }
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
    .social-media-btns {
        padding-top: 34px;
    }

    a.laminated-btn {
        margin-top: 19px;
        height: 168px;
        font-size: 0.9em;
        line-height: 14px;
    }
}

@media screen and (min-width: 768px) {
    .social-media-btns {
        height: 100px;
        position: relative;
        float: right;
        padding-top: 10px;
    }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .social-media-btns {
        height: 100px;
        position: absolute;
        float: right;
        padding-top: 8px;
        z-index: 1000;
        right: 37%;
    }

    .header-logo {
        position: absolute;
        bottom: 0;
        left: 0;
        margin-left: 0;
        width: 60%;
    }

    header .row {
        display: flex;
    }
}

@media screen and (min-width: 448px) and (max-width: 767px) {
    .social-media-btns {
        position: absolute;
        padding-top: 25px;
        margin-left: 5px;
        right: 90px;
    }
}

@media screen and (max-width: 447px) {
    .social-media-btns {
        position: absolute;
        padding-top: 25px;
        margin-left: 5px;
        right: 90px;
    }
}

@media (max-width: 768px) {
    .navbar-brand {
        top: 45px;
        position: absolute;
    }

    .navbar-brand img {
        /* width: 305px; */
        width: 180px;
        margin-top: 12px;
    }
}

@media (max-width: 350px) {

    /* .navbar-brand {
        top: 40px;
        position: absolute;
    } */
    .navbar-brand img {
        width: 150px;
    }
}

.navbar {
    margin-bottom: 10px;
}


/* MAIN CONTENT STARTS HERE */

.blue-content-container {
    /* background: #FFFFFF url(../images/blue-bg.jpg) no-repeat top center; */
    background-size: cover;
    min-height: 200px;
    background-color: #e8eefa;
    /* background-color: rgba(56, 151, 240, 0.3) */
}

.content-container {
    background: #FFFFFF url(../images/content-bg.jpg) no-repeat top center;
    background-size: 100% auto;
    /* border-left: 1px solid #ffd000;
    border-right: 1px solid #ffd000; */
    -webkit-box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 767px) {
    .content-container {
        margin-top: 20px;
        border-top: 1px solid #ffd000;
    }
}


/* THREE SERVICES */

.three-services {
    padding-top: 20px;
}

@media screen and (min-width: 768px) {
    .three-services {
        display: flex;
    }
}

.three-services>div>div {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffd000+0,ffffff+42 */
    background: #ffd000;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffd000 0%, #ffffff 42%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffd000 0%, #ffffff 42%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffd000 0%, #ffffff 42%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffd000', endColorstr='#ffffff', GradientType=0);
    /* IE6-9 */
    padding: 10px;
    border-radius: 10px;
    height: 100%;
    margin-bottom: 10px;
    -webkit-box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.2);
}

.three-services h4 {
    background-color: #ffffff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 5px;
}

.three-services p {
    font-size: 14px;
    line-height: 18px;
}


/* FOR ROTATING BANNER -- START */

#rotating-item-wrapper {
    position: relative;
    margin-bottom: 10px;
}

.rotating-item,
.rotating-item2,
.rotating-item3 {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
}

@media screen and (min-width: 1200px) {
    #rotating-item-wrapper {
        height: 94px;
    }
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
    #rotating-item-wrapper {
        height: 74px;
    }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    #rotating-item-wrapper {
        height: 54px;
    }
}


/* FOR ROTATING BANNER -- END */


/* FOOTER START */

.sub-footer {
    background-color: #ffd000;
}

.sub-footer ul {
    list-style: none;
    padding-left: 0;
}

@media screen and (min-width: 992px) {
    .sub-footer ul li {
        display: inline-block;
        float: left;
        padding: 5px;
    }

    .sub-footer ul li:first-child {
        padding-left: 0;
    }

    .sub-footer ul li:last-child {
        padding-right: 0;
    }

    footer .col-sm-6:nth-child(2) {
        text-align: right;
    }
}

@media screen and (max-width: 991px) {
    .sub-footer ul li {
        text-align: left;
    }
}

.footer-piping {
    position: relative;
    top: 4px;
    padding: 0 3px;
}


/* FOOTER END */

.specials-column {
    background: #ffffff;
    padding: 10px;
    border-radius: 10px;
    height: 100%;
    margin-bottom: 10px;
    -webkit-box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.2);
}

.specials-heading {
    background: #1f417b;
    background: -moz-linear-gradient(top, #426aa2 0%, #3c649b 50%, #1f417b 51%, #1f417b 100%);
    background: -webkit-linear-gradient(top, #426aa2 0%, #3c649b 50%, #1f417b 51%, #1f417b 100%);
    background: linear-gradient(to bottom, #426aa2 0%, #3c649b 50%, #1f417b 51%, #1f417b 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#426aa2', endColorstr='#1f417b', GradientType=0);
    margin-left: 15px;
    margin-right: 15px;
    width: calc(100% - 30px);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 5px;
    font-size: 18px;
}

.promo-expired {
    position: absolute;
    padding: 5px 10px;
    left: 15px;
    top: 40px;
    background-color: #ffd000;
}

.objectives-heading {
    background: #1f417b;
    background: -moz-linear-gradient(top, #426aa2 0%, #3c649b 50%, #1f417b 51%, #1f417b 100%);
    background: -webkit-linear-gradient(top, #426aa2 0%, #3c649b 50%, #1f417b 51%, #1f417b 100%);
    background: linear-gradient(to bottom, #426aa2 0%, #3c649b 50%, #1f417b 51%, #1f417b 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#426aa2', endColorstr='#1f417b', GradientType=0);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 5px;
    font-size: 18px;
}


/* Carousal images for smaller screen sizes */

.carousel-inner {
    /* background-color: red; */
    /* height: 350px; */
    border-radius: 10px;
}

.carousel-control .icon-prev:before,
.carousel-control .icon-next:before {
    display: none;
}

.carousel-inner .three-services {
    padding-top: 0;
}

.carousel-inner .item {
    /* padding: 45px 30px 20px; */
    /* padding: 0 10px; */
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: top;
    /* height: 350px; */
    margin-bottom: 0;
}

.objectives-carousal .carousel-inner {
    height: 200px;
}

.objectives-carousal .carousel-inner .item {
    padding: 45px 30px 20px;
}

.objectives-carousal .carousel-control.left,
.objectives-carousal .carousel-control.right {
    background: none;
}

.objectives-carousal .carousel-indicators {
    display: none;
}

.objectives-carousal {
    /* background-color: rgba(255, 255, 255, 0.3) */
}

.carousel-inner .item .text-block {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 10px;
    margin-bottom: 20px;
}

.carousel-inner .roof-trusses {
    background-image: url(../images/carousal/trusses.jpg);
}

.carousel-inner .hardware {
    background-image: url(../images/carousal/hardware.jpg);
}

.carousel-inner .roofing-supplies {
    background-image: url(../images/carousal/trusses.jpg);
}


/* SUB PAGES */

.three-services>div>div.sub-img {
    overflow: hidden;
}

.sub-img-about,
.sub-img-trusses,
.sub-img-roofing,
.sub-img-hardware,
.sub-img-boerboel,
.sub-img-trading,
.sub-img-contact,
.sub-img-cement-tiles,
.sub-img-nutec,
.sub-img-metal,
.sub-img-polycarb,
.sub-img-marley {
    width: 100%;
    height: 100%;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
}

.sub-img-about {
    background-image: url(../images/banner-images/about.jpg);
}

.sub-img-trusses {
    background-image: url(../images/banner-images/trusses.jpg);
}

.sub-img-roofing,
.sub-img-cement-tiles {
    background-image: url(../images/banner-images/coverland-tiles.jpg);
}

.sub-img-hardware {
    background-image: url(../images/carousal/hardware.jpg);
}

.sub-img-boerboel {
    background-image: url(../images/boerboel/boerboel-wear.jpg);
    background-position: center top;
}

.sub-img-trading {
    background-image: url(../images/banner-images/delivery-3.jpg);
}

.sub-img-contact {
    background-image: url(../images/banner-images/hardware.jpg);
}

.sub-img-contact,
.sub-img-trading,
.sub-img-metal,
.sub-img-polycarb {
    background-position: center center;
}

.sub-img-nutec {
    background-image: url(../images/banner-images/everite-nutec.jpg);
}

.sub-img-metal {
    background-image: url(../images/gallery/large/gallery2a.jpg);
}

.sub-img-polycarb {
    background-image: url(../images/banner-images/palram-polycarb.jpg);
}

.sub-img-marley {
    background-image: url(../images/banner-images/marley-1.jpg);
    background-position: center center;
}

@media screen and (max-width: 767px) {
    .three-services>div>div.sub-img {
        height: 250px;
    }

    .sub-img-about {
        background-image: url(../images/banner-images/about-mobile.jpg);
    }
}


/* ABOUT PAGE */

table.payments-table {
    width: 100%;
}

.payments-table th {
    text-align: center;
    width: 20%;
}

.payments-table th img {
    width: 80%;
    max-width: 84px;
    ;
}


/* TRUSSES TABLE  */

table.trusses-table {
    width: 100%
}


/* METAL SHEETS PAGE  */

.colour-table {
    width: 100%;
}

/* CONTACT TABLE */

.table-contact td {
    padding-bottom: 5px;
    /* border-top: 1px solid #ccc; */
    /* border-top: 1px solid #ffffff; */
    border-top: 1px solid #d4e0ec;
}

.table-contact tr:first-child td {
    border-top: none;

}

.table-contact tr td {
    padding: 7px 3px;
}

.table-contact td:first-child {
    width: 45%;
}

.table-contact td:nth-child(2) {
    width: 25%;
}

.table-contact td:nth-child(3) {
    width: 30%;
}

@media screen and (max-width:600px) {

    .table-contact td {
        display: inline-block;
    }

    .table-contact td:first-child,
    .table-contact td:nth-child(2) {
        width: 50%;
    }

    .table-contact td:nth-child(3) {
        padding-top: 0;
        border-top: 0;
        width: 100%;
    }

}

/* CONTACT ICONS  */

.contact-icons {
    width: 60px;
    height: 60px;
    margin-right: 15px;
    float: left;
}

/* CONTACT ACCORDION  */

.contact-accordion .panel-heading {
    padding: 0;
    background-color: #2e6a9e;
    color: #FFFFFF;
    font-weight: bold;
}

.contact-accordion .panel-heading:hover {
    opacity: 0.9;
}

.contact-accordion .panel-heading h4 {
    color: #FFFFFF;
}

.contact-accordion .panel-heading a {
    padding: 10px 15px;
    display: block;
    min-height: 80px;
}

.contact-accordion .panel-body {
    /* background-color: #f0f5f9; */
    background-color: #fff;
    box-shadow: 0 2px 8px #cccccc;
    border: none;
    margin-bottom: 10px;
}

.contact-accordion .panel-default,
.contact-accordion .panel-heading {
    border: none !important;
}

.contact-accordion .panel-heading h4 {
    margin-top: 20px
}

@media screen and (max-width: 400px) {
    .contact-accordion .panel-heading h4 {
        font-size: 14px;
    }

}

/* GALLERY PAGE */

.three-services>div>div.gallery-column {
    background: #ffffff;
    padding: 25px;
}

.three-services>div>div.gallery-column p {
    font-size: 14px;
    line-height: 20px;
}

.gallery-table {
    width: 100%;
}

.gallery-table tr>* {
    text-align: center;
}

.gallery-table tr>*>h3 {
    text-align: left;
}

@media screen and (max-width: 767px) {
    .row.three-services {
        margin-left: 0;
        margin-right: 0;
    }

    .three-services>div {
        padding-left: 0;
        padding-right: 0;
    }

    .three-services>div>div.gallery-column {
        padding: 15px;
    }

    .three-services>div>div {
        margin-bottom: 0;
    }

    .carousel-indicators .active {
        background-color: #ccc;
    }

    .carousel-indicators li {
        border-color: #ccc;
    }

    .carousel-indicators {
        bottom: -25px;
    }

    /* .carousel-inner .item {
        height: 280px;
    } */
    .carousel-control.left {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    .carousel-control.right {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .carousel-control.right,
    .carousel-control.left {
        height: 250px;
    }

    .three-services .col-sm-4.col-xs-12,
    .three-services .col-sm-8.col-xs-12 {
        padding-left: 0;
        padding-right: 0;
    }
}


/* Instagram widget  */

.insta-widget>iframe {
    min-width: 260px !important;
}