@font-face {
    font-family: 'ProximaNova';
    src: url('/fonts/Proxima-nova/ProximaNova-Reg.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNova';
    src: url('/fonts/Proxima-nova/ProximaNova-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

body {
    font-family: "ProximaNova";
    padding-top: 65px;
}

.intro-block {
    padding: 20px 15px 40px 15px;
    text-align: center;
}

.cursor-pointer {
    cursor: pointer;
}

.lb-sm {
    font-size: 10px;
    top: -2px;
    position: relative;
}

html {
    position: relative;
    min-height: 100%;
    -webkit-font-smoothing: antialiased;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 100px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 100px;
    text-align: center;
}

.footer a {
    color: #888;
    text-decoration: none;
}

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

#searchclear {
    position: absolute;
    right: 5px;
    top: -7px;
    bottom: 0;
    height: 14px;
    margin: auto;
    cursor: pointer;
}

.big-font {
    font-size: 17px;
    color: #888;
}

.big-font-input {
    font-size: 17px;
    color: #888;
    width: 100%;
}

.step-font {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 10px;
}

.step-sub-font {
    color: #777;
    font-size: 20px;
}

.hero-h1 {
    font-size: 32px;
    font-weight: bold;
    color: #333;
    margin-top: 10px;
    line-height: 1.2
}

.btn-round-green {
    background: #1db954;
    color: #fff;
    border-radius: 30px;
    border: none;
    padding: 15px 25px;
}

.btn-round {
    border-radius: 30px;
}

.filter-big-title {
    display: inline;
    font-size: 32px;
    font-weight: bold;
    color: #333;
    margin-right: 5px;
    line-height: 1.15;
}

.filter-big-title-instore {
    font-size: 24px;
}

.filter-big-title-shop {
    font-size: 42px;
}

.filter-genres-list {
    display: inline;
    color: #999;
    position: relative;
    top: -5px;
}

.filter-address {
    color: #555;
    font-size: 18px;
    top: -6px;
    position: relative;
}

.filter-description {
    color: #888;
    font-size: 15px;
    position: relative;
    top: -4px;
}

.space-bottom {
    margin-bottom: 8px;
}

.webui-popover-content {
    max-height: 400px !important;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #cccccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #555;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.menu-check {
    display: inline-block;
    position: absolute;
    left: 4px;
}

.bright-search {
    background: #eee;
    color: #777;
    border: none;
    box-shadow: none;
}

.bright-search:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.dark-search {
    background: #444;
    color: #ccc;
    border: none;
    box-shadow: none;
}

.dark-search:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media (max-width: 991px) {
    .lift-up {
        position: relative !important;
        top: -20px !important;;
    }
}

#shops-map-intro {
    height: 150px;
}

.col-intro-left {
    text-align: center;
}

.col-intro-right {
    text-align: center;
}

@media (min-width: 576px) {
    #shops-map-intro {
        height: 250px;
    }
}

@media (min-width: 992px) {
    .col-intro-left {
        text-align: right;
    }

    .col-intro-right {
        text-align: left;
    }
}

.section-title {
    font-size: 22px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}

.profile-heading {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.dropdown-menu-tri:before {
    position: absolute;
    top: -7px;
    left: 9px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #CCC;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}

.label-list-item {
    margin-top: 25px;
}

.dropdown-menu-tri:after {
    position: absolute;
    top: -6px;
    left: 10px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    border-left: 6px solid transparent;
    content: '';
}

.dropdown-menu-tri:before, .dropdown-menu-tri.pull-right:before {
    right: 12px;
    left: auto;
}

.dropdown-menu-tri::after, .dropdown-menu-tri.pull-right:after {
    right: 13px;
    left: auto;
}

.editable-submit, .editable-cancel {
    height: 34px !important;
}

.editable-container.editable-inline,
.editable-container.editable-inline .control-group.form-group,
.editable-container.editable-inline .control-group.form-group .editable-input,
.editable-container.editable-inline .control-group.form-group .editable-input textarea,
.editable-container.editable-inline .control-group.form-group .editable-input select,
.editable-container.editable-inline .control-group.form-group .editable-input input:not([type=radio]):not([type=checkbox]):not([type=submit]) {
    width: 100%;
}

.bootbox-input-textarea {
    height: 200px !important;
}

.border-dashed {
    border-radius: 30px;
    border: dashed 2px #d3d3d3;
}

#csv-dropzone {
    text-align: center;
    background-color: #fff;
    padding: 0px 0 30px 0;
}

.small-pre {
    font-size: 11px;
}

.left-nav {
    cursor: pointer;
    position: fixed;
    top: 48%;
    left: 10px;
    z-index: 3500;
}

.rite-nav {
    cursor: pointer;
    position: fixed;
    top: 48%;
    right: 10px;
    z-index: 3500;
}

.blur-shadow {
    background: #fff;
    border-bottom: solid 1px #eee;
    /*-webkit-box-shadow: 0px 0px 49px -11px rgba(207, 207, 207, 1);*/
    /*-moz-box-shadow: 0px 0px 49px -11px rgba(207, 207, 207, 1);*/
    /*box-shadow: 0px 0px 49px -11px rgba(207, 207, 207, 1);*/
}

.navbar-toggle {
    background-color: #eee;
}

.navbar-toggle .icon-bar {
    background-color: #ccc;
}

.nav > li > a {
    font-weight: bold;
    color: #777;
    font-size: 14px;
}

.filter-label {
    margin-bottom: 3px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: normal;
    color: #555;
}

.filter-label-small {
    font-size: 10px;
}

.big-numba {
    position: relative;
    text-align: center;
    font-weight: bold;
    font-size: 150px;
    opacity: 0.1;
    z-index: 0;
    margin-bottom: -40px;
    margin-top: -40px;
}

.intro-gray {
    background: rgb(247, 247, 247); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(247, 247, 247, 1) 0%, rgba(255, 255, 255, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(247, 247, 247, 1) 0%, rgba(255, 255, 255, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(247, 247, 247, 1) 0%, rgba(255, 255, 255, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#ffffff', GradientType=0); /* IE6-9 */
}

.subtitle {
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 5px;
    color: #333;
}

.sub-subheader {
    font-size: 21px;
    line-height: 1.1;
    font-weight: bold;
    color: #555;
    margin-bottom: 15px;
}

.sub-subheader2 {
    font-size: 24px;
    line-height: 1.1;
    font-weight: bold;
    color: #5cb85c;
    margin-bottom: 15px;
}

.join-img {
    width: 80px;
    opacity: 0.4;
    margin-top: 40px;
    margin-bottom: 20px;
}

.footer-header {
    font-weight: bold;
    color: #777;
    margin-bottom: 5px;
}

@media (max-width: 576px) {
    .footer-header {
        margin-top: 10px;
    }
}

.media-quote-right {
    right: -15px;
    bottom: -50px;
}

.media-text {
    font-size: 17px;
    font-family: "Times New Roman";
    font-style: italic;
    color: #999;
    margin-top: 15px;
}

.media-logo {
    margin-top: 17px;
    margin-bottom: 40px;
}