﻿* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    height: 100%;
}

html {
    height: 100%;
}

.site {

    margin: 0px;
}

.pd-top {
    margin-top: 15px;
}


/*General menu styles*/
.general_menu {
    background: #293137;
    height: 100%;
    z-index: 8;
    position: fixed;
    max-width: 50px;
    box-shadow: inset -1px 0px 1px #1c2125;
    border-right: 1px solid #030405;
    padding-right: 0px;
    padding-left: 0px;
}

    .general_menu ul {
        padding: 0px;
    }

        .general_menu ul li {
        }

            .general_menu ul li a {
                font-weight: normal;
                font-size: 22px;
                padding: 15px 13px;
                border-top: 1px solid #030405;
                border-bottom: 1px solid #030405;
                display: block;
                margin-bottom: -1px;

                color: #c7eaf9;
                -webkit-transition: all 0.3s ease;
                -moz-transition: all 0.3s ease;
            }

                .general_menu ul li a:hover {
                    font-weight: normal;
                    background: #20272c;
                    font-size: 22px;
                    padding: 15px 13px;
                    border-top: 1px solid #030405;
                    border-bottom: 1px solid #030405;
                    display: block;
                    margin-bottom: -1px;

                    color: #c7eaf9;
                    text-decoration: none;
                }

.startpage ul li a {
    color: #44535e;
}

.pxg-set s {
    width: 23px !important;
}

.inner ul {
    margin-top: 0px;
}

.inner .active, .inner .active:hover {
    background: #b5e5f6; /* Old browsers */
    background: -moz-linear-gradient(left, #b5e5f6 0%, #f0fbff 36%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#b5e5f6), color-stop(36%,#f0fbff), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #b5e5f6 0%,#f0fbff 36%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #b5e5f6 0%,#f0fbff 36%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #b5e5f6 0%,#f0fbff 36%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to right, #b5e5f6 0%,#f0fbff 36%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5e5f6', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
    margin-left: 4px;
    margin-right: -1px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}

    .inner .active i {
        color: #ee635d;
    }

.general_menu .avatar {
    padding: 25px 8px;
    display: block;
}


/*Content block styles*/
.general_content_styles {
max-width: 100%;

min-height: 95%;
box-shadow: 1px 0px 10px rgba(0, 0, 0, 0.28);
background: #ffffff;
margin-bottom: 0px;
}

.index_content {
    background: linear-gradient(#0B5B82, #17827B); /* Standard syntax */
    background: -webkit-linear-gradient(#0B5B82, #17827B#17827B#17827B); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#0B5B82, #17827B#17827B); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#0B5B82, #17827B); /* For Firefox 3.6 to 15 */nd-color: #fff

}
/*header*/
.header {
    height: 85px;
    background: url(../img/headerbg.png) repeat-x;
    background-position-y: bottom;
    padding-top: 25px;
}

.logo {
    float: left;
    margin-left: 15px;
}
.logo img{
    width: 150px;
    height: auto;
}
.logolog {
    position: relative;
    width: 200px;
    margin: 0 auto;
    margin-top: 100px;
}
@media (max-width: 1024px)
{
        .logolog{
            margin-top: 50px;
        }
}

.autorization_btn {
    float: right;
}


/*Features*/

.features h4 {
    font-weight: 700;
}

    .features h4 i {
        font-size: 32px;
        color: #ffbf00;
        display: block;
        margin-right: 15px;
        float: left;
        margin-top: -10px;
        font-weight: normal;
    }

.features > div {
    margin: 20px 0;
}
/*search_block*/
.search {
    float: left;
    width: 80%;
    margin-right: 10px;
}

.search_block {
    background: rgb(198,236,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(198,236,255,1) 1%, rgba(168,228,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(198,236,255,1)), color-stop(100%,rgba(168,228,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(198,236,255,1) 1%,rgba(168,228,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(198,236,255,1) 1%,rgba(168,228,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(198,236,255,1) 1%,rgba(168,228,255,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(198,236,255,1) 1%,rgba(168,228,255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6ecff', endColorstr='#a8e4ff',GradientType=0 ); /* IE6-9 */
    padding: 15px;
    border-radius: 5px;
    margin: 20px 0px;
}

.search input {
    margin-bottom: 15px;
}

.search_block .col-lg-10 {
    padding-left: 0px;
}

.text_in_search {
    font-size: 20px;
    font-weight: 300;
    color: #4e8297;
    display: block;
    margin-bottom: 10px;
}

.search_block .form-control {
    color: #555555;
    background-color: #ffffff;
    border: 1px solid #98c5d7;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}


/*places*/
.places {
    margin-bottom: 30px;
}

    .places a {
        font-size: 14px;
    }

    .places p {
        color: #939393;
    }

        .places p a {
            float: right;
            margin: 0 2px;
            font-size: 12px;
            color: #a0a0a0;
        }

    .places .caption > a {
        margin: 10px 0 7px 0;
        display: block;
    }

    .places .caption p a i {
        font-size: 10px;
        padding-right: 4px;
    }

    .places > .thumbnail > img, .s_result > img{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.places:hover > .thumbnail > img, .s_result:hover > img{
    -webkit-filter: grayscale(100%);
  -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.ping {
    color: #d41b1b !important;
    padding-right: 2px;
}
/*autorization modal*/
#autorization .modal-content, #autorization .modal-dialog {
    max-width: 100%;
}


/*sidebar*/
.side-bar {
background: #ffffff;
margin-left: 50px;
max-width: 240px;
min-height: 100%;
box-shadow: 1px 0px 10px rgba(0, 0, 0, 0.22);
margin-bottom: 0px;
}

    .side-bar .logo {
        margin-left: 50px;
    }



    .side-bar .jumbotron {
        padding: 8px 0px 12px;
    }

        .side-bar .jumbotron h2 {
            font-size: 20px;
        }



.youcan ul li span {
    display: block;
    float: left;
    color: #f06d58;
    background: #ffdd00;
    width: 30px;
    height: 30px;
    font-size: 16px;
    border-radius: 110px;
    padding: 4px 11px;
    margin-right: 10px;
}

.youcan ul {
    padding: 0px;
}

    .youcan ul li {
        list-style: none;
        border-bottom: 1px solid #eeeeee;
        display: block;
        margin: 0 -15px;
        padding: 15px;
    }


.whereareyou i {
    display: block;
    font-size: 30px;
    color: #eaeaea;
    float: left;
    margin-right: 10px;
    margin-top: -3px;
}

.whereareyou span {
    display: block;
    margin-bottom: 15px;
}

.innerpage {
    margin: 10px -15px;
}


/*smallplaces*/
.smallplaces {
    margin-bottom: 30px;
}

    .smallplaces .image {
        float: left;
    }

        .smallplaces .image img {
            max-width: 50px;
        }

    .smallplaces .caption {
        margin-left: 60px;
    }

.btn-ssm i {
    font-size: 7px;
}

.smallplaces .caption p a {
    margin-right: 5px;
    margin-top: -5px;
}
/*Catalog menu*/
#tabs div {
    display: none;
}


#tabs .active {
    display: block !important;
}

.catalog {
    padding: 0px;
    margin: 0px -15px;
}

    .catalog li {
        list-style: none;
    }

        .catalog li  {
            color: #5d8eae;
            padding: 12px 10px;
            border-bottom: 1px solid #e7e7e7;
            font-weight: normal;
            display: block;
            float: left;
            width: 100%;
        }
        .catalog .tagalog  {
            color: #5d8eae;
            padding: 12px 10px;
            border-bottom: 1px solid #e7e7e7;
            font-weight: bold;
            display: block;
            float: left;
            width: 100%;
        }
        @media (max-width: 990px){
            .catalog .tagalog  {
            padding-top: 70px;
        }
        }


            .catalog li  a{
            color: #fff;
            margin-top: 5px;

        }
        .catalog li a:hover{
            color: #FFA500;
            margin-top: 5px;

        }

        .catalog li span {
            float: left;
            color: #fff;
            font-size: 16px;
            margin-top: 5px;
        }
       .btn-default2{
            background: #0B5B82;
            float: right;
            color: #fff;
            border: solid 1px #0B5B82;
            box-shadow: none;
        }
        .btn-default2:hover {
            background: #FFA500;
            border-style: solid 1px #FFA500;
            color: #fff;
        }
        .btn-default{
            background: transparent;
            float: right;
            color: #fff;
            border: solid 1px;
            box-shadow: none;
        }
        .catalog li .btn-default:hover{
            background: #FFA500;
            border-style: solid 1px #FFA500;
        }

        .far {
            float: right;
            background-color: #78e08f;
            font-size: 11px;
            padding: 8px;
            margin-right: 10px;
            color: #fff;
            border-radius: 4px;
             pointer-events: none;
            margin-bottom: 0px;
        }
        .far2 {
            float: right;
            background-color: #eb2f06;
            font-size: 11px;
            padding: 8px;
            margin-right: 10px;
            color: #fff;
            border-radius: 4px;
            pointer-events: none;
            margin-bottom: 0px;
        }

        .far3 {
            float: right;
            background-color: #f6b93b;
            font-size: 11px;
            padding: 8px;
            margin-right: 10px;
            color: #fff;
            border-radius: 4px;
             pointer-events: none;
            margin-bottom: 0px;
        }
        .catalog li .alert1 {
            float: right;
            color: #eb2f06;
            margin-right: 10px;
             font-size: 15px;

        }
        .catalog li .alert2 {
            float: right;
            color: #f6b93b;
            margin-right: 10px;
             font-size: 17px;

        }
        .catalog li .alert3 {
            float: right;
            color: #78e08f;
            margin-right: 10px;
             font-size: 17px;

        }
        .catalog li .alert4 {
            float: right;
            color: #c8c8c8;
            margin-right: 10px;
             font-size: 17px;

        }

    .catalog .activepoint, .catalog .activepoint:hover {

        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f16d52', endColorstr='#ec674b',GradientType=1 ); /* IE6-9 */

        font-weight: 300;
        margin-top: -1px;
        margin-bottom: -1px;
        z-index: 1;
    }

        .catalog .activepoint span {
            background: #df5e43;
            padding: 3px;
            font-size: 9px;
            border-radius: 3px;
            box-shadow: inset 0px 1px 0px #cc553c, 0px 1px 0px #fc8e76;
            color: #ffffff;
        }

.activepoint .arrow {
    background: url(../img/arrow.png);
    width: 14px;
    position: absolute;
    height: 34px;
    float: right;
    margin-top: -25px;
    margin-left: 229px;
}

h5.cat {
    color: #ee635d;
    font-size: 18px;
    font-weight: 400;
    margin-top: 0px;
}

/*search box inner page*/
.search_inner_box {
    margin-top: 25px;
}
/*map*/
.map {
    min-width: 75%;
    min-height: 89%;
    background: #ebe6dc;
    float: right;
    margin-top: 67px;
}

@media (max-width: 990px){
    .map {
    min-height: 60%;
    float: none;
    margin-top: 60px
}
}
/*point description*/
#tabs2 div {
    display: none;
}


#tabs2 .active {
    display: block !important;
}
.geofencingresult {
    margin-top: -20px;
    list-style: none;
}
.enter{
    color: #17827B;
border: solid 1px;
border-radius: 50%;
padding: 5px;
}
.btn-geo {

    color: #ffffff;
    background: #59b9a9;
    box-shadow: inset 0px 1px 0px #85cec5;
    text-shadow: 0px -1px 0px #2ea190;
    border-color: #669f97;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;

    width: 100%;

}


.geofencing {
    padding: 0px;
    margin: 0px -15px;
}

    .geofencing li {
        list-style: none;
    }

        .geofencing li  {
            color: #fff;
            padding: 8px 10px;
            border-bottom: 1px solid #e7e7e7;

            display: block;
            float: left;
            width: 100%;
        }
        .geofencing .active li  {
            color: #fff;
            padding: 8px 10px;
            border-bottom: 1px solid #fff;

            display: block;
            float: left;
            width: 100%;
            background-color: #17827B;
        }


            .geofencing li:hover {
                background-color: #157e7c;




            }
            .geofencing li  a{
            color: #c8c8c8;

        }

        .geofencing li span {
            float: right;
            color: #c8c8c8;
            font-size: 12px;
            padding: 3px;
        }
        .geofencing li .far {
            float: right;
            background-color: #04914a;
            font-size: 10px;
            padding: 5px;
            margin-right: 10px;
            color: #fff;
            border-radius: 4px;
        }
        .geofencing li .far2 {
            float: right;
            background-color: #b82600;
            font-size: 10px;
            padding: 5px;
            margin-right: 10px;
            color: #fff;
            border-radius: 4px;
        }
        .geofencing li .far3 {
            float: right;
            background-color: #fbbd24;
            font-size: 10px;
            padding: 5px;
            margin-right: 10px;
            color: #fff;
            border-radius: 4px;
        }
        .geofencing li .alert1 {
            float: right;
            color: #b82600;
            margin-right: 10px;
             font-size: 15px;

        }
        .geofencing li .alert2 {
            float: right;
            color: #fbbd24;
            margin-right: 10px;
             font-size: 15px;

        }
        .geofencing li .alert3 {
            float: right;
            color: #04914a;
            margin-right: 10px;
             font-size: 15px;

        }
        .geofencing li .alert4 {
            float: right;
            color: #c8c8c8;
            margin-right: 10px;
             font-size: 15px;

        }

    .geofencing .activepoint, .geofencing .activepoint:hover {

        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f16d52', endColorstr='#ec674b',GradientType=1 ); /* IE6-9 */
        color: #c8c8c8;
        font-weight: 300;
        margin-top: -1px;
        margin-bottom: -1px;
        z-index: 1;
    }

        .geofencing .activepoint span {
            background: #df5e43;
            padding: 3px;
            font-size: 9px;
            border-radius: 3px;
            box-shadow: inset 0px 1px 0px #cc553c, 0px 1px 0px #fc8e76;
            color: #ffffff;
        }


    .point_description h2 {
        font-size: 24px;
        color: #ff4906;
    }

    .point_description .point {
        float: left;
        margin-right: 15px;
        padding-top: 16px;
    }

.buttons_head {
    margin-top: 15px;
}

.descr_text {
    font-style: italic;
    display: block;
    text-align: center;
}
/*description tabs*/
#tabs_point {
    border-bottom: 1px solid #e7e7e7;
    padding: 0px 15px;
    margin: 0 -15px;
}

    #tabs_point li span {
        color: #929292;
        font-weight: 100;
        padding-left: 10px;
    }

    #tabs_point li {
        display: inline-block;
    }

        #tabs_point li a {
            border-top: 1px solid #f3f3f3;
            border-left: 1px solid #f3f3f3;
            border-right: 1px solid #f3f3f3;
            padding: 7px 13px;
            border-top-left-radius: 3px;
            border-top-right-radius: 3px;
            display: block;
        }

            #tabs_point li a.active {
                background: #f9f9f9; /* Old browsers */
                background: -moz-linear-gradient(top, #f9f9f9 0%, #ffffff 100%); /* FF3.6+ */
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
                background: -webkit-linear-gradient(top, #f9f9f9 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
                background: -o-linear-gradient(top, #f9f9f9 0%,#ffffff 100%); /* Opera 11.10+ */
                background: -ms-linear-gradient(top, #f9f9f9 0%,#ffffff 100%); /* IE10+ */
                background: linear-gradient(to bottom, #f9f9f9 0%,#ffffff 100%); /* W3C */
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
                border-top: 1px solid #e7e7e7;
                border-left: 1px solid #e7e7e7;
                border-right: 1px solid #e7e7e7;
                border-bottom: 1px solid #ffffff;
                margin-bottom: -13px;
            }

.tabs_block_point {
    margin: 0 -15px;
    padding: 0 15px;
}

.placeholder {
    margin: 0 -15px 15px -15px;
}

.btns {
    text-align: right;
}

    .btns a {
        margin-left: 15px;
    }

        .btns a i {
            padding-right: 5px;
            padding-left: 5px;
        }

.vcard .logo {
    margin-left: 30px;
}

.tab_point_decr {
    display: none;
}

.tabs_block_point .active {
    display: block;
}
/*comments*/
.comment {
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 15px;
}

    .comment > img {
        float: left;
        padding-right: 15px;
    }

    .comment .infocomment {
        width: 100%;
        height: 16px;
        margin-bottom: 10px;
    }

        .comment .infocomment a {
            margin-right: 15px;
        }

        .comment .infocomment div {
            float: left;
        }

        .comment .infocomment .rating {
            float: right;
        }

    .comment span {
        padding-left: 45px;
        display: block;
    }

.btn-rouned {
    width: 18px;
    height: 18px;
    border-radius: 70px;
    border: 1px solid #e0e0e0;
    display: block;
    padding-left: 4px;
    float: right;
    margin-right: 0px !important;
    margin-left: 5px;
    color: #e74b4b;
}

/*Photo*/
.photo img {
    width: 100%;
    border-radius: 5px;
}

.one_photo {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .one_photo:hover {
        -webkit-filter: grayscale(100%);
    }

/*was here*/
.was_here {
    border-bottom: 1px solid #dfdfdf;
    height: 50px;
}

    .was_here img {
        padding-right: 10px;
        float: left;
    }

.user-info {
    float: left;
    width: 200px;
}

    .user-info span {
        display: block;
    }

.pults {
    float: right;
    margin-top: 4px;
}

    .pults a {
        margin-left: 10px;
    }

/*Search results*/
.search_tittle {
font-size: 24px;
font-weight: 100;
color: #6ABAB1;
background: #f7f7f7;
margin: 0 -15px;
padding: 12px 15px 25px;
margin-top: -25px;
border-bottom: 1px solid #e9e9e9;
border-top: 1px solid #e9e9e9;
}

    .search_tittle span {
        color: #c3c3c3;
    }

.search_form {
    margin-top: 10px;
}

.s_result {
    border-bottom: 1px solid #dfdfdf;
    padding: 0px 15px 15px 15px;
}

    .s_result img {
        max-width: 120px;
        border-radius: 5px;
        float: left;
        margin-right: 15px;
    }

.description_search_results .title {
    display: block;
    margin-bottom: 5px;
}

.pults_search {
    margin-top: 10px;
}

    .pults_search a {
        margin-left: 10px;
    }

/*Profile*/
/*general profile styles*/
.profile_closed {
    left: -790px;
    position: absolute;
    z-index: 7 !important;
}

.none {
    display: none !important;
}

.profile {
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}

.open_span {
    display: block;
    position: fixed;
    margin-left: 710px;
    margin-top: -10px;
    z-index: 9;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}

.close_span {
    display: block;
    position: fixed;
    margin-left: 760px;
    margin-top: -10px;
    z-index: 9;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}
.close-profile-link {
    background: url(../img/open_profile_link.png);
    width: 27px;
    height: 52px;
    display: block;
    padding: 14px 9px;
    font-size: 16px;
    color: #FFF;
}

.profile {
    background: #364047;
    min-height: 100%;
    max-width: 790px;
    z-index: 8;
    padding-left: 80px;
    padding-top: 30px;
    color: #6f8390;
    left:-50px;

}
.profile_closed {
    left: -790px !important;
    position: absolute;
    z-index: 7 !important;
}

    .profile .user img {
        max-width: 90px;
        border-radius: 5px;
        float: left;
        margin-right: 15px;
    }

    .profile .user h2 {
        font-size: 18px;
        font-weight: 500;
        color: #ffffff;
    }

    .profile .user ul li {
        list-style: none;
        color: #6f8390;
    }

    .profile .user {
        float: left;
    }

        .profile .user div {
            padding-left: 67px;
            margin-top: -18px;
        }

    .profile .buttons {
        text-align: right;
    }

        .profile .buttons a {
            margin-left: 10px;
        }

            .profile .buttons a span {
                padding: 0px;
                border-radius: 100px;
                background: #ff2800; /* Old browsers */
                background: -moz-linear-gradient(top, #ff2800 0%, #bf0000 100%); /* FF3.6+ */
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff2800), color-stop(100%,#bf0000)); /* Chrome,Safari4+ */
                background: -webkit-linear-gradient(top, #ff2800 0%,#bf0000 100%); /* Chrome10+,Safari5.1+ */
                background: -o-linear-gradient(top, #ff2800 0%,#bf0000 100%); /* Opera 11.10+ */
                background: -ms-linear-gradient(top, #ff2800 0%,#bf0000 100%); /* IE10+ */
                background: linear-gradient(to bottom, #ff2800 0%,#bf0000 100%); /* W3C */
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff2800', endColorstr='#bf0000',GradientType=0 ); /* IE6-9 */
                color: #ffffff;
                text-shadow: none;
                display: block;
                height: 20px;
                width: 20px;
                border: 2px solid #ffffff;
                position: absolute;
                margin-top: -30px;
                margin-left: 24px;
            }

    .profile h2 {
        color: #ffffff;
        font-size: 16px;
    }
/*tweets*/
.tweets span, .news_user_info span {
    background: #2c343b;
    padding: 8px;
    border-radius: 5px;
    font-style: italic;
    color: #606e79;
    display: block;
}

    .tweets span i {
        display: block;
        position: absolute;
        margin-top: 8px;
        margin-left: 20px;
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 9px solid #2c343b;
    }

.tweet_link {
    margin-top: 5px;
    margin-left: 45px;
}

    .tweet_link a {
        margin-right: 15px;
    }

/*Friend*/
.friend img {
    width: 100%;
    border-radius: 4px;
    margin-bottom: 5px;
}

.friend i {
    color: #485a66;
    margin-right: 5px;
}

#owl-demo .item, #myguest .item {
    margin: 10px;
    text-align: center;
}

/* clearfix */
.owl-carousel:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
/* display none until init */
.owl-carousel {
    display: none;
    position: relative;
    overflow: hidden;
    width: 100%;
}

    .owl-carousel .owl-wrapper {
        position: relative;
        display: inline-block;
        -webkit-transform: translate3d(0px, 0px, 0px);
        -webkit-perspective: 1000;
    }

    .owl-carousel .owl-item {
        float: left;
    }

.owl-controlls .owl-page,
.owl-controlls .owl-buttons {
    cursor: pointer;
}

.owl-controlls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
    cursor: url(grabbing.html) 8 8, move;
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
}
/*news*/
.news_container {
    border-bottom: 1px solid #2c343b;
    margin-left: -30px;
    padding-left: 15px;
    padding-top: 15px;
}

.my_news {
}

    .my_news .title_news {
        margin: 0 -15px 15px -31px;
        background: #2c343b;
        height: 40px;
    }

        .my_news .title_news h2 {
            padding-top: 10px;
            padding-left: 15px;
        }

.news .data {
    font-size: 10px;
    color: #ffffff;
    background: #639900; /* Old browsers */
    background: -moz-linear-gradient(top, #639900 1%, #378400 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#639900), color-stop(100%,#378400)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #639900 1%,#378400 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #639900 1%,#378400 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #639900 1%,#378400 100%); /* IE10+ */
    background: linear-gradient(to bottom, #639900 1%,#378400 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#639900', endColorstr='#378400',GradientType=0 ); /* IE6-9 */
    padding: 2px 10px;
    border-radius: 3px;
    margin-right: 10px;
}

.map_in_news {
    width: 100%;
    height: 150px;
    margin-top: 10px;
}

.news_user_info {
    margin-top: 30px;
}

    .news_user_info img {
        float: left;
        margin-right: 10px;
    }

    .news_user_info a {
        display: block;
    }

    .news_user_info span {
        margin-top: 10px;
    }

/*promo_line_text*/
.promo_text_line h2 {
    line-height: 28px;
}

.back img{
    /* Full height */

    position: fixed;
    height: 100vh;

    /* Center and scale the image nicely */

}
@media (max-width: 990px){
    .back img{
    height: auto;
    width: : 100%;
    position: relative;
    margin-bottom: -20px;
}
}
.drop{
    display: block;
width: 100%;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.428571429;
color: #999;
vertical-align: middle;
background-color: #ffffff;
border: 1px solid #cccccc;
}

/*Adaptive design*/
@media (max-width: 990px) {
  .point_description .point {
        float: left;
        margin-right: 15px;
        padding-top: 0px;
    }
    .btns {
text-align: left;
padding-left: 40px;
margin-top: -10px;
}
}
@media (max-width: 760px) {
    .search_tittle .btn {margin-left: 15px;}
}
@media (min-width: 480px) {
.map_open {display: none;}
}
@media (max-width: 480px) {
.map_open a {
display: block;
text-align: center;
padding: 15px;
background: #293137;
margin: 0px;
border-radius: 4px;
color: #ffffff;
}

.promo_text_line p{
float: left;
margin-top: 10px;
}
.promo_text_line {
padding: 20px 15px 25px;
}
}
@media (max-width: 820px) {
    .profile {max-width: 90%;}
}
.btm-zindex {position: absolute;
z-index: 1;
top: 20px;
left: 100px;
}
 #cont {z-index: 0; padding-top: 90px;
overflow-y: scroll;position: fixed;
max-height: calc(100vh - 9rem);
overflow-y: auto;}
@media (max-width: 980px){
    #cont {position: relative; max-height:none;padding-top: 10px;}
}
#cont span{
    color: #fff;
}
#content{
    position: absolute;
padding-left: 370px;
padding-top: 100px;
width: 100%;
background: linear-gradient(to bottom, #ffffff 0%,#f0f0f0 100%);
}
#content-type{
    position: fixed;
padding-left: 370px;
padding-top: 100px;
width: 100%;
background: linear-gradient(to bottom, #ffffff 0%,#f0f0f0 100%);
}
.open-intro {
    display: none;
    position: absolute;

    cursor: pointer;

    z-index: 50;
    top: 15px;
}
.close-intro {
    display: block;
    position: absolute;

    cursor: pointer;
   top: 15px;
    z-index: 50;

}
.open-intro1 {
    display: none;
    position: absolute;

    cursor: pointer;

    z-index: 0;
    top: 15px;
}
.close-intro1 {
    display: block;
    position: absolute;

    cursor: pointer;
   top: 15px;
    z-index: 0;

}
.points_table thead {
    width: 100%;
}

.points_table tbody {
    height: 262px;
    overflow-y: auto;
    width: 100%;
}

.points_table thead tr{
    width: 99%;
}

 .points_table tr{
    width: 100%;
 }

.points_table thead, .points_table tbody, .points_table tr, .points_table td, .points_table th{
    display: inline-block;
}

.points_table thead{
    background: #c6c6c6;
    color: #fff;
}

.points_table tbody td, .points_table thead > tr> th{
    float: left;
    border-bottom-width: 0;
}

.points_table>tbody>tr>td, .points_table>tbody>tr>th, .points_table>tfoot>tr>td, .points_table>tfoot>tr>th, .points_table>thead>tr>td, .points_table>thead>tr>th{
    padding: 8px;
    height: 30px;
    text-align: center;
    line-height: 32px;
}

.odd {
    background: #ffffff;
    color: #888;
}

.even {
    background: #efefef;
    color: #888;
}

.points_table_scrollbar{
    height: 612px;
    overflow-y: scroll;
}

.points_table_scrollbar::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.9);
    border-radius: 10px;
    background-color: #444444;
}

.points_table_scrollbar::-webkit-scrollbar{
    width: 1%;
    min-width: 5px;
    background-color: #F5F5F5;
}

.points_table_scrollbar::-webkit-scrollbar-thumb{
    border-radius: 10px;
    background-color: #c6c6c6;
    background-image: -webkit-linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.4) 50%, transparent, transparent)
}
.activeClass{
    background: #F00;
  }
  .fuel{
    text-align: center;
  }
  .fuel h5{

    padding: 10px;
    width: 100px;
    position: relative;
    margin: 0 auto;
    border-radius: 4px;
    border: solid 1px #fff;
    color: #fff;

  }
  .fuel p{
    margin-top: 5px;
    color: #fff;
  }
  .distance{
    text-align: center;
  }
  .distance h5{

    padding: 5px;
    width: 100%;
    font-size: 11px;
    position: relative;
    margin: 0 auto;
    border-radius: 4px;
    border: solid 1px #fff;
    color: #fff;

  }
  .distance p{
    margin-top: 10px;
    color: #fff;
  }
  .journey{

    border-bottom:solid 1px #fff;
    border-top:solid 1px #fff;
    padding-top: 20px;
  }
  .journey h5{
    color: #fff;
  }
  .alljourneyactive{
    background-color: #f8991d;
    padding-top: 10px;
    border-bottom: solid 1px #f1f1f1;

  }
  .alljourneyactive p{
    margin-bottom: -10px;
    color: #fff

  }
  .alljourneyactive h5{

    color: #fff;

  }
  .alljourney{

    padding-top: 10px;
    border-bottom: solid 1px #f1f1f1;

  }
  .alljourney:hover{

    background-color: #f8991d;

  }
  .alljourney p{
    margin-bottom: -10px;
    color: #fff;

  }
  .clock{
    text-align: right;
    font-size: 12px;
 }
  .alljourney h5{

    color: #fff;

  }
  .fofo{

padding-top: 20px;

padding-bottom: 10px;
margin-bottom: 10px;
margin-top: 10px;
  }
  .gen{
    display: block;
     border-bottom:solid 1px #f1f1f1;
    padding-top: 10px;
    padding-left: 15px;
  }

  .but{
    display: block;
    background-color: #f6f6f6;
    border:solid 1px #f1f1f1;
    padding-top: 10px;
    padding-left: 15px;

  }
  .but:hover{
    background-color: #f1f1f1;
  }
  .see{
    color: #888;
    font-weight: 400;


  }
  .wtf{
    padding-top: 10px;

  }
  .wtf .red{
    background-color: #eb2f06;
    border-radius: 50%;
    position: absolute;
    color: #fff;
    font-size: 11px;
    width: 25px;
    height: 25px;
    text-align: center;
    padding:5px;
  }
  .wtf span{
    margin-left: 30px;
    font-size: 13px;
    color: #888;
  }
  .wtf .blue{
    background-color: #1e3799;
    border-radius: 50%;
    position: absolute;
    color: #fff;
    font-size: 11px;
    width: 25px;
    height: 25px;
    text-align: center;
    padding:5px;
  }
  .wtf .purple{
    background-color: #a71382;
    border-radius: 50%;
    position: absolute;
    color: #fff;
    font-size: 11px;
    width: 25px;
    height: 25px;
    text-align: center;
    padding:5px;
  }
  .wtf .green{
     background-color: #78e08f;
    border-radius: 50%;
    position: absolute;
    color: #fff;
    font-size: 11px;
    width: 25px;
    height: 25px;
    text-align: center;
    padding:5px;
  }
  .wtf .orange{
    background-color: #f6b93b;
    border-radius: 50%;
    position: absolute;
    color: #fff;
    font-size: 11px;
    width: 25px;
    height: 25px;
    text-align: center;
    padding:5px;
  }
  .wtf .blue2{
    background-color: #00A0DD;
    border-radius: 50%;
    position: absolute;
    color: #fff;
    font-size: 11px;
    width: 25px;
    height: 25px;
    text-align: center;
    padding:5px;
  }
  .wtf .tosca{
    background-color: #38ada9;
    border-radius: 50%;
    position: absolute;
    color: #fff;
    font-size: 11px;
    width: 25px;
    height: 25px;
    text-align: center;
    padding:5px;
  }
  .wtf .violet{
    background-color: #ab4bd8;
    border-radius: 50%;
    position: absolute;
    color: #fff;
    font-size: 11px;
    width: 25px;
    height: 25px;
    text-align: center;
    padding:5px;
  }
  .wtf .yellow{
    background-color: #ccf143;
    border-radius: 50%;
    position: absolute;
    color: #fff;
    font-size: 11px;
    width: 25px;
    height: 25px;
    text-align: center;
    padding:5px;
  }
  .wtf .brown{
    background-color: #ac7038e8;
    border-radius: 50%;
    position: absolute;
    color: #fff;
    font-size: 11px;
    width: 25px;
    height: 25px;
    text-align: center;
    padding:5px;
  }


  .wtf .redteks{
    margin-left: 2px;
    color: #e83300;
  }
  .wtf .blueteks{
    margin-left: 2px;
    color: #35bfea;
  }
  .wtf .purpleteks{
    margin-left: 2px;
    color: #882ac8;
  }
  .wtf .greenteks{
    margin-left: 2px;
    color: #1bbf00;
  }
  .wtf .orangeteks{
    margin-left: 2px;
    color: #ff5d00;
  }
  .wtf .blue2teks{
    margin-left: 2px;
    color: #004ebf;
  }
  .wtf .toscateks{
    margin-left: 2px;
    color: #36b4a1;
  }
  .selected{
    background-color: #fff;
    bottom: 80px;
    position: absolute;
    margin-left: 30%;
  }
  @media (max-width: 990px)
  {
    .selected{
        width: 100%;
        margin-left: 0;
        position: relative;
    }
  }
  .selected2{
    background-color: #fff;
    position: absolute;
    margin-right: 50px;
    top:100px;
    padding-top: 10px;
    right: 0;
    max-height: calc(65vh - 9rem);
overflow-y: auto;

  }
  @media (max-width: 990px)
  {
    .selected2{
        width: 100%;
        margin-left: 0;
        position: relative;
        top:0;
       max-height: 100%;
    }
  }
  .selected3{
     background-color: #fff;
    bottom: 0;
    position: absolute;


  }
  .selected4{

    bottom: -20px;
    position: absolute;

  }
  @media (max-width: 990px)
  {
    .selected4{
        bottom: 0px;
position: relative;
width: 100%;
    }

  }
  .selected5{
    background-color: #fff;
    padding:1px 33px;

  }
   @media (max-width: 990px){
  .selected5{
    background-color: #fff;
    padding:0;
}
}

  .profile-user-img {
    margin: 15px auto;
    width: 180px;
    border-radius: 50%;


    box-shadow: 0 2px 2px 0 rgba(169, 169, 169, .14), 0 3px 1px -2px rgba(169, 169, 169, .2), 0 1px 5px 0 rgba(169, 169, 169, .12);
}
.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}
.d-block {
    display: block !important;
}
@media (max-width: 990px){
    #graph{
        width: 450px;
    }
}
.speeds{
    color: #eb2f06;
    font-size: 45px;
    margin-top: 10px;

}
.wheels{
    color: #b71540;
    font-size: 45px;
    margin-top: 10px;

}
.chair{
    color: #78e08f;
    font-size: 45px;
    margin-top: 10px;
}
.speedalts{
    color: #4a69bd;
    font-size: 45px;
    margin-top: 10px;

}
@media (max-width: 990px){
    .run{
        text-align: center;
    }
}
.driving{

    border-bottom: solid 1px #f1f1f1;
    border-top: solid 1px #f1f1f1;
}
.driving:hover{

    background-color: #f8991d;
}
.driving p{
    padding-top: 25px;
    color: #fff;
}
.driving h3{
    text-align: right;
    color: #fff;
}
.driving .bad{
    text-align: right;
     color: #fff;

}
.driving .great{
    text-align: right;
     color: #fff;

}
.drivingactive{
    background-color: #f8991d;
    border-bottom: solid 1px #f1f1f1;
    border-top: solid 1px #f1f1f1;
}

.drivingactive p{
    padding-top: 25px;
    color: #fff;
}
.drivingactive h3{
    text-align: right;
    color: #fff;
}
.drivingactive .bad{
    text-align: right;
     color: #fff;

}
.drivingactive .great{
    text-align: right;
     color: #fff;

}
table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

td, th {
    border: 1px solid #f1f1f1;
    text-align: center;
    padding: 8px;
}

tr:nth-child(even) {
    background-color: #f6f6f6;
}


    @media only screen and (max-width: 800px) {

        #flip-scroll .cf:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
        #flip-scroll * html .cf { zoom: 1; }
        #flip-scroll *:first-child+html .cf { zoom: 1; }

        #flip-scroll table { width: 100%; border-collapse: collapse; border-spacing: 0; }

        #flip-scroll th,
        #flip-scroll td { margin: 0; vertical-align: top; }
        #flip-scroll th { text-align: left; }

        #flip-scroll table { display: block; position: relative; width: 100%; }
        #flip-scroll thead { display: block; float: left; }
        #flip-scroll tbody { display: block; width: auto; position: relative; overflow-x: auto; white-space: nowrap; }
        #flip-scroll thead tr { display: block; }
        #flip-scroll th { display: block; text-align: right; }
        #flip-scroll tbody tr { display: inline-block; vertical-align: top; }
        #flip-scroll td { display: block; min-height: 1.25em; text-align: left; }


        /* sort out borders */

        #flip-scroll th { border-bottom: 0; border-left: 0; }
        #flip-scroll td { border-left: 0; border-right: 0; border-bottom: 0; }
        #flip-scroll tbody tr { border-left: 1px solid #babcbf; }
        #flip-scroll th:last-child,
        #flip-scroll td:last-child { border-bottom: 1px solid #babcbf; }
    }



.circle_inner{
    position: relative;
    height: 100%;
}
.circle_inner:before{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 20px;
    border-color: transparent transparent transparent #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -10px 0 0 -7px;
}
@media (max-width: 990px){
    .box-profile{
        padding-top: 75px;
    }
}
 textarea {
    border:1px solid #aaa;
    box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
    border-radius:2px;
    width: 100%;
}
.bay{
    text-align: right;
}
    #custom-search-form {

        margin-top: 5px;

    }

    #custom-search-form .search-query {
        padding-right: 3px;
        padding-right: 4px \9;
        padding-left: 10px;
        padding-left: 4px \9;
        /* IE7-8 doesn't have border-radius, so don't indent the padding */

        margin-bottom: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 20px;
        height: 32px;
        width: 100%;
        border-style: none;
    }

    #custom-search-form .sar {
        border: 0;
        background: none;
        /** belows styles are working good */
        padding: 2px 5px;
        top: 20px;
        position: absolute;
        right: 20px;
        /* IE7-8 doesn't have border-radius, so don't indent the padding */
        margin-bottom: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

    .search-query:focus + button {
        z-index: 3;
    }
.footer {
   position: fixed;
   left: 0;
   bottom: -15px;
   width: 100%;
   background-color: #333;
   color: white;
   text-align: center;
   z-index: 0;
}
.footer ul{
    list-style: none;
    text-align: left;
   padding-top: 10px;
   font-size: 13px;
}
.footer ul li a:hover{
    color: #FFA500;
}
 @media (max-width: 990px){
    .footer{
        position: relative;

    }
    .footer ul{
        padding-left: 10px;
    }
 }
.btn-gugu{
    position: relative;
    width: 100%;
    margin-top: 20px;
    background:none;
    border:solid 1px #fff;
    color: #fff;
    border-radius: 20px;
    margin-bottom: 20px;
}
.btn-gugu:hover{

    background:#FFA500;
    border:solid 1px #fff;
    color: #fff;

}
.gen .kor{
    background-color: #fff;

    margin-right: 20px;
    padding: 20px;
    padding-top: 10px;
    margin-bottom: 20px;
    margin-top: 0px;
}
.gen .kor ul{
    padding: 0px;
    list-style: none;
}
.gen .kor li{
    margin-bottom: 15px;

}
.kor span{
    color: #888!important;
}
.ghi{
    background-color: #f89514;
    color: #fff;
    border:none;
    padding: 10px;
    margin-top: 20px;
    border-radius: 20px;
    width: 100%;

}
.ghi:hover{
    background-color: #d27e10;
    color: #fff;
    border:none;
    padding: 10px;
    margin-top: 20px;
    border-radius: 20px;
    width: 100%;

}
#bar_chart{
    width: 100%;
}

 .ji{
    padding-left: 20px;
    color: #000;
    font-weight: 600;
 }

/*
@media (max-height: 680px) {
    .general_menu {position: absolute; min-height: 100%;}

}
