/* ----------------------------------------------------------------
    Alanya_HEP: Custom CSS
    Version: 1.0
-----------------------------------------------------------------*/

/* change your menu color here */
:root {
    --home: #da7b25;
    --travel: #fabf23;
    --tech: #008db7;
    --fashion: #196933;
    --sports: #a15524;
    --lifestyle: #009849;
    --food: #39c5f3;
    --market: #ccba00;
}

/* Colors select as menu name */
.color-home { color:  var(--home) !important; }
.color-travel { color:  var(--travel) !important; }
.color-tech { color:  var(--tech) !important; }
.color-fashion { color:  var(--fashion) !important; }
.color-sports { color:  var(--sports) !important; }
.color-lifestyle { color:  var(--lifestyle) !important; }
.color-food { color:  var(--food) !important; }
.color-market { color:  var(--market) !important; }

.bg-home { background-color:  var(--home) !important; }
.bg-travel { background-color:  var(--travel) !important; }
.bg-tech { background-color:  var(--tech) !important; }
.bg-fashion { background-color:  var(--fashion) !important; }
.bg-sports { background-color:  var(--sports) !important; }
.bg-lifestyle { background-color:  var(--lifestyle) !important; }
.bg-food { background-color:  var(--food) !important; }
.bg-market { background-color:  var(--market) !important; }

/* menu Colors */
body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > ul > li.menu-color-home:hover > a,
body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > ul > li.menu-color-home.active > a,
#primary-menu ul li.menu-color-home ul li:hover > a,
#primary-menu ul li.menu-color-home ul li:hover > a { color: var(--home) !important; }


body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > ul > li.menu-color-travel:hover > a,
body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > ul > li.menu-color-travel.active > a,
#primary-menu ul li.menu-color-travel ul li:hover > a,
#primary-menu ul li.menu-color-travel ul li:hover > a { color: var(--travel) !important; }


body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > ul > li.menu-color-tech:hover > a,
body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > ul > li.menu-color-tech.active > a,
#primary-menu ul li.menu-color-tech ul li:hover > a,
#primary-menu ul li.menu-color-tech ul li:hover > a { color: var(--tech) !important; }


body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > ul > li.menu-color-fashion:hover > a,
body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > ul > li.menu-color-fashion.active > a,
#primary-menu ul li.menu-color-fashion ul li:hover > a,
#primary-menu ul li.menu-color-fashion ul li:hover > a { color: var(--fashion) !important; }


body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > ul > li.menu-color-sports:hover > a,
body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > ul > li.menu-color-sports.active > a,
#primary-menu ul li.menu-color-sports ul li:hover > a,
#primary-menu ul li.menu-color-sports ul li:hover > a { color: var(--sports) !important; }


body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > ul > li.menu-color-lifestyle:hover > a,
body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > ul > li.menu-color-lifestyle.active > a,
#primary-menu ul li.menu-color-lifestyle ul li:hover > a,
#primary-menu ul li.menu-color-lifestyle ul li:hover > a { color: var(--lifestyle) !important; }


body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > ul > li.menu-color-food:hover > a,
body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > ul > li.menu-color-food.active > a,
#primary-menu ul li.menu-color-food ul li:hover > a,
#primary-menu ul li.menu-color-food ul li:hover > a { color: var(--food) !important; }


body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > ul > li.menu-color-market:hover > a,
body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > ul > li.menu-color-market.active > a,
#primary-menu ul li.menu-color-market ul li:hover > a,
#primary-menu ul li.menu-color-market ul li:hover > a { color: var(--market) !important; }


.navbar-nav.nav-sm .nav-link:hover,
.navbar-nav.nav-sm .nav-link.active { color: #FFF; }

.bg-color-home.nav-link:hover,
.menu-color-home > a::before,
.bg-color-home.nav-link.active { background: var(--home) !important; }
.bg-color-travel.nav-link:hover,
.menu-color-travel > a::before,
.bg-color-travel.nav-link.active { background: var(--travel) !important; }
.bg-color-tech.nav-link:hover,
.menu-color-tech > a::before,
.bg-color-tech.nav-link.active { background: var(--tech) !important; }
.bg-color-fashion.nav-link:hover,
.menu-color-fashion > a::before,
.bg-color-fashion.nav-link.active { background: var(--fashion) !important; }
.bg-color-sports.nav-link:hover,
.menu-color-sports > a::before,
.bg-color-sports.nav-link.active { background: var(--sports) !important; }
.bg-color-lifestyle.nav-link:hover,
.menu-color-lifestyle > a::before,
.bg-color-lifestyle.nav-link.active { background: var(--lifestyle) !important; }
.bg-color-food.nav-link:hover,
.menu-color-food > a::before,
.bg-color-food.nav-link.active { background: var(--food) !important; }
.bg-color-market.nav-link:hover,
.menu-color-market > a::before,
.bg-color-market.nav-link.active { background: var(--market) !important; }

@media (max-width: 575px) {
    #top-cart {
        display: block;
        right: 70px;
    }
}

.social-icon.si-mini {
    width: 30px;
    height: 30px;
    font-size: 12px;
    line-height: 29px !important;
}

.social-icon.si-mini:hover i:first-child { margin-top: -29px; }

.si-instagram:hover,
.si-colored.si-instagram {
    background: #C92BB7;
    background: linear-gradient(145deg, #3051F1 10%, #C92BB7 70%) no-repeat;
}

.hesperiden .tp-tab-date { margin-bottom: 2px; }

.hesperiden .tp-tab-date.tp-tab-para {
    margin-top: 3px;
    font-weight: 400;
    color: #888;
    font-family: roboto, sans-serif;
}

.tp-tab-title {
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}


#primary-menu ul > li > a {
    letter-spacing: 0;
    font-weight: 500 !important;
    -webkit-transition: color .4s ease;
    -o-transition: color .4s ease;
    transition: color .4s ease;
}

@media (min-width: 992px) {
    #primary-menu ul ul li > a {
        font-size: 15px;
        text-transform: none;
        font-weight: 400;
        padding: 12px 20px;
    }

    #primary-menu ul ul li:hover > a { padding-left: 25px; }
}

#primary-menu ul li > a {
    padding: 39px 5px;
}

#primary-menu ul li > a i.icon-angle-down:last-child {
    margin: 0;
}

.entry-title h3 {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 20px;
}

.entry-title a {
    color: #333;
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
}

.entry-categories {
    position: absolute;
    bottom: 10px;
    left: 10px;
    text-transform: capitalize;
}

.text-overlay { opacity: 1; }

.text-overlay .entry-categories {
    position: relative;
    left: auto;
    bottom: auto;
    margin-bottom: 12px;
    z-index: 2;
}

.entry-categories a {
    color: #FFF !important;
    padding: 3px 5px;
    font-size: 10px;
    border-radius: 2px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    font-family: 'roboto', sans-serif;
}

.entry-meta { margin-bottom: 0px; }

.entry-meta li {
    letter-spacing: 0;
    font-style: normal;
}

.ipost .entry-content p { line-height: 1.6 !important; }

.entry-meta li a { color: #AAA; }

.entry-meta li:before {
    content: '';
    margin-bottom: 3px;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background-color: #CCC;
}

.entry-icons {
    position: absolute;
    right: 0px;
    bottom: 13px;
    margin: 0;
    padding: 0;
}

.entry-icons li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
}

.entry-icons a {
    font-weight: 600;
    color: #EEE;
}

.entry-icons span {
    opacity: 0;
    position: absolute;
    left: 50%;
    margin-left: -1px;
    top: 0;
    font-size: 11px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
}

.entry:hover .entry-icons span {
    opacity: 1;
    -webkit-transform: translate(-50%, -13px);
    transform: translate(-50%, -13px);
}

.nav-link { color: #333; }

.navbar-nav.nav-sm .nav-link {
    color: #444;
    font-size: 12px;
    font-weight: 400;
    padding: 2px 6px;
    line-height: 21px;
    margin: 4px 2px;
    border-radius: 2px;
    font-family: 'Roboto', sans-serif;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.navbar-light .navbar-nav .dropdown-toggle::after { display: none; }

.line-xs {
    margin: 4px 0 20px;
    border-bottom: 3px solid #EEE;
}

.line-xs:after {
    top: 100%;
    left: 30px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(51,51,51,0);
    border-top-color: #EEE;
    border-width: 8px;
    margin-left: -8px;
    z-index: 1;
    background: none;
}

.line-xs.line-home { border-bottom-color:  var(--home) !important; }
.line-xs.line-travel { border-bottom-color:  var(--travel) !important; }
.line-xs.line-tech { border-bottom-color:  var(--tech) !important; }
.line-xs.line-fashion { border-bottom-color:  var(--fashion) !important; }
.line-xs.line-sports { border-bottom-color:  var(--sports) !important; }
.line-xs.line-lifestyle { border-bottom-color:  var(--lifestyle) !important; }
.line-xs.line-food { border-bottom-color:  var(--food) !important; }
.line-xs.line-market { border-bottom-color:  var(--market) !important; }
.line-xs.line-light { border-bottom-color:  var(--light) !important; }
.line-xs.line-dark { border-bottom-color:  var(--dark) !important; }

.line-xs.line-home:after { border-top-color:  var(--home) !important; }
.line-xs.line-travel:after { border-top-color:  var(--travel) !important; }
.line-xs.line-tech:after { border-top-color:  var(--tech) !important; }
.line-xs.line-fashion:after { border-top-color:  var(--fashion) !important; }
.line-xs.line-sports:after { border-top-color:  var(--sports) !important; }
.line-xs.line-lifestyle:after { border-top-color:  var(--lifestyle) !important; }
.line-xs.line-food:after { border-top-color:  var(--food) !important; }
.line-xs.line-market:after { border-top-color:  var(--market) !important; }
.line-xs.line-light:after { border-top-color:  var(--light) !important; }
.line-xs.line-dark:after { border-top-color:  var(--dark) !important; }


.form-signin {
  width: 100%;
  padding: 15px;
  margin: 0 auto;
}

.form-label-group {
  position: relative;
  margin-bottom: 1rem;
}

.form-label-group > input,
.form-label-group > label {
  padding: .75rem .75rem;
}

.form-label-group > label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0; /* Override default `<label>` margin */
  line-height: 1.9;
  color: #888;
  border: 1px solid transparent;
  border-radius: .25rem;
  transition: all .1s ease-in-out;
}

.form-label-group input::-webkit-input-placeholder { color: transparent; }
.form-label-group input:-ms-input-placeholder { color: transparent; }
.form-label-group input::-ms-input-placeholder { color: transparent; }
.form-label-group input::-moz-placeholder { color: transparent; }
.form-label-group input::placeholder { color: transparent; }

.form-label-group input:not(:placeholder-shown) {
  padding-top: calc(.75rem + .75rem * (2 / 3));
  padding-bottom: calc(.75rem / 3);
}

.form-label-group input:not(:placeholder-shown) ~ label {
  padding-top: calc(.75rem / 3);
  padding-bottom: calc(.75rem / 3);
  font-size: 10px;
  color: #BBB;
}

#primary-menu ul ul li:hover > a {
    background-color: #F9F9F9 !important;
}

#primary-menu ul ul.mega-menu-column li:hover > a {
    background-color: transparent !important;
}

#primary-menu ul li > a::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 1px;
    -webkit-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0);
    -webkit-transition: -webkit-transform 0.1s;
    transition: transform 0.1s;
    -webkit-transition-timing-function: cubic-bezier(1, 0.68, 0.16, 0.9);
    transition-timing-function: cubic-bezier(1, 0.68, 0.16, 0.9);
}

#primary-menu ul li:hover > a::before,
#primary-menu ul li.active > a::before {
    -webkit-transform: scale3d(1, 3, 1);
    transform: scale3d(1, 3, 1);
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.slide .slider-caption-bg { opacity: 1; }

.widget_links li { padding: 6px 4px; }
.widget_links .badge {
    color: #FFF;
    border-radius: 3px;
    padding: 5px;
}

.owl-carousel.fixed-nav:hover .owl-nav [class*=owl-],
.owl-carousel.fixed-nav .owl-nav [class*=owl-] {
    top: auto;
    margin-top: 0;
    left: auto;
    bottom: 10px;
    right: 30px;
    font-size: 14px;
    width: 26px;
    height: 26px;
    border-radius: 3px;
    line-height: 25px;
    opacity: 1;
}

.owl-carousel.fixed-nav:hover .owl-nav .owl-next,
.owl-carousel.fixed-nav .owl-nav .owl-next {
    left: auto;
    right: 0;
}

.owl-carousel.fixed-nav .owl-nav .disabled {
    opacity: .4 !important;
    display: block !important;
    cursor: auto;
}

.owl-carousel.fixed-nav.top-nav:hover .owl-nav [class*=owl-],
.owl-carousel.fixed-nav.top-nav .owl-nav [class*=owl-] {
    top: -44px;
    bottom: auto;
}

.owl-carousel.fixed-nav .owl-nav [class*=owl-]:hover {
    background-color: inherit !important;
    color: inherit !important;
}

.scroll-wrap {
    width: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.scroll { width: calc(100% - 10px); }

.scroll-wrap::-webkit-scrollbar {
    background: rgba(0, 0, 0, 0.04);
    border-radius: 4px;
    height: 10px;
    width: 6px;
}

.scroll-wrap::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.4);
    border-radius: 4px;
}

.owl-carousel .owl-dots .owl-dot { background-color: #FF8600; }

/*sonradan eklenenler*/
.header-logo .si-dark {
    background-color: #5B6270;
    color: #ccc;
}

.fbox-border.fbox-effect.fbox-dark .fbox-icon i:after {
    background-color: #5B6270;
}

.fbox-effect.fbox-dark .fbox-icon i:after {
    box-shadow: 0 0 0 2px #5B6270;
}

.dark .top-links li > a, .dark #top-social li a {
    color: #ccc;
}

.dark .top-links ul li a:hover, .dark .top-links ul li:hover,
.dark #top-social ul li a:hover, .dark .top-links ul ul {
    background-color: #4f5561;
}
.dark .top-links ul ul li a:hover, .dark .top-links ul ul li:hover {
    background-color: #5B6270;
}
.dark .top-links ul ul li {
    border-top: 1px solid #5B6270;
}

.top-links ul ul, #primary-menu ul ul:not(.mega-menu-column) {
    border-top-color: transparent;
}


.dark .top-links li i {
    vertical-align: middle;
}

.mega-menu-content {
    overflow: hidden;
}

.mega-menu-content .icon-bg {
    position: absolute;
    opacity: 0.5;
    right: -50px;
    bottom: -50px;
    line-height: 250px;
    font-size: 250px;
    transform: rotate(25deg);
    -webkit-transform: rotate(25deg);
    color: #ddd;
    overflow: hidden;
}

#primary-menu ul li.mega-menu .mega-menu-content.style-2 {
    padding: 0;
}

#primary-menu ul li.mega-menu li > div > div {
    font-weight: 700;
    padding-bottom: 10px;
    font-size: 16px;
}

#primary-menu ul li.mega-menu li.mega-menu-sub-link {
    border-bottom: 1px dashed #E5E5E5;
}

#primary-menu ul li.mega-menu li.mega-menu-sub-link > a {
    padding-top: 2px;
    padding-bottom: 2px;
    font-weight: 400 !important;
}

#primary-menu ul li.mega-menu li.mega-menu-sub-link > a:hover {
    padding-left: 5px !important;
}

.last-announcement {
    background-color: #5B6270 !important;
}

.last-announcement .icon-bg {
    position: absolute;
    opacity: 0.3;
    left: 10px;
    bottom: 10px;
    line-height: 70px;
    font-size: 70px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    color: #fff;
    overflow: hidden;
}

#announcements {
    background-attachment: fixed !important;
    background-position: center !important;
    background-size: cover !important;
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
}

#announcements > .container {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    background: inherit;
    background-attachment: fixed;
    overflow: hidden;
    padding: 60px;
}

#announcements > .container::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 200%;
    background: inherit;
    background-attachment: fixed;
    /*-webkit-filter: blur(2px);
    filter: blur(2px);*/
}

#announcements > .container::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25)
}

#announcements .container .row > div > h4 {
    padding-top: 20px;
    line-height: 0;
}

#announcements .container h4,
#announcements .container .row,
#announcements .container .btn-show-all {
    position: relative;
    z-index: 1;
}

#announcements .container .btn-show-all {
    color: white;
    float: right;
    padding-top: 5px;
}

#announcements .container .btn-show-all a {
    height: 26px;
    line-height: 26px;
    margin-right: 0;
}

#announcements .line {
    margin: 11px 0;
    border-bottom: 0;
    border-top: 0;
}

#announcements .event-list-item {
    display: inline-block;
    background-color: #fff;
    height: 100px;
    overflow-y: hidden;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#announcements .event-list-item .event-date {
    display: block;
    float: left;
    margin-right: 20px;
    padding: 8px;
    color: #fff;
    width: 60px;
    height:100%;
    text-align: center;
    background-color: #008db7;
}

#announcements .event-list-item .event-date .day {
    font-size: 34px;
    line-height: 34px;
    display: block;
    border-bottom: 1px solid rgba(255,255,255,.5);
    padding-bottom: 8px;
    margin-bottom: 8px;
}

#announcements .event-list-item .event-date .month {
    letter-spacing: 1px;
    text-transform: uppercase;
    display: block;
    line-height: 16px;
}

#announcements .event-list-item .event-date .year {
    text-transform: uppercase;
    display: block;
    line-height: 16px;
}

#announcements .event-list-item .event-section {
    position: absolute;
    font-size: 12px;
    right: 10px;
    top: 5px;
    color: #9D9D9D;
}

#announcements .event-list-item .event-list-cont {
    padding-right: 20px;
}

#announcements .event-list-item .event-list-cont h4 {
    font-size: 13px;
    font-weight: 300;
    padding-top: 15px;
    text-align: left;
}

@media (max-width: 991px) {
    ul.portfolio-filter {
        float: left !important;
        margin: 15px 0 10px 0 !important;
    }

    .portfolio-filter li {
        display: contents;
        margin-bottom: 5px;
    }
}

.portfolio-filter {
    border-radius: none;
    border: none;
}

.portfolio-filter li {
    margin-left: 5px;
}

.portfolio-filter li a {
    height: 26px;
    line-height: 0;
    border-radius: 3px !important;
    padding: 0 14px;
    font-size: 11px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    outline: none;
    white-space: nowrap;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    margin: -1px 0;
    padding: 13px 18px;
    background-color: #eee;
    color: #333;
}

.portfolio-filter li.activeFilter a, .portfolio-filter li.activeFilter a:hover {
    background-color: #eee;
    background-color: #444;
    color: #fff !important;
}

.portfolio-filter li a:hover {
    background-color: #eee;
    opacity: .95;
    color: #333;
}

.portfolio-overlay .portfolio-desc h3 {
    font-weight: 400;
}

.portfolio-5 .portfolio-desc h3 {
    font-size: 15px;
    padding: 10px;
}

.portfolio-overlay .portfolio-desc h3 a {
    text-shadow: 1px 1px 1px rgba(0,0,0,0.35) !important;
}

#site-map {
    columns: 15vw;
    display: block;
}

#site-map ul {
    margin-bottom: 0px !important;
    padding-left: 0;
    list-style: none;
    list-style-type: none;
}

#site-map > li {
    padding-right: 0px;
    margin-bottom: 7px;
    padding-top: 5px;
    font-size: 16px;
    padding: 14px 0px 0px 0px;
    margin: 2px 0;
}

#site-map > li > a {
    background-color : #008db7;
    padding: 5px 3px;
    width: 100%;
    color: white;
    display: inline-block;
    text-align: center;
    margin: -6px 0px 6px;
    word-break: keep-all;
    transition: .3s;
}

#site-map > li > ul > li > ul li {
    padding-bottom: 7px;
    padding-left: 0;
    background: none;
}

#site-map li ul li ul {
    list-style: initial;
    margin-left: 17px;
}

#site-map li a {
    word-break: keep-all;
    transition: .3s;
}

#site-map li ul li {
    background: url('/mainpage/images/icons/widget-link.png') left top no-repeat;
    padding-left: 15px;
    margin-left: 0px;
}

#site-map li ul li a {
    color: #444;
    font-size: 14px;
}

@media (max-width: 991.98px) {
    .postcontent.sitemap {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }
}

@media only screen and (max-width: 991px) {
    #site-map {
        columns: unset;
    }
}

.header-shortcut {
    width: auto !important;
}

.header-shortcut li a {
    width: 250px !important;
}

/* Main Content */
.nav-tree {
    padding-bottom: 50px;
}

.nav-tree ul {
    border: 1px solid #E5E5E5;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-width: 2px;
    border-radius: 4px;
}

.nav-tree ul li a {
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 -1px;
    padding: 11px 20px 11px 14px;
    color: #008db7;
}

.nav-tree ul li:not(:last-child) div {
    border-bottom: 1px solid #E5E5E5;
}

.nav-tree ul li div:hover {
    background-color: #F5F5F5;
    color: #008db7;
}

.nav-tree ul li.current > div, .nav-tree ul li.current:hover > div {
    background-color: #58c4fe;
    /*pointer-events:none;*/
}

.nav-tree ul li > div > a > i.icon-chevron-down {
    float: right;
    margin-right: -10px;
    color: #d5d5d5;
}

.nav-tree ul li.current > div a, .nav-tree ul li.current > div > a > i.icon-chevron-down {
    position: relative;
    z-index: 2;
    border-color: rgba(0,0,0,0.1);
    font-weight: 500;
    color: white;
}

.nav-tree li ul {
    border: none;
}

.nav-tree li ul li a {
    text-transform: unset;
    margin-left: 15px;
}

.pagination .page-item.active .page-link, .pagination .page-item .page-link:hover, .pagination .page-item .page-link:focus {
    background-color: #5B6270 !important;
    border-color: #5B6270 !important;
    color: #FFF !important;
}

.pagination .page-item .page-link {
    color: #5B6270 !important;
}

/* Fac-Dep */
.heading-block {
    margin-bottom: 30px;
}

.heading-block:after {
    margin-top: 10px;
}

#tabs-news .owl-carousel .owl-stage {
    padding-top: 0 !important;
}

.section-bg-color {
    background-color: #a15524 !important;
}

.section-text-color {
    color: #a15524 !important;
}

#top-search input {
    position: relative;
    float: left;
    width: 50% !important;
}

/*#top-search select {
    float: left;
    display: block;
    width: 40% !important;
    height: 99%;
}*/

#top-search .form-check {
    float: right;
    max-width: 40% !important;
    min-width: 150px;
    height: 99%;
    right: 50px;
}

#page-menu ul ul > li.sub-menu > div > a,
#page-menu ul ul > li.sub-menu:hover > div > a {
    background-image: url("/mainpage/images/icons/submenu-dark.png");
    background-position: right center;
    background-repeat: no-repeat;
}

#page-menu ul ul ul {
    display: block;
    position: absolute;
    width: 150px;
    top: 0 !important;
    left: 0;
    z-index: 149;
    height: auto;
    background-color: #da7c25;
}

#page-menu ul ul li:hover ul {
    display: block !important;
}

@media (max-width: 575.98px) {
    .container,
    #header.full-header .container,
    .container-fullwidth {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    #primary-menu-trigger {
        left: 0px;
    }
}

@media (max-width: 991.98px) {
    #page-menu ul ul ul {
        position: relative;
        width: auto;
    }

    #page-menu nav li a {
        height: auto;
        min-height: 40px;
        line-height: 1.5;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #page-menu ul > li.sub-menu > div > a,
    #page-menu ul > li.sub-menu:hover > div > a {
        background-image: url("/mainpage/images/icons/submenu-dark.png");
        background-position: right center;
        background-repeat: no-repeat;
    }

    #page-menu ul ul ul li a {
        background-color: rgba(0,0,0,0) !important;
    }
}

@media (min-width: 992px) {
    #page-menu ul ul li:hover ul {
        left: 150px;
    }

    #page-menu ul ul ul li a {
        background-color: rgba(0,0,0,0.15) !important;
    }
}

#page-menu ul ul ul li:hover a {
    background-color: rgba(0,0,0,0.3) !important;
}

a { color: #555; }

a:hover { color: #fc9c23; }

.top-links ul ul,
.top-links ul div.top-link-section {
    pointer-events: initial;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1100px;
    }
}

.si-whatsapp:hover,
.si-colored.si-whatsapp { background-color: #128c7e !important; }

#oc-partners img {
    filter: grayscale(1);
    opacity: .5;
    transition: .5s linear;
}

#oc-partners img:hover {
    filter: grayscale(0);
    transition: .5s linear;
    opacity: 1;
}

#oc-partners.owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}
