
.tab {
    width: 100%;
    overflow: hidden;
    margin-top: 100px;
    text-align: center;
    border-bottom: 1px solid #ccc;
}



.f-30 {
    font-size: 27px;
}



#producttable {
    width: 76%;
    text-align: left;
}


#productaddress {
   font-size:24px;
}


.hero-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 6px solid #0880c1;
  background-image: url('../images/AdobeStock_115118684.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.featured-section {

    width:100%;
    padding-top: 60px;
    padding-bottom: 60px;
    /* border-bottom: 6px solid #0880c1;*/
    border-bottom: 1px;
    border-bottom-style: solid;
    border-bottom-color: #bdbfc6;
}


.featured-section1 {
    width: 100%;
   
    /* border-bottom: 6px solid #0880c1;*/
    border-bottom: 1px;
    border-bottom-style: solid;
    border-bottom-color: #bdbfc6;
}


.featured-section2 {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
    /* border-bottom: 6px solid #0880c1;*/
    border-bottom: 1px;
    border-bottom-style: solid;
    border-bottom-color: #bdbfc6;
}


.featured-section3 {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
    /* border-bottom: 6px solid #0880c1;*/
}


.featured-section4 {
    width: 100%;
    /* border-bottom: 6px solid #0880c1;
    border-bottom: 1px;
    border-bottom-style: solid;
    border-bottom-color: #bdbfc6;
        */
}

.featured-wrapper1 {
    width: 100%;
    border-bottom: 1px;
    border-bottom-style: solid;
    border-bottom-color: #bdbfc6;
}

.featured-container1 {
    width: 100%;
    border-bottom: 1px;
    border-bottom-style: solid;
    border-bottom-color: #bdbfc6;
}




.cir-social-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 6px solid #0880c1;
  background-image: url('../images/AdobeStock_205694120.jpeg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.city-living-section {
  margin-bottom: 0px;
  padding-bottom: 70px;
  border-bottom: 6px solid #0884c7;
}
/*
.social-section {
   border-bottom: 6px solid #0880c1;
}*/

.featured-container {
    /*
  margin-right: 35px;
  margin-left: 35px;

        */
    max-width: 1920px;
    margin: auto;
}




.featured-wrapper {

  max-width:1920px;
  margin:auto;

}

.featured-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.featured-image-wrapper {
  width: 265px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.featured-image {
  width: 100%;
  border-radius: 350px;
}

.featured-item-paragraph {
  font-family: Montserrat, sans-serif;
  color: #676a7c;
  font-size: 14pt;
  line-height: 22pt;
  font-weight: 300;
  text-align: center;
}

.featured-item-heading {
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  color: #676a7c;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
}

.image-section {
  height: 900px;
  border-bottom: 7px solid #0880c1;
  background-image: url('../images/BMN-Promo-Photo-ONLY.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.follow-us-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  padding: 25px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: 6px solid #0880c1;
  border-bottom: 6px solid #0880c1;
  background-color: hsla(0, 0%, 100%, .82);
  text-align: center;
}

.social-media-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-media-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin: 7px 5px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #1a2550;
  -webkit-transition: background-color 631ms ease;
  transition: background-color 631ms ease;
  font-family: 'Font Awesome - Brands';
  color: #fff;
  text-decoration: none;
}

.social-media-button:hover {
  background-color: #0880c1;
}

.social-media-icon {
  font-family: 'FA brands 400';
  font-size: 35px;
  line-height: 70px;
}

.about-section-wrapper {
  display: block;
  padding-top: 70px;
  padding-bottom: 70px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-section-image-placeholder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 350px;
  height: 300px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #343743;
}

.about-section-placeholder-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-section-placeholder-text.white {
  color: #fff;
}

.about-section-text-wrapper {
  padding-left: 100px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.type-2-container {
  margin-right: 70px;
  margin-left: 70px;
}

.about-section-heading {
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: Montserrat, sans-serif;
  color: #676a7c;
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;
}

.paragraph {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #676a7c;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
}

.button {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 12px 60px;
  border-radius: 10px;
  background-color: #0884c7;
  font-size: 16px;
  font-weight: 300;
}

.button:hover {
  background-color: #076699;
}

.body {
  font-family: Montserrat, sans-serif;
}

.section-heading {
  margin-top: 50px;
  margin-bottom: 50px;
  font-family: Montserrat, sans-serif;
  color: #676a7c;
  font-size: 25px;
  font-weight: 600;
  text-align: center;
}

.mason-area-start {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.mason-item-wrapper {
  padding: 10px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.mason-item-wrapper:hover {
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .3);
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.mason-item-wrapper.large {
  height: 350px;
}

.mason-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 350px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 84%, 0);
  color: #fff;
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
  text-decoration: none;
}

.mason-link.okotoks {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .3)), to(rgba(0, 0, 0, .3))), url('../images/shutterstock_404836420_Okotokos.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/shutterstock_404836420_Okotokos.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.mason-link.sundre {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .3)), to(rgba(0, 0, 0, .3))), url('../images/Depositphotos_123299280_xl-2015.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/Depositphotos_123299280_xl-2015.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.mason-link.cochrane {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .3)), to(rgba(0, 0, 0, .3))), url('../images/shutterstock_495767920_Cochrane.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/shutterstock_495767920_Cochrane.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.mason-link.airdrie {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .3)), to(rgba(0, 0, 0, .3))), url('../images/shutterstock_346448522_RedDeer.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/shutterstock_346448522_RedDeer.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.mason-link.strathmore {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .3)), to(rgba(0, 0, 0, .3))), url('../images/shutterstock_26184535_Strathmore.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/shutterstock_26184535_Strathmore.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.mason-link.brooks {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .3)), to(rgba(0, 0, 0, .3))), url('../images/shutterstock_135073217_East.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/shutterstock_135073217_East.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.mason-link.sylvan {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .3)), to(rgba(0, 0, 0, .3))), url('../images/shutterstock_94284772_Sylvan-Lake.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/shutterstock_94284772_Sylvan-Lake.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.search-tab {
  padding-right: 40px;
  padding-left: 40px;
  background-color: #676a7c;
  color: #fff;
}

.search-tab.w--current {
  background-color: #fff;
  color: #676a7c;
}

.tab-pane-tab-1 {
  border: 0px none #000;
  background-color: #fff;
}

.search-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  margin: 20px;
  border: 1px solid transparent;
}

.submit-button {
  height: 50px;
  padding-right: 40px;
  padding-left: 40px;
  background-color: #0880c1;
  font-weight: 800;
}

.text-field {
  height: 50px;
  margin-right: -1px;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .3);
  font-size: 18px;
}

.more-tab {
  font-weight: 600;
}

.search-tab-wrapper {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.tabs {
  background-color: #fff;
  font-size: 16px;
  line-height: 22px;
}

.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  padding-right: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.realtor-login-link {
  display: block;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #0880c1;
  text-decoration: none;
}

.brand1 {
    position: absolute;
    left: 0px;
    top: 35px;
    width: 190px;
    margin-bottom: -35px;
    padding-left: 40px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.nav-menu {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.nav-link {
  padding-top: auto;
  padding-bottom: auto;
}

.menu-link {
  padding-top: 10px;
  padding-bottom: 10px;
  border-right: 1px solid rgba(0, 0, 0, .3);
  color: #676a7c;
}

.menu-link:hover {
  color: #0880c1;
}


.menu-link1 {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #676a7c;
}

    .menu-link1:hover {
        color: #0880c1;
    }

.login-link {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #676a7c;
  font-weight: 800;
}

.about-container {
  
    width:90%;
}

.global-section {
  margin-bottom: 0px;
  border-bottom: 6px solid #0884c7;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .43)), to(hsla(0, 0%, 100%, .43))), url('../images/AdobeStock_209798677.jpeg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .43), hsla(0, 0%, 100%, .43)), url('../images/AdobeStock_209798677.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.column {
  position: static;
}

.social-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 600px;
  margin-right: 110px;
  margin-left: 110px;
  padding: 25px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: 6px solid #0880c1;
  border-bottom: 6px solid #0880c1;
  background-color: hsla(0, 0%, 100%, .82);
  text-align: center;
}

.paragraph-2 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.sponsor-logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.button-2 {
  padding: 12px 60px;
  border-radius: 10px;
  background-color: #0884c7;
}

.button-2:hover {
  background-color: #076699;
}

.about-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 70px;
  padding-bottom: 70px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.global-container {
  margin-right: 90px;
  margin-left: 90px;
}

.global-wrapper {
  display: block;
  padding-top: 70px;
  padding-bottom: 70px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sponsor-logos-mobile {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-container {
  padding: 10px 70px;
}

.footer-left {
  padding-top: 25px;
  padding-right: 60px;
  padding-bottom: 25px;
  border-right: 1px solid #000;
}


.footer-link:hover {
  color: #0884c7;
}

.footer-column-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer-column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer-column-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.column-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer-column-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer-right {
  padding-top: 25px;
  padding-bottom: 0px;
  padding-left: 66px;
}



#FollowCursor {

width: 99%;

}



#forma {
    width: 100%;
}




#contactvendor:hover {
    color: #bdbfc6;
}


#contactvendor1:hover {
    color: #bdbfc6;
}


#product-details-pic {
    
  
 
}


@media all and (max-width:1920px) {
    .f-30 {
        font-size: 25px;
    }

    .featured-section1 {
        padding-left: 10px;
    }

    .featured-section2 {
        padding-left: 10px;
    }


    .featured-section3 {
        padding-left: 10px;
    }


    .featured-section4 {
        padding-left: 10px;
    }



    .form-inline .input-custom {
        vertical-align: middle;
        margin: 5px 10px 5px 0;
        padding: 5px;
        background-color: #fff;
        border: 1px solid #ddd;
        width: 97%;
    }

}

@media all and (max-width:1280px) {

    p {
        font-size: 12px;
    }


    .form-inline .input-custom {
        vertical-align: middle;
        margin: 5px 10px 5px 0;
        padding: 5px;
        background-color: #fff;
        border: 1px solid #ddd;
        width: 97%;
    }


    .listing-tab button {
        font-size: 16px;
    }


    body {
    
    font-size:13px;
    
    }

}


@media all and (max-width: 1024px) {


    .f-30 {
     font-size:25px;
    
    }

    #product-details-pic {

        max-height:180px;
    }


    body {
        font-size: 11px;
    }

    p {
        font-size: 10px;
    }

    .featured-item-paragraph {
        margin-bottom: 20px;
    }

    .image-section {
        height: 400px;
    }

    .follow-us-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 600px;
        margin-right: auto;
        margin-left: auto;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .about-section-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .about-section-text-wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-left: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .about-section-heading {
        text-align: center;
    }

    .tabs-menu {
        display: none;
    }

    .text-field {
        font-size: 14px;
    }

    .search-tab-wrapper {
        width: 700px;
    }

    .nav-menu {
        width: 100%;
        margin-top: 10px;

        text-align:right;
    
    }

    .menu-link {
        padding-top: 20px;
        padding-bottom: 20px;
        font-size: 14px;
        text-align: center;
    }


    .menu-link1 {
        padding-top: 20px;
        padding-bottom: 20px;
        font-size: 14px;
        text-align: center;
    }


    .login-link {
        font-size: 20px;
        text-align: center;
    }

   

    .menu-button {
        background-color: #fff;
    }

        .menu-button:active {
            background-color: #0880c1;
        }

        .menu-button.w--open {
            margin-right: 15px;
            background-color: #0880c1;
        }

    .column-2 {
        display: none;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }

    .sponsor-logos {
        margin-top: 25px;
        margin-bottom: 25px;
        padding-top: 25px;
        padding-bottom: 25px;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .about-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .global-container {
        margin-right: 10px;
        margin-left: 10px;
    }

    .global-wrapper {
        padding-top: 35px;
        padding-bottom: 35px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .sponsor-logos-mobile {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-top: 25px;
        margin-bottom: 25px;
        padding-top: 25px;
        padding-bottom: 25px;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .footer-left {
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        border-right-style: none;
        border-right-width: 0px;
    }

    .footer-right {
        padding-top: 20px;
        padding-right: 0px;
        padding-left: 0px;
        border-top: 0px ;
    }

    .footer-social-media-buttons {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .columns-2 {
        padding-bottom: 10px;
    }

  

    #button1
    {
        font-size: 10px;
    }


    #button2 {
    
     font-size:10px;

    }


    #button3 {
        font-size: 10px;
    }


    .cus-btn {
        height: 50px;
        padding-right: 25px;
        padding-left: 24px;
        background-color: #0880c1;
        font-weight: 800;
    }

}


@media all and (max-width: 769px) {

    #product-details-pic {
        max-height: 360px;
    }


    #producttable {
    
    
    width:100%;

   text-align:center;
    
    }

    .listing-items {
        text-align: center;
    }


    .follow-us-container {
        display: block;
        width: 80%;
        margin-right: auto;
        margin-left: auto;
    }

    .social-media-button {
        width: 40px;
        height: 40px;
    }

    .social-media-icon {
        font-size: 25px;
    }

    .about-section-heading {
        text-align: center;
    }

    .mason-link.okotoks {
        height: 250px;
    }

    .mason-link.sundre {
        height: 250px;
    }

    .mason-link.cochrane {
        height: 250px;
    }

    .mason-link.airdrie {
        height: 250px;
    }

    .mason-link.strathmore {
        height: 250px;
    }

    .mason-link.brooks {
        height: 250px;
    }

    .mason-link.sylvan {
        height: 250px;
    }

    .tabs-menu {
        display: none;
    }

    .search-tab-wrapper {
        width: 100%;
    }

    .tabs {
        width: 80%;
    }

    .social-container {
        display: block;
        width: 80%;
        margin-right: auto;
        margin-left: auto;
    }

    .footer-right {
        padding-left: 10px;
        border-top-style: none;
        border-top-width: 0px;
    }

   
}

@media all and (max-width: 479px) {

    #product-details-pic {
        max-height: 320px;
    }


    #productaddress {
        font-size: 14px;
    }



    .featured-section3 {
        padding-left: 0px;
    }


    .breadcrumb {
    
    display:none;
    }

    .fa-share  {
    
         display:none;
    }

    .listing-items {

        text-align:center;
    }

   

}





@media all and (max-width:320px) {


    #product-details-pic {
        max-height: 300px;
    }


    #productaddress {
        font-size: 12px;
    }

}




@media all and (min-width: 479px) {
    



    #np .w-row  .item-box  {
        max-width: 525px !important;
        max-height: 620px !important;
        margin: 5px;
        padding: 0;
    }

}

@media all and (min-width: 767px) {

       

        #np .w-row .item-box  {
            max-width: 525px !important;
            max-height: 620px !important;
            margin: 5px;
            padding: 0;
        }

  
    }

    @media all and (min-width: 991px) {



        #np .w-row .item-box  {
            max-width: 525px !important;
            max-height: 620px !important;
            margin: 5px;
            padding: 0;
        }
    }

    @media all and (min-width:1000px) {


        #product-details-pic {
            /*max-width: 468px;*/
            max-height: 312px;
        }


        #np .w-row .item-box {
            max-width: 525px !important;
            max-height: 620px !important;
            margin: 5px;
            padding: 0;
        }
    }




@media all and (min-width:1024px) {





    #product-details-pic {
        /*max-width: 468px;*/
        max-height: 312px;
    }
}



    @media all and (min-width:1367px) {





        #product-details-pic {
            /*max-width: 468px;*/
            max-height: 312px;
        }


        #np .w-row .item-box {
            max-width: 430px !important;
            max-height: 536px !important;
            margin: 5px 5px 5px 30px;
            padding: 0;
        }
    }


    @media all and (min-width:1900px) {

        #product-details-pic {
            /* max-width: 628px;*/
            max-height: 419px;
        }






        #np .w-row .item-box {
            max-width: 525px !important;
            max-height: 620px !important;
            margin: 25px;
            padding: 0;
        }
    }



    @media all and (min-width:2200px) {


        #product-details-pic {
            /* max-width: 949px;*/
            max-height: 632px;
        }
    }

    @font-face {
        font-family: 'FA brands 400';
        src: url('../fonts/fa-brands-400.ttf') format('truetype');
        font-weight: 400;
        font-style: normal;
    }

    @font-face {
        font-family: 'Montserrat';
        src: url('../fonts/Montserrat-Regular.otf') format('opentype');
        font-weight: 400;
        font-style: normal;
    }

    @font-face {
        font-family: 'Montserrat';
        src: url('../fonts/Montserrat-ExtraBold.otf') format('opentype');
        font-weight: 800;
        font-style: normal;
    }

    @font-face {
        font-family: 'Montserrat';
        src: url('../fonts/Montserrat-SemiBold.otf') format('opentype');
        font-weight: 600;
        font-style: normal;
    }

    @font-face {
        font-family: 'Montserrat';
        src: url('../fonts/Montserrat-Light.otf') format('opentype');
        font-weight: 300;
        font-style: normal;
    }