@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Amaranth:400,400i,700');

body {
    font-family: verdana;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Amaranth', sans-serif!important;
    margin: 15px 0px;
    letter-spacing: 1px;
}

p {
    font-size: 16px;
    color: #828282;
}

a {
    color: #005a4f;
}

h1 {
    font-size: 60px;
}

h2 {
    font-size: 32px;
    color: #209500;
    font-weight: 600;
}

h3 {
    font-size: 28px;
    color: #202020;
}

h4 {
    font-size: 30px;
    font-weight: 600;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

a, a:hover {
    text-decoration: none;
    color: #ccc;
}

section {
    padding: 70px 0px;
}

.caret-up {
    width: 0;
    height: 0;
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-bottom: 4px solid;

    display: inline-block;
    margin-left: 2px;
    vertical-align: middle;
}

/*.my-navbar{
  background-color: #005a4f;
}*/
.navbar-nav > .active > a, .navbar-nav > .active > a:focus {
    background-color: #009edb;
    border-radius: 5px;
    padding: 8px 14px;
    color: #fff;
}

.nav > li > a:focus, .nav > li > a:hover {
    background-color: unset;
    border-radius: 10px;
    color: #009edb;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: #1183cc;
}

.navbar-brand {
    padding: 7px 10px;
}

.navbar-right {
    margin-top: 28px;
}

.navbar {
    margin-bottom: 0;
    border: 0px;
    height: 95px;
}

.nav > li > a {
    padding: 8px 15px;
    color: #009edb;
}

.navbar-brand > img {
    display: block;
    width: 170px;
}

/* ========== heading ========== */
.heading-1 {
    font-size: 40px;
    color: tomato;
}

.heading-2 {
    font-size: 32px;
    color: #12adce;
}

.heading-3 {
    font-size: 26px;
    color: #005a4f;
}

.heading-4 {
    font-size: 20px;
    color: #005a4f;
}

.padding-0 {
    font-size: 20px;
    color: #005a4f;
}

/* ========== // heading ========== */

/* ========== Buttons ========== */
.btn-1 {
    background-color: tomato;
    padding: 10px 15px;
    color: #fff;
}

.btn-2 {
    background-color: #12adce;
    padding: 10px 15px;
    color: #fff;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 0;
}

/* ========== // Buttons ========== */

/* ==================== */
/*Background*/
/* ==================== */

.bg-1 {
    background-image: url();
    background-size: cover;
    background-repeat: no-repeat;
}

/* ==================== */
/* //Background*/
/* ==================== */
.d-1 img {
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
    margin-bottom: 30px;
}

.fixed-me {
    background-color: rgba(0, 0, 0, 0.7686274509803922);
    padding: 0px !important;
    margin-bottom: 5px;
    position: fixed;
    top: 0;
    z-index: 888;
    width: 100%;
    border-bottom: 1px solid #ccc;
    -webkit-transition: 0.9s;
    -o-transition: 0.9s;
    transition: 0.9s;
    height: 70px;
}

/*========== Banner ==========*/
.banner {
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
}

.banner h1 {
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    color: #fff;
}

/*========== // Banner ==========*/

/*========== Search ==========*/
.search h1 {
    font-size: 40px;
    color: #009edb;
    text-align: center;
    font-weight: 600;
}

.search input {
    border-radius: 30px;
    border: 2px solid #ccc;
    height: 40px;
    margin: auto;
    display: block;
    width: 400px;
    padding-left: 20px;
    outline: none;
}

.search input {
    background-repeat: no-repeat;
    background-size: 23%;
    background-position: 103%;
    margin-bottom: 30px;
}

.search-result h2 {
    color: #ff6000;
    font-size: 24px;
    text-decoration: underline;
}

.search-result p {
    color: #033333;
    font-size: 18px;
}

.most-trending {
    background-size: cover;
    background-repeat: repeat;
    padding: 50px 0px 70px;
}

.most-trending h1 {
    color: #009edb;
    font-size: 40px;
    text-align: center;
    font-weight: 600;
}

.most-trending .inner {
    background-color: #2f2f2f42;
    overflow: auto;
    border-radius: 10px;
    padding: 50px;
}

.inner .left {
    border-right: 2px solid #009edb;
    text-align: right;
}

.inner .left p, .inner .right p {
    color: #fff;
    font-size: 20px;
}

.store-bg {
    margin-top: -5px;
}

.store-bg h2 {
    font-size: 36px;
    font-weight: 600;
    color: #ffffff;
    margin-top: 80px;
}

.store-bg p {
    font-size: 20px;
    color: #ffffff;
    margin-top: 40px;
}

.store-bg img {
    float: left;
    margin-top: 20px;
    margin-right: 20px;
}

/*========== // Search ==========*/
.video video {
    width: 100%;
    height: 100vh;
}

.video-overlay {
    position: relative;
    margin-top: -50px;
    z-index: -1;
}

.my-navbar {
    background-color: #fff;
    z-index: 1;
}

.overlay {
    background-color: hsla(0, 0%, 0%, 0.5215686274509804);
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100vh;
    padding-top: 190px;
}

.overlay h1 {
    font-size: 40px;
    font-weight: 600;
    color: #ffffff;
}

.overlay button {
    background: #009edb;
    border: 0;
    padding: 10px 20px;
    color: #ffffff;
    margin-top: 50px;
    border-radius: 5px;
}

.overlay p {
    font-size: 20px;
    color: #ffffff;
    margin-top: 30px;
}

.about-banner {
    position: relative;
}

.about-banner img {
    width: 100%;
}

.about-banner h1 {
    position: absolute;
    top: 45%;
    width: 100%;
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    color: #ffffff;
}

.about-us h1 {
    font-size: 26px;
    color: #009edb;
    text-align: center;
    font-weight: 600;
    margin: 0px 0px 20px;
}

.about-us p {
    text-align: center;
}

.my-video video {
    width: 100%;
}

/*========== Footer ==========*/
footer {
    padding: 40px 0px 0px;
    /*  background-color: #009edb;*/
    background: -webkit-gradient(linear, left bottom, left top, from(#73cef1), to(#009edb));
    background: -webkit-linear-gradient(bottom, #73cef1 0%, #009edb 100%);
    background: -o-linear-gradient(bottom, #73cef1 0%, #009edb 100%);
    background: linear-gradient(to top, #73cef1 0%, #009edb 100%);
}

footer ul {
    text-align: center;
}

footer ul li {
    font-size: 16px;
    margin: 10px 0px;
}

footer ul li a {
    color: #fff;
}

footer .social ul li {
    display: inline-block;
    padding: 0px 10px;
}

.in-touch h1 {
    text-align: center;
    font-size: 40px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
}

.in-touch p {
    text-align: center;
    color: #333;
    line-height: 30px;
    margin-bottom: 20px;
}

.imp-link ul {
    text-align: center;
}

.imp-link li {
    display: inline-block;
    padding: 0px 15px;
    line-height: 16px;
    border-right: 1px solid #fff;
}

.imp-link li a {
    text-transform: uppercase;
}

.imp-link li:last-child {
    border-right: 0;
}

.social ul {
}

.social ul li {
    font-size: 26px;
}

footer {
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 50px;
}

footer .copy {
    text-align: center;
    padding: 22px 0px 10px;
    color: #333;
    border-top: 1px solid #00daff;
    margin-top: 15px;
    font-size: 15px;
}

.footer-heading {
    text-align: center;
    font-size: 40px;
    color: #ffffff;
    margin-bottom: 30px;
    font-weight: 500;
    margin-top: 0px;
}

.v-responsive {
    background: #e3e3e3;
    margin-bottom: 20px;
    padding-bottom: 50px;
}

.btn-1 {
    color: #333;
    background-color: #009edb;
    border-color: #ccc;
    border: 0;
    color: #fff;
    margin: auto;
    border-radius: 5px;
}

.form-1 input, .form-1 textarea, .form-1 select {
    border: 1px solid #009edb;
    border-radius: 0px;
    height: 40px;
    width: 100%;
}

.signUp h4 {
    color: #009edb;
}

.signUp .modal-body {
    width: 80%;
    margin: auto;
}

.faq p {
    text-align: left;
    color: #000;
    font-size: 17px;
    font-weight: 500;
}

.faq span {
    text-align: left;
    font-size: 15px;
    margin-left: 25px;
}

/*========== // Footer ==========*/

/* ===== Graph-page ===== */
.graph {
    width: 48%;
    float: left;
    margin: 1.5% 1% !important;
    height: 700px;
    background-color: #f7f7f7;
    border-radius: 5px;
    border: 1px solid #dedede;
}

.graph h1 {
    line-height: 55px;
    color: #009edb;
    font-weight: 800;
}

#live-poll-area {
    margin-top: 80px;
}

#chartContainer {
    margin-top: 0px;
}

.graph-page h1 {
    line-height: 55px;
    color: #009edb;
    font-weight: 800;
    font-size: 40px;
    text-align: center;
}

.career h1 {
    text-align: center;
    font-size: 40px;
    color: #009edb;
    font-weight: 800;
}

.form-2 input, .form-2 textarea {
    margin: 10px 0px;
    padding-left: 15px;
}

.form-2 textarea {
    min-height: 100px;
}

.career .sel {
    height: 40px;
    border: 1px solid #009edb;
    line-height: 40px;
    padding: 0 5px;
    width: 300px;
    margin: auto;
    display: block;
}

.form-2, .form-2 button {
    margin-top: 30px;
}

.r1 {
    margin-top: 30px;
}

table {
    width: 100%;
}

#example_filter {
    float: right;
}

#example_paginate {
    float: right;
}

label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: .5rem;
    margin-top: .5rem;
}

.faq table tr:first-child td {
    border: 0
}

.faq .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f1f1f1;
}

.faq .table > tbody > tr > td, .faq .table > tbody > tr > th, .faq .table > tfoot > tr > td, .faq .table > tfoot > tr > th,
.faq .table > thead > tr > td, .faq .table > thead > tr > th {
    padding: 22px 10px;
    border: 0px;
}

.faq .dataTables_length select {
    margin: -6px 10px !important;
}

.faq .dataTables_filter input {
    margin: -6px 10px !important;
}

@media only screen and (max-width: 997px) and (min-width: 320px){

.trending:nth-child(odd) {
    border-right: 2px solid #009edb;
    text-align: left!important;
}

}
.trending:nth-child(odd) {
    border-right: 2px solid #009edb;
    text-align: right;
   
}


.trending {
    color: #fff;
    font-size: 22px;
    line-height: 40px;
}

.form-2 label {
    text-align: left;
    color: #1f1f1f;
    margin: 20px 0 0 0;
    width: 100%;
}

.search {
    position: relative;
}

.search h2 span {
    padding: 6px 16px;
    position: absolute;
    float: right;
    right: 45px;
    top: 15px;
    background-color: #009edb;
    color: #fff;
    border-radius: 2px;
    font-size: 18px;
    font-weight: 500;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #009edb;
    border-color: #009edb;
}

.faq h1 {
    font-size: 40px;
    text-align: center;
    color: #009edb;
    font-weight: 600;
}

.career {
    margin: -10px 0 20px;
}

#chartdiv-Searchability .highcharts-axis-labels text {
    font-size: 12px;
    fill: #000000 !important;
    font-weight: 900;
}

#chartdiv-Searchability .highcharts-legend-item, #chartdiv-Searchability .highcharts-credits,
#chartdiv-Searchability .highcharts-exporting-group, #chartdiv-Searchability .highcharts-title,
#chartdiv-Searchability .highcharts-subtitle,
#chartdiv-speed .amcharts-export-menu, #tas .highcharts-exporting-group,
#chartdiv-Searchability .highcharts-axis,
#tas .highcharts-legend, #tas .highcharts-credits,
#tas .highcharts-axis.highcharts-yaxis, .amcharts-chart-div a {
    display: none !important;
}

.form-3 {
    margin-bottom: 30px;
    overflow: auto;
}

.form-3 .input-group-addon {
    border: 1px solid #009edb;
    background-color: #fff;
    border-radius: 0px !important;
}

#chartContainer_Latest_Activites {
    height: 320px;
    width: 100%;
}

#chartdiv-Searchability {
    width: 100%;
    height: 500px;
}

/* ===== Searchability ======*/
.graph {
    padding: 10px 28px;
    margin: 30px 0px;
}

#chartdiv-Searchibility {
    width: 100%;
    height: 500px;
    font-size: 11px;
}

#chartdiv-Searchibility {
    width: 100%;
    height: 500px;
}

/* ===== //Searchability ======*/

/* ===== SPEED =====*/
#chartdiv-speed {
    width: 100%;
    height: 320px;
}

.amcharts-graph-graphAuto5_1537868427437, .amcharts-graph-graphAuto5_1537868579890 {
    display: none !important;
}

.amcharts-export-menu li {
    display: none;
}

.graph h1 {
    text-align: center;
    margin: 20px 0px;
    font-size: 30px;
}

/* ===== // SPEED =====*/

/* ===== Latest Activities ===== */
.canvasjs-chart-toolbar, .canvasjs-chart-credit, .amcharts-scrollbar-horizontal {
    display: none;
}

/* ===== // Latest Activities ===== */

#chartdiv_10 {
    width: 100%;
    height: 500px;
    font-size: 11px;
}

/* ----------------------------------------------------- */

#chart {
    width: 650px;
    height: 300px;
    margin: 30px auto 0;
    display: block;
}

#chart #numbers {
    width: 50px;
    height: 100%;
    margin: 0;
    padding: 0;
    display: inline-block;
    float: left;
}

#chart #numbers li {
    text-align: right;
    padding-right: 1em;
    list-style: none;
    height: 29px;
    border-bottom: 1px solid #444;
    position: relative;
    bottom: 30px;
}

#chart #numbers li:last-child {
    height: 30px;
}

#chart #numbers li span {
    color: #000;
    position: absolute;
    bottom: 0;
    right: 10px;
}

#chart #bars {
    display: inline-block;
    width: auto;
    height: 300px;
    padding: 0;
    margin: 0;
    /*box-shadow: 0 0 0 1px #444;*/
    border-left: 1px solid;
    border-bottom: 1px solid;
}

#chart #bars li {
    display: table-cell;
    width: 65px;
    height: 300px;
    margin: 0;
    text-align: center;
    position: relative;
}

#chart #bars li .bar {
    display: block;
    width: 40px;
    margin-left: 15px;
    background: #49E;
    position: absolute;
    bottom: 1px;
}

#chart #bars li .bar:hover {
    background: #5AE;
    cursor: pointer;
}

#chart #bars li .bar:hover:before {
    color: white;
    content: attr(data-percentage) '%';
    position: relative;
    bottom: 20px;
}

#chart #bars li span {
    color: #000;
    width: 100%;
    position: absolute;
    bottom: -2em;
    left: 0;
    text-align: center;
    font-size: 12px;
}

.btn-filter {
    padding: 10px 30px;
    border: 0px;
    border-radius: 0px;
    background-color: #009edb;
    color: #ffffff;
    border-radius: 5px;
}
.graph-2 .input-group .form-control{
    z-index: 0;
}
.inner h4{
    padding-left: 15px;
    font-size: 22px;
    color: #fff;
}

/* ===== Graph-page ===== */

/* rrrrr */
@media screen and (max-width: 768px) {
    section, footer {
        padding: 20px 0px;
    }

    .padding-0 {
        padding: 0px;
    }

    h1, h2, h3, h4, h5, h6 {
        font-family: verdana;
        margin: 0 0 15px;
    }

    .navbar-collapse.in {
        height: auto;
    }

    .my-navbar {
        background-color: #ffffff;
    }

    .navbar-toggle {
        border: 1px solid #005a4f;
        margin-top: 13px;
    }

    .navbar-toggle .icon-bar {
        background: #005a4f;
    }

    .navbar-nav > .active > a, .navbar-nav > .active > a:focus {
        padding: 10px 14px;
    }

    .navbar-nav {
        background-color: #dedede;
        z-index: 999;
        position: relative;
    }

    .nav > li > a {
        color: #000;
    }

    .banner {
        margin-top: -82px;
        height: 300px;
    }

    .banner h1 {
        left: 50%;
        top: 22%;
        font-size: 30px;
        width: 100%;
    }

    footer .social li:first-child {
        margin-left: -10px;
    }

    .search input {
        width: 90%;
        margin: 10px auto;
        display: block;
        height: 40px;
    }

    .double {
        width: 280px;
        margin: 0 auto 0 !important;
        display: block;
        float: unset !important;
    }

    .store-bg img {
        margin-top: 10px;
    }

    .store-bg h2 {
        font-size: 20px;
        margin-top: 15px;
    }

    .store-bg p {
        font-size: 16px;
        margin-top: 0;
    }

    .i-phone, .google {
        width: 120px;
        margin-right: 10px;
    }

    .most-trending {
        padding: 20px 0px 20px;
    }

    .most-trending .inner {
        padding: 10px 0 0;
        width: 90%;
        margin: auto;
    }

    .inner .left, .inner .right {
        border-right: 0px;
        text-align: center;
    }

    .most-trending h1, .search h1, .in-touch h1 {
        font-size: 28px;
    }

    .inner .left p, .inner .right p {
        font-size: 16px;
    }

    .most-trending {
        background-position: center;
    }

    .search-result h2 {
        font-size: 22px;
    }

    .search-result p {
        font-size: 16px;
    }

    .about-us p {
        text-align: justify;
    }

    footer ul li {
        text-align: center;
    }

    .social ul {
        text-align: center;
    }

    .about-banner h1 {
        top: 44%;
        text-align: center;
        font-size: 26px;
    }

    footer .copy {
        padding: 22px 0px 0px;
        margin-top: 15px;
        margin-bottom: 0;
    }

    .signUp .modal-body {
        width: 100%;
        margin: auto;
    }

    .video video, .overlay {
        width: 100%;
        height: 40vh;
    }

    .overlay {
        padding-top: 25px;
    }

    .video-overlay {
        margin-top: 0;
    }

    .overlay h1 {
        font-size: 22px;
        font-weight: 600;
        color: #ffffff;
    }

    .overlay button {
        margin-top: 0px;
    }

    .overlay p {
        font-size: 18px;
        color: #ffffff;
        margin-top: 10px;
    }

    .navbar-brand > img {
        width: 100px;
    }

    .navbar {
        height: 64px;
    }

    .graph {
        width: 98%;
        height: auto;
        padding: 10px 10px 30px 10px !important;
    }

    #chartContainer {
        margin-top: 10px;
    }

    .graph h1 {
        line-height: 36px;
        margin: 0;
        font-size: 24px;
    }

    #live-poll-area {
        margin-top: 20px;
    }

    .graph-page h1 {
        line-height: 40px;
        font-size: 26px;
    }

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

    #chartContainer .canvasjs-chart-canvas, #chartContainer {
        width: 100% !important;
        height: 300px !important;
    }

    #chartdiv-speed {
        height: 300px !important;
    }

    #chartdiv-speed .amChartsLegend {

    }

    #chartdiv3 {
        height: 410px !important;
    }

    .faq {
        margin-top: 30px;
    }

    .faq span {
        margin-left: 0px;
    }

    .faq label {
        margin-bottom: 1rem;
        margin-top: 1.5rem;
    }

    #example_paginate, #example_filter {
        float: left;
    }

    .career h1 {
        font-size: 28px;
    }

    .career {
        margin: 0;
    }

    .search-result h2 {
        font-size: 20px;
        width: 76%;
    }

    .search h2 span {
        right: 15px;
        top: 6px;
    }

    #chartdiv-Searchability {
        width: 100%;
    }

    #chartdiv-Searchability .highcharts-container {
        width: 95% !important;
    }

    .form-3 .gap {
        margin: 15px 0px;
    }
    .store-bg{
        margin-top: -6px;
    }
    .inner h4{
        font-size: 22px;
    }

    /* sssss */
}

@media screen and (min-width: 400px) and (max-width: 400px) {
}

@media screen and (min-width: 400px) and (max-width: 768px) {
    .video video {
        height: 320px;
    }

    .overlay {
        padding-top: 50px;
    }

    .video video, .overlay {
        width: 100%;
        height: 50vh;
    }
}

@media (min-width: 768px) {

    /* show 3 items */
    .carousel-inner .active,
    .carousel-inner .active + .carousel-item,
    .carousel-inner .active + .carousel-item + .carousel-item,
    .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item {
        display: block;
    }

    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item,
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item,
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }

    .carousel-inner .carousel-item-next,
    .carousel-inner .carousel-item-prev {
        position: relative;
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
    }

    .carousel-inner .active.carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: absolute;
        top: 0;
        right: -25%;
        z-index: -1;
        display: block;
        visibility: visible;
    }

    /* left or forward direction */
    .active.carousel-item-left + .carousel-item-next.carousel-item-left,
    .carousel-item-next.carousel-item-left + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        -webkit-transform: translate3d(-100%, 0, 0);
                transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    /* farthest right hidden item must be abso position for animations */
    .carousel-inner .carousel-item-prev.carousel-item-right {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        display: block;
        visibility: visible;
    }

    /* right or prev direction */
    .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
    .carousel-item-prev.carousel-item-right + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        -webkit-transform: translate3d(100%, 0, 0);
                transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }

}

/* Bootstrap Lightbox using Modal */

#profile-grid {
    overflow: auto;
    white-space: normal;
}

#profile-grid .profile {
    padding-bottom: 40px;
}

#profile-grid .panel {
    padding: 0
}

#profile-grid .panel-body {
    padding: 15px
}

#profile-grid .profile-name {
    font-weight: bold;
}

#profile-grid .thumbnail {
    margin-bottom: 6px;
}

#profile-grid .panel-thumbnail {
    overflow: hidden;
}

#profile-grid .img-rounded {
    border-radius: 4px 4px 0 0;
}

/*  Graph  */

/* ===== Technologies =====*/
#live-poll-area {
    overflow: auto;
}

.graph-container {
    display: none;
}

.canvas .graph-container {
    display: block;
}

.graph-container .graph {
    width: 110px;
    margin: 0 auto 25px auto;
}

.graph-container .graph canvas {
    max-width: 110px;
    height: auto;
}

.bar-chart {
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

.bar-chart li {
    margin: 0;
    padding: 0;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.45;
    overflow: auto;
}

.bar-chart span {
    display: block;
}

.bar-chart .label {
    font-weight: 700;
    width: 10px;
    float: left;
    color: black;
    font-size: 16px;
    padding: 5px 0;
}

.bar-chart .percentage {
    width: 30%;
    float: right;
    font-size: 12px;
    text-align: right;
}

.bar-chart .bar-track {
    clear: both;
    display: block;
    background: #e6f0f2;
    -webkit-box-shadow: 0 2px 0 #cccccc;
            box-shadow: 0 2px 0 #cccccc;
    height: 20px;
    overflow: visible;
    margin-bottom: 20px;
}

.bar-chart .bar {
    display: block;
    height: 20px;
}

.bar-chart .answer-0 .bar {
    background: -webkit-gradient(linear, right top, left top, from(#26c549), to(#cc5015));
    background: -webkit-linear-gradient(right, #26c549 0%, #cc5015 100%);
    background: -o-linear-gradient(right, #26c549 0%, #cc5015 100%);
    background: linear-gradient(to left, #26c549 0%, #cc5015 100%);
}

.bar-chart .answer-1 .bar {
    background: -webkit-gradient(linear, right top, left top, from(#26c549), to(#cc5015));
    background: -webkit-linear-gradient(right, #26c549 0%, #cc5015 100%);
    background: -o-linear-gradient(right, #26c549 0%, #cc5015 100%);
    background: linear-gradient(to left, #26c549 0%, #cc5015 100%);
}

.bar-chart .answer-2 .bar {
    background: -webkit-gradient(linear, right top, left top, from(#26c549), to(#cc5015));
    background: -webkit-linear-gradient(right, #26c549 0%, #cc5015 100%);
    background: -o-linear-gradient(right, #26c549 0%, #cc5015 100%);
    background: linear-gradient(to left, #26c549 0%, #cc5015 100%);
}

.bar-chart .answer-3 .bar {
    background-color: #8b1851;
    -webkit-box-shadow: 0 2px 0 #53002c;
            box-shadow: 0 2px 0 #53002c;
}

ul.nav.navbar-nav.navbar-right,
ul.nav.navbar-nav.navbar-right *{
    z-index:99999999 !important;
    position:relative !important;
}

@media only screen and (min-width: 600px) {
    .canvas .graph-container .graph {
        margin: 0 30px;
        padding: 0;
        float: left;
    }

    .canvas .bar-chart {
        float: left;
        min-width: 244px;
    }
}

.z_index-1{position:relative !important; z-index: -2 !important;}
.z_index_9{position:relative !important; z-index: 999999999 !important;}

.my-navbar,
.my-navbar *{
    z-index: 99999999999 !important;
    position: relative !important;
}

span.sr-only {display:none}

.my-navbar + div{
    position:relative !important;
    z-index:-9999999 !important;
}

/* ===== Technologies =====*/


/*/web/h1bq.com/public_html/application/views/layout/backend/pages*/