@font-face {
    font-family: 'iconactive';
    src: url('/fonts/iconactive/iconactive.eot');
    src: url('/fonts/iconactive/iconactive.eot') format('embedded-opentype'),
        url('/fonts/iconactive/iconactive.woff') format('woff'),
        url('/fonts/iconactive/iconactive.ttf') format('truetype'),
        url('/fonts/iconactive/iconactive.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
i {
    font-family: 'iconactive';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-distance {
    font-family: 'iconactive';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-distance:before {
    content: "\e601";
}
.center {
    text-align: center;
}


.btn {
    display: inline-block;
    padding: 14px 15px;
    border: 1px solid #37a51c;
    color: #FFF;
    line-height: 20px;
    background-color: #37a51c;
    border-radius: 10px;
    font-size: 16px;
}
.btn:hover {
    border-color: #37a51c;
    background-color: #308f19;
    color: #FFF;
}
.btn.inverse {
    border: 1px solid #b9e0b0;
    color: #37a51c;
    background-color: transparent;
}
.btn.inverse:hover {
    border-color: #308F19;
    background-color: transparent;
    color: #308f19;
}




body.collapsed-menu__opened {
    overflow: hidden;
}
.open-collapsed-menu,
.close-collapsed-menu {
    display: block;
    line-height: 40px;
    width: 40px;
    height: 40px;
    text-align: center;
    margin: 10px 0;
    font-size: 24px;
    color: #BBB;
    text-decoration: none;
}
.open-collapsed-menu:hover,
.close-collapsed-menu:hover {
    color: #999;
    text-decoration: none;
}
.close-collapsed-menu {
    display: none;
}
body.collapsed-menu__opened .open-collapsed-menu { display: none; }
body.collapsed-menu__opened .close-collapsed-menu { display: block; }
.collapsed-menu {
    display: none;
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    margin-left: -100%;
    transition: .4s;
    padding-top: 60px;
    overflow: hidden;
    background-color: rgba(0,0,0,.7);
}
.collapsed-menu .container {
    background-color: #FFF;
}
@media screen and (max-width: 768px) {
    .collapsed-menu .container {
        margin: 0 auto;
        width: 100%;
    }
    .modal {
        padding: 0 !important;
    }
    .site-tour {
        padding: 20px;
    }
}
@media screen and (max-width: 800px) {
    .collapsed-menu .navbar > ul > li:nth-child(2) {
        display: block;
    }
}
.collapsed-menu.opened {
    margin-left: 0;
}
.collapsed-menu .user {
    margin-top: 5px;
    cursor: pointer;
    margin-left: -50px;
}
.collapsed-menu .user a {
    color: #000;
}
.collapsed-menu li.user.with-submenu > a .icon {
    margin: 12px 0px;
}
.collapsed-menu .user .user-meta .user-name {
    line-height: 40px;
}
.collapsed-menu .user .user-controls {
    margin-top: 10px;
}
.collapsed-menu .user .user-controls a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}
.collapsed-menu .collapsed-menu__wrapper,
.collapsed-menu .collapsed-menu__submenu {
    position: relative;
    max-height: 100%;
    overflow: auto;
    width: 100%;
    height: 100%;
    transition: .4s;
}
.collapsed-menu .navbar {
    min-height: 40px;
    padding: 0;
    position: relative;
    margin: 0 0 20px;
}
.collapsed-menu ul {
    margin: 0;
    padding: 0 0 0 50px;
    display: block;
    list-style: none;
    border: 0;
    position: relative;
    min-height: 40px;
    float: none;
}
.collapsed-menu ul li {
    position: relative;
    display: block !important;
    line-height: 25px;
    padding: 0;
    margin: 0;
}
.collapsed-menu ul li a {
    line-height: 20px;
    padding: 15px 0;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    color: #adadad;
}
.collapsed-menu ul li a:hover {
    color: #000;
    text-decoration: none;
}
.collapsed-menu li.with-submenu > a {
    padding-right: 20px;
}
.collapsed-menu li.with-submenu > a .icon {
    position: absolute;
    right: 0;
    top: 0;
    color: #000;
    display: block;
    font-size: 18px;
    font-weight: 100;
    width: 20px;
    height: 45px;
    line-height: 45px;
    text-align: right;
    opacity: .3;
}
.collapsed-menu li.with-submenu > a:hover .icon {
    opacity: 1;
}
.collapsed-menu li.with-submenu .submenu {
    position: absolute;
    right: 0;
    top: 0;
    margin-right: -100%;
    display: none;
}
.collapsed-menu .collapsed-menu__submenu {
    top: 0;
    padding-top: 60px;
    position: absolute;
    right: 0;
    width: 100%;
    margin-right: -100%;
}
.collapsed-menu .collapsed-menu__submenu ul {
    margin: 15px 0;
}
.collapsed-menu .collapsed-menu__submenu .submenu-back a {
    cursor: pointer;
    color: #000;
    font-weight: 500;
}
.collapsed-menu .collapsed-menu__submenu .icon {
    position: absolute;
    left: -50px;
    top: 0;
    color: #adadad;
    display: block;
    font-size: 16px;
    font-weight: 100;
    width: 20px;
    height: 50px;
    line-height: 50px;
    text-align: left;
    opacity: .3;
}
.collapsed-menu .collapsed-menu__submenu a:hover .icon {
    opacity: 1;
}
.collapsed-menu.show_submenu .collapsed-menu__wrapper { margin-left: -100%; }
.collapsed-menu.show_submenu .collapsed-menu__submenu { margin-right: 0; }



.bg-grey {
    background-color: #fbfcf9;
}



.banner-h {
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(http://placehold.it/728x90);
    width: 728px;
    height: 90px;
    margin: 0 auto;
    display: block;
    border: 1px solid #E5E5E5;
    max-width: 100%;
}

.page-sections.banner .banner-h {
    border: 0;
    max-width: 728px;
    height: auto;
}


@media screen and (max-width: 768px) {

    .page-sections.banner .banner-h {
        border: 0;
        max-width: 100%;
        height: auto;
    }
}



.table {
    display: table;
    width: 100%;
    height: 100%;
}
.tr { display: table-row; }
.td { display: table-cell; }
.valign-top { vertical-align: top; }
.valign-middle { vertical-align: middle; }
.valign-bottom { vertical-align: bottom; }



.user {
    display: block;
    position: relative;
    min-height: 40px;
}
.user .user-img {
    width: 40px;
    height: 40px;
    display: block;
    float: left;
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}
.user .user-meta {
    display: block;
    margin-left: 50px;
    line-height: 20px;
    min-height: 40px;
}
.user .user-meta .user-name {
    display: block;
    line-height: 20px;
    font-size: 16px;
    font-weight: 500;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.user .user-meta .user-distance {
    font-size: 14px;
    opacity: .5;
    display: inline-block;
}
.user .user-meta .user-rate {
    margin-left: 20px;
    opacity: .5;
    font-size: 14px;
    display: inline-block;
}



.rate {
    display: inline-block;
    margin: 10px -5px;
}
.rate:after {
    content: "";
    display: block;
    clear: both;
}
.rate .star {
    float: left;
    display: block;
    color: #e6e6e6;
    font-size: 22px;
    height: 25px;
    width: 25px;
    margin: 5px;
}
.rate .star.active {
    color: #ffcd00;
}



.content-wrapper {
    padding-top: 60px;
}
.page-sections {
    position: relative;
    overflow: hidden;
    padding: 30px 0;
}
.page-sections.header-block h1 {
    font-size: 45px;
    color: #fff;
}
.page-sections.header-block p {
    font-weight: 500;
    font-size: 30px;
    color: #fff;
    line-height: 33px;
    margin: auto;
}
@media screen and (min-width: 768px) {
    .page-sections.header-block p  {
        font-size: 45px;
        line-height: 49.5px;
    }
}
.page-sections h1,
.page-sections .h1,
.page-sections h2,
.page-sections .h2,
.page-sections h3,
.page-sections .h3{
    margin: auto;
    text-decoration: none;
}
.page-sections h1 a,
.page-sections .h1 a,
.page-sections h2 a,
.page-sections .h2 a,
.page-sections h3 a,
.page-sections .h3 a{
    color: #333;
    text-decoration: none;
}
.page-sections h2,
.page-sections .h2 {
    color: #333;
    margin-bottom: 20px;
    font-size: 36px;
    font-weight: bold;
}
.page-sections h3,
.page-sections .h3 {
    color: #333;
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: normal;
}
.page-sections-footer .btn {
    margin: 10px 10px 0 7px;
    min-width: 200px;
}

@media screen and (max-width: 992px) {
    .page-sections.banner .container {
        padding: 0;
        margin: 0 auto;
    }
}
@media screen and (max-width: 768px) {
    .page-sections.banner  {
        padding: 0;
    }
}


.page-sections.header-block {
    height: 300px;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0px 0;
    position: relative;
    display: flex;
    align-items: center;
}
.page-sections.header-block:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.25);
    z-index: 0;
}
.page-sections.header-block .container {
    position: relative;
    z-index: 2;
    margin: auto;
}
.page-sections.header-block .badge {
    display: block;
    width: 150px;
    height: 100px;
    background: none;
    position: absolute;
    bottom: 10px;
    right: 5%;
}