.flooring-sample{
    font-family: 'Lato', sans-serif;
    color: #050404;
    font-size: 20px;
    line-height: 1.5em;
}

h2{
    color: #2a3e5c;
    font-size: 1.2em;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.3em;
}

.extra-margin{
    margin-top: 5em;
    margin-bottom: 0;
}

.text-tile{
    display: flex;
    justify-content: center;
    flex-direction: column;
    background-color: #f3f3f3;
}

.text-tile.left{
    align-items: flex-start;
    padding-left: 8rem;
}

.text-tile.right{
    align-items: flex-end;
    padding-right: 8rem;
    text-align: right;
}




.text-tile p, .text-tile h2{
    width: 40%;
}

.text-tile h2.align-left{
    text-align: left;
    margin-left: 8rem;
}



.text-tile h2{
    margin-top: 0;
}

.text-tile p{
    margin-bottom: 0;
}

@media (max-width: 1200px) {
    .text-tile p{
        width: 85%;
    }
    .text-tile h2{
        width: 85%;
    }
    .row.list{
        padding: 5.0%;
    }
}

@media (max-width: 992px) {
    a.orange-cta{
        font-size: 16px;
    }
    p{
        font-size: 0.8em;
        line-height: 1.5em;
    }
}


@media (max-width: 768px) {
    .text-tile p{
        width: 100%;
    }
    .text-tile h2{
        width: 100%;
    }
    .row.list{
        padding: 8% 15px;
    }
    .text-tile{
        padding: 5rem 15px;
        padding-left: 15px !important;
    }
}




.main-wrapper{
    max-width: 1440px;
}

.header{
    background-image: url('../img/header-background@2x.png');
    background-size: auto 100%;
    background-position: center;
    width: 1440px;
    height: 397px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;

    font-weight: 900;
    color: #fff;
    font-size: 3.5rem;
    text-align: center;
}

@media (max-width: 576px) {
    .header{
        height: 200px;    
        font-size: 2.5rem;
    }
}

.promotional{
    text-align: center;
    background-color: #ffffff;
    padding: 3.2rem 15px 2rem 15px;
}

.promotional .message{
    max-width: 852px;
    margin: 3.5rem auto 1rem auto;
}

.cta{
    font-size: 1.3em;
    margin-top: 2em;
}


ul.menu{
    padding:0;
}

ul.menu li{
    display: inline;
}
ul.menu li a{
    color: #f49531;
}

ul.menu li::after{
    display: inline;
    content: "|";
    margin: 0 1rem;
    color: #000000;
}

ul.menu li:last-child::after{
    content: none;
}

@media (max-width: 576px) {
    ul.menu{
        width: 290px;
        margin: 0 auto;
    }

    ul.menu li:nth-child(2)::after{
        content: none;
    }    
}








@media (max-width: 1200px) {
    .list .fake-item{
    }
}


.list .fake-item{
    height: 120px;
    margin-bottom: 0;
}
.list .item{
    height: 120px;
}

@media (min-width: 1200px) {
    .list .item{
        height: 120px;
    }
}





.contact-us{
    background-image: url(../img/map@2x.png);
    background-size: contain;
    background-position: center;
    text-align: center;
    color: #fff;
    padding: 3rem 0rem;
}

.contact-us h3{
    font-weight: 900;
}

.contact-us .orange-cta{
    margin: 0;
}

.contact-us p{
    font-size: 1.5rem;
}


/*general*/

.no-padding{
    padding: 0 !important;
}

.no-padding-x{
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.no-margin{
    margin: 0 !important;
}

.flex{
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.how-it-works-h{
    margin-bottom: 1.5rem;
}

.left-block{
    padding-right: 4rem;
    padding-left: 0;
}

.right-block{
    padding-right: 0;
    padding-left: 4rem;
}

.img-responsive{
    width: 100%;
}

@media (max-width: 768px) {
    .left-block{
        padding-right: 0;
        padding-left: 0;
    }
    
    .right-block{
        padding-right: 0rem;
        padding-left: 0;
    }
}