@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,900);

@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800);
/* --------------------------------

Primary style

-------------------------------- */
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
body {
    font-size: 100%;
    font-family: 'Source Sans Pro', sans-serif;
    color: #111111;
    background-color: white;
}
@media only screen and (min-width: 1024px) {
    body {
        min-width: 1170px;
        overflow: auto;
    }
}
html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    margin: 0;
    padding: 0;
    /*Avoid flicker on slides transitions for mobile phones #336 */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
body.overflow-hidden {
    /* when primary navigation is visible, the content in the background won't scroll */
    overflow: hidden;
}

.block {
    display: table;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
.centered {
    width: 100%;
    max-width: 300px;
    display: table-cell;
    vertical-align: middle;
    margin: 0 auto;
}
img { display:block; border:0; }
strong { font-weight:bold; }
em { font-style: italic; }
a { color:#111111; text-decoration: none; }
h1 { font-size: 36px; margin: 0; font-weight: bold; }
h2 { font-size: 28px; margin: 0; font-weight: bold; }
h3 { font-size: 24px; margin: 0; font-weight: bold; }
h4 { font-size: 18px; margin: 0; font-weight: bold; }
h5 { font-size: 16px; margin: 0; font-weight: bold; }
p{
    font-size: 14px;
}


a.link-email {
    font-weight:700;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}
a.link-email:hover { color:#ccad13; }

.w30 { width:27%; }
.w70 { width:73%; }
.col-2, .col-3, .col-4, .col-5 { width:100%; }
@media only screen and (min-width: 1024px) {
    .col-2 { width: 50%; float:left; }
    .col-3 { width: 33.333%; }
    .col-4 { width: 25%; }
    .col-5 { width: 20%; }
}
/* --------------------------------

Scroll Bar

-------------------------------- */
/* Let's get this party started */
#bm-lateral-nav::-webkit-scrollbar, #bm-filter-form::-webkit-scrollbar {
    width: 5px;
}

/* Track */

#bm-lateral-nav::-webkit-scrollbar-track {
    background: rgba(50, 50, 50, 0.1);
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
#bm-filter-form::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.2);
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

/* Handle */

#bm-lateral-nav::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0;
    border-radius: 0;
    background: rgba(50, 50, 50, 0.3);
}
#bm-lateral-nav::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(50, 50, 50, 0.3);
}
#bm-filter-form::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0;
    border-radius: 0;
    background: rgba(157, 137, 57, 1);
}
#bm-filter-form::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(157, 137, 57, 1);
}

/* --------------------------------

Primary style

-------------------------------- */
/*Scolling*/
.icon-scrolling {
    width: 92px;
    height: 31px;
    position: fixed;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 99;
    background: url(../images/scrolling.gif) no-repeat center center;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}
.icon-scrolling-white {
    width: 92px;
    height: 31px;
    position: fixed;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 99;
    background: url(../images/scrolling-white.gif) no-repeat center center;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}
.filter-is-visible .icon-scrolling-white {
    width: 20%;
    left: 80%;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
}
.moveHide {
    width: 70%;
    margin-left: 30%;
    left: 0%;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 0;
}
@media only screen and (min-width: 1024px) {
    .moveRight {
        width: 70%;
        margin-left: 30%;
        left: 0%;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
}


/*Homepage Logo*/
.index-logo {
    z-index: 9;
    width: 100px;
    height: 100px;
    background: none;

    position:absolute;
    top: 0;
    right: 0;
}
.index-logo-inner {
    width:100%;
    max-width:150px;
    position: absolute;
    /*
      -webkit-transform: translateX(-50%) translateY(-50%);
      -moz-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      -o-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);*/
}
@media only screen and (min-width: 768px) {
    .index-logo {
        width: 150px;
        height: 150px;
    }
}
.index-logo-inner img {
    width:100%;
}
@media only screen and (min-width: 1024px) {
    .index-logo {
        width: 25%;
        min-width: 300px;
        max-width: 300px;
        height: 100%;
        background:linear-gradient(90deg, transparent 80%, #ffffff 20%);

        position:absolute;
        top: 0;
        left: auto;
        right:0;
    }
    .index-logo:before {
        content: '';
        display: block;
        height: 100%;
        width: 100%;
        max-width: 300px;
        position: absolute;
        top: 0;
        left: 0;
        background: url("../images/cd-slider-anger.svg") no-repeat left bottom;
        background-size: cover;
    }
    .index-logo-inner {
        max-width: 160px;
        left: 50%;
        -webkit-transform: translateX(-40%) translateY(0);
        -moz-transform: translateX(-40%) translateY(0);
        -ms-transform: translateX(-40%) translateY(0);
        -o-transform: translateX(-40%) translateY(0);
        transform: translateX(-40%) translateY(0);
        bottom: 10%;
    }
}
@media only screen and (min-width: 1440px) {
    .index-logo {
        min-width: 300px;
        max-width: 400px;
    }
    .index-logo:before {
        max-width: 400px;
    }
    .index-logo-inner {
        max-width: 210px;
    }
}

/*Content Page*/
.bm-content-page {}
.bm-content-page .bm-content-texure {

}
#imprint-texure { background-image: url(../images/bm-system-texture-1.jpg); background-position: top left; /*background-attachment:fixed; */ }
#exposed-texure { background-image: url(../images/bm-system-texture-2.jpg); background-position: top left; /*background-attachment:fixed; */ }
#topping-texure { background-image: url(../images/bm-system-texture-3.jpg); background-position: top left; /*background-attachment:fixed; */ }
#polished-texure { background-image: url(../images/bm-system-texture-4.jpg); background-position: top left; /*background-attachment:fixed; */ }
#precast-texure { background-image: url(../images/bm-system-texture-5.jpg); background-position: top left; /*background-attachment:fixed; */ }
#vertical-texure { background-image: url(../images/bm-system-texture-6.jpg); background-position: top left; /*background-attachment:fixed; */ }
#ecokrete-texure { background-image: url(../images/bm-system-texture-7.jpg); background-position: top left; /*background-attachment:fixed; */ }

#bomanite-texure { background-image: url(../images/bm-bomanite-texture-1.jpg); background-position: center center; }
#making-texure { background-image: url(../images/bm-making-texture-1.jpg); background-position: top left; }
#milestones-texure { background-image: url(../images/bm-milestones-texture-1.jpg); background-position: top center; }
#mission-texure { background-image: url(../images/bm-mission-texture-1.jpg); background-position: top left; }
#history-texure-2 { background-image: url(../images/bm-history-texture-2.jpg); background-position: top left; }
#worldmap-texure { background-image: url(../images/bm-worldmap-texture-1.jpg); background-position: top left; }
#worldmap-texure-2 { background-image: url(../images/bm-worldmap-texture-2.jpg); background-position: top left; }
#colorchart-texure { background-image: url(../images/bm-colorchart-texture-1.jpg); background-position: top left; }
#brochure-texure { background-image: url(../images/bm-brochure-texture-1.jpg); background-position: top left; }
#specification-texure { background-image: url(../images/bm-specification-texture-1.jpg); background-position: top left; }
#training-texure { background-image: url(../images/bm-training-texture-1.jpg); background-position: top left; }
#project1-texure { background-image: url(../images/bm-project-texture-1.jpg); background-position: top center; }
#faq-texure { background-image: url(../images/bm-faq-texture-1.jpg); background-position: top center; }
#contact-texure { background-image: url(../images/bm-contact-texture-1.jpg); background-position: top center; }
#pp-texure { background-image: url(../images/bm-pp-texture-1.jpg); background-position: top center; }
#tnc-texure { background-image: url(../images/bm-tnc-texture-1.jpg); background-position: top center; }
.bm-content-texure {
    width: 100%;
    height: 90px;
    float: left;

    background-size: 100%;
    background-attachment: fixed;
    background-repeat: no-repeat;

    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
@media only screen and (min-width: 1024px) {
    .bm-content-texure {
        background-attachment: scroll;
        background-size: cover;
        background-size: auto 100%;
    }
}
.bm-content-content { width:100%; }
.bm-main-content p {
    font-family: 'Open Sans', sans-serif;
    font-size:13px;
    line-height:1.8;
    padding-bottom:30px;
}
.bm-content-content p:last-child { padding:0;}

@media only screen and (min-width: 1024px) {
    .bm-content-texure {
        width: 320px;
        height: 100%;
        height: 100vh;
        position: fixed;
        background-size: cover;
    }
    .bm-content-content {
        width: 100%;
        padding-left: 320px;
        float: left;
        padding-bottom: 50px;
    }
}
@media only screen and (min-width: 1440px) {
    .bm-content-texure {
        width: 25%;
    }
    .bm-content-content {
        padding-left: 25%;
    }
}
.bm-content-quicklink {
    width:100%;
    background-color:#ccad13;
    padding:0 4%;

    font-size:0;
}
@media only screen and (max-width: 480px) {
    .bm-content-header .bm-content-quicklink {
        margin-top: 30px;
    }
    .bm-content-header .bm-content-quicklink li {
        width: 50%;
    }
}
.bm-content-header .bm-content-quicklink {
    background-color: transparent;
    padding:0;
}
.bm-content-header .bm-content-quicklink a:hover {
    background-color: transparent;
    opacity:0.5;
}

.bm-content-quicklink li {
    display: inline-block;
}
.bm-content-quicklink a {
    display: block;
    padding-left:30px;
    padding-right:12px;
    position:relative;

    font-family: 'Open Sans', sans-serif;
    font-size:13px;
    font-weight:600;
    color: #111111;

    line-height:40px;
    height:40px;


    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.bm-content-quicklink a:hover {
    background:#c2a412;
}
.bm-content-quicklink a.active {
    background:#b79b11;
}
.bm-content-quicklink a:before, .contact-btn:before {
    content: '';
    display: block;
    height: 16px;
    width: 16px;
    position: absolute;
    top: 50%;
    left: 7px;
    -webkit-transform: translateY(-50%) rotate(0deg);
    -moz-transform: translateY(-50%) rotate(0deg);
    -ms-transform: translateY(-50%) rotate(0deg);
    -o-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
    background: no-repeat center center;
    background-size: contain;
}

.bm-content-quicklink a#icon-quicklink-making:before { background: url("../images/cd-making.svg") no-repeat center center; background-size: contain; }
.bm-content-quicklink a#icon-quicklink-milestones:before { background: url("../images/cd-milestones.svg") no-repeat center center; background-size: contain; }
.bm-content-quicklink a#icon-quicklink-mission:before { background: url("../images/cd-mission.svg") no-repeat center center; background-size: contain; }
.bm-content-quicklink a#icon-quicklink-worldmap:before { background: url("../images/cd-pin.svg") no-repeat center center; background-size: contain; }
.bm-content-quicklink a#icon-quicklink-pattern:before { background: url("../images/cd-pattern.svg") no-repeat center center; background-size: contain; }
.bm-content-quicklink a#icon-quicklink-guide:before { background: url("../images/cd-guide.svg") no-repeat center center; background-size: contain; }
.bm-content-quicklink a#icon-quicklink-autocad:before { background: url("../images/cd-autocad.svg") no-repeat center center; background-size: contain; }
.bm-content-quicklink a#icon-quicklink-gallery:before { background: url("../images/cd-gallery.svg") no-repeat center center; background-size: contain; }
.bm-content-quicklink a#icon-quicklink-colorchart:before { background: url("../images/cd-colorchart.svg") no-repeat center center; background-size: contain; }
.bm-content-quicklink a#icon-quicklink-brochure:before { background: url("../images/cd-brochure.svg") no-repeat center center; background-size: contain; }
.bm-content-quicklink a#icon-quicklink-specification:before { background: url("../images/cd-blog.svg") no-repeat center center; background-size: contain; }
.bm-content-quicklink a#icon-quicklink-training:before { background: url("../images/cd-training.svg") no-repeat center center; background-size: contain; }
.bm-content-quicklink a#icon-quicklink-enquiry:before { background: url("../images/cd-enquiry.svg") no-repeat center center; background-size: contain; }
.bm-content-quicklink a#icon-quicklink-askus:before { background: url("../images/cd-aksus.svg") no-repeat center center; background-size: contain; }
.bm-content-quicklink a#icon-quicklink-project:before { background: url("../images/cd-project.svg") no-repeat center center; background-size: contain; }
.bm-content-quicklink a#icon-quicklink-blog:before { background: url("../images/cd-blog.svg") no-repeat center center; background-size: contain; }
.bm-content-quicklink a#icon-quicklink-back:before { background: url("../images/cd-back.svg") no-repeat center center; background-size: contain; }
.bm-content-quicklink a#icon-quicklink-privacy:before { background: url("../images/cd-privacy.svg") no-repeat center center; background-size: contain; }
.bm-content-quicklink a#icon-quicklink-tnc:before { background: url("../images/cd-tnc.svg") no-repeat center center; background-size: contain; }
.bm-content-quicklink a#icon-quicklink-faq:before { background: url("../images/cd-faq.svg") no-repeat center center; background-size: contain; }
.bm-content-quicklink a#icon-quicklink-services:before { background: url("../images/cd-services.svg") no-repeat center center; background-size: contain; }
a.contact-btn:before, button.contact-btn:before { background: url("../images/cd-contact.svg") no-repeat center center; background-size: contain; left: 1em; }

.bm-system-quicklink a {
    padding-left:15px;
    padding-right:15px;
    margin-right:5px;
}
.bm-system-quicklink a:after {
    content: '/';
    display: block;
    position: absolute;
    top: 50%;
    right: -5px;
    opacity:0.5;
    -webkit-transform: translateY(-50%) rotate(0deg);
    -moz-transform: translateY(-50%) rotate(0deg);
    -ms-transform: translateY(-50%) rotate(0deg);
    -o-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
    background: no-repeat center center;
    background-size: contain;
}
.bm-system-quicklink li:last-child a:after {
    content:'';
}

.bm-content-header {
    width:90%;
    margin:0 auto;
    padding:50px 2% 0;
    position:relative;
}
.bm-content-header h1 {
    font-weight:700;
    line-height:1.2;
    padding-right:80px;
}
.bm-content-header h4 {
    font-weight:600;
    margin-top:10px;
}
.bm-content-logo {
    width: 130px;
    height: 100px;

    background: url("../images/logo-bomanite.jpg") no-repeat center center;
    background-size: contain;

    position: fixed;
    top: 0;
    right: 0;
    z-index: 1;
}
@media only screen and (min-width: 1024px) {
    .bm-content-logo {
        position: absolute;
        top: 25px;
        background: url("../images/logo-bomanite-small.jpg") no-repeat center center;
    }
}
.bm-content-block {
    width:90%;
    margin:0 auto;
    padding:50px 2% 50px;
    border-bottom:1px solid #f1f1f1;
    text-align: justify;
}
.bm-content-block:last-child { border:none; }
.bm-content-block h4 { margin:10px 0 10px; }
.bm-content-block img { width:100%; margin-bottom:20px; }
.bm-content-block ul.drawing-list {
    width: 100%;
    font-size: 0;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 50px;
}
.bm-content-block ul.drawing-list li {
    width: 33.333%;
    padding: 10px 10px 10px 0;

    font-size:14px;
    font-weight:600;
    line-height:1.4;

    display: inline-block;
    vertical-align: top;
}

/* --------------------------------

About Us

-------------------------------- */
.bm-history-block h4 {
    line-height:1.2;
    margin:10px 0 10px;
}
.bm-history-block h4:first-child {
    margin-top:0;
}
.bm-history-block h4 span {
    color:#ccad13;
}
.bm-history-imagetext .w30,
.bm-history-imagetext .w70 {
    float: left;
}
.bm-history-imagetext img { width:100%; max-width:100%; margin:0; }
.bm-history-imagetext .w70 { padding-left: 30px; }
@media only screen and (max-width: 480px) {
    .bm-history-imagetext .w30, .bm-history-imagetext .w70 { width:100% !important; margin-top:20px; }
    .bm-history-imagetext .w70 h4 { padding:20px 0 0; }
    .bm-history-imagetext .w70 { padding-left:0; }
}


/* --------------------------------

System

-------------------------------- */
.bm-content-imagetext { padding: 50px 0; border-bottom:1px solid #f1f1f1; }
.bm-content-imagetext:first-child { padding-top:0; }
/*.bm-content-imagetext .w30, .bm-content-imagetext .w70 { float:left; }
.bm-content-imagetext .w70 h4, .bm-content-imagetext .w70 p { padding-left:30px; }
.bm-content-imagetext img { width:100%; }*/
.bm-content-imagetext img {
    width: 30%;
    float: left;
    margin-top: 8px;
}
.bm-content-imagetext strong {
    font-size: 16px;
}
.bm-content-imagetext img + p {
    width: 70%;
    float: left;
    padding-left:30px !important;
}
/*System Pattern / Selection Guide List*/
.bm-system-list {
    width:100%;
    font-size:0;
}
.bm-system-list img { margin:0; }
.bm-system-list li {
    width:100%;
    display:inline-block;
    padding:10px 0;

    text-align:left;

    border-bottom: 1px solid #f1f1f1;

    position:relative;
    overflow:hidden;
}
.bm-system-list li:first-child { /*border-top: 1px solid #f1f1f1;*/ }
.bm-system-list li figure {
    max-width: 70px;
    width:auto;
    float:left;
    position:relative;
}
.bm-system-list li figure {
    border:1px solid #b9b9b9;

    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.bm-system-list li a {
    width:100%;
    display:inline-block;
    position:relative;
}
.bm-system-list li span {
    display:block;
    padding:0 20px 0 90px;

    font-size:14px;
    font-weight:600;
    color: #111111;

    position:absolute;
    left:0;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);


    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.bm-system-list li:hover span {
    color: #ccad13;
}
@media only screen and (min-width: 576px) {
    .bm-system-list {
        display: table;
    }
    .bm-system-list li {
        width: 50%;
        float: left;
    }
    .bm-system-list li figure {
        background-color: #ffffff;
    }
    .bm-system-list li figure:after {
        content: '';
        display: block;
        height: 25px;
        width: 25px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-100%);
        -moz-transform: translateX(-50%) translateY(-100%);
        -ms-transform: translateX(-50%) translateY(-100%);
        -o-transform: translateX(-50%) translateY(-100%);
        transform: translateX(-50%) translateY(-100%);
        background: url("../images/cd-download.svg") no-repeat center center;
        background-size: contain;
        opacity: 0;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        transition-duration: 0.3s;
    }
    .bm-system-list li:hover figure:after {
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        opacity: 1;
    }
    .bm-system-list li:hover figure img {
        opacity: 0.05;
    }
}
@media only screen and (min-width: 1024px) {
    .bm-system-list li {
        width: 33.333%;
    }
    .bm-system-list li:nth-child(2), .bm-system-list li:nth-child(3) {
        /*border-top: 1px solid #f1f1f1;*/
    }
    .bm-system-list li span {
        display: block;
        left: 0;
        top: 50%;
        line-height: 1.4;
    }
    .bm-system-list li:hover span {
        left: 2%;
    }
}

/*System Autocad Table*/
.bm-system-table-row { width:100%; }
.bm-system-table-row:last-child { border-bottom:1px solid #f0f0f0; }
.odd { background:#f0f0f0; }
.even { background:#ffffff; }
.bm-system-table-header, .bm-system-table-header2 {
    width:40%;
    float:left;
    margin:0;
    padding:0 20px;
}
.bm-system-table-header2 { width:60%; text-align:center; }
.bm-system-table-header3 {
    width:30%;
    float:left;
    margin:0;
    padding:0 20px;
    text-align:center;
    border-left:1px solid #f0f0f0;
}
.bm-system-table-header3:first-child { width:40%; border: none; }
.bm-system-table-row h4 {
    line-height: 50px;
    height: 50px;
    font-size: 18px;
    margin: 0;
    font-weight: bold;
}
.bm-system-table-content {
    width:30%;
    float:left;
    margin:0;
    padding:15px 0;
    text-align:center;

    border-left:1px solid #f0f0f0;
}
.bm-system-table-content {
    border-left: none;
}
.bm-system-table-content-title {
    width:40%;
    text-align:left;
    margin:0 0 0 0;
    padding-left: 20px;
    padding-right: 20px;
    border-left:none;
}
.bm-system-table-content p {
    float:none;
    font-size:14px;
    font-weight:600;
    line-height:1.4;
    padding:0;
}
.bm-system-table-content p a {
    color:#111111;
    position:relative;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.tiff p a:hover, .tiff span { color:#3b9436; }
.dwg p a:hover, .dwg span { color:#469291; }
.bm-system-table-content p a:first-child { padding-left:25px; }
.tiff p a:first-child:before, .dwg p a:first-child:before {
    content: '';
    display: block;
    height: 16px;
    width: 16px;
    position: absolute;
    top: 50%;
    left: 0px;
    -webkit-transform: translateY(-50%) rotate(0deg);
    -moz-transform: translateY(-50%) rotate(0deg);
    -ms-transform: translateY(-50%) rotate(0deg);
    -o-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
    background: url("../images/cd-tiff.svg") no-repeat center center;
    background-size: contain;
}
.dwg p a:first-child:before { background: url("../images/cd-dwg.svg") no-repeat center center; background-size:contain; }
@media only screen and (max-width: 480px) {
    .bm-system-table-header2, .bm-system-table-header3 {
        padding: 0;
    }
    .bm-system-table-header3, .bm-system-table-content {
        border: none;
    }
    .bm-system-table-row h4 {
        font-size: 16px;
    }
    .bm-system-table-content p {
        font-size: 12px;
    }
    .bm-system-table-content p a:first-child {
        padding-left: 20px;
    }
}

/*Gallery*/
.bm-system-gallery { width:100%; max-width:700px; margin:0 auto; text-align:justify; }
.bm-system-gallery img { width:100%; max-width: none; margin:0; }
.bm-system-gallery li { width:32%; float:left; margin-bottom:1.5%; margin-right:2%; }
.bm-system-gallery li:first-child { width:100%; margin-right:0; }
.bm-system-gallery li:nth-child(2) { width:66%; }
.bm-system-gallery li:nth-child(3) { margin-right:0; margin-bottom:1.3%; }
.bm-system-gallery li:nth-child(4) { margin-right:0; }
.bm-system-gallery li:nth-child(3n+4) { margin-right:0; }
.bm-system-gallery li a { display:block; }


/*Project References*/
.bm-project-references {
    background: url("../images/bm-project-texture-1.jpg") no-repeat center top;
    background-size: 100%;
}
.bm-project-references .bm-content-header {
    padding: 50px 0;
    color: #ffffff;
}
.bm-project-references .bm-content-content {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 0 50px;
    float: none;
}
.bm-project-references .bm-content-block {
    width: 90%;
    padding: 10%;
    background-color: #ffffff;
}

@media only screen and (min-width: 769px) {
    .bm-project-references .bm-content-content {
        width: 100%;
        margin: 0 auto;
        padding: 0 0 50px;
        float: none;
    }
    .bm-project-references .bm-content-block {
        display: table;
        max-width: 960px;
        padding: 50px 5% 50px;
        font-size: 0;
    }
}
/*Country List*/
.bm-project-country-item {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 50px;
}
@media only screen and (min-width: 769px) {
    .bm-project-country-item {
        width: 33%;
    }
}
@media only screen and (min-width: 1024px) {
    .bm-project-country-item {
        width: 19%;
        margin-right: 1.25%;
    }
    .bm-project-country-item:nth-of-type(5n) {
        margin: 0;
    }
}
.bm-project-country-item h5 {
    text-align: left;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e7e7e7;
}
.bm-project-country-item li {
    margin-top: 15px;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    opacity: 0.5;
}
.bm-project-country-item li.active {
    -webkit-filter: none; /* Safari 6.0 - 9.0 */
    filter: none;
    opacity: 1;
}

.bm-project-country-item li a:hover {
    opacity: 0.6;
}
.bm-project-country-item li .flag {
    display: inline-block;
    margin-right: 5px;
    border: solid 1px #ccc;
    vertical-align: middle;
}
.bm-project-country-item li .flag img {
    margin: 0;
}
.bm-project-country-item li .country {
    display: inline-block;
    font-size: 14px;
    vertical-align: middle;
}
@media only screen and (min-width: 769px) {
    .bm-project-country-item > div  {
        width: 100%;
        height: 50px;
        display: table;
        border-bottom: 1px solid #e7e7e7;
        margin-bottom: 20px;
    }
    .bm-project-country-item h5 {
        display: table-cell;
        vertical-align: middle;
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: none;
    }
}

.bm-project-client {
    width:100%;
    position:relative;
    margin:30px 0 0;
}
.bm-project-client figure {
    width:44px;
    height:56px;
    position:absolute;
    left:0; top:0;
}
.bm-project-client .project-details {
    width:100%;
    padding: 20px;
    background: #f9f9f9;
}
.bm-project-client .project-details span {
    width:100%;
    display:block;

    font-size:14px; padding-top:5px;
}

.bm-content-header .project-location { display: block; font-size: 14px; color: #848484; padding: 10px 0; }
.bm-project-client .project-details span#project-location { color:#848484; padding:0; }
.bm-project-gallery { width:100%; /*max-width:700px;*/ margin:0 auto; }
.bm-project-gallery img { width:auto; max-width: none; margin: 0; position: absolute; width: 100%; height: auto; display: block;}
.bm-project-gallery li { width: 48%; float:left; margin-bottom:1.5%; margin-left: 1%; margin-right:1%; }

@media only screen and (min-width: 768px) {
    .bm-project-gallery li { width:32%; }
    .bm-project-gallery li:nth-child(3n) { margin-left: 0; margin-right:0; }
}
/*
.bm-project-gallery li { width:32%; float:left; margin-bottom:1.5%; margin-right:2%; }
.bm-project-gallery li:first-child { width:100%; margin-right:0; }
.bm-project-gallery li:nth-child(2) { width:66%; }
.bm-project-gallery li:nth-child(3) { margin-right:0; margin-bottom:1.3%; }
.bm-project-gallery li:nth-child(4) { margin-right:0; }
.bm-project-gallery li:nth-child(3n+4) { margin-right:0; }
*/
.bm-project-gallery li a {
    display:block;
;position: relative;
    padding-bottom: 60%;
    overflow: hidden;
}

/*Brochure*/
.bm-brochure-block {
    width:90%;
    margin:0 auto;
    padding-bottom:0;
    border-bottom: none;
}
.bm-brochure-block h3 {
    margin: 0 0 20px;
}
.bm-brochure-block h4 {
    line-height: 50px;
    height: 50px;
    font-size: 18px;
    margin: 0;
    font-weight: bold;
}
@media only screen and (min-width: 769px) {
    .bm-brochure-block li {
        width: 50%;
    }
}


.input-container-wrap {
    width: 100%;
}
.input-container-wrap-full {
    width: 100%;
}
@media all and (min-width:768px) {
    .input-container-wrap {
        width: 50%;
        float: left;
        padding-left: 50px;
    }
    .input-container-wrap:first-of-type {
        padding-right: 50px;
        padding-left: 0;
    }
    .input-container-wrap-full {
        float: left;
    }
}
.bm-form-block { padding-top:50px; }
.bm-form-block p { width: 100%; display: block; padding-bottom: 60px; }
.bm-form-block .input-container {
    position: relative;
    margin: 0 0 60px;
}
.bm-form-block .input-container input { margin-bottom:1px; }
.bm-form-block .input-container input, .bm-form-block .input-container textarea {
    outline: none;
    z-index: 1;
    position: relative;

    background: #f1f1f1;
    width: 100%;
    height: 50px;
    padding:0 10px;
    border: 0;

    color: #212121;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Source Sans Pro', sans-serif;
}
.bm-form-block .input-container textarea {
    height: auto;
    min-height: 200px;
    padding: 20px 10px 20px;
}
.bm-form-block .input-container select {
    outline: none;
    z-index: 1;
    position: relative;
    background: none;
    width: 100%;
    height: 50px;
    padding:0 10px;
    border: 0;
    color: #363636;
    font-size: 14px;
    font-weight: bold !important;
    font-family: 'Source Sans Pro', sans-serif;
}
.bm-form-block .input-container select:first-child {
    font-size: 12px;
}
.bm-form-block .input-container input:focus ~ label, .bm-form-block .input-container textarea:focus ~ label {
    color: #9d9d9d;
    -webkit-transform: translate(-0%, -70%);
    -moz-transform:    translate(-0%, -70%);
    -ms-transform:     translate(-0%, -70%);
    -o-transform:      translate(-0%, -70%);
    transform:         translate(-0%, -70%);
}
.bm-form-block .input-container input:focus ~ .bar:before, .bm-form-block .input-container input:focus ~ .bar:after {
    width: 50%;
}
.bm-form-block .input-container textarea:focus ~ .bar:before, .bm-form-block .input-container textarea:focus ~ .bar:after, .bm-form-block .input-container select:focus ~ .bar:before, .bm-form-block .input-container select:focus ~ .bar:after {
    width: 50%;
}
.bm-form-block .input-container label {
    position: absolute;
    top: 0;
    left: 0;

    font-size: 14px;
    font-weight:600;
    color: #111111;
    line-height:80px;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;

    -webkit-transform: translate(-0%, -70%);
    -moz-transform:    translate(-0%, -70%);
    -ms-transform:     translate(-0%, -70%);
    -o-transform:      translate(-0%, -70%);
    transform:         translate(-0%, -70%);
}
.bm-form-block .input-container span.req {
    color:#f01b1b;
}
.bm-form-block .input-container .bar {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #f9f9f9;
    width: 100%;
    height: 1px;
}
.bm-form-block .input-container .bar:before, .bm-form-block .input-container .bar:after {
    content: '';
    position: absolute;
    background: #ccad13;
    width: 0;
    height: 2px;
    -webkit-transition: .2s ease;
    transition: .2s ease;
}
.bm-form-block .input-container .bar:before {
    left: 50%;
}
.bm-form-block .input-container .bar:after {
    right: 50%;
}
.bm-form-block .button-container {
    margin: 0 60px;
    text-align: center;
}
.bm-form-block .button-container button , .contact-btn{
    outline: 0;
    cursor: pointer;
    position: relative;
    display: inline-block;
    background: #ccad13;
    width:100%;
    max-width: 320px;
    height:60px;
    border: none;
    padding: 0;

    font-size: 18px;
    font-weight:bold;
    line-height: 60px;

    overflow: hidden;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}

.contact-btn{
    width:auto;
    padding: 0 2em 0 3.5em;
    margin-bottom: 1.5em;
}

.bm-form-block .readmore-btn{
    cursor: pointer;
    display: inline-block;
    background: #ccad13;
    height:60px;
    border: none;
    padding: 0 1.5em;
    font-size: 18px;
    font-weight:bold;
}

.bm-form-block .button-container button span {
    position: relative;
    z-index: 1;
    padding: 0;
    color: #000000;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}

.bm-form-block .button-container button:hover, .bm-form-block .button-container button:active, .bm-form-block .button-container button:focus {
    border-color: #ccad13;
}
.bm-form-block .button-container button:focus {
    background: #ccad13;
}


@media all and (max-width:480px) {
    .bm-form-block .input-container {
        margin: 0 20px 30px;
    }
    .bm-form-block .button-container {
        margin: 0 20px;
    }
}

/* --------------------------------

Blog

-------------------------------- */
.bm-blog-signup {
    height: auto;
    padding: 100px 5% 30px;
    background: #f6f6f6;
    float: none;
}
.bm-blog-signup h4 {
    color: #111111;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px;
}
.bm-blog-signup .form-group {
    width: 100%;
    margin-bottom: 30px;
}
.bm-blog-signup input {
    outline: none;
    z-index: 1;
    position: relative;

    background: none;
    width: 100%;
    padding:8px 10px;
    border: 2px solid #111111;

    color: #111111;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Source Sans Pro', sans-serif;
}
.bm-blog-signup .btn {
    outline: none;
    z-index: 1;
    position: relative;
    display:block;
    cursor:pointer;

    background: #111111;
    width: 100%; max-width:200px;
    padding:10px;
    margin:0 auto;
    border: none;

    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Source Sans Pro', sans-serif;
}
.bm-blog-signup .btn:hover {
    padding:11px 10px 9px;
}
.bm-blog-list {
    background: #f6f6f6;
    padding: 30px 5%;
}
.bm-blog-list .bm-content-header {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
}
.bm-blog-list .bm-content-header .bm-content-logo {

}
@media only screen and (min-width: 769px) {
    .bm-blog-signup {
        height:100vh;
        padding:0;
        padding: 50px 10px 30px 80px;
    }
    .bm-blog-list .bm-content-header {
        width: 90%;
        padding: 50px 0 50px;
    }
    .bm-blog-list .bm-content-header .bm-content-logo {
        width: 87px;
        height: 96px;
        background: url("../images/logo-bomanite-small-grey.jpg") no-repeat center center;
        background-size: contain;
        top: 25px;
    }
}
@media only screen and (min-width: 1024px) {
    .bm-blog-signup {
        width: 320px;
        height: 100vh;
        position: fixed;
        background-size: auto 100%;
    }
    .bm-blog-list {
        width: 100%;
        padding-left: 320px;
        float: left;
        padding-bottom: 50px;
    }
}
@media only screen and (min-width: 1440px) {
    .bm-blog-signup {
        width: 25%;
    }
    .bm-blog-list {
        padding-left: 25%;
    }
}

.bm-blog-list .bm-blog-item {
    position: relative;
    background: #ffffff;
    margin-top: 30px;
    padding: 0 5% 10px 0;
    border-bottom: 1px solid #f1f1f1;
    font-size: 0;
}
.bm-blog-list .bm-blog-thumbnail {
    width: 50%;
    max-width: 280px;
    padding-right: 5%;
    vertical-align: top;
    display: inline-block;
}
.bm-blog-list .bm-blog-thumbnail img {
    width: 100%;
}
.bm-blog-list .bm-blog-details {
    width: 50%;
    padding: 20px 0;
    display: inline-block;
    vertical-align: top;
}
.bm-blog-list .bm-blog-details h3 {
    color: #111111;
    text-transform: uppercase;
}
.bm-blog-list .bm-blog-details h5.bm-blog-date {
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    font-weight: 700;
    color: #888888;
    margin: 10px 0;
}
.bm-blog-list .bm-blog-details p {
    line-height: 1.4;
    padding: 0;
    width: 100%;
    display: block;
    display: -webkit-box;
    height: 75px;
    margin: 0 auto;
    line-height: 1.4;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify;
}
.bm-blog-list .bm-blog-details a {
    font-family: 'Open Sans', sans-serif;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff;
    display: inline-block;
    margin: 20px 0 0;
    padding: 12px 15px;
    background-color: #111111;
}
.bm-blog-list .bm-blog-details a:hover {
    padding: 13px 15px 11px;
}
@media only screen and (min-width: 769px) {
    .bm-blog-list .bm-blog-item {
        width: 95%;
        padding: 0;
        margin-left: 5%;
        border: none;
    }
    .bm-blog-list .bm-blog-thumbnail {
        width: 100%;
        max-width: 280px;
        display: block;
        padding: 0;
        position: absolute;
        left: 0;
        top: 0;
    }
    .bm-blog-list .bm-blog-details {
        display: block;
        width: 100%;
        min-height: 340px;
        padding: 30px;
        padding-left: 310px;
    }
    .bm-blog-list .bm-blog-details h5.bm-blog-date {
        margin: 30px 0;
    }
}
ul.bm-blog-pagination {
    width: 100%;
    text-align: center;
    padding: 30px 0;
    display: inline-block;
}
ul.bm-blog-pagination li {
    display: inline;
    margin: 0 2px;
}
ul.bm-blog-pagination li a {
    color: #111111;
    padding: 8px 13px;
    text-decoration: none;
    border-radius: 30px;
}
ul.bm-blog-pagination li a.active {
    background: #dfdfdf;
}
ul.bm-blog-pagination li a:hover:not(.active) {
    background-color: #ddd;
}

/*Blog Post*/

.bm-post .bm-content-header {
    padding: 0;
    padding-top: 150px !important;
}
.bm-post .bm-content-header figure, .bm-post .bm-content-header figure img {
    width: 100%;
}
.post-details {
    width: 100%;
    position: relative;
    margin: 30px 0 0;
}
.post-details span {
    width: 100%;
    display: block;
    font-size: 14px;
    padding-top: 5px;
}
.bm-post-block {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 1.8;
    padding: 20px 0 50px;
}
.bm-post-block h3 {
    font-family: 'Source Sans Pro', sans-serif;
    color: #111111;
    text-transform: uppercase;
    line-height: normal;
}
.bm-post-block h5.bm-blog-date {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #888888;
    margin: 10px 0 30px;
}
.bm-post-block p {
    text-align: justify;
}
.bm-post-block ul {
    list-style: disc;
    padding-left: 30px;
    padding-bottom: 30px;
}
.bm-post-block figure img {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-bottom: 30px;
}
.bm-post-block p img {
    max-width: 100%;
    width: auto;
    display: inline-block;
}
.bm-post-block a.backtoblog {
    font-family: 'Open Sans', sans-serif;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff;
    display: inline-block;
    margin: 20px 0 0;
    padding: 12px 20px;
    background-color: #111111;
}
.bm-post-block a.backtoblog:hover {
    padding: 13px 20px 11px;
}
@media only screen and (min-width: 769px) {
    .bm-post .bm-content-header {
        padding: 50px 2% 0;
    }
    .bm-post-block {
        padding: 50px 2% 30px;
    }
    .bm-post-block h5.bm-blog-date {
        margin: 20px 0 50px;
    }
}

/*Search Results*/
#search-results h3 {
    font-weight: 500;
    padding: 20px 0;
}
#search-results h3 strong {
    font-weight: 800;
    color: #ccad13;
}
#search-results .search-input {
    width: 100%;
    padding: 0;
    position: relative;
}
#search-results .search-input input {
    border-radius: 34px;
    border: none;
    /*  background: #ffffff;*/
    background: #efefef;
    height: 40px;
    width: 100%;
    padding: 0 40px 0 5%;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    /*  border:2px solid #111111;*/
    font-family: 'Source Sans Pro', sans-serif;
}
#search-results .search-input input:focus {
    outline: none;
}
#search-results .search-input .btn-navi-search {
    content: '';
    display: block;
    height: 16px;
    width: 16px;
    position: absolute;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 1.5em;
    background: url("../images/cd-magnifier-black.svg") no-repeat center center;
    background-size: contain;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    cursor: pointer;
    border: 0;
}
.search-results {
    padding: 20px 0;
}
.search-results .search-results-item {
    padding: 30px 0;
    border-bottom: 1px solid #f3f3f3
}
.search-results .search-results-item .title a {
    font-size: 24px;
    font-weight: 700;

    display: block;
    margin-bottom: 10px;
}
.search-results .search-results-item .title a:hover {
    color: #ccad13;
}

.search-results-nav {
    display: block;
    width: 100%;
    padding: 10px 0;
}
.search-results-nav .description {
    width: 100%;
    padding: 10px 0 20px;
}
.search-results-nav .pagination {
    width: 100%;
}
.search-results-nav .pagination ul {
    width: 100%;
    text-align: center;
    padding: 10px 0;
    display: inline-block;
}
.search-results-nav .pagination ul li {
    display: inline;
    margin: 0 2px;
}
.search-results-nav .pagination ul li a {
    color: #111111;
    padding: 8px 13px;
    text-decoration: none;
    border-radius: 30px;
}
.search-results-nav .pagination ul li a.active {
    background: #dfdfdf;
}
.search-results-nav .pagination ul li a:hover:not(.active) {
    background-color: #ddd;
}

@media only screen and (min-width: 768px) {
    .search-results-nav {
        padding-top: 30px;
    }
    .search-results-nav .description {
        width: 40%;
        float: left;

        padding: 10px 0;
    }
    .search-results-nav .pagination {
        width: 60%;
        float: left;
    }
    .search-results-nav .pagination ul {
        text-align: right;
    }
}

.services-img.md { padding-left: 1em; display: none}
.services-img.sm { display: block}
.input-container-4 { width: 33%; display: inline-block; margin-bottom: 60px;}

@media only screen and (min-width: 768px) {
    .services-img.md { display: block}
    .services-img.sm { display: none}
}