@charset "utf-8";
/*
	Author: Filip Todorov - www.filiptodorov.com
	Project: Tax Lien University
	All rights reserved
*/

body, html {
    font-family: 'Roboto', sans-serif;
    position: relative;
}
body {
    padding-top: 70px;
}

/* NAVIGATION */
.navbar-dark {
    background: #15395b !important;
    padding-top: 5px;
    padding-bottom: 5px;
}
.navbar .navbar-brand img {
    height: 50px;
}
.navbar .nav-item > .nav-link {
    font-weight: bold;
    font-size: 15px;
    font-family: sans-serif;
    padding: 12px 75px;
    color: #fff;
}
.navbar .nav-item > .nav-link:hover,
.navbar .nav-item > .nav-link:focus {
    background: #001f3d;
    color: #fff;
}

/* HEADER */
header {
    display: block;
    position: relative;
    padding: 100px 0px;
    background: url('../img/bg.jpg') center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    text-align: center;
}
header:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: ' ';
    background: rgba(0, 51, 102, 0.3);
    z-index: 0;
}
header .container {
    position: relative;
    z-index: 1;
}
header h1 {
    font-size: 36px;
    font-weight: bold;
    margin: 0;
    color: #fff;
}

/* SECTION */
section {
    padding: 40px 0px;
    background: #fff;
}
section h1,
section h2,
section h3,
section h4,
section h5,
section h6 {
    color: rgb(91, 103, 112);
    margin-top: 30px;
    font-weight: 700;
    font-family: sans-serif;
}
section h2 {
    font-size: 24px;
}
section h3 {
    font-size: 22px;
}
section h4 {
    font-size: 20px;
}
section h5 {
    font-size: 18px;
}
section p {
    line-height: 1.5em;
    font-size: 16px;
    margin: 0;
    padding: 0;
    margin-top: 30px;
    color: rgb(91, 103, 112);
}
section .dotted-ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
    margin-top: 30px;
}
section .dotted-ul li {
    display: block;
    position: relative;
    font-size: 16px;
    padding: 10px 10px 10px 20px;
    color: rgb(91, 103, 112);
}
section .dotted-ul li:before {
    position: absolute;
    top: 8px;
    left: 0;
    color: rgb(91, 103, 112) !important;
    content: "\f10c";
    font-family: 'FontAwesome';
}

/* TABLE */
.table {
    border: 1px solid rgba(0, 129, 214, 0.25) !important;
    margin-top: 30px;
}
.table tbody tr {
    border-bottom: 1px solid rgba(0, 129, 214, 0.25);
}
.table tbody tr td {
    border: none !important;
    color: rgb(91, 103, 112);
}
.table thead th {
    color: #0081d6;
    border-top: none;
    border-bottom: none;
    background: rgba(0, 129, 214, 0.25);
}
.table th,
.table td {
    padding: 10px;
    padding-left: 16px;
    font-size: 14px;
    font-family: sans-serif;
}
.table tbody tr:nth-child(even) td {
    background: rgba(0, 129, 214, 0.25);
}

/* TAX SALE */
.tax-sale {
    display: block;
    padding: 50px 0px;
    background: rgba(0, 129, 214, 0.25);
}
.tax-sale h3 {
    color: rgb(0, 129, 214);
    font-weight: 700;
    margin: 0;
    font-size: 30px;
    line-height: 30px;
    font-family: sans-serif;
}
.tax-sale h2 {
    color: rgb(0, 129, 214);
    font-weight: 700;
    margin: 0;
    font-size: 40px;
    line-height: 40px;
    font-family: sans-serif;
    margin-bottom: 10px;
}
.tax-sale p {
    color: rgb(0, 129, 214);
    font-size: 16px;
    font-family: sans-serif;
    line-height: 24px;
}
.tax-sale .form-group {
    margin-bottom: 10px;
    position: relative;
}
.tax-sale .form-group img {
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto;
    right: 15px;
    z-index: 1;
}
.tax-sale .form-control {
    padding: 12px 18px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    font-size: 16px;
    color: #000;
}
.tax-sale .btn-primary {
    color: rgb(255, 255, 255);
    background-color: rgb(0, 129, 214);
    font-size: 16px;
    padding: 13px 35px;
    line-height: 22px;
    border-radius: 0px;
    font-weight: 700;
    font-family: sans-serif;
}

/* FOOTER */
footer {
    display: block;
    position: relative;
    padding: 50px 0px;
}
footer ul.menu {
    display: block;
    text-align: center;
    margin: 0;
    padding: 0;
    list-style: none;
}
footer ul.menu li {
    display: inline-block;
    position: relative;
}
footer ul.menu li:not(:last-child):before {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -3px;
    width: 1px;
    height: 70%;
    background: #ccc;
    content: ' ';
}
footer ul.menu li a {
    font-size: 14px;
    color: rgb(0, 129, 214);
    margin: 0px 5px;
}
footer .logo {
    max-width: 100px;
    display: block;
    margin: 30px auto 15px auto;
    filter: grayscale(100%);
    opacity: 0.45;
}
footer p.information {
    color: rgba(91, 103, 112, 0.75);
    font-size: 14px;
    text-align: center;
    margin: 0px 0px 5px 0px;
}
footer p.information b {
    display: block;
    font-size: 16px;
    font-weight: normal;
}
footer ul.social {
    display: block;
    text-align: center;
    margin: 0;
    list-style: none;
    padding: 20px 0px 60px 0px;
}
footer ul.social li {
    display: inline-block;
    margin: 0px 40px;
}
footer ul.social li img {
    filter: grayscale(100%);
    width: 60px;
}
footer .disclaimer p {
    font-size: 14px;
    color: rgba(91, 103, 112, 0.75);
}

/* SIDEBAR ITEM */
.sidebar-item {
    display: block;
    padding-bottom: 20px;
    padding-top: 20px;
}
.sidebar-item h4 {
    margin: 0;
}
.sidebar-item:first-child {
    margin-top: 15px;
}
.sidebar-item img {
    display: block;
    max-width: 100%;
    margin: auto;
}

/* MAP */
#us-map{
  display: block;
  position: relative;
  width: 100%;
}
#new-map path:hover, #new-map circle:hover {
  stroke: #15395b !important;
  stroke-width:2px;
  stroke-linejoin: round;
  fill: #15395b !important;
  cursor: pointer;
}
#path67 {
  fill: none !important;
  stroke: #A9A9A9 !important;
  cursor: default;
}
#info-box {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  background-color: rgba(0,0,0,0.85);
  padding: 10px 15px;
}
#info-box b {
    display: block;
    margin: 0;
    font-size: 16px;
    color: #fff;
    padding: 0px;
    line-height: normal;
}
#info-box p {
    margin: 0;
    font-size: 12px;
    display: block;
    color: rgba(2555,255,255,0.75);
}
#new-map {
    position: relative;
    margin: 15px 0px;
}

@media (min-width:768px) and (max-width:992px) {
    .navbar .nav-item > .nav-link {
        padding: 12px 30px;
    }
}
@media (min-width:992px) and (max-width:1200px) {
    .navbar .nav-item > .nav-link {
        padding: 12px 50px;
    }
}
@media (max-width:768px) {
    body {
        padding-top: 60px;
    }
    .navbar-dark {
        padding-right: 0px;
    }
    .navbar .navbar-brand img {
        height: 40px;
    }
    .navbar-dark .navbar-toggler {
        border-color: transparent;
        color: #fff;
        outline: none !important;
    }
    .navbar .nav-item:first-of-type {
        margin-top: 25px;
    }
    .navbar .nav-item {
        border-top: 1px solid rgba(255,255,255,0.25);
    }
    .navbar .nav-item > .nav-link {
        padding: 15px 5px;
        text-align: center;
        margin: 10px 0px;
    }
    header {
        background-attachment: scroll;
    }
    footer ul.social li {
        display: block;
        margin: 10px 0px;
    }
}