@import url(https://fonts.googleapis.com/css?family=Hammersmith+One);

.tp-caption h1 {
    font-family: 'Hammersmith One', sans-serif;
    z-index: 19;
    font-size: 48px;
    font-weight: bold;
    color: #272727;
    letter-spacing: 10px;
}

.alt-font {
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 1px;
}

.area-title {
    font-size: 26px;
}

#features ol {
    padding-left: 15px;
}

#features li {
    list-style-type: square;
    padding-bottom: 15px;
}

header nav .navbar-nav>li>a {
    font-size: 14px;
}

.text-small {
    font-size: 16px;
}

.tp-bgimg {
    background-position: center center !important;
}

.tp-caption p {
    z-index: 20;
    min-width: 480px;
    max-width: 480px;
    white-space: normal;
    font-size: 18px;
    line-height: 35px;
    font-weight: 400;
    color: #272727;
    letter-spacing: 0px;
}

.nav-header-container {
    padding: 0 5%;
}

.process-wrapp li {
    cursor: auto;
}

.portfolio .item-img {
    height: 240px;
}

.portfolio .item-img-overlay {
    padding: 15px;
}

.overlay-info h6 {
    font-size: 16px;
    line-height: auto;
}

.overlay-info p {
    font-size: 12px;
    line-height: auto;
}

.portfolio .filtering span {
    text-transform: uppercase;
    font-family: 'Hammersmith One', sans-serif;
}

.testimonial-two-bg {
    background-position: center bottom !important;
}

#particles-js {
    /*background: url(../images/bg01.jpg?1071010);*/
	background: url(https://mediaserver.brother.com.sg/media/ptouchcube/sg/images/bg01.jpg?1071010);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center bottom;
}

.video-parallax {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center bottom !important;
}

header .showMenuButton-two {
    display: none;
}

.client {
    max-width: 100%;
    width: auto;
}

.client img {
    width: 100%;
}

.client p {
    padding: 0 15px;
}

.table {
    background: #fff;
}

.home-section {
    position: relative;
}

.home-section .home-qrcode {
    position: absolute;
    right: 4%;
    bottom: 4%;
    width: 100px;
}

.blog-item .padding-20px-lr {
    min-height: 160px;
}

.btn.btn-fb {
    background: #3b5998 !important;
    border-color: #3b5998 !important;
}

.btn.btn-fb:hover,
.btn.btn-fb:focus {
    background: transparent !important;
    border-color: #3b5998 !important;
    color: #3b5998 !important;
}

@media (max-width: 1112px) {

    .blog-item .padding-20px-lr {
        min-height: 180px;
    }
}

@media (max-width: 991px) {

    header .showMenuButton-two {
        display: block;
    }

    .portfolio .item-img {
        height: auto;
    }

    .home-section .home-qrcode {
        width: 60px;
    }

    #features ol {
        padding-left: 0;
    }

    #features li {
        list-style-type: none;
    }

    .blog-item .padding-20px-lr {
        min-height: 200px;
    }
}

@media (max-width: 768px) {}

@media (max-width: 500px) {

    .blog-item .padding-20px-lr {
        min-height: auto;
    }

    .alt-font {
        font-size: 18px;
    }

    .owl-carousel .owl-item img {
        width: 60%;
        margin: 0 auto;
    }

    .tp-caption p {
        display: none;
    }
}