﻿
        @charset "utf-8";

        .recognizations {
            width: 100%;
            display: inline-block;
            margin-bottom: 25px;
        }

            .recognizations li:first-child {
                margin-right: 60px;
            }

            .recognizations h3 {
                margin-left: 90px;
                margin-bottom: 15px;
            }

            .recognizations ul {
                margin: 0 0 0 90px;
                padding: 0;
            }

            .recognizations li {
                list-style: none;
                float: left;
            }

        .menu ul, a img, body, caption, cite, dd, dl, form, img, label, li, span, table, ul {
            margin: 0;
            padding: 0;
        }

        p {
            padding: 0;
        }

        body {
            font: 13px Arial,Helvetica,sans-serif;
            font-family: Arial,sans-serif;
            font-size: 13px;
            line-height: 1.42857143;
            color: #333;
            background-color: #fff;
        }

        a {
            color: #0ec7ef;
            -moz-transition: all .3s ease-in-out;
            -webkit-transition: all .3s ease-in-out;
            -khtml-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
        }

            a:hover {
                color: #000;
            }

            a.b, a.b:hover, a:hover {
                text-decoration: none;
            }

            a.b {
                -moz-transition: all .3s ease-in-out;
                -webkit-transition: all .3s ease-in-out;
                -khtml-transition: all .3s ease-in-out;
                transition: all .3s ease-in-out;
                color: #000;
            }

                a.b:hover {
                    color: #0ec7ef;
                }

            a img, a:focus {
                border: 0;
                outline: 0;
            }

        h1, h2, h3, h4, h5, h6 {
            font-weight: 400;
            padding: 0;
        }

        h1 {
            font-size: 30px;
            color: #333;
            margin: 0;
            line-height: 30px;
            font-family: 'Roboto Condensed',Arial,Helvetica,sans-serif;
        }

        h2, h5, h6 {
            color: #0ec7ef;
        }

        h2, h3, h4, h5, h6 {
            font-family: Arial,Helvetica,sans-serif;
        }

        h2 {
            margin: 0 0 15px;
            font-size: 37px;
        }

        h3, h4, h5, h6 {
            font-size: 22px;
        }

        h4, h5, h6 {
            font-family: 'Open Sans',Arial,Helvetica,sans-serif;
            margin: 0 0 10px;
            color: #111;
        }

        h5, h6 {
            font-size: 20px;
            margin: 0;
            line-height: 30px;
        }

        h6 {
            font-size: 14px;
        }

        input[type=file], input[type=password], input[type=text], select, textarea {
            background: #fff;
            font-family: Arial,Helvetica,sans-serif;
            font-size: 13px;
            font-weight: 400;
            margin: 0;
            padding: 7px;
            line-height: normal;
            border: 1px solid #cbcaca;
            -moz-box-shadowbox-shadow: 0 0 2px 0 #e8e8e8 inset;
            -webkit-box-shadow: 0 0 2px 0 #e8e8e8 inset;
            box-shadow: 0 0 2px 0 #e8e8e8 inset;
            -moz-transition: all .2s ease-in-out;
        }

            input[type=password]:focus, input[type=password]:hover, input[type=text]:focus, input[type=text]:hover, textarea:focus, textarea:hover {
                border: 1px solid #0ec7ef;
            }

        textarea {
            resize: none;
        }

        input[type=button], input[type=reset], input[type=submit] {
            background: #14c3be;
            background: -moz-linear-gradient(top,#14c3be 0,#0aa5a2 100%);
            background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#14c3be),color-stop(100%,#0aa5a2));
            background: -webkit-linear-gradient(top,#14c3be 0,#0aa5a2 100%);
            background: -o-linear-gradient(top,#14c3be 0,#0aa5a2 100%);
            background: -ms-linear-gradient(top,#14c3be 0,#0aa5a2 100%);
            background: linear-gradient(to bottom,#14c3be 0,#0aa5a2 100%);
            border: 0;
            color: #fff;
            cursor: pointer;
            font: 700 13px Arial,Helvetica,sans-serif;
            margin: 0 10px 0 0;
            padding: 9px 25px;
        }

        ::selection {
            background: #0ec7ef;
            color: #fff;
        }

        ::-moz-selection {
            background: #0ec7ef;
            color: #fff;
        }

        ::-webkit-selection {
            background: #0ec7ef;
            color: #fff;
        }

        ::-khtml-selection {
            background: #0ec7ef;
            color: #fff;
        }

        .left {
            float: left;
        }

        .right {
            float: right;
        }

        #header {
            background: url(images/bg_header.gif) repeat-x;
            width: 100%;
            height: 58px;
            border-bottom: 1px solid #e6e5e5;
            display: inline-block;
            padding: 10px 0 0;
            float: left;
        }

            #header .content {
                width: 100%;
                height: 58px;
                margin: 0 auto;
            }

        .logo {
            font: 22px Arial,Helvetica,sans-serif;
            line-height: 52px;
            float: left;
        }

            .logo a, .logo a img, .menu li a.visited, .menu li a:hover, .navbar-nav > li > a:hover {
                color: #0ec7ef;
            }

                .logo a img {
                    font: 34px 'Roboto Condensed',Arial,Helvetica,sans-serif;
                    border: 0;
                    margin: 2px 0 0;
                }

        .menu {
            float: right;
        }

            .menu li {
                list-style: none;
                font-family: 'Roboto Condensed',Arial,Helvetica,sans-serif;
                font-size: 15px;
                font-weight: 500;
                color: #333;
                float: left;
                line-height: 40px;
                position: relative;
                text-transform: uppercase;
                padding-top: 8px;
            }

                .menu li a {
                    color: #333;
                    padding: 0 25px;
                    -moz-transition: all .3s ease-in-out;
                    -webkit-transition: all .3s ease-in-out;
                    -khtml-transition: all .3s ease-in-out;
                    transition: all .3s ease-in-out;
                }

                .menu li:last-child a {
                    padding-right: 0;
                }

                .menu li ul {
                    margin: 20px 0 0;
                    opacity: 0;
                    visibility: hidden;
                    position: absolute;
                    top: 78px;
                    left: 0;
                    background: #0ec7ef;
                    -moz-box-shadow: 0 -1px rgba(255,255,255,.3);
                    -webkit-box-shadow: 0 -1px 0 rgba(255,255,255,.3);
                    box-shadow: 0 -1px 0 rgba(255,255,255,.3);
                    -moz-border-radius: 3px;
                    -webkit-border-radius: 3px;
                    border-radius: 3px;
                    -webkit-transition: all .2s ease-in-out;
                    -moz-transition: all .2s ease-in-out;
                    -ms-transition: all .2s ease-in-out;
                    -o-transition: all .2s ease-in-out;
                    transition: all .2s ease-in-out;
                    z-index: 9898989;
                }

                .menu li:hover > ul, .menu li:visited > ul {
                    opacity: 1;
                    visibility: visible;
                    margin: 0;
                }

            .menu ul ul {
                top: 45px;
                left: 0;
                margin: 0 0 0 -50px;
                -moz-box-shadow: -1px 0 0 rgba(255,255,255,.3);
                -webkit-box-shadow: -1px 0 0 rgba(255,255,255,.3);
                box-shadow: -1px 0 0 rgba(255,255,255,.3);
            }

            .menu li ul li, .sf-menu li ul li {
                font-family: 'Open Sans',Arial,Helvetica,sans-serif;
                font-size: 14px;
                float: none;
                display: block;
                border: 0;
                -moz-box-shadow: 0 1px 0 #0598ac,0 2px 0 #3be1f8;
                -webkit-box-shadow: 0 1px 0 #0598ac,0 2px 0 #3be1f8;
                box-shadow: 0 1px 0 #0598ac,0 2px 0 #3be1f8;
                line-height: 20px;
                padding-right: 10px;
            }

                .menu li ul li:last-child, .sf-menu li ul li:last-child {
                    -moz-box-shadow: none;
                    -webkit-box-shadow: none;
                    box-shadow: none;
                }

                .menu li ul li a, .sf-menu li ul li a {
                    padding: 10px 35px 10px 10px;
                    display: block;
                    white-space: nowrap;
                    float: none;
                    color: #fff;
                    text-transform: none;
                }

                    .menu li ul li a:hover {
                        color: #333;
                    }

                .menu li ul li:first-child > a {
                    -moz-border-radius: 3px 3px 0 0;
                    -webkit-border-radius: 3px 3px 0 0;
                    border-radius: 3px 3px 0 0;
                }

                    .menu li ul li:first-child > a:after, .sf-menu li ul li:first-child > a:after {
                        content: '';
                        position: absolute;
                        left: 40px;
                        top: -6px;
                        border-left: 6px solid transparent;
                        border-right: 6px solid transparent;
                        border-bottom: 6px solid #0ec7ef;
                    }

            .menu li ul ul li:first-child a:after, .sf-menu li ul ul li:first-child a:after {
                left: -6px;
                top: 50%;
                margin-top: -6px;
                border-left: 0;
                border-bottom: 6px solid transparent;
                border-top: 6px solid transparent;
                border-right: 6px solid #3b3b3b;
            }

            .menu li ul li:first-child a:hover:after, .sf-menu li ul li:first-child a:hover:after {
                border-bottom-color: #0ec7ef;
            }

            .menu li ul ul li:first-child a:hover:after, .sf-menu li ul ul li:first-child a:hover:after {
                border-right-color: #0299d3;
                border-bottom-color: transparent;
            }

            .menu li ul li:last-child > a {
                -moz-border-radius: 0 0 3px 3px;
                -webkit-border-radius: 0 0 3px 3px;
                border-radius: 0 0 3px 3px;
            }

        #pgettl {
            width: 100%;
            clear: both;
            height: 75px;
            background: #f8f8f8;
            border-top: 1px solid #fff;
            border-bottom: 1px solid #ededed;
            padding: 10px 0 5px;
            margin: 51px 0 15px;
        }

            #pgettl .content {
                height: 98px;
            }

            #pgettl h2 {
                color: #333;
                font-family: Arial,Helvetica,sans-serif;
                font-size: 28px;
                font-weight: 400;
                margin-bottom: 0;
            }

            #pgettl span {
                font-family: 'Open Sans',Arial,Helvetica,sans-serif;
                font-size: 14px;
                color: #999;
                line-height: 28px;
            }

        #container {
            width: 100%;
            padding: 25px 0 10px;
            display: inline-block;
            background: #fff;
            min-height: 140px;
        }

            #container .content, #pgettl .content {
                width: 100%;
                margin: 0 auto;
            }

        #column-right {
            float: right;
            width: 310px;
        }

            #column-right + #col-cont {
                margin: 0 350px 0 0;
            }

        .five .columns h1, .five .columns h3 {
            font-family: 'Roboto Condensed',Arial,Helvetica,sans-serif;
            font-size: 24px;
        }

        #col-cont h1 {
            color: #0ec7ef;
            margin-bottom: 10px;
        }

        h3 {
            color: #0ec7ef;
            margin: 0 0 10px;
        }

        p {
            margin: 0 0 15px;
            line-height: 25px;
            text-align: justify;
        }

        .banner, .ovrvew {
            width: 100%;
            display: inline-block;
        }

        .banner {
            background: #fcfcfc;
            border-bottom: 1px solid #e6e5e5;
            margin-top: 65px;
            float: left;
            overflow: hidden;
            position: relative;
        }

        .ovrvew {
            padding: 0;
        }

            .ovrvew .lft {
                float: left;
                width: 650px;
                height: 500px;
                margin: 0 20px 0 0;
                position: relative;
            }

            .ovrvew h3 {
                margin-bottom: 10px;
            }

            .ovrvew p {
                line-height: 24px !important;
            }

            .ovrvew .lft img {
                width: 648px;
                height: 498px;
                border: 1px solid #fff;
                font-family: 'Roboto Condensed',Arial,Helvetica,sans-serif;
                font-size: 42px;
                font-weight: 400;
                display: block;
            }

            .ovrvew .cptn {
                font: 28px Arial,Helvetica,sans-serif;
                background: url(images/bg_blktrsprnt.png);
                width: 425px;
                height: 45px;
                margin: -130px 0 0;
                position: absolute;
                z-index: 1;
                right: 0;
                float: right;
                line-height: 18px;
                text-align: right;
                padding: 25px 20px 0 0;
                color: #fff;
            }

                .ovrvew .cptn span {
                    color: #4beaff;
                }

            .ovrvew .rgt {
                float: right;
                width: 310px;
                height: 500px;
                overflow: auto;
            }

                .ovrvew .rgt h3 {
                    color: #0ec7ef;
                    border-bottom: 1px solid #f0f0f0;
                    padding: 0 0 10px;
                }

                .careers-cnt, .ormsn, .orvls, .orvsn, .ovrvew .rgt .desc {
                    width: 100%;
                    display: inline-block;
                    border-top: 1px solid #fff;
                    padding: 10px 0 0;
                }

                    .ovrvew .rgt .desc p {
                        font: 13px Arial,Helvetica,sans-serif !important;
                        line-height: 22px !important;
                        text-align: justify !important;
                        color: #666 !important;
                    }

                    .careers-cnt .content, .ormsn .content, .orvls .content, .orvsn .content {
                        width: 100%;
                        margin: 0 auto;
                    }

        .careers-cnt, .ormsn, .orvls, .orvsn {
            padding: 30px 0;
            border-bottom: 1px solid #fff;
        }

            .careers-cnt .ttl, .ormsn .ttl, .orvls .ttl, .orvsn .ttl {
                width: 100%;
                display: inline-block;
                height: 40px;
                margin: 0 0 10px;
            }

            .ormsn .ttl_lft, .ormsn .ttl_rgt, .orvsn .ttl_lft, .orvsn .ttl_rgt {
                height: 40px;
                width: 41%;
            }

            .careers-cnt .ttl_lft, .careers-cnt .ttl_rgt {
                height: 40px;
                width: 31%;
            }

            .careers-cnt .ttl_lft, .ormsn .ttl_lft, .orvsn .ttl_lft {
                background: url(images/hed_brd.png) right top no-repeat;
                float: left;
            }

            .careers-cnt .ttl_rgt, .ormsn .ttl_rgt, .orvsn .ttl_rgt {
                background: url(images/hed_brd.png) left -40px no-repeat;
                float: right;
            }

            .careers-cnt h3, .ormsn h3, .orvsn h3 {
                text-align: center;
                color: #0ec7ef;
                float: left;
                width: 18%;
                line-height: 36px;
            }

            .careers-cnt h3 {
                width: 38%;
            }

            .careers-cnt .desc, .ormsn .desc, .orvsn .desc {
                margin: 0 auto;
            }

                .careers-cnt .desc p, .ormsn .desc p, .orvsn .desc p {
                    font: 16px Arial,Helvetica,sans-serif;
                    line-height: 26px;
                    color: #66676b;
                    text-align: center;
                }

                    .careers-cnt .desc p span, .ormsn .desc p span, .orvsn .desc p span {
                        font: 22px Arial,Helvetica,sans-serif;
                        margin: 0 0 6px;
                        display: inline-block;
                    }

            .orvls .ttl_lft, .orvls .ttl_rgt {
                height: 40px;
                width: 35%;
            }

            .orvls .ttl_lft {
                background: url(images/hed_brd.png) right top no-repeat;
                float: left;
            }

            .orvls .ttl_rgt {
                background: url(images/hed_brd.png) left -40px no-repeat;
                float: right;
            }

            .orvls h3 {
                text-align: center;
                color: #0ec7ef;
                float: left;
                width: 30%;
                line-height: 36px;
            }

            .orvls .desc {
                width: 100%;
                margin: 0 auto;
                padding: 10px 0 0;
            }

                .orvls .desc h4 {
                    font-family: 'Roboto Condensed',Arial,Helvetica,sans-serif;
                    font-size: 18px;
                    text-align: center;
                    margin: 0 0 15px;
                }

                .orvls .desc p {
                    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
                    font-size: 14px;
                    text-align: justify;
                    color: #66676b;
                    line-height: 24px;
                }

        .orvls-sprtr {
            background: #fff;
            background: -moz-linear-gradient(top,#fff 0,#cfcfcf 50%,#fff 100%);
            background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(50%,#cfcfcf),color-stop(100%,#fff));
            background: -webkit-linear-gradient(top,#fff 0,#cfcfcf 50%,#fff 100%);
            background: -o-linear-gradient(top,#fff 0,#cfcfcf 50%,#fff 100%);
            background: -ms-linear-gradient(top,#fff 0,#cfcfcf 50%,#fff 100%);
            background: linear-gradient(to bottom,#fff 0,#cfcfcf 50%,#fff 100%);
            width: 1px;
            height: 150px;
            margin: 0 auto;
        }

        .sec0 {
            background: #fcfcfc;
        }

        .sec0, .sec1, .sec2 {
            width: 100%;
            display: inline-block;
            border-top: 1px solid #dad9d9;
        }

        .sec1 {
            background: #f7f7f7;
        }

        .sec2 {
            background: #f3f3f3;
        }

        .sec3 {
            background: #424043;
            border-top: 1px solid #302f30;
        }

        .sec3, .sec4, .sec5 {
            width: 100%;
            display: inline-block;
        }

        .sec4 {
            background: #252426;
            border-bottom: 1px solid #000;
            border-top: 1px solid #252426;
        }

        .sec5 {
            background: #1aacc0;
            border-top: 1px solid #000;
        }

        .sec3 .inn_sec {
            border-top: 1px solid #817f82;
            border-bottom: none;
        }

        .sec4 .inn_sec, .sec5 .inn_sec {
            border-top: 1px solid #484749;
            border-bottom: none;
        }

        .sec5 .inn_sec {
            border-top: 1px solid #54d8ea;
        }

        .inn_sec {
            width: 100%;
            display: inline-block;
            border-top: 1px solid #fff;
            border-bottom: 1px solid #fff;
            height: auto;
        }

            .inn_sec .content {
                width: 100%;
                margin: 0 auto;
            }

                .inn_sec .content img {
                    font-family: 'Roboto Condensed',Arial,Helvetica,sans-serif;
                    font-size: 42px;
                    font-weight: 400;
                    line-height: 280px;
                }

            .inn_sec h1, .inn_sec h2 {
                color: #0ec7ef;
                margin: 0 0 15px;
            }

            .inn_sec .lftimg, .inn_sec .rgtimg {
                float: right;
                margin-left: 20px;
            }

                .inn_sec .lftimg img {
                    max-width: 445px;
                }

            .inn_sec p, .terms p {
                font-family: 'Open Sans',Arial,Helvetica,sans-serif;
                font-size: 14px;
                line-height: 24px;
                color: #666;
                margin: 0 0 22px;
                text-align: justify;
            }

        ul.bps_one {
            margin: 0 0 10px 15px;
            padding: 0;
            display: inline-block;
        }

            ul.bps_one li {
                list-style: none;
                font: 14px Arial,Helvetica,sans-serif;
                color: #66676b;
                line-height: 20px;
                padding: 6px 0 6px 22px;
                margin: 0 0 10px;
            }

                ul.bps_one li span.bulet {
                    background: url(images/icon_bullet.png) left -5px no-repeat;
                    width: 20px;
                    height: 20px;
                    float: left;
                }

                ul.bps_one li:last-child {
                    margin-bottom: 0;
                }

        blockquote {
            font-family: 'Open Sans',Arial,Helvetica,sans-serif;
            font-size: 14px;
            line-height: 20px;
            margin: 0 0 0 50px;
            padding: 0;
        }

        .terms h1 {
            margin-bottom: 8px;
        }

        .terms-cont {
            color: #666;
            margin: 0 0 35px;
        }

            .prd-menu li a.visited, .prd-menu li a:hover, .terms-cont h1 {
                color: #0ec7ef;
            }

        .fprdlst li a:hover, .links li a:hover, .sec3 .inn_sec h2, .sec4 .inn_sec h2, .sec5 .inn_sec h2 {
            color: #fff;
        }

        .sec3 .inn_sec p, .sec4 .inn_sec p {
            color: #d6d2d2;
        }

        .sec5 .inn_sec p {
            color: #f9fdfd;
        }

        .sec3 .inn_sec ul.bps_one li {
            color: #ebeaea;
            background: url(images/icon_bullet.png) left -28px no-repeat;
        }

        .sec4 .inn_sec ul.bps_one li {
            color: #ebeaea;
            background: url(images/icon_bullet.png) left -59px no-repeat;
        }

        .sec5 .inn_sec ul.bps_one li {
            color: #f9fdfd;
            background: url(images/icon_bullet.png) left -90px no-repeat;
        }

        span.quote {
            background: url(images/icon_quote.png) right top no-repeat;
        }

        .cont_rgt {
            float: right;
            width: 420px;
        }

        .addr {
            border-bottom: 1px solid #f0f0f0;
            margin: 0 0 15px;
            width: 100%;
            display: inline-block;
            clear: both;
        }

        .addr-sprtr {
            width: 80px;
            background: #f0f0f0;
            height: 1px;
            margin-left: 40px;
            margin-bottom: 15px;
        }

        .addr h3, .reachus h3 {
            margin-bottom: 10px;
        }

        .addr h4 {
            font-size: 18px;
            margin-bottom: 6px;
        }

        .addr p, .rechus-lft p {
            font-family: 'Open Sans',Arial,Helvetica,sans-serif;
            font-size: 14px;
            color: #666;
            line-height: 28px;
            margin: 0 0 10px !important;
        }

            .addr p span.pdlft25 {
                padding-left: 25px;
                line-height: 28px;
            }

        .addr h5 {
            font: 13px Arial,Helvetica,sans-serif;
            font-weight: 700;
            color: #000;
            text-transform: uppercase;
            margin-bottom: 5px;
        }

        .addr .lft, .addr .rgt {
            float: left;
            width: 200px;
        }

        .addr .rgt {
            float: right;
        }

        .errormsg {
            text-align: center;
            color: red;
        }

        .email, .phone {
            font-family: 'Open Sans',Arial,Helvetica,sans-serif;
            font-size: 14px;
            color: #666;
            line-height: 30px;
        }

        a.email {
            color: #666;
            -moz-transition: all .3s ease-in-out;
            -webkit-transition: all .3s ease-in-out;
            -khtml-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
            display: block;
        }

        a:hover.email {
            color: #000;
        }

        .reachus {
            width: 100%;
            clear: both;
            display: inline-block;
            padding: 25px 0 0;
        }

            .reachus h4, a.email {
                margin-bottom: 6px;
            }

        .rechus-lft {
            float: left;
            margin-right: 40px;
            width: 300px;
        }

        .prds_rptr, .prdts {
            width: 100%;
            display: inline-block;
        }

        .prdts {
            border-top: 1px solid #e5e5e5;
            padding: 30px 0 0;
        }

            .prd-dtls .prd-banner .content, .prdts .content {
                width: 100%;
                margin: 0 auto;
            }

        .prds_rptr {
            background: url(404/index.html) center top;
            padding: 0 0 40px;
        }

        .prd_lft {
            width: 72%;
            padding: 110px 0 0;
            height: 300px;
            margin: 0 0 100px;
            float: left;
        }

            .prd_lft .lftpic {
                float: left;
                margin: 0 20px 0 0;
                font-family: 'Roboto Condensed',Arial,Helvetica,sans-serif;
                font-size: 42px;
                font-weight: 400;
                width: 285px;
                height: 495px;
                display: block;
                line-height: 495px;
            }

            .prd_lft .prd_info {
                display: block;
                width: 100%;
            }

            .prd_lft .prd_ttl {
                font-family: 'Open Sans',Arial,Helvetica,sans-serif;
                font-size: 32px;
                color: #0ec7ef;
                margin: 40px 0 18px;
                line-height: 28px;
                text-align: left;
            }

                .prd_lft .prd_ttl a, .prd_ttl a {
                    color: #0ec7ef;
                    -moz-transition: all .3s ease-in-out;
                    -webkit-transition: all .3s ease-in-out;
                    -khtml-transition: all .3s ease-in-out;
                    transition: all .3s ease-in-out;
                }

            .prd_lft p {
                font-family: Arial,Helvetica,sans-serif;
                font-size: 16px;
                color: #4f4f4f;
                line-height: 26px;
            }

        .prd_rgt {
            width: 72%;
            padding: 110px 0 0;
            height: 500px;
            margin: 0 0 110px;
            float: right;
            position: relative;
        }

            .prd_rgt .rgtpic {
                float: right;
                margin: 0 0 0 20px;
                font-family: 'Roboto Condensed',Arial,Helvetica,sans-serif;
                font-size: 42px;
                font-weight: 400;
                width: 285px;
                height: 495px;
                display: block;
                line-height: 495px;
            }

            .prd_rgt .prd_ttl {
                font-family: 'Open Sans',Arial,Helvetica,sans-serif;
                font-size: 32px;
                color: #0ec7ef;
                margin: 40px 0 10px;
                position: relative;
                bottom: 35px;
                text-align: right;
            }

            .prd_rgt .prd_info {
                position: absolute;
                bottom: 0;
                right: 305px;
            }

            .prd_rgt p {
                font-family: Arial,Helvetica,sans-serif;
                font-size: 16px;
                color: #4f4f4f;
                line-height: 26px;
                text-align: right;
            }

        .prd-dtls {
            width: 100%;
            display: inline-block;
            padding: 0;
            background: #fcfcfc;
        }

            .prd-dtls .prd-container, .prd-ttl {
                margin: 0 auto;
                width: 100%;
            }

        .prd-ttl {
            margin: 0 auto 20px;
            height: 50px;
            text-align: center;
            padding: 15px 0 0;
            position: relative;
            z-index: 989;
        }

            .prd-ttl h2 {
                float: left;
                color: #0ec7ef;
            }

            .prd-ttl .lft-dev {
                float: left;
                background: url(images/devider_prdttl.png) right 5px no-repeat;
                height: 40px;
            }

            .prd-ttl .rgt-dev {
                float: left;
                background: url(images/devider_prdttl.png) left -35px no-repeat;
                height: 40px;
            }

        .prd-dtls .prd-cap {
            font: 16px Arial,Helvetica,sans-serif;
            color: #999;
            line-height: 20px;
            margin: 0 0 10px;
            display: inline-block;
        }

        .prd-dtls .prd-banner {
            width: 100%;
            margin-bottom: 20px;
        }

        .prd-menu, .prd-menucont {
            width: 100%;
            display: inline-block;
            margin: 0;
            min-height: 100px;
        }

        .prd-menu {
            width: 98.8%;
            min-height: 54px;
            margin: 0 auto 15px;
            background: #f8f8f8;
            border: 1px solid #e4e4e7;
            padding: 4px 0 0 1%;
            -webkit-box-shadow: 0 5px 5px rgba(50,50,50,.1);
            -moz-box-shadow: 0 5px 5px rgba(50,50,50,.1);
            box-shadow: 0 5px 5px rgba(50,50,50,.1);
        }

            .prd-menu h1 {
                float: left;
                width: 70%;
                font-size: 22px;
                margin: 18px 0 0 10px;
            }

            .prd-menu h3 img {
                max-width: 100%;
                margin: 5px 0 0;
            }

            .prd-menu h3 {
                width: 25%;
                float: right;
                text-align: right;
                margin-right: 10px;
            }

            .prd-menu .left img {
                font: 22px Arial,Helvetica,sans-serif;
                line-height: 50px;
                float: left;
                color: #0ec7ef;
            }

            .prd-menu .logo-product {
                float: left;
                margin-right: 25px;
            }

            .prd-menu .sprts_pltfms {
                float: right;
                margin: 4px 10px 0 0;
            }

            .prd-menu ul {
                margin: 0;
                padding: 0;
            }

            .prd-menu li {
                list-style: none;
                font-family: 'Roboto Condensed',Arial,Helvetica,sans-serif;
                font-size: 17px;
                float: left;
                line-height: 58px;
                background: url(images/devider_prdmenu.png) right top no-repeat;
            }

                .prd-menu li:last-child {
                    background: 0 0;
                }

                .prd-menu li a {
                    padding: 0 30px;
                    color: #666;
                    -moz-transition: all .3s ease-in-out;
                    -webkit-transition: all .3s ease-in-out;
                    -khtml-transition: all .3s ease-in-out;
                    transition: all .3s ease-in-out;
                    display: block;
                    text-transform: uppercase;
                }

        .featuers, .prd-bdy {
            width: 100%;
            display: inline-block;
        }

        .prd-bdy {
            margin: 0 0 15px;
        }

        .featuers {
            padding: 2px 0 4px;
            border-top: 1px solid #fff;
            position: relative;
            z-index: 989;
            border-bottom: 1px solid #fff;
        }

            .featuers .content {
                width: 100%;
                margin: 0 auto 20px;
            }

        .fet-box { /*width:225px;*/
            width: 230px;
            background: #f7f7f7;
            margin-right: 20px;
            float: left;
            padding: 0 0 8px;
        }

            .fet-box .box-cont .pic img, .fet-box .fet-box-hed h3 {
                font-family: 'Roboto Condensed',Arial,Helvetica,sans-serif;
                font-weight: 400;
            }

            .fet-box .fet-box-hed h3 {
                background: #eeeeef;
                width: 100%;
                padding-top: 3px;
                text-indent: 12px;
                font-size: 20px;
                color: #333;
                line-height: 20px;
            }

            .fet-box .box-cont {
                padding: 1% 6% 0 5%;
            }

                .fet-box .box-cont .pic {
                    border: 2px solid #fff;
                    margin-bottom: 8px;
                    -webkit-box-shadow: 0 5px 10px rgba(51,51,51,.1);
                    -moz-box-shadow: 0 5px 10px rgba(51,51,51,.1);
                    -khtml-box-shadow: 0 5px 10px rgba(51,51,51,.1);
                    box-shadow: 0 5px 10px rgba(51,51,51,.1);
                }

                    .fet-box .box-cont .pic img {
                        font-size: 17px;
                        color: #0ec7ef;
                        max-width: 100%;
                        line-height: 96px;
                        text-align: center;
                        display: block;
                    }

                .fet-box .box-cont p {
                    font: 13px Arial,Helvetica,sans-serif;
                    color: #666;
                    line-height: 20px;
                    text-overflow: ellipsis;
                    overflow: hidden;
                    text-align: justify;
                    margin-bottom: 8px;
                }

        .clntspanel {
            background: #f7f7f7;
            width: 100%;
            height: 90px;
            margin: 0;
            border-top: 1px solid #e5e5e5;
            border-bottom: 1px solid #e5e5e5;
            overflow: hidden;
        }

            .clntspanel .content {
                width: 100%;
                height: 100px;
                margin: 0 auto;
            }

            .clntspanel h1 {
                font-family: Arial,Helvetica,sans-serif;
                font-size: 22px;
                color: #0ec7ef;
                text-align: center;
                margin: 0;
                line-height: 32px;
            }

            .clntspanel a {
                margin-right: 80px;
                float: left;
            }

        .caroufredsel_wrapper {
            width: 880px !important;
            margin: -10px 0 0 50px !important;
        }

        .nws_ind {
            width: 100%;
            display: inline-block;
            background: #fcfcfc;
            border-top: 1px solid #fff;
            border-bottom: 1px solid #fff;
        }

            .nws_ind .content {
                width: 100%;
                height: 300px;
                margin: 0 auto;
            }

            .nws_ind h2 {
                font-size: 26px;
                color: #0ec7ef;
            }

            .nws_ind .lftcont, .nws_ind .rgtcont {
                float: left;
                width: 298px;
                height: 238px;
                border: 1px solid #e9e9e9;
                margin: 30px 40px 30px 0;
            }

            .nws_ind .rgtcont {
                margin: 30px 0;
            }

            .nsltr, .nws_ind .qts {
                float: left;
                border: 1px solid #ededed;
                height: 216px;
                background: #fbfbfb;
                padding: 5%;
            }

            .nws_ind .qts {
                text-align: center;
                width: 88.2%;
                margin: 20px 0 0;
            }

                .inn_sec h5, .nws_ind .qts h2 {
                    margin: 0 0 10px;
                }

                .nws_ind .qts p {
                    font-size: 16px;
                    text-align: center;
                    line-height: 22px;
                    color: #666;
                    margin-bottom: 10px;
                }

        .nsltr {
            width: 89.8%;
            margin: 16px 0 14px;
        }

        .sclntw {
            background: url(images/bg_worldmap.png) center top #fcfcfc;
            width: 100%;
            padding: 30px 0 0;
            border-top: 1px solid #e5e5e5;
        }

        #sclntw h3, .clntspanel h3 {
            text-align: center;
        }

        .clntspanel h3 {
            margin-bottom: 0;
        }

        #footer .content, .sclntw .content {
            width: 100%;
            margin: 0 auto;
        }

        .sclntw h1 {
            text-align: center;
            color: #0ec7ef;
        }

        #footer {
            background: #2d2d2f;
            border-bottom: 1px solid #171819;
            display: inline-block;
            padding: 10px 0 0;
            float: left;
        }

            #footer .content {
                padding: 20px 0 0;
            }

            #footer h3 {
                font-family: 'Roboto Condensed',Arial,Helvetica,sans-serif;
                font-size: 24px;
                margin-bottom: 6px;
            }

            #footer, #footer .slntwrkng {
                width: 100%;
            }

        .fprdlst {
            float: left;
            margin: 0;
        }

            #footer h3, .fprdlst h3 {
                color: #7e7e7e !important;
            }

            .fprdlst ul {
                margin: 0 0 25px;
                padding: 0 15% 0 0;
            }

            .fprdlst li {
                font-family: 'Open Sans',Arial,Helvetica,sans-serif;
                font-size: 14px;
                list-style: none;
                color: #ccc;
                line-height: 18px;
                margin-bottom: 11px;
            }

                .fprdlst li a {
                    color: #ccc;
                    -moz-transition: all .3s ease-in-out;
                    -webkit-transition: all .3s ease-in-out;
                    -khtml-transition: all .3s ease-in-out;
                    transition: all .3s ease-in-out;
                    display: block;
                    padding: 16px 0 0;
                }

                    .fprdlst li a img {
                        float: left;
                        margin: 0 10px 0 0;
                    }

        span.foot-go4 {
            background: url(images/products.png) left 0 no-repeat;
            height: 30px;
            width: 38px;
            float: left;
            margin-top: -4px;
        }

        span.foot-rh, span.foot-rm {
            height: 30px;
            width: 38px;
            float: left;
            margin-top: -9px;
        }

        span.foot-rh {
            background: url(images/products.png) left -30px no-repeat;
        }

        span.foot-rm {
            background: url(images/products.png) left -60px no-repeat;
        }

        span.foot-id, span.foot-islte {
            height: 30px;
            width: 38px;
            float: left;
            margin-top: -4px;
        }

        span.foot-id {
            background: url(images/products.png) left -92px no-repeat;
        }

        span.foot-islte {
            background: url(images/products.png) left -122px no-repeat;
        }

        span.foot-mobileapp {
            background: url(images/sprtes-footerstrip.png) left -32px no-repeat;
            height: 32px;
            width: 38px;
            float: left;
        }

        span.foot-socialMedia {
            background: url(images/sprtes-footerstrip.png) left top no-repeat;
            height: 32px;
            width: 38px;
            float: left;
            margin: -6px 0 0;
        }

        span.foot-backoffice {
            background: url(images/sprtes-footerstrip.png) left -64px no-repeat;
            height: 32px;
            width: 38px;
            float: left;
        }

        .links {
            width: 100%;
            float: left;
            margin: 0 0 12px;
        }

            .links ul {
                margin: 0;
                padding: 0;
            }

            .links li:first-child {
                border-top: none;
            }

            .links li {
                list-style: none;
                padding: 8px 0;
                color: #b4b4b4;
            }

                .links li a {
                    padding: 0;
                    color: #b4b4b4;
                    -moz-transition: all .3s ease-in-out;
                    -webkit-transition: all .3s ease-in-out;
                    -khtml-transition: all .3s ease-in-out;
                    transition: all .3s ease-in-out;
                    display: block;
                }

                    .links li a span.gray-arw {
                        background: url(images/sprites.png) left -175px no-repeat;
                        width: 15px;
                        height: 15px;
                        margin: 0 0 0 -18px;
                        float: left;
                    }

                    .links li a:hover span.gray-arw {
                        background: url(images/sprites.png) left -232px no-repeat;
                        width: 15px;
                        height: 15px;
                        margin: 0 0 0 -18px;
                        float: left;
                    }

        .sclntwk {
            float: left;
        }

            .sclntwk ul {
                margin: 0;
                padding: 5px 0 0;
            }

            .sclntwk li {
                list-style: none;
                float: left;
                margin-bottom: 20px;
            }

                .sclntwk li a img {
                    font-family: 'Roboto Condensed',Arial,Helvetica,sans-serif;
                    font-size: 18px;
                    font-weight: 400;
                    color: #717171;
                }

        .copyrights, .sclntwk {
            width: 100%;
        }

            .copyrights .left {
                font-size: 12px;
                color: #79797a;
                padding: 10px 0 0;
                text-align: left;
                float: left;
                margin: 0;
            }

            .copyrights .right {
                margin-top: 0;
            }

                .copyrights .right img {
                    font-family: 'Roboto Condensed',Arial,Helvetica,sans-serif;
                    font-size: 60px;
                    line-height: 285px;
                    font-weight: 400;
                    color: #3590e4;
                    margin-bottom: 6px;
                    margin-top: 6px;
                }

                .copyrights .right span {
                    clear: both;
                    display: block;
                    color: #79797a;
                }

        a.foot-fb {
            background: url(media/9220/sprites.png) left 0 no-repeat;
            width: 90px;
            height: 34px;
            display: block;
            margin: 0 28px 0 0;
        }

            a.foot-fb:hover {
                background: url(media/9220/sprites.png) left -52px no-repeat;
            }

        a.foot-tw {
            background: url(media/9220/sprites.png) -94px 0 no-repeat;
            width: 95px;
            margin: 0 28px 0 0;
        }

            a.foot-tw:hover {
                background: url(media/9220/sprites.png) -94px -52px no-repeat;
            }

        a.foot-blg, a.foot-tw, a.foot-yt {
            height: 36px;
            display: block;
        }

        a.foot-yt {
            background: url(media/9220/sprites.png) -190px 0 no-repeat;
            margin: 0 33px 0 0;
            width: 61px;
        }

            a.foot-yt:hover {
                background: url(media/9220/sprites.png) -190px -44px no-repeat;
            }

        a.foot-blg {
            background: url(media/9220/sprites.png) -288px 0 no-repeat;
            width: 57px;
            margin-right: 0;
        }

            a.foot-blg:hover {
                background: url(media/9220/sprites.png) -288px -44px no-repeat;
            }

        a.foot-gplus, a.foot-pntrst {
            width: 94px;
            height: 52px;
            display: block;
        }

        a.foot-pntrst {
            background: url(media/9220/sprites.png) -385px 0 no-repeat;
            margin: 0 30px 0 0;
        }

            a.foot-pntrst:hover {
                background: url(media/9220/sprites.png) -385px -52px no-repeat;
            }

        a.foot-gplus {
            background: url(media/9220/sprites.png) -483px -4px no-repeat;
            margin: 0 35px 0 0;
        }

            a.foot-gplus:hover {
                background: url(media/9220/sprites.png) -483px -52px no-repeat;
            }

        #sclntw {
            width: 100%;
            border-top: 1px solid #e9e9e9;
            background: url(images/bg_worldmap.png) center top no-repeat;
        }

            #sclntw .content {
                width: 100%;
                margin: 0 auto;
                position: relative;
            }

            #sclntw h1 {
                text-align: center;
                color: #000;
                padding: 5px 0 10px;
            }

        #nwstrip {
            background: url(404/index.html) no-repeat;
            width: 425px;
            height: 140px;
            padding: 32px 65px 0 55px;
            position: absolute;
            z-index: 5;
            margin: 0;
        }

            #nwstrip h3 {
                color: #fff000;
                height: 30px;
                margin-bottom: 4px;
            }

            #nwstrip p {
                color: #fff;
                line-height: 20px;
                height: 40px;
                text-overflow: ellipsis;
                overflow: hidden;
            }

        .nwsltr {
            background: #fcfcfc;
            width: 100%;
            height: 80px;
            border-top: 1px solid #e5e5e5;
        }

            .nwsltr .inner {
                width: 100%;
                height: 78px;
                border-top: 1px solid #fff;
                border-bottom: 1px solid #fff;
            }

            .nwsltr .content {
                width: 100%;
                height: 78px;
                margin: 0 auto;
            }

            .nwsltr h2, .nwsltr_form .inptfld {
                font-family: Arial,Helvetica,sans-serif;
                float: left;
            }

            .nwsltr h2 {
                color: #0ec7ef;
                background: url(404/index.html) right top no-repeat;
                padding-right: 50px;
                font-size: 26px;
                line-height: 78px;
            }

        .nwsltr_form {
            padding: 20px 0 0;
            float: left;
        }

            .nwsltr_form .inptfld {
                background: #fff;
                font-size: 13px;
                font-weight: 400;
                padding: 4px;
                line-height: normal;
                -moz-box-shadowbox-shadow: 0 0 2px 0 #e8e8e8 inset;
                -webkit-box-shadow: 0 0 2px 0 #e8e8e8 inset;
                box-shadow: 0 0 2px 0 #e8e8e8 inset;
                -moz-border-radius: 2px;
                -weblit-border-radius: 2px;
                -khtml-border-radius: 2px;
                border-radius: 2px;
                border: 1px solid #dad9d9;
                margin: 0 25px 15px 0;
                width: 215px;
                -moz-transition: all .3s ease-in-out;
                -webkit-transition: all .3s ease-in-out;
                -khtml-transition: all .3s ease-in-out;
                transition: all .3s ease-in-out;
            }

                .nwsltr_form .inptfld:hover {
                    border: 1px solid #0ec7ef;
                }

                .nwsltr_form .inptfld input[type=password], .nwsltr_form .inptfld input[type=text] {
                    background: 0 0;
                    border: none;
                    -moz-box-shadowbox-shadow: none;
                    -webkit-box-shadow: none;
                    box-shadow: none;
                    float: left;
                    width: 185px;
                    margin-right: 5px;
                    padding: 3px 0 0 5px;
                    color: #666;
                }

        .icon_mail, .icon_usr {
            width: 20px;
            height: 20px;
            float: right;
        }

        .icon_usr {
            background: url(images/sprites.png) -390px -180px no-repeat;
        }

        .icon_mail {
            background: url(images/sprites.png) -390px -208px no-repeat;
        }

        .nwsltr_form .button {
            background: #0babc1;
            padding: 1px;
            margin: 0;
            display: inline;
            float: left;
            -moz-border-radius: 2px;
            -weblit-border-radius: 2px;
            -khtml-border-radius: 2px;
            border-radius: 2px;
        }

        .nwsltr_form input[type=button], .nwsltr_form input[type=reset], .nwsltr_form input[type=submit] {
            background: #20d2eb;
            background: -moz-linear-gradient(top,#20d2eb 0,#10b7ce 100%);
            background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#20d2eb),color-stop(100%,#10b7ce));
            background: -webkit-linear-gradient(top,#20d2eb 0,#10b7ce 100%);
            background: -o-linear-gradient(top,#20d2eb 0,#10b7ce 100%);
            background: -ms-linear-gradient(top,#20d2eb 0,#10b7ce 100%);
            background: linear-gradient(to bottom,#20d2eb 0,#10b7ce 100%);
            box-shadow: none;
            border: 1px solid #28def7;
            margin: 0;
            color: #fff;
            padding: 4px 10px;
            -moz-border-radius: 2px;
            -weblit-border-radius: 2px;
            -khtml-border-radius: 2px;
            border-radius: 2px;
        }

        .sclntw-msg {
            width: 100%;
            height: 440px;
            padding: 120px 0 0;
        }

            .sclntw-msg .ttl {
                font: 26px Arial,Helvetica,sans-serif;
                text-align: center;
                color: #0094d8;
                margin: 55px 0 0;
            }

        .msgtip {
            width: 300px;
            padding: 0;
            float: left;
            position: absolute;
        }

        .msgtip-one {
            left: 0;
            top: 270px;
        }

        .msgtip-two {
            left: 340px;
            top: 80px;
        }

        .msgtip-three {
            right: 0;
            top: 270px;
        }

        .msgtip-four {
            left: 0;
            top: 80px;
        }

        .msgtip-five {
            left: 340px;
            bottom: 32px;
        }

        .msgtip-six {
            right: 0;
            top: 80px;
        }

        .msgtip-seven {
            left: 0;
            top: 180px;
        }

        .msgtip-eight {
            left: 340px;
            top: 80px;
        }

        .msgtip-nine {
            right: 0;
            top: 180px;
        }

        .msgtipbdy {
            background: #f7f7f7;
            border: 2px solid #fff;
            -moz-border-radius: 4px;
            -weblit-border-radius: 4px;
            -khtml-border-radius: 4px;
            border-radius: 4px;
            width: 276px;
            height: 50px;
            -moz-box-shadowbox-shadow: 0 0 1px 1px #e8e8e8;
            -webkit-box-shadow: 0 0 1px 1px #e8e8e8;
            box-shadow: 0 0 1px 1px #e8e8e8;
            padding: 30px 10px 0;
            margin: -25px 0 0;
            line-height: 19px;
            color: #8b8c90;
        }

        .msgtip .flag {
            margin: 5px 0 0 20px;
            float: left;
        }

        .msgtip h4 {
            font-size: 16px;
            float: left;
            margin-top: 40px;
        }

            .msgtip h4 a {
                color: #045ab8;
                -moz-transition: all .3s ease-in-out;
                -webkit-transition: all .3s ease-in-out;
                -khtml-transition: all .3s ease-in-out;
                transition: all .3s ease-in-out;
            }

                .msgtip h4 a:hover {
                    color: #0baaa7;
                }

        .msgtip-hed {
            width: 100%;
            height: 60px;
        }

        #newsticker-demo, .ltnws {
            float: left;
            text-align: center;
        }

        #newsticker-demo {
            width: 100%;
        }

        .ltnws, .newsticker-jcarousellite {
            width: 100%;
            height: 220px;
        }

            .newsticker-jcarousellite ul li {
                list-style: none;
                display: block;
                padding-bottom: 1px;
                margin-bottom: 5px;
                height: 230px;
                overflow: hidden;
            }

        .ltnws {
            margin-right: 40px;
            height: 270px;
            overflow: hidden;
        }

            .ltnws h2 {
                font-size: 26px;
                margin: 10px 0 20px;
                color: #0ec7ef;
            }

            .ltnws div.nwsrptr {
                text-align: justify;
                width: 100%;
            }

                .ltnws div.nwsrptr a {
                    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
                    font-size: 14px;
                    color: #33a5e5;
                    margin-bottom: 10px;
                    display: block;
                    line-height: 20px;
                    padding: 0 0 0 20px;
                }

        .nwsrptr .arw-icon {
            background: url(images/sprites.png) left -218px no-repeat;
            width: 15px;
            height: 15px;
            margin: 6px 0 0 -20px;
            float: left;
        }

        .ltnws div.nwsrptr p {
            font-family: Arial,Helvetica,sans-serif;
            font-size: 13px;
            line-height: 22px;
            color: #666;
        }

        .clients, .clients .clnts-lstng ul {
            width: 100%;
            display: inline-block;
        }

            .clients .clnts-lstng {
                float: left;
                width: 100%;
            }

                .clients .clnts-lstng ul {
                    margin: 0 0 40px;
                    padding: 0;
                }

                .clients .clnts-lstng li {
                    list-style: none;
                    float: left;
                    padding: 0;
                    height: 80px;
                    margin: 0 29px 30px 0;
                    text-align: center;
                    background: #f8f8f8;
                    border: 1px solid #f0f0f0;
                    -webkit-box-shadow: inset 0 1px 5px rgba(0,0,0,.1);
                    -moz-box-shadow: inset 0 1px 5px rgba(0,0,0,.1);
                    box-shadow: inset 0 1px 5px rgba(0,0,0,.1);
                }

                    .clients .clnts-lstng li:first-child {
                        text-align: left;
                    }

                    .clients .clnts-lstng li:last-child {
                        margin-right: 0;
                        text-align: right;
                    }

            .clients li a {
                height: 60px;
                display: block;
                WORD-WRAP: break-word;
            }

            .clients a.microsoft, .clients div.microsoft {
                background: url(images/partners.png) center top no-repeat;
                width: 181px;
                height: 60px;
                margin: 10px 0;
                display: block;
            }

            .clients a.intel, .clients div.intel {
                background: url(images/partners.png) center -60px no-repeat;
                width: 181px;
                height: 60px;
                margin: 10px 0;
                display: block;
            }

            .clients a.cisco, .clients div.cisco {
                background: url(images/partners.png) center -120px no-repeat;
                width: 181px;
                height: 60px;
                margin: 10px 0;
                display: block;
            }

            .clients a.amd, .clients div.amd {
                background: url(images/partners.png) center -180px no-repeat;
                width: 181px;
                height: 60px;
                margin: 10px 0;
                display: block;
            }

            .clients a.novell, .clients div.novell {
                background: url(images/partners.png) center -240px no-repeat;
                width: 181px;
                height: 60px;
                margin: 10px 0;
                display: block;
            }

            .clients a.redhat, .clients div.redhat {
                background: url(images/partners.png) center -300px no-repeat;
                width: 181px;
                height: 60px;
                margin: 10px 0;
                display: block;
            }

            .clients a.hp, .clients div.hp {
                background: url(images/partners.png) center -360px no-repeat;
                width: 181px;
                height: 60px;
                margin: 10px 0;
                display: block;
            }

            .clients a.peception-media, .clients div.peception-media {
                background: url(images/partners.png) center -420px no-repeat;
                width: 181px;
                height: 60px;
                margin: 10px 0;
                display: block;
            }

            .clients a.lekhafoods, .clients div.lekhafoods {
                background: url(images/partners.png) center -480px no-repeat;
                width: 181px;
                height: 60px;
                margin: 10px 0;
                display: block;
            }

            .clients a.lekhabooks, .clients div.lekhabooks {
                background: url(images/partners.png) center -540px no-repeat;
                width: 181px;
                height: 60px;
                margin: 10px 0;
                display: block;
            }

            .clients a.mpa, .clients div.mpa {
                background: url(images/partners.png) center -600px no-repeat;
                width: 181px;
                height: 60px;
                margin: 10px 0;
                display: block;
            }

            .clients a.mpg, .clients div.mpg {
                background: url(images/partners.png) center -660px no-repeat;
                width: 181px;
                height: 60px;
                margin: 10px 0;
                display: block;
            }

            .clients a.clinasia, .clients div.clinasia {
                background: url(images/partners.png) center -720px no-repeat;
                width: 181px;
                height: 60px;
                margin: 10px 0;
                display: block;
            }

            .clients a.qatartoday, .clients div.qatartoday {
                background: url(images/partners.png) center -780px no-repeat;
                width: 181px;
                height: 60px;
                margin: 10px 0;
                display: block;
            }

            .clients a.qataralyom, .clients div.qataralyom {
                background: url(images/partners.png) center -840px no-repeat;
                width: 181px;
                height: 60px;
                margin: 10px 0;
                display: block;
            }

            .clients a.am730, .clients div.am730 {
                background: url(images/partners.png) center -900px no-repeat;
                width: 181px;
                height: 60px;
                margin: 10px 0;
                display: block;
            }

            .clients a.glam, .clients div.glam {
                background: url(images/partners.png) center -960px no-repeat;
                width: 181px;
                height: 60px;
                margin: 10px 0;
                display: block;
            }

            .clients a.campus, .clients div.campus {
                background: url(images/partners.png) center -1020px no-repeat;
                width: 181px;
                height: 60px;
                margin: 10px 0;
                display: block;
            }

            .clients a.idhayam, .clients div.idhayam {
                background: url(images/partners.png) center -1080px no-repeat;
                width: 181px;
                height: 60px;
                margin: 10px 0;
                display: block;
            }

            .clients a.hours-qatar, .clients div.hours-qatar {
                background: url(images/partners.png) center -1140px no-repeat;
                width: 181px;
                height: 60px;
                margin: 10px 0;
                display: block;
            }

            .clients a.t-qatar, .clients div.t-qatar {
                background: url(images/partners.png) center -1200px no-repeat;
                width: 181px;
                height: 60px;
                margin: 10px 0;
                display: block;
            }

            .clients a.aiatsis, .clients div.aiatsis {
                background: url(images/partners.png) center -1260px no-repeat;
                width: 181px;
                height: 60px;
                margin: 10px 0;
                display: block;
            }

            .clients a.zeddes, .clients div.zeddes {
                background: url(images/partners.png) center -1320px no-repeat;
                width: 181px;
                height: 60px;
                margin: 10px 0;
                display: block;
            }

            .clients a.brandknew, .clients div.brandknew {
                background: url(images/partners.png) center -1380px no-repeat;
                width: 181px;
                height: 60px;
                margin: 10px 0;
                display: block;
            }

            .clients a.bbwm, .clients div.bbwm {
                background: url(images/partners.png) center -1440px no-repeat;
                display: block;
                height: 60px;
                margin: 10px 0;
                width: 181px;
            }

            .clients a.indiase, .clients div.indiase {
                background: url(images/partners.png) center -1500px no-repeat;
                display: block;
                height: 60px;
                margin: 10px 0;
                width: 181px;
            }

            .clients .clntsrgt {
                float: right;
                width: 250px;
                height: 250px;
            }

        .fntstyl {
            font-family: 'Roboto Condensed',Arial,Helvetica,sans-serif;
            font-size: 42px;
            font-weight: 400;
        }

        .hp {
            color: #06599b;
        }

        .cisco {
            color: #c52239;
        }

        .microsoft {
            color: #02a4ef;
        }

        .novell {
            color: red;
        }

        .redhat {
            color: #000;
        }

        .intel {
            color: #0079be;
        }

        .amd {
            color: #009b67;
        }

        .lekhafoods {
            color: #a3ca3a;
        }

        .lekhabooks {
            color: #fd8936;
        }

        .mpa {
            color: #11459d;
        }

        .mpg {
            color: #0339fc;
        }

        .perception {
            color: #f6892a;
        }

        .clinasia {
            color: #fb0102;
        }

        .aiatsis, .blog-box h3 a:hover {
            color: #000;
        }

        #carousel span {
            height: 60px;
            display: block;
        }

            #carousel span.microsoft {
                background: url(images/clients/clients.png) left top no-repeat;
            }

            #carousel span.intel {
                background: url(images/clients/clients.png) left -60px no-repeat;
            }

            #carousel span.cisco {
                background: url(images/clients/clients.png) left -120px no-repeat;
            }

            #carousel span.amd {
                background: url(images/clients/clients.png) left -180px no-repeat;
            }

            #carousel span.novell {
                background: url(images/clients/clients.png) left -240px no-repeat;
            }

            #carousel span.redhat {
                background: url(images/clients/clients.png) left -300px no-repeat;
            }

            #carousel span.hp {
                background: url(images/clients/clients.png) left -360px no-repeat;
            }

            #carousel span.peception-media {
                background: url(images/clients/clients.png) left -420px no-repeat;
            }

            #carousel span.lekhafoods {
                background: url(images/clients/clients.png) left -480px no-repeat;
            }

            #carousel span.lekhabooks {
                background: url(images/clients/clients.png) left -540px no-repeat;
            }

            #carousel span.mpa {
                background: url(images/clients/clients.png) left -600px no-repeat;
            }

            #carousel span.mpg {
                background: url(images/clients/clients.png) left -660px no-repeat;
            }

            #carousel span.clinasia {
                background: url(images/clients/clients.png) left -720px no-repeat;
            }

            #carousel span.qatartoday {
                background: url(images/clients/clients.png) left -780px no-repeat;
            }

            #carousel span.qataralyom {
                background: url(images/clients/clients.png) left -840px no-repeat;
            }

            #carousel span.am730 {
                background: url(images/clients/clients.png) left -900px no-repeat;
            }

            #carousel span.glam {
                background: url(images/clients/clients.png) left -960px no-repeat;
            }

            #carousel span.campus {
                background: url(images/clients/clients.png) left -1020px no-repeat;
            }

            #carousel span.idhayam {
                background: url(images/clients/clients.png) left -1080px no-repeat;
            }

            #carousel span.hours-qatar {
                background: url(images/clients/clients.png) left -1140px no-repeat;
            }

            #carousel span.t-qatar {
                background: url(images/clients/clients.png) left -1200px no-repeat;
            }

            #carousel span.aiatsis {
                background: url(images/clients/clients.png) left -1260px no-repeat;
            }

            #carousel span.zeddes {
                background: url(images/clients/clients.png) left -1320px no-repeat;
            }

            #carousel span.brandknew {
                background: url(images/clients/clients.png) left -1380px no-repeat;
            }

            #carousel span.bbwm {
                background: url(images/clients/clients.png) left -1440px no-repeat;
            }

            #carousel span.indiase {
                background: url(images/clients/clients.png) left -1500px no-repeat;
            }

        .required {
            font: 14px Arial,Helvetica,sans-serif;
            color: #666;
            margin-top: 0;
            float: left;
        }

        .blog-artc {
            width: 100%;
            display: inline-block;
        }

            .blog-artc .dte, .dte-mnth {
                font-size: 13px;
                text-align: center;
            }

            .blog-artc .dte {
                font-family: Arial,Helvetica,sans-serif;
                font-weight: 400;
                color: #333;
                float: left;
                width: 62px;
                margin-right: 15px;
                min-height: 150px;
            }

        .artcl {
            font-family: 'Open Sans',Arial,Helvetica,sans-serif;
            font-size: 14px;
            line-height: 25px;
        }

        .blog-artc .dte .dte-itm {
            background: #f6f6f6;
            font: 24px Arial,Helvetica,sans-serif;
            color: #1e1e1e;
            text-align: center;
            width: 50px;
            height: 44px;
            line-height: 44px;
            -moz-border-radius: 6px;
            -weblit-border-radius: 6px;
            -khtml-border-radius: 6px;
            border-radius: 6px;
            border: 1px solid #e1e1e1;
            -webkit-box-shadow: 0 3px 5px rgba(50,50,50,.2);
            -khtml-box-shadow: 0 3px 5px rgba(50,50,50,.2);
            -moz-box-shadow: 0 3px 5px rgba(50,50,50,.2);
            box-shadow: 0 3px 5px rgba(50,50,50,.2);
            margin-bottom: 10px;
            display: block;
        }

        .dte-mnth {
            line-height: 20px;
        }

        .blog-lstng {
            width: 101.2%;
            display: inline-block;
            position: relative;
        }

        .blog-box {
            width: 32%;
            background: #f8f8f8;
            float: left;
            margin: 0 1.2% 30px 0;
            height: 500px;
        }

            .blog-box:nth-child(3) {
                margin-right: 0;
            }

            .blog-box .pic a {
                display: block;
            }

        .blg-dte {
            font: 18px Arial,Helvetica,sans-serif;
            background: url(images/bg_blktrsprnt.png);
            width: 100px;
            height: 40px;
            line-height: 40px;
            color: #fff;
            margin-top: -45px;
            position: relative;
            z-index: 2;
            float: right;
            text-align: center;
        }

        .blog-box .content {
            padding: 15px;
            box-sizing: border-box;
        }

        .blog-box h3, .blog-box p {
            text-overflow: ellipsis;
            overflow: hidden;
        }

        .blog-box h3 {
            margin-bottom: 10px;
            font-size: 16px;
            max-height: 73px;
        }

            .blog-box h3 a, .careers-hed .left span, .posts .rptr .cnt h4 a:hover {
                color: #0ec7ef;
            }

        .blog-box p {
            font-family: 'Open Sans',Arial,Helvetica,sans-serif;
            font-size: 14px;
            font-weight: 400;
            color: #666;
            line-height: 24px;
            max-height: 96px;
        }

        .mgr-rgt {
            margin-right: 0;
        }

        .posts {
            width: 100%;
            margin-bottom: 25px;
        }

            .posts h1 {
                border-bottom: 1px dotted #e6e6e6;
                padding: 0 0 10px;
                margin-bottom: 10px;
            }

            .posts, .posts .box, .posts .rptr {
                display: inline-block;
            }

                .posts .rptr {
                    width: 100%;
                    margin-bottom: 10px;
                }

                    .posts .rptr .pic {
                        margin-right: 13px;
                        float: left;
                    }

                    .posts .rptr .cnt, .stream li .inner {
                        overflow: hidden;
                    }

                        .posts .rptr .cnt h4 {
                            font-family: Arial,Helvetica,sans-serif;
                            font-size: 14px;
                            width: 100%;
                            text-overflow: ellipsis;
                            margin: 0;
                            line-height: 19px;
                        }

                            .posts .rptr .cnt h4 a {
                                color: #000;
                                display: block;
                            }

                        .posts .rptr .cnt p {
                            font-size: 13px;
                            color: #999;
                            height: 30px;
                            margin-bottom: 0;
                        }

        .careers, .careers-hed {
            width: 100%;
            display: inline-block;
        }

        .careers {
            border-bottom: 1px solid #e6e5e5;
            margin-bottom: 20px;
        }

        .careers-hed {
            margin-bottom: 15px;
        }

            .careers-hed .left {
                float: left;
                font-family: 'Roboto Condensed',Arial,Helvetica,sans-serif;
                font-size: 18px;
                font-weight: 400;
            }

                .careers-hed .left h4 {
                    font-size: 16px;
                    margin-bottom: 4px;
                }

            .careers-box p, .careers-hed .right {
                font-family: 'Open Sans',Arial,Helvetica,sans-serif;
                font-size: 14px;
            }

            .careers-hed .right {
                margin-top: 36px;
                color: #e13743;
            }

        .careers-box {
            width: 100%;
            display: inline-block;
        }

            .careers-box p {
                font-weight: 400;
                color: #666;
                line-height: 24px;
                text-align: justify;
                margin-bottom: 10px;
            }

        .visitedcolor {
            color: #0ec7ef;
        }

        .sprts_pltfms, .sprts_pltfms li {
            height: 40px;
            display: inline-block;
        }

            .fr-col ul, .ovrvew-lnks ul, .sprts_pltfms ul {
                margin: 0;
                padding: 0;
            }

            .sprts_pltfms li {
                font-size: 0;
                width: 40px !important;
                height: 40px !important;
                margin-right: 15px;
            }

                .sprts_pltfms li:last-child {
                    margin-right: 0;
                }

                .sprts_pltfms li.apple {
                    background: url(images/sprites_platforms.png) left 0 no-repeat;
                }

                .sprts_pltfms li.android {
                    background: url(images/sprites_platforms.png) left -40px no-repeat;
                }

                .sprts_pltfms li.blackberry {
                    background: url(images/sprites_platforms.png) left -80px no-repeat;
                }

                .sprts_pltfms li.windows {
                    background: url(images/sprites_platforms.png) left -120px no-repeat;
                }

                .sprts_pltfms li.html5 {
                    background: url(images/sprites_platforms.png) left -160px no-repeat;
                }

        a.sld-mob {
            background: url(images/sprites_slider.png) 6px 0 no-repeat;
            width: 40px;
            height: 30px;
        }

        a.sld-tab {
            background: url(images/sprites_slider.png) 0 -40px no-repeat;
        }

        a.sld-lap, a.sld-tab, a.sld-tv {
            width: 40px;
            height: 30px;
        }

        a.sld-lap {
            background: url(images/sprites_slider.png) 0 -80px no-repeat;
        }

        a.sld-tv {
            background: url(images/sprites_slider.png) 0 -120px no-repeat;
        }

        .prd-ovrvew {
            width: 100%;
            display: inline-block;
            margin-top: 0;
            position: relative;
            z-index: 9898;
        }

            .prd-ovrvew .content {
                height: auto;
            }

            .prd-ovrvew h1, .prd-ovrvew h2 {
                color: #000;
                line-height: 45px;
            }

            .prd-ovrvew h2 {
                color: #0ec7ef;
                margin-bottom: 4px;
            }

            .ovrvew-lnks li, .prd-ovrvew p {
                font-family: 'Open Sans',Arial,Helvetica,sans-serif;
                font-size: 14px;
                color: #666;
            }

            .prd-ovrvew p {
                text-align: justify;
                line-height: 24px;
                margin-bottom: 25px;
            }

        .ovrvew-lnks {
            margin: 0 0 15px;
            display: inline-block;
        }

            .ovrvew-lnks h3 {
                margin-bottom: 10px;
            }

            .ovrvew-lnks li {
                list-style: none;
                line-height: 20px;
                padding: 0 0 0 20px;
                margin-bottom: 15px;
                float: left;
                width: 43%;
                margin-right: 2%;
            }

                .ovrvew-lnks li div.arw, .ovrvew-lnks li span.arw {
                    background: url(images/icon_arw.png) left -32px no-repeat;
                    width: 16px;
                    height: 16px;
                    float: left;
                    margin: 4px 0 0 -20px;
                }

                .ovrvew-lnks li.alt-itm {
                    margin-right: 0;
                }

        .islate-ttl, .prd-ovrvew .content {
            width: 100%;
            margin: 0 auto;
        }

            .islate-ttl .lft-dev, .islate-ttl .rgt-dev {
                width: 42%;
            }

            .islate-ttl h2 {
                width: 16%;
            }

        .rdmgic-ttl .lft-dev, .rdmgic-ttl .rgt-dev {
            width: 35%;
        }

        .rdmgic-ttl h2 {
            width: 30%;
        }

        .product-template {
            margin-top: 51px;
        }

        .prd-banner {
            width: 100%;
            display: inline-block;
            position: relative;
            margin-bottom: 10px;
            background: #fcfcfc;
            padding: 10px 0 0;
            margin-top: 0;
        }

            .prd-banner .bner-content, .prd-banner .bnr-cont {
                width: 100%;
                margin: 0 auto;
                height: 400px;
                position: relative;
            }

            .prd-banner .bner-content {
                height: 290px;
            }

        .boy, .boy-with-tablet, .chart, .clock, .fingers, .go4_1, .go4_2, .go4_3, .go4_6, .idesk1, .idesk2, .idesk6, .islate1, .islate2, .islate5, .laptop-go4, .laptop-rm, .magazine-rm, .map-go4, .map-rm, .nwsppr-rm, .papers-idesk, .piechart, .rm1, .rm2, .rm3, .rm4, .rm5, .rm6, .rm7, .rm8, .stickynotes, .tab-idesk, .tablet-go4, .tablet-islate, .tablet-rm, .tv-islate {
            position: absolute;
        }

        .islate1 {
            left: 0;
            top: 0;
        }

        .islate2 {
            right: 0;
            top: 0;
        }

        .islate3 {
            position: absolute;
            left: 0;
            bottom: 0;
        }

        .boy-with-tablet {
            left: 60px;
            bottom: 0;
        }

        .islate5 {
            left: 350px;
            bottom: 0;
            width: 242px;
            height: 60px;
        }

        .boy {
            left: 790px;
            bottom: 0;
        }

        .fingers {
            right: 190px;
            top: 70px;
            z-index: 9;
        }

        .tablet-islate {
            left: 190px;
            bottom: 0;
        }

        .tv-islate {
            left: 410px;
            bottom: 0;
        }

        .idesk1 {
            left: 0;
            top: 0;
        }

        .idesk2 {
            left: 25px;
            top: 300px;
            width: 90px;
            height: 100px;
        }

        .piechart {
            right: 0;
            bottom: 0;
        }

        .stickynotes {
            left: 50px;
            top: 35px;
        }

        .papers-idesk {
            right: 10px;
            bottom: 0;
        }

        .clock {
            left: 240px;
            top: 30px;
        }

        .tab-idesk {
            left: 330px;
            bottom: 0;
            z-index: 5;
        }

        .chart {
            left: 25px;
            bottom: 0;
        }

        .idesk6 {
            right: 50px;
            bottom: 40px;
            z-index: 2;
        }

        .go4_1 {
            left: -50px;
            top: 0;
        }

        .go4_2 {
            left: 100px;
            top: 0;
        }

        .go4_3 {
            right: 0;
            top: 0;
        }

        .map-go4 {
            left: 280px;
            bottom: 0;
        }

        .tablet-go4 {
            left: 75px;
            bottom: 0;
            z-index: 2;
        }

        .go4_6 {
            left: 175px;
            bottom: 0;
        }

        .laptop-go4 {
            right: 25px;
            bottom: 0;
            z-index: 2;
        }

        .rm1 {
            left: 0;
            top: 0;
        }

        .rm2 {
            left: -80px;
            bottom: 0;
        }

        .rm3 {
            right: 0;
            top: 0;
        }

        .rm-cont {
            background: url(404/index.html) center top no-repeat;
        }

        .rm4 {
            left: 0;
        }

        .rm4, .rm5, .rm6 {
            bottom: 20px;
        }

        .rm5 {
            left: 115px;
            z-index: 2;
        }

        .rm6 {
            right: 30px;
        }

        .rm7 {
            right: 0;
            top: 0;
        }

        .rm8 {
            right: 0;
            bottom: 0;
        }

        .tablet-rm {
            right: 70px;
            bottom: 0;
            z-index: 2;
        }

        .laptop-rm {
            left: 300px;
            bottom: 0;
            z-index: 3;
        }

        .nwsppr-rm {
            left: 95px;
            bottom: 0;
            z-index: 1;
        }

        .magazine-rm {
            left: 230px;
            bottom: 5px;
            z-index: 2;
        }

        .map-rm {
            left: 90px;
            bottom: 0;
            z-index: 0;
        }

        .fr-col, .prd-fturs {
            width: 100%;
            display: inline-block;
            padding: 20px 0;
        }

            .prd-fturs h1 {
                margin-bottom: 15px;
            }

            .prd-fturs p {
                line-height: 24px;
            }

            .prd-fturs .lft-col {
                float: left;
                width: 480px;
            }

                .prd-fturs .lft-col h3, .prd-fturs .rgt-col h3, .prd-ovrvew h3 {
                    font-family: 'Roboto Condensed',Arial,Helvetica,sans-serif;
                    font-size: 20px;
                    font-weight: 400;
                    margin-bottom: 4px;
                }

                .prd-fturs .lft-col h4, .prd-fturs .rgt-col h4 {
                    font-size: 16px;
                    font-weight: 400;
                    margin-bottom: 4px;
                    color: #0ec7ef;
                }

            .prd-fturs .rgt-col {
                float: right;
                width: 480px;
            }

            .fr-col li {
                list-style: none;
                float: left;
                width: 23%;
                margin-right: 2%;
            }

                .fr-col li:last-child {
                    margin-right: 0;
                    width: 25%;
                }

        .fr-cont {
            width: 100%;
            display: block;
        }

            .fr-cont h3 {
                font-family: 'Roboto Condensed',Arial,Helvetica,sans-serif;
                font-size: 22px;
                font-weight: 400;
                margin-bottom: 6px;
            }

            .fr-cont p {
                font: 13px Arial,Helvetica,sans-serif;
                line-height: 24px;
                text-align: left;
            }

        .abtprd, .rqstdmo {
            width: 100%;
            display: inline-block;
        }

            .abtprd p {
                color: #666;
            }

            .abtprd .prd-logo {
                text-align: center;
                margin-bottom: 15px;
            }

        .rqstdmo {
            width: 90%;
            background: #f9f9f9;
            padding: 3% 5% 5%;
            border: 1px solid #f1f1f1;
            -moz-border-radius: 8px;
            -webkit-border-radius: 8px;
            -khtml-border-radius: 8px;
            border-radius: 8px;
            -webkit-box-shadow: 0 5px 5px rgba(100,100,100,.1);
            -moz-box-shadow: 0 5px 5px rgba(100,100,100,.1);
            box-shadow: 0 5px 5px rgba(100,100,100,.1);
        }

            .rqstdmo h1 {
                color: #0ec7ef;
                border-bottom: 1px dotted #ccc;
            }

        .slide-capt, .slide-capt2 {
            width: 100%;
            display: inline-block;
            padding: 10px 0;
            text-align: center;
            position: relative;
            z-index: 98999;
            color: #fff;
        }

        .slide-capt {
            background: url(images/bg_blktrsprnt1.png);
            margin-top: 20px;
            height: 50px;
        }

            .slide-capt h2, .slide-capt2 h2 {
                font-family: 'Roboto Condensed',Arial,Helvetica,sans-serif;
                font-size: 26px;
                color: #fff;
                margin-bottom: 8px;
            }

            .slide-capt p, .slide-capt2 p {
                font-family: 'Open Sans',Arial,Helvetica,sans-serif;
                font-size: 16px;
                font-weight: 400;
                color: #ccc;
            }

        .slide-capt2 {
            height: 70px;
            top: -90px;
        }

            .slide-capt2 h2 {
                display: inline;
                background: url(images/bg_blktrsprnt1.png);
                margin-bottom: 10px;
            }

            .slide-capt2 p {
                display: inline;
                background: #0ec7ef;
                color: #fff;
            }

        .sec-cont {
            padding: 25px 0;
            display: inline-block;
        }

            .sec-cont h2 {
                color: #0ec7ef;
                margin: 0 0 10px;
            }

        .quote {
            margin: 85px 0 0;
            padding-left: 290px;
        }

        .sponsorListHolder {
            margin-bottom: 30px;
        }

        .sponsor {
            width: 183px;
            height: 80px;
            float: left;
            position: relative;
            cursor: pointer;
            overflow: hidden;
        }

        .sponsorFlip {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 80px;
            -webkit-box-shadow: inset 0 1px 10px rgba(0,0,0,.4);
            -moz-box-shadow: inset 0 1px 10px rgba(0,0,0,.4);
            box-shadow: inset 0 1px 10px rgba(0,0,0,.4);
            text-align: center;
            background: #f8f8f8;
        }

            .sponsorFlip:hover {
                -webkit-box-shadow: inset 0 1px 10px rgba(0,0,0,.8);
                -moz-box-shadow: inset 0 1px 10px rgba(0,0,0,.8);
                box-shadow: inset 0 1px 10px rgba(0,0,0,.8);
            }

            .sponsorFlip img, .sponsorFlip:before {
                display: inline-block;
                vertical-align: middle;
            }

            .sponsorFlip:before {
                content: ' ';
                height: 100%;
            }

            .sponsorFlip img {
                font: 16px/1 Arial,sans-serif;
                padding: 5px;
            }

        #nav > a, .sponsorData, .stream li .section-text br {
            display: none;
        }

        .sponsorDescription {
            font: 11px Arial,Helvetica,sans-serif;
            height: 40px;
            padding: 10px 15px 0;
            text-align: center;
            color: #666;
        }

        .sponsorURL {
            font-size: 10px;
            font-weight: 700;
            text-align: center;
        }

        .banner-prd {
            width: 100%;
            display: inline-block;
            height: 300px;
            background: #000;
        }

            .banner-prd .content {
                width: 100%;
                margin: 0 auto;
                height: 300px;
                background: #f60;
            }

        .ie-banner {
            width: 100%;
            height: 470px;
            margin: 0 auto;
            display: none;
        }

        .responisve-container {
            display: block;
        }

        .notification {
            font: 13px Arial,Helvetica,sans-serif;
            font-weight: 700;
            border-width: 1px;
            border-style: solid;
            padding: 3px 17px 3px 40px;
            width: 77%;
            display: inline-block;
            margin-bottom: 15px;
            height: 30px;
            line-height: 30px;
        }

            .notification.info, .notification.success {
                -moz-box-border-radius: 4px;
                -webkit-border-radius: 4px;
                -khtml-border-radius: 4px;
                border-radius: 4px;
            }

            .notification.info {
                background: url(images/notification.png) 5px top no-repeat #b1d5ff;
                border-color: #3f77df;
                color: #1246b4;
            }

                .notification.info span {
                    background: url(images/close.png) right -38px no-repeat;
                    height: 36px;
                    display: block;
                    float: right;
                }

                    .notification.info span a {
                        display: block;
                        color: #b1d5ff;
                        padding: 0 14px 0 0;
                    }

            .notification.success {
                background: url(images/notification.png) 5px -36px no-repeat #caebb6;
                border-color: #4eab54;
                color: #266b01;
            }

                .notification.success span {
                    background: url(images/close.png) right -74px no-repeat;
                    height: 36px;
                    display: block;
                    float: right;
                }

                    .notification.success span a, .notification.warning span a {
                        display: block;
                        color: #caebb6;
                        padding: 0 14px 0 0;
                    }

            .notification.warning {
                background: url(images/notification.png) 5px -72px no-repeat #ffcbcb;
                border-color: #dd7c6f;
                color: #820808;
            }

                .notification.warning span {
                    background: url(images/close.png) right -2px no-repeat;
                    height: 36px;
                    display: block;
                    float: right;
                }

                    .notification.warning span a {
                        color: #ffcbcb;
                    }

            .notification.attention, .notification.tip, .notification.warning {
                -moz-box-border-radius: 4px;
                -webkit-border-radius: 4px;
                -khtml-border-radius: 4px;
                border-radius: 4px;
            }

            .notification.attention {
                background: url(images/notification.png) 5px -108px no-repeat #fff7cc;
                border-color: #d8c76b;
                color: #ad7f02;
            }

                .notification.attention span {
                    background: url(images/close.png) right -146px no-repeat;
                    height: 36px;
                    display: block;
                    float: right;
                }

                    .notification.attention span a, .notification.tip span a {
                        display: block;
                        color: #fff7cc;
                        padding: 0 14px 0 0;
                    }

            .notification.tip {
                background: url(images/notification.png) 5px -144px no-repeat #ffcdae;
                border-color: #ee7122;
                color: #b34403;
            }

                .notification.tip span {
                    background: url(images/close.png) right -108px no-repeat;
                    height: 36px;
                    display: block;
                    float: right;
                }

                    .notification.tip span a {
                        color: #ffcdae;
                    }

        a.cpylnks, a:hover.cpylnks {
            margin: 0 6px 0 0;
            color: #b4b4b4;
        }

        a:hover.cpylnks {
            color: #fff;
        }

        a.prvcyplcy, a.prvcyplcy:hover {
            margin: 0 15px 0 8px !important;
            color: #b4b4b4;
        }

            a.prvcyplcy:hover {
                color: #fff;
            }

        .contents, .contents li {
            margin-bottom: 15px;
        }

            .contents ul {
                margin: 0 0 0 15px;
                padding: 0;
            }

            .contents li {
                background: url(images/icon_arw.png) left -28px no-repeat;
                font-size: 14px;
                list-style: none;
                line-height: 20px;
                padding: 0 0 0 20px;
                color: #666;
            }

                .contents li:last-child {
                    margin-right: 0;
                }

        .product-banner {
            width: 100%;
            display: inline-block;
            margin: 0 0 10px;
            text-align: center;
        }

        .para {
            font-size: 14px;
            color: #666;
            line-height: 25px;
            text-align: justify;
            padding: 0;
            margin: 0 0 15px;
        }

        .contact-info h3 {
            color: #000 !important;
            border-bottom: 1px solid #ecebeb;
            padding: 0 0 10px;
        }

        .cont_form {
            border-top: 1px solid #fff;
            width: 100%;
            display: inline-block;
        }

        label {
            font-size: 14px;
            color: #666;
            line-height: 22px;
        }

        .cont_form input[type=text], .demo-form-cont input[type=text] {
            width: 95%;
            margin-right: 4px;
            float: left;
        }

        .cont_form input[type=text], .cont_form select, .cont_form textarea, .demo-form-cont input[type=text], .demo-form-cont select, .demo-form-cont textarea {
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            -khtml-border-radius: 3px;
            border-radius: 3px;
        }

        .cont_form select, .demo-form-cont select {
            width: 95% !important;
            float: left;
        }

        .cont_form textarea, .demo-form-cont textarea {
            resize: none;
            width: 98%;
            height: 80px;
        }

        .button a, .cont_form input[type=button], .cont_form input[type=submit], .cont_forminput[type=reset], .form-row input[type=button], .form-row input[type=reset], .form-row input[type=submit] {
            background: #20d2eb;
            background: -moz-linear-gradient(top,#20d2eb 0,#10b7ce 100%);
            background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#20d2eb),color-stop(100%,#10b7ce));
            background: -webkit-linear-gradient(top,#20d2eb 0,#10b7ce 100%);
            background: -o-linear-gradient(top,#20d2eb 0,#10b7ce 100%);
            background: -ms-linear-gradient(top,#20d2eb 0,#10b7ce 100%);
            background: linear-gradient(to bottom,#20d2eb 0,#10b7ce 100%);
            box-shadow: none;
            border: 1px solid #28def7;
            margin: 0;
            color: #fff;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            -khtml-border-radius: 3px;
            border-radius: 3px;
        }

        .button {
            margin-bottom: 15px;
        }

            .button a {
                font: 16px Arial,Helvetica,sans-serif;
                padding: 8px 20px;
            }

        .cont-col-lft, .cont-col-rgt {
            float: left;
            width: 49%;
            margin: 0 0 3%;
        }

        .cont-col-rgt {
            float: right;
        }

        .cont-col-row {
            width: 100%;
            display: inline-block;
            margin: 0 0 1.5%;
        }

        .mail-icon, .phone-icon {
            width: 22px;
            height: 22px;
            float: left;
        }

        .mail-icon {
            background: url(images/sprites.png) -390px -114px no-repeat;
            margin: 2px 5px 0 0;
        }

        .phone-icon {
            background: url(images/sprites.png) -388px -152px no-repeat;
            display: block;
            margin: 5px 5px 0 0;
        }

        .demo-form {
            width: 450px;
            display: inline-block;
            background: #fff;
            z-index: 9898999;
            top: 30px;
            margin-bottom: 15px !important;
        }

        .demo-form-pos {
            width: 100%;
            display: inline-block;
            background: #f8f8f8;
            -moz-border-radius: 0;
            -weblit-border-radius: 0;
            -khtml-border-radius: 0;
            border-radius: 0;
            margin-bottom: 15px;
            position: inherit !important;
        }

        .demo-form h3 {
            font-family: 'Roboto Condensed',Arial,Helvetica,sans-serif;
            font-size: 24px;
            font-weight: 400;
            background: #eeeeef;
            text-indent: 25px;
            line-height: 50px;
            border: none;
            color: #000;
        }

        .demo-formbdy {
            width: 88%;
            padding: 1% 6%;
        }

        .form-row {
            margin: 0 0 9px;
            width: 100%;
            display: inline-block;
        }

            .form-row label {
                font-family: 'Open Sans',Arial,Helvetica,sans-serif;
                font-size: 14px;
                color: #666;
                line-height: 16px;
            }

            .form-row input[type=file], .form-row input[type=password], .form-row input[type=text], .form-row textarea {
                width: 94%;
                float: left;
                margin-right: 4px;
            }

        .slide img {
            width: auto !important;
            height: auto !important;
        }

        .qts iframe {
            background: #fbfbfb !important;
        }

        .prd-banner img {
            max-width: 980px;
        }

        .abtimg, .blog-box .pic img, .lftimg img, .prd-banner img, .quote img, .rgtimg img {
            width: 100%;
            height: auto;
        }

        .fix-fish-menu {
            position: relative;
            z-index: 989;
        }

        #menu-wrapper {
            background: url(images/bg_header.gif) repeat-x;
            width: 100%;
            border-bottom: 1px solid #e6e5e5;
            display: inline-block;
            padding: 10px 0 0;
            float: left;
        }

        #menu {
            background: #fff;
            margin-top: 0;
        }

        .sf-menu, .sf-menu * {
            margin: 0;
            padding: 0;
            list-style: none;
        }

        .sf-menu {
            float: right;
        }

            .sf-menu ul {
                position: absolute;
                top: -999em;
                text-align: left;
                margin: 0;
                padding: 0;
            }

                .sf-menu li, .sf-menu ul li {
                    list-style: none;
                    font-family: 'Roboto Condensed',Arial,Helvetica,sans-serif;
                    font-size: 15px;
                    font-weight: 500;
                    color: #333;
                    float: left;
                    position: relative;
                    padding-top: 8px;
                    text-transform: uppercase;
                }

                    .sf-menu li:hover {
                        visibility: inherit;
                    }

            .sf-menu li {
                line-height: 40px;
            }

                .sf-menu li a {
                    color: #333;
                    padding: 0 23px;
                    -moz-transition: all .3s ease-in-out;
                    -webkit-transition: all .3s ease-in-out;
                    -khtml-transition: all .3s ease-in-out;
                    transition: all .3s ease-in-out;
                }

                    .sf-menu li a.visited, .sf-menu li a:hover {
                        color: #0ec7ef;
                    }

                .sf-menu li:last-child a {
                    padding-right: 0;
                }

                .sf-menu li ul {
                    margin: 20px 0 0;
                    opacity: 0;
                    visibility: hidden;
                    position: absolute;
                    top: 78px;
                    left: 0;
                    background: #0ec7ef;
                    -moz-box-shadow: 0 -1px rgba(255,255,255,.3);
                    -webkit-box-shadow: 0 -1px 0 rgba(255,255,255,.3);
                    box-shadow: 0 -1px 0 rgba(255,255,255,.3);
                    -moz-border-radius: 3px;
                    -webkit-border-radius: 3px;
                    border-radius: 3px;
                    -webkit-transition: all .2s ease-in-out;
                    -moz-transition: all .2s ease-in-out;
                    -ms-transition: all .2s ease-in-out;
                    -o-transition: all .2s ease-in-out;
                    transition: all .2s ease-in-out;
                    z-index: 9898989;
                }

                .sf-menu li:hover > ul {
                    top: 45px;
                }

                .sf-menu li:hover > ul, .sf-menu li:visited > ul {
                    opacity: 1;
                    visibility: visible;
                    margin: 0;
                }

            .sf-menu ul ul {
                top: -46px;
                left: 0;
                margin: 0 0 0 -50px;
                -moz-box-shadow: -1px 0 0 rgba(255,255,255,.3);
                -webkit-box-shadow: -1px 0 0 rgba(255,255,255,.3);
                box-shadow: -1px 0 0 rgba(255,255,255,.3);
            }

            .sf-menu li ul li a:hover {
                color: #333;
            }

            .sf-menu li ul li:first-child > a {
                -moz-border-radius: 3px 3px 0 0;
                -webkit-border-radius: 3px 3px 0 0;
                border-radius: 3px 3px 0 0;
            }

            .sf-menu li ul li:last-child > a {
                -moz-border-radius: 0 0 3px 3px;
                -webkit-border-radius: 0 0 3px 3px;
                border-radius: 0 0 3px 3px;
            }

        .fix-fish-menu select {
            display: none;
            width: 100%;
            height: 28px;
            margin: 21px 0;
        }

        [class*=collapse-] .active, [class^=collapse-] .active {
            background-position: 0 -21px;
            padding-left: 25px;
        }

        .collapse-styling .active {
            background-position: 0 -142px;
            padding-left: 25px;
        }

        .col {
            float: left;
            width: 210px;
            margin-right: 30px;
        }

        .disclaim {
            margin: 10px;
            padding: 10px;
            background: red;
        }

        .collapse-styling h6, [class*=collapse-] h6, [class^=collapse-] h6 {
            cursor: pointer;
            display: block;
            text-decoration: none;
            margin: 10px 0 0;
            padding-left: 25px;
            border: 1px solid #e6e5e5;
            -webkit-transition: background-color .3s linear;
            -moz-transition: background-color .3s linear;
            -ms-transition: background-color .3s linear;
            -o-transition: background-color .3s linear;
            transition: background-color .3s linear;
        }

        [class*=collapse-] h6, [class^=collapse-] h6 {
            background: url(404/index.html) 0 5px no-repeat;
            font-size: 12px;
            color: #555;
        }

        .collapse-styling h6 {
            background: url(404/index.html) 0 -115px no-repeat;
        }

        #wall .dcsns-toolbar, .collapse-demo1, .collapse-demo2, .collapse-styling {
            margin-bottom: 25px;
        }

        [class*=collapse-] h6 a, [class^=collapse-] h6 a {
            text-decoration: none;
            height: 29px;
            display: block;
            line-height: 30px;
        }

        .collapse-demo1 h6:hover, .collapse-demo2 h6:hover, .collapse-styling h6:hover {
            color: #bf252f;
            text-decoration: none;
            background-color: #f9f9f9;
        }

        .toggle-content {
            padding: 15px;
            border: 1px solid #e6e5e5;
            border-top: none;
        }

        .abtlft {
            width: 618px;
            float: left;
            position: relative;
            margin-right: 10px;
        }

        .cptn {
            font: 28px Arial,Helvetica,sans-serif;
            background: url(images/bg_blktrsprnt.png);
            width: 425px;
            height: 45px;
            margin: -130px 0 0;
            position: absolute;
            z-index: 1;
            right: 0;
            float: right;
            line-height: 18px;
            text-align: right;
            padding: 25px 20px 0 0;
            color: #fff;
        }

            .cptn span {
                color: #4beaff;
            }

        @media only screen and (max-width:959px) {
            #carousel span {
                float: left;
                min-width: 165px;
                margin: 0 70px 0 0;
            }

            #info-block ul li > div {
                height: 65px;
                width: 478px;
            }

            .resize {
                display: none;
            }

            .abtlft {
                width: 418px;
            }

            .cptn {
                font: 22px Arial,Helvetica,sans-serif;
                width: 390px;
                height: 40px;
                padding: 15px 20px 0 0;
            }

            .banner iframe {
                height: 450px !important;
            }

            @media only screen and (min-width:768px) and (max-width:959px) {
                .fancybox-close {
                    background: url(images/fancy-close.png) no-repeat;
                    height: 16px;
                    position: absolute;
                    right: 55px;
                    top: 34px;
                    width: 16px;
                    z-index: 2147483647;
                }

                #footer .container .three.columns {
                    width: 150px;
                }

                #footer .container .column, .abtlft, .container .columns {
                    margin-right: 0;
                }

                #carousel span {
                    float: left;
                    min-width: 165px;
                    margin: 0 70px 0 0;
                }

                .nws_ind .container .one.column, .nws_ind .container .one.columns {
                    width: 0;
                }

                .inn_sec h2 {
                    font-size: 26px;
                }

                .mi-slider nav {
                    text-align: center !important;
                }

                .banner iframe {
                    height: 400px !important;
                }

                .abtlft {
                    width: 418px;
                }

                .cptn {
                    font: 22px Arial,Helvetica,sans-serif;
                    width: 390px;
                    height: 40px;
                }

                .sf-menu li a {
                    padding: 0 10px;
                }

                .cont_form input[type=text], .cont_form select, .job-form input[type=text], .job-form select {
                    width: 89%;
                }

                .cont_form textarea, .job-form textarea {
                    resize: none;
                    width: 94.2%;
                }

                .ovrvew-lnks li {
                    width: 98%;
                    float: none;
                }

                .inn_sec .lftimg {
                    float: right;
                    margin-left: 20px;
                }

                a.foot-blg {
                    margin-right: 25px;
                }

                .copyrights .left {
                    padding-top: 10px;
                }
            }

            @media only screen and (max-width:767px) {
                .abt-cont {
                    margin: 0 10px;
                }

                .orvls .five.columns, .orvls .one.column {
                    margin-left: 0;
                    margin-right: 0;
                }

                .orvls .container .five.columns {
                    width: 200px;
                }

                .banner iframe {
                    height: 185px !important;
                }

                .redhat-box {
                    top: -25px;
                }

                .abtlft {
                    width: 100%;
                    margin-right: 0;
                }

                .cptn {
                    font: 22px Arial,Helvetica,sans-serif;
                    width: 390px;
                    height: 40px;
                }

                .cont_form input[type=text], .job-form input[type=text] {
                    width: 85%;
                }

                .cont_form select, .job-form select {
                    width: 89%;
                }

                .cont_form textarea, .job-form textarea {
                    resize: none;
                    width: 93%;
                }

                .ovrvew-lnks li {
                    width: 98%;
                    float: none;
                }

                .inn_sec .lftimg {
                    float: none;
                    display: inline-block;
                    text-align: center;
                    margin: 0 auto;
                }

                .clients .clnts-lstng li {
                    margin: 0 53px 30px 0;
                }

                    .clients .clnts-lstng li.alt-clnt {
                        margin-right: 0;
                    }

                a.foot-blg {
                    margin-right: 25px;
                }

                .copyrights .left {
                    padding-top: 10px;
                }
            }

            @media only screen and (min-width:480px) and (max-width:767px) {
                #carousel span {
                    float: left;
                    min-width: 135px;
                    margin: 0 70px 0 0;
                }

                .inn_sec .rgtimg {
                    float: none;
                    margin-left: 0;
                    min-width: auto;
                    min-height: auto;
                }

                .mi-slider nav {
                    text-align: left !important;
                }

                .quote {
                    margin: 0;
                    padding-left: 0;
                }

                #nav, .orvls-sprtr {
                    display: none;
                }

                .orvls h3 {
                    width: 50%;
                }

                .orvls .ttl_lft, .orvls .ttl_rgt {
                    width: 25%;
                }

                .ormsn h3, .orvsn h3 {
                    width: 40%;
                }

                .ormsn .ttl_lft, .ormsn .ttl_rgt, .orvsn .ttl_lft, .orvsn .ttl_rgt {
                    width: 30%;
                }

                .abtlft {
                    width: 100%;
                    margin-right: 0;
                }

                .cptn {
                    font: 22px Arial,Helvetica,sans-serif;
                    width: 80%;
                    height: 40px;
                }

                .jcarousel-skin-tango .jcarousel-item {
                    width: 200px !important;
                }

                .jcarousel-skin-tango .jcarousel-item-horizontal {
                    margin-right: 20px;
                }

                .fix-fish-menu select {
                    display: block;
                }

                #menu {
                    float: none;
                    margin-top: 0;
                }

                .cont_form input[type=text], .cont_form select, .job-form input[type=text], .job-form select {
                    width: 98%;
                }

                .cont_form textarea, .job-form textarea {
                    resize: none;
                    width: 99%;
                }

                .ovrvew-lnks li {
                    width: 98%;
                    float: none;
                }

                .inn_sec .lftimg {
                    float: none;
                    display: inline-block;
                    text-align: center;
                    margin: 0 auto;
                }

                .clients .clnts-lstng li {
                    margin: 0 53px 30px 0;
                }

                a.foot-blg {
                    margin-right: 25px;
                }

                .copyrights .left {
                    padding-top: 10px;
                }
            }

            @media only screen and (max-width:479px) {
                .fet-box .box-cont .pic img {
                    width: 100%;
                    height: auto;
                }

                .inn_sec .rgtimg {
                    float: none;
                    margin-left: 0;
                    min-width: auto;
                    min-height: auto;
                }

                .cont-col-lft, .cont-col-rgt {
                    width: 100%;
                    float: none;
                    margin-bottom: 8px;
                    display: inline-block;
                }

                .quote {
                    margin: 0;
                    padding-left: 0;
                }

                .orvls-sprtr {
                    display: none;
                }

                .ormsn h3, .orvsn h3 {
                    width: 50%;
                }

                .ormsn .ttl_lft, .ormsn .ttl_rgt, .orvsn .ttl_lft, .orvsn .ttl_rgt {
                    width: 25%;
                }

                .orvls h3 {
                    width: 80%;
                }

                .orvls .ttl_lft, .orvls .ttl_rgt {
                    width: 10%;
                }

                .careers-cnt .ttl_lft, .careers-cnt .ttl_rgt {
                    height: 40px;
                    width: 31%;
                }

                .abtlft {
                    width: 100%;
                    margin-right: 0;
                }

                .cptn {
                    font: 16px Arial,Helvetica,sans-serif;
                    width: 80%;
                    height: 30px;
                }

                .fix-fish-menu select {
                    display: block;
                }

                #menu {
                    float: none;
                }

                #nav {
                    display: none;
                }

                #menu {
                    margin-top: 0;
                }

                .cont_form input[type=text], .job-form input[type=text], .job-form select {
                    width: 93%;
                }

                .cont_form select {
                    width: 99%;
                }

                .cont_form textarea, .job-form textarea {
                    resize: none;
                    width: 94%;
                }

                .ovrvew-lnks li {
                    width: 98%;
                    float: none;
                }

                .inn_sec .lftimg {
                    float: none;
                    display: inline-block;
                    text-align: center;
                    margin: 0 auto;
                }

                .clients .clnts-lstng li {
                    margin: 0 0 10px;
                }

                .fet-box {
                    width: 100%;
                    margin-bottom: 12px;
                }

                    .fet-box, .fet-box.alt-box {
                        margin-right: 0;
                    }

                a.foot-blg {
                    margin-right: 25px;
                }

                .copyrights .left {
                    padding-top: 10px;
                }
            }

            .ie.ie7 .columns:hover .ribbon-wrapper, .ie.ie8 .columns:hover .ribbon-wrapper {
                display: block;
            }

            .ie.ie7 .jcarousel-item .ribbon-wrapper, .ie.ie8 .image-item .zoom-icon, .ie.ie8 .jcarousel-item .ribbon-wrapper, .ie.ie8 .portfolio-3 .mask .link-icon, .ie.ie8 .portfolio-3 .mask .zoom-icon, .ie.ie8 .portfolio-4 .mask .link-icon, .ie.ie8 .portfolio-4 .mask .zoom-icon {
                display: none;
            }

            .ie.ie8 .image-item:hover .zoom-icon, .ie.ie8 .portfolio-3 .column:hover .mask .link-icon, .ie.ie8 .portfolio-3 .column:hover .mask .zoom-icon, .ie.ie8 .portfolio-4 .columns:hover .mask .link-icon, .ie.ie8 .portfolio-4 .columns:hover .mask .zoom-icon {
                display: block;
            }
        }

        .clear {
            clear: both;
            display: block;
            overflow: hidden;
            visibility: hidden;
            width: 0;
            height: 0;
        }

        .dcsns li, .dcsns ul {
            padding: 0;
            margin: 0;
            list-style: none !important;
            background: 0 0;
        }

        .dcsns ul {
            width: 101%;
        }

        .dcsns {
            color: #444;
            list-style: none;
            margin: 0;
            width: 100%;
        }

        .dcsns-content {
            position: relative;
            padding: 0;
        }

        .dcsns-loading {
            background: url(images/loading_light.gif) no-repeat;
            height: 24px;
            padding: 6px 0 0 30px;
            position: absolute;
            top: 10px;
            left: 10px;
        }

        .dcsns-toolbar .dcsns-loading {
            right: 10px;
            left: auto;
        }

        .sclntwk-responsive ul, .serv-bults ul, .stream p {
            margin: 0;
            padding: 0;
        }

        .stream li a {
            color: #2db6e8;
        }

        .stream li {
            background-color: #fff;
            border: 1px solid rgba(34,25,25,.1);
            box-shadow: 0 1px 2px rgba(34,25,25,.4);
            font-size: 11px;
            padding: 10px 10px 45px;
            width: 200px !important;
            position: relative;
            margin: 0 14px 20px 0;
            font-family: Arial,sans-serif;
            line-height: 1.35em;
        }

            .stream li .icon, .stream li .section-intro {
                position: absolute;
                left: 3px;
                bottom: 0;
                z-index: 3;
            }

            .stream li .section-intro {
                padding: 7px 4px 7px 30px;
                width: 185px !important;
                left: 0;
                color: #fff;
                font-style: normal;
                font-weight: 700;
                font-size: 10px;
                z-index: 2;
            }

            .stream li .clear {
                clear: both;
            }

            .stream li .section-intro a {
                text-decoration: underline;
                color: #fff;
            }

            .stream li .section-title {
                font: 11px Arial,Helvetica,sans-serif;
                display: block;
                margin-bottom: 3px;
            }

                .stream li .section-title a {
                    color: #0ec7ef;
                }

                    .stream li .section-title a:hover {
                        color: #000;
                    }

            .stream li .section-thumb {
                float: left;
                margin: 0 8px 0 0;
                border: none;
            }

                .stream li .section-thumb img {
                    padding: 1px;
                }

            .stream li .section-text {
                display: block;
            }

            .stream li .section-user {
                clear: both;
                font-style: italic;
                margin: 0 8px 5px 0;
                display: block;
                float: left;
                padding: 5px 0 0 15px;
                line-height: 12px;
            }

            .stream li .meta {
                display: block;
                font-size: 90%;
                color: #999;
            }

                .stream li .meta span {
                    margin: 0 8px 5px 0;
                    display: block;
                    float: left;
                    padding: 0 0 0 15px;
                    line-height: 12px;
                }

        .meta span.shares {
            background: url(404/index.html) no-repeat;
            padding-left: 20px;
        }

        .meta span.views {
            background: url(404/index.html) no-repeat;
            padding-left: 18px;
        }

        .meta span.likes {
            background: url(404/index.html) no-repeat;
            padding-left: 16px;
        }

        .meta span.comments {
            background: url(404/index.html) no-repeat;
        }

        .meta span.users {
            background: url(404/index.html) no-repeat;
        }

        .meta span.videos {
            background: url(404/index.html) no-repeat;
            padding-left: 16px;
        }

        .stream li.dcsns-error {
            color: #900;
        }

        .dcsns-toolbar {
            padding: 0;
            width: 100%;
            overflow: hidden;
            position: relative;
        }

        #wall {
            padding-top: 15px;
        }

        .dcsns-toolbar .filter {
            padding: 0;
            margin: 0 0 15px;
        }

            .dcsns-toolbar .filter li {
                padding: 0;
                margin: 0;
                height: 24px;
            }

            .dcsns-toolbar .filter .link-all {
                color: #fff;
                height: 21px;
                padding: 7px 7px 4px;
                text-shadow: 0 0 1px #555;
                font-weight: 700;
            }

            .dcsns-toolbar .filter li a {
                padding: 3px 3px 0;
                margin: 0 1px 0 0;
                display: block;
                float: left;
                background: #777;
            }

            .dcsns-toolbar .filter li img {
                margin: 0;
                height: 24px;
            }

        .dcsns .controls {
            position: absolute;
            right: 0;
            top: 7px;
            height: 22px;
            padding: 0;
            z-index: 12;
        }

            .dcsns .controls li, .dcsns-toolbar .filter li {
                display: inline;
                background: 0 0;
            }

            .dcsns .controls a {
                display: block;
                width: 22px;
                height: 22px;
                float: left;
                margin: 0 0 0 2px;
                background: url(404/index.html) no-repeat;
            }

            .dcsns .controls .prev {
                background-position: -44px 0;
            }

            .dcsns .controls .next {
                background-position: -66px 0;
            }

            .dcsns .controls .play {
                background-position: 0 0;
            }

            .dcsns .controls .pause {
                background-position: -22px 0;
            }

            .dcsns .controls .prev:hover {
                background-position: -44px -22px;
            }

            .dcsns .controls .next:hover {
                background-position: -66px -22px;
            }

            .dcsns .controls .play:hover {
                background-position: 0 -22px;
            }

            .dcsns .controls .pause:hover {
                background-position: -22px -22px;
            }

        .filter .f-rss a:hover, .stream li.dcsns-rss .section-intro {
            background-color: #ff9800;
        }

        .filter .f-flickr a:hover, .stream li.dcsns-flickr .section-intro {
            background-color: #f90784;
        }

        .filter .f-delicious a:hover, .stream li.dcsns-delicious .section-intro {
            background-color: #3271cb;
        }

        .filter .f-twitter a:hover, .stream li.dcsns-twitter .section-intro {
            background-color: #4ec2dc;
        }

        .filter .f-facebook a:hover, .stream li.dcsns-facebook .section-intro {
            background-color: #3b5998;
        }

        .filter .f-google a:hover, .stream li.dcsns-google .section-intro {
            background-color: #2d2d2d;
        }

        .filter .f-youtube a:hover, .stream li.dcsns-youtube .section-intro {
            background-color: #df1f1c;
        }

        .filter .f-pinterest a:hover, .stream li.dcsns-pinterest .section-intro {
            background-color: #cb2528;
        }

        .filter .f-lastfm a:hover, .stream li.dcsns-lastfm .section-intro {
            background-color: #c90e12;
        }

        .filter .f-dribbble a:hover, .stream li.dcsns-dribbble .section-intro {
            background-color: #f175a8;
        }

        .filter .f-vimeo a:hover, .stream li.dcsns-vimeo .section-intro {
            background-color: #4ebaff;
        }

        .filter .f-deviantart a:hover, .filter .f-stumbleupon a:hover, .stream li.dcsns-deviantart .section-intro, .stream li.dcsns-stumbleupon .section-intro {
            background-color: #eb4924;
        }

        .stream li.dcsns-facebook .section-thumb img {
            width: 75px;
        }

        .stream li.dcsns-facebook .section-text img {
            margin: 0 7px 0 0;
            float: left;
            width: 75px;
            border: 1px solid #ddd;
            padding: 1px;
            background: #fff;
        }

        .stream li.dcsns-google .section-title, .stream li.dcsns-vimeo .section-text {
            margin-bottom: 5px;
        }

        .stream li.dcsns-google .meta span.plusones {
            padding-left: 0;
        }

        .dcsns .stream li.dcsns-stumbleupon .section-title, .dcsns .stream li.dcsns-vimeo .section-title {
            display: block;
            clear: both;
        }

        .stream li.dcsns-vimeo .section-thumb img {
            max-width: 190px;
        }

        .stream li.dcsns-vimeo .section-text .meta {
            padding-top: 5px;
        }

        .stream li.dcsns-vimeo .logo {
            margin-bottom: 3px;
        }

        .stream li.dcsns-flickr .section-thumb {
            margin: 0;
        }

            .stream li.dcsns-flickr .section-thumb img {
                height: 70px;
            }

        #ls-global * .ls-debug-console li:hover ul, #nav li:hover ul, .stream li.dcsns-pinterest .section-thumb, body * .ls-debug-console li:hover ul, html * .ls-debug-console li:hover ul {
            display: block;
        }

        .stream li.dcsns-pinterest .section-text {
            clear: both;
        }

        .stream li.dcsns-pinterest .section-thumb img {
            width: 190px;
        }

        .stream li.dcsns-dribbble .inner img {
            margin-bottom: 5px;
        }

        .stream li.dcsns-lastfm .section-title {
            background: url(404/index.html) no-repeat;
            padding-left: 17px;
            margin-bottom: 0;
        }

        .stream li.dcsns-deviantart .section-thumb {
            display: block;
            float: none;
        }

            .stream li.dcsns-deviantart .section-thumb img {
                width: 190px;
            }

        .isotope, .isotope .isotope-item {
            -webkit-transition-duration: .8s;
            -moz-transition-duration: .8s;
            -ms-transition-duration: .8s;
            -o-transition-duration: .8s;
            transition-duration: .8s;
        }

        .isotope {
            -webkit-transition-property: height,width;
            -moz-transition-property: height,width;
            -ms-transition-property: height,width;
            -o-transition-property: height,width;
            transition-property: height,width;
        }

            .isotope .isotope-item {
                -webkit-transition-property: -webkit-transform,opacity;
                -moz-transition-property: -moz-transform,opacity;
                -ms-transition-property: -ms-transform,opacity;
                -o-transition-property: top,left,opacity;
                transition-property: transform,opacity;
            }

                .isotope .isotope-item.no-transition, .isotope.no-transition, .isotope.no-transition .isotope-item {
                    -webkit-transition-duration: 0s;
                    -moz-transition-duration: 0s;
                    -ms-transition-duration: 0s;
                    -o-transition-duration: 0s;
                    transition-duration: 0s;
                }

        #dcsns-form {
            float: left;
            width: 390px;
            padding: 10px 15px 0;
            border: 1px solid #ccc;
            margin-bottom: 1em;
            margin-right: 30px;
            background-color: #fcfcfc;
            background-image: -moz-linear-gradient(center top,#fefefe,#dfdfdf);
            -webkit-border-radius: 7px;
            -moz-border-radius: 7px;
            border-radius: 7px;
        }

            #dcsns-form h4 {
                padding-bottom: 5px;
                text-shadow: 0 0 1px #fff;
            }

            #dcsns-form p.border-top {
                padding-top: 10px;
            }

        #dcsns-pre {
            float: left;
            width: 400px;
        }

        #dcsns-form p {
            clear: both;
            width: 100%;
            overflow: hidden;
        }

        #dcsns-form label {
            display: block;
            float: left;
            width: 110px;
            padding-top: 3px;
        }

        .cont-hed {
            font-family: 'Open Sans',Arial,Helvetica,sans-serif;
            font-size: 14px;
            font-weight: 400;
            color: #0ec7ef;
            margin: 0;
            padding: 0;
            line-height: 30px;
        }

        .dhtmlx_message_area {
            position: fixed;
            right: 5px;
            width: 250px;
            z-index: 1000;
        }

        .dhtmlx-info {
            min-width: 120px;
            min-height: 20px;
            font-family: Tahoma;
            z-index: 10000;
            margin: 5px 5px 10px;
            -webkit-transition: all .5s ease;
            -moz-transition: all .5s ease;
            -o-transition: all .5s ease;
            transition: all .5s ease;
        }

            .dhtmlx-info.hidden {
                height: 0;
                min-height: 0;
                padding-top: 0;
                padding-bottom: 0;
                border-width: 0;
                margin-top: 0;
                margin-bottom: 0;
                overflow: hidden;
            }

        .dhtmlx_modal_box {
            overflow: hidden;
            display: inline-block;
            min-width: 300px;
            width: 300px;
            text-align: center;
            position: fixed;
            background: #fff;
            background: -webkit-linear-gradient(top,#fff 1%,#d0d0d0 99%);
            background: -moz-linear-gradient(top,#fff 1%,#d0d0d0 99%);
            box-shadow: 0 0 14px #888;
            font-family: Tahoma;
            border-radius: 6px;
            border: 1px solid #fff;
        }

        .dhtmlx_popup_title {
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
            border-width: 0;
            background-image: -webkit-linear-gradient(top,#707070 1%,#3d3d3d 70%,#4c4c4c 97%,#393939 97%);
            background-image: -moz-linear-gradient(top,#707070 1%,#3d3d3d 70%,#4c4c4c 97%,#393939 97%);
        }

        .dhtmlx-info, .dhtmlx_button, .dhtmlx_popup_button {
            user-select: none;
            -webkit-user-select: none;
            -moz-user-select: -moz-none;
            cursor: pointer;
        }

        .dhtmlx_popup_text {
            overflow: hidden;
        }

        .dhtmlx_popup_controls {
            border-radius: 6px;
            padding: 5px;
        }

        .dhtmlx_button, .dhtmlx_popup_button {
            height: 30px;
            line-height: 30px;
            display: inline-block;
            margin: 0 5px;
            border-radius: 6px;
            color: #fff;
        }

        .dhtmlx_popup_button {
            min-width: 120px;
        }

        div.dhx_modal_cover {
            background-color: #000;
            cursor: default;
            filter: alpha(opacity=20);
            opacity: .2;
            position: fixed;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            border: none;
            zoom: 1;
        }

        .dhtmlx-info img, .dhtmlx_modal_box img {
            float: left;
            margin-right: 20px;
        }

        .dhtmlx-alert-error .dhtmlx_popup_title, .dhtmlx-confirm-error .dhtmlx_popup_title {
            background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAsCAIAAAArRUU2AAAATklEQVR4nIWLuw2AMBBDjVuQiBT2oWbRDATrnB0KQOJoqPzRe3BrHI6dcBASYREKovtK6/6DsDOX+stN+3H1YX9ciRgnYq5EWYhS2dftBIuLT4JyIrPCAAAAAElFTkSuQmCC);
        }

        .dhtmlx-alert-error, .dhtmlx-confirm-error {
            border: 1px solid red;
        }

        .dhtmlx_button, .dhtmlx_popup_button {
            box-shadow: 0 0 4px #888;
            border: 1px solid #838383;
        }

            .dhtmlx_button input, .dhtmlx_popup_button div {
                border: 1px solid #fff;
                background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAeCAMAAADaS4T1AAAAYFBMVEVwcHBtbW1ra2toaGhmZmZjY2NhYWFeXl5cXFxaWlpXV1dVVVVSUlJQUFBNTU1LS0tJSUlGRkZERERBQUE/Pz88PDw9PT0+Pj5AQEBCQkJDQ0NFRUVHR0dISEhKSkpMTEzqthaMAAAAMklEQVQImQXBhQ2AMAAAsOIMlwWH/8+kRSKVyRVKlVrQaHV6g9FktlhFm93hdLk9Xt8PIfgBvdUqyskAAAAASUVORK5CYII=);
                background: -webkit-linear-gradient(top,#707070 1%,#3d3d3d 70%,#4c4c4c 99%);
                background: -moz-linear-gradient(top,#707070 1%,#3d3d3d 70%,#4c4c4c 99%);
                border-radius: 6px;
                font-size: 15px;
                font-weight: 400;
                -moz-box-sizing: content-box;
                box-sizing: content-box;
                color: #fff;
                padding: 0;
                margin: 0;
                vertical-align: top;
                height: 28px;
                line-height: 28px;
            }

                .dhtmlx_button input:active, .dhtmlx_button input:focus, .dhtmlx_popup_button div:active, .dhtmlx_popup_button div:focus {
                    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAeCAMAAADaS4T1AAAAXVBMVEVwcHBubm5tbW1sbGxra2tpaWloaGhnZ2dmZmZlZWVjY2NiYmJhYWFgYGBfX19dXV1cXFxbW1taWlpZWVlXV1dWVlZVVVVUVFRTU1NRUVFQUFBPT09OTk5NTU1LS0tT9SY0AAAAMUlEQVQImQXBhQGAMAAAIGxnx2z9/00BiVQmVyhVakGj1ekNRpPZYhVtdofT5fZ4fT8hpwG05JjexgAAAABJRU5ErkJggg==);
                    background: -webkit-linear-gradient(top,#707070 1%,#4c4c4c 99%);
                    background: -moz-linear-gradient(top,#707070 1%,#4c4c4c 99%);
                }

        .dhtmlx_popup_title {
            color: #fff;
            text-shadow: 1px 1px #000;
            height: 40px;
            line-height: 40px;
            font-size: 20px;
        }

        .dhtmlx_popup_text {
            margin: 15px 15px 5px;
            font-size: 14px;
            color: #000;
            min-height: 30px;
            border-radius: 6px;
        }

        .dhtmlx-error {
            font-size: 14px;
            color: #000;
            padding: 0;
            border-radius: 3px;
        }

        .dhtmlx-info, .dhtmlx-info div {
            background-color: #fff;
            border-radius: 3px;
        }

        .dhtmlx-info {
            font-size: 14px;
            color: #000;
            box-shadow: 0 0 10px #888;
            padding: 0;
            border: 1px solid #fff;
        }

            .dhtmlx-info div {
                padding: 5px 10px;
                border: 1px solid #b8b8b8;
            }

        .dhtmlx-error {
            background-color: #d81b1b;
            border: 1px solid #ff3c3c;
            box-shadow: 0 0 10px #000;
        }

            .dhtmlx-error div {
                background-color: #d81b1b;
                border: 1px solid #940000;
                color: #fff;
            }

        .seo-links li {
            list-style: none;
            width: 33.3%;
            float: left;
            line-height: 20px;
            padding: 5px 0;
        }

            .seo-links li a {
                padding: 0;
                color: #b4b4b4;
                -moz-transition: all .3s ease-in-out;
                -webkit-transition: all .3s ease-in-out;
                -khtml-transition: all .3s ease-in-out;
                transition: all .3s ease-in-out;
                display: block;
                font-size: 12px;
            }

                .seo-links li a span.icon-bulet, .seo-links li a:hover span.icon-bulet {
                    width: 15px;
                    height: 15px;
                    margin: 0 0 0 -18px;
                    float: left;
                }

                .seo-links li a:hover {
                    color: #fff;
                }

        .sclntwk li:nth-child(5), .sclntwk li:nth-child(6), .sclntwk li:nth-child(7), .sclntwk li:nth-child(8) {
            margin-bottom: 0;
        }

        .blog-posts, .blog-posts .rptr {
            width: 100%;
            display: inline-block;
        }

            .blog-posts .rptr {
                margin: 0 0 15px;
            }

            .blog-posts h2, .bunssolnts h2 {
                font-family: 'Open Sans',Arial,Helvetica,sans-serif;
                font-size: 19px;
                font-weight: 600;
                letter-spacing: -.5px;
            }

            .blog-posts .rptr img, .bunssolnts-rptr img {
                width: auto !important;
                height: auto !important;
                float: none;
                text-align: center;
                margin-right: 0;
            }

            .blog-posts .rptr .pic {
                width: 55px !important;
                height: 50px !important;
                margin-right: 8px;
                float: left;
                text-align: center;
            }

            .blog-posts h3, .lstitms li {
                font-family: 'Open Sans',Arial,Helvetica,sans-serif;
                font-size: 14px;
            }

            .blog-posts h3 {
                font-weight: 600;
                margin: -2px 0 4px;
            }

            .blog-posts p {
                font-family: Arial;
                font-size: 13px;
                line-height: 20px;
                margin: 0;
                padding: 0;
            }

        .lftsde-img {
            clear: both;
            width: 100%;
            display: inline-block;
            margin: 8px 0;
        }

        .lstitms li {
            color: #666;
            line-height: 22px;
            margin-bottom: 10px;
        }

        .abt-cont h1, .artcl h1 {
            font-family: arial !important;
            font-size: 28px !important;
            font-weight: 400 !important;
            margin-bottom: 15px;
            color: #0ec7ef;
        }

        .artcl h3 {
            font-size: 20px;
            text-align: left;
        }

        .black-color, .ls-debug-console li ul * {
            color: #000 !important;
        }

        .blog-articles {
            width: 100%;
            display: inline-block;
            margin: 0 0 10px;
        }

        .blog-component {
            width: 100%;
            display: inline-block;
            margin-bottom: 14px;
            border-bottom: 1px dotted #ccc;
        }

            .blog-component:nth-child(4), .clients .clnts-lstng li:nth-child(12), .clients .clnts-lstng li:nth-child(16), .clients .clnts-lstng li:nth-child(20), .clients .clnts-lstng li:nth-child(24), .clients .clnts-lstng li:nth-child(28), .clients .clnts-lstng li:nth-child(32), .clients .clnts-lstng li:nth-child(4), .clients .clnts-lstng li:nth-child(8) {
                margin-right: 0;
            }

            .blog-component:nth-child(even) .pic {
                float: right;
            }

            .blog-component .pic {
                width: 180px;
                display: inline-block;
                margin: 0 10px 0 0;
                float: left;
            }

                .blog-component .pic img {
                    width: 100%;
                }

            .blog-component h3 {
                font-size: 16px;
                color: #0ec7ef;
                margin: 0 0 4px;
            }

            .blog-component .blog-date {
                color: #999;
                margin: 0 0 4px;
            }

            .blog-component p {
                font-size: 13px;
                color: #666;
                line-height: 19px;
            }

        .ourprdts p {
            text-align: left;
            height: auto !important;
        }

        @media only screen and (min-width:768px) and (max-width:1024px) {
            #fancybox-close {
                left: 75.5%;
            }
        }

        @media only screen and (min-width:1024px) and (max-width:1280px) {
            #fancybox-close {
                left: 75.5%;
            }
        }

        .careers-page .demo-form {
            position: relative;
            z-index: 989;
            left: 0;
            top: 0;
            width: 100%;
            background: #fff !important;
        }

        .careers-page .form-row {
            margin-bottom: 15px;
        }

        .careers-page textarea {
            height: 150px;
        }

        #nav li {
            position: relative;
        }

        #nav > ul > li {
            height: 100%;
            float: left;
        }

        #nav li ul {
            display: none;
            position: absolute;
            top: 100%;
        }

        @media only screen and (max-width:40em) {
            #nav {
                position: relative;
            }

                #nav:not(:target) > a:first-of-type, #nav:target > a:last-of-type {
                    display: block;
                }

                #nav > ul {
                    height: auto;
                    display: none;
                    position: absolute;
                    left: 0;
                    right: 0;
                }

                    #nav > ul.active {
                        display: block;
                    }

                    #nav > ul > li {
                        width: 100%;
                        float: none;
                    }

                #nav li ul {
                    position: static;
                }
        }

        .sclshrbtns {
            margin: 15px 0 0;
            float: right;
            height: 30px;
        }

            .sclshrbtns iframe {
                width: 85px !important;
                height: 30px !important;
                display: block;
                float: right;
            }

        .bunssolnts, .bunssolnts .bunssolnts-rptr {
            width: 100%;
            display: inline-block;
        }

            .bunssolnts .bunssolnts-rptr {
                margin: 0 0 15px;
            }

        .bunssolnts-rptr .pic {
            width: 55px !important;
            height: 50px !important;
            margin-right: 8px;
            float: left;
            text-align: center;
        }

        .bunssolnts-rptr h3 {
            font-family: 'Open Sans',Arial,Helvetica,sans-serif;
            font-size: 14px;
            font-weight: 600;
            margin: -2px 0 4px;
        }

        .bunssolnts-rptr p {
            font-family: Arial;
            font-size: 13px;
            line-height: 20px;
            margin: 0;
            padding: 0;
            text-align: left;
        }

        .bunssolnts-rptr h4 {
            font-family: Arial,Helvetica,sans-serif;
            font-size: 14px;
            width: 100%;
            text-overflow: ellipsis;
            margin-bottom: 0;
            line-height: 19px;
        }

        @media only screen and (min-width:1023px) and (max-width:1280px) {
            .nws_ind .five.columns, .nws_ind .five.columns iframe {
                width: 280px !important;
            }
        }

        .error-msg {
            color: #f10408;
        }

        .careers-page .demo-form p {
            margin-bottom: 0 !important;
        }

        .copyrights-inner .left {
            margin-top: 35px;
        }

        #fancybox-loading {
            position: fixed;
            top: 50%;
            left: 50%;
            width: 40px;
            height: 40px;
            margin-top: -20px;
            margin-left: -20px;
            cursor: pointer;
            overflow: hidden;
            z-index: 1104;
            display: none;
        }

            #fancybox-loading div {
                position: absolute;
                top: 0;
                left: 0;
                width: 40px;
                height: 480px;
                background-image: url(404/index.html);
            }

        #fancybox-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            z-index: 1100;
            display: none;
        }

        #fancybox-tmp {
            padding: 0;
            margin: 0;
            border: 0;
            overflow: auto;
            display: none;
        }

        #fancybox-wrap {
            position: absolute;
            left: 35% !important;
            padding: 0;
            z-index: 1101;
            outline: 0;
            display: none;
            width: 450px !important;
            top: 50% !important;
        }

        #fancybox-outer {
            position: relative;
            margin: 0 auto !important;
            height: 100%;
            width: 450px;
        }

        #fancybox-content {
            height: 0;
            padding: 0;
            outline: 0;
            position: relative;
            overflow: hidden;
            z-index: 1102;
            border: none;
            width: 450px !important;
            margin: 0 auto;
        }

        #fancybox-hide-sel-frame {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            background: 0 0;
            z-index: 1101;
        }

        #fancybox-close {
            position: fixed;
            top: 41px;
            left: 65.5%;
            width: 30px;
            height: 30px;
            background: url(images/fancybox.png) -40px 0;
            cursor: pointer;
            display: none;
            z-index: 989899;
        }

        #fancybox-error {
            color: #444;
            font: 400 12px/20px Arial;
            padding: 14px;
            margin: 0;
        }

        #fancybox-frame, #fancybox-img {
            width: 100%;
            height: 100%;
            border: none;
        }

        #fancybox-img {
            padding: 0;
            margin: 0;
            outline: 0;
            line-height: 0;
            vertical-align: top;
        }

        #fancybox-frame {
            display: block;
        }

        #fancybox-left, #fancybox-right {
            position: absolute;
            bottom: 0;
            height: 100%;
            width: 35%;
            cursor: pointer;
            outline: 0;
            background: url(404/index.html);
            z-index: 1102;
            display: none;
        }

        #fancybox-left {
            left: 0;
        }

        #fancybox-right {
            right: 0;
        }

        #fancybox-left-ico, #fancybox-right-ico {
            position: absolute;
            top: 50%;
            left: -9999px;
            width: 30px;
            height: 30px;
            margin-top: -15px;
            cursor: pointer;
            z-index: 1102;
            display: block;
            background-image: url(404/index.html);
            background-position: -40px -30px;
        }

        #fancybox-right-ico {
            background-position: -40px -60px;
        }

        #fancybox-left:hover, #fancybox-right:hover {
            visibility: visible;
        }

            #fancybox-left:hover span {
                left: 20px;
            }

            #fancybox-right:hover span {
                left: auto;
                right: 20px;
            }

        .fancybox-bg {
            position: absolute;
            padding: 0;
            margin: 0;
            border: 0;
            width: 20px;
            height: 20px;
            z-index: 1001;
        }

        #fancybox-bg-n {
            top: -20px;
            left: 0;
            width: 100%;
            background-image: url(404/index.html);
        }

        #fancybox-bg-ne {
            top: -20px;
            right: -20px;
            background-image: url(404/index.html);
            background-position: -40px -162px;
        }

        #fancybox-bg-e {
            top: 0;
            right: -20px;
            height: 100%;
            background-image: url(404/index.html);
            background-position: -20px 0;
        }

        #fancybox-bg-se {
            bottom: -20px;
            right: -20px;
            background-image: url(404/index.html);
            background-position: -40px -182px;
        }

        #fancybox-bg-s {
            bottom: -20px;
            left: 0;
            width: 100%;
            background-image: url(404/index.html);
            background-position: 0 -20px;
        }

        #fancybox-bg-sw {
            bottom: -20px;
            left: -20px;
            background-image: url(404/index.html);
            background-position: -40px -142px;
        }

        #fancybox-bg-w {
            top: 0;
            left: -20px;
            height: 100%;
            background-image: url(404/index.html);
        }

        #fancybox-bg-nw {
            top: -20px;
            left: -20px;
            background-image: url(404/index.html);
            background-position: -40px -122px;
        }

        #fancybox-title {
            font-family: Helvetica;
            font-size: 12px;
            z-index: 1102;
        }

        .fancybox-title-inside {
            padding-bottom: 10px;
            text-align: center;
            color: #333;
            background: #fff;
            position: relative;
        }

        .fancybox-title-outside {
            padding-top: 10px;
            color: #fff;
        }

        .fancybox-title-over {
            position: absolute;
            bottom: 0;
            left: 0;
            color: #fff;
            text-align: left;
        }

        #fancybox-title-over {
            padding: 10px;
            background-image: url(404/index.html);
            display: block;
        }

        .fancybox-title-float {
            position: absolute;
            left: 0;
            bottom: -20px;
            height: 32px;
        }

        #fancybox-title-float-wrap {
            border: none;
            border-collapse: collapse;
            width: auto;
        }

            #fancybox-title-float-wrap td {
                border: none;
                white-space: nowrap;
            }

        #fancybox-title-float-left {
            padding: 0 0 0 15px;
            background: url(404/index.html) -40px -90px no-repeat;
        }

        #fancybox-title-float-main {
            color: #fff;
            line-height: 29px;
            font-weight: 700;
            padding: 0 0 3px;
            background: url(404/index.html) 0 -40px;
        }

        #fancybox-title-float-right {
            padding: 0 0 0 15px;
            background: url(404/index.html) -55px -90px no-repeat;
        }

        .fancybox-ie6 #fancybox-close {
            background: 0 0;
            filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='404/index.html', sizingMethod='scale');
        }

        .fancybox-ie6 #fancybox-left-ico {
            background: 0 0;
            filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='404/index.html', sizingMethod='scale');
        }

        .fancybox-ie6 #fancybox-right-ico {
            background: 0 0;
            filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='404/index.html', sizingMethod='scale');
        }

        .fancybox-ie6 #fancybox-title-over {
            background: 0 0;
            filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='404/index.html', sizingMethod='scale');
            zoom: 1;
        }

        .fancybox-ie6 #fancybox-title-float-left {
            background: 0 0;
            filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='404/index.html', sizingMethod='scale');
        }

        .fancybox-ie6 #fancybox-title-float-main {
            background: 0 0;
            filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='404/index.html', sizingMethod='scale');
        }

        .fancybox-ie6 #fancybox-title-float-right {
            background: 0 0;
            filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='404/index.html', sizingMethod='scale');
        }

        #fancybox-hide-sel-frame, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right {
            height: expression(this.parentNode.clientHeight + "px");
        }

        #fancybox-loading.fancybox-ie6 {
            position: absolute;
            margin-top: 0;
            top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
        }

            #fancybox-loading.fancybox-ie6 div {
                background: 0 0;
                filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='404/index.html', sizingMethod='scale');
            }

        .fancybox-ie .fancybox-bg {
            background: 0 0 !important;
        }

        .fancybox-ie #fancybox-bg-n {
            filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='404/index.html', sizingMethod='scale');
        }

        .fancybox-ie #fancybox-bg-ne {
            filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='404/index.html', sizingMethod='scale');
        }

        .fancybox-ie #fancybox-bg-e {
            filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='404/index.html', sizingMethod='scale');
        }

        .fancybox-ie #fancybox-bg-se {
            filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='404/index.html', sizingMethod='scale');
        }

        .fancybox-ie #fancybox-bg-s {
            filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='404/index.html', sizingMethod='scale');
        }

        .fancybox-ie #fancybox-bg-sw {
            filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='404/index.html', sizingMethod='scale');
        }

        .fancybox-ie #fancybox-bg-w {
            filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='404/index.html', sizingMethod='scale');
        }

        .fancybox-ie #fancybox-bg-nw {
            filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='404/index.html', sizingMethod='scale');
        }

        @media only screen and (min-width:480px) and (max-width:767px) {
            #fancybox-wrap {
                position: absolute;
                left: 0 !important;
                padding: 0;
                z-index: 1101;
                outline: 0;
                display: none;
                width: 250px !important;
                top: 78px !important;
            }

            #fancybox-outer {
                position: relative;
                margin: 0 auto !important;
                height: 100%;
                width: 250px;
            }
        }

        .careers-page .form-row input[type=file], .careers-page .form-row input[type=password], .careers-page .form-row input[type=text], .careers-page .form-row select, .careers-page .form-row textarea {
            width: 94%;
        }

        .serv-bults li {
            float: left;
            width: 31%;
        }

        @media only screen and (min-width:641px) and (max-width:768px) {
            .serv-bults li {
                float: left;
                width: 50%;
            }
        }

        @media only screen and (max-width:640px) {
            .serv-bults li {
                float: left;
                width: 90%;
            }
        }

        .infofor li {
            font-family: arial;
            font-size: 13px;
            margin-bottom: 0;
        }

        .fprdlst {
            width: 100%;
        }

            .fprdlst li i, .industries-links li i, .industries-links li li i, .links li a i, .seo-links li i {
                font-size: 8px;
                margin-right: 8px;
                position: relative;
                top: -2px;
            }

        #footer .container .eleven.columns, #footer.eleven.columns {
            width: 680px;
        }

        .thnx-ntf {
            min-height: 350px;
        }

            .thnx-ntf h3 {
                font-family: arial;
                background: 0 0;
                font-size: 28px;
                color: #20bc3d;
                text-align: center;
                text-indent: 0;
                margin-top: 50px;
                margin-bottom: 0;
            }

        thnx-ntf p {
            font-size: 14px;
            text-align: center;
        }

        .footer-bottom {
            background: #0f2e45;
            width: 96%;
            padding: 10px 2%;
        }

        .findus, .findus-cont, .footer-bottom {
            display: inline-block;
        }

        .findus-cont {
            width: 100%;
        }

        .copyrights-index .left {
            margin-top: 110px;
        }

        .copyrights-index .right {
            margin-top: 75px;
        }

        .industries-links li {
            float: left;
            line-height: 20px;
            list-style: none;
            padding: 5px 0;
            margin-right: 15px;
            color: #b4b4b4;
        }

        .industries-links2 li {
            float: none;
        }

        .industries-links li a {
            color: #b4b4b4;
            display: block;
            transition: all .3s ease-in-out 0s;
            padding: 0;
        }

        .mid-content {
            width: 980px;
            margin: 0 auto;
        }

        .ftr-col1, .ftr-col2, .ftr-col3 {
            float: left;
        }

        .ftr-col1 {
            width: 22%;
            padding-right: 2%;
        }

        .ftr-col2 {
            width: 18%;
        }

        .ftr-col3 {
            width: 40%;
        }

        .ftr-row2 {
            width: 56%;
            float: left;
        }

        .ftr-row2-alt {
            width: 76%;
            float: left;
        }

        .ftr-row3-alt {
            width: 70%;
            float: left;
            margin-top: 40px;
        }

        .ftr-row3 {
            display: inline-block;
            width: 100%;
        }

        .sclntwk-responsive {
            display: none;
        }

            .sclntwk-responsive li {
                list-style: none;
                float: left;
                margin-right: 10px;
            }

                .sclntwk-responsive li:last-child {
                    margin-right: 0;
                }

                .sclntwk-responsive li a {
                    width: 36px;
                    height: 36px;
                    display: block;
                    border-radius: 4px;
                    text-align: center;
                    line-height: 32px;
                    color: #fff;
                }

                    .sclntwk-responsive li a i {
                        font-size: 19px;
                        line-height: 36px;
                    }

                    .sclntwk-responsive li a.fb-icon {
                        background: #5069b2;
                        text-shadow: 0 1px #3f5cae;
                    }

                    .sclntwk-responsive li a.tw-icon {
                        background: #05abe7;
                        text-shadow: 0 1px #02a0d9;
                    }

                    .sclntwk-responsive li a.gp-icon {
                        background: #ec503f;
                        text-shadow: 0 1px #e24332;
                    }

                    .sclntwk-responsive li a.pn-icon {
                        background: #db4447;
                        text-shadow: 0 1px #d33437;
                    }

                    .sclntwk-responsive li a.yt-icon {
                        background: #b63742;
                        text-shadow: 0 1px #b32d39;
                    }

        #pgettl {
            margin-top: 65px !important;
        }

        .left-column {
            float: left;
            width: 70%;
        }

        .right-column {
            float: right;
            width: 25%;
        }

        #pgettl-responsive {
            width: 100%;
            clear: both;
            background: #f8f8f8;
            border-top: 1px solid #fff;
            border-bottom: 1px solid #ededed;
            padding: 15px 0 0;
            margin: 51px 0 15px;
            display: none;
        }

            #pgettl-responsive .content {
                width: 100%;
                height: 98px;
                margin: 0 auto;
            }

            #pgettl-responsive h2 {
                color: #333;
                font-family: Arial,Helvetica,sans-serif;
                font-size: 24px;
                font-weight: 400;
                margin-bottom: 0;
                float: left;
                margin-right: 6px;
            }

            #pgettl-responsive h3 {
                font-family: 'Open Sans',Arial,Helvetica,sans-serif;
                font-size: 14px;
                color: #999;
                line-height: 35px;
            }

        .toggler-comp {
            display: none;
        }

            .toggler-comp .request-demo {
                width: 100%;
                display: inline-block;
                text-align: center;
                float: left;
            }

                .toggler-comp .request-demo a, .toggler-comp .request-demo button, .toggler-comp .request-demo input[type=button] {
                    font-size: 14px;
                    font-weight: 700;
                    padding: 12px 0 !important;
                    display: block;
                    background: #fff;
                    background: -moz-linear-gradient(top,#fff 0,#e5e5e5 100%);
                    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(100%,#e5e5e5));
                    background: -webkit-linear-gradient(top,#fff 0,#e5e5e5 100%);
                    background: -o-linear-gradient(top,#fff 0,#e5e5e5 100%);
                    background: -ms-linear-gradient(top,#fff 0,#e5e5e5 100%);
                    background: linear-gradient(to bottom,#fff 0,#e5e5e5 100%);
                    color: #000;
                    text-transform: uppercase;
                    border: 1px solid #ededed;
                    width: 100%;
                    margin: 0;
                    border-radius: 0;
                }

            .toggler-comp .demo-form {
                background: #fff;
                border-radius: 0;
                border: 1px solid #ededed;
                display: inline-block;
                margin-bottom: 15px !important;
                top: 0;
                z-index: 9898999;
                width: auto;
                box-shadow: none;
                padding: 2% 0 0;
            }

            .form-row select, .toggler-comp .form-row input[type=file], .toggler-comp .form-row input[type=password], .toggler-comp .form-row input[type=text], .toggler-comp .form-row textarea {
                padding: 7px;
                border-radius: 3px;
                float: left;
                margin-right: 0;
                width: 100%;
            }

            .toggler-comp .demo-form-pos {
                background: #f1f2f3;
                border-radius: 6px;
                box-shadow: 0 5px 5px rgba(51,51,51,.1);
                display: inline-block;
                margin-bottom: 15px;
                position: inherit !important;
                width: 100%;
            }

            .toggler-comp .demo-form h3 {
                background: #eeeeef;
                border: none;
                color: #000;
                font-family: Arial,Helvetica,sans-serif;
                font-size: 16px;
                font-weight: 500;
                line-height: 50px;
                text-indent: 25px;
            }

            .toggler-comp .demo-formbdy {
                padding: 1% 6%;
                width: 88%;
            }

            .toggler-comp .form-row {
                display: inline-block;
                margin: 0 0 9px;
                width: 100%;
            }

                .toggler-comp .form-row label {
                    color: #666;
                    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
                    font-size: 14px;
                    line-height: 16px;
                    margin-bottom: 0;
                }

        .toggler {
            width: 100%;
            height: auto;
        }

            .toggler .ui-widget-content {
                border: none;
            }

        .product-lftcol {
            width: 65%;
            float: left;
        }

        .product-rgtcol {
            float: right;
            width: 32%;
        }

        .clients .clnts-lstng .sponsor, .clients .clnts-lstng li {
            width: 220px;
        }

        .sponsorFlip div {
            margin-left: 20px !important;
        }

        .blog-leftcol {
            width: 70%;
            float: left;
        }

        .blog-rgtcol {
            width: 25%;
            float: right;
        }

        .blogartcle-image {
            width: 50%;
            float: right;
            margin-left: 10px;
            margin-bottom: 10px;
            margin-top: 6px;
        }

        .blogArtcle-leftcol {
            width: 70%;
            float: left;
        }

        .blogArtcle-rgtcol {
            width: 25%;
            float: right;
        }

        .blog-posts .rptr {
            border-bottom: 1px solid #b3b3b3;
        }

        .orvls .col-md-4 {
            padding: 0;
        }

        .orvls .n_one, .orvls .n_three, .orvls .n_two {
            float: left;
            margin: 0 0 0 5%;
            text-align: center;
            width: 90%;
        }

        .orvls-sprtr {
            float: right;
        }

        .findus {
            float: left;
            width: 320px;
        }

        .news-ticker {
            float: left;
            margin: 0 15px;
            width: 310px;
        }

        .nwsltr-from {
            width: 300px; /*float:left;*/
            float: right;
        }

        .banner img {
            max-width: 100%;
        }

        .navbar-nav > li > a {
            color: #333;
            float: left;
            font-family: 'Roboto Condensed',Arial,Helvetica,sans-serif;
            font-size: 15px;
            font-weight: 500;
            list-style: none;
            position: relative;
            text-transform: uppercase;
            padding: 10px 16px 0 20px !important;
        }

        @-moz-keyframes spin {
            0% {
                -moz-transform: rotate(0deg);
            }

            to {
                -moz-transform: rotate(359deg);
            }
        }

        @-webkit-keyframes spin {
            0% {
                -webkit-transform: rotate(0deg);
            }

            to {
                -webkit-transform: rotate(359deg);
            }
        }

        @-o-keyframes spin {
            0% {
                -o-transform: rotate(0deg);
            }

            to {
                -o-transform: rotate(359deg);
            }
        }

        @keyframes spin {
            0% {
                -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
            }

            to {
                -webkit-transform: rotate(359deg);
                transform: rotate(359deg);
            }
        }

        @media print {
            * {
                color: #000 !important;
                text-shadow: none !important;
                background: 0 0 !important;
                -webkit-box-shadow: none !important;
                box-shadow: none !important;
            }

            a, a:visited {
                text-decoration: underline;
            }

                a[href]:after {
                    content: " (" attr(href) ")";
                }

            abbr[title]:after {
                content: " (" attr(title) ")";
            }

            a[href^="#"]:after, a[href^="javascript:"]:after {
                content: "";
            }

            blockquote, pre {
                border: 1px solid #999;
            }

            thead {
                display: table-header-group;
            }

            blockquote, img, pre, tr {
                page-break-inside: avoid;
            }

            img {
                max-width: 100% !important;
            }

            h2, h3, p {
                orphans: 3;
                widows: 3;
            }

            h2, h3 {
                page-break-after: avoid;
            }

            select {
                background: #fff !important;
            }

            .navbar {
                display: none;
            }

            .table td, .table th {
                background-color: #fff !important;
            }

            .btn > .caret, .dropup > .btn > .caret {
                border-top-color: #000 !important;
            }

            .label {
                border: 1px solid #000;
            }

            .table {
                border-collapse: collapse !important;
            }

            .table-bordered td, .table-bordered th {
                border: 1px solid #ddd !important;
            }
        }

        html {
            font-size: 10px;
            -webkit-tap-highlight-color: transparent;
        }

        @media (min-width:768px) {
            .dl-horizontal dt {
                float: left;
                width: 160px;
                overflow: hidden;
                clear: left;
                text-align: right;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

            .dl-horizontal dd {
                margin-left: 180px;
            }
        }

        .container {
            padding-right: 15px;
            padding-left: 15px;
            margin-right: auto;
            margin-left: auto;
        }

        @media (min-width:1200px) {
            .container {
                width: 960px;
            }
        }

        @media (min-width:768px) {
            .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
                float: left;
            }

            .col-md-12 {
                width: 100%;
            }

            .col-md-11 {
                width: 91.66666667%;
            }

            .col-md-10 {
                width: 83.33333333%;
            }

            .col-md-9 {
                width: 75%;
            }

            .col-md-8 {
                width: 66.66666667%;
            }

            .col-md-7 {
                width: 58.33333333%;
            }

            .col-md-6 {
                width: 50%;
            }

            .col-md-5 {
                width: 41.66666667%;
            }

            .col-md-4 {
                width: 33.33333333%;
            }

            .col-md-3 {
                width: 25%;
            }

            .col-md-2 {
                width: 16.66666667%;
            }

            .col-md-1 {
                width: 8.33333333%;
            }

            .col-md-pull-12 {
                right: 100%;
            }

            .col-md-pull-11 {
                right: 91.66666667%;
            }

            .col-md-pull-10 {
                right: 83.33333333%;
            }

            .col-md-pull-9 {
                right: 75%;
            }

            .col-md-pull-8 {
                right: 66.66666667%;
            }

            .col-md-pull-7 {
                right: 58.33333333%;
            }

            .col-md-pull-6 {
                right: 50%;
            }

            .col-md-pull-5 {
                right: 41.66666667%;
            }

            .col-md-pull-4 {
                right: 33.33333333%;
            }

            .col-md-pull-3 {
                right: 25%;
            }

            .col-md-pull-2 {
                right: 16.66666667%;
            }

            .col-md-pull-1 {
                right: 8.33333333%;
            }

            .col-md-pull-0 {
                right: auto;
            }

            .col-md-push-12 {
                left: 100%;
            }

            .col-md-push-11 {
                left: 91.66666667%;
            }

            .col-md-push-10 {
                left: 83.33333333%;
            }

            .col-md-push-9 {
                left: 75%;
            }

            .col-md-push-8 {
                left: 66.66666667%;
            }

            .col-md-push-7 {
                left: 58.33333333%;
            }

            .col-md-push-6 {
                left: 50%;
            }

            .col-md-push-5 {
                left: 41.66666667%;
            }

            .col-md-push-4 {
                left: 33.33333333%;
            }

            .col-md-push-3 {
                left: 25%;
            }

            .col-md-push-2 {
                left: 16.66666667%;
            }

            .col-md-push-1 {
                left: 8.33333333%;
            }

            .col-md-push-0 {
                left: auto;
            }

            .col-md-offset-12 {
                margin-left: 100%;
            }

            .col-md-offset-11 {
                margin-left: 91.66666667%;
            }

            .col-md-offset-10 {
                margin-left: 83.33333333%;
            }

            .col-md-offset-9 {
                margin-left: 75%;
            }

            .col-md-offset-8 {
                margin-left: 66.66666667%;
            }

            .col-md-offset-7 {
                margin-left: 58.33333333%;
            }

            .col-md-offset-6 {
                margin-left: 50%;
            }

            .col-md-offset-5 {
                margin-left: 41.66666667%;
            }

            .col-md-offset-4 {
                margin-left: 33.33333333%;
            }

            .col-md-offset-3 {
                margin-left: 25%;
            }

            .col-md-offset-2 {
                margin-left: 16.66666667%;
            }

            .col-md-offset-1 {
                margin-left: 8.33333333%;
            }

            .col-md-offset-0 {
                margin-left: 0;
            }

            .navbar-right .dropdown-menu {
                right: 0;
                left: auto;
            }

            .navbar-right .dropdown-menu-left {
                right: auto;
                left: 0;
            }

            .nav-tabs.nav-justified > li {
                display: table-cell;
                width: 1%;
            }

                .nav-tabs.nav-justified > li > a {
                    margin-bottom: 0;
                    border-bottom: 1px solid #ddd;
                    border-radius: 4px 4px 0 0;
                }

            .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
                border-bottom-color: #fff;
            }

            .nav-justified > li {
                display: table-cell;
                width: 1%;
            }

                .nav-justified > li > a {
                    margin-bottom: 0;
                }

            .nav-tabs-justified > li > a {
                border-bottom: 1px solid #ddd;
                border-radius: 4px 4px 0 0;
            }

            .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
                border-bottom-color: #fff;
            }

            .navbar {
                border-radius: 4px;
            }

            .navbar-header {
                float: left;
            }

            .navbar-collapse {
                width: auto;
                border-top: 0;
                -webkit-box-shadow: none;
                box-shadow: none;
            }

                .navbar-collapse.collapse {
                    display: block !important;
                    height: auto !important;
                    padding-bottom: 0;
                    overflow: visible !important;
                }

                .navbar-collapse.in {
                    overflow-y: visible;
                }

            .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
                padding-right: 0;
                padding-left: 0;
            }
        }

        @media (max-width:480px) and (orientation:landscape) {
            .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
                max-height: 200px;
            }
        }

        @media (min-width:768px) {
            .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
                margin-right: 0;
                margin-left: 0;
            }

            .navbar-fixed-bottom, .navbar-fixed-top, .navbar-static-top {
                border-radius: 0;
            }
        }

        .navbar-brand {
            padding: 5px 0 0 15px !important;
        }

        @media (min-width:768px) {
            .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
                margin-left: -15px;
            }
        }

        .navbar-toggle {
            font-size: 0;
            text-indent: -9999px;
        }

        @media (min-width:768px) {
            .navbar-toggle {
                display: none;
            }
        }

        @media (max-width:767px) {
            .navbar-nav .open .dropdown-menu {
                position: static;
                float: none;
                margin-top: 0;
                border: 0;
                -webkit-box-shadow: none;
                box-shadow: none;
                background: #0ec7ef;
                clear: both;
                width: 99.5%;
                border-radius: 0;
            }

                .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
                    padding: 7px 15px 7px 25px;
                }

                .navbar-nav .open .dropdown-menu > li > a {
                    line-height: 20px;
                }

                    .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-nav .open .dropdown-menu > li > a:hover {
                        background-image: none;
                    }
        }

        @media (min-width:768px) {
            .navbar-nav {
                float: left;
                margin: 0;
            }

                .navbar-nav > li {
                    float: left;
                }

                    .navbar-nav > li > a {
                        padding-top: 15px;
                        padding-bottom: 15px;
                    }

                .navbar-nav.navbar-right:last-child {
                    margin-right: -15px;
                }

            .navbar-left {
                float: left !important;
            }

            .navbar-right {
                float: right !important;
            }

            .navbar-form .form-group {
                display: inline-block;
                margin-bottom: 0;
                vertical-align: middle;
            }

            .navbar-form .form-control {
                display: inline-block;
                width: auto;
                vertical-align: middle;
            }

            .navbar-form .input-group {
                display: inline-table;
                vertical-align: middle;
            }

                .navbar-form .input-group .form-control, .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn {
                    width: auto;
                }

                .navbar-form .input-group > .form-control {
                    width: 100%;
                }

            .navbar-form .control-label {
                margin-bottom: 0;
                vertical-align: middle;
            }

            .navbar-form .checkbox, .navbar-form .radio {
                display: inline-block;
                margin-top: 0;
                margin-bottom: 0;
                vertical-align: middle;
            }

                .navbar-form .checkbox label, .navbar-form .radio label {
                    padding-left: 0;
                }

                .navbar-form .checkbox input[type=checkbox], .navbar-form .radio input[type=radio] {
                    position: relative;
                    margin-left: 0;
                }

            .navbar-form .has-feedback .form-control-feedback {
                top: 0;
            }
        }

        @media (max-width:767px) {
            .navbar-form .form-group {
                margin-bottom: 5px;
            }
        }

        @media (min-width:768px) {
            .navbar-form {
                width: auto;
                padding-top: 0;
                padding-bottom: 0;
                margin-right: 0;
                margin-left: 0;
                border: 0;
                -webkit-box-shadow: none;
                box-shadow: none;
            }

                .navbar-form.navbar-right:last-child {
                    margin-right: -15px;
                }

            .navbar-text {
                float: left;
                margin-right: 15px;
                margin-left: 15px;
            }

                .navbar-text.navbar-right:last-child {
                    margin-right: 0;
                }
        }

        .navbar-default .navbar-nav > li > a.visited {
            color: #0ec7ef;
            background-color: transparent;
        }

        .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
            color: #0ec7ef;
        }

        @media (max-width:767px) {
            .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
                color: #333;
                background-color: transparent;
            }

            .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
                color: #555;
                background-color: #e7e7e7;
            }

            .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
                color: #ccc;
                background-color: transparent;
            }

            .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
                border-color: #080808;
            }

            .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
                background-color: #080808;
            }

            .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
                color: #777;
            }

                .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
                    color: #fff;
                    background-color: transparent;
                }

            .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
                color: #fff;
                background-color: #080808;
            }

            .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
                color: #444;
                background-color: transparent;
            }
        }

        @media (min-width:768px) {
            .navbar-nav > li > a {
                padding: 15px 12px;
            }
        }

        .navbar-nav .open .dropdown-menu li a {
            color: #fff;
        }

        .navbar-header {
            z-index: 989898;
        }

        .inn_sec h6 {
            font-size: 16px;
            font-weight: 700;
        }

        .navbar-default {
            z-index: 989889898989;
        }

        .datapage-everywhere {
            display: none;
        }

        .search {
            border: 1px solid #ddd !important;
            display: block !important;
            min-width: 280px !important;
            margin: 4px 0 0;
        }

            .search:focus, .search:hover {
                border: 1px solid #0ec7ef !important;
            }

                .search:focus input[type=button], .search:focus input[type=submit], .search:hover input[type=button], .search:hover input[type=submit] {
                    background: url(images/icon-search-hov.png) 98% 2px no-repeat !important;
                }

            .search input[type=text] {
                border: 0;
                box-shadow: none;
                float: left;
                width: 83%;
                padding: 5px 8px;
            }

            .search input[type=button], .search input[type=submit] {
                font-size: 0;
                text-indent: -9999px;
                background: url(images/icon-search.png) 98% 2px no-repeat;
                width: 24px;
                height: 24px;
                display: block;
                float: right;
                margin: 4px 5px 0 0;
                padding: 0;
            }

        .fet-box:nth-child(1) {
            background: #e9f8ff;
        }

        .fet-box-hed h3 {
            font-size: 18px !important;
            background: 0 0 !important;
            margin-bottom: 0;
        }

        .fet-box:nth-child(1) .fet-box-hed {
            background: #c5e9f9;
            margin-bottom: 8px;
            border-bottom: 1px solid #99d8f4;
        }

        .fet-box:nth-child(2) {
            background: #fff9ef;
            margin-bottom: 8px;
        }

            .fet-box:nth-child(2) .fet-box-hed {
                background: #f9ebd1;
                margin-bottom: 8px;
                border-bottom: 1px solid #f6d496;
            }

        .fet-box:nth-child(3) {
            background: #f1fef4;
        }

            .fet-box:nth-child(3) .fet-box-hed {
                background: #cff6d9;
                margin-bottom: 8px;
                border-bottom: 1px solid #a0ecb4;
            }

        .fet-box:nth-child(4) {
            background: #f4eafc;
        }

            .fet-box:nth-child(4) .fet-box-hed {
                background: #ecdbfa;
                margin-bottom: 8px;
                border-bottom: 1px solid #d7beeb;
            }

        .fet-box-hed h4 {
            font-size: 13px;
            text-align: right;
            padding: 0 10px 3px 14px;
            margin: 0;
        }

        #carousel img {
            bottom: 0;
            margin: 9px 5px;
            max-height: 40px;
            position: absolute;
            list-style: none;
            float: left;
        }

        #next, #prev {
            background: url(images/sprites.png) no-repeat;
            text-indent: -999px;
            display: block;
            overflow: hidden;
            width: 15px;
            height: 21px;
            position: absolute;
            top: 80px;
            margin: -42px 0 0;
        }

        #prev {
            background-position: -745px -203px;
        }

            #prev, #prev:hover {
                left: 0;
            }

        #next {
            background-position: -765px -203px;
        }

            #next, #next:hover {
                right: 0;
            }

        #pager {
            text-align: center;
            margin: 0 auto;
            padding-top: 20px;
        }

            #pager a {
                background: url(images/carousel_control.png) -2px -32px no-repeat;
                text-decoration: none;
                text-indent: -999px;
                display: inline-block;
                overflow: hidden;
                width: 8px;
                height: 8px;
                margin: 0 5px 0 0;
            }

                #pager a.selected {
                    background: url(images/carousel_control.png) -12px -32px no-repeat;
                    text-decoration: underline;
                }

        #donate-spacer {
            height: 100%;
        }

        #donate {
            border-top: 1px solid #999;
            width: 750px;
            padding: 50px 75px;
            margin: 0 auto;
            overflow: hidden;
        }

            #donate form, #donate p {
                margin: 0;
                float: left;
            }

            #donate p {
                width: 650px;
            }

            #donate form {
                width: 100px;
            }

        #carousel {
            width: 100%;
            height: 188px;
            padding: 10px 0 0;
            margin-left: -120px !important;
        }

            #carousel span {
                float: left;
                min-width: 165px;
                margin: 0 70px 0 0;
            }

            #carousel h1 {
                font-size: 26px;
                color: #c52239;
                text-align: center;
                margin: 0 0 10px;
                line-height: 75px;
                text-shadow: 1px 1px 1px #fff;
            }

        .ls-container {
            visibility: hidden;
            position: relative;
        }

        .ls-lt-container {
            position: absolute;
        }

            .ls-lt-container, .ls-lt-container * {
                text-align: left !important;
                direction: ltr !important;
            }

        .ls-container-fullscreen {
            margin: 0 auto !important;
            padding: 2% !important;
            background: #000 !important;
            border-radius: 0 !important;
            -moz-border-radius: 0 !important;
            -webkit-border-radius: 0 !important;
            border: none !important;
        }

            .ls-container-fullscreen .ls-fullscreen, .ls-container-fullscreen .ls-shadow, .ls-container-fullscreen .ls-thumbnail-wrapper {
                display: none !important;
            }

        .ls-inner {
            position: relative;
            background-position: center center;
            z-index: 2;
        }

        .ls-loading-container {
            position: absolute !important;
            display: none;
            z-index: 3 !important;
            left: 50% !important;
            top: 50% !important;
        }

        .ls-loading-indicator {
            margin: 0 auto;
        }

        .ls-inner, .ls-slide {
            width: 100%;
        }

        .ls-layer, .ls-slide {
            position: absolute;
            display: none;
            background-position: center center;
            overflow: hidden;
        }

        .ls-active, .ls-animating {
            display: block !important;
        }

        .ls-slide > * {
            position: absolute;
            line-height: normal;
            margin: 0;
            left: 0;
            top: 0;
        }

        .ls-slide .ls-bg {
            left: 0;
            top: 0;
            transform: none !important;
            -o-transform: none !important;
            -ms-transform: none !important;
            -moz-transform: none !important;
            -webkit-transform: none !important;
        }

        .ls-bar-timer, .ls-yourlogo {
            position: absolute;
            z-index: 99;
        }

        .ls-bar-timer {
            width: 0;
            height: 2px;
            background: #fff;
            border-bottom: 2px solid #555;
            opacity: .55;
            filter: alpha(opacity=55);
            z-index: 4;
            top: 0;
        }

        .ls-circle-timer {
            width: 16px;
            height: 16px;
            position: absolute;
            right: 10px;
            top: 10px;
            z-index: 4;
            opacity: .65;
            filter: alpha(opacity=65);
            display: none;
        }

        .ls-ct-half {
            background: #fff;
        }

        .ls-ct-center {
            background: #444;
        }

        .ls-ct-left, .ls-ct-right {
            width: 50%;
            height: 100%;
            overflow: hidden;
            float: left;
            position: relative;
        }

        .ls-ct-rotate {
            width: 200%;
            height: 100%;
            position: absolute;
            top: 0;
        }

        .ls-ct-left .ls-ct-rotate, .ls-ct-right .ls-ct-half, .ls-ct-right .ls-ct-hider {
            left: 0;
        }

        .ls-ct-left .ls-ct-half, .ls-ct-left .ls-ct-hider, .ls-ct-right .ls-ct-rotate {
            right: 0;
        }

        .ls-ct-half, .ls-ct-hider {
            position: absolute;
            top: 0;
        }

        .ls-ct-hider {
            width: 50%;
            height: 100%;
            overflow: hidden;
        }

        .ls-ct-half {
            width: 200%;
            height: 100%;
        }

        .ls-ct-center {
            width: 50%;
            height: 50%;
            left: 25%;
            top: 25%;
            position: absolute;
        }

        .ls-ct-center, .ls-ct-half {
            border-radius: 100px;
            -moz-border-radius: 100px;
            -webkit-border-radius: 100px;
        }

        .ls-bottom-slidebuttons {
            text-align: left;
        }

        .ls-below-thumbnails, .ls-bottom-nav-wrapper {
            height: 0;
            position: relative;
            text-align: center;
            margin: 0 auto;
        }

        .ls-bottom-nav-wrapper {
            z-index: 2;
        }

        .ls-below-thumbnails {
            display: none;
            z-index: 6;
        }

        .ls-bottom-nav-wrapper a, .ls-nav-next, .ls-nav-prev {
            outline: 0;
        }

        * .ls-bottom-nav-wrapper *, * .ls-bottom-nav-wrapper span * {
            direction: ltr !important;
        }

        .ls-bottom-slidebuttons {
            z-index: 1000;
            position: relative;
        }

        .ls-nav-sides, .ls-nav-start, .ls-nav-stop {
            position: relative;
        }

        .ls-nothumb {
            text-align: center !important;
        }

        .ls-link {
            position: absolute;
            width: 100% !important;
            height: 100% !important;
            left: 0 !important;
            top: 0 !important;
        }

        .ls-link, .ls-slide > a > * {
            background-image: url(404/index.html);
        }

        .ls-vpcontainer {
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
        }

        .ls-playvideo, .ls-videopreview {
            position: absolute;
            cursor: pointer;
        }

        .ls-videopreview {
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
        }

        .ls-playvideo {
            left: 50%;
            top: 50%;
        }

        .ls-tn {
            display: none !important;
        }

        .ls-thumbnail-hover {
            display: none;
            position: absolute;
            left: 0;
        }

        .ls-thumbnail-hover-inner {
            display: none;
        }

        .ls-thumbnail-hover-bg, .ls-thumbnail-hover-inner {
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
        }

        .ls-thumbnail-hover-img {
            position: absolute;
            overflow: hidden;
        }

        .ls-thumbnail-hover img {
            max-width: none !important;
            position: absolute;
            display: inline-block;
            visibility: visible !important;
            left: 50%;
            top: 0;
        }

        .ls-thumbnail-hover span {
            left: 50%;
            top: 100%;
            width: 0;
            height: 0;
            display: block;
            position: absolute;
            border-left-color: transparent !important;
            border-right-color: transparent !important;
            border-bottom-color: transparent !important;
        }

        .ls-thumbnail-wrapper {
            width: 100%;
            z-index: 4;
        }

        .ls-thumbnail, .ls-thumbnail-wrapper {
            position: relative;
            margin: 0 auto;
        }

        .ls-thumbnail-inner, .ls-thumbnail-slide-container {
            width: 100%;
        }

        .ls-thumbnail-slide-container {
            overflow: hidden !important;
            position: relative;
        }

        .ls-touchscroll {
            overflow-x: auto !important;
        }

        .ls-thumbnail-slide {
            text-align: center;
            white-space: nowrap;
            float: left;
            position: relative;
        }

            .ls-thumbnail-slide a {
                overflow: hidden;
                display: inline-block;
                width: 0;
                height: 0;
                position: relative;
            }

            .ls-thumbnail-slide img {
                max-width: none !important;
                max-height: 100% !important;
                height: 100%;
                visibility: visible !important;
            }

        .ls-shadow {
            display: none;
            position: absolute;
            z-index: 1;
            top: 100%;
            width: 100%;
            left: 0;
            overflow: hidden !important;
        }

            .ls-shadow img {
                width: 100% !important;
                height: auto !important;
                position: absolute !important;
                left: 0 !important;
                bottom: 0 !important;
            }

        .ls-bottom-nav-wrapper, .ls-nav-next, .ls-nav-prev, .ls-shadow, .ls-thumbnail-wrapper {
            visibility: hidden;
        }

        .ls-wp-fullwidth-container {
            width: 100%;
            position: relative;
        }

        .ls-wp-fullwidth-helper {
            position: absolute;
        }

        .ls-overflow-hidden {
            overflow: hidden;
        }

        .ls-lt-tile {
            position: relative;
            float: left;
            perspective: 1000px;
            -o-perspective: 1000px;
            -ms-perspective: 1000px;
            -moz-perspective: 1000px;
            -webkit-perspective: 1000px;
        }

            .ls-lt-tile img {
                visibility: visible;
                display: inline-block;
            }

        .ls-curtiles {
            overflow: hidden;
        }

        .ls-curtiles, .ls-nexttiles {
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
        }

        .ls-curtile, .ls-nexttile {
            overflow: hidden;
            position: absolute;
            width: 100% !important;
            height: 100% !important;
            backface-visibility: hidden;
            -o-backface-visibility: hidden;
            -ms-backface-visibility: hidden;
            -moz-backface-visibility: hidden;
            -webkit-backface-visibility: hidden;
        }

        .ls-curtile {
            left: 0;
            top: 0;
        }

            .ls-curtile img, .ls-nexttile img {
                position: absolute;
                filter: inherit;
            }

        .ls-3d-container {
            position: relative;
            overflow: visible !important;
        }

        .ls-3d-box {
            position: absolute;
            top: 50%;
            left: 50%;
            transform-style: preserve-3d;
            -o-transform-style: preserve-3d;
            -ms-transform-style: preserve-3d;
            -moz-transform-style: preserve-3d;
            -webkit-transform-style: preserve-3d;
        }

            .ls-3d-box div {
                overflow: hidden;
                background: #777;
                margin: 0;
                padding: 0;
                position: absolute;
            }

        .ls-fullscreen {
            position: absolute;
            z-index: 10;
            cursor: pointer;
            display: block;
        }

        #ls-global * .ls-bottom-nav-wrapper a, #ls-global * .ls-container .ls-fullscreen, #ls-global * .ls-nav-next, #ls-global * .ls-nav-prev, #ls-global * .ls-thumbnail a, body * .ls-bottom-nav-wrapper a, body * .ls-container .ls-fullscreen, body * .ls-nav-next, body * .ls-nav-prev, body * .ls-thumbnail a, html * .ls-bottom-nav-wrapper a, html * .ls-container .ls-fullscreen {
            transition: none;
            -o-transition: none;
            -ms-transition: none;
            -moz-transition: none;
            -webkit-transition: none;
            line-height: normal;
            outline: 0;
            padding: 0;
            border: 0;
        }

        #ls-global * .ls-container img, body * .ls-container img, html * .ls-container img {
            line-height: normal;
            outline: 0;
        }

        html * .ls-nav-next, html * .ls-nav-prev, html * .ls-thumbnail a {
            line-height: normal;
            outline: 0;
            padding: 0;
            border: 0;
        }

        #ls-global * .ls-container img, #ls-global * .ls-slide > *, #ls-global * .ls-slide > a, #ls-global * .ls-slide > div, #ls-global * .ls-slide > h1, #ls-global * .ls-slide > h2, #ls-global * .ls-slide > h3, #ls-global * .ls-slide > h4, #ls-global * .ls-slide > h5, #ls-global * .ls-slide > p, #ls-global * .ls-slide > span, body * .ls-container img, body * .ls-slide > *, body * .ls-slide > a, body * .ls-slide > div, body * .ls-slide > h1, body * .ls-slide > h2, body * .ls-slide > h3, body * .ls-slide > h4, body * .ls-slide > h5, body * .ls-slide > p, body * .ls-slide > span, html * .ls-container img, html * .ls-nav-next, html * .ls-nav-prev, html * .ls-slide > *, html * .ls-slide > a, html * .ls-slide > div, html * .ls-slide > h1, html * .ls-slide > h2, html * .ls-slide > h3, html * .ls-slide > h4, html * .ls-slide > h5, html * .ls-slide > p, html * .ls-slide > span, html * .ls-thumbnail a {
            transition: none;
            -o-transition: none;
            -ms-transition: none;
            -moz-transition: none;
            -webkit-transition: none;
        }

        #ls-global * .ls-slide > *, #ls-global * .ls-wp-container .ls-slide > a > *, #ls-global * .ls-yourlogo, body * .ls-slide > *, body * .ls-wp-container .ls-slide > a > *, body * .ls-yourlogo, html * .ls-slide > *, html * .ls-wp-container .ls-slide > a > *, html * .ls-yourlogo {
            margin: 0;
        }

        #ls-global * .ls-container img, body * .ls-container img, html * .ls-container img {
            background: 0 0 !important;
            min-width: 0 !important;
            max-width: none !important;
            border-radius: 0;
            box-shadow: none;
            border: 0;
            padding: 0;
        }

        #ls-global * .ls-wp-container .ls-slide > *, body * .ls-wp-container .ls-slide > *, html * .ls-wp-container .ls-slide > * {
            line-height: normal;
            outline: 0;
            padding: 0;
            margin: 0;
            border: 0;
        }

        #ls-global * .ls-wp-container .ls-slide > a, body * .ls-wp-container .ls-slide > a, html * .ls-wp-container .ls-slide > a {
            text-decoration: none;
        }

        .ls-container, .ls-container *, .ls-wp-fullwidth-container, .ls-wp-fullwidth-helper {
            box-sizing: content-box !important;
            -moz-box-sizing: content-box !important;
            -webkit-box-sizing: content-box !important;
        }

        #ls-global * .ls-tn, body * .ls-tn, html * .ls-tn {
            display: none;
        }

        .site {
            overflow: visible !important;
        }

        .ls-debug-console * {
            margin: 0 !important;
            padding: 0 !important;
            border: 0 !important;
            color: #fff !important;
            text-shadow: none !important;
            font-family: HelveticaNeue-Light,"Helvetica Neue Light",Helvetica,Arial,sans-serif !important;
            line-height: normal !important;
            -webkit-font-smoothing: antialiased !important;
            text-align: left !important;
            font-style: normal !important;
        }

        .ls-debug-console h1 {
            padding-top: 10px !important;
            font-size: 17px !important;
            font-weight: 700 !important;
        }

            .ls-debug-console h1:first-child {
                padding-top: 0 !important;
            }

        .ls-debug-console ul {
            padding-top: 10px !important;
            list-style: none !important;
        }

        .ls-debug-console li, .ls-error .ls-error-text {
            font-weight: 400 !important;
            font-size: 13px !important;
        }

        .ls-debug-console li {
            margin-left: 10px !important;
            position: relative !important;
        }

        #ls-global * .ls-debug-console li ul, body * .ls-debug-console li ul, html * .ls-debug-console li ul {
            display: none;
            width: 260px;
            left: -10px;
        }

        .ls-debug-console li ul {
            position: absolute !important;
            bottom: 100% !important;
            padding: 10px 10px 10px 0 !important;
            background: #fff !important;
            border-radius: 10px !important;
            box-shadow: 0 0 20px #000 !important;
        }

        .ls-debug-console a {
            text-decoration: none !important;
            border-bottom: 1px dotted #fff !important;
        }

        .ls-error {
            border-radius: 5px !important;
            -moz-border-radius: 5px !important;
            -wenkit-border-radius: 5px !important;
            background: #fff !important;
            height: auto !important;
            width: auto !important;
            color: #fff !important;
            padding: 20px 40px 30px 80px !important;
            position: relative !important;
            box-shadow: 0 2px 20px -5px #000;
        }

            .ls-error p {
                line-height: normal !important;
                text-shadow: none !important;
                margin: 0 !important;
                padding: 0 !important;
                border: 0 !important;
                text-align: justify !important;
                font-family: Arial,sans-serif !important;
            }

            .ls-error .ls-error-title {
                line-height: 40px !important;
                color: red !important;
                font-weight: 700 !important;
                font-size: 16px !important;
            }

            .ls-error .ls-error-text {
                color: #555 !important;
            }

            .ls-error .ls-exclam {
                width: 40px !important;
                height: 40px !important;
                position: absolute !important;
                left: 20px !important;
                top: 20px !important;
                border-radius: 50px !important;
                -moz-border-radius: 50px !important;
                -webkit-border-radius: 50px !important;
                font-size: 30px !important;
                font-weight: 700 !important;
                color: #fff !important;
                line-height: 40px !important;
                background: red !important;
                text-align: center !important;
            }

        #ls-global * .ls-container .ls-3d-container, #ls-global * .ls-container .ls-bottom-nav-wrapper, #ls-global * .ls-container .ls-fullscreen, #ls-global * .ls-container .ls-lt-container, #ls-global * .ls-container .ls-lt-container *, #ls-global * .ls-container .ls-shadow, #ls-global * .ls-container .ls-slide > *, #ls-global * .ls-container .ls-thumbnail-wrapper, .ls-gpuhack, body * .ls-container .ls-3d-container, body * .ls-container .ls-bottom-nav-wrapper, body * .ls-container .ls-fullscreen, body * .ls-container .ls-lt-container, body * .ls-container .ls-lt-container *, body * .ls-container .ls-shadow, body * .ls-container .ls-slide > *, body * .ls-container .ls-thumbnail-wrapper, html * .ls-container .ls-3d-container, html * .ls-container .ls-bottom-nav-wrapper, html * .ls-container .ls-fullscreen, html * .ls-container .ls-lt-container, html * .ls-container .ls-lt-container *, html * .ls-container .ls-shadow, html * .ls-container .ls-slide > *, html * .ls-container .ls-thumbnail-wrapper {
            transform: translate3d(0,0,0);
            -o-transform: translate3d(0,0,0);
            -ms-transform: translate3d(0,0,0);
            -moz-transform: translate3d(0,0,0);
            -webkit-transform: translate3d(0,0,0);
        }

        .ls-videohack {
            transform: none !important;
            -o-transform: none !important;
            -ms-transform: none !important;
            -moz-transform: none !important;
            -webkit-transform: none !important;
            transform-origin: none !important;
            -o-transform-origin: none !important;
            -ms-transform-origin: none !important;
            -moz-transform-origin: none !important;
            -webkit-transform-origin: none !important;
        }

        .ls-oldiepnghack {
            filter: none !important;
        }

        .ls-gpuhack {
            height: 100% !important;
        }

        #ls-global * .ls-container .ls-webkit-hack, body * .ls-container .ls-webkit-hack, html * .ls-container .ls-webkit-hack {
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
            z-index: 1;
        }

        @media (transform-3d),(-o-transform-3d),(-ms-transform-3d),(-moz-transform-3d),(-webkit-transform-3d) {
            #ls-test3d {
                position: absolute;
                left: 9px;
                height: 3px;
            }
        }

        .ls-container a {
            font-weight: 400 !important;
            color: #def2ff;
            color: rgba(222,242,255,.6);
        }

        p {
            font-family: 'Source Sans Pro',sans-serif !important;
            font-size: 15px;
            color: #202020;
        }

        a {
            text-decoration: none !important;
        }

        .slider-container {
            position: relative;
            z-index: 3;
            width: 100%;
            margin-bottom: 40px;
        }

        .ls-container a:hover {
            color: #def2ff;
        }

        .dp-bg {
            background: #ffede1;
            background: -moz-linear-gradient(top,#ffede1 0,#fbf3bc 100%);
            background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffede1),color-stop(100%,#fbf3bc));
            background: -webkit-linear-gradient(top,#ffede1 0,#fbf3bc 100%);
            background: -o-linear-gradient(top,#ffede1 0,#fbf3bc 100%);
            background: -ms-linear-gradient(top,#ffede1 0,#fbf3bc 100%);
            background: linear-gradient(to bottom,#ffede1 0,#fbf3bc 100%);
        }

        .sm-bg {
            background: #fcf7da;
            background: -moz-linear-gradient(-45deg,#fcf7da 0,#b6fffc 100%);
            background: -webkit-gradient(linear,left top,right bottom,color-stop(0%,#fcf7da),color-stop(100%,#b6fffc));
            background: -webkit-linear-gradient(-45deg,#fcf7da 0,#b6fffc 100%);
            background: -o-linear-gradient(-45deg,#fcf7da 0,#b6fffc 100%);
            background: -ms-linear-gradient(-45deg,#fcf7da 0,#b6fffc 100%);
            background: linear-gradient(135deg,#fcf7da 0,#b6fffc 100%);
        }

        .islate-bg {
            background: #ffdfc2;
            background: -moz-linear-gradient(-45deg,#ffdfc2 0,#cae2ff 100%);
            background: -webkit-gradient(linear,left top,right bottom,color-stop(0%,#ffdfc2),color-stop(100%,#cae2ff));
            background: -webkit-linear-gradient(-45deg,#ffdfc2 0,#cae2ff 100%);
            background: -o-linear-gradient(-45deg,#ffdfc2 0,#cae2ff 100%);
            background: -ms-linear-gradient(-45deg,#ffdfc2 0,#cae2ff 100%);
            background: linear-gradient(135deg,#ffdfc2 0,#cae2ff 100%);
        }

        .img1-bg {
            background: url(Photo/8.jpeg) 0 0/100% auto no-repeat;
            width: 100%;
        }
        .img2-bg {
            background: url(Photo/2.jpg) 0 0/100% auto no-repeat;
            width: 100%;
        }
        .img3-bg {
            background: url(Photo/3.jpg) 0 0/100% auto no-repeat;
            width: 100%;
        }
        .img4-bg {
            background: url(Photo/4.jpeg) 0 0/100% auto no-repeat;
            width: 100%;
        }
        .img5-bg {
            background: url(Photo/5.jpeg) 0 0/100% auto no-repeat;
            width: 100%;
        }
        .img6-bg {
            background: url(Photo/6.jpg) 0 0/100% auto no-repeat;
            width: 100%;
        }

        .news-posts .pic img {
            max-width: 60px;
            max-height: 60px;
            float: left;
            margin-right: 8px;
        }

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

        @media print {
            * {
                color: #000 !important;
                text-shadow: none !important;
                background: 0 0 !important;
                -webkit-box-shadow: none !important;
                box-shadow: none !important;
            }

            a, a:visited {
                text-decoration: underline;
            }

                a[href]:after {
                    content: " (" attr(href) ")";
                }

            abbr[title]:after {
                content: " (" attr(title) ")";
            }

            a[href^="#"]:after, a[href^="javascript:"]:after {
                content: "";
            }

            blockquote, pre {
                border: 1px solid #999;
            }

            thead {
                display: table-header-group;
            }

            blockquote, img, pre, tr {
                page-break-inside: avoid;
            }

            img {
                max-width: 100% !important;
            }

            h2, h3, p {
                orphans: 3;
                widows: 3;
            }

            h2, h3 {
                page-break-after: avoid;
            }

            select {
                background: #fff !important;
            }

            .navbar {
                display: none;
            }

            .table td, .table th {
                background-color: #fff !important;
            }

            .btn > .caret, .dropup > .btn > .caret {
                border-top-color: #000 !important;
            }

            .label {
                border: 1px solid #000;
            }

            .table {
                border-collapse: collapse !important;
            }

            .table-bordered td, .table-bordered th {
                border: 1px solid #ddd !important;
            }

            @media (min-width:768px) {
                .lead {
                    font-size: 21px;
                }
            }
        }

        @media (min-width:1200px) {
            .container {
                width: 980px;
            }
        }

        .container-fluid {
            padding-right: 15px;
            padding-left: 15px;
            margin-right: auto;
            margin-left: auto;
        }

        .row {
            margin-right: -15px;
            margin-left: -15px;
        }

        .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
            position: relative;
            min-height: 1px;
            padding-right: 15px;
            padding-left: 15px;
        }

        .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
            float: left;
        }

        .col-xs-12 {
            width: 100%;
        }

        .col-xs-11 {
            width: 91.66666667%;
        }

        .col-xs-10 {
            width: 83.33333333%;
        }

        .col-xs-9 {
            width: 75%;
        }

        .col-xs-8 {
            width: 66.66666667%;
        }

        .col-xs-7 {
            width: 58.33333333%;
        }

        .col-xs-6 {
            width: 50%;
        }

        .col-xs-5 {
            width: 41.66666667%;
        }

        .col-xs-4 {
            width: 33.33333333%;
        }

        .col-xs-3 {
            width: 25%;
        }

        .col-xs-2 {
            width: 16.66666667%;
        }

        .col-xs-1 {
            width: 8.33333333%;
        }

        .col-xs-pull-12 {
            right: 100%;
        }

        .col-xs-pull-11 {
            right: 91.66666667%;
        }

        .col-xs-pull-10 {
            right: 83.33333333%;
        }

        .col-xs-pull-9 {
            right: 75%;
        }

        .col-xs-pull-8 {
            right: 66.66666667%;
        }

        .col-xs-pull-7 {
            right: 58.33333333%;
        }

        .col-xs-pull-6 {
            right: 50%;
        }

        .col-xs-pull-5 {
            right: 41.66666667%;
        }

        .col-xs-pull-4 {
            right: 33.33333333%;
        }

        .col-xs-pull-3 {
            right: 25%;
        }

        .col-xs-pull-2 {
            right: 16.66666667%;
        }

        .col-xs-pull-1 {
            right: 8.33333333%;
        }

        .col-xs-pull-0 {
            right: auto;
        }

        .col-xs-push-12 {
            left: 100%;
        }

        .col-xs-push-11 {
            left: 91.66666667%;
        }

        .col-xs-push-10 {
            left: 83.33333333%;
        }

        .col-xs-push-9 {
            left: 75%;
        }

        .col-xs-push-8 {
            left: 66.66666667%;
        }

        .col-xs-push-7 {
            left: 58.33333333%;
        }

        .col-xs-push-6 {
            left: 50%;
        }

        .col-xs-push-5 {
            left: 41.66666667%;
        }

        .col-xs-push-4 {
            left: 33.33333333%;
        }

        .col-xs-push-3 {
            left: 25%;
        }

        .col-xs-push-2 {
            left: 16.66666667%;
        }

        .col-xs-push-1 {
            left: 8.33333333%;
        }

        .col-xs-push-0 {
            left: auto;
        }

        .col-xs-offset-12 {
            margin-left: 100%;
        }

        .col-xs-offset-11 {
            margin-left: 91.66666667%;
        }

        .col-xs-offset-10 {
            margin-left: 83.33333333%;
        }

        .col-xs-offset-9 {
            margin-left: 75%;
        }

        .col-xs-offset-8 {
            margin-left: 66.66666667%;
        }

        .col-xs-offset-7 {
            margin-left: 58.33333333%;
        }

        .col-xs-offset-6 {
            margin-left: 50%;
        }

        .col-xs-offset-5 {
            margin-left: 41.66666667%;
        }

        .col-xs-offset-4 {
            margin-left: 33.33333333%;
        }

        .col-xs-offset-3 {
            margin-left: 25%;
        }

        .col-xs-offset-2 {
            margin-left: 16.66666667%;
        }

        .col-xs-offset-1 {
            margin-left: 8.33333333%;
        }

        .col-xs-offset-0 {
            margin-left: 0;
        }

        @media (min-width:768px) {
            .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
                float: left;
            }

            .col-sm-12 {
                width: 100%;
            }

            .col-sm-11 {
                width: 91.66666667%;
            }

            .col-sm-10 {
                width: 83.33333333%;
            }

            .col-sm-9 {
                width: 75%;
            }

            .col-sm-8 {
                width: 66.66666667%;
            }

            .col-sm-7 {
                width: 58.33333333%;
            }

            .col-sm-6 {
                width: 50%;
            }

            .col-sm-5 {
                width: 41.66666667%;
            }

            .col-sm-4 {
                width: 33.33333333%;
            }

            .col-sm-3 {
                width: 25%;
            }

            .col-sm-2 {
                width: 16.66666667%;
            }

            .col-sm-1 {
                width: 8.33333333%;
            }

            .col-sm-pull-12 {
                right: 100%;
            }

            .col-sm-pull-11 {
                right: 91.66666667%;
            }

            .col-sm-pull-10 {
                right: 83.33333333%;
            }

            .col-sm-pull-9 {
                right: 75%;
            }

            .col-sm-pull-8 {
                right: 66.66666667%;
            }

            .col-sm-pull-7 {
                right: 58.33333333%;
            }

            .col-sm-pull-6 {
                right: 50%;
            }

            .col-sm-pull-5 {
                right: 41.66666667%;
            }

            .col-sm-pull-4 {
                right: 33.33333333%;
            }

            .col-sm-pull-3 {
                right: 25%;
            }

            .col-sm-pull-2 {
                right: 16.66666667%;
            }

            .col-sm-pull-1 {
                right: 8.33333333%;
            }

            .col-sm-pull-0 {
                right: auto;
            }

            .col-sm-push-12 {
                left: 100%;
            }

            .col-sm-push-11 {
                left: 91.66666667%;
            }

            .col-sm-push-10 {
                left: 83.33333333%;
            }

            .col-sm-push-9 {
                left: 75%;
            }

            .col-sm-push-8 {
                left: 66.66666667%;
            }

            .col-sm-push-7 {
                left: 58.33333333%;
            }

            .col-sm-push-6 {
                left: 50%;
            }

            .col-sm-push-5 {
                left: 41.66666667%;
            }

            .col-sm-push-4 {
                left: 33.33333333%;
            }

            .col-sm-push-3 {
                left: 25%;
            }

            .col-sm-push-2 {
                left: 16.66666667%;
            }

            .col-sm-push-1 {
                left: 8.33333333%;
            }

            .col-sm-push-0 {
                left: auto;
            }

            .col-sm-offset-12 {
                margin-left: 100%;
            }

            .col-sm-offset-11 {
                margin-left: 91.66666667%;
            }

            .col-sm-offset-10 {
                margin-left: 83.33333333%;
            }

            .col-sm-offset-9 {
                margin-left: 75%;
            }

            .col-sm-offset-8 {
                margin-left: 66.66666667%;
            }

            .col-sm-offset-7 {
                margin-left: 58.33333333%;
            }

            .col-sm-offset-6 {
                margin-left: 50%;
            }

            .col-sm-offset-5 {
                margin-left: 41.66666667%;
            }

            .col-sm-offset-4 {
                margin-left: 33.33333333%;
            }

            .col-sm-offset-3 {
                margin-left: 25%;
            }

            .col-sm-offset-2 {
                margin-left: 16.66666667%;
            }

            .col-sm-offset-1 {
                margin-left: 8.33333333%;
            }

            .col-sm-offset-0 {
                margin-left: 0;
            }

            .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
                float: left;
            }

            .col-md-12 {
                width: 100%;
            }

            .col-md-11 {
                width: 91.66666667%;
            }

            .col-md-10 {
                width: 83.33333333%;
            }

            .col-md-9 {
                width: 75%;
            }

            .col-md-8 {
                width: 66.66666667%;
            }

            .col-md-7 {
                width: 58.33333333%;
            }

            .col-md-6 {
                width: 50%;
            }

            .col-md-5 {
                width: 41.66666667%;
            }

            .col-md-4 {
                width: 33.33333333%;
            }

            .col-md-3 {
                width: 25%;
            }

            .col-md-2 {
                width: 16.66666667%;
            }

            .col-md-1 {
                width: 8.33333333%;
            }

            .col-md-pull-12 {
                right: 100%;
            }

            .col-md-pull-11 {
                right: 91.66666667%;
            }

            .col-md-pull-10 {
                right: 83.33333333%;
            }

            .col-md-pull-9 {
                right: 75%;
            }

            .col-md-pull-8 {
                right: 66.66666667%;
            }

            .col-md-pull-7 {
                right: 58.33333333%;
            }

            .col-md-pull-6 {
                right: 50%;
            }

            .col-md-pull-5 {
                right: 41.66666667%;
            }

            .col-md-pull-4 {
                right: 33.33333333%;
            }

            .col-md-pull-3 {
                right: 25%;
            }

            .col-md-pull-2 {
                right: 16.66666667%;
            }

            .col-md-pull-1 {
                right: 8.33333333%;
            }

            .col-md-pull-0 {
                right: auto;
            }

            .col-md-push-12 {
                left: 100%;
            }

            .col-md-push-11 {
                left: 91.66666667%;
            }

            .col-md-push-10 {
                left: 83.33333333%;
            }

            .col-md-push-9 {
                left: 75%;
            }

            .col-md-push-8 {
                left: 66.66666667%;
            }

            .col-md-push-7 {
                left: 58.33333333%;
            }

            .col-md-push-6 {
                left: 50%;
            }

            .col-md-push-5 {
                left: 41.66666667%;
            }

            .col-md-push-4 {
                left: 33.33333333%;
            }

            .col-md-push-3 {
                left: 25%;
            }

            .col-md-push-2 {
                left: 16.66666667%;
            }

            .col-md-push-1 {
                left: 8.33333333%;
            }

            .col-md-push-0 {
                left: auto;
            }

            .col-md-offset-12 {
                margin-left: 100%;
            }

            .col-md-offset-11 {
                margin-left: 91.66666667%;
            }

            .col-md-offset-10 {
                margin-left: 83.33333333%;
            }

            .col-md-offset-9 {
                margin-left: 75%;
            }

            .col-md-offset-8 {
                margin-left: 66.66666667%;
            }

            .col-md-offset-7 {
                margin-left: 58.33333333%;
            }

            .col-md-offset-6 {
                margin-left: 50%;
            }

            .col-md-offset-5 {
                margin-left: 41.66666667%;
            }

            .col-md-offset-4 {
                margin-left: 33.33333333%;
            }

            .col-md-offset-3 {
                margin-left: 25%;
            }

            .col-md-offset-2 {
                margin-left: 16.66666667%;
            }

            .col-md-offset-1 {
                margin-left: 8.33333333%;
            }

            .col-md-offset-0 {
                margin-left: 0;
            }
        }

        @media (min-width:1200px) {
            .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
                float: left;
            }

            .col-lg-12 {
                width: 100%;
            }

            .col-lg-11 {
                width: 91.66666667%;
            }

            .col-lg-10 {
                width: 83.33333333%;
            }

            .col-lg-9 {
                width: 75%;
            }

            .col-lg-8 {
                width: 66.66666667%;
            }

            .col-lg-7 {
                width: 58.33333333%;
            }

            .col-lg-6 {
                width: 50%;
            }

            .col-lg-5 {
                width: 41.66666667%;
            }

            .col-lg-4 {
                width: 33.33333333%;
            }

            .col-lg-3 {
                width: 25%;
            }

            .col-lg-2 {
                width: 16.66666667%;
            }

            .col-lg-1 {
                width: 8.33333333%;
            }

            .col-lg-pull-12 {
                right: 100%;
            }

            .col-lg-pull-11 {
                right: 91.66666667%;
            }

            .col-lg-pull-10 {
                right: 83.33333333%;
            }

            .col-lg-pull-9 {
                right: 75%;
            }

            .col-lg-pull-8 {
                right: 66.66666667%;
            }

            .col-lg-pull-7 {
                right: 58.33333333%;
            }

            .col-lg-pull-6 {
                right: 50%;
            }

            .col-lg-pull-5 {
                right: 41.66666667%;
            }

            .col-lg-pull-4 {
                right: 33.33333333%;
            }

            .col-lg-pull-3 {
                right: 25%;
            }

            .col-lg-pull-2 {
                right: 16.66666667%;
            }

            .col-lg-pull-1 {
                right: 8.33333333%;
            }

            .col-lg-pull-0 {
                right: auto;
            }

            .col-lg-push-12 {
                left: 100%;
            }

            .col-lg-push-11 {
                left: 91.66666667%;
            }

            .col-lg-push-10 {
                left: 83.33333333%;
            }

            .col-lg-push-9 {
                left: 75%;
            }

            .col-lg-push-8 {
                left: 66.66666667%;
            }

            .col-lg-push-7 {
                left: 58.33333333%;
            }

            .col-lg-push-6 {
                left: 50%;
            }

            .col-lg-push-5 {
                left: 41.66666667%;
            }

            .col-lg-push-4 {
                left: 33.33333333%;
            }

            .col-lg-push-3 {
                left: 25%;
            }

            .col-lg-push-2 {
                left: 16.66666667%;
            }

            .col-lg-push-1 {
                left: 8.33333333%;
            }

            .col-lg-push-0 {
                left: auto;
            }

            .col-lg-offset-12 {
                margin-left: 100%;
            }

            .col-lg-offset-11 {
                margin-left: 91.66666667%;
            }

            .col-lg-offset-10 {
                margin-left: 83.33333333%;
            }

            .col-lg-offset-9 {
                margin-left: 75%;
            }

            .col-lg-offset-8 {
                margin-left: 66.66666667%;
            }

            .col-lg-offset-7 {
                margin-left: 58.33333333%;
            }

            .col-lg-offset-6 {
                margin-left: 50%;
            }

            .col-lg-offset-5 {
                margin-left: 41.66666667%;
            }

            .col-lg-offset-4 {
                margin-left: 33.33333333%;
            }

            .col-lg-offset-3 {
                margin-left: 25%;
            }

            .col-lg-offset-2 {
                margin-left: 16.66666667%;
            }

            .col-lg-offset-1 {
                margin-left: 8.33333333%;
            }

            .col-lg-offset-0 {
                margin-left: 0;
            }
        }

        .checkbox, .radio {
            position: relative;
            display: block;
            min-height: 20px;
            margin-top: 10px;
            margin-bottom: 10px;
        }

            .checkbox label, .checkbox-inline, .radio label, .radio-inline {
                padding-left: 20px;
                margin-bottom: 0;
                font-weight: 400;
                cursor: pointer;
            }

                .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
                    position: absolute;
                    margin-left: -20px;
                }

            .checkbox + .checkbox, .radio + .radio {
                margin-top: -5px;
            }

        .checkbox-inline, .radio-inline {
            display: inline-block;
            vertical-align: middle;
        }

            .checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
                margin-top: 0;
                margin-left: 10px;
            }

            .checkbox-inline.disabled, .checkbox.disabled label, .radio-inline.disabled, .radio.disabled label, fieldset[disabled] .checkbox label, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio label, fieldset[disabled] .radio-inline, fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled, input[type=radio][disabled] {
                cursor: not-allowed;
            }

        .form-control-static {
            padding-top: 7px;
            padding-bottom: 7px;
            margin-bottom: 0;
        }

            .form-control-static.input-lg, .form-control-static.input-sm {
                padding-right: 0;
                padding-left: 0;
            }

        .form-horizontal .form-group-sm .form-control, .input-sm {
            height: 30px;
            padding: 5px 10px;
            font-size: 12px;
            line-height: 1.5;
            border-radius: 3px;
        }

        select.input-sm {
            height: 30px;
            line-height: 30px;
        }

        select[multiple].input-lg, select[multiple].input-sm, textarea.input-lg, textarea.input-sm {
            height: auto;
        }

        .form-horizontal .form-group-lg .form-control, .input-lg {
            height: 46px;
            padding: 10px 16px;
            font-size: 18px;
            line-height: 1.33;
            border-radius: 6px;
        }

        select.input-lg {
            height: 46px;
            line-height: 46px;
        }

        .has-feedback {
            position: relative;
        }

            .has-feedback .form-control {
                padding-right: 42.5px;
            }

        .form-control-feedback {
            position: absolute;
            top: 25px;
            right: 0;
            z-index: 2;
            display: block;
            width: 34px;
            height: 34px;
            line-height: 34px;
            text-align: center;
        }

        .input-lg + .form-control-feedback {
            width: 46px;
            height: 46px;
            line-height: 46px;
        }

        .input-sm + .form-control-feedback {
            width: 30px;
            height: 30px;
            line-height: 30px;
        }

        .has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline {
            color: #3c763d;
        }

        .has-success .form-control {
            border-color: #3c763d;
            -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
            box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        }

        .btn {
            display: inline-block;
            padding: 6px 12px;
            margin-bottom: 0;
            font-size: 14px;
            font-weight: 400;
            line-height: 1.42857143;
            text-align: center;
            white-space: nowrap;
            vertical-align: middle;
            cursor: pointer;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            background-image: none;
            border: 1px solid transparent;
            border-radius: 4px;
        }

            .btn.active:focus, .btn:active:focus, .btn:focus {
                outline: dotted thin;
                outline: -webkit-focus-ring-color auto;
                outline-offset: -2px;
            }

            .btn:focus, .btn:hover {
                color: #333;
                text-decoration: none;
            }

            .btn.active, .btn:active {
                background-image: none;
                outline: 0;
                -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
                box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
            }

            .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
                pointer-events: none;
                cursor: not-allowed;
                filter: alpha(opacity=65);
                -webkit-box-shadow: none;
                box-shadow: none;
                opacity: .65;
            }

        .btn-default {
            color: #333;
            background-color: #fff;
            border-color: #ccc;
        }

            .btn-default.active, .btn-default:active, .btn-default:focus, .btn-default:hover, .open > .dropdown-toggle.btn-default {
                color: #333;
                background-color: #e6e6e6;
                border-color: #adadad;
            }

            .btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
                background-image: none;
            }

            .btn-default.disabled, .btn-default.disabled.active, .btn-default.disabled:active, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled], .btn-default[disabled].active, .btn-default[disabled]:active, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default.active, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
                background-color: #fff;
                border-color: #ccc;
            }

            .btn-default .badge {
                color: #fff;
                background-color: #333;
            }

        .btn-primary {
            color: #fff;
            background-color: #428bca;
            border-color: #357ebd;
        }

            .btn-primary.active, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open > .dropdown-toggle.btn-primary {
                color: #fff;
                background-color: #3071a9;
                border-color: #285e8e;
            }

            .btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
                background-image: none;
            }

            .btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
                background-color: #428bca;
                border-color: #357ebd;
            }

            .btn-primary .badge {
                color: #428bca;
                background-color: #fff;
            }

        .btn-success {
            color: #fff;
            background-color: #5cb85c;
            border-color: #4cae4c;
        }

        .btn-link {
            font-weight: 400;
            color: #428bca;
            cursor: pointer;
            border-radius: 0;
        }

            .btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
                background-color: transparent;
                -webkit-box-shadow: none;
                box-shadow: none;
            }

                .btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
                    border-color: transparent;
                }

                    .btn-link:focus, .btn-link:hover {
                        color: #2a6496;
                        text-decoration: underline;
                        background-color: transparent;
                    }

                    .btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover {
                        color: #777;
                        text-decoration: none;
                    }

        .btn-block {
            display: block;
            width: 100%;
        }

            .btn-block + .btn-block {
                margin-top: 5px;
            }

        input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
            width: 100%;
        }

        .fade {
            opacity: 0;
            -webkit-transition: opacity .15s linear;
            -o-transition: opacity .15s linear;
            transition: opacity .15s linear;
        }

            .fade.in {
                opacity: 1;
            }

        .collapse {
            display: none;
        }

            .collapse.in {
                display: block;
            }

        tr.collapse.in {
            display: table-row;
        }

        tbody.collapse.in {
            display: table-row-group;
        }

        .collapsing {
            position: relative;
            height: 0;
            overflow: hidden;
            -webkit-transition: height .35s ease;
            -o-transition: height .35s ease;
            transition: height .35s ease;
        }

        .caret {
            display: inline-block;
            width: 0;
            height: 0;
            margin-left: 2px;
            vertical-align: middle;
            border-top: 4px solid;
            border-right: 4px solid transparent;
            border-left: 4px solid transparent;
        }

        .dropdown {
            position: relative;
        }

        .dropdown-toggle:focus {
            outline: 0;
        }

        .dropdown-menu {
            position: absolute;
            top: 100%;
            left: 0;
            z-index: 1000;
            display: none;
            float: left;
            min-width: 160px;
            padding: 0;
            margin: 2px 0 0;
            font-size: 14px;
            text-align: left;
            list-style: none;
            background-color: #0ec7ef;
            -webkit-background-clip: padding-box;
            background-clip: padding-box;
            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-right, .dropdown-menu.pull-right {
                right: 0;
                left: auto;
            }

            .dropdown-menu .divider {
                height: 1px;
                margin: 9px 0;
                overflow: hidden;
                background-color: #e5e5e5;
            }

            .dropdown-menu > li > a {
                clear: both;
                color: #fff;
                display: block;
                font-weight: 400;
                line-height: 1.42857;
                padding: 12px 20px;
                white-space: nowrap;
                border-bottom: 1px solid #09bae0;
            }

                .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
                    color: #fff;
                    text-decoration: none;
                    background-color: #0bb9df;
                }

            .dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
                color: #fff;
                text-decoration: none;
                background-color: #428bca;
                outline: 0;
            }

            .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
                color: #777;
            }

                .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
                    text-decoration: none;
                    cursor: not-allowed;
                    background-color: transparent;
                    background-image: none;
                    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
                }

            .dropdown-menu:hover .dropdown-menu, .open > .dropdown-menu {
                display: block;
            }

        .open > a {
            outline: 0;
        }

        .dropdown-menu-left {
            right: auto;
            left: 0;
        }

        .dropdown-header {
            display: block;
            padding: 3px 20px;
            font-size: 12px;
            line-height: 1.42857143;
            color: #777;
            white-space: nowrap;
        }

        .dropdown-backdrop {
            position: fixed;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            z-index: 990;
        }

        .pull-right > .dropdown-menu {
            right: 0;
            left: auto;
        }

        .dropup .caret, .navbar-fixed-bottom .dropdown .caret {
            content: "";
            border-top: 0;
            border-bottom: 4px solid;
        }

        .dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
            top: auto;
            bottom: 100%;
            margin-bottom: 1px;
        }

        @media (min-width:768px) {
            .navbar-right .dropdown-menu {
                right: 0;
                left: auto;
            }

            .navbar-right .dropdown-menu-left {
                right: auto;
                left: 0;
            }
        }

        .btn-group, .btn-group-vertical {
            position: relative;
            display: inline-block;
            vertical-align: middle;
        }

            .btn-group-vertical > .btn, .btn-group > .btn {
                position: relative;
            }

            .btn-group > .btn {
                float: left;
            }

                .btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
                    z-index: 2;
                }

                .btn-group-vertical > .btn:focus, .btn-group > .btn:focus {
                    outline: 0;
                }

            .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
                margin-left: -1px;
            }

        .btn-toolbar {
            margin-left: -5px;
        }

            .btn-toolbar .btn-group, .btn-toolbar .input-group {
                float: left;
            }

            .btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
                margin-left: 5px;
            }

        .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
            border-radius: 0;
        }

        .btn-group > .btn:first-child {
            margin-left: 0;
        }

            .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
                border-top-right-radius: 0;
                border-bottom-right-radius: 0;
            }

        .btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
        }

        .btn-group > .btn-group {
            float: left;
        }

            .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
                border-radius: 0;
            }

            .btn-group > .btn-group:first-child > .btn:last-child, .btn-group > .btn-group:first-child > .dropdown-toggle {
                border-top-right-radius: 0;
                border-bottom-right-radius: 0;
            }

            .btn-group > .btn-group:last-child > .btn:first-child {
                border-top-left-radius: 0;
                border-bottom-left-radius: 0;
            }

        .btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
            outline: 0;
        }

        .btn-group > .btn + .dropdown-toggle {
            padding-right: 8px;
            padding-left: 8px;
        }

        .btn-group > .btn-lg + .dropdown-toggle {
            padding-right: 12px;
            padding-left: 12px;
        }

        .btn-group.open .dropdown-toggle {
            -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
            box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
        }

            .btn-group.open .dropdown-toggle.btn-link {
                -webkit-box-shadow: none;
                box-shadow: none;
            }

        .btn .caret {
            margin-left: 0;
        }

        .btn-lg .caret {
            border-width: 5px 5px 0;
        }

        .dropup .btn-lg .caret {
            border-width: 0 5px 5px;
        }

        .btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
            display: block;
            width: 100%;
            max-width: 100%;
            float: none;
        }

        .nav-tabs.nav-justified > li {
            float: none;
        }

        .btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
            margin-top: -1px;
            margin-left: 0;
        }

        .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn, .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
            border-radius: 0;
        }

        .btn-group-vertical > .btn:first-child:not(:last-child) {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0;
        }

        .btn-group-vertical > .btn:last-child:not(:first-child) {
            border-top-left-radius: 0;
            border-top-right-radius: 0;
            border-bottom-left-radius: 4px;
        }

        .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0;
        }

        .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
            border-top-left-radius: 0;
            border-top-right-radius: 0;
        }

        .btn-group-justified {
            display: table;
            width: 100%;
            table-layout: fixed;
            border-collapse: separate;
        }

            .btn-group-justified > .btn, .btn-group-justified > .btn-group {
                display: table-cell;
                float: none;
                width: 1%;
            }

                .btn-group-justified > .btn-group .btn {
                    width: 100%;
                }

                .btn-group-justified > .btn-group .dropdown-menu {
                    left: auto;
                }

        [data-toggle=buttons] > .btn > input[type=checkbox], [data-toggle=buttons] > .btn > input[type=radio] {
            position: absolute;
            z-index: -1;
            filter: alpha(opacity=0);
            opacity: 0;
        }

        .input-group {
            position: relative;
            display: table;
            border-collapse: separate;
        }

            .input-group[class*=col-] {
                float: none;
                padding-right: 0;
                padding-left: 0;
            }

            .input-group .form-control {
                position: relative;
                z-index: 2;
                float: left;
                width: 100%;
                margin-bottom: 0;
            }

        .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
            height: 46px;
            padding: 10px 16px;
            font-size: 18px;
            line-height: 1.33;
            border-radius: 6px;
        }

        select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
            height: 46px;
            line-height: 46px;
        }

        select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn, textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn {
            height: auto;
        }

        .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
            height: 30px;
            padding: 5px 10px;
            font-size: 12px;
            line-height: 1.5;
            border-radius: 3px;
        }

        select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
            height: 30px;
            line-height: 30px;
        }

        .nav {
            padding-left: 0;
            margin-bottom: 0;
            list-style: none;
        }

            .nav > li, .nav > li > a {
                position: relative;
                display: block;
            }

                .nav > li > a {
                    padding: 10px 15px;
                }

                    .nav > li > a:focus, .nav > li > a:hover {
                        text-decoration: none;
                        background-color: #eee;
                    }

                .nav > li.disabled > a {
                    color: #777;
                }

                    .nav > li.disabled > a:focus, .nav > li.disabled > a:hover {
                        color: #777;
                        text-decoration: none;
                        cursor: not-allowed;
                        background-color: transparent;
                    }

            .nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
                background-color: #eee;
                border-color: #428bca;
            }

            .nav .nav-divider {
                height: 1px;
                margin: 9px 0;
                overflow: hidden;
                background-color: #e5e5e5;
            }

            .nav > li > a > img {
                max-width: none;
            }

        .nav-tabs {
            border-bottom: 1px solid #ddd;
        }

            .nav-tabs > li {
                float: left;
                margin-bottom: -1px;
            }

                .nav-tabs > li > a {
                    margin-right: 2px;
                    line-height: 1.42857143;
                    border: 1px solid transparent;
                    border-radius: 4px 4px 0 0;
                }

                    .nav-tabs > li > a:hover {
                        border-color: #eee #eee #ddd;
                    }

                .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
                    color: #555;
                    cursor: default;
                    background-color: #fff;
                    border: 1px solid #ddd;
                    border-bottom-color: transparent;
                }

            .nav-tabs.nav-justified {
                width: 100%;
                border-bottom: 0;
            }

                .nav-tabs.nav-justified > li > a {
                    margin-bottom: 5px;
                    text-align: center;
                }

                .nav-justified > .dropdown .dropdown-menu, .nav-tabs.nav-justified > .dropdown .dropdown-menu {
                    top: auto;
                    left: auto;
                }

        @media (min-width:768px) {
            .nav-tabs.nav-justified > li {
                display: table-cell;
                width: 1%;
            }

                .nav-tabs.nav-justified > li > a {
                    margin-bottom: 0;
                }
        }

        .nav-tabs.nav-justified > li > a {
            margin-right: 0;
            border-radius: 4px;
        }

        .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
            border: 1px solid #ddd;
        }

        @media (min-width:768px) {
            .nav-tabs.nav-justified > li > a {
                border-bottom: 1px solid #ddd;
                border-radius: 4px 4px 0 0;
            }

            .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
                border-bottom-color: #fff;
            }
        }

        .nav-pills > li {
            float: left;
        }

            .nav-pills > li > a {
                border-radius: 4px;
            }

            .nav-pills > li + li {
                margin-left: 2px;
            }

            .nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
                color: #fff;
                background-color: #428bca;
            }

        .nav-justified > li, .nav-stacked > li {
            float: none;
        }

            .nav-stacked > li + li {
                margin-top: 2px;
                margin-left: 0;
            }

        .nav-justified {
            width: 100%;
        }

            .nav-justified > li > a {
                margin-bottom: 5px;
                text-align: center;
            }

        @media (min-width:768px) {
            .nav-justified > li {
                display: table-cell;
                width: 1%;
            }

                .nav-justified > li > a {
                    margin-bottom: 0;
                }
        }

        .nav-tabs-justified {
            border-bottom: 0;
        }

            .nav-tabs-justified > li > a {
                margin-right: 0;
                border-radius: 4px;
            }

            .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
                border: 1px solid #ddd;
            }

        @media (min-width:768px) {
            .nav-tabs-justified > li > a {
                border-bottom: 1px solid #ddd;
                border-radius: 4px 4px 0 0;
            }

            .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
                border-bottom-color: #fff;
            }
        }

        .tab-content > .tab-pane {
            display: none;
        }

        .tab-content > .active {
            display: block;
        }

        .nav-tabs .dropdown-menu {
            margin-top: -1px;
            border-top-left-radius: 0;
            border-top-right-radius: 0;
        }

        .navbar {
            position: relative;
            min-height: 50px;
            margin-bottom: 20px;
            border: 1px solid transparent;
        }

        @media (min-width:768px) {
            .navbar {
                border-radius: 4px;
            }

            .navbar-header {
                float: left;
            }
        }

        .navbar-collapse {
            padding-right: 15px;
            padding-left: 15px;
            overflow-x: visible;
            -webkit-overflow-scrolling: touch;
            border-top: 1px solid transparent;
            -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
            box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
        }

            .navbar-collapse.in {
                overflow-y: auto;
            }

        @media (min-width:768px) {
            .navbar-collapse {
                width: auto;
                border-top: 0;
                -webkit-box-shadow: none;
                box-shadow: none;
            }

                .navbar-collapse.collapse {
                    display: block !important;
                    height: auto !important;
                    padding-bottom: 0;
                    overflow: visible !important;
                }

                .navbar-collapse.in {
                    overflow-y: visible;
                }

            .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
                padding-right: 0;
                padding-left: 0;
            }
        }

        .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
            max-height: 340px;
        }

        @media (max-width:480px) and (orientation:landscape) {
            .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
                max-height: 200px;
            }
        }

        .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
            margin-right: -15px;
            margin-left: -15px;
        }

        @media (min-width:768px) {
            .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
                margin-right: 0;
                margin-left: 0;
            }
        }

        .navbar-static-top {
            z-index: 1000;
            border-width: 0 0 1px;
        }

        @media (min-width:768px) {
            .navbar-static-top {
                border-radius: 0;
            }
        }

        .navbar-fixed-bottom, .navbar-fixed-top {
            position: fixed;
            right: 0;
            left: 0;
            z-index: 1030;
            -webkit-transform: translate3d(0,0,0);
            -o-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
        }

        @media (min-width:768px) {
            .navbar-fixed-bottom, .navbar-fixed-top {
                border-radius: 0;
            }
        }

        .navbar-fixed-top {
            top: 0;
            border-width: 0 0 1px;
        }

        .navbar-fixed-bottom {
            bottom: 0;
            margin-bottom: 0;
            border-width: 1px 0 0;
        }

        .navbar-brand {
            float: left;
            font-size: 18px;
            line-height: 40px;
            margin-top: 0;
        }

            .navbar-brand:focus, .navbar-brand:hover {
                text-decoration: none;
            }

        @media (min-width:768px) {
            .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
                margin-left: -15px;
            }
        }

        .navbar-toggle {
            position: relative;
            float: right;
            padding: 9px 10px;
            margin-top: 8px;
            margin-right: 15px;
            margin-bottom: 8px;
            background-color: transparent;
            background-image: none;
            border: 1px solid transparent;
            border-radius: 4px;
        }

            .navbar-toggle:focus {
                outline: 0;
            }

            .navbar-toggle .icon-bar {
                display: block;
                width: 22px;
                height: 2px;
                border-radius: 1px;
            }

                .navbar-toggle .icon-bar + .icon-bar {
                    margin-top: 4px;
                }

        @media (min-width:768px) {
            .navbar-toggle {
                display: none;
            }
        }

        .navbar-nav {
            margin: 7.5px -15px;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
                line-height: 20px;
            }

        @media (max-width:767px) {
            .navbar-nav .open .dropdown-menu {
                position: static;
                float: none;
                width: auto;
                margin-top: 0;
                border: 0;
                -webkit-box-shadow: none;
                box-shadow: none;
                background: #0ec7ef;
                clear: both;
            }

                .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
                    padding: 5px 15px 5px 25px;
                }

                .navbar-nav .open .dropdown-menu > li > a {
                    line-height: 20px;
                }

                    .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-nav .open .dropdown-menu > li > a:hover {
                        background-image: none;
                    }
        }

        @media (min-width:768px) {
            .navbar-nav {
                float: left;
                margin: 0;
            }

                .navbar-nav > li {
                    float: left;
                }

                    .navbar-nav > li > a {
                        padding-top: 15px;
                        padding-bottom: 15px;
                    }

                .navbar-nav.navbar-right:last-child {
                    margin-right: -15px;
                }

            .navbar-left {
                float: left !important;
            }

            .navbar-right {
                float: right !important;
            }
        }

        .navbar-form {
            padding: 10px 15px;
            margin: 8px -15px;
            border-top: 1px solid transparent;
            border-bottom: 1px solid transparent;
            -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
            box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
        }

        @media (min-width:768px) {
            .navbar-form .form-group {
                display: inline-block;
                margin-bottom: 0;
                vertical-align: middle;
            }

            .navbar-form .form-control {
                display: inline-block;
                width: auto;
                vertical-align: middle;
            }

            .navbar-form .input-group {
                display: inline-table;
                vertical-align: middle;
            }

                .navbar-form .input-group .form-control, .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn {
                    width: auto;
                }

                .navbar-form .input-group > .form-control {
                    width: 100%;
                }

            .navbar-form .control-label {
                margin-bottom: 0;
                vertical-align: middle;
            }

            .navbar-form .checkbox, .navbar-form .radio {
                display: inline-block;
                margin-top: 0;
                margin-bottom: 0;
                vertical-align: middle;
            }

                .navbar-form .checkbox label, .navbar-form .radio label {
                    padding-left: 0;
                }

                .navbar-form .checkbox input[type=checkbox], .navbar-form .radio input[type=radio] {
                    position: relative;
                    margin-left: 0;
                }

            .navbar-form .has-feedback .form-control-feedback {
                top: 0;
            }
        }

        @media (max-width:767px) {
            .navbar-form .form-group {
                margin-bottom: 5px;
            }
        }

        @media (min-width:768px) {
            .navbar-form {
                width: auto;
                padding-top: 0;
                padding-bottom: 0;
                margin-right: 0;
                margin-left: 0;
                border: 0;
                -webkit-box-shadow: none;
                box-shadow: none;
            }

                .navbar-form.navbar-right:last-child {
                    margin-right: -15px;
                }
        }

        .navbar-nav > li > .dropdown-menu {
            margin-top: 0;
            border-top-left-radius: 0;
            border-top-right-radius: 0;
        }

        .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0;
        }

        .navbar-btn {
            margin-top: 8px;
            margin-bottom: 8px;
        }

            .navbar-btn.btn-sm {
                margin-top: 10px;
                margin-bottom: 10px;
            }

            .navbar-btn.btn-xs {
                margin-top: 14px;
                margin-bottom: 14px;
            }

        .navbar-text {
            margin-top: 15px;
            margin-bottom: 15px;
        }

        @media (min-width:768px) {
            .navbar-text {
                float: left;
                margin-right: 15px;
                margin-left: 15px;
            }

                .navbar-text.navbar-right:last-child {
                    margin-right: 0;
                }
        }

        .navbar-default {
            border-color: #e7e7e7;
            box-shadow: 0 0 2px 0 rgba(0,0,0,.1);
            background: #f9fcff;
            background: -moz-linear-gradient(top,#f9fcff 0,#fff 100%);
            background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f9fcff),color-stop(100%,#fff));
            background: -webkit-linear-gradient(top,#f9fcff 0,#fff 100%);
            background: -o-linear-gradient(top,#f9fcff 0,#fff 100%);
            background: -ms-linear-gradient(top,#f9fcff 0,#fff 100%);
            background: linear-gradient(to bottom,#f9fcff 0,#fff 100%);
        }

            .navbar-default .navbar-brand, .navbar-default .navbar-nav > li > a, .navbar-default .navbar-text {
                color: #777;
            }

                .navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
                    color: #5e5e5e;
                    background-color: transparent;
                }

                .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
                    background-color: transparent;
                }

            .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
                color: #555;
                background-color: #e7e7e7;
            }

            .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:focus, .navbar-default .navbar-nav > .disabled > a:hover {
                color: #ccc;
                background-color: transparent;
            }

            .navbar-default .navbar-toggle {
                border-color: #ddd;
            }

                .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
                    background-color: #ddd;
                }

                .navbar-default .navbar-toggle .icon-bar {
                    background-color: #888;
                }

            .navbar-default .navbar-collapse, .navbar-default .navbar-form {
                border-color: #e7e7e7;
            }

            .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
                color: #fff;
                background-color: #0ec7ef;
            }

        @media (max-width:767px) {
            .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
                color: #333;
                background-color: transparent;
            }

            .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
                color: #555;
                background-color: #e7e7e7;
            }

            .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
                color: #ccc;
                background-color: transparent;
            }
        }

        .navbar-default .btn-link, .navbar-default .navbar-link, .navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-text {
            color: #777;
        }

            .navbar-default .navbar-link:hover {
                color: #333;
            }

            .navbar-default .btn-link:focus, .navbar-default .btn-link:hover {
                color: #333;
            }

            .navbar-default .btn-link[disabled]:focus, .navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:focus, fieldset[disabled] .navbar-default .btn-link:hover {
                color: #ccc;
            }

        .navbar-inverse {
            background-color: #222;
            border-color: #080808;
        }

            .navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
                color: #fff;
                background-color: transparent;
            }

            .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
                color: #fff;
                background-color: #080808;
            }

            .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:focus, .navbar-inverse .navbar-nav > .disabled > a:hover {
                color: #444;
                background-color: transparent;
            }

            .navbar-inverse .navbar-toggle {
                border-color: #333;
            }

                .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
                    background-color: #333;
                }

                .navbar-inverse .navbar-toggle .icon-bar {
                    background-color: #fff;
                }

            .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
                border-color: #101010;
            }

            .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
                color: #fff;
                background-color: #080808;
            }

        @media (max-width:767px) {
            .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
                border-color: #080808;
            }

            .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
                background-color: #080808;
            }

            .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
                color: #777;
            }

                .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
                    color: #fff;
                    background-color: transparent;
                }

            .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
                color: #fff;
                background-color: #080808;
            }

            .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
                color: #444;
                background-color: transparent;
            }
        }

        .navbar-inverse .btn-link, .navbar-inverse .navbar-link {
            color: #777;
        }

            .navbar-inverse .navbar-link:hover {
                color: #fff;
            }

            .navbar-inverse .btn-link:focus, .navbar-inverse .btn-link:hover {
                color: #fff;
            }

            .navbar-inverse .btn-link[disabled]:focus, .navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:focus, fieldset[disabled] .navbar-inverse .btn-link:hover {
                color: #444;
            }

        @media (min-width:768px) {
            .modal-dialog {
                width: 600px;
                margin: 30px auto;
            }

            .modal-content {
                -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
                box-shadow: 0 5px 15px rgba(0,0,0,.5);
            }

            .modal-sm {
                width: 300px;
            }
        }

        @media (min-width:992px) {
            .modal-lg {
                width: 900px;
            }
        }

        .carousel, .carousel-inner {
            position: relative;
        }

        .carousel-inner {
            width: 100%;
            overflow: hidden;
        }

            .carousel-inner > .item {
                position: relative;
                display: none;
                -webkit-transition: .6s ease-in-out left;
                -o-transition: .6s ease-in-out left;
                transition: .6s ease-in-out left;
            }

                .carousel-inner > .item > a > img, .carousel-inner > .item > img {
                    line-height: 1;
                }

            .carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
                display: block;
            }

                .carousel-inner > .active, .carousel-inner > .next.left, .carousel-inner > .prev.right {
                    left: 0;
                }

            .carousel-inner > .next, .carousel-inner > .prev {
                position: absolute;
                top: 0;
                width: 100%;
            }

            .carousel-inner > .next {
                left: 100%;
            }

            .carousel-inner > .active.left, .carousel-inner > .prev {
                left: -100%;
            }

            .carousel-inner > .active.right {
                left: 100%;
            }

        .carousel-control {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            width: 15%;
            font-size: 20px;
            color: #fff;
            text-align: center;
            text-shadow: 0 1px 2px rgba(0,0,0,.6);
            filter: alpha(opacity=50);
            opacity: .5;
        }

            .carousel-control.left {
                background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
                background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
                background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
                background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
                background-repeat: repeat-x;
            }

            .carousel-control.right {
                right: 0;
                left: auto;
                background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
                background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
                background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
                background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
                background-repeat: repeat-x;
            }

            .carousel-control:focus, .carousel-control:hover {
                color: #fff;
                text-decoration: none;
                filter: alpha(opacity=90);
                outline: 0;
                opacity: .9;
            }

            .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
                position: absolute;
                top: 50%;
                z-index: 5;
                display: inline-block;
            }

            .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
                left: 50%;
                margin-left: -10px;
            }

            .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
                right: 50%;
                margin-right: -10px;
            }

            .carousel-control .icon-next, .carousel-control .icon-prev {
                width: 20px;
                height: 20px;
                margin-top: -10px;
                font-family: serif;
            }

                .carousel-control .icon-prev:before {
                    content: '\2039';
                }

                .carousel-control .icon-next:before {
                    content: '\203a';
                }

        .carousel-indicators {
            position: absolute;
            bottom: 10px;
            left: 50%;
            z-index: 15;
            width: 60%;
            padding-left: 0;
            margin-left: -30%;
            text-align: center;
            list-style: none;
        }

            .carousel-indicators li {
                display: inline-block;
                width: 10px;
                height: 10px;
                margin: 1px;
                text-indent: -999px;
                cursor: pointer;
                background-color: transparent;
                border: 1px solid #fff;
                border-radius: 10px;
            }

            .carousel-indicators .active {
                width: 12px;
                height: 12px;
                margin: 0;
                background-color: #fff;
            }

        .carousel-caption {
            position: absolute;
            right: 15%;
            bottom: 20px;
            left: 15%;
            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-caption .btn {
                text-shadow: none;
            }

        @media screen and (min-width:768px) {
            .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
                width: 30px;
                height: 30px;
                margin-top: -15px;
                font-size: 30px;
            }

            .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
                margin-left: -15px;
            }

            .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
                margin-right: -15px;
            }

            .carousel-caption {
                right: 20%;
                left: 20%;
                padding-bottom: 30px;
            }

            .carousel-indicators {
                bottom: 20px;
            }
        }

        .btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
            display: table;
            content: " ";
        }

        .btn-group-vertical > .btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
            clear: both;
        }

        .center-block {
            display: block;
            margin-right: auto;
            margin-left: auto;
        }

        .pull-right {
            float: right !important;
        }

        .pull-left {
            float: left !important;
        }

        .hide {
            display: none !important;
        }

        .show {
            display: block !important;
        }

        .invisible {
            visibility: hidden;
        }

        .text-hide {
            font: 0/0 a;
            color: transparent;
            text-shadow: none;
            background-color: transparent;
            border: 0;
        }

        .hidden {
            display: none !important;
            visibility: hidden !important;
        }

        @-ms-viewport {
            width: device-width;
        }

        @media (min-width:768px) {
            .navbar-nav > li > a {
                padding: 15px 12px;
            }
        }

        .ls-gpuhack {
            width: 1002px !important;
            margin: 0 auto;
        }

        h1.ls-l {
            font-size: 16px !important;
            padding: 7px 25px !important;
        }

        P.ls-l {
            font-size: 14px !important;
        }

        .ls-inner, .ls-slide {
            height: 400px !important;
        }

        .ls-container a {
            font-size: 12px !important;
        }

        @media only screen and (min-width:640px) and (max-width:1024px) {
            .dp-image {
                width: 42% !important;
                margin-top: 25px !important;
            }

            .dp-icon1 {
                left: 45% !important;
            }

            .dp-icon2 {
                left: 53% !important;
            }

            .dp-icon3 {
                left: 61% !important;
            }

            .dp-icon4 {
                left: 69% !important;
            }

            .dp-icon5 {
                left: 77% !important;
            }

            .dp-icon6 {
                left: 86% !important;
            }

            .scl-icon1, .scl-icon2, .scl-icon3, .scl-icon4, .scl-icon5, .software-icon2, .software-icon3, .software-icon4, .software-icon5, .software-icon6, .software-icon7, .software-icon8, .software-icon9 {
                width: auto !important;
                height: auto !important;
            }

            .software-icon1 {
                width: 219px !important;
                height: 181px !important;
            }

            .soft-bg {
                background-size: 100% 100% !important;
            }
        }

        @media only screen (width:768px) {
            .software-icon1 {
                width: 40% !important;
                height: auto !important;
            }
        }

        @media only screen and (min-width:768px) and (max-width:959px) {
            .dp-image {
                top: 8% !important;
                left: 2% !important;
            }

            .dp-h1 {
                top: 10% !important;
            }

            .dp-p1 {
                top: 22% !important;
            }

            .banner {
                margin-top: 70px;
            }
        }

        .dp-p1, .dp-p2 {
            width: 100% !important;
        }

        .mi-slider, .mi-slider ul {
            width: 100%;
            overflow: hidden;
        }

        .mi-slider {
            height: 145px;
            display: inline-block;
            -webkit-touch-callout: none;
            -webkit-user-select: none;
            -khtml-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            position: relative;
        }

            .mi-slider ul {
                list-style-type: none;
                position: absolute;
                left: 0;
                text-align: center;
                pointer-events: none;
            }

        .no-js .mi-slider ul {
            position: relative;
            left: auto;
            bottom: auto;
            margin: 0;
            overflow: visible;
        }

        .mi-slider ul.mi-current {
            pointer-events: auto;
        }

        .mi-slider ul li {
            display: inline-block;
            -webkit-transform: translateX(600%);
            transform: translateX(600%);
            -webkit-transition: opacity .2s linear;
            transition: opacity .2s linear;
            text-align: center;
            width: 100%;
            height: 100px;
        }

        .no-js .mi-slider ul li {
            -webkit-transform: translateX(0);
            transform: translateX(0);
        }

        .mi-slider ul li a, .mi-slider ul li img {
            display: block;
            margin: 0 auto;
        }

        .mi-slider ul li a {
            outline: 0;
            cursor: pointer;
        }

        .mi-slider ul li img {
            border: none;
        }

        .mi-slider ul li h4 {
            display: inline-block;
            font-family: Baskerville,"Baskerville Old Face","Hoefler Text",Garamond,"Times New Roman",serif;
            font-style: italic;
            font-weight: 400;
            font-size: 18px;
            padding: 20px 10px 0;
        }

        .mi-slider ul li:hover {
            opacity: .7;
        }

        .mi-slider nav {
            position: relative;
            top: 110px;
            text-align: center;
            width: 100%;
            margin: 0 auto;
            border-top: 2px solid #9197a0;
            height: 40px;
        }

        .no-js nav {
            display: none;
        }

        .mi-slider nav a {
            display: inline-block;
            text-transform: uppercase;
            letter-spacing: 0;
            padding: 0;
            position: relative;
            color: #888;
            outline: 0;
            -webkit-transition: color .2s linear;
            transition: color .2s linear;
            height: 30px;
            margin: 0;
        }

            .mi-slider nav a.mi-selected, .mi-slider nav a:hover {
                color: #000;
            }

                .mi-slider nav a.mi-selected:after, .mi-slider nav a.mi-selected:before {
                    content: '';
                    top: 0;
                    border: solid transparent;
                    height: 0;
                    width: 0;
                    position: absolute;
                    pointer-events: none;
                }

                .mi-slider nav a.mi-selected:after {
                    border-color: #fff transparent transparent;
                    border-width: 0;
                    left: 50%;
                    margin-left: -6px;
                }

                .mi-slider nav a.mi-selected:before {
                    border-color: #9197a0 transparent transparent;
                    border-width: 6px;
                    left: 50%;
                    margin-left: -6px;
                }

        .mi-slider ul:first-child li, .no-js .mi-slider ul li {
            -webkit-animation: scaleUp 350ms ease-in-out both;
            animation: scaleUp 350ms ease-in-out both;
        }

        @-webkit-keyframes scaleUp {
            0% {
                -webkit-transform: translateX(0) scale(0);
            }

            to {
                -webkit-transform: translateX(0) scale(1);
            }
        }

        @keyframes scaleUp {
            0% {
                transform: translateX(0) scale(0);
            }

            to {
                transform: translateX(0) scale(1);
            }
        }

        .mi-slider ul:first-child li:first-child {
            -webkit-animation-delay: 90ms;
            animation-delay: 90ms;
        }

        .mi-slider ul:first-child li:nth-child(2) {
            -webkit-animation-delay: 180ms;
            animation-delay: 180ms;
        }

        .mi-slider ul:first-child li:nth-child(3) {
            -webkit-animation-delay: 270ms;
            animation-delay: 270ms;
        }

        .mi-slider ul:first-child li:nth-child(4) {
            -webkit-animation-delay: 360ms;
            animation-delay: 360ms;
        }

        .mi-slider ul.mi-moveFromRight li {
            -webkit-animation: moveFromRight 350ms ease-in-out both;
            animation: moveFromRight 350ms ease-in-out both;
        }

        .mi-slider ul.mi-moveFromLeft li {
            -webkit-animation: moveFromLeft 350ms ease-in-out both;
            animation: moveFromLeft 350ms ease-in-out both;
        }

        .mi-slider ul.mi-moveToRight li {
            -webkit-animation: moveToRight 350ms ease-in-out both;
            animation: moveToRight 350ms ease-in-out both;
        }

        .mi-slider ul.mi-moveToLeft li {
            -webkit-animation: moveToLeft 350ms ease-in-out both;
            animation: moveToLeft 350ms ease-in-out both;
        }

            .mi-slider ul.mi-moveFromLeft li:nth-child(4), .mi-slider ul.mi-moveFromRight li:first-child, .mi-slider ul.mi-moveToLeft li:first-child, .mi-slider ul.mi-moveToRight li:nth-child(4) {
                -webkit-animation-delay: 0ms;
                animation-delay: 0ms;
            }

            .mi-slider ul.mi-moveFromLeft li:nth-child(3), .mi-slider ul.mi-moveFromRight li:nth-child(2), .mi-slider ul.mi-moveToLeft li:nth-child(2), .mi-slider ul.mi-moveToRight li:nth-child(3) {
                -webkit-animation-delay: 90ms;
                animation-delay: 90ms;
            }

            .mi-slider ul.mi-moveFromLeft li:nth-child(2), .mi-slider ul.mi-moveFromRight li:nth-child(3), .mi-slider ul.mi-moveToLeft li:nth-child(3), .mi-slider ul.mi-moveToRight li:nth-child(2) {
                -webkit-animation-delay: 180ms;
                animation-delay: 180ms;
            }

            .mi-slider ul.mi-moveFromLeft li:first-child, .mi-slider ul.mi-moveFromRight li:nth-child(4), .mi-slider ul.mi-moveToLeft li:nth-child(4), .mi-slider ul.mi-moveToRight li:first-child {
                -webkit-animation-delay: 270ms;
                animation-delay: 270ms;
            }

        @-webkit-keyframes moveFromRight {
            0% {
                -webkit-transform: translateX(600%);
            }

            to {
                -webkit-transform: translateX(0%);
            }
        }

        @-webkit-keyframes moveFromLeft {
            0% {
                -webkit-transform: translateX(-600%);
            }

            to {
                -webkit-transform: translateX(0%);
            }
        }

        @-webkit-keyframes moveToRight {
            0% {
                -webkit-transform: translateX(0%);
            }

            to {
                -webkit-transform: translateX(600%);
            }
        }

        @-webkit-keyframes moveToLeft {
            0% {
                -webkit-transform: translateX(0%);
            }

            to {
                -webkit-transform: translateX(-600%);
            }
        }

        @keyframes moveFromRight {
            0% {
                transform: translateX(600%);
            }

            to {
                transform: translateX(0);
            }
        }

        @keyframes moveFromLeft {
            0% {
                transform: translateX(-600%);
            }

            to {
                transform: translateX(0);
            }
        }

        @keyframes moveToRight {
            0% {
                transform: translateX(0%);
            }

            to {
                transform: translateX(600%);
            }
        }

        @keyframes moveToLeft {
            0% {
                transform: translateX(0%);
            }

            to {
                transform: translateX(-600%);
            }
        }

        .mi-slider .sprts_pltfms {
            margin: 25px 0 0;
        }

        @media only screen and (min-width:480px) and (max-width:767px) {
            .mi-slider nav {
                text-align: center !important;
                padding: 0 0 0 10px;
            }
        }

        @media only screen and (min-width:768px) and (max-width:959px) {
            .mi-slider nav {
                text-align: left !important;
                padding: 0 0 0 10px;
            }
        }

        .ls-v5 .ls-playvideo {
            width: 60px;
            height: 60px;
            margin-left: -30px;
            margin-top: -30px;
        }

        .ls-v5 .ls-bottom-slidebuttons a, .ls-v5 .ls-fullscreen, .ls-v5 .ls-loading-container, .ls-v5 .ls-nav-next, .ls-v5 .ls-nav-prev, .ls-v5 .ls-nav-sides, .ls-v5 .ls-nav-start, .ls-v5 .ls-nav-stop, .ls-v5 .ls-playvideo {
            background-image: url(images/skin.png);
        }

        .ls-v5 .ls-playvideo {
            background-position: -300px -150px;
        }

            .ls-v5 .ls-playvideo:hover, .ls-v5 .ls-vpcontainer:hover .ls-playvideo {
                background-position: -375px -150px;
            }

        .ls-v5 .ls-nav-prev {
            background-position: 0 0;
        }

            .ls-v5 .ls-nav-prev:hover {
                background-position: 0 -75px;
            }

        .ls-v5 .ls-nav-next {
            background-position: -150px 0;
        }

            .ls-v5 .ls-nav-next:hover {
                background-position: -150px -75px;
            }

        .ls-v5 .ls-nav-start {
            background-position: -300px 0;
        }

            .ls-v5 .ls-nav-start-active, .ls-v5 .ls-nav-start:hover {
                background-position: -300px -75px;
            }

        .ls-v5 .ls-nav-stop {
            background-position: -450px 0;
        }

            .ls-v5 .ls-nav-stop-active, .ls-v5 .ls-nav-stop:hover {
                background-position: -450px -75px;
            }

        .ls-v5 .ls-bottom-slidebuttons a {
            background-position: 0 -150px;
        }

            .ls-v5 .ls-bottom-slidebuttons a.ls-nav-active, .ls-v5 .ls-bottom-slidebuttons a:hover {
                background-position: -75px -150px;
            }

        .ls-v5 .ls-nav-sideleft {
            background-position: -150px -150px;
        }

        .ls-v5 .ls-nav-sideright {
            background-position: -225px -150px;
        }

        .ls-v5 .ls-nav-next, .ls-v5 .ls-nav-prev {
            width: 40px;
            height: 50px;
            z-index: 10000;
            top: 50%;
            margin-top: -25px;
            position: absolute;
        }

        .ls-v5 .ls-nav-prev {
            left: 10px;
        }

        .ls-v5 .ls-nav-next {
            right: 10px;
        }

        .ls-v5 .ls-bottom-slidebuttons, .ls-v5 .ls-bottom-slidebuttons a, .ls-v5 .ls-nav-sides, .ls-v5 .ls-nav-start, .ls-v5 .ls-nav-stop {
            height: 20px;
            display: inline-block;
        }

        .ls-v5 .ls-bottom-slidebuttons, .ls-v5 .ls-nav-sides, .ls-v5 .ls-nav-start, .ls-v5 .ls-nav-stop {
            top: -30px;
        }

        .ls-v5 .ls-nav-start, .ls-v5 .ls-nav-stop {
            width: 25px;
        }

        .ls-v5 .ls-bottom-slidebuttons a {
            width: 20px;
        }

        .ls-v5 .ls-nav-sides {
            width: 0;
        }

        .ls-v5 .ls-thumbnail-hover {
            bottom: 30px;
            padding: 2px;
            margin-left: 1px;
            display: none !important;
        }

        .ls-v5 .ls-thumbnail-hover-bg {
            background: #eee;
        }

        .ls-v5 .ls-thumbnail-hover span {
            border: 5px solid #eee;
            margin-left: -5px;
        }

        .ls-v5 .ls-thumbnail {
            top: 10px;
        }

        .ls-v5 .ls-thumbnail-inner {
            padding: 2px;
            margin-left: -2px;
            background: #fff;
        }

        .ls-v5 .ls-thumbnail-slide a {
            margin-right: 2px;
        }

        .ls-v5 .ls-nothumb {
            background: #eee;
        }

        .ls-v5 .ls-loading-container {
            width: 40px;
            height: 40px;
            margin-left: -20px;
            margin-top: -20px;
            background-position: -450px -150px;
        }

        .ls-v5 .ls-loading-indicator {
            width: 22px;
            height: 22px;
            margin-top: 9px;
            background-image: url(images/loading.gif);
        }

        .ls-v5 .ls-fullscreen {
            width: 30px;
            height: 30px;
            right: 10px;
            top: 10px;
            background-position: -525px -150px;
        }

            .ls-v5 .ls-fullscreen:hover {
                background-position: -525px -190px;
            }

        @media only screen and (min-width:768px) and (max-width:1023px) {
            #pgettl {
                margin-top: 70px !important;
            }

            .news-ticker li {
                width: 100% !important;
                height: auto !important;
            }

            .sf-menu li {
                font-size: 14px !important;
            }

            #footer .container .ten.columns {
                width: 401px;
            }

            .nws_ind h2 {
                font-size: 23px;
            }

            .blog-page .eleven.columns {
                width: 97%;
            }

            .blog-page .five.columns {
                width: 98%;
                clear: both;
            }

            .blog-pic, .fet-box .box-cont .pic img {
                width: 100%;
                height: auto;
            }

            .ourprdts .box {
                width: 100% !important;
            }

            .ourprdts .rptr {
                width: 49%;
            }

            .posts .box {
                width: 100%;
            }

            .clients-page .five.columns, .clients-page .one.column {
                display: none;
            }

            .clients-page .eleven.columns {
                width: 100%;
                display: inline-block;
            }

            .clients .clnts-lstng li {
                margin: 0 50px 25px 15px;
            }

            .para.clnts {
                width: 96%;
                margin: 0 auto 15px;
            }

            .fet-box {
                width: 48% !important;
                margin: 0 0 0 10px;
                min-height: 320px;
            }

                .fet-box .box-cont {
                    padding: 1% 6% 0 5%;
                }

            .nws_ind .one.column {
                display: none;
            }

            .nws_ind .container .one-third.column {
                float: left;
                width: 48% !important;
            }

            .nws_ind .five.columns {
                float: left;
                clear: both;
            }

                .ltnws, .nws_ind .five.columns iframe {
                    margin: 0 !important;
                }

            .clntspanel iframe {
                width: 738px !important;
            }

            .nwsltrsngup {
                width: 42% !important;
                float: right !important;
                margin: -275px 2% 0 0 !important;
            }

            .nws_ind .five.columns iframe {
                height: 150px !important;
            }

            .product-page .eleven.columns {
                width: 54%;
                float: left;
            }

            .product-page .five.columns {
                width: 40%;
                float: right;
                margin-right: 2%;
            }

            .product-page .container .one.columns, .product-page .one.column {
                display: none;
            }

            .product-page input[type=file], .product-page input[type=password], .product-page input[type=text], .product-page textarea {
                padding: 7px;
            }

            .product-page .form-row {
                margin-bottom: 10px;
            }

            .product-page input[type=button], .product-page input[type=reset], .product-page input[type=submit] {
                padding: 8px 12px;
            }

            .prd-menu {
                width: 96%;
                margin: 0 auto;
                display: inherit;
            }

            .careers-page .eleven.columns {
                width: 55%;
                margin-right: 2%;
            }

            .careers-page .five.columns {
                width: 40% !important;
            }

            .careers-page .demo-form {
                width: 100%;
            }

            .demo-form-pos {
                margin-bottom: 0;
            }

            .careers-page input[type=file], .careers-page input[type=password], .careers-page input[type=text], .careers-page textarea {
                padding: 7px;
            }

            .careers-page textarea {
                height: 200px;
                resize: none;
            }

            .careers-cnt h3 {
                font-size: 17px;
            }

            .careers-hed .right {
                margin-top: 0;
            }

            .blog-box {
                margin-right: 1.3% !important;
                width: 32% !important;
                min-width: 225px !important;
                margin-bottom: 15px;
                height: 480px;
            }

                .blog-box:nth-child(12), .blog-box:nth-child(3), .blog-box:nth-child(6), .blog-box:nth-child(9) {
                    margin-right: 0 !important;
                }

                .blog-box .content {
                    margin-right: 0 !important;
                    width: 100% !important;
                }

            .lftimg img {
                height: 260px !important;
                width: auto !important;
                max-width: 100% !important;
            }

            .bunssolnts h2 {
                font-family: 'Open Sans',Arial,Helvetica,sans-serif;
                font-size: 19px;
                font-weight: 600;
                letter-spacing: -.5px;
            }

            .bunssolnts-rptr {
                width: 100%;
                display: inline-block;
                margin: 0 0 15px;
            }

                .bunssolnts-rptr img {
                    width: auto !important;
                    height: auto !important;
                    float: none;
                    text-align: center;
                    margin-right: 0;
                }

                .bunssolnts-rptr .pic {
                    width: 55px !important;
                    height: 50px !important;
                    margin-right: 8px;
                    float: left;
                    text-align: center;
                }

            .bunssolnts h4 {
                font-family: Arial,Helvetica,sans-serif;
                font-size: 14px;
                width: 100%;
                text-overflow: ellipsis;
                margin-bottom: 0;
                line-height: 19px;
            }

            .bunssolnts p {
                font-size: 13px;
                color: #999;
                margin-bottom: 0;
                text-align: left;
            }

            .demo-form {
                z-index: 98989 !important;
                left: 0;
                margin-left: 0 !important;
                top: 0;
            }

            .demo-formbdy {
                position: relative !important;
                z-index: 989899 !important;
            }

            .abt-cont .one.column, .blog-page .one.column {
                display: none;
            }

            .sclshrbtns {
                margin: 0 !important;
            }

            .dcsns {
                width: 96%;
                padding-left: 4%;
            }

            .services-page {
                padding: 0 2% !important;
                width: 96% !important;
            }

            .demo-form {
                position: relative !important;
            }

            #fancybox-close {
                left: 78% !important;
                z-index: 989891 !important;
                top: 23% !important;
            }

            #fancybox-content {
                position: fixed !important;
                height: 680px !important;
                left: 25% !important;
                top: 22% !important;
            }

            .ltnws {
                margin-right: 0 !important;
            }

                #fancybox-content, .ltnws iframe {
                    width: 100% !important;
                }

            .nws_ind .five.columns, .nws_ind .five.columns iframe {
                width: 740px !important;
            }

            .findus {
                float: left;
                width: 46%;
            }

            .news-ticker {
                float: right;
                margin: 0 15px;
                width: 49%;
            }
        }

        @media only screen and (min-width:960px) and (max-width:1024px) {
            .demo-form, .demo-formbdy {
                position: relative !important;
            }

            .demo-form {
                left: 0;
                margin-left: 0 !important;
                z-index: 98989 !important;
            }

            .demo-formbdy {
                z-index: 989899 !important;
            }

            #fancybox-close {
                left: 68% !important;
                z-index: 989891 !important;
                top: 14% !important;
            }

            #fancybox-content {
                width: 100% !important;
                position: fixed !important;
                height: 680px !important;
                left: 28% !important;
                top: 8% !important;
            }
        }

        @media only screen and (min-width:768px) and (max-width:1023px) {
            .product-lftcol {
                width: 60%;
                float: left;
            }

            .product-rgtcol {
                width: 38%;
            }

            .mid-content {
                width: 92%;
                padding: 0 4%;
            }

            .toggler-comp .demo-form {
                width: 95%;
                padding: 2% 4% 0 0;
            }

            .ftr-col1 {
                width: 33%;
            }

            .ftr-col2 {
                width: 19%;
            }

            .ftr-col3 {
                width: 46%;
            }

            .ftr-row2 {
                width: 62%;
            }

            #footer a.foot-blg, a.foot-tw {
                margin-right: 0;
            }

            .prd-menu h1 {
                font-size: 22px;
                margin: 10px 0 0 10px;
            }

            .clients-right {
                display: none;
            }

            .clients .clnts-lstng li:nth-child(16), .clients .clnts-lstng li:nth-child(20), .clients .clnts-lstng li:nth-child(28), .clients .clnts-lstng li:nth-child(32), .clients .clnts-lstng li:nth-child(4), .clients .clnts-lstng li:nth-child(8) {
                margin-right: 50px !important;
            }

            .clients .clnts-lstng li:nth-child(12), .clients .clnts-lstng li:nth-child(15), .clients .clnts-lstng li:nth-child(18), .clients .clnts-lstng li:nth-child(21), .clients .clnts-lstng li:nth-child(24), .clients .clnts-lstng li:nth-child(3), .clients .clnts-lstng li:nth-child(6), .clients .clnts-lstng li:nth-child(9) {
                margin-right: 0 !important;
            }

            .clients .clnts-lstng .sponsor, .clients .clnts-lstng li {
                width: 180px;
            }

            .sponsorFlip div {
                margin-left: 0 !important;
            }

            .blog-leftcol {
                width: 65%;
                float: left;
            }

            .blog-rgtcol {
                width: 33%;
                float: right;
            }

            .orvls h3 {
                width: 40%;
            }

            .orvls .ttl_lft, .orvls .ttl_rgt {
                width: 30%;
            }

            .orvls .col-md-4 {
                width: 100%;
            }

            .orvls p {
                text-align: center;
            }

            .orvls-sprtr {
                display: none;
            }

            .news-ticker iframe {
                height: 270px;
            }

            .nwsltr-from {
                width: 100%;
                display: inline-block;
                margin: 15px 0;
            }

            .nsltr {
                width: 95.5%;
                padding: 1% 2% 0;
                margin: 0;
                height: auto;
            }

            .nwsltr_form {
                margin: 0;
                padding: 0 !important;
            }

                .nwsltr_form h2 {
                    margin-bottom: 6px !important;
                }

                .nwsltr_form .inptfld input[type=password], .nwsltr_form .inptfld input[type=text] {
                    width: 85%;
                }

                .nwsltr_form input[type=button], .nwsltr_form input[type=reset], .nwsltr_form input[type=submit] {
                    padding: 4px 25px;
                }

            a.foot-fb {
                margin: 0 32px 0 30px;
            }

            a.foot-yt {
                margin: 0 59px 0 41px;
            }

            a.foot-pntrst {
                margin: 0 30px 0 43px;
            }

            a.foot-gplus {
                width: 120px;
                margin-right: 0;
            }

            .fprdlst li a {
                font-size: 13px;
            }

            .navbar-nav > li > a {
                font-size: 14px;
                padding: 15px 8px 0 !important;
            }

            #pgettl {
                padding: 6px 0 !important;
                height: auto;
            }

                #pgettl h2 {
                    float: left;
                }

                #pgettl span {
                    float: left;
                    margin-top: 10px;
                    margin-left: 10px;
                }

            .industries-links2 {
                display: none;
            }

            .ftr-row2-alt, .ftr-row3-alt {
                width: 100%;
            }

            .clntspanel {
                overflow: hidden;
            }

            .nwsltr_form {
                float: none;
            }

                .nwsltr_form .inptfld {
                    width: 37%;
                }
        }

        @media only screen and (min-width:640px) and (max-width:767px) {
            #pgettl-responsive {
                margin: 65px 0 15px;
            }

            .search {
                border: 1px solid #0ec7ef;
                display: inline-block;
                height: 34px;
                left: 4%;
                width: 90%;
                background: #fff;
            }

                .search input[type=text] {
                    height: 21px;
                    width: 83% !important;
                }

                .search input[type=button], .search input[type=submit] {
                    margin-right: 11px !important;
                    margin-top: 7px !important;
                }

            .datapage-everywhere {
                width: 100%;
                display: inline-block !important;
                text-align: center;
                background: #f3f8fc;
            }

                .datapage-everywhere img {
                    width: 100%;
                    height: auto !important;
                }

            .navbar-brand {
                padding: 5px 0 10px 15px !important;
            }

            .navbar-toggle {
                margin-top: 16px !important;
            }

            .featuers {
                margin-top: 85px;
            }

            #sclntw, .clntspanel, .nws_ind {
                display: none;
            }

            .ftr-row3-alt {
                float: right;
                margin-top: 0;
            }

            .banner, .ftr-row2-alt, .industries-links2 {
                display: none;
            }

            .mid-content {
                width: 92%;
                padding: 0 4%;
            }

            .toggler-comp .demo-form {
                width: 95%;
                padding: 2% 4% 0 0;
            }

            .fancybox-button {
                display: none;
            }

            .ftr-col1 {
                width: 40%;
            }

            .ftr-col2 {
                width: 25%;
            }

            .ftr-col3 {
                width: 46%;
            }

            .ftr-row2 {
                width: 58%;
            }

            #footer a.foot-blg, a.foot-tw {
                margin-right: 0;
            }

            #pgettl, .addr-sprtr, .sclntwk {
                display: none;
            }

            .sclntwk-responsive {
                display: block;
            }

            #pgettl-responsive {
                display: block;
                padding-top: 25px;
                margin-bottom: 5px;
            }

                #pgettl-responsive h3 {
                    margin-bottom: 4px;
                }

            .contact-info h2 {
                margin-bottom: 5px;
            }

            .left-column, .right-column {
                float: none;
                width: 100%;
            }

            .sales-addr {
                width: 100%;
                display: inline-block;
            }

            .sales-addrinner {
                float: left;
                width: 33.3%;
            }

            .toggler-comp {
                display: block;
            }

            .product-lftcol, .product-rgtcol {
                width: 100%;
                float: none;
            }

            .product-rgtcol {
                display: block;
            }

            .product-template {
                margin-top: 65px;
            }

            .prd-menu h1 {
                font-size: 22px;
                margin: 19px 0 0 10px;
            }

            .clients .clnts-lstng li:nth-child(even) {
                float: right;
                margin-right: 0 !important;
            }

            .clients .clnts-lstng li:nth-child(odd) {
                float: left;
                margin-right: 0 !important;
            }

            .clients .clnts-lstng li {
                width: 44%;
            }

            .clients .clnts-lstng .sponsor {
                width: 100%;
            }

            .sponsorFlip div {
                margin: 10px auto !important;
            }

            .blog-box {
                width: 49%;
                display: inline-block;
                margin: 0 0 10px !important;
                height: 170px !important;
                overflow: hidden;
            }

                .blog-box:nth-child(odd) {
                    float: left;
                }

                .blog-box:nth-child(even) {
                    float: right;
                }

                .blog-box .pic {
                    width: 40%;
                    margin-right: 2% !important;
                    float: left;
                    min-height: auto !important;
                }

                .blog-box .content {
                    width: 53% !important;
                    float: left;
                    margin-right: 0;
                    padding: 15px 0 0;
                }

                .blog-box h3 {
                    font-size: 16px;
                    max-height: 66px;
                }

                .blog-box p {
                    font-family: arial;
                    font-size: 13px;
                    line-height: 18px;
                    margin-bottom: 0 !important;
                }

            .blog-leftcol {
                width: 60%;
                float: left;
            }

            .blog-rgtcol {
                width: 38%;
                float: right;
            }

            .blogArtcle-leftcol, .blogArtcle-rgtcol {
                width: 100%;
                float: none;
            }

                .blogArtcle-rgtcol .posts-responsive {
                    display: none;
                }

            .fet-box {
                display: inline-block;
                float: left;
                height: 340px;
                margin-bottom: 15px;
                width: 48%;
            }

                .fet-box.alt-box {
                    float: right;
                    margin-right: 0;
                }

                .fet-box .box-cont .pic img {
                    width: 100%;
                    height: auto;
                }

            .findus {
                width: 300px;
            }

            .news-ticker {
                width: 262px;
                margin: 0 15px;
            }

                .news-ticker iframe {
                    width: 262px;
                    height: 268px;
                }

            .nwsltr-from {
                width: 100%;
                float: none;
            }

            .nsltr {
                width: 95.5%;
                padding: 2% 2% 0;
                margin: 0;
                height: auto;
            }

            .nwsltr_form {
                margin: 0;
                padding: 0 !important;
            }

                .nwsltr_form h2 {
                    margin-bottom: 10px;
                }

                .nwsltr_form .inptfld {
                    width: 200px;
                    padding: 6px;
                }

                    .nwsltr_form .inptfld input[type=password], .nwsltr_form .inptfld input[type=text] {
                        width: 174px;
                    }

            .nwsltr-from {
                margin: 15px 0;
                display: inline-block;
            }

            .nwsltr_form input[type=button], .nwsltr_form input[type=reset], .nwsltr_form input[type=submit] {
                padding: 6px 15px;
            }

            .nsltr h2 {
                font-size: 22px;
                color: #0ec7ef;
                margin-bottom: 6px;
            }

            .navbar-nav > li > a {
                width: 91%;
                display: inline-block;
            }

            .ftr-row2-alt, .ftr-row3-alt {
                width: 100%;
            }

            .careers-cnt .ttl_lft, .careers-cnt .ttl_rgt {
                width: 15%;
            }

            .careers-cnt h3 {
                width: 70%;
                text-align: center;
            }
        }

        @media only screen and (min-width:560px) and (max-width:639px) {
            .search {
                border: 1px solid #0ec7ef;
                display: inline-block;
                height: 34px;
                left: 4%;
                width: 90%;
                background: #fff;
            }

                .search input[type=text] {
                    height: 20px;
                    width: 83% !important;
                }

                .search input[type=button], .search input[type=submit] {
                    margin-right: 11px !important;
                    margin-top: 7px !important;
                }

            .datapage-everywhere {
                width: 100%;
                display: inline-block !important;
                text-align: center;
                background: #f3f8fc;
            }

                .datapage-everywhere img {
                    width: 100%;
                    height: auto !important;
                }

            .navbar-brand {
                padding: 5px 0 10px 15px !important;
            }

            .featuers {
                margin-top: 65px;
            }

            #sclntw, .clntspanel, .nws_ind {
                display: none;
            }

            .ftr-row3-alt {
                width: 100%;
                float: right;
                margin-top: 0;
            }

            .banner, .ftr-row2-alt, .industries-links2 {
                display: none;
            }

            .mid-content {
                width: 92%;
                padding: 0 4%;
            }

            .toggler-comp .demo-form {
                width: 95%;
                padding: 2% 4% 0 0;
            }

            #pgettl, .addr-sprtr, .fancybox-button, .ftr-col1, .sclntwk {
                display: none;
            }

            .sclntwk-responsive {
                display: block;
            }

            .ftr-col2 {
                width: 30%;
            }

            .copyrights-inner .left {
                margin-top: 0;
            }

            .ftr-row2 {
                width: 60%;
            }

                .ftr-row2 h3 {
                    margin: 8px 0 !important;
                }

            #pgettl-responsive {
                display: block;
                padding-top: 25px;
                margin-bottom: 5px;
            }

                #pgettl-responsive h3 {
                    margin-bottom: 4px;
                }

            .contact-info h2 {
                margin-bottom: 5px;
            }

            .left-column, .right-column {
                float: none;
                width: 100%;
            }

            .sales-addr {
                width: 100%;
                display: inline-block;
            }

            .sales-addrinner {
                float: left;
                width: 33.3%;
            }

            .toggler-comp {
                display: block;
            }

            .product-lftcol, .product-rgtcol {
                width: 100%;
                float: none;
            }

            .product-rgtcol {
                display: block;
            }

            .prd-banner {
                margin-top: 0;
            }

            .product-template {
                margin-top: 65px;
            }

            .prd-menu h1 {
                font-size: 22px;
                margin: 19px 0 0 10px;
            }

            .clients .clnts-lstng li:nth-child(even) {
                float: right;
                margin-right: 0 !important;
            }

            .clients .clnts-lstng li:nth-child(odd) {
                float: left;
                margin-right: 0 !important;
            }

            .clients .clnts-lstng li {
                width: 44%;
            }

            .blog-box, .clients .clnts-lstng .sponsor {
                width: 100%;
            }

            .sponsorFlip div {
                margin: 10px auto !important;
            }

            .blog-box {
                display: inline-block;
                margin: 0 0 10px !important;
                height: auto !important;
            }

                .blog-box .pic {
                    width: 40%;
                    margin-right: 2% !important;
                    float: left;
                    min-height: auto !important;
                }

                .blog-box .content {
                    width: 53% !important;
                    float: left;
                    margin-right: 0;
                    padding: 15px 0 0;
                }

                .blog-box h3 {
                    font-size: 16px;
                    max-height: 66px;
                }

                .blog-box p {
                    font-family: arial;
                    font-size: 13px;
                    line-height: 18px;
                    margin-bottom: 0 !important;
                }

            .blog-leftcol, .blog-rgtcol {
                width: 100%;
                float: none;
            }

            .blogArtcle-leftcol, .blogArtcle-rgtcol {
                width: 100%;
                float: none;
                margin-top: 10px;
            }

                .blogArtcle-rgtcol .posts-responsive, .careers-cnt .ttl_lft {
                    display: none;
                }

            .fet-box, .navbar-nav > li {
                float: none;
            }

                .fet-box, .navbar-nav > li > a {
                    width: 91%;
                    display: inline-block;
                }

            .careers-cnt h3 {
                width: 70%;
                text-align: center;
            }

            .fet-box {
                width: 100%;
                margin-bottom: 12px;
            }

                .fet-box .box-cont .pic {
                    float: left;
                    border: none;
                    box-shadow: none;
                    width: 140px;
                    margin-right: 10px;
                }
        }

        @media only screen and (min-width:481px) and (max-width:559px) {
            .search {
                border: 1px solid #0ec7ef;
                display: inline-block;
                height: 34px;
                left: 4%;
                width: 90%;
                background: #fff;
            }

                .search input[type=text] {
                    height: 20px;
                    width: 83% !important;
                }

                .search input[type=button], .search input[type=submit] {
                    margin-right: 11px !important;
                    margin-top: 7px !important;
                }

            .datapage-everywhere {
                width: 100%;
                display: inline-block !important;
                text-align: center;
                background: #f3f8fc;
            }

                .datapage-everywhere img {
                    width: 100%;
                    height: auto !important;
                }

            .navbar-brand {
                padding: 5px 0 10px 15px !important;
            }

            .featuers {
                margin-top: 65px;
            }

            #sclntw, .clntspanel, .nws_ind {
                display: none;
            }

            .ftr-row3-alt {
                width: 100%;
                float: right;
                margin-top: 0;
            }

            .banner, .industries-links2 {
                display: none;
            }

            .fet-box {
                width: 100%;
                display: inline-block;
                float: none;
                margin-bottom: 12px;
            }

                .fet-box .box-cont .pic {
                    float: left;
                    border: none;
                    box-shadow: none;
                    width: 140px;
                    margin-right: 10px;
                }

            .ftr-row2-alt {
                display: none;
            }

            .mid-content {
                width: 92%;
                padding: 0 4%;
            }

            .toggler-comp .demo-form {
                width: 95%;
                padding: 2% 4% 0 0;
            }

            #pgettl, .addr-sprtr, .fancybox-button, .ftr-col1, .sclntwk {
                display: none;
            }

            .sclntwk-responsive {
                display: block;
            }

            .ftr-col2 {
                width: 30%;
            }

            .copyrights-inner .left {
                margin-top: 0;
            }

            .ftr-row2 {
                width: 60%;
            }

            .ftr-col3 {
                margin-bottom: 10px;
            }

            .ftr-row2 h3 {
                margin: 8px 0 !important;
            }

            .left-column, .right-column {
                float: none;
                width: 100%;
            }

            .sales-addr, .sales-addrinner {
                width: 100%;
                display: inline-block;
            }

            #pgettl-responsive {
                display: block;
                padding-top: 25px;
                margin-bottom: 5px;
            }

                #pgettl-responsive h3 {
                    margin-bottom: 4px;
                }

            .contact-info h2 {
                margin-bottom: 5px;
            }

            .toggler-comp {
                display: block;
            }

            .product-lftcol, .product-rgtcol {
                width: 100%;
                float: none;
            }

            .product-rgtcol {
                display: block;
            }

            .prd-banner {
                margin-top: 0;
            }

            .product-template {
                margin-top: 65px;
            }

            .prd-menu h1 {
                font-size: 22px;
                margin: 19px 0 0 10px;
            }

            .clients .clnts-lstng li:nth-child(even) {
                float: right;
                margin-right: 0 !important;
            }

            .clients .clnts-lstng li:nth-child(odd) {
                float: left;
                margin-right: 0 !important;
            }

            .clients .clnts-lstng li {
                width: 44%;
            }

            .blog-box, .clients .clnts-lstng .sponsor {
                width: 100%;
            }

            .sponsorFlip div {
                margin: 10px auto !important;
            }

            .blog-box {
                display: inline-block;
                margin: 0 0 10px !important;
                height: auto !important;
            }

                .blog-box .pic {
                    width: 40%;
                    margin-right: 2% !important;
                    float: left;
                    min-height: auto !important;
                }

                .blog-box .content {
                    width: 53% !important;
                    float: left;
                    margin-right: 0;
                    padding: 15px 0 0;
                }

                .blog-box h3 {
                    font-size: 16px;
                    max-height: 66px;
                }

                .blog-box p {
                    font-family: arial;
                    font-size: 13px;
                    line-height: 18px;
                    margin-bottom: 0 !important;
                }

            .blog-leftcol, .blog-rgtcol {
                width: 100%;
                float: none;
            }

            .blogArtcle-leftcol, .blogArtcle-rgtcol {
                width: 100%;
                float: none;
                margin-top: 10px;
            }

                .blogArtcle-rgtcol .posts-responsive, .careers-cnt .ttl_lft {
                    display: none;
                }

            .navbar-nav > li {
                float: none;
            }

                .navbar-nav > li > a {
                    width: 91%;
                    display: inline-block;
                }

            .careers-cnt h3 {
                width: 70%;
                text-align: center;
            }
        }

        @media only screen and (min-width:320px) and (max-width:480px) {
            .search {
                border: 1px solid #0ec7ef;
                display: inline-block;
                height: 34px;
                left: 4%;
                width: 90%;
                background: #fff;
            }

                .search input[type=text] {
                    height: 22px;
                    width: 80% !important;
                }

                .search input[type=button], .search input[type=submit] {
                    margin-right: 11px !important;
                    margin-top: 7px !important;
                }

            .datapage-everywhere {
                width: 100%;
                display: inline-block !important;
                text-align: center;
                background: #f3f8fc;
            }

                .datapage-everywhere img {
                    width: 100%;
                    height: auto !important;
                }

            .featuers {
                margin-top: 75px;
            }

            .navbar-brand {
                padding: 5px 0 10px 15px;
            }

            #sclntw, .clntspanel, .nws_ind {
                display: none;
            }

            .ftr-row3-alt {
                width: 100%;
                float: right;
                margin-top: 0;
            }

            .banner, .industries-links2 {
                display: none;
            }

            .fet-box {
                width: 100%;
                display: inline-block;
                float: none;
                margin-bottom: 12px;
                margin-right: 0 !important;
            }

                .fet-box .box-cont {
                    padding: 1% 3% 0;
                }

                    .fet-box .box-cont .pic {
                        border: none;
                        box-shadow: none;
                        width: 40%;
                        float: left;
                        margin-right: 10px;
                    }

            .ftr-row2-alt {
                display: none;
            }

            .mid-content {
                width: 92%;
                padding: 0 4%;
            }

            .toggler-comp .demo-form {
                width: 95%;
                padding: 2% 4% 0 0;
            }

            .addr-sprtr, .fancybox-button, .sclntwk {
                display: none;
            }

            .sclntwk-responsive {
                display: block;
            }

            #pgettl, .ftr-col1, .ftr-col2, .ftr-row2 {
                display: none;
            }

            .clients .clnts-lstng .sponsor, .clients .clnts-lstng li, .ftr-col3 {
                width: 100%;
            }

            .copyrights-inner .left {
                margin-top: 0;
            }

            .left-column, .right-column {
                float: none;
                width: 100%;
            }

            .sales-addr, .sales-addrinner {
                width: 100%;
                display: inline-block;
            }

            .button a, .cont_form input[type=button], .cont_form input[type=submit], .cont_forminput[type=reset], .form-row input[type=button], .form-row input[type=reset], .form-row input[type=submit] {
                font-size: 16px;
                font-weight: 400;
                width: 100%;
                display: inline-block;
                text-align: center;
                padding: 10px 0;
                margin-top: 10px;
            }

            .cont_form input[type=text], .cont_form select, .demo-form-cont input[type=text], .job-form select {
                padding: 8px;
            }

            .cont_form input[type=text], .job-form input[type=text], .job-form select {
                width: 93%;
            }

            .cont_form select {
                width: 99%;
            }

            .cont_form textarea, .job-form textarea {
                resize: none;
                width: 94%;
            }

            .cont-col-lft, .cont-col-rgt {
                width: 100%;
                float: none;
                margin-bottom: 8px;
                display: inline-block;
            }

            #pgettl-responsive {
                display: block;
                padding-top: 25px;
                margin-bottom: 5px;
            }

                #pgettl-responsive h3 {
                    margin-bottom: 4px;
                }

            .contact-info h2 {
                font-size: 24px;
                margin-bottom: 5px;
            }

            .toggler-comp {
                display: block;
            }

            .product-lftcol, .product-rgtcol {
                width: 100%;
                float: none;
            }

            .product-rgtcol {
                display: block;
            }

            .prd-banner {
                margin-top: 0;
            }

            .product-template {
                margin-top: 65px;
            }

            .prd-menu h1 {
                width: 95%;
                display: inline-block;
                font-size: 20px;
                margin: 6px 0 7px 10px;
            }

            .clients .clnts-lstng li:nth-child(even) {
                float: right;
                margin-right: 0 !important;
            }

            .clients .clnts-lstng li:nth-child(odd) {
                float: left;
                margin-right: 0 !important;
            }

            .sponsorFlip div {
                margin: 10px auto !important;
            }

            .blog-box {
                width: 100%;
                display: inline-block;
                margin: 0 0 10px !important;
                height: auto !important;
            }

                .blog-box .pic {
                    width: 40%;
                    margin-right: 2% !important;
                    float: left;
                    min-height: auto !important;
                }

                .blog-box .content {
                    width: 53% !important;
                    float: left;
                    margin-right: 0;
                    padding: 15px 0 0;
                }

                .blog-box h3 {
                    font-size: 16px;
                    max-height: 66px;
                }

                .blog-box p {
                    font-family: arial;
                    font-size: 13px;
                    line-height: 18px;
                    margin-bottom: 0 !important;
                }

            .blog-leftcol, .blog-rgtcol {
                width: 100%;
                float: none;
            }

            .blogArtcle-leftcol, .blogArtcle-rgtcol {
                width: 100%;
                float: none;
                margin-top: 10px;
            }

                .blogArtcle-rgtcol .posts-responsive, .careers-cnt .ttl_lft, .careers-cnt .ttl_rgt {
                    display: none;
                }

            .navbar-nav > li {
                float: none;
            }

                .navbar-nav > li > a {
                    width: 88%;
                    display: inline-block;
                }

            .careers-cnt h3 {
                font-size: 19px;
                width: 100%;
            }

            .careers-cnt .desc p span, .ormsn .desc p span, .orvsn .desc p span {
                font-size: 19px;
            }

            .sec-cont h2 {
                font-size: 24px;
            }

            .careers-hed .left {
                font-size: 16px;
            }

            .careers-hed .right {
                margin-top: 16px;
            }

            .sec-cont .product-rgtcol {
                display: block;
                width: 100%;
            }
        }

        @media only screen and (min-width:320px) and (max-width:360px) {
            .fet-box .box-cont .pic {
                border: none;
                box-shadow: none;
                width: 100%;
                float: none !important;
                margin-right: 0 !important;
            }

            .careers-cnt h3 {
                width: 100%;
            }

            .careers-cnt .ttl_lft, .careers-cnt .ttl_rgt {
                display: none;
            }
        }
        /*! * Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) */

        @font-face {
            font-family: FontAwesome;
            src: url(fonts/fontawesome-webfont862f.eot?v=4.1.0);
            src: url(fonts/fontawesome-webfontd41d.eot?#iefix&v=4.1.0) format('embedded-opentype'),url(fonts/fontawesome-webfont862f.woff?v=4.1.0) format('woff'),url(fonts/fontawesome-webfont862f.ttf?v=4.1.0) format('truetype'),url(fonts/fontawesome-webfont862f.svg?v=4.1.0#fontawesomeregular) format('svg');
            font-weight: 400;
            font-style: normal;
        }

        .fa {
            display: inline-block;
            font-family: FontAwesome;
            font-style: normal;
            font-weight: 400;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

        .fa-lg {
            font-size: 1.33333333em;
            line-height: .75em;
            vertical-align: -15%;
        }

        .fa-2x {
            font-size: 2em;
        }

        .fa-3x {
            font-size: 3em;
        }

        .fa-4x {
            font-size: 4em;
        }

        .fa-5x {
            font-size: 5em;
        }

        .fa-fw {
            width: 1.28571429em;
            text-align: center;
        }

        .fa-ul {
            padding-left: 0;
            margin-left: 2.14285714em;
            list-style-type: none;
        }

            .fa-ul > li {
                position: relative;
            }

        .fa-li {
            position: absolute;
            left: -2.14285714em;
            width: 2.14285714em;
            top: .14285714em;
            text-align: center;
        }

            .fa-li.fa-lg {
                left: -1.85714286em;
            }

        .fa-border {
            padding: .2em .25em .15em;
            border: .08em solid #eee;
            border-radius: .1em;
        }

        .fa.pull-left {
            margin-right: .3em;
        }

        .fa.pull-right {
            margin-left: .3em;
        }

        .fa-spin {
            -webkit-animation: spin 2s infinite linear;
            -moz-animation: spin 2s infinite linear;
            -o-animation: spin 2s infinite linear;
            animation: spin 2s infinite linear;
        }

        @-moz-keyframes spin {
            0% {
                -moz-transform: rotate(0deg);
            }

            to {
                -moz-transform: rotate(359deg);
            }
        }

        @-webkit-keyframes spin {
            0% {
                -webkit-transform: rotate(0deg);
            }

            to {
                -webkit-transform: rotate(359deg);
            }
        }

        @-o-keyframes spin {
            0% {
                -o-transform: rotate(0deg);
            }

            to {
                -o-transform: rotate(359deg);
            }
        }

        @keyframes spin {
            0% {
                -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
            }

            to {
                -webkit-transform: rotate(359deg);
                transform: rotate(359deg);
            }
        }

        .fa-rotate-90 {
            filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
            -webkit-transform: rotate(90deg);
            -moz-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            -o-transform: rotate(90deg);
            transform: rotate(90deg);
        }

        .fa-rotate-180 {
            filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            transform: rotate(180deg);
        }

        .fa-rotate-270 {
            filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
            -webkit-transform: rotate(270deg);
            -moz-transform: rotate(270deg);
            -ms-transform: rotate(270deg);
            -o-transform: rotate(270deg);
            transform: rotate(270deg);
        }

        .fa-flip-horizontal {
            filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
            -webkit-transform: scale(-1,1);
            -moz-transform: scale(-1,1);
            -ms-transform: scale(-1,1);
            -o-transform: scale(-1,1);
            transform: scale(-1,1);
        }

        .fa-flip-vertical {
            filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
            -webkit-transform: scale(1,-1);
            -moz-transform: scale(1,-1);
            -ms-transform: scale(1,-1);
            -o-transform: scale(1,-1);
            transform: scale(1,-1);
        }

        .fa-stack {
            position: relative;
            display: inline-block;
            width: 2em;
            height: 2em;
            line-height: 2em;
            vertical-align: middle;
        }

        .fa-stack-1x, .fa-stack-2x {
            position: absolute;
            left: 0;
            width: 100%;
            text-align: center;
        }

        .fa-stack-1x {
            line-height: inherit;
        }

        .fa-stack-2x {
            font-size: 2em;
        }

        .fa-inverse {
            color: #fff;
        }

        .fa-glass:before {
            content: "\f000";
        }

        .fa-music:before {
            content: "\f001";
        }

        .fa-search:before {
            content: "\f002";
        }

        .fa-envelope-o:before {
            content: "\f003";
        }

        .fa-heart:before {
            content: "\f004";
        }

        .fa-star:before {
            content: "\f005";
        }

        .fa-star-o:before {
            content: "\f006";
        }

        .fa-user:before {
            content: "\f007";
        }

        .fa-film:before {
            content: "\f008";
        }

        .fa-th-large:before {
            content: "\f009";
        }

        .fa-th:before {
            content: "\f00a";
        }

        .fa-th-list:before {
            content: "\f00b";
        }

        .fa-check:before {
            content: "\f00c";
        }

        .fa-times:before {
            content: "\f00d";
        }

        .fa-search-plus:before {
            content: "\f00e";
        }

        .fa-search-minus:before {
            content: "\f010";
        }

        .fa-power-off:before {
            content: "\f011";
        }

        .fa-signal:before {
            content: "\f012";
        }

        .fa-cog:before, .fa-gear:before {
            content: "\f013";
        }

        .fa-trash-o:before {
            content: "\f014";
        }

        .fa-home:before {
            content: "\f015";
        }

        .fa-file-o:before {
            content: "\f016";
        }

        .fa-clock-o:before {
            content: "\f017";
        }

        .fa-road:before {
            content: "\f018";
        }

        .fa-download:before {
            content: "\f019";
        }

        .fa-arrow-circle-o-down:before {
            content: "\f01a";
        }

        .fa-arrow-circle-o-up:before {
            content: "\f01b";
        }

        .fa-inbox:before {
            content: "\f01c";
        }

        .fa-play-circle-o:before {
            content: "\f01d";
        }

        .fa-repeat:before, .fa-rotate-right:before {
            content: "\f01e";
        }

        .fa-refresh:before {
            content: "\f021";
        }

        .fa-list-alt:before {
            content: "\f022";
        }

        .fa-lock:before {
            content: "\f023";
        }

        .fa-flag:before {
            content: "\f024";
        }

        .fa-headphones:before {
            content: "\f025";
        }

        .fa-volume-off:before {
            content: "\f026";
        }

        .fa-volume-down:before {
            content: "\f027";
        }

        .fa-volume-up:before {
            content: "\f028";
        }

        .fa-qrcode:before {
            content: "\f029";
        }

        .fa-barcode:before {
            content: "\f02a";
        }

        .fa-tag:before {
            content: "\f02b";
        }

        .fa-tags:before {
            content: "\f02c";
        }

        .fa-book:before {
            content: "\f02d";
        }

        .fa-bookmark:before {
            content: "\f02e";
        }

        .fa-print:before {
            content: "\f02f";
        }

        .fa-camera:before {
            content: "\f030";
        }

        .fa-font:before {
            content: "\f031";
        }

        .fa-bold:before {
            content: "\f032";
        }

        .fa-italic:before {
            content: "\f033";
        }

        .fa-text-height:before {
            content: "\f034";
        }

        .fa-text-width:before {
            content: "\f035";
        }

        .fa-align-left:before {
            content: "\f036";
        }

        .fa-align-center:before {
            content: "\f037";
        }

        .fa-align-right:before {
            content: "\f038";
        }

        .fa-align-justify:before {
            content: "\f039";
        }

        .fa-list:before {
            content: "\f03a";
        }

        .fa-dedent:before, .fa-outdent:before {
            content: "\f03b";
        }

        .fa-indent:before {
            content: "\f03c";
        }

        .fa-video-camera:before {
            content: "\f03d";
        }

        .fa-image:before, .fa-photo:before, .fa-picture-o:before {
            content: "\f03e";
        }

        .fa-pencil:before {
            content: "\f040";
        }

        .fa-map-marker:before {
            content: "\f041";
        }

        .fa-adjust:before {
            content: "\f042";
        }

        .fa-tint:before {
            content: "\f043";
        }

        .fa-edit:before, .fa-pencil-square-o:before {
            content: "\f044";
        }

        .fa-share-square-o:before {
            content: "\f045";
        }

        .fa-check-square-o:before {
            content: "\f046";
        }

        .fa-arrows:before {
            content: "\f047";
        }

        .fa-step-backward:before {
            content: "\f048";
        }

        .fa-fast-backward:before {
            content: "\f049";
        }

        .fa-backward:before {
            content: "\f04a";
        }

        .fa-play:before {
            content: "\f04b";
        }

        .fa-pause:before {
            content: "\f04c";
        }

        .fa-stop:before {
            content: "\f04d";
        }

        .fa-forward:before {
            content: "\f04e";
        }

        .fa-fast-forward:before {
            content: "\f050";
        }

        .fa-step-forward:before {
            content: "\f051";
        }

        .fa-eject:before {
            content: "\f052";
        }

        .fa-chevron-left:before {
            content: "\f053";
        }

        .fa-chevron-right:before {
            content: "\f054";
        }

        .fa-plus-circle:before {
            content: "\f055";
        }

        .fa-minus-circle:before {
            content: "\f056";
        }

        .fa-times-circle:before {
            content: "\f057";
        }

        .fa-check-circle:before {
            content: "\f058";
        }

        .fa-question-circle:before {
            content: "\f059";
        }

        .fa-info-circle:before {
            content: "\f05a";
        }

        .fa-crosshairs:before {
            content: "\f05b";
        }

        .fa-times-circle-o:before {
            content: "\f05c";
        }

        .fa-check-circle-o:before {
            content: "\f05d";
        }

        .fa-ban:before {
            content: "\f05e";
        }

        .fa-arrow-left:before {
            content: "\f060";
        }

        .fa-arrow-right:before {
            content: "\f061";
        }

        .fa-arrow-up:before {
            content: "\f062";
        }

        .fa-arrow-down:before {
            content: "\f063";
        }

        .fa-mail-forward:before, .fa-share:before {
            content: "\f064";
        }

        .fa-expand:before {
            content: "\f065";
        }

        .fa-compress:before {
            content: "\f066";
        }

        .fa-plus:before {
            content: "\f067";
        }

        .fa-minus:before {
            content: "\f068";
        }

        .fa-asterisk:before {
            content: "\f069";
        }

        .fa-exclamation-circle:before {
            content: "\f06a";
        }

        .fa-gift:before {
            content: "\f06b";
        }

        .fa-leaf:before {
            content: "\f06c";
        }

        .fa-fire:before {
            content: "\f06d";
        }

        .fa-eye:before {
            content: "\f06e";
        }

        .fa-eye-slash:before {
            content: "\f070";
        }

        .fa-exclamation-triangle:before, .fa-warning:before {
            content: "\f071";
        }

        .fa-plane:before {
            content: "\f072";
        }

        .fa-calendar:before {
            content: "\f073";
        }

        .fa-random:before {
            content: "\f074";
        }

        .fa-comment:before {
            content: "\f075";
        }

        .fa-magnet:before {
            content: "\f076";
        }

        .fa-chevron-up:before {
            content: "\f077";
        }

        .fa-chevron-down:before {
            content: "\f078";
        }

        .fa-retweet:before {
            content: "\f079";
        }

        .fa-shopping-cart:before {
            content: "\f07a";
        }

        .fa-folder:before {
            content: "\f07b";
        }

        .fa-folder-open:before {
            content: "\f07c";
        }

        .fa-arrows-v:before {
            content: "\f07d";
        }

        .fa-arrows-h:before {
            content: "\f07e";
        }

        .fa-bar-chart-o:before {
            content: "\f080";
        }

        .fa-twitter-square:before {
            content: "\f081";
        }

        .fa-facebook-square:before {
            content: "\f082";
        }

        .fa-camera-retro:before {
            content: "\f083";
        }

        .fa-key:before {
            content: "\f084";
        }

        .fa-cogs:before, .fa-gears:before {
            content: "\f085";
        }

        .fa-comments:before {
            content: "\f086";
        }

        .fa-thumbs-o-up:before {
            content: "\f087";
        }

        .fa-thumbs-o-down:before {
            content: "\f088";
        }

        .fa-star-half:before {
            content: "\f089";
        }

        .fa-heart-o:before {
            content: "\f08a";
        }

        .fa-sign-out:before {
            content: "\f08b";
        }

        .fa-linkedin-square:before {
            content: "\f08c";
        }

        .fa-thumb-tack:before {
            content: "\f08d";
        }

        .fa-external-link:before {
            content: "\f08e";
        }

        .fa-sign-in:before {
            content: "\f090";
        }

        .fa-trophy:before {
            content: "\f091";
        }

        .fa-github-square:before {
            content: "\f092";
        }

        .fa-upload:before {
            content: "\f093";
        }

        .fa-lemon-o:before {
            content: "\f094";
        }

        .fa-phone:before {
            content: "\f095";
        }

        .fa-square-o:before {
            content: "\f096";
        }

        .fa-bookmark-o:before {
            content: "\f097";
        }

        .fa-phone-square:before {
            content: "\f098";
        }

        .fa-twitter:before {
            content: "\f099";
        }

        .fa-facebook:before {
            content: "\f09a";
        }

        .fa-github:before {
            content: "\f09b";
        }

        .fa-unlock:before {
            content: "\f09c";
        }

        .fa-credit-card:before {
            content: "\f09d";
        }

        .fa-rss:before {
            content: "\f09e";
        }

        .fa-hdd-o:before {
            content: "\f0a0";
        }

        .fa-bullhorn:before {
            content: "\f0a1";
        }

        .fa-bell:before {
            content: "\f0f3";
        }

        .fa-certificate:before {
            content: "\f0a3";
        }

        .fa-hand-o-right:before {
            content: "\f0a4";
        }

        .fa-hand-o-left:before {
            content: "\f0a5";
        }

        .fa-hand-o-up:before {
            content: "\f0a6";
        }

        .fa-hand-o-down:before {
            content: "\f0a7";
        }

        .fa-arrow-circle-left:before {
            content: "\f0a8";
        }

        .fa-arrow-circle-right:before {
            content: "\f0a9";
        }

        .fa-arrow-circle-up:before {
            content: "\f0aa";
        }

        .fa-arrow-circle-down:before {
            content: "\f0ab";
        }

        .fa-globe:before {
            content: "\f0ac";
        }

        .fa-wrench:before {
            content: "\f0ad";
        }

        .fa-tasks:before {
            content: "\f0ae";
        }

        .fa-filter:before {
            content: "\f0b0";
        }

        .fa-briefcase:before {
            content: "\f0b1";
        }

        .fa-arrows-alt:before {
            content: "\f0b2";
        }

        .fa-group:before, .fa-users:before {
            content: "\f0c0";
        }

        .fa-chain:before, .fa-link:before {
            content: "\f0c1";
        }

        .fa-cloud:before {
            content: "\f0c2";
        }

        .fa-flask:before {
            content: "\f0c3";
        }

        .fa-cut:before, .fa-scissors:before {
            content: "\f0c4";
        }

        .fa-copy:before, .fa-files-o:before {
            content: "\f0c5";
        }

        .fa-paperclip:before {
            content: "\f0c6";
        }

        .fa-floppy-o:before, .fa-save:before {
            content: "\f0c7";
        }

        .fa-square:before {
            content: "\f0c8";
        }

        .fa-bars:before, .fa-navicon:before, .fa-reorder:before {
            content: "\f0c9";
        }

        .fa-list-ul:before {
            content: "\f0ca";
        }

        .fa-list-ol:before {
            content: "\f0cb";
        }

        .fa-strikethrough:before {
            content: "\f0cc";
        }

        .fa-underline:before {
            content: "\f0cd";
        }

        .fa-table:before {
            content: "\f0ce";
        }

        .fa-magic:before {
            content: "\f0d0";
        }

        .fa-truck:before {
            content: "\f0d1";
        }

        .fa-pinterest:before {
            content: "\f0d2";
        }

        .fa-pinterest-square:before {
            content: "\f0d3";
        }

        .fa-google-plus-square:before {
            content: "\f0d4";
        }

        .fa-google-plus:before {
            content: "\f0d5";
        }

        .fa-money:before {
            content: "\f0d6";
        }

        .fa-caret-down:before {
            content: "\f0d7";
        }

        .fa-caret-up:before {
            content: "\f0d8";
        }

        .fa-caret-left:before {
            content: "\f0d9";
        }

        .fa-caret-right:before {
            content: "\f0da";
        }

        .fa-columns:before {
            content: "\f0db";
        }

        .fa-sort:before, .fa-unsorted:before {
            content: "\f0dc";
        }

        .fa-sort-desc:before, .fa-sort-down:before {
            content: "\f0dd";
        }

        .fa-sort-asc:before, .fa-sort-up:before {
            content: "\f0de";
        }

        .fa-envelope:before {
            content: "\f0e0";
        }

        .fa-linkedin:before {
            content: "\f0e1";
        }

        .fa-rotate-left:before, .fa-undo:before {
            content: "\f0e2";
        }

        .fa-gavel:before, .fa-legal:before {
            content: "\f0e3";
        }

        .fa-dashboard:before, .fa-tachometer:before {
            content: "\f0e4";
        }

        .fa-comment-o:before {
            content: "\f0e5";
        }

        .fa-comments-o:before {
            content: "\f0e6";
        }

        .fa-bolt:before, .fa-flash:before {
            content: "\f0e7";
        }

        .fa-sitemap:before {
            content: "\f0e8";
        }

        .fa-umbrella:before {
            content: "\f0e9";
        }

        .fa-clipboard:before, .fa-paste:before {
            content: "\f0ea";
        }

        .fa-lightbulb-o:before {
            content: "\f0eb";
        }

        .fa-exchange:before {
            content: "\f0ec";
        }

        .fa-cloud-download:before {
            content: "\f0ed";
        }

        .fa-cloud-upload:before {
            content: "\f0ee";
        }

        .fa-user-md:before {
            content: "\f0f0";
        }

        .fa-stethoscope:before {
            content: "\f0f1";
        }

        .fa-suitcase:before {
            content: "\f0f2";
        }

        .fa-bell-o:before {
            content: "\f0a2";
        }

        .fa-coffee:before {
            content: "\f0f4";
        }

        .fa-cutlery:before {
            content: "\f0f5";
        }

        .fa-file-text-o:before {
            content: "\f0f6";
        }

        .fa-building-o:before {
            content: "\f0f7";
        }

        .fa-hospital-o:before {
            content: "\f0f8";
        }

        .fa-ambulance:before {
            content: "\f0f9";
        }

        .fa-medkit:before {
            content: "\f0fa";
        }

        .fa-fighter-jet:before {
            content: "\f0fb";
        }

        .fa-beer:before {
            content: "\f0fc";
        }

        .fa-h-square:before {
            content: "\f0fd";
        }

        .fa-plus-square:before {
            content: "\f0fe";
        }

        .fa-angle-double-left:before {
            content: "\f100";
        }

        .fa-angle-double-right:before {
            content: "\f101";
        }

        .fa-angle-double-up:before {
            content: "\f102";
        }

        .fa-angle-double-down:before {
            content: "\f103";
        }

        .fa-angle-left:before {
            content: "\f104";
        }

        .fa-angle-right:before {
            content: "\f105";
        }

        .fa-angle-up:before {
            content: "\f106";
        }

        .fa-angle-down:before {
            content: "\f107";
        }

        .fa-desktop:before {
            content: "\f108";
        }

        .fa-laptop:before {
            content: "\f109";
        }

        .fa-tablet:before {
            content: "\f10a";
        }

        .fa-mobile-phone:before, .fa-mobile:before {
            content: "\f10b";
        }

        .fa-circle-o:before {
            content: "\f10c";
        }

        .fa-quote-left:before {
            content: "\f10d";
        }

        .fa-quote-right:before {
            content: "\f10e";
        }

        .fa-spinner:before {
            content: "\f110";
        }

        .fa-circle:before {
            content: "\f111";
        }

        .fa-mail-reply:before, .fa-reply:before {
            content: "\f112";
        }

        .fa-github-alt:before {
            content: "\f113";
        }

        .fa-folder-o:before {
            content: "\f114";
        }

        .fa-folder-open-o:before {
            content: "\f115";
        }

        .fa-smile-o:before {
            content: "\f118";
        }

        .fa-frown-o:before {
            content: "\f119";
        }

        .fa-meh-o:before {
            content: "\f11a";
        }

        .fa-gamepad:before {
            content: "\f11b";
        }

        .fa-keyboard-o:before {
            content: "\f11c";
        }

        .fa-flag-o:before {
            content: "\f11d";
        }

        .fa-flag-checkered:before {
            content: "\f11e";
        }

        .fa-terminal:before {
            content: "\f120";
        }

        .fa-code:before {
            content: "\f121";
        }

        .fa-mail-reply-all:before, .fa-reply-all:before {
            content: "\f122";
        }

        .fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
            content: "\f123";
        }

        .fa-location-arrow:before {
            content: "\f124";
        }

        .fa-crop:before {
            content: "\f125";
        }

        .fa-code-fork:before {
            content: "\f126";
        }

        .fa-chain-broken:before, .fa-unlink:before {
            content: "\f127";
        }

        .fa-question:before {
            content: "\f128";
        }

        .fa-info:before {
            content: "\f129";
        }

        .fa-exclamation:before {
            content: "\f12a";
        }

        .fa-superscript:before {
            content: "\f12b";
        }

        .fa-subscript:before {
            content: "\f12c";
        }

        .fa-eraser:before {
            content: "\f12d";
        }

        .fa-puzzle-piece:before {
            content: "\f12e";
        }

        .fa-microphone:before {
            content: "\f130";
        }

        .fa-microphone-slash:before {
            content: "\f131";
        }

        .fa-shield:before {
            content: "\f132";
        }

        .fa-calendar-o:before {
            content: "\f133";
        }

        .fa-fire-extinguisher:before {
            content: "\f134";
        }

        .fa-rocket:before {
            content: "\f135";
        }

        .fa-maxcdn:before {
            content: "\f136";
        }

        .fa-chevron-circle-left:before {
            content: "\f137";
        }

        .fa-chevron-circle-right:before {
            content: "\f138";
        }

        .fa-chevron-circle-up:before {
            content: "\f139";
        }

        .fa-chevron-circle-down:before {
            content: "\f13a";
        }

        .fa-html5:before {
            content: "\f13b";
        }

        .fa-css3:before {
            content: "\f13c";
        }

        .fa-anchor:before {
            content: "\f13d";
        }

        .fa-unlock-alt:before {
            content: "\f13e";
        }

        .fa-bullseye:before {
            content: "\f140";
        }

        .fa-ellipsis-h:before {
            content: "\f141";
        }

        .fa-ellipsis-v:before {
            content: "\f142";
        }

        .fa-rss-square:before {
            content: "\f143";
        }

        .fa-play-circle:before {
            content: "\f144";
        }

        .fa-ticket:before {
            content: "\f145";
        }

        .fa-minus-square:before {
            content: "\f146";
        }

        .fa-minus-square-o:before {
            content: "\f147";
        }

        .fa-level-up:before {
            content: "\f148";
        }

        .fa-level-down:before {
            content: "\f149";
        }

        .fa-check-square:before {
            content: "\f14a";
        }

        .fa-pencil-square:before {
            content: "\f14b";
        }

        .fa-external-link-square:before {
            content: "\f14c";
        }

        .fa-share-square:before {
            content: "\f14d";
        }

        .fa-compass:before {
            content: "\f14e";
        }

        .fa-caret-square-o-down:before, .fa-toggle-down:before {
            content: "\f150";
        }

        .fa-caret-square-o-up:before, .fa-toggle-up:before {
            content: "\f151";
        }

        .fa-caret-square-o-right:before, .fa-toggle-right:before {
            content: "\f152";
        }

        .fa-eur:before, .fa-euro:before {
            content: "\f153";
        }

        .fa-gbp:before {
            content: "\f154";
        }

        .fa-dollar:before, .fa-usd:before {
            content: "\f155";
        }

        .fa-inr:before, .fa-rupee:before {
            content: "\f156";
        }

        .fa-cny:before, .fa-jpy:before, .fa-rmb:before, .fa-yen:before {
            content: "\f157";
        }

        .fa-rouble:before, .fa-rub:before, .fa-ruble:before {
            content: "\f158";
        }

        .fa-krw:before, .fa-won:before {
            content: "\f159";
        }

        .fa-bitcoin:before, .fa-btc:before {
            content: "\f15a";
        }

        .fa-file:before {
            content: "\f15b";
        }

        .fa-file-text:before {
            content: "\f15c";
        }

        .fa-sort-alpha-asc:before {
            content: "\f15d";
        }

        .fa-sort-alpha-desc:before {
            content: "\f15e";
        }

        .fa-sort-amount-asc:before {
            content: "\f160";
        }

        .fa-sort-amount-desc:before {
            content: "\f161";
        }

        .fa-sort-numeric-asc:before {
            content: "\f162";
        }

        .fa-sort-numeric-desc:before {
            content: "\f163";
        }

        .fa-thumbs-up:before {
            content: "\f164";
        }

        .fa-thumbs-down:before {
            content: "\f165";
        }

        .fa-youtube-square:before {
            content: "\f166";
        }

        .fa-youtube:before {
            content: "\f167";
        }

        .fa-xing:before {
            content: "\f168";
        }

        .fa-xing-square:before {
            content: "\f169";
        }

        .fa-youtube-play:before {
            content: "\f16a";
        }

        .fa-dropbox:before {
            content: "\f16b";
        }

        .fa-stack-overflow:before {
            content: "\f16c";
        }

        .fa-instagram:before {
            content: "\f16d";
        }

        .fa-flickr:before {
            content: "\f16e";
        }

        .fa-adn:before {
            content: "\f170";
        }

        .fa-bitbucket:before {
            content: "\f171";
        }

        .fa-bitbucket-square:before {
            content: "\f172";
        }

        .fa-tumblr:before {
            content: "\f173";
        }

        .fa-tumblr-square:before {
            content: "\f174";
        }

        .fa-long-arrow-down:before {
            content: "\f175";
        }

        .fa-long-arrow-up:before {
            content: "\f176";
        }

        .fa-long-arrow-left:before {
            content: "\f177";
        }

        .fa-long-arrow-right:before {
            content: "\f178";
        }

        .fa-apple:before {
            content: "\f179";
        }

        .fa-windows:before {
            content: "\f17a";
        }

        .fa-android:before {
            content: "\f17b";
        }

        .fa-linux:before {
            content: "\f17c";
        }

        .fa-dribbble:before {
            content: "\f17d";
        }

        .fa-skype:before {
            content: "\f17e";
        }

        .fa-foursquare:before {
            content: "\f180";
        }

        .fa-trello:before {
            content: "\f181";
        }

        .fa-female:before {
            content: "\f182";
        }

        .fa-male:before {
            content: "\f183";
        }

        .fa-gittip:before {
            content: "\f184";
        }

        .fa-sun-o:before {
            content: "\f185";
        }

        .fa-moon-o:before {
            content: "\f186";
        }

        .fa-archive:before {
            content: "\f187";
        }

        .fa-bug:before {
            content: "\f188";
        }

        .fa-vk:before {
            content: "\f189";
        }

        .fa-weibo:before {
            content: "\f18a";
        }

        .fa-renren:before {
            content: "\f18b";
        }

        .fa-pagelines:before {
            content: "\f18c";
        }

        .fa-stack-exchange:before {
            content: "\f18d";
        }

        .fa-arrow-circle-o-right:before {
            content: "\f18e";
        }

        .fa-arrow-circle-o-left:before {
            content: "\f190";
        }

        .fa-caret-square-o-left:before, .fa-toggle-left:before {
            content: "\f191";
        }

        .fa-dot-circle-o:before {
            content: "\f192";
        }

        .fa-wheelchair:before {
            content: "\f193";
        }

        .fa-vimeo-square:before {
            content: "\f194";
        }

        .fa-try:before, .fa-turkish-lira:before {
            content: "\f195";
        }

        .fa-plus-square-o:before {
            content: "\f196";
        }

        .fa-space-shuttle:before {
            content: "\f197";
        }

        .fa-slack:before {
            content: "\f198";
        }

        .fa-envelope-square:before {
            content: "\f199";
        }

        .fa-wordpress:before {
            content: "\f19a";
        }

        .fa-openid:before {
            content: "\f19b";
        }

        .fa-bank:before, .fa-institution:before, .fa-university:before {
            content: "\f19c";
        }

        .fa-graduation-cap:before, .fa-mortar-board:before {
            content: "\f19d";
        }

        .fa-yahoo:before {
            content: "\f19e";
        }

        .fa-google:before {
            content: "\f1a0";
        }

        .fa-reddit:before {
            content: "\f1a1";
        }

        .fa-reddit-square:before {
            content: "\f1a2";
        }

        .fa-stumbleupon-circle:before {
            content: "\f1a3";
        }

        .fa-stumbleupon:before {
            content: "\f1a4";
        }

        .fa-delicious:before {
            content: "\f1a5";
        }

        .fa-digg:before {
            content: "\f1a6";
        }

        .fa-pied-piper-square:before, .fa-pied-piper:before {
            content: "\f1a7";
        }

        .fa-pied-piper-alt:before {
            content: "\f1a8";
        }

        .fa-drupal:before {
            content: "\f1a9";
        }

        .fa-joomla:before {
            content: "\f1aa";
        }

        .fa-language:before {
            content: "\f1ab";
        }

        .fa-fax:before {
            content: "\f1ac";
        }

        .fa-building:before {
            content: "\f1ad";
        }

        .fa-child:before {
            content: "\f1ae";
        }

        .fa-paw:before {
            content: "\f1b0";
        }

        .fa-spoon:before {
            content: "\f1b1";
        }

        .fa-cube:before {
            content: "\f1b2";
        }

        .fa-cubes:before {
            content: "\f1b3";
        }

        .fa-behance:before {
            content: "\f1b4";
        }

        .fa-behance-square:before {
            content: "\f1b5";
        }

        .fa-steam:before {
            content: "\f1b6";
        }

        .fa-steam-square:before {
            content: "\f1b7";
        }

        .fa-recycle:before {
            content: "\f1b8";
        }

        .fa-automobile:before, .fa-car:before {
            content: "\f1b9";
        }

        .fa-cab:before, .fa-taxi:before {
            content: "\f1ba";
        }

        .fa-tree:before {
            content: "\f1bb";
        }

        .fa-spotify:before {
            content: "\f1bc";
        }

        .fa-deviantart:before {
            content: "\f1bd";
        }

        .fa-soundcloud:before {
            content: "\f1be";
        }

        .fa-database:before {
            content: "\f1c0";
        }

        .fa-file-pdf-o:before {
            content: "\f1c1";
        }

        .fa-file-word-o:before {
            content: "\f1c2";
        }

        .fa-file-excel-o:before {
            content: "\f1c3";
        }

        .fa-file-powerpoint-o:before {
            content: "\f1c4";
        }

        .fa-file-image-o:before, .fa-file-photo-o:before, .fa-file-picture-o:before {
            content: "\f1c5";
        }

        .fa-file-archive-o:before, .fa-file-zip-o:before {
            content: "\f1c6";
        }

        .fa-file-audio-o:before, .fa-file-sound-o:before {
            content: "\f1c7";
        }

        .fa-file-movie-o:before, .fa-file-video-o:before {
            content: "\f1c8";
        }

        .fa-file-code-o:before {
            content: "\f1c9";
        }

        .fa-vine:before {
            content: "\f1ca";
        }

        .fa-codepen:before {
            content: "\f1cb";
        }

        .fa-jsfiddle:before {
            content: "\f1cc";
        }

        .fa-life-bouy:before, .fa-life-ring:before, .fa-life-saver:before, .fa-support:before {
            content: "\f1cd";
        }

        .fa-circle-o-notch:before {
            content: "\f1ce";
        }

        .fa-ra:before, .fa-rebel:before {
            content: "\f1d0";
        }

        .fa-empire:before, .fa-ge:before {
            content: "\f1d1";
        }

        .fa-git-square:before {
            content: "\f1d2";
        }

        .fa-git:before {
            content: "\f1d3";
        }

        .fa-hacker-news:before {
            content: "\f1d4";
        }

        .fa-tencent-weibo:before {
            content: "\f1d5";
        }

        .fa-qq:before {
            content: "\f1d6";
        }

        .fa-wechat:before, .fa-weixin:before {
            content: "\f1d7";
        }

        .fa-paper-plane:before, .fa-send:before {
            content: "\f1d8";
        }

        .fa-paper-plane-o:before, .fa-send-o:before {
            content: "\f1d9";
        }

        .fa-history:before {
            content: "\f1da";
        }

        .fa-circle-thin:before {
            content: "\f1db";
        }

        .fa-header:before {
            content: "\f1dc";
        }

        .fa-paragraph:before {
            content: "\f1dd";
        }

        .fa-sliders:before {
            content: "\f1de";
        }

        .fa-share-alt:before {
            content: "\f1e0";
        }

        .fa-share-alt-square:before {
            content: "\f1e1";
        }

        .fa-bomb:before {
            content: "\f1e2";
        }

        @font-face {
            font-family: 'Roboto Condensed';
            font-style: normal;
            font-weight: 300;
            src: local('Roboto Condensed Light'),local('RobotoCondensed-Light'),url(http://fonts.gstatic.com/s/robotocondensed/v12/b9QBgL0iMZfDSpmcXcE8nNeiznanRB67rGZDYkMvKPc.woff) format('woff');
        }

        @font-face {
            font-family: 'Roboto Condensed';
            font-style: normal;
            font-weight: 400;
            src: local('Roboto Condensed Regular'),local('RobotoCondensed-Regular'),url(http://fonts.gstatic.com/s/robotocondensed/v12/Zd2E9abXLFGSr9G3YK2MsFzqCfRpIA3W6ypxnPISCPA.woff) format('woff');
        }

        @font-face {
            font-family: 'Roboto Condensed';
            font-style: normal;
            font-weight: 700;
            src: local('Roboto Condensed Bold'),local('RobotoCondensed-Bold'),url(http://fonts.gstatic.com/s/robotocondensed/v12/b9QBgL0iMZfDSpmcXcE8nCSLrGe-fkSRw2DeVgOoWcQ.woff) format('woff');
        }

        @font-face {
            font-family: 'Roboto Condensed';
            font-style: italic;
            font-weight: 300;
            src: local('Roboto Condensed Light Italic'),local('RobotoCondensed-LightItalic'),url(http://fonts.gstatic.com/s/robotocondensed/v12/mg0cGfGRUERshzBlvqxeAO6J62hFWZVScRuaNBOo_rA.woff) format('woff');
        }

        @font-face {
            font-family: 'Roboto Condensed';
            font-style: italic;
            font-weight: 400;
            src: local('Roboto Condensed Italic'),local('RobotoCondensed-Italic'),url(http://fonts.gstatic.com/s/robotocondensed/v12/BP5K8ZAJv9qEbmuFp8RpJfHZ7IfZvqUgXLEMrfwTXOk.woff) format('woff');
        }

        @font-face {
            font-family: 'Roboto Condensed';
            font-style: italic;
            font-weight: 700;
            src: local('Roboto Condensed Bold Italic'),local('RobotoCondensed-BoldItalic'),url(http://fonts.gstatic.com/s/robotocondensed/v12/mg0cGfGRUERshzBlvqxeAAm1Bdh5PCvFKhAPu2iWX-U.woff) format('woff');
        }

        @font-face {
            font-family: 'Open Sans';
            font-style: normal;
            font-weight: 300;
            src: local('Open Sans Light'),local('OpenSans-Light'),url(http://fonts.gstatic.com/s/opensans/v10/DXI1ORHCpsQm3Vp6mXoaTXhCUOGz7vYGh680lGh-uXM.woff) format('woff');
        }

        @font-face {
            font-family: 'Open Sans';
            font-style: normal;
            font-weight: 400;
            src: local('Open Sans'),local('OpenSans'),url(http://fonts.gstatic.com/s/opensans/v10/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
        }

        @font-face {
            font-family: 'Open Sans';
            font-style: normal;
            font-weight: 600;
            src: local('Open Sans Semibold'),local('OpenSans-Semibold'),url(http://fonts.gstatic.com/s/opensans/v10/MTP_ySUJH_bn48VBG8sNSnhCUOGz7vYGh680lGh-uXM.woff) format('woff');
        }

        @font-face {
            font-family: 'Open Sans';
            font-style: normal;
            font-weight: 700;
            src: local('Open Sans Bold'),local('OpenSans-Bold'),url(http://fonts.gstatic.com/s/opensans/v10/k3k702ZOKiLJc3WVjuplzHhCUOGz7vYGh680lGh-uXM.woff) format('woff');
        }

        @font-face {
            font-family: 'Open Sans';
            font-style: normal;
            font-weight: 800;
            src: local('Open Sans Extrabold'),local('OpenSans-Extrabold'),url(http://fonts.gstatic.com/s/opensans/v10/EInbV5DfGHOiMmvb1Xr-hnhCUOGz7vYGh680lGh-uXM.woff) format('woff');
        }

        @font-face {
            font-family: 'Open Sans';
            font-style: italic;
            font-weight: 300;
            src: local('Open Sans Light Italic'),local('OpenSansLight-Italic'),url(http://fonts.gstatic.com/s/opensans/v10/PRmiXeptR36kaC0GEAetxh_xHqYgAV9Bl_ZQbYUxnQU.woff) format('woff');
        }

        @font-face {
            font-family: 'Open Sans';
            font-style: italic;
            font-weight: 400;
            src: local('Open Sans Italic'),local('OpenSans-Italic'),url(http://fonts.gstatic.com/s/opensans/v10/xjAJXh38I15wypJXxuGMBobN6UDyHWBl620a-IRfuBk.woff) format('woff');
        }

        @font-face {
            font-family: 'Open Sans';
            font-style: italic;
            font-weight: 600;
            src: local('Open Sans Semibold Italic'),local('OpenSans-SemiboldItalic'),url(http://fonts.gstatic.com/s/opensans/v10/PRmiXeptR36kaC0GEAetxn5HxGBcBvicCpTp6spHfNo.woff) format('woff');
        }

        @font-face {
            font-family: 'Open Sans';
            font-style: italic;
            font-weight: 700;
            src: local('Open Sans Bold Italic'),local('OpenSans-BoldItalic'),url(http://fonts.gstatic.com/s/opensans/v10/PRmiXeptR36kaC0GEAetxjqR_3kx9_hJXbbyU8S6IN0.woff) format('woff');
        }

        @font-face {
            font-family: 'Open Sans';
            font-style: italic;
            font-weight: 800;
            src: local('Open Sans Extrabold Italic'),local('OpenSans-ExtraboldItalic'),url(http://fonts.gstatic.com/s/opensans/v10/PRmiXeptR36kaC0GEAetxkCDe67GEgBv_HnyvHTfdew.woff) format('woff');
        }

        @media (max-width:480px) {
            .sponsorFlip div {
                margin-left: 20px !important;
                position: relative;
                top: -92px;
            }
        }

        .artcl p {
            color: #4d4d4d;
        }

        @media (max-width:767px) {
            .blogartcle-image {
                width: 100%;
                float: none;
            }
        }

        .ls-l {
            font-family: Arial !important;
        }

        .ls-slide li {
            margin-left: 14px !important;
        }

        .fet-box:nth-child(2) a {
            color: #ffba48;
        }

        .fet-box:nth-child(3) a {
            color: #76e48f;
        }

        .fet-box:nth-child(4) a {
            color: #bd85e9;
        }

        .message {
            background: #10a0ca;
            color: #fff;
            position: fixed;
            width: 251px;
            height: 237px;
            transition: left 200ms cubic-bezier(.17,.04,.03,.94);
            box-sizing: border-box;
            overflow: hidden;
            padding: 7px;
            z-index: 98989898989998989898;
            left: -251px;
            bottom: 16px;
        }

        #toggle, #toggle + label {
            cursor: pointer;
            z-index: 98989898989998989898;
        }

        #toggle {
            appearance: none;
            top: -100%;
            position: absolute;
            left: -100%;
        }

            #toggle + label {
                font-family: 'Open Sans',Arial,Helvetica,sans-serif;
                font-size: 14px;
                font-weight: 700;
                position: fixed;
                background: #10a0ca;
                width: 110px;
                border-radius: 0;
                padding: 12px 10px;
                color: #fff;
                line-height: 20px;
                text-align: left;
                -webkit-font-smoothing: antialiased;
                margin: 0;
                transition: right 300ms cubic-bezier(.17,.04,.03,.94);
                left: -42.5px;
                bottom: 60px;
                -webkit-transform: rotate(270deg) !important;
                -ms-transform: rotate(270deg) !important;
                transform: rotate(270deg) !important;
            }

                #toggle + label:before {
                    content: "+";
                    margin-right: 8px;
                }

            #toggle:checked ~ .message {
                bottom: 17px;
                left: 0;
            }

            #toggle:checked + label {
                background: #10a0ca;
            }

                #toggle:checked + label:before {
                    content: "-";
                    transform: rotate(-270deg);
                    left: 350px !important;
                }

            #toggle:checked ~ .tgle {
                left: 208px !important;
                transition: right 300ms cubic-bezier(.17,.04,.03,.94);
            }

        .ovrtel {
            width: 100px;
            height: 40px;
            background: #f60;
        }

        .tphone-icon {
            background: url(../images/tphone-icon.jpg) 0 4px no-repeat;
            height: 34px;
            line-height: 33px;
            padding-left: 40px;
            display: block;
            font-size: 16px;
            font-weight: 700;
            font-family: arial;
            letter-spacing: .5px;
        }

        .tphone-icon, a:hover.tphone-icon {
            color: #596270;
        }

        .message-bottom, .message-inner {
            background: #fff;
            width: 100%;
            display: inline-block;
        }

        #craftysyntax_2 {
            height: 190px;
            background: #fff;
        }

        .message-bottom {
            height: 34px;
            padding: 0 7%;
            width: 86%;
        }

        .industries-links {
            clear: both;
            display: inline-block;
        }

            .industries-links a:hover {
                color: #fff;
            }

        .demo-formbdy textarea {
            height: 40px;
        }

        #inline1 {
            margin: 0 auto;
            height: 600px !important;
        }

            #inline1 .demo-form {
                height: 90%;
                position: fixed;
            }

            #inline1 .demo-formbdy {
                max-height: 92%;
                overflow: auto;
            }

            #inline1 .form-row {
                margin: 0 0 8px !important;
            }

                #inline1 .form-row input[type=file], #inline1 .form-row input[type=text], #inline1 .form-row textarea, #inline1.form-row input[type=password], #inline1.form-row select {
                    padding: 5px;
                }

            #inline1.demo-formbdy textarea {
                height: 34px;
            }

        @media only screen and (min-width:768px) and (max-width:1023px) {
            .so-1 {
                width: 44% !important;
            }

            .so-2, .so-3 {
                top: 36% !important;
                width: 80% !important;
            }

            .so-3 {
                top: 44% !important;
            }

            .so-4 {
                top: 53% !important;
            }

            .is-3 {
                width: 59% !important;
            }

            .dp-p2 {
                z-index: 989898;
            }

            .dp-2 {
                width: 52% !important;
            }

            .dp-3 {
                width: 53% !important;
                top: 155px !important;
            }

            .dp-4 {
                top: 200px !important;
            }

            .dp-10, .dp-5, .dp-6, .dp-7, .dp-8, .dp-9 {
                top: 250px !important;
            }
        }

        .fancybox-inner {
            position: relative;
            z-index: 98989898;
        }

        div.dhx_modal_cover {
            z-index: 98989898 !important;
        }

        .dhtmlx_modal_box {
            z-index: 989898989898989898989 !important;
        }

        @media only screen and (min-width:768px) and (max-width:959px) {
            .fancybox-close {
                top: 25px !important;
            }
        }

        @media only screen and (min-width:320px) and (max-width:639px) {
            table td:nth-child(1), table td:nth-child(2) {
                clear: both;
                display: inline-block;
                width: 100%;
            }

            .blog-artc {
                padding-top: 15px;
            }

                .blog-artc .dte {
                    font-size: 22px;
                    width: 100%;
                    margin-right: 0;
                    min-height: 50px;
                    line-height: 52px !important;
                    text-align: left !important;
                }

                    .blog-artc .dte .dte-itm {
                        float: left;
                        margin-right: 15px;
                    }

            .copyrights-inner span {
                clear: both;
            }
        }

        .ezsearch-result h2 {
            font-size: 16px;
            margin-bottom: 4px;
        }

        .ezsearch-result p {
            color: #666;
        }

        .bunssolnts-rptr a h4 {
            color: #0ec7ef !important;
        }

        .blog-artc h1 {
            margin-bottom: 0;
        }

        .samsungEvent {
            width: 244px;
            height: 151px;
            display: block;
            position: fixed;
            right: 0;
            bottom: 0;
            background: url(../images/samsung.jpg) no-repeat;
            z-index: 9898989889898989898998;
        }

        .col3 {
            width: 32%;
            padding-right: 1%;
            float: left;
        }

            .col3 h3, .col3 ul {
                margin: 0 0 8px;
                padding: 0;
            }

            .col3 ul {
                margin: 0 0 25px;
            }

            .col3 li a {
                color: #333;
                padding: 10px 0;
                display: block;
            }

                .col3 li a i {
                    font-size: 8px;
                    color: #333;
                    margin-right: 5px;
                }

        @media (min-width:640px) and (max-width:639px) {
            .col3 {
                width: 49% !important;
                padding-right: 1%;
                float: left;
            }
        }

        @media (min-width:320px) and (max-width:479px) {
            .col3 {
                width: 100%;
                padding-right: 0;
                float: none;
            }
        }

        @media(min-width:768px) and (max-width:1023px) {
            .mid-content {
                width: 96%;
                padding: 0%;
            }

            .fprdlst ul {
                padding: 0;
                margin: 0;
            }

            .ftr-col1 {
                width: 100% !important;
            }

            .ftr-col3 {
                width: 62%;
            }

            .ftr-col1 li {
                float: left;
                margin-right: 25px;
            }

            .recognizations h3, .recognizations ul, a.foot-fb, a.foot-pntrst {
                margin-left: 0;
            }

            .recognizations li:first-child {
                margin-right: 20px;
            }
        }

        @media(min-width:320px) and (max-width:767px) {
            .mid-content {
                width: 96%;
                padding: 0%;
            }

            .fprdlst ul {
                padding: 0;
                margin: 0;
            }

            .ftr-col1 {
                width: 100% !important;
            }

            .ftr-col3 {
                width: 47%;
            }

            .ftr-col1 li {
                float: left;
                margin-right: 25px;
            }

            .recognizations h3, .recognizations ul, a.foot-fb, a.foot-pntrst {
                margin-left: 0;
            }

            .recognizations li:first-child {
                margin-right: 20px;
            }
        }
