body {
    font-family: arial;
    padding-top: 38px;
    font-family: 'Noto Sans', sans-serif;
    line-height: 1.66;
    font-size: 16px;
}

html {
    background-color: #121212;
}

.inactiveLink {
    pointer-events: none;
    cursor: default;
}

a {
    color: #e7883f;
}

    a:hover, a:focus {
        color: #ff8b32;
    }

label {
    font-size: 13px;
}

.form-control {
    border-radius: 0;
}

.topBar {
    text-align: right;
    color: #fff;
    font-family: "Open Sans",sans-serif;
    font-size: 12px;
    position: fixed;
    top: 0;
    z-index: 999999;
    background-color: #504138;
    width: 100%;
}

    .topBar a {
        color: #999;
    }




.navbar-nav {
    float: right;
    margin-top: 26px;
}

    .navbar-nav > li {
        margin: 0 8px;
    }

        .navbar-nav > li:last-child {
            margin-right: 0;
        }

        .navbar-nav > li > a {
            color: #555555;
            font-weight: bold;
            text-transform: uppercase;
        }

        .navbar-nav > li.active {
        }

            .navbar-nav > li.active a {
                color: #e67a32;
            }



.navbar-static-top {
    height: 120px;
    margin: 0;
    padding: 10px 0;
}

.navbar-brand {
    background-image: url(../images/streamsTechLogo.png);
    width: 222px;
    height: 77px;
    text-indent: -9999px;
}


.carousel-indicators li {
    background-color: #828282;
    border-color: #828282;
}

.carousel-indicators .active {
    background-color: #f4b031;
    border-color: #f4b031;
}

.carousel-indicators {
    bottom: 0;
    width: 10%;
    height: 24px;
    left: 75%;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
}

.carousel-inner {
    margin: 0 auto;
}

.carousel-caption {
    text-align: left;
    left: 15px;
    top: 15px;
    width: 395px;
    height: 295px;
    padding: 20px;
    bottom: 16px;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    background: rgba(246,146,62,0.8);
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border: 0px solid #000000;
}

.carousel-caption-02 {
    background: rgba(106,90,82,0.8);
    width: 360px;
}

.carousel-caption-03 {
    background: rgba(114,152,134,0.8);
}

.carousel-caption-04 {
    background: rgba(1,144,200,0.8);
    width: 420px;
    padding-bottom: 15px;
    padding-right: 10px;
}

.carousel-caption h1 {
    font-size: 29px;
    font-family: Arial, Helvetica, sans-serif;
    color: #ffeeae;
    margin-bottom: 12px;
    margin-top: 0;
}

.carousel-caption p {
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-shadow: none;
}

.carousel-caption h1 span {
    font-size: 30px;
}

.carousel-caption ul {
    margin: 0;
    padding: 0;
}

    .carousel-caption ul li {
        list-style-position: inside;
        list-style-type: square;
        font-size: 15px;
        color: #ffc779;
    }

        .carousel-caption ul li span {
            color: #fff;
        }



.slideMoreButton {
    margin-top: 16px;
}

.btn-lg, .btn-group-lg > .btn {
    padding: 8px 22px;
    font-size: 14px;
    color: #666;
    border: none;
    border-radius: 0;
}

.btn-secondary {
    background: rgba(105,89,81,1);
    background: -moz-linear-gradient(top, rgba(105,89,81,1) 0%, rgba(91,75,67,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(105,89,81,1)), color-stop(100%, rgba(91,75,67,1)));
    background: -webkit-linear-gradient(top, rgba(105,89,81,1) 0%, rgba(91,75,67,1) 100%);
    background: -o-linear-gradient(top, rgba(105,89,81,1) 0%, rgba(91,75,67,1) 100%);
    background: -ms-linear-gradient(top, rgba(105,89,81,1) 0%, rgba(91,75,67,1) 100%);
    background: linear-gradient(to bottom, rgba(105,89,81,1) 0%, rgba(91,75,67,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#695951', endColorstr='#5b4b43', GradientType=0 );
    color: #FFFFFF;
    font-size: 16px;
}

    .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active, .open .dropdown-toggle.btn-success {
        background: rgba(97,82,75,1);
        background: -moz-linear-gradient(top, rgba(97,82,75,1) 0%, rgba(66,52,46,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(97,82,75,1)), color-stop(100%, rgba(66,52,46,1)));
        background: -webkit-linear-gradient(top, rgba(97,82,75,1) 0%, rgba(66,52,46,1) 100%);
        background: -o-linear-gradient(top, rgba(97,82,75,1) 0%, rgba(66,52,46,1) 100%);
        background: -ms-linear-gradient(top, rgba(97,82,75,1) 0%, rgba(66,52,46,1) 100%);
        background: linear-gradient(to bottom, rgba(97,82,75,1) 0%, rgba(66,52,46,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#61524b', endColorstr='#42342e', GradientType=0 );
        border-color: #666;
        color: #a2948d;
    }

.summary {
    text-align: center;
    font-size: 16px;
    color: #555555;
    text-align: justify;
    position: relative;
    /*        padding-left: 258px;
    background: url(../images/engineer.png) no-repeat 0 0;*/
}

    .summary p {
        padding-top: 30px;
    }

    .summary h1 {
        margin-top: 8px;
    }

        .summary h1 span {
            color: #5a5a5a;
            font-size: 27px;
        }

.highlight {
    color: #717171;
    margin-bottom: 40px;
    padding-top: 15px;
}

    .highlight p {
        min-height: 85px;
    }

    .highlight img {
        margin: 10px 0;
    }

    .highlight h2 {
        font-size: 21px;
        font-weight: normal;
        color: #3e3e3e;
    }

.btn-primary {
    background-color: #e5a122;
    -webkit-box-shadow: 0px 2px 3px -2px rgba(0,0,0,0.41);
    -moz-box-shadow: 0px 2px 3px -2px rgba(0,0,0,0.41);
    box-shadow: 0px 2px 3px -2px rgba(0,0,0,0.41);
    border: none;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-success {
        background-color: #e5a122;
        border-color: #666;
        color: #fff;
    }


.page-header {
    margin: 0 0 10px;
    color: #7d5946;
    font-size: 32px;
    text-transform: uppercase;
    border: none;
    text-align: center;
    font: 600 30px/1.2em "Open Sans", sans-serif;
}

.contentDivider {
    background: url(../images/contentDividerBackImg.png) no-repeat;
    background-position: top;
    padding-top: 20px;
    margin-top: 20px;
}

.bottomPart {
    background-color: #666;
    margin-top: 30px;
    background: url("../images/img-noise-150x150.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    padding: 30px 0;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    position: relative;
    z-index: 900000;
}

footer {
    background-color: #121212;
    padding: 0;
    position: relative;
    z-index: 999999;
}

    footer h2 {
        font-size: 17px;
        font-weight: bold;
        color: #c3a46a;
    }

    footer ul {
        list-style-type: none;
    }

    footer a {
        color: #7e7e7e;
    }

.item blockquote {
    font-size: 26px;
}

/* carousel */
#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 30px;
    color: #FFF;
}

    /* Control buttons  */
    #quote-carousel .carousel-control {
        background: none;
        color: #f4b02e;
        font-size: 2.3em;
        text-shadow: none;
        margin-top: 30px;
    }
        /* Previous button  */
        #quote-carousel .carousel-control.left {
            left: -12px;
        }
        /* Next button  */
        #quote-carousel .carousel-control.right {
            right: -12px !important;
        }
    /* Changes the position of the indicators */
    #quote-carousel .carousel-indicators {
        right: 50%;
        top: auto;
        bottom: 0px;
        margin-right: -19px;
    }
        /* Changes the color of the indicators */
        #quote-carousel .carousel-indicators li {
            background: #c0c0c0;
        }

        #quote-carousel .carousel-indicators .active {
            background: #333333;
        }

    #quote-carousel img {
        width: 250px;
        height: 100px;
    }
/* End carousel */

125 blockquote {
    border-left: none;
    margin: 0;
    font-size: 26px;
}

.item blockquote img {
    margin-bottom: 10px;
}

.item blockquote p:before {
    float: left;
    margin-right: 10px;
}






.glyphicon-lg {
    font-size: 3em;
}

.blockquote-box {
    margin-bottom: 5px;
    color: #999;
}

    .blockquote-box h4 {
        font-weight: bold;
        color: #ffffff;
    }

    .blockquote-box .square {
        width: 100px;
        min-height: 50px;
        margin-right: 22px;
        text-align: center!important;
        background-color: #E6E6E6;
        padding: 20px 0;
    }

    .blockquote-box.blockquote-primary {
        border-color: #357EBD;
    }

        .blockquote-box.blockquote-primary .square {
            background-color: #428BCA;
            color: #FFF;
        }

    .blockquote-box.blockquote-success {
        border-color: #4CAE4C;
    }

        .blockquote-box.blockquote-success .square {
            background-color: #5CB85C;
            color: #FFF;
        }

    .blockquote-box.blockquote-info {
        border-color: #46B8DA;
    }

        .blockquote-box.blockquote-info .square {
            background-color: #5BC0DE;
            color: #FFF;
        }

    .blockquote-box.blockquote-warning {
        border-color: #EEA236;
    }

        .blockquote-box.blockquote-warning .square {
            background-color: #F0AD4E;
            color: #FFF;
        }

    .blockquote-box.blockquote-danger {
        border-color: #D43F3A;
    }

        .blockquote-box.blockquote-danger .square {
            background-color: #D9534F;
            color: #FFF;
        }

.list-group li {
    padding: 2px 0;
}



/*
 * simplyScroll 2 - a scroll-tastic jQuery plugin
 *
 * http://logicbox.net/jquery/simplyscroll
 *
 * Copyright (c) 2009-2012 Will Kelly - http://logicbox.net
 *
 * Dual licensed under the MIT and GPL licenses.
 *
 * Last revised: 31/01/2012
 *
 */

/* Default/Master classes 

Example markup format (for horizontal scroller)
Note all DIVs are generated and should not be hard-coded

<div class="your-custom-class simply-scroll-container">
    <div class="simply-scroll-btn simply-scroll-btn-left"></div>
    <div class="simply-scroll-btn simply-scroll-btn-right"></div>
    <div class="simply-scroll-clip">
        <ul class="simply-scroll-list">
            <li>...</li>
            ...
        </ul>
    </div>
</div>


*/

.simply-scroll-container { /* Container DIV - automatically generated */
    position: relative;
}

.simply-scroll-clip { /* Clip DIV - automatically generated */
    position: relative;
    overflow: hidden;
}

.simply-scroll-list { /* UL/OL/DIV - the element that simplyScroll is inited on */
    overflow: hidden;
    margin: 0;
    padding: 10px 0;
    list-style: none;
}

    .simply-scroll-list li {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .simply-scroll-list li img {
            border: none;
            display: block;
        }

.simply-scroll-btn {
    position: absolute;
    background-image: url(buttons.png);
    width: 42px;
    height: 44px;
    z-index: 3;
    cursor: pointer;
}

.simply-scroll-btn-left {
    left: 6px;
    bottom: 6px;
    background-position: 0 -44px;
}

    .simply-scroll-btn-left.disabled {
        background-position: 0 0 !important;
    }

    .simply-scroll-btn-left:hover, .simply-scroll-btn-left:focus {
        background-position: 0 -88px;
    }

.simply-scroll-btn-right {
    right: 6px;
    bottom: 6px;
    background-position: -84px -44px;
}

    .simply-scroll-btn-right.disabled {
        background-position: -84px 0 !important;
    }

    .simply-scroll-btn-right:hover, .simply-scroll-btn-right:focus {
        background-position: -84px -88px;
    }

.simply-scroll-btn-up {
    right: 6px;
    top: 6px;
    background-position: -126px -44px;
}

    .simply-scroll-btn-up.disabled {
        background-position: -126px 0 !important;
    }

    .simply-scroll-btn-up:hover, .simply-scroll-btn-up:focus {
        background-position: -126px -88px;
    }

.simply-scroll-btn-down {
    right: 6px;
    bottom: 6px;
    background-position: -42px -44px;
}

    .simply-scroll-btn-down.disabled {
        background-position: -42px 0 !important;
    }

    .simply-scroll-btn-down:hover, .simply-scroll-btn-down:focus {
        background-position: -42px -88px;
    }

.simply-scroll-btn-pause {
    right: 6px;
    bottom: 6px;
    background-position: -168px -44px;
}

    .simply-scroll-btn-pause:hover, .simply-scroll-btn-pause:focus {
        background-position: -168px -88px;
    }

    .simply-scroll-btn-pause.active {
        background-position: -84px -44px;
    }

        .simply-scroll-btn-pause.active:hover, .simply-scroll-btn-pause.active:focus {
            background-position: -84px -88px;
        }

/* Custom class modifications - override classees

.simply-scroll is default

*/

.simply-scroll { /* Customisable base class for style override DIV */
    height: 115px;
    margin-bottom: 1em;
}

    .simply-scroll .simply-scroll-clip {
        height: 135px;
    }

    .simply-scroll .simply-scroll-list {
    }

        .simply-scroll .simply-scroll-list li {
            float: left;
            width: 235px;
            height: 111px;
            border: 1px solid #e3e3e3;
            -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.22);
            -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.22);
            box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.22);
            margin-right: 15px;
        }

            .simply-scroll .simply-scroll-list li img {
            }

    .simply-scroll .simply-scroll-btn {
    }

    .simply-scroll .simply-scroll-btn-left {
    }

        .simply-scroll .simply-scroll-btn-left.disabled {
        }

        .simply-scroll .simply-scroll-btn-left:hover {
        }

    .simply-scroll .simply-scroll-btn-right {
    }

        .simply-scroll .simply-scroll-btn-right.disabled {
        }

        .simply-scroll .simply-scroll-btn-right:hover {
        }

    .simply-scroll .simply-scroll-btn-up {
    }

        .simply-scroll .simply-scroll-btn-up.disabled {
        }

        .simply-scroll .simply-scroll-btn-up:hover {
        }

    .simply-scroll .simply-scroll-btn-down {
    }

        .simply-scroll .simply-scroll-btn-down.disabled {
        }

        .simply-scroll .simply-scroll-btn-down:hover {
        }



/* Vertical scroller example */

.vert { /* wider than clip to position buttons to side */
    width: 340px;
    height: 400px;
    margin-bottom: 1.5em;
}

    .vert .simply-scroll-clip {
        width: 290px;
        height: 400px;
    }

    .vert .simply-scroll-list {
    }

        .vert .simply-scroll-list li {
            width: 290px;
            height: 200px;
        }

            .vert .simply-scroll-list li img {
            }

    .vert .simply-scroll-btn {
    }

    .vert .simply-scroll-btn-up { /* modified btn pos */
        right: 0;
        top: 0;
    }

        .vert .simply-scroll-btn-up.disabled {
        }

        .vert .simply-scroll-btn-up:hover {
        }

    .vert .simply-scroll-btn-down { /* modified btn pos */
        right: 0;
        top: 52px;
    }

        .vert .simply-scroll-btn-down.disabled {
        }

        .vert .simply-scroll-btn-down:hover {
        }

/* NOTE left-right classes wouldn't be needed on vertical scroller */



.breadcrumb {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    background: none;
}

    .breadcrumb a {
        color: #f6cd7e;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: bold;
        text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    }

        .breadcrumb a.current {
            color: #FFF;
        }

.contentImageLeft {
    margin: 5px 30px 10px 0;
}

.contentImageRight {
    margin: 0 0 10px 30px;
}

.innerBanner {
    margin-bottom: 0;
}

.listing {
    margin: 0;
    padding: 0;
    list-style-position: inside;
    list-style-type: square;
    margin: 15px 0;
}

.leftSideBar {
    padding-right: 10px;
    padding-top: 5px;
    min-height: 690px;
    background: url(../images/leftSideBarShadow.jpg) no-repeat 100% 100%;
}


.content {
    text-align: justify;
}

.ProductContent {
    text-align: justify;
    padding: 0 30px;
    background-color: #fff;
}

#greenBox {
    background: rgba(121,189,82,1);
    background: -moz-linear-gradient(top, rgba(121,189,82,1) 0%, rgba(55,154,1,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(121,189,82,1)), color-stop(100%, rgba(55,154,1,1)));
    background: -webkit-linear-gradient(top, rgba(121,189,82,1) 0%, rgba(55,154,1,1) 100%);
    background: -o-linear-gradient(top, rgba(121,189,82,1) 0%, rgba(55,154,1,1) 100%);
    background: -ms-linear-gradient(top, rgba(121,189,82,1) 0%, rgba(55,154,1,1) 100%);
    background: linear-gradient(to bottom, rgba(121,189,82,1) 0%, rgba(55,154,1,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#79bd52', endColorstr='#379a01', GradientType=0 );
    border: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
}

.greenBoxBody {
    color: #484848;
    padding: 0;
}

#grayBox {
    background: rgba(255,102,0,1);
    background: -moz-linear-gradient(top, rgba(255,102,0,1) 0%, rgba(209,84,0,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,102,0,1)), color-stop(100%, rgba(209,84,0,1)));
    background: -webkit-linear-gradient(top, rgba(255,102,0,1) 0%, rgba(209,84,0,1) 100%);
    background: -o-linear-gradient(top, rgba(255,102,0,1) 0%, rgba(209,84,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,102,0,1) 0%, rgba(209,84,0,1) 100%);
    background: linear-gradient(to bottom, rgba(255,102,0,1) 0%, rgba(209,84,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6600', endColorstr='#d15400', GradientType=0 );
    border: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
}

.grayBoxBody {
    color: #484848;
    padding: 0;
}

#blueBox {
    background: rgba(58,179,179,1);
    background: -moz-linear-gradient(top, rgba(58,179,179,1) 0%, rgba(4,140,140,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(58,179,179,1)), color-stop(100%, rgba(4,140,140,1)));
    background: -webkit-linear-gradient(top, rgba(58,179,179,1) 0%, rgba(4,140,140,1) 100%);
    background: -o-linear-gradient(top, rgba(58,179,179,1) 0%, rgba(4,140,140,1) 100%);
    background: -ms-linear-gradient(top, rgba(58,179,179,1) 0%, rgba(4,140,140,1) 100%);
    background: linear-gradient(to bottom, rgba(58,179,179,1) 0%, rgba(4,140,140,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3ab3b3', endColorstr='#048c8c', GradientType=0 );
    border: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
}

.blueBoxBody {
    color: #484848;
    padding: 0;
}

#orangeBox {
    background: rgba(134,154,179,1);
    background: -moz-linear-gradient(top, rgba(134,154,179,1) 0%, rgba(75,96,122,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(134,154,179,1)), color-stop(100%, rgba(75,96,122,1)));
    background: -webkit-linear-gradient(top, rgba(134,154,179,1) 0%, rgba(75,96,122,1) 100%);
    background: -o-linear-gradient(top, rgba(134,154,179,1) 0%, rgba(75,96,122,1) 100%);
    background: -ms-linear-gradient(top, rgba(134,154,179,1) 0%, rgba(75,96,122,1) 100%);
    background: linear-gradient(to bottom, rgba(134,154,179,1) 0%, rgba(75,96,122,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#869ab3', endColorstr='#4b607a', GradientType=0 );
    border: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
}

.orangeBoxBody {
    color: #484848;
    padding: 0;
}

#whiteBox {
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(240,240,240,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0', GradientType=0 );
    border: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #cccccc;
    height: 55px;
    line-height: 55px;
}

    #whiteBox .panel-title {
        color: #4b4b4b;
        font-size: 24px;
    }

.whiteBoxImageLeft {
    margin: 0 30px 10px 0;
}

.whiteBoxBody {
    color: #484848;
    padding: 0;
}

#skyBlueBox {
    font-weight: bold;
    font-size: 23px;
    padding: 10px 20px;
}

.skyBlueBoxBody {
    color: #484848;
    padding: 0;
}

.list-group-item {
    background: none;
    border: none;
}

.productsList {
    margin-bottom: 60px;
    font-size: 14px;
}

.panel-body {
    text-shadow: none;
}

.lead {
    font-size: 16px;
}

blockquote {
    padding: 0;
    border: none;
}

.clientsLogoSlider {
    width: 1140px;
}

.productInfoContainer {
    background-color: #fff;
    padding: 15px 0;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 0px solid #000000;
    margin-bottom: 15px;
    position: relative;
    border: 1px solid #f6f6f6;
}

.productLogo {
    height: 135px;
    width: 200px;
    text-align: center;
    background-color: #fff;
    padding: 10px;
}

.list-group i {
    color: #090;
    margin-right: 10px;
}

.productScreenShot {
    margin: 30px 0 5px;
    padding: 0;
    display: inline-block;
}

    .productScreenShot li {
        float: left;
        list-style-type: none;
        margin-right: 15px;
        border-radius: 10px 10px 10px 10px;
        -moz-border-radius: 10px 10px 10px 10px;
        -webkit-border-radius: 10px 10px 10px 10px;
    }

        .productScreenShot li:nth-child(3n+0) {
            margin-right: 0;
            margin-bottom: 15px;
        }

    .productScreenShot img {
        border-radius: 10px 10px 10px 10px;
        -moz-border-radius: 10px 10px 10px 10px;
        -webkit-border-radius: 10px 10px 10px 10px;
    }

.productHeader {
    margin: -59px 0 30px;
    padding: 16px 30px;
    color: #0f81a3;
    background-color: #fff;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.09);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.09);
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.09);
    font-size: 40px;
}

.well {
    font-size: 16px;
    border-radius: 0;
    background-color: #454545;
    border: none;
    padding: 10px;
}

    .well h1 {
        background-color: #454545;
        font-size: 27px;
        color: #d7d0ce;
        margin: -10px;
        padding: 17px 10px;
    }

    .well ul {
        list-style-type: none;
        margin: 10px;
        padding: 0;
    }

        .well ul li {
            margin: 0 -10px;
            color: #e7ddd9;
            padding: 10px;
            background-color: #8a7e79;
            border-top: 1px solid #9d9491;
            border-bottom: 1px solid #80736e;
        }



            .well ul li span {
                color: #000;
            }

.panel-default > .panel-heading {
    background-color: #504138;
    color: #FFF;
}

.panel-title {
    font-size: 22px;
    color: #d7d7d7;
}




.butter-bar {
    display: block;
}

    .butter-bar.show {
        position: absolute;
        left: 50%;
        background: #fbbb3f;
        border: 1px solid #ecad34;
        padding: 5px 10px;
        color: #FFF;
        z-index: 90000;
        border-radius: 4px 4px 4px 4px;
        -moz-border-radius: 4px 4px 4px 4px;
        -webkit-border-radius: 4px 4px 4px 4px;
        border: 0px solid #000000;
    }

.form-group {
    text-shadow: none;
    font-family: arial;
}

.loginBox {
    background-color: #fff;
}

.loginBoxFooter {
    background-color: #f5f5f5;
}

.fa {
    margin-right: 4px;
}

.modal-dialog {
    margin-top: 5%;
}

.modal {
    overflow-y: hidden;
    overflow-x: hidden;
}

body.modal-open {
    overflow: hidden;
}

.features {
    margin-bottom: 15px;
}

    .features span {
        color: #a3694a;
        display: inline-block;
        margin-bottom: 5px;
        font-size: 23px;
    }



.product {
    width: 266px;
    height: 250px;
    margin: 13px;
    border: 1px solid #ebebeb;
    background-color: #fff;
}

    .product img {
        display: block;
        margin: 0 auto;
    }

    .product p {
        padding: 20px;
    }

    .product span {
        background-color: #fcfcfc;
        border-top: 1px solid #ebebeb;
        color: #8e8e8e;
        display: inline-block;
        margin: 12px -20px 0;
        padding: 20px;
        height: 166px;
        text-align: left;
    }

.panel-body .list-group a {
    padding: 5px 8px;
    font-size: 12px;
    font-weight: bold;
}


.dropdown-menu {
    display: block;
    -webkit-transition: opacity .2 ease-in;
    -moz-transition: opacity .2s ease-in;
    -ms-transition: opacity .2s ease-in;
    -o-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in;
    visibility: hidden;
    filter: alpha(opacity=0);
    opacity: 0;
    padding-bottom: 1px;
    padding-top: 1px;
    border-top: 4px solid #faba3c;
}


ul.nav li.dropdown:hover ul.dropdown-menu {
    visibility: visible;
    filter: alpha(opacity=100);
    opacity: 1;
}

ul.nav li.dropdown:hover {
    background-color: #f7f7f7;
    color: #dd7324;
}

.dropdown-menu > li > a {
    padding: 8px;
    font-size: 15px;
    font-weight: bold;
}

.navbar-nav ul.dropdown-menu > li > a {
    color: #555555;
}

.dropdown-menu > li {
    border-bottom: 1px solid #f4f4f4;
}

    .dropdown-menu > li:last-child {
        border: none;
    }

.topBarNav a {
    font-size: 13px;
    color: #f5862e;
}

.tableContainer {
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #ccc;
    padding: 15px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.26);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.26);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.26);
}

.required {
    color: #ce0d03;
    font-size: 21px;
    line-height: 15px;
    font-weight: bold;
}

.form-horizontal .control-label {
    padding-right: 3px;
}

.ui-dialog {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #e9e9e9;
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(221,233,241,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(221,233,241,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(221,233,241,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(221,233,241,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(221,233,241,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(221,233,241,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dde9f1',GradientType=0 ); /* IE6-9 */
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.ui-dialog {
    -webkit-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.39);
    -moz-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.39);
    box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.39);
    margin: 0 auto;
    z-index: 90000;
}

.ui-dialog-titlebar {
    background: rgba(71,92,101,1);
    background: -moz-linear-gradient(top, rgba(71,92,101,1) 0%, rgba(43,62,70,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(71,92,101,1)), color-stop(100%, rgba(43,62,70,1)));
    background: -webkit-linear-gradient(top, rgba(71,92,101,1) 0%, rgba(43,62,70,1) 100%);
    background: -o-linear-gradient(top, rgba(71,92,101,1) 0%, rgba(43,62,70,1) 100%);
    background: -ms-linear-gradient(top, rgba(71,92,101,1) 0%, rgba(43,62,70,1) 100%);
    background: linear-gradient(to bottom, rgba(71,92,101,1) 0%, rgba(43,62,70,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#475c65', endColorstr='#2b3e46', GradientType=0 );
    padding: 7px;
    color: #fff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    position: relative;
    cursor: move;
}

.ui-dialog-titlebar-close {
    background-color: #c2d6df;
    border: 1px solid #000;
    position: absolute;
    right: 4px;
    border-radius: 8px;
    top: 5px;
    background-image: url(../images/ui-icons_222222_256x240.png);
    background-position: -32px -192px;
    text-indent: -9999px;
    width: 18px;
    height: 18px;
    overflow: hidden;
}

    .ui-dialog-titlebar-close:hover {
        background-color: #fff;
        position: absolute;
        right: 4px;
        top: 5px;
        background-image: url(../images/ui-icons_222222_256x240.png);
        background-position: -95px -207px;
        text-indent: -9999px;
        width: 18px;
        height: 18px;
        overflow: hidden;
        border: 0;
    }

.ui-dialog-content {
    min-height: 60px;
    text-align: left;
    padding: 10px;
}

    .ui-dialog-content i {
        margin-left: 45%;
    }

.ui-dialog-buttonset {
    padding: 5px 10px 10px;
    text-align: right;
}

    .ui-dialog-buttonset button {
        background: rgba(134,164,189,1);
        background: -moz-linear-gradient(top, rgba(134,164,189,1) 0%, rgba(94,125,153,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(134,164,189,1)), color-stop(100%, rgba(94,125,153,1)));
        background: -webkit-linear-gradient(top, rgba(134,164,189,1) 0%, rgba(94,125,153,1) 100%);
        background: -o-linear-gradient(top, rgba(134,164,189,1) 0%, rgba(94,125,153,1) 100%);
        background: -ms-linear-gradient(top, rgba(134,164,189,1) 0%, rgba(94,125,153,1) 100%);
        background: linear-gradient(to bottom, rgba(134,164,189,1) 0%, rgba(94,125,153,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#86a4bd', endColorstr='#5e7d99', GradientType=0 );
        color: #fff;
        padding: 4px 10px;
        border: 1px solid #2b3e46;
        margin-left: 5px;
        border-radius: 4px;
    }

#g-account-menu {
    z-index: 90000;
    background-color: #fff;
    border: none;
}

.topNav li {
    margin: 0;
    border: none;
}

    .topNav li a {
        padding: 10px 15px;
        color: #f5ba52;
        font-size: 13px;
    }

        .topNav li a:hover {
            background-color: #41332a;
            color: #fff;
        }

    .topNav li ul li a:hover {
        background-color: #41332a;
        color: #fff;
    }

#topMenuDivider {
    background-color: #000;
    width: 2px;
    margin: 0;
    padding: 0;
    height: 40px;
    border-right: 1px solid #505050;
}

ul.topNav li.dropdown:hover {
    background-color: #474747;
}

.plans {
    width: auto;
    margin: 0 auto;
}

.plan {
    margin: 0 0;
    text-align: center;
    background: white;
    background-clip: padding-box;
    border: 1px solid #edf1f5;
    background-color: #f9f9f9;
    height: 280px;
    width: 152px;
    position: relative;
}

.planButton {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 10px;
}

.buttonPink {
    background-color: #ab6ebd;
}

    .buttonPink:hover {
        background-color: #9a50af;
    }

.btn-info:hover {
    background-color: #2097ca;
}

.btn-premium {
    background-color: #bd6e6e;
    color: #fff;
}

    .btn-premium:hover {
        background-color: #b55b5b;
        color: #fff;
    }

.planHeaderBlue {
    background: url(../images/planBlueHeader.png) no-repeat;
    background-position: bottom;
    background-color: #26a4dd;
    padding: 8px;
    height: 135px;
}

.planHeaderGreen {
    background: url(../images/planGreenHeader.png) no-repeat;
    background-position: bottom;
    background-color: #4eb157;
    padding: 8px;
    height: 135px;
}

.planHeaderPink {
    background: url(../images/planPinkHeader.png) no-repeat;
    background-position: bottom;
    background-color: #ab6ebd;
    padding: 8px;
    height: 135px;
}

.planHeaderRed {
    background: url(../images/planRedHeader.png) no-repeat;
    background-position: bottom;
    background-color: #bd6e6e;
    padding: 8px;
    height: 135px;
}
.plan-body {

    background-color: #fff !important;
}

.plan-price {
    margin: 30px 0;
    line-height: 1;
    font-size: 50px;
    font-weight: bold;
}
.plan-price span {
    font-weight: normal;
    color: #8299a0;
    padding-right: 5px;
}

.plan-month {
    margin-bottom: 20px;
    line-height: 1;
    font-size: 20px;
}
.planText {
    font-size: 14px;
    line-height: normal;
}
.nodeCount {

    font-size: 30px;
}
.plan-footer {
    margin: 30px 15px 0;
    padding: 15px 0;
    background: none;
    border-top-width: 1px !important;
    border-top: 1px dash #000;
}
.btn-plan {
    background-color: #d96916;
    border: medium none;
    box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.41);
    color: #fff;
    font-size: 20px;
}
.btn-plan:hover, .btn-plan:focus, .btn-plan:active, .btn-plan.active, .open > .dropdown-toggle.btn-plan {
    background-color: #ec971f;
    border-color: #d58512;
    color: #fff;
}
.btn-plan i {

    color: #fcdb23;
    font-size: 25px;

}

.plan-unit {
    display: inline-flexbox;
    margin-top: 5px;
    font-size: 17px;
    font-weight: normal;
    color: #fff;
}

.plan-features {
    width: auto;
    margin: 0 auto 15px;
    padding: 15px 0 0 20px;
    text-align: left;
    list-style-type: none;
    padding-left: 0;
}

.plan-feature {
    line-height: 14px;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    color: #333;
}

    .plan-feature + .plan-feature {
        margin-top: 5px;
    }

.plan-feature-unit {
    margin-left: 2px;
    font-size: 16px;
}

.plan-feature-name {
    font-size: 13px;
    font-weight: normal;
    color: #8a8a8a;
}

.plan-button {
    position: relative;
    line-height: 30px;
    font-size: 16px;
    font-weight: 500;
    color: white;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
    background: #fd935c;
    border-bottom: 2px solid #cf7e3b;
    border-color: rgba(0, 0, 0, 0.15);
    border-radius: 4px;
}

    .plan-button:hover {
        color: #ffe3d4;
        background-color: #e48959;
        text-decoration: none;
    }

    .plan-button:active {
        top: 2px;
        margin-bottom: 2px;
        border-bottom: 0;
    }

.plan-highlight {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    border: 4px solid #37bbe6;
    -webkit-box-shadow: 0px 0px 31px -10px rgba(0,0,0,0.73);
    -moz-box-shadow: 0px 0px 31px -10px rgba(0,0,0,0.73);
    box-shadow: 0px 0px 31px -10px rgba(0,0,0,0.73);
    z-index: 90000;
    padding-bottom: 28px;
}

    .plan-highlight .plan-button {
        font-size: 18px;
        line-height: 49px;
        background: #37bce5;
        border-color: #3996b3;
        border-color: rgba(0, 0, 0, 0.15);
    }

.plan-recommended {
    width: auto;
    margin: -15px auto 15px;
    padding-bottom: 2px;
    line-height: 22px;
    font-size: 14px;
    font-weight: bold;
    color: white;
    text-shadow: 0 1px rgba(0, 0, 0, 0.05);
    background: #37bbe6;
    border-radius: 0 0 4px 4px;
}

.firstPlan {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.lastPlan {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.tooltip-inner {
    width: 100px;
}

.caret {
    margin-left: 6px;
}

.navbar-nav > li > a span {
    color: #ccc;
}

.fixed {
    position: fixed;
    width: 263px;
    top: 45px;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background: none;
    border-color: #474747;
}

.product-description > p {
    text-align: justify;
    text-justify: inter-word;
}

.orderSummary > thead > tr > th, .orderSummary > tbody > tr > th, orderSummary > tfoot > tr > th, .orderSummary > thead > tr > td, .orderSummary > tbody > tr > td, .orderSummary > tfoot > tr > td {
    padding: 0;
    line-height: normal;
    vertical-align: middle;
}

.showOnHover:hover {
    background-color: #c0c0c0;
}

.nav-tabs {
    border-bottom: 3px solid #5cb85c;
}

.navbar-inverse {
    padding: 1px 1px 0 0;
    border: none;
    border-radius: 0;
    margin-bottom: 0;
    border-radius: 0;
    min-height: 45px;
    background-color: #414141;
}

.tabBody {
    border: 1px solid #ccc;
    border-top: none;
    background-color: #fff;
    padding: 10px;
    margin-bottom: 30px;
    position: relative;
    z-index: 500;
    border-top: 5px solid #e5a122;
}

.btn-selected {
    background-color: #595959;
    color: #fff;
}

.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: #f4f5f5;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    background-color: #fbfbfb;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    height: 65px;
    border: none;
}

.nav-pills > li {
    margin-left: 1px;
}

    .nav-pills > li + li {
        margin-left: 1px;
    }

.innerBodyContainer {
    background-color: #f0f0f0;
    padding-top: 40px;
    padding-bottom: 0;
    border-top: 1px solid #ebebeb;
    min-height: 250px;
}

.table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th {
    background-color: #fff;
    color: #484848;
}

a.anchor {
    display: block;
    position: relative;
    top: -60px;
    visibility: hidden;
}

.btn-info {
    background-color: #26a4dd;
}

.sectionLight {
    background-color: #fff;
    padding: 60px 0;
    text-align: justify;
}

.sectionDark {
    background-color: #f6f6f6;
    padding: 60px 0;
    text-align: justify;
}

.thumb1 {
    background-color: #fff;
    padding: 20px;
    border: 1px solid #ebebeb;
    height: 400px;
}

.more {
    text-transform: uppercase;
    font-weight: bold;
    color: #e67a32;
}

.btn {
    border-radius: 4px;
    padding: 10px 12px;
    text-transform: uppercase;
}

.navbar-header {
    margin-top: 10px;
}

.clientsLogo {
    width: auto;
}

    .clientsLogo ul {
        list-style-type: none;
        padding: 0;
        text-align: center;
    }

        .clientsLogo ul li {
            display: inline-block;
            margin: 10px;
            border: 1px solid #ebebeb;
        }

.subHeader {
    color: #606060;
    margin: 0;
    margin-bottom: 35px;
    font-size: 19px;
    text-align: justify;
    line-height: 1.42857;
}

.innerHeader {
    color: #272727;
    font-size: 35px;
    margin: 0 0 15px;
}



/*  bhoechie tab */
div.bhoechie-tab-container {
    z-index: 10;
    margin-bottom: 40px;
}

div.bhoechie-tab-menu {
    padding-right: 0;
}

    div.bhoechie-tab-menu h1 {
        margin: 0;
        padding: 17px 15px;
        color: #fff;
        background-color: #454545;
        font-size: 28px;
    }

    div.bhoechie-tab-menu div.list-group {
        margin-bottom: 0;
        height: auto;
        padding-bottom: 30px;
        background-color: #454545;
    }

        div.bhoechie-tab-menu div.list-group > a {
            margin-bottom: 0;
            color: #e0e0e0;
            background-color: #786e69;
            margin-bottom: 1px;
            padding: 5px 15px;
        }

            div.bhoechie-tab-menu div.list-group > a .glyphicon,
            div.bhoechie-tab-menu div.list-group > a .fa {
                color: #f68f4b;
            }

            div.bhoechie-tab-menu div.list-group > a:first-child {
                border-top-right-radius: 0;
                -moz-border-top-right-radius: 0;
                border-top-left-radius: 0;
                -moz-border-top-left-radius: 0;
            }

            div.bhoechie-tab-menu div.list-group > a:last-child {
                border-bottom-right-radius: 0;
                -moz-border-bottom-right-radius: 0;
            }

            div.bhoechie-tab-menu div.list-group > a.active,
            div.bhoechie-tab-menu div.list-group > a.active .glyphicon,
            div.bhoechie-tab-menu div.list-group > a.active .fa {
                background-color: #e4a759;
                background-image: #e4a759;
                color: #ffffff;
            }

                div.bhoechie-tab-menu div.list-group > a.active:after {
                    content: '';
                    position: absolute;
                    left: 100%;
                    top: 50%;
                    margin-top: -13px;
                    border-left: 0;
                    border-bottom: 13px solid transparent;
                    border-top: 13px solid transparent;
                    border-left: 10px solid #e4a759;
                }

div.bhoechie-tab-content {
    background-color: #ffffff;
    min-height: 500px;
}

    div.bhoechie-tab-content h2 {
        padding: 0 0 16px 0;
        color: #5a6266;
        border-bottom: 1px solid #e5e5e5;
    }

div.bhoechie-tab div.bhoechie-tab-content:not(.active) {
    display: none;
}

.bhoechie-tab {
    padding-left: 0;
}

.bhoechie-tab-menu i {
    width: 20px;
    font-size: 24px;
}

.productLogoContainer {
    width: 300px;
    height: 278px;
    background-color: #fff;
    text-align: center;
}

    .productLogoContainer button {
        margin-top: 27px;
    }

    .productLogoContainer img {
        display: block;
        margin: 0 auto;
        margin-top: 30px;
    }

.productVideoContainer {
    background-color: #f8f8f8;
    height: 333px;
    padding: 25px 30px;
    border-radius: 15px 15px 15px 15px;
    -moz-border-radius: 15px 15px 15px 15px;
    -webkit-border-radius: 15px 15px 15px 15px;
    border: 0px solid #000000;
    background: rgba(248,248,248,1);
    background: -moz-linear-gradient(top, rgba(248,248,248,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(248,248,248,1)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(248,248,248,1) 0%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(248,248,248,1) 0%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(248,248,248,1) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(248,248,248,1) 0%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#ffffff', GradientType=0 );
}

.fotorama {
    margin-top: 30px;
}

.plans {
    width: auto;
    margin: 0 auto;
}

.plan {
    margin: 0 0;
    text-align: center;
    background: white;
    background-clip: padding-box;
    border: 1px solid #edf1f5;
    background-color: #f9f9f9;
    height: 280px;
    width: 152px;
    position: relative;
}

.planButton {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 10px;
}

.buttonPink {
    background-color: #ab6ebd;
}

    .buttonPink:hover {
        background-color: #9a50af;
    }

.btn-info:hover {
    background-color: #2097ca;
}

.btn-premium {
    background-color: #6ebdbd;
    color: #fff;
}

    .btn-premium:hover {
        background-color: #57a6a6;
        color: #fff;
    }

.planHeaderBlue {
    background: url(../images/planBlueHeader.png) no-repeat;
    background-position: bottom;
    background-color: #685950;
    padding: 8px;
    height: 90px;
    width: 165px;
}

.planHeaderGreen {
    background: url(../images/planGreenHeader.png) no-repeat;
    background-position: bottom;
    background-color: #85766e;
    padding: 8px;
    height: 90px;
    width: 165px;
}

.planHeaderOrange {
    background: url(../images/planPinkHeader.png) no-repeat;
    background-position: bottom;
    background-color: #77685e;
    padding: 8px;
    height: 90px;
    width: 165px;
}

.planHeaderSeaGreen {
    background: url(../images/planRedHeader.png) no-repeat;
    background-position: bottom;
    background-color: #91837b;
    padding: 8px;
    height: 90px;
    width: 165px;
}

.greenStripe01 {
    background-color: #f5d8b4;
    color: #68462d;
    font-size: 16px;
    width: 117px;
}

.greenStripe02 {
    background-color: #f8e4cc;
    color: #68462d;
    font-size: 16px;
    width: 117px;
}

.greenStripe01 i {
    font-size: 16px;
    color: #009900;
}

.greenStripe02 i {
    font-size: 16px;
    color: #009900;
}

.blueStripe01 {
    background-color: #e8b26e;
    color: #68462d;
    font-size: 16px;
    width: 117px;
}

.blueStripe02 {
    background-color: #edc694;
    color: #68462d;
    font-size: 16px;
    width: 117px;
}

.blueStripe01 i {
    font-size: 16px;
    color: #009900;
}

.blueStripe02 i {
    font-size: 16px;
    color: #009900;
}

.orangeStripe01 {
    background-color: #f0c38c;
    color: #68462d;
    font-size: 16px;
    width: 117px;
}

.orangeStripe02 {
    background-color: #f2cda0;
    color: #68462d;
    font-size: 16px;
    width: 117px;
}


.orangeStripe01 i {
    font-size: 16px;
    color: #009900;
}

.orangeStripe02 i {
    font-size: 16px;
    color: #009900;
}

.seaGreenStripe01 {
    background-color: #f8e4ca;
    color: #68462d;
    font-size: 16px;
    width: 117px;
}

.seaGreenStripe02 {
    background-color: #fbefe1;
    color: #68462d;
    font-size: 16px;
    width: 117px;
}

.seaGreenStripe01 i {
    font-size: 16px;
    color: #009900;
}

.seaGreenStripe02 i {
    font-size: 16px;
    color: #009900;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    height: 65px;
    border: none;
}

.planPricing {
    background-color: #fff;
    color: #ccc;
    width: 129px;
    padding: 0;
}

.plan-title {
    margin: 14px 0 30px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.pricingHeaderTitle.affix {
    top: 40px;
    z-index: 99999;
}



.panel-warning h3 {
    background-color: #fff;
    color: #292929;
    font-size: 20px;
    padding: 10px 20px;
    margin: 0;
}

.panel-warning {
    border: 1px solid #fff;
}

    .panel-warning > .panel-heading {
        background-color: #fff;
        color: #7d5946;
        border-color: #e5e5e5;
        background: rgba(255,255,255,1);
        background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(230,230,230,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(230,230,230,1)));
        background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(230,230,230,1) 100%);
        background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(230,230,230,1) 100%);
        background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(230,230,230,1) 100%);
        background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(230,230,230,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0 );
    }

        .panel-warning > .panel-heading i {
            color: #f3b238;
        }

    .panel-warning.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
        height: 37px;
    }

    .panel-warning .table {
        margin-bottom: 0;
    }



.item {
    height: 322px;
}

.slide01 {
    background: url(../images/slideBack.jpg) no-repeat;
    background-position: left;
    background-color: #2a2f32;
}

.slide02 {
    background: url(../images/slideBack02.jpg) no-repeat;
    background-position: left;
    background-color: #2a2f32;
}

.slide03 {
    background: url(../images/slideBack03.jpg) no-repeat;
    background-position: left;
    background-color: #e9e5dc;
}

.slide04 {
    background: url(../images/slideBack04.jpg) no-repeat;
    background-position: left;
    background-color: #e9e5dc;
}


.carousel.fade {
    opacity: 1;
}

    .carousel.fade .item {
        -moz-transition: opacity ease-in-out .4s;
        -o-transition: opacity ease-in-out .4s;
        -webkit-transition: opacity ease-in-out .4s;
        transition: opacity ease-in-out .4s;
        left: 0 !important;
        opacity: 0;
        top: 0;
        position: absolute;
        width: 100%;
        display: block !important;
        z-index: 1;
    }

        .carousel.fade .item:first-child {
            top: auto;
            position: relative;
        }

        .carousel.fade .item.active {
            opacity: 1;
            -moz-transition: opacity ease-in-out .4s;
            -o-transition: opacity ease-in-out .4s;
            -webkit-transition: opacity ease-in-out .4s;
            transition: opacity ease-in-out .4s;
            z-index: 2;
        }

.topNav li a i {
    font-size: 14px;
    color: #a3a3a2;
}

.topNav > li > a:hover, .topNav > li > a:focus {
    background-color: #41332a;
}

.bhoechie-tab-content h3 {
    color: #272727;
    display: inline-block;
    font-size: 23px;
    margin-bottom: 10px;
}

.bhoechie-tab-content .plan-title {
    margin-bottom: 15px;
    margin-top: 10px;
    font-size: 21px;
    color: #fff;
}

.list-group li ul li {
    font-size: 16px;
}

.examples {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
}

.btnPricing {
    background-color: #6a8f95;
    color: #fff;
}



.installationBoxContainer i {
    font-size: 21px;
    color: #1ea176;
    margin: 10px 10px;
}

.installationBoxContainer table tr td {
    vertical-align: middle;
}

#singleplan {
    width: 650px;
    height: 300px;
    position: relative;
    margin: 0 auto;
}

    #singleplan h4 {
        font-size: 36px;
        margin-top: 0;
    }

    #singleplan ul {
        list-style-position: inside;
        list-style-type: none;
        font-size: 17px;
        padding: 0;
    }

        #singleplan ul li {
            padding-left: 15px;
            padding-bottom: 5px;
            position: relative;
        }

            #singleplan ul li::before {
                content: "-";
                left: 0;
                position: absolute;
                top: -1px;
            }

    #singleplan .free {
        width: 300px;
        padding: 20px;
        position: absolute;
        left: 0;
        top: 28px;
        background-color: #eee;
        color: #5a5a5a;
    }

    #singleplan .pro {
        background-color: #7ca429;
        right: 0;
        padding: 20px;
        position: absolute;
        top: 0;
        width: 350px;
        color: #fff;
    }

.emailUs {
}




/**
  MEDIA QUERIES
*/

/* Small devices (tablets, 768px and up) */



/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) {

    /* Make the indicators larger for easier clicking with fingers/thumb on mobile */

    #quote-carousel .carousel-indicators {
        bottom: -20px !important;
    }

        #quote-carousel .carousel-indicators li {
            display: inline-block;
            margin: 0px 5px;
            width: 15px;
            height: 15px;
        }

            #quote-carousel .carousel-indicators li.active {
                margin: 0px 5px;
                width: 20px;
                height: 20px;
            }

    .carousel-caption h1 {
        font-size: 24px;
    }

        .carousel-caption h1 span {
            font-size: 18px;
        }

    .slideMoreButton {
        margin-top: 10px;
    }

    .nav-pills > li > a {
        font-size: 15px;
        font-weight: 400;
    }

    .emailUs {
        float: left;
    }

    .navbar-brand {
        background-image: url(../images/streamsTechLogoSmall.png);
        width: 156px;
        height: 55px;
        text-indent: -9999px;
    }
}
/* End */


@media (max-width: 1280px) {

    .scrollFix.affix {
        width: auto;
    }

    .affix {
        position: static;
    }

    div.bhoechie-tab-menu {
        padding-left: 0;
    }

    .bhoechie-tab {
        padding-right: 0;
    }

    div.bhoechie-tab-menu div.list-group > a.active::after {
        border-left: none;
    }

    .slideTabImg {
        width: 44.5%;
    }
}

@media (min-width: 1280px) {

    .scrollFix.affix {
        top: 40px;
        width: 277px;
        z-index: 9000;
    }
}



@media (max-width: 600px) {
    .emailUs {
        display: none;
    }

    .navbar-toggle .icon-bar {
        background-color: #ccc;
    }

    .navbar-collapse {
        background-color: #504138;
        padding: 0;
        -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.47);
        -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.47);
        box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.47);
    }

        .navbar-collapse.in {
            overflow-y: visible;
        }

        .navbar-collapse > .navbar-nav {
            float: none;
            margin: 0;
        }

            .navbar-collapse > .navbar-nav li {
                text-align: center;
                margin: 0;
                border-bottom: 1px solid #ccc;
            }

                .navbar-collapse > .navbar-nav li a {
                    color: #fff;
                }
}




footer .list-group li {
    list-style-type: none;
}

.list-group li {
    list-style-type: disc;
}

.nav-pills > li > a {
    background-color: #555757;
    color: #FFF;
    font-size: 15px;
    font-weight: 400;
    padding: 8px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

    .nav-pills > li > a i {
        color: #ffc659;
        width: 25px;
        text-align: center;
    }

    .nav-pills > li > a:hover, .nav-pills > li > a:focus {
        background-color: #333333;
        border: none;
        color: #ffc659;
    }

    .nav-pills > li > a.active {
        background-color: #333;
        color: #ffc659;
    }


.ListBorder {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

.list-group-item:first-child {
    border-top: none;
}

#quote-carousel {
    margin-bottom: 0;
    padding: 0;
    margin-top: 10px;
}


#productSlider[style] {
    width: 102% !important;
}

.productMenu {
    margin: -40px 0 0;
    padding: 0;
    height: 100px;
    overflow: hidden;
}

    .productMenu li {
        margin: -40px 0 0;
        padding: 0;
        list-style-position: inside;
        list-style-type: none;
        display: inline;
    }

        .productMenu li span {
            display: inline-block;
            width: auto;
            padding: 14px 88px 16px 0;
            background: url(../images/icons/logoDivider.png) 0 100% no-repeat;
            background-position: right;
            b;
        }

            .productMenu li span img {
                vertical-align: bottom;
            }

    .productMenu a {
        display: inline-block;
        width: auto;
        color: #858585;
        padding: 15px 21px;
        font-size: 18px;
    }

        .productMenu a:hover {
            text-decoration: none;
            color: #0f0f0f;
        }

        .productMenu a.active {
            color: #000;
            border-bottom: 4px solid #faba3c;
            padding: 13px 23px;
            position: relative;
            top: -2px;
            background-color: #f5f5f5;
            -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.20);
            -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.20);
            box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.20);
        }



        .productMenu a i {
            display: block;
            text-align: center;
        }

.carousel-caption-inner {
    position: absolute;
    text-align: left;
    left: 15px;
    width: 420px;
    height: auto;
    padding: 20px;
    top: 34px;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    background: rgba(0,0,0,0.8);
}

    .carousel-caption-inner ul {
        margin: 0;
        padding: 0;
    }

        .carousel-caption-inner ul li {
            background: url(../images/bullet03.png) no-repeat 0 4px;
            list-style-type: none;
            padding-left: 26px;
            margin: 10px 0;
        }

.geoSWMMbannerImg {
    background: url(../images/geoSWMMbanner.jpg) no-repeat;
    background-position: left;
    background-color: #dbdad4;
}

.waterNAMbannerImg {
    background: url(../images/waterNAMbanner.jpg) no-repeat;
    background-position: left;
    background-color: #2a2f32;
}

.btn-compare {
    font-size: 22px;
}

.btn-compare span{
    background-color: #000000;
 margin-right: -13px;
    padding: 11px 15px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.btn-success {
    background-color: #18a150;
    border-color: #4cae4c;
    color: #ede9e9;
    -webkit-border-radius:8px;
   
}

.btn-trial {
    background-color: #e8b26e;
    border-color: #c77d44;
    color: #ede9e9;
    -webkit-border-radius:8px;
}

.featureListing {
    margin: 0;
    padding: 0;
}

    .featureListing li {
        background: url(../images/tick02.png) no-repeat 0 4px;
        list-style-type: none;
        padding-left: 35px;
        margin: 10px 0;
        text-align: left;
    }

.toolsListing {
    margin: 0;
    padding: 0;
}

    .toolsListing li {
        background: url(../images/toolsIco.png) no-repeat 0 2px;
        list-style-type: none;
        padding-left: 35px;
        margin: 15px 0;
    }

.secondColumn01 {
    width: 315px !important;
    background-color: #e9eff1;
}

.secondColumn02 {
    width: 315px !important;
    background-color: #f6f9f9;
}

.priceTable {
    width: 1140px;
}

    .priceTable td {
        padding: 8px;
        font-size: 16px;
    }



    .priceTable thead, .priceTable tbody, .priceTable tr, .priceTable td, .priceTable th {
        display: block;
    }

        .priceTable tr:after {
            content: ' ';
            display: block;
            visibility: hidden;
            clear: both;
        }

        .priceTable thead th {
            height: 110px;
            text-align: center;
            /*text-align: left;*/
        }

    .priceTable tbody {
        height: 120px;
        overflow-y: auto;
    }

thead {
    /* fallback */
}


.priceTable tbody td, .priceTable thead th {
    display: table-cell;
    width: 165px;
}

.priceTable .packageDivider {
    border-top: 1px solid #f0ad7b;
}

.featureSectionLight {
    background-color: #fff;
    padding: 60px 0;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
}

.featureSectionDark {
    background-color: #dfe8ed;
    padding: 60px 0;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
}

.leftScreenshot {
    padding-left: 0;
}

.rightScreenshot {
    padding-right: 0;
}

#vAlign {
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}


.screenshot {
    -webkit-box-shadow: 0px 0px 47px -20px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 47px -20px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 47px -20px rgba(0,0,0,0.75);
    border: 1px solid #ccc;
}

.featureSectionLight {
    background-color: #fff;
    padding: 60px 0;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
}

.featureSectionDark {
    background-color: #dfe8ed;
    padding: 60px 0;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
}

.applications h4 {
    font-size: 18px;
    line-height: 1.3;
}

.panel-info {
    background-color: #fdfdfd;
}

    .panel-info .panel-title {
        color: #0c7fa2;
    }

    .panel-info > .panel-heading {
        background-color: #fff;
    }

/*
#recaptcha_table thead, tbody, tr, td, th {
    display: table-cell;
} */


#recaptcha_table {
    background-color: #fff;
}

.footerGap {
    padding-bottom: 40px;
}

.fotorama__nav-wrap {
    margin-top: 20px;
    background-color: #fff;
    border: 1px solid #eee;
    margin-top: 20px;
    padding: 30px;
}

.fotorama {
    padding: 30px;
    background-color: #f9f9f9;
    border: 1px solid #dadada;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
}

.sectionMap {
    padding: 0;
    color: #fff;    
    background-color: #0a4e6f;
}

.geoswmmUserMap {
  background: url(../images/geoSWMM/goeswmmUserMap.jpg) no-repeat 0 100%;  
      height: 522px;
}

.myButton {
	-moz-box-shadow: 0px 10px 14px -7px #276873;
	-webkit-box-shadow: 0px 10px 14px -7px #276873;
	box-shadow: 0px 10px 14px -7px #276873;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #599bb3), color-stop(1, #408c99));
	background:-moz-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:-webkit-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:-o-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:-ms-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:linear-gradient(to bottom, #599bb3 5%, #408c99 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#599bb3', endColorstr='#408c99',GradientType=0);
	background-color:#599bb3;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:20px;
	font-weight:bold;
	padding:13px 32px;
	text-decoration:none;
	text-shadow:0px 1px 0px #3d768a;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #408c99), color-stop(1, #599bb3));
	background:-moz-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:-webkit-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:-o-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:-ms-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:linear-gradient(to bottom, #408c99 5%, #599bb3 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#408c99', endColorstr='#599bb3',GradientType=0);
	background-color:#408c99;
}
.myButton:active {
	position:relative;
	top:1px;
}
.contentSubHeader {
    font-weight: bold;
    font-size: 21px;
    color: #7d5946;
}
.contentSubHeaderProject {
    font-weight: bold;
    font-size: 27px;
    color: #7d5946;
    text-align: center;
}

.listDivider {
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
    margin-bottom: 20px;
}
.affix {
    top: 80px;
    width: 100%;
    border-bottom: 20px solid #fff;
    z-index: 9999;
}

.projectListDivider {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    overflow: hidden;
    padding: 60px 0;
}
