*{
    margin: 0;
    padding: 0;
    color: #F8F8F8;
    font-family: Roboto, Arial, sans-serif;
}

h1, h2, h3{
    line-height: 2em;
}



.keyword-group .keyword:hover{
    cursor: pointer;
}

p.business-info{
    line-height: 1.6em;
}

.filters{
    width: 220px;
    display:inline-block;
    vertical-align:top;
    float: left;
}

.main-content{
    display: inline-block;
    width:100%;
}

.businesses{
    display: inline-block;
    float: left;
    width: calc(100% - 235px);
    margin-left: 15px;
    vertical-align: top;
}

.dropdown-menu {
    background-color: #45494A !important;
}

.dropdown{
    background-color: #45494A !important;
    border-radius: 5px;
    border: 1px solid #646464;
}

.selected-tag{
    color: white !important;
}


.dropdown-menu a{
    color: white !important;
}

body{
    background-color: #2B2B2B;
}

.filters-misc .search > div:not(:first-child) {
    margin-top:15px;
}

.close-menu{
    float: right;
    width: 20px;
    cursor: pointer;
}

.ph-search {
    display: inline-block;
    float: left;
}

.business-search{
    margin: 5px 0 0 0 !important;
}


#app{
    min-height: 100vh;
    background-color: #2B2B2B;
    margin: 0 15px 0 15px;
}

.keyword {
    display: inline-block;
    margin: 3px;
    padding: 5px 10px 5px 10px;
    border-radius: 8px;
    color: #FFF;
    box-shadow: 1px 3px 2.5px rgba(0,0,0,0.3);
    background-color: #45494A;
}

.search-btn{
    background-color: #45994A;
}

.btn {
    border: none;
    display: inline-block;
    margin: 3px;
    padding: 7px 10px 5px 10px;
    box-shadow: 1px 3px 2.5px rgba(0,0,0,0.3);
    border-radius: 3px;
    color: #FFF;
}

.clear-button {
    background-color: #99494A;
}

.v-select .dropdown-toggle .clear {
    visibility: hidden;
}

.pop-box{
    box-shadow: 1px 3px 13px 1.5px rgba(0,0,0,0.3);
    margin:15px 0 15px 0;
    padding: 10px;
    border-radius: 5px;
}

.search input{
    padding: 5px 10px;
    margin: 8px 0;
    background-color: #45494A;
    border: 1px solid #646464;
    border-radius: 4px;
    box-sizing: border-box;
}

.businessesm{
    width:100%;
    margin: 0;
}

.keyword:hover, .btn:hover{
    transform: scale(1.05);
}

.v-select .selected-tag{
    background-color: #45494A !important;
    border: 1px solid #646464 !important;
}


.v-select {
    font-size: 15px !important;
}
.v-select .form-control::placeholder{
    font-size: 13px !important;
}


.v-select .open-indicator::before {
    border-color: #F8F8F8 !important;
}

.keyword input[type='checkbox']{
    position: absolute;
    clip: rect(0 0 0 0);
}

.selected-keyword:after{
    content: url(/img/crossgreen.svg);
    margin-left: 5px;
    display: inline-block;
    height:10px;
    width:10px;
}

.not-selected-keyword:after{
    content: url(/img/crossblue.svg);
    margin-left: 5px;
    display: inline-block;
    height:10px;
    width:10px;
}


*.unselectable {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.intro-container{
    margin: 0 auto;
    display:table;
}

.intro h1{
    color: #337ab7;
}

.feedback{
    margin-top:10px !important;
}

.cards{
    display:table;
    margin: 0 auto;
}

.card img {
    width: 350px;
}

.card h2{
    text-align: center;
}

.card p, .intro p{
    margin: 5px;
    line-height: 1.5em;
}

.card{
    vertical-align: top;
    margin: 5px;
    cursor: pointer;
    width:350px;
    padding: 15px;
    display:inline-block;
}

.main-content{
    margin-top: 50px;
}

nav {
    margin: 0 -15px 0 -15px;
}

.navbar-brand {
    float: left;
    height: 50px;
    font-size: 18px;
    margin: 15px 15px 0 20px;
    line-height: 20px;
}

.navbar{
    height: 50px;
    z-index: 5;
    position: fixed;
    border: 1px solid transparent;
    width: 100%;
}


.navbar-nav > li {
    float: left;
}

.navbar-inverse {
    background-color: #222;
}
.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
    color: #fff;
    background-color: transparent;
}

nav a:hover{
    cursor: pointer;
}

.navbar-nav {
    float: left;
    margin: 5px -20px;
}
.nav {
    list-style: none;
}

.nav > li {
    position: relative;
    display: block;
}

.navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 20px;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 1px;
}

.loader {
    text-align: center;
}

.loader img{
    height: 32px;
}

.nav > li:first-child > a {
    padding: 10px 20px;
}
nav a {
    color: #337ab7;
    text-decoration: none;
    background-color: transparent;
}

.navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d;
}

.footer {
    bottom: 0;
    position: relative;
    width: 100%;
    height: 60px;
    background: #222;
}
.footer span{
    color: #9d9d9d;
}

.lc-radio{
    display: inline-block;
}

.footer-container{
    display:table;
    color: #777;
    padding-right: 15px;
    padding-left: 15px;
    margin-top:15px;
}

.w3-animate-right{position:relative;animation:animateright 0.4s}@keyframes animateright{from{right:-300px;opacity:0} to{right:0;opacity:1}}


.an-slider input {
    width: 90px;
    display:inline-block;
}

@media screen and (min-width:600px) and (max-width:810px){
    .card img {
        width: 100%;
    }
    .card {
        width: 43%;
    }
}

@media screen and (max-width: 600px){
    .card img{
        width: 100%;
    }
    .card{
        width: auto;
    }
}

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

    .lc-radio{
        display: block;
        margin-top: 15px;
    }
}