body {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

nav {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 500;
    padding-top: 5px;
    padding-bottom: 5px;
    text-transform: uppercase;
}
.navbar {
    margin-bottom: 0px;
    -webkit-box-shadow: 2px 10px 7px -13px rgba(194,194,194,1);
    -moz-box-shadow: 2px 10px 7px -13px rgba(194,194,194,1);
    box-shadow: 2px 10px 7px -13px rgba(194,194,194,1);
    border-bottom: 1px solid #EFEFEF;
}

.well {
    box-shadow:none;
    border-radius: 0px;
    background-color: #F8F8F8;
    border:1px solid #efefef;
}

.promo-box {
    margin-bottom: 10px;
}
.footer {
    margin-top:20px;
    background-color: #F8F8F8;
    padding-top:25px;
    padding-bottom:25px;
    border-top: 1px solid #eeeeee;
}

.footer p {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 300;
    font-size: 17px;

}

.footer span {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 300;
    font-size: 12px;
    text-transform: uppercase;
    color:#6D6D6D;
}
/* HEADINGS */

.h-heading {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 300;
    margin:0px;
    padding-bottom:10px;
    border-bottom: 3px solid #eeeeee;
    color:#212121;
    margin-bottom: 20px;
}

h2 {
    font-size: 28px;
}
/* --- */

.navbar-brand {
    padding: 0px;
}

.index-prime {
    margin-bottom: 10px solid #394E70;
    background-image: url('/assets/img/index-prime.jpg');
    height:600px;
    background-position: right;
    background-color: #bdd4f3;
    padding-top: 200px;
    border-bottom: 1px solid #99AAC6;
    margin-bottom: 20px;
}

.index-prime h1 {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 300;
    color:#FFFFFF;
    text-shadow: 1px 1px 2px #4A648E;

}

/* HELPER */

.margin-bottom {
    margin-bottom: 20px;
}

.margin-top {
    margin-top: 20px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

/* LINKS */

a {
    color:#0045C2;
}
a:hover {
    color:#003595;
}

.navbar-nav > li > a {
    color:#212121 !important;
}
.navbar-nav > li > a:hover {
    color:#6D6D6D !important;
}

/* BUTTONS */
.btn {
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 500;
}
.btn-primary {
    background-color: #0045C2;
    border:1px solid #003595;
}

.btn-primary:hover {
    background-color: #003595;
    border:1px solid #003595;
}

/* BLINK ME */

.blink_me {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.7s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;

    -moz-animation-name: blinker;
    -moz-animation-duration: 0.7s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;

    animation-name: blinker;
    animation-duration: 0.7s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes blinker {
    0% { opacity: 1.0; }
    50% { opacity: 0.70; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {
    0% { opacity: 1.0; }
    50% { opacity: 0.70; }
    100% { opacity: 1.0; }
}

@keyframes blinker {
    0% { opacity: 1.0; }
    50% { opacity: 0.70; }
    100% { opacity: 1.0; }
}

.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: 0px;
}
.breadcrumb {
    border: 1px solid #F8F8F8;
    border-top: 0px;
    background-color: #ffffff;
    border-radius: 0px;
    text-transform: uppercase;
    font-size: 12px;
    -webkit-box-shadow: 2px 10px 7px -13px rgba(194,194,194,1);
    -moz-box-shadow: 2px 10px 7px -13px rgba(194,194,194,1);
    box-shadow: 2px 10px 7px -13px rgba(194,194,194,1);
}
.breadcrumb > li + li::before {
    content: "»";
}
.leftmenu-item {
    width:100%;
}

.leftmenu-item .fa {
    color:#B7B7B7;
}

.leftmenu-item span {
    color:#848484;
}
h1,h2,h3,h4,h5,h6 {
    margin:0px;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400;
    margin-bottom: 20px;
}

h1 {
    font-size:30px;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color:#F8F8F8;
    border-color: #F8F8F8;
    color:#3D3D3D;
}
.pagination > li > a, .pagination > li > span {
    border:0px;
}
.pagination > li > a, .pagination > li > span {
    color:#0045c2;
}
.pagination {
    font-size:16px;
}
.classified-line {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 10px;
}
.classified-price {
    color:#2A6B2A;
    font-weight: bold;
}
.classified-h1 {
    font-size:22px;
}
h2 {
    font-size:20px;
}
.addClassified span {
    font-size:22px;
}
.addClassified p {
    color:#000000;
}