/* === GENERAL --- */

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 0;
    background-color: #fff;
}


/* === GLOBAL -=== */

h1,
h2,
h3,
h4,
h5,
h6 {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-weight: bold;
}

h1 {
    font-size: 2.5em;
}

h1,
h2 {
    margin: 0 0 20px;
}

h3 {
    margin: 20px 0;
}

a h3 {
    color: #f08119;
}

h4 {
    font-size: 18px;
}

h4 a {
    color: #000 !important;
}

p {
    margin: 0 0 15px;
}

p.lead {
    font-weight: normal;
}

a:link,
a:visited {
    color: #3558a5;
}

a:hover {
    text-decoration: none;
    color: #284993;
}

button,
.btn,
a.button {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    color: white !important;
}

.btn {
    font-weight: bold;
    white-space: normal !important;
    word-wrap: break-word;
}

button.btn:focus {
    outline: none !important;
}

button.btn.btn-hero.btn-responsive a {
    color: #fff;
}

a.moretag {
    color: #fff;
    background: #3975bb;
    font-weight: 300;
    border-radius: 0rem;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 0.6rem;
    text-decoration: none;
}

.btn-success {
    margin: 0 auto;
}

.btn-success a {
    color: #fff !important;
}

.btn-danger {
    width: 60%;
    margin: 0 auto;
}

.btn-default {
    color: #fff;
    background-color: #337ab7;
}

.btn-default:hover {
    color: #fff;
    background-color: #337ab7;
}

.btn-half {
    width: 50%;
}

.btn-quarter {
    width: 25%;
    font-size: 14px;
}

input#submit {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
    font-weight: bold;
    padding: 10px;
}

input#submit:hover {
    background-color: #449d44;
    border-color: #398439;
}

img {
    max-width: 100%;
    height: auto;
}

blockquote {
    padding: 0;
    border: none;
    font-style: italic;
    text-align: left;
    color: #fff;
}

blockquote cite {
    display: block;
    color: #fff;
    margin: 15px 0 0 0;
}

blockquote:before {
    display: none;
}


/* === LAYOUT === */

.container-full {
    width: 100%;
    height: 350px;
}

.row + .row {
    /* any row that comes immediatly after a row */
    margin-top: 20px;
}

section {
    padding: 15px 0;
}

section.main-content {
    padding: 40px 0;
    text-align: center;
}

.section-header {
    text-align: center;
}

.title {
    font-weight: bold;
    padding-top: 8px;
}

.title a {
    color: #000;
}

.title a:hover {
    color: #6a9b3d;
}

.well {
    border-radius: 0px !important;
    background-color: #f9f9f9;
}


/* === LOGO SECTION -=== */

.header-logo {
    padding-top: 20px;
    padding-bottom: 10px;
    background-color: #fff;
}

#logo-section {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fff;
}

.navbar-fixed-top #logo-section {
    display: none;
}

.navbar-fixed-top .navbar-brand {
    display: block;
}

.navbar-fixed-top .navbar-nav > li > a {
    font-size: 10px !important;
}


/* === HEADER === */

#imgheaderad {
    float: right;
}

/* === NAVBAR === */

.navbar-default {
    border-radius: 0;
    background: rgba(0, 0, 0, 0.9);
    min-height: 40px;
    border: none;
}

.nav-stacked > li {
    background: rgba(0, 0, 0, 0.9);
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 11px;
    line-height: 40px;
}

.navbar-brand {
    height: 100%;
    line-height: 40px;
    display: none;
}

.navbar-brand img {
    width: 62px;
    display: inline-block;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #000;
    background-color: #fff;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #000;
    background-color: #fff;
    border-radius: 0;
}

.navbar {
    margin-bottom: 0px;
}

.dropdown-menu {
    border-radius: 0;
}

.dropdown-menu > li > a {
    color: #fff;
}

.dropdown-menu > li {
    padding: 5px;
}

.navbar-nav > li > .dropdown-menu {
    background: rgba(0, 0, 0, 0.9);
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    background-color: #fff !important;
    color: #000 !important;
}

li.facebook a:hover {
    color: #3b5998 !important;
}

li.twitter a:hover {
    color: #4099ff !important;
}

li.tube a:hover {
    color: #e52d27 !important;
}

li.instagram a:hover {
    color: #125688 !important;
}

.navbar-fixed-top {
    width: 100%;
    z-index: 99;
    top: 0px;
    animation: affixFadeIn 2s ease-in;
    -webkit-animation: affixFadeIn 2s;
}

@keyframes affixFadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes affixFadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


/* === NAVBAR TOP ===*/

#section-navbar-top {
    padding: 0px;
    background: rgba(0, 0, 0, 0.8);
}

.navbar-top > li > a {
    color: #fff;
    text-transform: uppercase;
    font-size: 8px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.navbar-top > ul > li {
    display: inline !important;
}

.navbar-top > li > a:hover,
.navbar-top > li > a:focus {
    background-color: #f37e2b;
    text-decoration: underline;
}

.navbar-social {
    font-size: 8px;
}

.navbar-social > li > a {
    color: #fff;
}


/* === HERO LOGO === */

#logo,
#top-advert {
    padding-top: 10px;
    padding-bottom: 10px;
}

#hero-logo {
    padding: 10px 0;
}

#hero-logo > .container > .row > .col-sm-4 {
    min-height: 180px;
}

#hero-logo > .container > .row > .col-sm-8 {
    min-height: 180px;
}

#top-advert {
    margin-top: 15px;
    float: right;
}


/* === GEO DIRECTORY === */

#geodir-wrapper-content {
    width: 100% !important;
}

/* === SIDEBAR === */

.full-width {
    margin-left: auto;
    margin-right: auto;
    width: 1600px;
    min-height: 200px;
}


/* .right-adverts{
    position: relative;
    float: right;
    width: 200px;
    height: 10px;
    z-index: -999;
} */

.right-adverts {
    position: absolute;
    width: 100%;
    z-index: -999;
}

#aside-adverts {
    float: right;
}


/* === SOCIAL LINKS === */

.social-links i {
    padding-right: 15px;
    font-size: 20px;
    color: #222;
}

.social-links {
    margin: 0px;
}

i.fa.fa-lg.fa-facebook:hover {
    color: #3b5998 !important;
}

i.fa.fa-lg.fa-twitter:hover {
    color: #4099ff !important;
}

i.fa.fa-lg.fa-youtube:hover {
    color: #e52d27 !important;
}

i.fa.fa-lg.fa-instagram:hover {
    color: #125688 !important;
}

/* === MAILING LIST === */

#mailing {
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 20px 0;
}

/* === WEBSITES === */

.tile {
    position: relative;
    padding: 14px;
    margin-bottom: 20px;
    text-align: center;
    background-color: #f5f5f5;
    border-radius: 5px;
}

.tile-logo {
    width: 80%;
}

.tile a {
    font-weight: bold;
    color: #000;
}

.tile a:hover {
    color: #6a9b3d;
}

/* === SEARCH === */

.btn-search {
    background-color: #fff;
    border: 1px solid #ccc;
}

.btn-search > i {
    color: #000;
}

#search-box {
    width: 50%;
    margin: 0 auto;
}

/* stop the glowing blue shadow */
.form-control:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    border-color: #cccccc;
}

/* === Inline Search === */

.search-list {
    list-style: none;
    padding-inline-start: 0px;
    -webkit-padding-inline-start: 0px;
    -moz-padding-inline-start: 0px;
}

.search-list li {
    line-height: 150%;
}

.search-list li a {
    color: #000;
}

.search-list li:hover,
.search-list li:active,
.search-list li:focus {
    text-decoration: underline;
}

.search-list li.active {
    font-weight: 500;
}

.font-red {
    color: #f43c17;
}

.select-card {
    border: 1px solid #3c5aa0;
    color: #000;
    padding: 0.6rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.select-card-header {
    padding: 0.4rem;
    background: #fff;
    font-weight: 300;
    border: none;
    color: #495057 !important;
    font-weight: 400 !important;
    font-size: 0.9rem;
}

.hidden {
    display: none;
}

.form-control {
    font-size: 0.9rem;
}

.more {
    padding-top: 1rem;
    color: #2f56ae;
    font-weight: 400 !important;
}

[aria-expanded="false"] > .expanded,
[aria-expanded="true"] > .collapsed {
    display: none;
}

.collapse {
    cursor: pointer;
}

#accordion {
    cursor: pointer;
}

.hidden {
    display: none;
}

/* === FOOTER === */

.footer {
    border-radius: 0;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    width: 100%;
}

.footer p {
    color: #84868a;
    line-height: 20px;
    -webkit-margin-before: 1em;
}

.footer-nav {
    text-decoration: none;
    list-style: none;
}

.footer-nav li {
    color: #84868a;
}

.footer-nav li a {
    color: #84868a;
}

#footer-image > img {
    width: 100%;
}

#footer-image {
    padding: 0px;
}


/* === MEDIA QURIES === */

@media screen and (max-width: 768px) {
    #aside-adverts {
        display: none;
    }
}

@media (max-width: 768px) {
    .navbar .navbar-nav {
        width: 100%;
    }

    .navbar-inverse .navbar-toggle {
        left: -20px;
    }
}

@media (min-width: 769px) and (max-width: 992px) {
    .news-thumb {
        width: 20%;
    }

    ul.nav.navbar-nav.navbar-right {
        display: none;
    }

    .affix .navbar-brand {
        display: none;
    }
}


/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/


/*==========  Mobile First Method  ==========*/


/* Custom, iPhone Retina */

@media only screen and (min-width: 320px) {}


/* Extra Small Devices, Phones */

@media only screen and (min-width: 480px) {}


/* Small Devices, Tablets */

@media only screen and (min-width: 768px) {}


/* Medium Devices, Desktops */

@media only screen and (min-width: 992px) {
    .dropdown:hover .dropdown-menu {
        display: block;
    }
}


/* Large Devices, Wide Screens */

@media only screen and (min-width: 1200px) {}


/*==========  Non-Mobile First Method  ==========*/


/* Large Devices, Wide Screens */

@media only screen and (max-width: 1200px) {}


/* Medium Devices, Desktops */

@media only screen and (max-width: 992px) {}


/* Small Devices, Tablets */

@media only screen and (max-width: 768px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
        background: none;
        padding: 15px;
        font-size: 12px;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #000;
        background-color: #fff;
    }

    .searchandfilter li {
        padding-right: 0px;
        width: 95%;
        padding-bottom: 10px;
    }
}


/* Extra Small Devices, Phones */

@media only screen and (max-width: 480px) {}


/* Custom, iPhone Retina */

@media only screen and (max-width: 320px) {}

@media (max-width: 767px) {
    .dropdown-menu {
        min-width: 240px !important;
        overflow-x: hidden;
        margin-left: 0px;
    }

    [class*="col-"] {
        margin-bottom: 15px;
    }

    .affix {
        position: fixed;
    }
}


.elementor-element + div.row,
.acadp-phone {
    display: none !important;
}

.acadp-website {
    margin-top: 1rem;
}