<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
 * Start Bootstrap - Business Casual Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    background: url('../img/lbg.jpg');
    /*     
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover; */
}

/*body.home-page {
        background-color: #ffffff;
        background: url('../img/Industry.png') no-repeat center center;
        background-size: 355px 467px;
        background-position: 76% 135%;
    }

    body.product-page, body.contact-page, body.blog-page {
        background-color: #ffffff;
        background: url('../img/Industry.png') no-repeat center center;
        background-size: 355px 467px;
        background-position: 76% 135%;
    }

    body.about-page {
        background-color: #ffffff;
        background: url('../img/Industry.png') no-repeat center center;
        background-size: 355px 467px;
        background-position: 76% 135%;
    }

    body.gallery-page {
        background-color: #ffffff;
        background: url('../img/Industry.png') no-repeat center center;
        background-size: 355px 467px;
        background-position: 76% 135%;
    }*/

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: "Josefin Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

p {
    font-size: 13px;
    line-height: 1.6;
    color: #000;
}

hr {
    max-width: 400px;
    border-color: #999999;
}

.brand,
.address-bar {
    display: none;
}

.sidebar-nav {
    padding: 9px 0;
}

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu &gt; li &gt; a {
    display: block;
    padding: 15px 20px;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}

.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 12px;
    text-align: left;
    list-style: none;
    background-color: #3B698C;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

    .dropdown-menu &gt; li &gt; a {
        color: white;
    }

.slider-content {
    position: absolute;
    width: 300px;
    height: 400px;
    bottom: 0px;
    /* padding-top: 10px; */
    /* padding-bottom: 10px; */
    /* background-color: rgba(255, 255, 255, 0.65); */
    right: -16px;
    top: 0px;
}

    .slider-content a.sbox {
        color: white;
        height: 133px;
        border: 1px solid white;
        overflow: hidden;
        background-color: rgba(255, 255, 255, 0.39);
        background-repeat: no-repeat;
        display: block;
        transition: all 0.3s ease;
        position: relative;
        right: 100px;
        opacity: 0;
    }

        .slider-content a.sbox.animate {
            opacity: 1;
            right: 0px;
        }

        .slider-content a.sbox#a.animate {
            transition-delay: 200ms;
        }

        .slider-content a.sbox#b.animate {
            transition-delay: 400ms;
        }

        .slider-content a.sbox#c.animate {
            transition-delay: 600ms;
        }


a.sbox:hover div.sbox-text {
    padding: 3px;
}

a.sbox:hover {
    background-color: rgba(255, 255, 255, 0.7);
}

div.sbox-text {
    position: absolute;
    text-align: center;
    width: 47%;
    padding: 1px;
    background-color: rgb(241, 26, 34);
    /* opacity: 0; */
    transition: all 0.3s ease;
    /* top: 12px; */
    right: 16px;
    border-radius: 0px 0px 0px 5px;
    font-size: 11px;
    display: none;
}

a.sbox#c {
    background-image: url("../img/Industry-gray.png");
    background-size: 145px 183px;
    border-bottom: 0px;
}

    a.sbox#c:hover {
        background-image: url("../img/Industry.png");
    }

a.sbox#b {
    background-image: url("../img/Building-gray.png");
    background-size: 193px 193px;
}

    a.sbox#b:hover {
        background-image: url("../img/Building.png");
    }

a.sbox#a {
    background-image: url("../img/Samples-gray.png");
    background-size: 203px 183px;
    border-top: 0px;
}

    a.sbox#a:hover {
        background-image: url("../img/Samples.png");
    }

.container {
    max-width: 1000px;
}

.logo-main {
    transition: all 1.5s ease;
}

    .logo-main.animate {
        -webkit-transform: rotateY( 360deg );
        -moz-transform: rotateY( 360deg );
        -o-transform: rotateY( 360deg );
        transform: rotateY( 360deg );
    }

.top-bar {
    position: relative;
}

    .top-bar::before {
        content: " ";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        height: 80px;
        width: 100%;
        max-width: 1600px;
        background: #fff;
        background: -moz-linear-gradient(to bottom,#eee 0,rgba(240, 240, 240, 0.1) 70%,#fff 100%);
        background: -webkit-linear-gradient(to bottom,#eee 0,rgba(240, 240, 240, 0.1) 70%,#fff 100%);
        background: -o-linear-gradient(to bottom,#eee 0,rgba(240, 240, 240, 0.1) 70%,#fff 100%);
        background: -ms-linear-gradient(to bottom,#eee 0,rgba(240, 240, 240, 0.1) 70%,#fff 100%);
        background: linear-gradient(to bottom,#eee 0,rgba(240, 240, 240, 0.1) 70%,#fff 100%);
    }

    .top-bar a {
        font-size: 21px;
        font-weight: 900;
        display: inline-block;
        padding: 15px 0px;
    }

        .top-bar a span {
            display: inline-block;
            top: -100px;
            opacity: 0;
            position: relative;
            font-size: 21px;
        }

    .top-bar.animate a span {
        opacity: 1;
        top: 7px;
        -webkit-transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
        -moz-transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
        -ms-transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
        -o-transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
        transition: all 1000ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    }

        .top-bar.animate a span:nth-of-type(1) {
            transition-delay: 200ms;
        }

        .top-bar.animate a span:nth-of-type(2) {
            transition-delay: 400ms;
        }

        .top-bar.animate a span:nth-of-type(3) {
            transition-delay: 600ms;
        }

        .top-bar.animate a span:nth-of-type(4) {
            transition-delay: 800ms;
        }

        .top-bar.animate a span:nth-of-type(5) {
            transition-delay: 900ms;
        }

        .top-bar.animate a span:nth-of-type(6) {
            transition-delay: 1100ms;
        }

        .top-bar.animate a span:nth-of-type(7) {
            transition-delay: 1300ms;
        }

        .top-bar.animate a span:nth-of-type(8) {
            transition-delay: 1500ms;
        }

        .top-bar.animate a span:nth-of-type(9) {
            transition-delay: 1700ms;
        }

        .top-bar.animate a span:nth-of-type(10) {
            transition-delay: 1900ms;
        }

        .top-bar.animate a span:nth-of-type(11) {
            transition-delay: 2100ms;
        }

        .top-bar.animate a span:nth-of-type(12) {
            transition-delay: 2300ms;
        }

        .top-bar.animate a span:nth-of-type(13) {
            transition-delay: 2500ms;
        }

        .top-bar.animate a span:nth-of-type(14) {
            transition-delay: 2700ms;
        }

        .top-bar.animate a span:nth-of-type(15) {
            transition-delay: 2900ms;
        }

        .top-bar.animate a span:nth-of-type(16) {
            transition-delay: 3100ms;
        }

        .top-bar.animate a span:nth-of-type(17) {
            transition-delay: 00ms;
        }

.product-list li {
    font-size: 12px;
}

.upper .container {
    max-width: 1000px;
}

.header-container .container {
    background-color: rgba(0, 0, 0, 0.47);
}

.navbar-brand {
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 2px;
}

.navbar-nav {
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
}

.nav &gt; li {
    border-right: 1px solid rgba(255, 255, 255, 0.26);
}

    .nav &gt; li:nth-of-type(1) {
        background: url("../img/home_icon.png") no-repeat center left;
        background-size: 20px 20px;
        background-position: 11% center;
    }

    .nav &gt; li:nth-of-type(2) {
        background: url("../img/aboutus.png") no-repeat center left;
        background-size: 20px 20px;
        background-position: 11% center;
    }

    .nav &gt; li:nth-of-type(3) {
        background: url("../img/sell.png") no-repeat center left;
        background-size: 20px 20px;
        background-position: 11% center;
    }

    .nav &gt; li:nth-of-type(4) {
        background: url("../img/gallery.png") no-repeat center left;
        background-size: 20px 20px;
        background-position: 11% center;
    }

    .nav &gt; li:nth-of-type(5) {
        background: url("../img/contact.png") no-repeat center left;
        background-size: 20px 20px;
        background-position: 11% center;
    }

    .nav &gt; li:first-child {
        border-left: 1px solid rgba(255, 255, 255, 0.26);
    }

.img-full {
    min-width: 100%;
}

.brand-before,
.brand-name {
    text-transform: capitalize;
}

.brand-before {
    margin: 15px 0;
}

.brand-name {
    margin: 0;
    font-size: 4em;
}

#mail-frame {
    opacity: 1;
    z-index: 999;
    position: absolute;
    top: 70px;
    right: 0px;
    display: none;
    transition: all 0.4s ease;
}

    #mail-frame iframe {
        width: 424px;
        height: 242px;
        border: none;
    }

    #mail-frame .close-frame {
        position: absolute;
        top: 0px;
        right: 12px;
        font-size: 22px;
        z-index: 99999;
        padding: 10px;
        cursor: pointer;
    }

.mail-box {
    position: absolute;
    top: 0px;
    right: 100px;
}

.search-link {
    position: absolute;
    top: 0px;
    right: 45px;
}

.section-right {
    min-height: 500px;
    padding-bottom: 50px;
    padding-top: 30px;
}

.justify-text {
    text-align: justify;
}

#map-canvas {
    width: 100%;
    height: 450px;
    border: 3px solid white;
    border-radius: 8px;
    background-color: #b6b6b6;
    text-align: center;
}

    #map-canvas p {
        line-height: 5em;
        color: white;
    }

#tup-mail, #search-link {
    font-size: 13px;
    font-weight: 200;
    display: inline-block;
    padding: 7px 13px 5px;
    color: #FFFFFF;
    text-decoration: none;
    border-radius: 0px 0px 7px 8px;
    background-color: rgb(95, 130, 156);
    box-shadow: 1px 1px 8px 1px rgba(14, 14, 14, 0.12);
    transition: all 0.2s ease;
    border: 0px solid white;
    border-width: 0px 1px 1px;
    cursor: pointer;
}

    #tup-mail:hover, #search-link:hover {
        padding: 9px 13px 5px;
        box-shadow: 1px 1px 1px 1px rgba(14, 14, 14, 0.1);
    }

.show-div {
    display: block;
}

.hide-div {
    display: none;
}

.tagline-divider {
    margin: 15px auto 3px;
    max-width: 250px;
    border-color: #999999;
}

.box {
    margin-bottom: 2px;
    padding: 30px 15px;
    background: #fff;
    background: rgba(255, 255, 255, 0.96);
}

.intro-text {
    text-transform: uppercase;
    font-size: 1.25em;
    font-weight: 400;
    letter-spacing: 1px;
}

.img-border {
    float: none;
    margin: 0 auto 0;
    border: #999999 solid 1px;
}

.img-left {
    float: none;
    margin: 0 auto 0;
}

.social-icons li {
    list-style: none;
    margin-right: 3px;
    margin-bottom: 5px;
    text-indent: -9999px;
    display: inline-block;
}

    .social-icons li:hover a {
        background-position: 0 -38px;
    }

.social_facebook {
    background: url(../img/facebook.png) no-repeat;
}

.social_twitter {
    background: url(../img/twitter.png) no-repeat;
}

.social-icons li a, a.social-icon {
    width: 28px;
    height: 28px;
    display: block;
    background-position: 0 0;
    background-repeat: no-repeat;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.modal-content {
    background-color: rgb(247, 247, 247);
    border-radius: 3px;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
    color: #336A96;
    text-shadow: -1px 1px 0px white;
}

.modal-header p {
    margin-bottom: 0px;
    font-size: 11px;
    color: #336A96;
    text-shadow: -1px 1px 0px white;
}

.modal-content label {
    font-weight: 500;
    font-size: 13px;
}

.modal-content .form-control {
    height: 25px;
    padding: 2px 12px;
    font-size: 13px;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.headline {
    display: block;
    margin: 10px 0 25px 0;
    border-bottom: 1px dotted #dcdcdc;
}

    .headline h2, .headline h3, .headline h4 {
        margin: 0 0 -2px 0;
        padding-bottom: 5px;
        display: inline-block;
    }

    .headline h2 {
        font-size: 22px;
    }

    .headline span {
        font-size: 15px;
        color: #656565;
        margin-right: 6px;
    }

.footer a, .copyright a, .footer a:hover, .copyright a:hover {
    color: #DADADA;
}

.footer ul {
    padding-left: 0px;
}

.footer-row {
    background: -moz-linear-gradient(to bottom,#eee 0,rgba(243, 243, 243, 0) 70%,#fff 100%);
    background: -webkit-linear-gradient(to bottom,#eee 0,rgba(243, 243, 243, 0) 70%,#fff 100%);
    background: -o-linear-gradient(to bottom,#eee 0,rgba(243, 243, 243, 0) 70%,#fff 100%);
    background: -ms-linear-gradient(to bottom,#eee 0,rgba(243, 243, 243, 0) 70%,#fff 100%);
    background: linear-gradient(to bottom,#eee 0,rgba(243, 243, 243, 0) 70%,#fff 100%);
}


.copyright {
    background: rgb(55, 100, 134);
    border-top: solid 1px #376486;
    padding: 0px 5px;
}

    .copyright p {
        font-size: 12px;
        color: #ffffff;
        margin: 7px 0px;
    }

    .copyright img {
        margin-top: 3px;
    }

.footer {
    color: #dadada;
    padding: 20px 0 30px;
}

.coin-slider {
    overflow: hidden;
    zoom: 1;
    position: relative;
    background-color: #F11A22;
    border-radius: 0px;
}

#coin-slider {
    display: none;
}

.footer h2, .footer h3, .footer h4 {
    color: #505050;
    background: none;
    text-shadow: none;
    font-weight: 300;
    font-size: 17px;
    font-family: Roboto;
}

.avatar {
    width: 90px;
    border-radius: 2%;
}

.footer a, .copyright a, .footer a:hover, .copyright a:hover {
    color: #676767;
}

.footer p, .footer a {
    font-size: 12px;
}

.footer .container {
    border-top: 1px solid #dadada;
    padding-top: 20px;
}

.about-page .footer, .gallery-page .footer, .product-page .footer, .contact-page .footer {
    padding-top: 20px;
    border-top: 1px solid #d6d6d6;
}

.home-page .footer {
    border-top: 1px solid #d6d6d6;
}

.button-box-container small {
    display: block;
    margin-top: 20px;
    opacity: 0.9;
}

.btn.btn-primary {
    background-color: transparent;
    border: 1px solid #f0f0f0;
    border-color: #f0f0f0;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    padding: 10px 40px;
}

    .btn.btn-primary:hover {
        opacity: .7;
    }

address {
    font-size: 12px;
    color: #676767;
}

/*============form products==========*/

.headlinesmallwhite {
    COLOR: #FFFFFF;
    TEXT-DECORATION: none;
    FONT-FAMILY: Arial;
    font-size: 15.5px;
    font-weight: bold;
    line-height: 18px;
}

.left {
    position: relative;
    height: 180px;
}

    .left .title {
        background-color: #EC282F;
        -moz-border-radius: 6px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        -webkit-border-radius: 6px;
        padding: 5px;
        margin: 0 0 5px 0;
    }

.prod_image {
    position: absolute;
    top: -9px;
    right: 9px;
    padding: 0px;
    border: 1px dashed #EC282F;
}

    .prod_image img {
    }

    .prod_image span {
        position: absolute;
        width: 50px;
        height: 50px;
        margin: 0px auto;
        font-size: 30px;
        color: white;
        top: 40px;
        opacity: 0;
        transition: all 0.3s ease;
        display: block;
        left: 0px;
        right: 0px;
        padding-left: 13px;
    }

    .prod_image:hover span {
        opacity: 0.8;
    }

.about-page .justify-text.avatar-text {
}

.img-right-aligned {
    text-align: center;
    float: right;
    margin-right: 10px;
    margin-left: 20px;
}
/*============form products==========*/
.header-bg {
    background: url('../img/bg.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    height: 400px;
}

.header-container {
    transition: all 0.3s ease;
    background-color: rgba(0, 0, 0, 0);
}

    .header-container .fixed-top {
        background-color: #ffffff;
        transition: all 0.3s ease;
    }

.navbar-default .fixed-top .navbar-nav &gt; li &gt; a {
    color: #373737;
}

.navbar-default {
    background: rgba(255, 255, 255, 0);
    transition: all 0.3s ease;
}

.upper.navbar-default {
    border: none;
    background: #585858;
    margin-bottom: 0px;
}

.navbar-default .navbar-nav &gt; li &gt; a {
    color: #FFFFFF;
    padding: 8px 25px 8px 35px;
    font-size: 12px;
    border-bottom: 2px solid transparent;
    transition: all 0.3s ease;
}

    .navbar-default .navbar-nav &gt; li &gt; a:hover {
        color: white;
        background-color: #F11A22;
        border-bottom: 2px solid #FF2F2F;
        padding: 8px 30px;
    }

.upper.navbar-default .navbar-nav &gt; li &gt; a {
    color: #FFFFFF;
    padding: 1px 15px;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: rgb(251, 251, 251);
    border: 1px solid #ddd;
    border-width: 1px 0px;
    border-radius: 0px !important;
    transition: all 0.3s ease;
}

    .list-group-item span {
        margin-right: 8px;
        font-size: 11px;
    }

    .list-group-item:hover {
        padding-left: 20px;
    }

    .list-group-item:last-child {
        border-bottom-left-radius: 8px !important;
    }

.thumbnail-kenburn img {
    left: 10px;
    margin-left: -10px;
    position: relative;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

.thumbnail-kenburn a {
    color: #393939;
    font-size: 12px;
}

.overflow-hidden {
    overflow: hidden;
    max-height: 120px;
}

.thumbnail-kenburn:hover img {
    -webkit-transform: scale(1.2) rotate(2deg);
    -moz-transform: scale(1.2) rotate(2deg);
    -o-transform: scale(1.2) rotate(2deg);
    -ms-transform: scale(1.2) rotate(2deg);
    transform: scale(1.2) rotate(2deg);
}

.panel {
    box-shadow: none;
    border: none;
}

.panel-default &gt; .panel-heading {
    color: #333;
    background-color: #FFFFFF;
    border-color: rgb(221, 221, 221);
    padding: 4px;
    border: 1px solid #E6E6E6;
}

    .panel-default &gt; .panel-heading a {
        position: relative;
        display: block;
        transition: all 0.3s ease;
    }

        .panel-default &gt; .panel-heading a:hover {
            opacity: 0.8;
        }

        .panel-default &gt; .panel-heading a &gt; span {
            position: absolute;
            width: 50px;
            height: 50px;
            margin: 0px auto;
            font-size: 30px;
            color: white;
            top: 55px;
            opacity: 0;
            transition: all 0.3s ease;
            display: block;
            left: 0px;
            right: 0px;
        }

        .panel-default &gt; .panel-heading a:hover span {
            opacity: 0.8;
        }

.gallery-page .panel-body {
    display: none;
}

.panel-body {
    padding: 0px 0px 0px 15px;
    text-align: left;
}

    .panel-body h4 {
        font-size: 11px;
        font-weight: normal;
    }

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #376486;
    border-color: #ffffff;
}

.media h3 {
    font-size: 22px;
    font-weight: 300;
    font-family: Roboto;
}

.team-list {
    padding-left: 0px;
}

    .team-list li {
        line-height: 45px;
        text-align: center;
        list-style: none;
    }

.services {
    margin: 40px 0;
}

.service {
    width: 100%;
    height: 320px;
    margin: 80px 0;
    text-align: center;
    border: 1px solid #ddd;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .service .icon-holder {
        position: relative;
        top: 100px;
        display: inline-block;
        margin-bottom: 40px;
        padding: 10px;
        background: white;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .service .heading {
        position: relative;
        top: 80px;
        -webkit-transition: all 400ms ease;
        transition: all 400ms ease;
    }

    .service .icon-holder &gt; img.icon {
        width: 40px;
    }

    .service:hover {
        border-color: #00a8ff;
    }

        .service:hover .icon-holder {
            top: -30px;
        }

        .service:hover .heading {
            top: -30px;
        }

    .service .description {
        width: 80%;
        margin: 0 auto;
        opacity: 0;
        -webkit-transition: all 400ms ease;
        transition: all 400ms ease;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }

    .service:hover .description {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

    .timeline:before {
        top: 0;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 3px;
        background-color: #eeeeee;
        left: 50%;
        margin-left: -1.5px;
    }

    .timeline p {
        font-size: 12px;
    }

    .timeline h4 {
        font-size: 15px;
    }

    .timeline &gt; li {
        margin-bottom: 20px;
        position: relative;
    }

        .timeline &gt; li:before,
        .timeline &gt; li:after {
            content: " ";
            display: table;
        }

        .timeline &gt; li:after {
            clear: both;
        }

        .timeline &gt; li:before,
        .timeline &gt; li:after {
            content: " ";
            display: table;
        }

        .timeline &gt; li:after {
            clear: both;
        }

        .timeline &gt; li &gt; .timeline-panel {
            width: 46%;
            float: left;
            border: 1px solid rgba(0, 0, 0, 0.18);
            border-radius: 2px;
            padding: 20px;
            position: relative;
            -webkit-box-shadow: 0 1px 1px rgb(255, 255, 255);
            box-shadow: 0 1px 1px rgb(255, 255, 255);
        }

            .timeline &gt; li &gt; .timeline-panel:before {
                position: absolute;
                top: 26px;
                right: -15px;
                display: inline-block;
                border-top: 15px solid transparent;
                border-left: 15px solid #ccc;
                border-right: 0 solid #ccc;
                border-bottom: 15px solid transparent;
                content: " ";
            }

            .timeline &gt; li &gt; .timeline-panel:after {
                position: absolute;
                top: 27px;
                right: -14px;
                display: inline-block;
                border-top: 14px solid transparent;
                border-left: 14px solid #fff;
                border-right: 0 solid #fff;
                border-bottom: 14px solid transparent;
                content: " ";
            }

        .timeline &gt; li &gt; .timeline-badge {
            color: #FFFFFF;
            width: 50px;
            height: 50px;
            line-height: 50px;
            font-size: 12px;
            text-align: center;
            position: absolute;
            top: 16px;
            left: 50%;
            margin-left: -25px;
            background-color: #e6060e;
            z-index: 100;
            border-top-right-radius: 50%;
            border-top-left-radius: 50%;
            border-bottom-right-radius: 50%;
            border-bottom-left-radius: 50%;
        }

        .timeline &gt; li.timeline-inverted &gt; .timeline-panel {
            float: right;
        }

            .timeline &gt; li.timeline-inverted &gt; .timeline-panel:before {
                border-left-width: 0;
                border-right-width: 15px;
                left: -15px;
                right: auto;
            }

            .timeline &gt; li.timeline-inverted &gt; .timeline-panel:after {
                border-left-width: 0;
                border-right-width: 14px;
                left: -14px;
                right: auto;
            }

.timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline-badge.success {
    background-color: #3f903f !important;
}

.timeline-badge.warning {
    background-color: #f0ad4e !important;
}

.timeline-badge.danger {
    background-color: #d9534f !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
}

.timeline-body &gt; p,
.timeline-body &gt; ul {
    margin-bottom: 0;
}

    .timeline-body &gt; p + p {
        margin-top: 5px;
    }

.searchform {
    display: none;
    position: absolute;
    width: 300px;
    top: 22px;
    right: 0;
    padding: 10px 15px;
    cursor: default;
    background: #000000;
}

    .searchform.open {
        display: block;
    }

.searchlink.open .searchform {
    display: block;
}

#s {
    width: 234px;
    background: #FFFFFF;
    padding: 4px 11px;
    border: 0;
    color: #eee;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 10px;
    font-size: 15px;
    outline: none;
}

.sbtn {
    display: block;
    position: absolute;
    right: 11px;
    top: 15px;
    background: none;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    cursor: pointer;
    outline: none;
}

.clearfix {
    clear: both;
}


.gsst_a .gscb_a {
    display: none;
}

input.gsc-input,
.gsc-input-box,
.gsc-input-box-hover,
.gsc-input-box-focus,
.gsc-search-button {
    box-sizing: content-box;
    line-height: 12px;
    box-shadow: none;
}

.gsib_a {
    width: 100%;
    padding: 2px 6px 0 !important;
}


@keyframes animationFrames {
    0% {
        opacity: 1;
        transform: translate(0px,-250px);
    }

    39% {
        opacity: 1;
        transform: translate(0px,0px);
    }

    40% {
        opacity: 0;
        transform: translate(0px,0px);
    }

    40.5% {
        opacity: 1;
        transform: translate(0px,0px);
    }

    41% {
        opacity: 1;
        transform: translate(0px,0px);
    }

    41.5% {
        opacity: 0;
        transform: translate(0px,0px);
    }

    43% {
        opacity: 1;
        transform: translate(0px,0px);
    }

    100% {
        opacity: 1;
        transform: translate(0px,-250px);
    }
}

@-webkit-keyframes animationFrames {
    0% {
        opacity: 1;
        -webkit-transform: translate(0px,-250px);
    }

    39% {
        opacity: 1;
        -webkit-transform: translate(0px,0px);
    }

    40% {
        opacity: 0;
        -webkit-transform: translate(0px,0px);
    }

    41% {
        opacity: 1;
        -webkit-transform: translate(0px,0px);
    }

    42% {
        opacity: 1;
        -webkit-transform: translate(0px,0px);
    }

    43% {
        opacity: 0;
        -webkit-transform: translate(0px,0px);
    }

    44% {
        opacity: 1;
        -webkit-transform: translate(0px,0px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(0px,-250px);
    }
}

.page-caption {
    background: url("../img/historical.png") no-repeat bottom right;
    background-color: #ededed;
    background-size: 90px 90px;
    height: 130px;
}

    .page-caption#product-caption {
        background: url("../img/caption-product.png") no-repeat bottom right;
        background-color: #ededed;
        background-size: 90px 90px;
        height: 130px;
    }

    .page-caption#gallery-caption {
        background: url("../img/caption-gallery.png") no-repeat bottom right;
        background-color: #ededed;
        background-size: 90px 90px;
        height: 130px;
    }

    .page-caption h1 {
        font-size: 25px;
        color: #3B698C;
        text-shadow: -2px 1px 1px #FFFFFF;
        font-family: sans-serif;
        font-weight: 900;
    }

.img-container {
    overflow: hidden;
    height: 130px;
    margin-right: -15px;
    margin-left: -15px;
}

.flashing-image {
    bottom: 0;
    animation: animationFrames ease-out 10s;
    animation-iteration-count: infinite;
    transform-origin: 50% 50%;
    -webkit-animation: animationFrames ease-out 10s;
    -webkit-animation-iteration-count: infinite;
    -webkit-transform-origin: 50% 50%;
    -moz-animation: animationFrames ease-out 10s;
    -moz-animation-iteration-count: infinite;
    -moz-transform-origin: 50% 50%;
    -o-animation: animationFrames ease-out 10s;
    -o-animation-iteration-count: infinite;
    -o-transform-origin: 50% 50%;
    -ms-animation: animationFrames ease-out 10s;
    -ms-animation-iteration-count: infinite;
    -ms-transform-origin: 50% 50%;
}

@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }

    ul.timeline &gt; li &gt; .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }

    ul.timeline &gt; li &gt; .timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px;
    }

    ul.timeline &gt; li &gt; .timeline-panel {
        float: right;
    }

        ul.timeline &gt; li &gt; .timeline-panel:before {
            border-left-width: 0;
            border-right-width: 15px;
            left: -15px;
            right: auto;
        }

        ul.timeline &gt; li &gt; .timeline-panel:after {
            border-left-width: 0;
            border-right-width: 14px;
            left: -14px;
            right: auto;
        }

    .navbar-default .navbar-nav &gt; li &gt; a {
        color: #424242;
        padding: 8px 25px 8px 75px;
    }

        .navbar-default .navbar-nav &gt; li &gt; a:hover {
            padding: 8px 45px;
        }

    .navbar-default {
        background: white !important;
    }
}

@media screen and (min-width:768px) {

    .brand {
        display: inherit;
        margin: 0;
        padding: 30px 0 10px;
        text-align: center;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
        font-family: "Josefin Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 5em;
        font-weight: 700;
        line-height: normal;
        color: #fff;
    }

    .top-divider {
        margin-top: 0;
    }

    .img-left {
        float: left;
        margin-right: 25px;
    }

    .address-bar {
        display: inherit;
        margin: 0;
        padding: 5px 0 5px;
        text-align: center;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 400;
        letter-spacing: 3px;
        color: #FFFFFF;
        background-color: #F11A22;
    }

    .navbar {
        border-radius: 0;
    }

    .navbar-header {
        display: none;
    }

    .navbar {
        min-height: 0;
    }

    .navbar-default {
        border: none;
        background: #fff;
        background: rgba(255,255,255,0.9);
        background: rgba(255, 255, 255, 0);
        border-width: 0px;
        border-style: solid;
        border-color: rgba(255, 255, 255, 0.09);
        background-color: #3988C8;
        background: -moz-linear-gradient(to bottom,#66A2D2 0,rgb(53, 97, 130) 54%,rgb(40, 77, 105) 58%,rgb(40, 77, 105) 100%);
        background: -webkit-linear-gradient(to bottom,#66A2D2 0,rgb(53, 97, 130) 54%,rgb(40, 77, 105) 58%,rgb(40, 77, 105) 100%);
        background: -o-linear-gradient(to bottom,#66A2D2 0,rgb(53, 97, 130) 54%,rgb(40, 77, 105) 58%,rgb(40, 77, 105) 100%);
        background: -ms-linear-gradient(to bottom,#66A2D2 0,rgb(53, 97, 130) 54%,rgb(40, 77, 105) 58%,rgb(40, 77, 105) 100%);
        background: linear-gradient(to bottom,#66A2D2 0,rgb(53, 97, 130) 54%,rgb(40, 77, 105) 58%,rgb(40, 77, 105) 100%);
    }

        .navbar-default.lower-bar {
            margin-bottom: 0px;
        }

    .about-page .navbar-default, .gallery-page .navbar-default {
        border-width: 0px;
    }

    .nav &gt; li &gt; a {
        padding: 35px;
    }

    .navbar-nav &gt; li &gt; a {
        line-height: normal;
    }

    .navbar-nav {
        display: table;
        float: none;
        margin: 0 auto;
        table-layout: fixed;
        font-size: 1.25em;
    }
}

@media screen and (min-width:1200px) {
    .box:after {
        content: '';
        display: table;
        clear: both;
    }
}
</pre></body></html>