<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    padding: 100px 0px 0px 0px;
    margin: 0;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #e23e05;
}
.navbar-inverse .navbar-toggle {
    border-color: transparent;
    background-color: #000000;
    margin-top: 28px;
}
.navbar-brand {
    float: left;
    padding: 0px;
    height: 90px;
}
.navbar-inverse {
    border-width:0px;
    background-color: #000000;
}
.navbar-collapse {
    border-width:0px;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #000000;
    border-width:0px;
}
.navbar-collapse {
    border-width:0px;
    box-shadow: inset 0 0px 0 rgba(255,255,255,0);
}
.navbar-header {
    border-width:0px;
}
.navbar-fixed-top {
    border-bottom-width:5px;
    border-bottom-color: #ffffff;
}
.navbar-inverse .navbar-nav&gt;.active&gt;a, .navbar-inverse .navbar-nav&gt;.active&gt;a:hover, .navbar-inverse .navbar-nav&gt;.active&gt;a:focus {
    text-align: center;
}
.navbar-inverse .navbar-nav&gt;li&gt;a {
    text-align: center;
    margin-right:2px;
}
.navbar-inverse .navbar-nav&gt;li&gt;a:hover {
    text-align: center;
    background-color:#333;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
    border-radius:4px;
    color:#e23e05;
    margin-right:2px;
}
.navbar-inverse .navbar-nav&gt;.active&gt;a, .navbar-inverse .navbar-nav&gt;.active&gt;a:hover, .navbar-inverse .navbar-nav&gt;.active&gt;a:focus {
    background-color:#222;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
    border-radius:4px;
    color:#e23e05;
    margin-right:2px;
}
.navbar-nav {
    margin: 20px 20px 0px 0px;
}
.carousel-control {
    width:5%;
}
.carousel-control.right, .carousel-control.left {
    opacity: .75;
    background-image: -webkit-linear-gradient(left,color-stop(rgba(0,0,0,0) 0),color-stop(rgba(0,0,0,0) 100%));
    background-image: linear-gradient(to right,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=1);
}
.carousel-caption {
    padding:0 5% 30px 5%;
    width:auto;
    margin-bottom:60px;
}
.carousel-caption-top {
    position: absolute;
    left: 15%;
    right: 15%;
    top: 100px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}


.carousel-overlay {
    background-image:url('../images/overlay.png');
    background-repeat:repeat;
    border-radius:4px;
}

.slides-text {
    padding:140px 15px 15px 10px;
    color:#ffffff;
}
.hp-intro-restart:before { 
    content: 'hiddentext';
    font-size:0;
    display:block;
    line-height:0;
}
.heading1 {
    font-family:serif,Georgia;
    font-size:56px;
    margin:20px 10px 0px 10px;
    text-shadow: -1px 1px 2px rgba(0, 0, 0, 1);
}
.heading2 {
    font-family:serif,Georgia;
    font-size:32px;
    margin:0px 10px 20px 10px;
    text-shadow: -1px 1px 2px rgba(0, 0, 0, 1);
}
.heading3 {
    font-family:serif,Georgia;
    font-size:36px;
    margin: 30px auto;
}
.heading4 {
    font-family:serif,Georgia;
    font-size:26px;
    margin: 30px auto;
    text-align:center;
}
span.bullet:before {
    content: ' â€¢ ';
}
.lead {
    font-weight: 200;
    line-height: 1.4;
    text-shadow: -1px 1px 2px rgba(0, 0, 0, 1);
    margin-bottom:0px;
}
#slider3 .lead {
    margin: 20px 0px;
}
#slider4 {
    padding-top:90px;
}
.hp-social-media {
    font-size:160%;
    display:block;
    margin-top:20px;
}
.hp-social-media &gt; a {
     color:inherit;   
}
.hp-social-media &gt; a:hover {
     color:#e23e05;   
}

.link, .link-gray {
    display:inline-block;
    background-color:transparent;
    font-size:inherit;
    border-radius:4px;
    color:#ffffff;
    font-weight:500;
    padding:0px 4px;
}
.link:hover, .link-gray:hover {
    text-decoration:none;
    color:#ffffff;
    background-color:#e23e05;
}
.link-gray {

}
.link-gray:hover {
    background-image:url('../images/overlay.png');
    background-repeat:repeat;
    border-radius:4px;
}
.bottom-background {
    position:absolute;
    z-index:2;
    bottom:0%;
    background-image:url('../images/bg_s_01.jpg');
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
    height:430px;
    width:100%;
    border-top-width:5px;
    border-top-color: #000000;
    border-top-style:solid;
}
.bottom-background-free {
    background-image:url('../images/bg_s_01.jpg');
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
    height:380px;
    width:100%;
    border-top-width:5px;
    border-top-color: #000000;
    border-top-style:solid;
    margin-top:20px;
}

.orange-gradient {
background: rgba(242,104,58,1);
background: -moz-linear-gradient(45deg, rgba(242,104,58,1) 0%, rgba(234,82,32,1) 25%, rgba(226,60,5,1) 50%, rgba(220,72,23,1) 75%, rgba(214,84,40,1) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(242,104,58,1)), color-stop(25%, rgba(234,82,32,1)), color-stop(50%, rgba(226,60,5,1)), color-stop(75%, rgba(220,72,23,1)), color-stop(100%, rgba(214,84,40,1)));
background: -webkit-linear-gradient(45deg, rgba(242,104,58,1) 0%, rgba(234,82,32,1) 25%, rgba(226,60,5,1) 50%, rgba(220,72,23,1) 75%, rgba(214,84,40,1) 100%);
background: -o-linear-gradient(45deg, rgba(242,104,58,1) 0%, rgba(234,82,32,1) 25%, rgba(226,60,5,1) 50%, rgba(220,72,23,1) 75%, rgba(214,84,40,1) 100%);
background: -ms-linear-gradient(45deg, rgba(242,104,58,1) 0%, rgba(234,82,32,1) 25%, rgba(226,60,5,1) 50%, rgba(220,72,23,1) 75%, rgba(214,84,40,1) 100%);
background: linear-gradient(45deg, rgba(242,104,58,1) 0%, rgba(234,82,32,1) 25%, rgba(226,60,5,1) 50%, rgba(220,72,23,1) 75%, rgba(214,84,40,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2683a', endColorstr='#d65428', GradientType=1 );   
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 0px;
    height: 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
            box-sizing: border-box;
    border:0px solid transparent;
    border-bottom-width:1-px solid #e23e05;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}

.img-responsive {
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
         -o-border-radius: 5px;
            border-radius: 5px;
    width:100%;
}

/* Large desktop */
@media (min-width: 1025px) {

}

/* Portrait tablet to landscape and desktop */
@media (min-width: 769px) and (max-width: 1024px) {

    .carousel-caption {
        padding:5px 10px;
        width:auto;
        left: 8%;
        right:8%;
        margin-bottom:40px;
    }
    .lead {
        margin:20px 40px;
        font-weight: 500;
    }
    .heading1 {
        margin:10px 10px 0px 10px;
    }
    .heading3 {
        font-size:28px;
        margin: 20px auto;
    }

    .hp-intro-restart:before { 
        content: '';
        font-size: 16px;
        font-weight: 200;
        line-height: 1.4;
        display:none;
    }
    .carousel-caption-top {
        left: 10%;
        right: 10%;
        top:80px;
    }
}

/* Landscape phone to portrait tablet */
@media (min-width: 481px) and (max-width: 768px) {
    .carousel-caption {
        padding:5px 10px;
        width:auto;
        left: 40px;
        right:40px;
        margin-bottom:50px;
    }
    .heading2 {
        font-family:serif,Georgia;
        font-size:32px;
        font-weight: 500;
        margin:0px 5px 20px 5px;
    }
    .heading3 {
        font-size:26px;
        margin: 20px auto;
    }
    .lead {
        margin:20px 60px;
        font-weight: 500;
    }
    .hp-social-media {
        margin-top:0px;
        margin-bottom:10px;
    }
    .hp-intro-restart:before { 
        content: '';
        font-size: 16px;
        font-weight: 200;
        line-height: 1.4;
        display:none;
    }
    .carousel-caption-top {
        left: 12%;
        right: 12%;
    }
}

/* Landscape phones and down */
@media (max-width: 480px) {
    body {
        padding-top:80px;
    }
    .navbar-nav {
        margin: 20px 20px 20px 20px;
    }
    .navbar-brand {
        float: left;
        padding: 0px;
        height: 70px;
        width:260px;
    }
    .navbar-inverse .navbar-toggle {
        margin-top: 18px;
    }
    .carousel-caption {
        padding:5px 10px;
        width:auto;
        left: 10px;
        right:10px;
        margin-bottom:30px;
    }
    .hp-intro-restart:before { 
        content: '';
        font-size: 16px;
        font-weight: 200;
        line-height: 1.4;
        display:inline;
    }
    .heading1 {
        font-size:28px;
        font-weight: 500;
        margin:10px 10px 0px 10px;
    }
    .heading2 {
        font-size:13px;
        font-weight: 500;
        margin:0px 5px 10px 5px;
    }
    .heading2b {
        font-size:16px;
        font-weight: 500;
        margin:10px 5px 10px 5px;
    }
    .heading3 {
        font-size:26px;
        margin: 10px auto;
    }
    span.bullet:before {
        content: ' ';
    }
    .lead {
        font-size: 16px;
        font-weight: 500;
        line-height: 1.15;
        text-shadow: -1px 1px 2px rgba(0, 0, 0, 1);
    }
    .hp-social-media {
        margin-top:10px;
        margin-bottom:10px;
    }
    .carousel-caption-top {
        top: 60px;
        left: 25px;
        right: 25px;
    }
    #slider4 {
        padding-top:70px;
    }
    #slider5 .lead {
        margin: 0px 0px 20px 0px;
    }
    #slider2 .lead {
        margin: 0px 0px 20px 0px;
    }
    .company-headline {
        text-align:center;
        width:100%;
    }

}



</pre></body></html>